﻿@charset "utf-8";

/* @font-face{font-family: Didot;src: url(../images/Didot-Bold-1.ttf);} */
.pcfooter{
    display: inline-block;
}
.mobilefooter{
    display:none;
}
.mobileimgList{
    display:none;
}
.pcBox{
    display:block;
}
body {
    font-family: Times New Roman;
    font-size: 20px;
    line-height: 150%;
}

h4 {
    font-size: 50px;
    color: #eb5788;
    font-family: Didot;
    text-transform: uppercase;
    line-height: 200%;
    padding-top: 20px;
    text-align: center;
}

h5 {
    font-size: 20px;
    color: #aaaaaa;
    width: 1200px;
    margin: 0px auto 20px auto;
    font-weight: normal;
    line-height: 150%;
}

.mwidth {
    max-width: 1600px;
    margin: 0 auto;
}

.mt30 {
    margin-top: 30px;
}

.container {
    margin: 0px auto;
}

.textnav {
    background-color: #f6f6f6;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

#header {
    width: 100%;
    background-color: #fff;
    height: 117px;
}

#header .logo {
    float: left;
    width: 300px;
    height: 70px;
    text-align: center;
    padding-top: 20px;
}

#header .header_right {
    float: right;
    width: 900px;
}

#header .search {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    padding: 0px 20px;
}

#header .search img {
    padding: 0px 10px;
}

#header .search .input1 {
    float: left;
    width: 200px;
    height: 35px;
    border: 0;
    color: #999999;
    font-size: 16px;
}

#header .search .input2 {
    float: left;
    background: url(../images/icon2.jpg) no-repeat center center;
    width: 20px;
    height: 35px;
    border: 0;
}

#header .nav {
    margin-top: 0px;
    clear: both;
}

#header .nav>ul {
    float: right;
}

#header .nav>ul>li {
    float: left;
    font-size: 16px;
    position: relative;
    margin: 0px 30px 0px 30px;
}

#header .nav>ul>li>a {
    height: 30px;
    line-height: 30px;
    color: #999999;
    display: block;
    text-align: center;
    padding: 0px 10px 0px 10px;
    font-weight:bold;
}

#header .nav>ul>li>a.active,
#header .nav>ul>li>a:hover {
    /*border-bottom:3px solid #f9dae2;*/
    text-decoration: none;
    color: #333333;
    background: url(../images/point2.jpg) no-repeat bottom center;
}

#header .nav>ul>.spanli {
    background: url(../images/point1.jpg) no-repeat center center;
    height: 30px;
    width: 3px;
    margin: 0px 0px;
}

.language {
    position: relative;
}

.SecNav {
    display: none;
    width: 140%;
    position: absolute;
    top: 40px;
    left: -20%;
    z-index: 999;
    background: #f9dae2;
}

.SecNav>li {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    text-align: center;
}

.SecNav>li a {
    display: block;
    line-height: 40px;
}

.SecNav>li a:hover {
    text-decoration: none;
    background-color: #eb5788;
    color: #fff;
}

.language:hover .SecNav {
    display: block;
}

#banner {
    width: 100%;
    clear: both
}

#banner .bg {
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

#banner .slider {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#banner .slider .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 12px;
    z-index: 1;
    width: 100%;
    text-align: center
}

#banner .slider .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 0px auto
}

#banner .slider .hd ul li {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
}

#banner .slider .hd ul li.on {
    background: #f9dae2;
    color: #fff;
}

#banner .slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

#banner .slider .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner .slider .bd img {
    display: block;
    width: 100%;
    height: 800px;
}

.slideBox {
    position: relative;
    width: 699px;
    height: 463px;
    overflow: hidden;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 12px;
    z-index: 1;
    width: 100%;
    text-align: center
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 0px auto
}

.slideBox .hd ul li {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
}

.slideBox .hd ul li.on {
    background: #f9dae2;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 463px;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideBox .bd img {
    display: block;
    width: 100%;
    height: 463px;
}

.new-actives {
    padding-top: 40px;
    clear: both;
    width: 1850px;
    position: relative;
    zoom: 1;
    margin: 10px auto
}

.new-actives .tab-hd {
    float: left;
    width: 340px;
    height: 345px;
    margin-bottom: -1px;
    color: #404040;
    position: relative;
}

.new-actives .tab-hd h1 {
    width: 150px;
    text-align: center;
}

.new-actives .tab-hd h2 {
    font-size: 44px;
    line-height: 100%;
    padding: 0 22px 0 10px;
    *line-height: 100%;
    _line-height: 100%;
    color: #eb5788;
    font-family: Didot;
    height: 88px;
}

.new-actives .tab-hd h3 {
    font-size: 20px;
    height: 155px;
    line-height: 28px;
    padding: 0 22px 0 10px;
    *line-height: 30px;
    _line-height: 32px;
    font-family: Times New Roman;
    color: #999999;
    font-weight: normal;
}

.new-actives .more {
    float: right;
    position: relative;
    top: 5px;
    right: 7px;
    display: block;
    background-color: #f4ccd4;
    width: 97px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.new-actives .step {
    left: 20px;
    float: right;
    margin-top: 7px;
}

.new-actives .step a {
    background-color: #fff
}

.new-actives .pageState {
    float: left;
    padding: 20px 10px 0 140px;
    font-size: 20px;
}

.new-actives .pageState span {
    font-weight: bold;
    color: #f60;
}

.new-actives .tab-bd {
    height: 450px;
    overflow: hidden
}

.new-actives .tab-bd ul {
    height: 440px;
    overflow: hidden
}

.new-actives .tab-bd li {
    background-color: #f4f4f4;
    padding: 20px;
    margin: 0px 1%;
    overflow: hidden;
    float: left;
    width: 23%;
    position: relative;
}

.new-actives .tab-bd li a {
    height: 340px;
    display: block;
    text-align: left;
}

.new-actives .tab-bd li div {
    height: 340px;
    overflow: hidden;
}

.new-actives .tab-bd li a img {
    width: 100%;
    transition: all 0.6s;
}

.new-actives .tab-bd li a:hover img {
    transform: scale(1.2);
}

.new-actives .tab-bd li a span {
    clear: both;
    float: right;
    margin-top: 10px;
    width: 100%;
    background: url(../images/nav1.jpg) no-repeat center right;
    padding-left: 10px;
    line-height: 150%
}

.new-actives .tab-bd li a:hover {
    text-decoration: none;
}

.new-actives .step {
    position: absolute;
    padding-left: 1px;
}

.new-actives .step a {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #d8d8d8;
    margin-left: -1px;
}

.new-actives .step a:hover .arrow-rthin {
    border-left-color: #f60;
}

.new-actives .step a:hover .arrow-lthin {
    border-right-color: #f60;
}

.new-actives .step a.prevStop,
.new-actives .step a.nextStop {
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: auto
}

.new-actives .tab-hd .next,
.new-actives .tab-hd .prev {
    float: right;
    display: block;
    width: 49px;
    height: 49px;
    background-image: url(../images/left_right.jpg);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}

.new-actives .tab-hd .next {
    background-position: -62px -1px;
}

.new-actives .tab-hd .prevStop {
    background-position: -1px -1px;
    cursor: default;
}

.new-actives .tab-hd .nextStop {
    background-position: -62px -1px;
    cursor: default;
}

.new-actives .div1 {
    border-top: 8px solid #eeeeee;
    width: 100%;
    clear: both;
    height: 10px;
}

.seemore {
    margin: 20px auto;
    width: 180px;
    overflow: hidden;
}

.seemore a {
    float: left;
    font-size: 24px;
    color: #999999;
    border: 1px solid #ccc;
    display: block;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    padding: 0px 40px;
    border-radius: 10px;
}

.seemore a:hover {
    text-decoration: none;
    background-color: #efefef;
}

#main {}

#main .produce {
    margin-top: -4px;
    width: 100%;
    height: 600px;
    background: url(../images/bg1.jpg) center no-repeat;
    background-size: cover;
}

#main .produl {
    width: 1588px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

#main .produl ul {
    overflow: hidden;
    display: block;
    height: auto;
    text-align:center;
}

#main .produl ul li {
    /*width: 248px;*/
    width:320px;
    height: 405px;
    /*float: left;*/
    display:inline-block;
    /*margin: 95px 6px;*/
    margin:95px 30px;
    position: relative;
}

#main .produl ul li:hover .multProtect {
    display: block;
}

#main .produl ul li .multProtect{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.8);
    padding: 170px 10px 0 10px;
    cursor: pointer;
}

#main .produl ul li .multProtect h1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#main .produl ul li .multProtect h2 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

#main .produl ul li .multProtect p {
    text-align:center;
    margin-top:10px;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.multProtect i.down1 {
    display: block;
    width: 41px;
    height: 24px;
    background: url(../images/down1.png);
    margin: 50px auto 0;
}


#main .produl ul li img {
    width: 100%;
    height: 100%;
}

#main .produl ul li .item {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0px;
}

#main .produl ul li .item h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#main .produl ul li .item span {
    display: block;
    margin-top: -5px;
    font-size: 14px;

}

#main .box {
    clear: both;
    height: auto;
    /*padding-top: 80px;*/
    overflow: hidden;
}

#main .box .about {
    width: 1588px;
    height: 480px;
    margin: 0px auto 0px auto;
    position: relative;
    /* overflow: hidden; */
    color: #000
}

#main .box .about .bg {
    width: 100%;
    height: 480px;
    background-color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
    position: absolute;
    z-index: 0;
}

#main .box .bgmore {
    width: 100%;
    height: 154px;
    background-color: #fc5407;
}

#main .box .bgmore .contentMore {
    width: 1588px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

#main .box .bgmore .contentMore .floatMore {
    float: left;
    margin-left: 212px;
    margin-top: 50px;
}

#main .box .bgmore .contentMore .floatMore h1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

#main .box .bgmore .contentMore .floatMore p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial;
    margin-top: 5px;
}

#main .box .bgmore .contentMore .iconMore {
    float: left;
    width: 44px;
    height: 44px;
    background: url(../images/more.png) center no-repeat;
    margin: 54px 0 0 30px;
}


#main .advanpage {
    width: 100%;
    height: 685px;
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: cover;
    margin-top: -3px;
}

#main .advanpage .advanCont {
    width: 1588px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

#main .advanpage .advanCont h1 {
    color: #fc5000;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    padding-top: 75px;
    padding-left: 75px;
    line-height: 1;
}

#main .advanpage .advanCont h2 {
    color: #dbdbdb;
    font-size: 18px;
    margin-top: 5px;
    padding-left: 75px;
    font-family: Arial;
    font-weight: 500;
}

#main .advanpage .advanCont h2 i {
    width: 9px;
    height: 9px;
    background-color: #fc5407;
    margin: 10px 8px 0 0;
    float: left;
}

#main .advanpage .advanCont .iconM {
    float: right;
    width: 97px;
    height: 37px;
    background: url(../images/iconMore.png) center no-repeat;
    background-size: 100%;
    margin-right: 40px;
    margin-top: -35px;
}

#main .advanpage .advanCont .advanUl {
    width: 100%;
    overflow: hidden;
    display: block;
    height: auto;
}

#main .advanpage .advanCont .advanUl ul {
    overflow: hidden;
    display: block;
    height: auto;
}

#main .advanpage .advanCont .advanUl ul li {
    width: 268px;
    height: 378px;
    background-color: #fff;
    overflow: hidden;
    float: left;
    margin-left: 42px;
    margin-top: 40px;
}

#main .advanpage .advanCont .advanUl ul li img {
    width: 100%;
    height: 159px;
    transition: all 0.6s;
}

#main .advanpage .advanCont .advanUl ul li:hover img {
    transform: scale(1.15);
}

#main .advanpage .advanCont .advanUl ul li:hover .down {
    cursor: pointer;
    width: 44px;
    height: 44px;
    position: relative;
    animation-name: bouncing;
    animation-duration: 1s; 
    animation-iteration-count: infinite;
}

#main .advanpage .advanCont .advanUl ul li h3 {
    font-family: '微软雅黑';
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding: 5px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main .advanpage .advanCont .advanUl ul li .tuij {
    font-family: '微软雅黑';
    color: #333;
    font-size: 14px;
    padding: 0px 20px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#main .advanpage .advanCont .advanUl ul li .down {
    width: 44px;
    height: 44px;
    display: block;
    background: url(../images/down.png) center no-repeat;
    background-size: 100%;
    margin: 30px auto 0px;

}

/*#main .advanpage .advanCont .advanUl ul li .down:hover {*/
/*    cursor: pointer;*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    position: relative;*/
/*    animation-name: bouncing;*/
/*    animation-duration: 0.5s; */
/*    animation-iteration-count: infinite; */
/*  }*/
  
  @keyframes bouncing {
    from{
        top :0px;
    }
    to{
        top:5px;
    }
  }


#main .about .abouttxt {
    position: absolute;
    z-index: 100;
    float: left;
    width: 1588px;
    margin: 0px auto;
    color: #666666;
    line-height: 150%;
    padding: 0px 72px 0px 72px;
}

#main .about .abouttxt h4 i {
    color: #b67a62;
    font-style: normal;
}

#main .about .abouttxt .aboutleft {
    margin-top:80px;
    float: left;
    width: 740px;
    padding-right: 54px;
}

#main .about .abouttxt .aboutleft h4 {
    color: #fc5000;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    padding-top: 0px;
    line-height: 1;
}

#main .about .abouttxt .aboutleft h5 {
    color: #dbdbdb;
    font-size: 18px;
    margin-top: 5px;
}

#main .about .abouttxt .aboutleft h5 i {
    width: 9px;
    height: 9px;
    background-color: #fc5407;
    margin: 8px 8px 0 0;
    float: left;
}

#main .about .abouttxt .aboutleft p {
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

#main .box .about .bgmore {
    width: 100%;
    background-color: #fc5407;
}

#main .about .abouttxt .aboutimg {
    position: absolute;
    top: 80px;
    right: 70px;
    /* float: left; */
}

#main .about .abouttxt .aboutimg .slideBox {
    overflow: inherit;
}

#main .about .abouttxt .aboutimg .slideBox .hd {
    bottom: -45px;
}

#main .about .abouttxt .more {
    border: 1px solid #ccc;
    line-height: 40px;
    background: #fff;
    float: left;
    margin-top: 30px;
}

#main .about .abouttxt .more a {
    display: block;
    padding: 0px 50px;
}

#main .about .atitle {
    color: #fff;
    font-size: 30px;
    text-align: center;
    height: 70px;
    text-transform: uppercase
}

#main .sort {
    margin: 0px auto;
    overflow: hidden;
    max-width: 1400px;
}

#main .sort h4 {
    font-size: 24px;
    background: url(../images/sortnav.jpg) no-repeat center bottom;
    line-height: 50px;
    display: block;
    margin: 20px auto 30px auto;
    width: 100px;
}

#main .sort ul {
    clear: both;
    overflow: hidden
}

#main .sort ul li {
    width: 33%;
    line-height: 35px;
    float: left;
    padding-bottom: 20px;
}

#main .sort span {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: block;
}

#main .pack {
    background: url(../images/packbg.jpg) repeat-x top center;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
}

#main .pack h4 {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    padding: 50px 0px 30px 0px
}

#main .pack ul li {
    float: left;
    width: 16.6%;
}

#main .pack .packbig {
    max-width: 1400px;
    margin: 0px auto;
    overflow: hidden;
}

#main .pack .packbig ul li {
    width: 33%;
    padding: 0px 1%;
}

#main .pack .packbig ul li img {
    width: 100%;
}

#main .pack .packbig ul li span {
    text-align: center;
    display: block;
    line-height: 40px;
}

#main .pack .packsmall {
    max-width: 1400px;
    margin: 0px auto;
}

#main .pack .packsmall ul li img {
    border: 1px solid #ccc
}

#main .indexbox {
    overflow: hidden;
    padding: 47px 0px 47px 0px;
    background-color: #e0b8ac
}

#main .indexpro {
    clear: both;
    width: 1200px;
    margin: 0px auto 0px auto;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #d9d9d9
}

#main .indexpro ul li {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 239px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#main .indexpro ul li img {
    float: left;
    width: 238px;
    height: 255px;
}

#main .indexpro ul li span {
    clear: both;
    display: block;
    padding: 10px 0px 0px 0px;
    height: 60px;
    line-height: 24px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    text-align: center
}

#main .indexpro a {
    color: #999999;
}

#main .boxlist {
    max-width: 1400px;
    margin: 0px auto;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

#main .leftsort {
    padding: 10px 0px 0px 0px;
    max-width: 300px;
    float: left;
    width: 100%;
}

#main .leftsort h5 {
    width: 100%;
    display: block;
    padding: 0px 0px 0px 20px;
    line-height: 44px;
    font-size: 36px;
    color: #333333;
    border-bottom: 1px solid #d0d0d0;
}

#main .leftsort ul {
    padding: 0px 0px;
    margin: 0px;
}

#main .leftsort ul li {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    margin: 10px 0px;
    line-height: 44px;
}

#main .leftsort ul li ul {
    padding: 0px 0px;
}

#main .leftsort ul li ul li {
    padding: 0px 0px 0px 0px;
}

#main .leftsort ul li a {
    color: #999999;
    display: block;
    padding: 0px 0px 0px 25px;
}

#main .leftsort ul li a:hover,
#main .leftsort ul a.active {
    background: url(../images/leftsort1.jpg) no-repeat center center #e94449;
    color: #fff;
    text-decoration: none;
}

#main .product {
    float: right;
    width: 1100px;
    overflow: hidden;
    padding: 40px 0px 0px 0px;
}

#main .product ul {
    width: 1050px;
    margin: 0px auto;
}

#main .product ul li {
    float: left;
    margin: 0px 15px 15px 15px;
    padding: 20px 20px 20px 20px;
    background-color: #f4f4f4;
}

#main .product ul li img {
    width: 280px;
    height: 280px;
    float: left;
    transition: all 0.6s;
}

#main .product ul li span {
    clear: both;
    display: block;
    padding: 0px 0px 0px 0px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    background: url(../images/nav1.jpg) no-repeat right center;
    margin-top: 290px;
}

#main .product ul a {
    color: #333333;
}

#main .product ul li a:hover img {
    transform: scale(1.1);
}

#main .box1 {
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
}

#main .box2 {
    width: 100%;
    min-height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/aboutb.jpg);
    padding: 200px 0px 30px 0px;
    background-color: #fff;
}

#main .box2 .abouttxt {
    line-height: 180%;
    padding: 90px 0px 0px 0px;
}

#main .box2 .picimg {
    float: left;
    width: 650px;
}

#main .box2 .contxt {
    line-height: 200%;
    padding: 90px 0px 0px 0px;
    text-align: center
}

#main .pos {
    float: right;
    width: 1045px;
    margin-top: 10px;
    line-height: 46px;
    background: #f2e9e0;
    margin-bottom: 40px;
    height: 46px;
    padding-left: 30px;
    display: block;
    padding-right: 30px;
    color: #333333;
}

#main .pos a {
    color: #d1b6ad;
}

.preview {
    margin: 0px auto;
    width: 910px;
}

.small_list {
    width: 700px;
    min-height: 120px;
    overflow: hidden;
    margin: 0px auto;
}

.small_list-ul {
    width: 100%;
}

.small_list-ul li {
    float: left;
    width: 89px;
    height: 89px;
    border: 1px #f5f5f5 solid;
    background: #fff;
    overflow: hidden;
    margin: 16px 16px 0px 0px;
}

.small_list-ul li:hover,
.small_list-ul li.tb-selected {
    border-color: #a1cfdb;
}

.small_list-ul li a {
    display: block;
    width: 100%;
}

.small_list-ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.mid_img {
    position: relative;
    width: 750px;
    height: 750px;
    background: #f5f5f5;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid #e4e4e4;
}

.mid_img img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: block;
}

.bigimg {
    max-width: inherit;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f5f5f5;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

#main .protxt {
    float: right;
    width: 1045px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    color: #333333;
}

#main .protxt .protitle {
    font-size: 18px;
    line-height: 150%;
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    text-align: center;
}

#main .protxt table {
    border: 1px solid #ccc;
    width: 910px;
    margin: 0px auto
}

#main .protxt table th {
    background-color: #fff5f2
}

#main .protxt table td {
    padding: 5px;
    text-align: center
}

#main .protext {
    padding: 30px 0px 30px 0px;
    width: 1045px;
    margin: 0px auto;
    text-align: center;
}

#main .protext table {
    border: 1px solid #ccc;
}

#main .contact {
    margin: 30px auto;
    width: 1250px;
    background: url(../images/contact.jpg) no-repeat top center;
    padding: 300px 0px 0px 0px;
}

#main .contact h3 {
    text-align: center;
}

#main .contact h4 {
    font-size: 30px;
    color: #e94449;
    text-align: center;
    margin: 20px 0px;
}

#main .contact h4 span {
    color: #b77b63
}

#main .contact .txt {
    width: 800px;
    margin: 0px auto;
    font-size: 18px;
    color: #333333;
    line-height: 230%;
    padding-top: 20px;
}

#main .contact .txt span {
    color: #5b5b5b
}

#main .contact .like {
    overflow: hidden;
    background-color: #b67a62;
    height: 332px;
}

#main .contact .like .liketxt {
    line-height: 200%;
    padding: 40px 20px 20px 20px;
    width: 335px;
    color: #fff;
}

#main .gc {
    padding: 10px 0px 0px 0px;
}

#main .gc ul li {
    float: left;
    width: 20%;
    text-align: center;
}

#main .contact .aboutxt {
    padding: 20px 40px;
    line-height: 200%;
    font-weight: bold;
    font-size: 16px
}

#main .about-img {
    clear: both;
    overflow: hidden;
    padding: 20px 0px 20px 0px;
}

#main .about-img ul li {
    overflow: hidden;
    float: left;
    margin: 10px 7px 10px 7px;
}

#main .about-img ul li img {
    width: 386px;
    height: 259px;
}

#main .news {}

#main .news ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#main .news ul li .img {
    width: 340px;
    text-align: center
}

#main .news ul li .img img {
    width: 250px;
    height: 170px
}

#main .news ul li h4 {
    font-size: 18px;
    padding-top: 20px;
}

#main .news ul li p {
    padding: 20px 0px 0px 0px;
    height: 120px;
}

#main .news ul li a:hover {
    text-decoration: none;
    color: #005f8b;
}

#main .news ul li.big .img {
    width: 340px;
}

#main .news ul li.big .img img {
    width: 300px;
    height: 200px
}

#main .news ul li.big h4 {
    font-size: 24px;
    padding-top: 20px;
}

.picimg {
    padding-top: 0px;
    padding-bottom: 10px;
    overflow: hidden
}

.picimg ul li {
    float: left;
    /* width: ; */
    padding: 12px;
    border: 1px solid #cfcfcf;
    width: 308px;
    margin: 40px 32px 0px 32px;
}

.picimg ul li img {
    display: block;
    margin-bottom: 20px;
}

.picimg ul li b {
    font-size: 18px;
    line-height: 30px;
}

.picimg ul li div {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 10px
}

.picimg ul li a.more {
    background: url(../images/ywbg.jpg) no-repeat 0px 0px;
    width: 99px;
    height: 37px;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 37px;
    color: #fff;
}

.articleBox {
    color: #676767;
    font-size: 14px;
    line-height: 28px;
    padding-top: 30px;
    min-height: 600px;
    _height: 600px;
}

.article_title {
    font-size: 18px;
    text-align: center;
    font-family: "microsoft yahei";
    line-height: 35px;
    color: #474747;
    padding: 0 0 10px 0;
}

.article_time {
    clear: both;
    height: 30px;
    line-height: 30px;
    color: #676767;
    font-family: "宋体";
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
}

.article_time span {
    cursor: pointer;
}

.article_time span.hover {
    color: #c80000;
    font-weight: bold;
}

.indexa {
    clear: both;
    background: url(../images/20footerbg.jpg) no-repeat top center;
    color: #fff;
    height: 347px;
}

.indexa .text {
    width: 1200px;
    margin: 0px auto;
    line-height: 30px;
    padding-top: 70px;
}

.indexa .text h3 {
    font-size: 22px;
    font-weight: bold;
    background: url(../images/20footer.jpg) no-repeat bottom left;
    text-align: left;
    line-height: 40px;
    margin-bottom: 10px;
}

.indexa .text .gywl {
    float: left;
    width: 700px
}

.indexa .text .lxwm {
    float: right;
    width: 450px;
}

.indexa .text .gywl p {
    height: 120px;
    overflow: hidden
}

#main .pic {
    clear: both;
    width: 100%;
    margin: 0px auto;
    background: url(../images/picbg.jpg) no-repeat top center;
    padding-top: 60px
}

.pic-actives {
    clear: both;
    width: 1480px;
    position: relative;
    zoom: 1;
    margin: 10px auto
}

.pic-actives .tab-hd {
    width: 100%;
    height: 50px;
    margin-bottom: -1px;
    color: #404040;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 99;
}

.pic-actives .more {
    float: right;
    position: relative;
    top: 5px;
    right: 7px;
    display: block;
    background-color: #f4ccd4;
    width: 97px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 22px
}

.pic-actives .step {
    left: 0px;
    float: right;
    margin-top: 7px;
}

.pic-actives .step a {
    background-color: #fff
}

.pic-actives .tab-hd .prevStop {
    position: absolute;
    top: 0px;
    left: -47px;
}

.pic-actives .tab-hd .prev {
    position: absolute;
    top: 0px;
    left: -47px;
}

.pic-actives .tab-hd .next {
    position: absolute;
    top: 0px;
    right: -47px;
}

.pic-actives .pageState {
    display: none;
    float: left;
    padding: 20px 10px 0 140px;
    font-size: 20px;
}

.pic-actives .pageState span {
    font-weight: bold;
    color: #f60;
}

.pic-actives .tab-bd {
    overflow: hidden;
    height:500px;
}

.pic-actives .tab-bd ul {
    overflow: hidden
}

.pic-actives .tab-bd li {
    padding: 20px;
    margin: 0px 0.5%;
    overflow: hidden;
    float: left;
    /*width: 23%;*/
    width:340px !important;
    position: relative;
}

.pic-actives .tab-bd li a {
    height: 450px;
    display: block;
    text-align: center
}

.pic-actives .tab-bd li div {
    width:100%;
    height: 400px;
    overflow: hidden;
}

.pic-actives .tab-bd li a img {
    width: 100%;
    transition: all 0.6s;
}

.pic-actives .tab-bd li a:hover img {
    transform: scale(1.15);
}

.pic-actives .tab-bd li a span {
    clear: both;
    display: block;
    width: 100%;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background: url(../images/zsbg.png) no-repeat top center; */
}

.pic-actives .tab-bd li a:hover {
    text-decoration: none;
}

.pic-actives .step {
    width: 100%;
    /* position: absolute; */
    padding-left: 1px;
}

.pic-actives .step a {
    float: left;
    width: 48px;
    height: 48px;
    /* border: 1px solid #d8d8d8; */
    margin-left: -1px;
}

.pic-actives .step a:hover .arrow-rthin {
    border-left-color: #f60;
}

.pic-actives .step a:hover .arrow-lthin {
    border-right-color: #f60;
}

.pic-actives .step a.prevStop,
.pic-actives .step a.nextStop {
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: auto
}

.pic-actives .tab-hd .next,
.pic-actives .tab-hd .prev {
    float: right;
    display: block;
    width: 49px;
    height: 49px;
    background: url(../images/left_right.png) no-repeat -1px -1px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}

.pic-actives .tab-hd .next {
    background-position: -62px -1px;
}

.pic-actives .tab-hd .prevStop {
    background-position: -1px -1px;
    cursor: default;
}

.pic-actives .tab-hd .nextStop {
    background-position: -62px -1px;
    cursor: default;
}

#main .about_search {
    height: 244px;
    background-image: url(../images/about_search.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}

#main .about_search .container {
    width: 1250px;
}

#main .about_search .left {
    width: 30%;
    vertical-align: middle;
    padding-right: 3%;
}

#main .about_search .right {
    width: 70%;
    vertical-align: middle;
}

#main .about_search .left h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: Didot;
    text-transform: uppercase;
    line-height: 150%;
}

#main .about_search .right form {
    display: inline-block;
    width: 80%;
}

#main .about_search input {
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    padding: 0 15px;
    width: 90%;
    color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#main .about_search button {
    width: 10%;
    line-height: 50px;
    display: inline-block;
    background: url(../images/nav3.jpg) no-repeat center center #fff;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    padding: 0 15px;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#main .about_search a.more {
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 2.5em;
    padding-right: 1.25em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #dd6e8b;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "Butler"
}

#main .about_search a.more:before {
    content: '';
    width: 1.75em;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#main .about_search a.more:hover {
    padding-right: 2.5em;
    padding-left: 1.25em;
    background: #000
}

#main .about_search a.more:hover:before {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

#main .advantage {
    width: 100%;
    margin: 40px auto 50px auto;
}

#main .advantage h5 {
    width: 900px;
}

#main .pic h5 {
    width: 800px;
}

.index_youshi {
    width: 1520px;
    margin: 20px auto;
    overflow: hidden;
}

.index_youshi ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.index_youshi ul li {
    float: left;
    margin: 20px 20px;
    padding: 0px;
    text-align: center
}

.index_youshi ul li a {
    border-radius: 5px;
    display: block;
    width: 334px;
    height: 490px;
    color: #666666;
    padding: 30px;
    background-image: url(../images/i_youshia1.jpg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s
}

.index_youshi ul li a h1 {
    font-size: 22px;
    font-weight: 600;
    height: 80px;
    text-transform: uppercase;
    width: 180px;
    margin: 20px auto;
}

.index_youshi ul li a h2 {
    font-size: 18px;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    color: #b7b7b7
}

.index_youshi ul li a dl {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px
}

.index_youshi ul li a dl img {
    height: 405px;
    width: 248px;
}

.index_youshi ul li a p {
    width: 100%
}

.index_youshi ul li a:hover {
    display: block;
    width: 334px;
    height: 490px;
    padding: 20px 30px;
    background-image: url(../images/i_youshia2.jpg);
    text-decoration: none;
}

.index_youshi ul li a:hover h1 {
    color: #fff;
}

/* .index_youshi ul li a:hover img{}
.index_youshi ul li a:hover dl{} */
.index_youshi ul li a:hover p {
    color: #fff
}

.index_cq {
    width: 1750px;
    margin: 10px auto;
}

.index_cq ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.index_cq ul li {
    float: left;
    margin: 0px 15px;
    padding: 0px;
    text-align: center
}

.index_cq ul li a {
    border-radius: 5px;
    display: block;
    width: 407px;
    height: 297px;
    padding: 0px 0px;
    color: #666666;
    background-image: url(../images/i_youshia1.jpg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s
}

.index_cq ul li a dl {
    margin-top: 30px;
    margin-bottom: 30px
}

.index_cq ul li a dl img {
    width: 407px;
    height: 297px;
    padding: 3px;
}

.index_cq ul li a p {
    width: 100%
}

.index_cq ul li a:hover {
    display: block;
    width: 407px;
    height: 297px;
    padding: 0px 0px;
    background-image: url(../images/i_youshia2.jpg);
    text-decoration: none;
    transform: scale(1.1);
}

.index_cq ul li a:hover p {
    color: #fff
}

#main .aboutinfo {}

#main .aboutinfo .left {
    width: 60%
}

#main .aboutinfo .right {
    width: 40%
}

#main .aboutinfo .right img {
    width: 100%;
}

#main .aboutinfo .left .infoabout {
    padding: 20px 60px;
    margin-left: 30px;
}

#main .aboutinfo .left .infoabout p {
    color: #666666;
    line-height: 2;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}

#main .video {
    clear: both;
    height: 618px;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}

#main .video .videobox {
    width: 983px;
    height: auto;
    margin: 0px auto;
}

#main .video .videobox h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    padding-left: 10px;
}

#main .video .videobox h5 {
    color: #ffdbc7;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: Arial;
    font-weight: 500;
    padding-left: 10px;
}

#main .video .videobox h5 i {
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    margin: 10px 8px 0 0;
    float: left;
}

#main .video .videobox img {
    width: 983px;
    height: 553px;
    margin: 0px auto;
}

#main .video .container {
    width: 1250px;
}

#main .video .play {
    text-align: center;
    padding: 100px 0px 0px 0px;
}

#main .video .play .txt {
    text-align: center;
    padding-top: 10px;
}

#main .certificate {
    background: url(../images/bg4.jpg) no-repeat top center;
    height: 848px;
}

#main .certificate .certifBox {
    width: 1588px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0px auto;
    position: relative;
}

#main .certificate .certifBox h4 {
    color: #fc5000;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    padding-left: 10px;
    padding-top: 180px;
}

#main .certificate .certifBox h6 {
    color: #dbdbdb;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: Arial;
    font-weight: 500;
    padding-left: 10px;
}

#main .certificate .certifBox h6 i {
    width: 9px;
    height: 9px;
    background-color: #fc5000;
    margin: 10px 8px 0 0;
    float: left;
}

#main .certificate .certifBox h3 {
    position: absolute;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    left: 170px;
    top: 190px;
    font-weight: 500;
}

#main .certificate .certifBox .moreCompany {
    position: absolute;
    top: 200px;
    right: 70px;
    width: 97px;
    height: 37px;
    background: url(../images/iconMore1.png) center no-repeat;
    background-size: 100%;
}


#footer {
    color: #fff;
    background-color: #fc5407;
    overflow: hidden;
    font-size: 16px;
    line-height: 150%;
    /*margin-top: 30px;*/
    font-weight: 800;
}

#footer .footertxt {
    /*max-width: 1400px;*/
    margin: 0px auto;
    padding: 30px 20px 0px 20px;
    height: 210px;
    text-align: center;
}

#footer a {
    color: #000;
}

#footer .left {
    float: left;
    width: 350px
}

#footer .conn {
    float: left;
    width: 930px
}

#footer .right {
    float: right;
    
}
#footer .right>div{
    display: inline-block;
    width: 120px;
    margin:0 7px;
    text-align: center;
}

#footer .copyright {
    overflow: hidden;
    font-size: 14px;
    background-color: rgba(223,70,0,1);
    height: auto;
    line-height: 1.4;
    color: #fff;
    padding: 15px 0;
}

#footer .copyright .textcopy {
    width: 1440px;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
}

#footer .copyright a {
    color: #fff;
}

#footer .copyright span {
    color: #fff
}

#footer .search {
    margin: 10px auto;
    width: 270px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    padding: 0px 20px;
    background-color: #fff;
    overflow: hidden;
}

#footer .search img {
    padding: 0px 10px
}

#footer .search .input1 {
    float: left;
    width: 200px;
    height: 35px;
    border: 0;
    color: #999999;
}

#footer .search .input2 {
    float: left;
    background: url(../images/icon2.jpg) no-repeat center center;
    width: 20px;
    height: 35px;
    border: 0;
}

.pc-about {
    background: url(../images/20about2.jpg) no-repeat center bottom;
    width: 100%;
    height: 480px
}

.pc-banner {
    width: 900px;
    margin: 0px auto;
}

/*新闻列表*/
.News {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.News li {
    border-bottom: 1px #d4d4d4 solid;
    overflow: hidden;
}

.News li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 13% 30px 10px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.News li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 34px;
    transform: translateY(-50%);
    background: url("../images/right_arrow.png") center center no-repeat;
    background-size: 20px 34px;
}

.News li a:hover {
    text-decoration: none;
}

.News li h3 {
    line-height: 30px;
    font-size: 18px;
    color: #e0b8ac;
    font-weight: normal;
    overflow: hidden;
}

.News li p {
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.News li span {
    display: block;
    position: relative;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    background: url("../images/times.png") left center no-repeat;
    background-size: 16px 16px;
}

.News li:hover h3 {
    color: #cc0000;
}

.NewsDatail {
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
}

.NewsD_hd {
    padding: 5px 30px;
    border-bottom: 1px #d4d4d4 solid;
    overflow: hidden;
}

.NewsD_ihd {
    padding-bottom: 40px;
}

.NewsD_hd h3 {
    line-height: 30px;
    font-size: 22px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.NewsD_hd span {
    margin-top: 15px;
    display: inline-block;
    float: right;
    padding-left: 30px;
    text-align: justify;
    height: 30px;
    line-height: 30px;
    color: #666;
    background: url("../images/times.png") left center no-repeat;
    background-size: 16px 16px;
}

.NewsD_bd {
    padding: 30px 20px;
    line-height: 30px;
    color: #333;
    text-align: justify;
    overflow: hidden;
}

.NewsD_ibd {
    padding: 0;
}

.NewsD_bd p {
    margin: 10px 0;
    text-indent: 28px;
}

.News_icon {
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}

.News_icon li {
    position: relative;
    padding: 10px 50px;
    border-bottom: 1px #d4d4d4 solid;
    overflow: hidden;
}

.News_icon li:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 45px;
    height: 45px;
    background: url("../images/icon1.png") center center no-repeat;
    background-size: 30px 30px;
}

.News_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.News_icon li:hover a {
    color: #579803;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    margin: 0px auto;
    width: 1850px;
}

.picScroll-left .hd {
    float: left;
    width: 340px;
    overflow: hidden;
    padding: 0 10px;
}

.picScroll-left .hd h1 {
    width: 150px;
    text-align: center;
}

.picScroll-left .hd h2 {
    font-size: 44px;
    line-height: 100%;
    padding: 0 22px 0 10px;
    *line-height: 100%;
    _line-height: 100%;
    color: #eb5788;
    font-family: Didot;
    height: 88px;
}

.picScroll-left .hd h3 {
    font-size: 20px;
    height: 138px;
    line-height: 28px;
    padding: 0 22px 0 10px;
    *line-height: 30px;
    _line-height: 32px;
    font-family: Times New Roman;
    color: #999999;
    font-weight: normal;
}

.picScroll-left .more {
    float: right;
    position: relative;
    top: 0px;
    right: 7px;
    display: block;
    background-color: #f4ccd4;
    width: 97px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
}

.picScroll-left .pageState {
    float: left;
    padding: 10px 10px 0 140px;
    font-size: 20px;
}

.picScroll-left .pageState span {
    font-weight: bold;
    color: #f60;
}

.picScroll-left .step {
    left: 20px;
    float: right;
    margin-top: 0px;
    position: absolute;
    padding-left: 1px;
}

.picScroll-left .step a {
    background-color: #fff;
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #d8d8d8;
    margin-left: -1px;
}

.picScroll-left .step a:hover .arrow-rthin {
    border-left-color: #f60;
}

.picScroll-left .step a:hover .arrow-lthin {
    border-right-color: #f60;
}

.picScroll-left .step a.prevStop,
.picScroll-left .step a.nextStop {
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: auto
}

.picScroll-left .hd .next,
.picScroll-left .hd .prev {
    float: right;
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(../images/left_right.jpg);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}

.picScroll-left .hd .next {
    background-position: -62px -1px;
}

.picScroll-left .hd .prevStop {
    background-position: -1px -1px;
    cursor: default;
}

.picScroll-left .hd .nextStop {
    background-position: -62px -1px;
    cursor: default;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    float: left;
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pics {
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
}

.picScroll-left .bd ul li .pics img {
    width: 300px;
    height: 300px;
    display: block;
    transition: all 0.6s;
}

.picScroll-left .bd li .pics a:hover img {
    transform: scale(1.1);
}

.picScroll-left .bd ul li .pics a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    height: 40px;
    background-color: #f4f4f4;
    padding: 0px 20px;
}

.picScroll-left .bd ul li .title a {
    display: block;
    background: url(../images/nav1.jpg) no-repeat center right #f4f4f4;
}

.picScroll-left .div1 {
    border-bottom: 8px solid #eeeeee;
    width: 100%;
    clear: both;
    height: 20px;
}

.focus {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    max-width: 1920px;
    /* 设置焦点图最大宽度 */
}

.focus .bd {
    position: relative;
    z-index: 0;
}

.focus .bd li {
    position: relative;
    text-align: center;
}

.focus .bd li img {
    background: url(../images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.focus .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: left;
}

.focus .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
}

.focus .hd ul {
    display: inline-block;
    height: 12px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.focus .hd ul .on {
    background: #FE6C9C;
}

.slidemob {
    display: none;
}

.lan {
    display: none;
}


/* 关于我们 */
#main .banner {
    width: 100%;
    height: 280px;
    background: url(../images/aboutBg.jpg) center no-repeat;
    background-size: cover;
}
#main .banner.mob_banner {
    background: url(../images/aboutBg1.jpg) center no-repeat;
    background-size: cover;
}

#main .banner1 {
    width: 100%;
    height: 280px;
    background: url(../images/productBg.jpg) center no-repeat;
    background-size: cover;
}
#main .banner1.mob_banner {
    background: url(../images/productBg1.jpg) center no-repeat;
    background-size: cover;
}

#main .banner2 {
    width: 100%;
    height: 280px;
    background: url(../images/banner2.jpg) center no-repeat;
    background-size: cover;
}
#main .banner2.mob_banner {
    background: url(../images/banner2_1.jpg) center no-repeat;
    background-size: cover;
}

#main .banner3 {
    width: 100%;
    height: 280px;
    background: url(../images/banner3.jpg) center no-repeat;
    background-size: cover;
}
#main .banner3.mob_banner {
    background: url(../images/banner3_1.jpg) center no-repeat;
    background-size: cover;
}

.itemAll {
    width: 1441px;
    height: auto;
    margin: 58px auto 0px;
    overflow: hidden;
    display: block;
}

.itemAll .itemLeft {
    float: left;
    width: 256px;
    height: auto;
    display: block;
}

.itemAll .itemLeft .aboutH {
    overflow: hidden;
    display: block;
    height: auto;
    border-bottom: 1px solid #bfbfbf;
    padding: 0px 15px 18px 15px;
}

.itemAll .itemLeft .aboutH h1 {
    font-size: 24px;
    color: #fc5000;
    float: left;
}

.itemAll .itemLeft .aboutH span {
    font-size: 14px;
    color: #999999;
    float: left;
    font-family: Arial;
    margin-top: 5px;
    margin-left: 5px;
}

.itemAll .itemLeft .itemNav {
    overflow: hidden;
    display: block;
    height: auto;
}

.itemAll .itemLeft .itemNav ul {
    overflow: hidden;
    display: block;
    height: auto;
    margin-top: 12px;
}

.itemAll .itemLeft .itemNav ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    display: block;
    height: auto;
    margin: 5px 0;
}

.itemAll .itemLeft .itemNav ul a {
    text-decoration: none;
    /*color:#fff;*/
}

.itemAll .itemLeft .itemNav ul li {
    font-size: 16px;
    color: #666;
    text-indent:66px;
    font-weight: 600;
    font-family: "微软雅黑";
}

.itemAll .itemLeft .itemNav ul li.active {
    background-color: #fc5000;
}
.itemAll .itemLeft .itemNav ul li.active a{
    color: #fff;
}

.itemAll .itemLeft .itemNav ul li.active i {
    display: block;
    float: right;
    width: 10px;
    height: 12px;
    background: url(../images/sjx.png) center no-repeat;
    background-size: cover;
    margin: 15px 15px 0 0;
}

.itemAll .itemRight {
    width: 1128px;
    height: auto;
    float: right;
}

.itemAll .itemRight .itemHref {
    overflow: hidden;
    display: block;
    height: auto;
    border-bottom: 1px solid #bfbfbf;
    padding: 0px 15px 18px 15px;
}

.itemAll .itemRight .itemHref .home {
    width: 18px;
    height: 17px;
    float: left;
    background: url(../images/home.png) center no-repeat;
    background-size: cover;
    margin: 6px 5px 0 10px;
}

.itemAll .itemRight .itemHref a {
    color: #999999;
    font-size: 16px;
    /*float: left;*/
    margin: 0 4px;
    /*margin-top: 3px;*/
    font-weight: 600;
}

.itemAll .itemRight .itemHref a:last-child {
    color: #333;
}

.itemAll .itemRight .itemHref em {
    float: left;
    color: #999999;
    margin-left: 8px;
    margin-top: 3px;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
}

.itemAll .itemRight .aboutItem {
    padding: 0 20px;
}

.itemAll .itemRight .aboutItem p {
    line-height: 35px;
    margin-top: 30px;
    color: #6c6e6c;
    font-size: 16px;
    font-family: '微软雅黑';
    font-weight: 600;
}

.itemAll .itemRight .aboutItem img {
    margin-top: 38px;
}

.itemAll .itemRight .aboutImg {
    padding: 0 12px;
}

.itemAll .itemRight .aboutImg h1 {
    text-align: center;
    line-height: 98px;
    color: #fc5000;
    font-size: 24px;
    font-weight: 600;
    /*margin-bottom: 15px;*/
}

.itemAll .itemRight .aboutImg ul {
    height: auto;
    display: block;
    overflow: hidden;
}

.itemAll .itemRight .aboutImg ul li {
    width: 304px;
    height: auto;
    float: left;
    margin-right: 94px;
    margin-bottom: 30px;
}

.itemAll .itemRight .aboutImg ul li:nth-child(3n) {
    margin-right: 0px;
}

.itemAll .itemRight .aboutImg ul li p {
    text-align: center;
    line-height: 45px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemAll .itemRight .aboutHonour {
    padding: 50px 25px;
}

.itemAll .itemRight .aboutHonour ul {
    height: auto;
    display: block;
    overflow: hidden;
}

.itemAll .itemRight .aboutHonour ul li {
    width: 337px;
    height: auto;
    max-height:292px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.itemAll .itemRight .aboutHonour ul li:nth-child(3n) {
    margin-right: 0px;
}

.itemAll .itemRight .aboutHonour ul li p {
    text-align: center;
    line-height: 45px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .itemAll .itemRight .aboutMatch {
    padding: 50px 0px;
} */
.itemAll .itemRight .aboutMatch ul {
    height: auto;
    display: block;
    overflow: hidden;
}

.itemAll .itemRight .aboutMatch ul li {
    padding: 66px 14px;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #c1c2c7;
}

.itemAll .itemRight .aboutMatch ul li:last-child {
    border: none;
}

.itemAll .itemRight .aboutMatch ul li img {
    width: 371px;
    height: 232px;
    float: left;
}

.itemAll .itemRight .aboutMatch ul li .matchCont {
    float: left;
    padding: 0 30px 0 38px;
    width: 700px;
}

.itemAll .itemRight .aboutMatch ul li .matchCont h1 {
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #fc5500;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-left: 12px;
}

.itemAll .itemRight .aboutMatch ul li .matchCont p {
    font-size: 16px;
    color: #999999;
    font-weight: 600;
    line-height: 38px;
    margin-top: 10px;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.itemAll .itemRight .public {
    padding: 0 90px;
}

.itemAll .itemRight .public h1 {
    font-size: 20px;
}

.itemAll .itemRight .public ul li {
    max-width: 535px;
    width: auto;
    margin-right: 45px;
}

.itemAll .itemRight .public ul li:last-child {
    margin-right: 0px;
}

.itemAll .itemRight .public ul li p {
    font-size: 20px;
    color: #fc5000;
    font-weight: 600;
}

.itemAll .itemRight .productImg {
    padding: 0 0 80px 0;
}

.itemAll .itemRight .productImg ul li {
    width: 360px;
    height: auto;
    margin-right: 24px;
    margin-bottom: 20px;
}

.itemAll .itemRight .productImg ul li:nth-child(3n) {
    margin-right: 0px;
}

.itemAll .itemRight .productImg ul li .imgBox {
    width: 360px;
    height: 375px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #dddddd;
}

.itemAll .itemRight .productImg ul li .imgBox img {
    margin: 0px auto;
    max-width:100%;
    max-height:100%;
}

.itemAll .itemRight .productImg ul li p {
    line-height: 55px;
    margin-top: 10px;
}

.itemAll .itemRight .productImg .productLeft {
    float: left;
    width: 600px;
    height: auto;
}

.itemAll .itemRight .productImg .productLeft .productimgBox {
    width: 600px;
    height: 603px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #dddddd;
}

.itemAll .itemRight .productImg .productLeft .productimgBox img {
    margin: 0px auto;
    max-width:100%;
    max-height:100%;
}

.itemAll .itemRight .productImg .productRight {
    width: 470px;
    height: auto;
    float: right;
}

.itemAll .itemRight .productImg .productRight h3 {
    color: #666666;
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
}

.itemAll .itemRight .productImg .productRight .proDetail {
    line-height: 36px;
}

.itemAll .itemRight .productImg .productRight .proDetail span {
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-weight: 600;
}

.itemAll .itemRight .productImg .productRight .proDetail em {
    font-size: 16px;
    color: #999999;
    font-style: normal;
    font-weight: 600;
}

.itemAll .itemRight .productImg .productRight .troion {
    overflow: hidden;
    display: block;
    height: auto;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #fc5000;
    font-weight: 600;
    margin-top: 35px;
    padding-top: 30px;
    padding-left: 10px;
}

.itemAll .itemRight .productImg .productRight .troion span.cite {
    float: left;
    width: 80px;
}

.itemAll .itemRight .productImg .productRight .troion em.bite {
    float: left;
    width: calc(100% - 80px);
    font-style: normal;
}

.newsDetail {
    padding-bottom: 80px;
}

.newsDetail .itemRight .aboutMatch ul li {
    padding: 40px 38px;
    border: none;
}

.newsDetail .itemRight .aboutMatch ul li:nth-child(2n) {
    background-color: #f5f5f5;
}

.newsDetail .itemRight .aboutMatch ul li .matchCont {
    width: calc(100% - 380px);
    padding: 15px 0px 0 45px;
}

.newsDetail .itemRight .aboutMatch ul li .matchCont p {
    line-height: 32px;
    margin-top: 15px;
}

.newsDetail .itemRight .aboutMatch ul li .showTime {
    float: right;
    margin-top: 55px;
}

.newsDetail .itemRight .aboutMatch ul li .showTime i {
    float: left;
    width: 19px;
    height: 19px;
    background: url(../images/time.png) center no-repeat;
    background-size: cover;
    margin-top: 5px;
    margin-right: 10px;
}

.newsDetail .itemRight .aboutMatch ul li .showTime span {
    color: #666666;
    font-size: 16px;
    float: left;
    font-weight: 600;
}

.newsDetail .itemRight .aboutMatch ul li .showTime em {
    font-style: normal;
    color: #999999;
    font-size: 16px;
    float: left;
    font-weight: 600;
    font-family: Arial;
}

.itemAll .contactBg {
    width: 826px;
    height: 462px;
    margin: 30px auto 0px;
    background: url(../images/contactBg.jpg) center no-repeat;
    background-size: cover;
}

.itemAll .contatcH {
    width: 508px;
    height: auto;
    margin: 40px auto 0px;
}

.itemAll .contatcH h1 {
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #fc5500;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-left: 12px;
    margin-bottom:10px;
}
.itemAll .contatcH .showContact{
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    /*margin-top: 5px;*/
}
.itemAll .contatcH .showContact span{
    color: #666;
}

.pagination {
    float: right;
    position: relative;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination .pageinit .allcount {
    float: left;
    line-height: 74px;
    font-size: 16px
}

.pagination .pageinit .pageItem {
    float: left;
}

.pagination li {
    display: inline;
}

.pagination li:first-child>a,
.pagination li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination li>a,
.pagination li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li.pgCurrent,
.pagination li.pgEmpty{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .disabled>a,
.pagination .disabled>a:focus,
.pagination .disabled>a:hover,
.pagination .disabled>span,
.pagination .disabled>span:focus,
.pagination .disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active>span,
.pagination .active>span:focus,
.pagination .active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.clearfix {
    zoom: 1;
    clear:both;
}

.productMain{
    width:80%;
    max-width:900px;
    margin-top:80px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:60px;
}
.pro_Main_img{
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px #eee solid;
    justify-content: space-between;
}
.productMain .productLeft{
    flex:1;
    width: 66%;max-width: 600px;max-height: 600px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #dddddd;
    background-color: #eee;
    overflow: hidden;
}
.productMain .productLeft:after{content: "";display: block;padding-bottom: 100%;}
.productMain .productLeft img{display: block;width: 100%;}

.bigImg_bd{
    flex: 0 0 30%;
    width: 30%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;}
.bigImg_bd li{cursor: pointer;display: block;max-width: 180px;width: 100%;max-height: 180px;margin:20px auto;border: 1px #ddd solid;background-color: #eee;overflow: hidden;}
.bigImg_bd li:after{content: "";display: block;padding-bottom: 100%;}
.bigImg_bd li img{display: block;width: 100%;}

.bigImg_bd li:hover{border-color:#fc5000}


.bigImg_bd::-webkit-scrollbar{
        background:#f1f1f1;
        height: 3px;
        width: 5px;
}
.bigImg_bd::-webkit-scrollbar-thumb{
        background: rgba(51, 51, 51,.5);
        border-radius: 3px;  
}