* {
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#333;
}
body {
    font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width:1200px;
}
ul {
    list-style:none;
}

.fixed{
    position: fixed;
    width: 100%;
    z-index: 100000000;
    top: 0;
}
.tops {
    width:1200px;
    margin:auto;
    display:block;
    background: url(../images/im1_02.jpg)center 0 no-repeat;
    height: 122px;
    overflow: hidden;
}

.tops_a{
    float: right;
    display: flex;
    width: 394px;
    color: #292929;
    margin-top: 31px;
}
.tops_a div{
    text-align: center;
    flex: 1;
}
.tops_a div img{

}
.tops_a div span{
    display: block;
    text-align: center;
    margin-top: 2px;
}

.tops_b{
    float: right;
    margin-top: 36px;
    padding-right: 5px;
    margin-left: 115px;
}
.tops_b span{
    font-size: 17px;
    color: #434343;
    text-align: right;
    display: block;
}
.tops_b div{
    font-size: 30px;
    color: #191919;
    font-family: Impact Regular;
    font-style: oblique;
}

.top1 {
    width:100%;
    height:50px;
    background:#232323;
}
.nav {
    width:1200px;
    margin:auto;
}
.nav>ul {
    margin-bottom:0;
    font-size:0;
}
.nav>ul>li {
    display:inline-block;
    font-size:15px;
    position:relative;
    transition:all 0.3s;
    width: 11%;
}
.nav>ul>li>a {
    display:block;
    text-align:center;
    color:#fff;
    font-size:15px;
    overflow:hidden;
    width:100%;
    height:50px;
    line-height:50px;
    transition:all 0.3s;
}
.nav span {
    float:right;
}
.nav>ul>li:nth-child(1)>a {
    border-left:0;
}
.nav>ul>li:last-child>a {
    border-right:0;
}
.nav>ul>li:hover {
    background:#f6b01b;
}
.nav>ul>li:hover>a {
    color:#fff;
}
.clear {
    clear:both;
}
.more {
    position:absolute;
    left:0;
    top:50px;
    width:100%;
    z-index:999;
    background:#f6b01b;
    display:none;
}
.more a {
    display:block;
    height:50px;
    overflow:hidden;
    line-height:50px;
    font-size:14px;
    color:#fff;
    border-bottom: #cca500;
    margin-bottom:-1px;
    text-align:center;
    font-size:15px;
    transition:all 0.3s linear 0s;
}
.more a:hover{
    background: #232323;
}
.index_top{	
    text-align: center;
    background: url(../images/title_bg.png)no-repeat;
    background-position: center center;
    width: 100%;
    overflow: hidden;
    margin-top: 53px;
    margin-bottom: 37px;
}
.index_top label{
    font-size: 36px;
    color: #232323;
}
.index_top div{
    font-size: 16px;
    color: #696969;
}

.index_a{
    width: 1360px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.swiperindex_a{
    width: 1200px;
}
.swiperindex_a a{
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.swiperindex_a a img{
    width: 100%;
    height: 170px;    
}
.swiperindex_a a div{
    text-align: center;
    font-size: 18px;
    color: #232323;
    height: 50px;
    line-height: 50px;
}
.swiperindex_a a div span{
    color: #f6b01b;
}

.index_a .swiperindex_anext{
    width: 48px;
    height: 48px;
    background: url(../images/30.png)center 0 no-repeat;
    overflow: hidden;
}
.index_a .swiperindex_aprev{
    width: 48px;
    height: 48px;
    background: url(../images/31.png)center 0 no-repeat;
    overflow: hidden;
}

.index_b{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
    text-align: center;

}
.index_b a{
    flex: 1;
    margin-bottom: 5rem;
}
.index_b a div{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 63px;
}
.index_b a div img{
    position: absolute;
    top: 0;
    left: 41%;
    transition: all 0.3s;
}
.index_b a div img:nth-child(1){
    z-index: 1;
}
.index_b a div img:nth-child(2){
    
}


.index_b a span{
    font-size: 18px;
    display: block;
    color: #0c0c0c;
}
.index_b a p{
    color: #5d5d5d;
    margin: 0;
    margin-top: 2px;
}

.index_b a:hover div img:nth-child(1){
    z-index: 0;
}

.index_c{

    background: #f2f2f2;
    width: 100%;
    overflow: hidden;
}

.index_cs{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.index_cTop{
    text-align: center;
    width: 100%;
    padding: 17px 0;
}
.index_cTop a{
    padding: 14px 38px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #464646;
    border-radius: 3px;
    margin: 0 14px;
    transition: all 0.3s;
}
.index_cTop a:hover{
    background: #f6b01b;
    border: 1px solid #f6b01b;
    color: #fff;
}
.index_cTop a.on{
    background: #f6b01b;
    border: 1px solid #f6b01b;
    color: #fff;    
}

.index_center{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 70px;
}
.index_centers{
    overflow: hidden;
    display: none;
}
.index_centers a:nth-child(1){
    width: 592px;
    height: 417px;
}
/*.index_centers a:nth-child(2n+1){
    margin-right: 0;
}*/
.index_centers a:nth-child(3){
    margin-right: 0;
}
.index_centers a:nth-child(5){
    margin-right: 0;
}
.index_centers a:nth-child(9){
    margin-right: 0;
}
.index_centers a{
    display: block;
    width: 287px;
    height: 201px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-right: 17px;
}
.index_centers a img{
    width: 100%;
    height: 100%;
}
.index_centers a div{
    position: absolute;
    width: 100%;
    height: 47px;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    line-height: 47px;
    color: #fff;
    padding-left: 20px;
    opacity: 0;
    transition: all 0.3s;
}
.index_centers a:hover div{
    opacity: 1;
}

.index_d{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 70px;
}
.index_d a:nth-child(3n){
    margin-right: 0;
}
.index_d a{
display: block;
    width: 377px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-right: 34px;
    margin-bottom: 30px;
}
.index_d a img{
    width: 100%;
    height: 272px;
}
.index_d a div{
width: 195px;
    height: 35px;
    margin: auto;
    background: #f6b01b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    margin-top: -16px;
    position: relative;
}
.index_d a p{
    color: #898989;
    text-align: center;
    width: 292px;
    margin: auto;
    line-height: 23px;
    margin-top: 23px;
    margin-bottom: 22px;
}


.index_e{
    width: 100%;
    background: url(../images/5_02.jpg)center 0 no-repeat;
    height: 540px;
    overflow: hidden;
}
.index_e>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.index_eleft{
    float: left;
    width: 734px;
    height: 375px;
    background: #fff;
    margin-top: 86px;
}

.index_elefts{
    padding-top: 50px;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 70px;
    display: none;
    overflow: hidden;
}
.index_elefts img{
    float: left;
    width: 278px;
    height: 278px;
}
.index_elefts_01{
    width: 324px;
    float: right;
    text-align: left;
    position: relative;
    height: 278px;
}
.index_elefts_01 span{
    display: block;
    font-size: 28px;
    color: #232323;
    margin-bottom: 8px;
}
.index_elefts_01 label{
color: #464646;
    font-weight: 400;
    font-size: 16px;
}
.index_elefts_01 p{
    color: #464646;
    line-height: 26px;
}
.index_elefts_01 div{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_elefts_01 div a{
    display: block;
    width: 118px;
    height: 35px;
    float: left;
    background: #232323;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.index_elefts_01 div a:nth-child(2){
        background: #f6b01b;
    color: #fff;
}


.index_eright{
    color: #fff;
    width: 390px;
    float: right;
    overflow: hidden;
}
.index_eright label{
    font-size: 36px;
    margin-top: 47px;
}
.index_eright span{
        display: block;
    font-size: 16px;
}
.index_eright div{
    margin-top: 28px;
    overflow: hidden;
}
.index_eright div img{
    margin-right: 13px;
    margin-bottom: 18px;
    float: left;
    border: 3px solid #758ca7;
    width: 121px;
    height: 122px;
    border-radius: 50%;
    cursor: pointer;
}
.index_eright div img.on{
    border: 3px solid #f6b01b;
}
.index_eright div img:nth-child(3n){
    margin-right: 0;
}
.index_eright a{
    color: #fff;    
}



.index_f{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}
.index_f>div{
    width: 1200px;
    margin:79px auto;
    overflow: hidden;
}

.index_fleft{
    width: 249px;
    height: 601px;
    background: url(../images/6_03.jpg)center 0 no-repeat;
    overflow: hidden;
    color: #fff;
    padding-top: 53px;
    padding-left: 30px;
    float: left;
}

.index_fleft label{
    font-size: 30px;
    display: block;
    margin: 0;
}
.index_fleft span{
    display: block;
    font-family: "Arial Regular";
}
.index_fleft>img{

}
.index_fleft a{
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
}
.index_fleft a img{
    margin-right: 11px;
}

.index_fright{
    float: right;
    width: 939px;
    overflow: hidden;
}
.index_fright a:nth-child(3n){
    margin-right: 0;
}
.index_fright a{
    display: block;
    width: 302px;
    background: #fff;
    height: 293px;
    float: left;
    margin-right: 16px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.index_fright a .index_fright_a{
    width: 100%;
    height: 221px;
    overflow: hidden;   
}
.index_fright a .index_fright_a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.index_fright a .index_fright_b{
    padding: 17px 10px;
    width: 100%;
    overflow: hidden;
}
.index_fright a .index_fright_b div{
    float: left;
    width: 226px;
}
.index_fright a .index_fright_b label{
    display: block;
    color: #464646;
    margin: 0;
}
.index_fright a .index_fright_b span{
    color: #797979;
}
.index_fright a .index_fright_b p{
    margin: 0;
    color: #464646;
    float: right;
    margin-top: 7px;
}
.index_fright a .index_fright_b p img{

}
.index_fright a .index_fright_c{
    position: absolute;
    top: 0;
    height: 55px;
    width: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #e90000;
    text-align: center;
    padding: 4px 5px;
    overflow: hidden;
    right: 10px;
}
.index_fright a:hover .index_fright_a img{
    transform: scale(1.1);
}



.index_g{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.index_gs{
    display: flex;
    flex-wrap: wrap;
}
.index_gs div{
    width: 230px;
    margin-left: 10px;
    overflow: hidden;
}
.index_gs a{
    display: block;
    width: 230px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 14px
}
.index_g a img{
    width: 100%;
    height: 100%;
}


.index_h{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 77px;
}

.index_hTop{
    height: 64px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}
.index_hTop div{
float: left;
    display: flex;
    flex-wrap: wrap;
}
.index_hTop div p{
    margin: 0;
    width: 138px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    color: #464646;
    position: relative;
}
.index_hTop div p::after{
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #f6b01b;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.3s;

}
.index_hTop div p span{
    display: block;
    font-size: 16px;
    border-right: 2px solid #ccc;
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
}
.index_hTop div p:last-child span{
    border: 0;
}
.index_hTop div p:hover{
    /* background: #f6b01b; */
    color: #f6b01b;
}
.index_hTop div p:hover span{
    /* border-right: 2px solid #f6b01b; */
}
.index_hTop div p.on{
    /* background: #f6b01b; */
    color: #f6b01b;
}
.index_hTop div p:hover::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #f6b01b;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.3s;
}
.index_hTop div p.on::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #f6b01b;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);

}
.index_hTop div p.on span{
    /* border-right: 2px solid #f6b01b; */
}
.index_hTop a{
    float: right;
    color: #767676;
    display: block;
    margin-top: 28px;    
}



.index_hcenter{
    width: 100%;
    overflow: hidden;
}
.index_henters{
    display: none;
    overflow: hidden;
}
.index_henters a{
    display: block;
    width: 290px;
    height: 233px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
}
.index_henters a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.index_henters a h3{
    position: absolute;
    width: 100%;
    bottom: -10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
	font-size: 15px;
}

.index_henters a:nth-child(4n){
    margin-right: 0;
}

.index_henters a:hover img{
    transform: scale(1.1);
}



.index_i{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}
.index_is{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.index_is a{
    display: block;
    width: 376px;
    float: left;
    margin-right: 36px;
    background: #fff;
    margin-bottom: 84px;
}
.index_is a:nth-child(3n){
    margin-right: 0;
}
.index_is a .index_is_a{
    width: 100%;
    height: 243px;
    overflow: hidden;
}
.index_is a:hover .index_is_a img{
    transform: scale(1.1);
}
.index_is a .index_is_a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.index_is a .index_is_b{
        padding: 0 18px;
}
.index_is a .index_is_b label{
        font-size: 16px;
    color: #464646;
    display: block;
    margin-top: 23px;
    margin-bottom: 11px;
}
.index_is a .index_is_b p{
    color: #848484;
    margin-bottom: 21px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 27px;
}
.index_is a .index_is_b div{
    border-top: 1px solid #eeeeee;
    height: 58px;
    line-height: 58px;
    color: #848484;
    overflow: hidden;
}
.index_is a .index_is_b span{
    
}
.index_is a .index_is_b img{
        float: right;
    margin-top: 22px;
}

.index_j{
    width: 100%;
    background: url(../images/9_02.jpg)center 0 no-repeat;
    height: 216px;
    overflow: hidden;
}


.index_k{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.index_kTop{
    font-size: 0;
    text-align: center;
    margin-bottom: 32px;
}
.index_kTop span{
    display: inline-block;
    width: 147px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #464646;
    font-size: 16px;
    position: relative;
    margin: 0 9px;
    cursor: pointer;
}
.index_kTop span img{
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -7.5px;
    opacity: 0;
}
.index_kTop span.on{
    background: #f6b01b;
    border: 1px solid #f6b01b;
    color: #fff;
}
.index_kTop span.on img{
    opacity: 1;
}


.index_kce{
    width: 100%;
}
.index_kces{
    display: none;
    overflow: hidden;
    /*margin-bottom: 60px;*/
}
.index_kces a:nth-child(2n){
    float: right;
}
.index_kces a{
 float: left;
    height: 119px;
    width: 573px;
    background: #efefef;
    overflow: hidden;
    margin-bottom: 16px;

}
.index_kces a img{
    width: 138px;
    height: 119px;
    float: left;
}
.index_kces a div{
    float: right;
    width: 416px;
    overflow: hidden;
    padding-top: 11px;
    padding-right: 39px;
}
.index_kces a label{
    color: #464646;
    font-size: 16px;
}
.index_kces a p{
    color: #6b6b6b;
    line-height: 23px;
    margin-bottom: 5px;
}
.index_kces a span{
    color: #464646;
}
.index_kces a:hover label{
    color: #f6b01b;
}

.index_l{
    width: 100%;
    background: #303030;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}
.index_l>div{
    width: 1200px;
    margin: auto;
}

.index_lTop{
    width: 100%;
    overflow: hidden;
    margin-top: 34px;
    margin-bottom: 24px;
}
.index_lTop img{
    float: left;
}
.index_lTop a{
    color: #fff;
    float: right;
    display: block;
    margin-top: 17px;
}

.index_ls{
    width: 106%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 37px;
}
.index_ls a:nth-child(8n){
    margin-right: 0;
}
.index_ls a{
    color: #fff;
    width: 12.5%;
    display: block;
    margin-bottom: 11px;
}

.index_m{
    width: 100%;
    background: #232323;
    overflow: hidden;
    position: relative;
}
.index_m>div{
    width: 1200px;
    margin:36px auto;
    overflow: hidden;
}

.index_mleft{
    float: left;
    width: 900px;
    display: flex;
}
.index_mleft div{
    flex: 1;
}
.index_mleft div a:nth-child(1){
    font-size: 16px;
    margin-bottom: 12px;
}
.index_mleft div a{
    color: #fff;
    display: block;
    margin-bottom: 6px;
}
.index_mleft div a:hover{
    color: #ffcf01;
}


.index_mright{
    float: right;
    width: 300px;
    border-left: 1px solid #303030;
    overflow: hidden;
    min-height: 269px;
    padding-left: 77px;
}

.index_mright_a{
    text-align: center;
    background: url(../images/5107.png)left 0 no-repeat;
    height: 72px;
    color: #fff;
    padding-top: 16px;
}
.index_mright_a span{
    font-size: 16px;
}
.index_mright_a div{
    font-size: 14.6px;
    font-family: Myriad Pro Regular;
    text-transform: uppercase;
    margin-top: 2px;
}

.index_mright>p{
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}
.index_mright>p label{
    font-size: 20px;

}

.index_mright_b{

}
.index_mright_b a img{
    margin-right: 14px;
}
.index_mright>img{
    margin-top: 15px;
}


.index_n{
    border-top: 1px solid #303030;
    width: 100%;
    background: #232323;
    overflow: hidden;
    color: #fff;
    position: relative;
}
.index_n>div{
    width: 1200px;
    margin:33px auto;
    overflow: hidden;
}
.index_n span{
    float: left;
}
.index_n p{
    float: right;
}
.index_n p a{
    color: #fff;
}



/**/

.newnav{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 82px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 0;
}
.newnav a{
    font-size: 16px;
    color: #464646;
    display: inline-block;
    line-height: 79px;
    width: 15%;
}
.newnav a.on{
    border-bottom: 3px solid #232323;    
}

.listnew{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}

.listnew1{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}
.listnew a{
    height: 255px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 44px;
}
.listnew a>img{
    float: left;
    width: 318px;
    height: 214px;
}
.listnew .listnewright{
    float: right;
    width: 828px;
    overflow: hidden;
}
.listnew .listnewright label{
        font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
    cursor: pointer;
}
.listnew .listnewright p{
        color: #818181;
    line-height: 29px;
    margin-bottom: 33px;
}
.listnew .listnewright div{
        color: #818181;
    font-size: 16px;
}
.listnew .listnewright div img{
        margin-right: 26px;
}
.listnew .listnewright div span{
        float: right;
}
.listnew a label:hover{
    color: #f6b01b;
}

.listnewbottom{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.listnewbottom label{
    margin: 0;
}
.listnewbottom a{
    display: inline-block;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 9px;
    margin-right: 10px;
}

/**/
.protop{
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
}
.protop>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.protop_a{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}
.protop_a label{
    float: left;
    margin: 0;
    font-size: 15px;
    line-height: 40px;
}
.protop_a div{
 float: left;
    width: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
}
.protop_a div a{
    font-size: 15px;
    color: #666; 
    padding-left: 20px;
}
.protop_a div a.on{
    color: #f6b01b;
}

.xinwen_oooooo a{
	color:#464646;
}
.xinwen_oooooo a:hover{
		color:#000;
}
.case_pro{
    width: 1200px;
    margin: auto;
    margin-top: 45px;
}
.case_list {
    margin: 0 -8px;
}
.case_list li:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    top: -3px;
}
.case_list li {
    float: left;
    width: 288px;
    height: 365px;
    background: #fff;
    margin: 0 8px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transition: top 400ms;
    border: 1px solid #eee;
}
.case_pic {
    position: relative;
    overflow: hidden;
}
.case_list li .himg {
    display: block;
}
.case_list li .himg img {
    width: 100%;
    height: 250px;
    transition: all 400ms;
}
.case_info{padding: 0 12px;}
.case_info .case_name{font-size: 14px;padding: 8px 0;}
.case_info .case_tags{color: #666;overflow: hidden;}
.case_info .case_tags span{color: #666;}
.case_info .case_tags em{margin:0 10px;height: 15px;width: 1px;background: #b6b6b6;}
.case_designor{color: #666; border-top:1px solid #eee;padding-top:9px;margin-top:7px;margin-left:-12px;margin-right: -12px;padding-left: 12px;padding-right: 12px;}
.case_designor a{color: #666;}
.case_designor img{width: 30px;height: 30px;border-radius: 50%;margin-right: 4px;}
.case_designor a:hover{color: #b01f30;}
.himg:hover img {transform: scale(1.1);}

/**/
.map{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 40px;    
}
.map #dituContent {
    width: 100%;
    height: 365px;
}

.listcontct{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.listcontctleft{
    width: 576px;
    height: 275px;
    float: left;
    border-right: 1px solid #ccc;
    overflow: hidden;
    padding-left: 204px;
}
.listcontctleft span{
    font-size: 30px;
    color: #464646;
}
.listcontctleft img{
    display: block;
    margin-top: 9px;
    margin-bottom: 27px;
}
.listcontctleft p{
    margin: 0;
    color: #464646;
    line-height: 26px;
}


.listcontctright{
    float: left;
    overflow: hidden;
    padding-left: 55px;
}
.listcontctright span{
    font-size: 30px;
    color: #464646;
}
.listcontctright>img{
    display: block;
    margin-top: 9px;
    margin-bottom: 27px;
}
.listcontctright p{
    overflow: hidden;
    margin: 0;
}
.listcontctright div{
    float: left;
    margin-right: 38px;
}
.listcontctright div img{
    
}
.listcontctright div i{
    font-style: normal;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}


/**/
.productdetail02 {
    color: #333333;
    position: relative;
    background: #fff;
    padding: 36px 0 15px;
}


.ProductDetailstop {
    background: #FFF;
}

.ProductDetailstopleft {
    position: relative;
    padding: 0;
    display: block;
}


.ProductDetailstopleftimg img {
    display: block;
    max-width: 100%;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 483px;
    height: 387px;
    transition: all 0.3s;
}

.ProductDetailstopleftimg h5 {
    display:none;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}

.ProductDetailstopright dl {
    margin: 0px;
}

.ProductDetailstopright dl dt {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.ProductDetailstopright dl dd {
    font-size: 14px;
    padding: 30px 0px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    color: #464646;
}
.ProductDetailstopright dl dd img{
    margin-right: 5px;
}
.ProductDetailstopright dl dd span.Special {
    color: #0061b0;
    font-size: 36px;
    padding-right: 10px;
    vertical-align: -6px;
}

.ProductDetailsSmallimg {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.ProductDetailsSmallimg ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ProductDetailsSmallimg ul {
    padding-bottom: 0;
}

.ProductDetailsSmallimg ul li {
    position: relative;
    display: inline;
    margin-right: 28px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ProductDetailsSmallimg ul li span {
    display: block;
    height: 100%;
    border: 1px solid #dadada;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 1px;
    bottom: 1px;
    width: 100%;
}

.ProductDetailsSmallimg ul li.cur span {
    height: 100%;
    border: 1px solid #0061b0;
}

.ProductDetailsSmallimg ul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.ProductDetailsSmallimg ul li h5 {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    margin-bottom: -30px;
}


.prodtwillbtn {
    margin: 45px 0 0;
    box-shadow: 1px 5px 5px #ddd;
}


.prodtwillbtn a.cur {
    color: #0061b0;
    border-bottom: 2px #0061b0 solid;
}
.prodtwillbtn a {
    display: inline-block;
    float: left;
    width: 16.666%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #333;
    font-size: 14px;
    border-right: 1px #ddd solid;
}

.ProductDetailstopright dl dt span{
    display: block;
    font-size: 14px;
    color: #464646;
}
.prochanglist {
    color: #666;
    line-height: 26px;
    padding: 35px 0;
    /* overflow-x: auto; */
}

.prochanglist {
    display: none;
}


@media (min-width: 768px){
    .anliy li p.text {
    text-align: center;
    padding: 20px 0 0px 0;
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
}
.prodtwillbtn a {
    font-size: 16px;
}
.protexingbtn {
    bottom: 65px;
}
.cpinfooneleft {
    padding: 0 20px 10px;
}
.cptityr {
    padding-bottom: 22px;
    font-size: 26px;
}
.anliy li {
    padding: 35px 20px 0 20px;
    width: 25%;
}

}

@media (min-width: 992px){
.protexingbtn {
    width: auto;
    left: 135px;
}
.tjleft {
    left: 10px;
    top: 45%;
}

.tjleft:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 11px 0 0 -3px;
}
.tjright:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 11px 0 0 -8px;
}

.tjleft {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 36px;
    z-index: 100;
}
.tjright {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 36px;
    z-index: 100;
}
.tjright {
    right: 10px;
    top: 45%;
}

.cpinfooneleft h5 {
    padding-top: 80px;
}
.ProductDetailstop {
    box-shadow: 1px 5px 5px #ddd;
    padding-bottom: 35px;
}
.ProductDetailstopleft {
    min-height: 455px;
    display: block;
}
.ProductDetailstopright {
    padding: 0 20px 0 80px;
}
.ProductDetailstopright dl dt {
    font-size: 24px;
    line-height: 31px;
    color: #232323;
    text-align: left;
    font-weight: 400;
}
.ProductDetailsSmallimg {
    width: 85%;
    margin: 0 auto;
    height: 150px;
}
.ProductimgArrowleft {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}
.ProductimgArrowleft {
    left: 80px;
}
.ProductimgArrowright {
    display: block;
    position: absolute;
    bottom: 43px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #ededed;
    border-radius: 36px;
    outline: none;
}

.ProductimgArrowright {
    right: 20px;
}
.ProductimgArrowright:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 13px 0 0 13px;
}
.ProductimgArrowleft:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #999999;
    border-bottom: 3px solid #999999;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 13px 0 0 13px;
}

.ProductimgArrowleft:hover {
    background: #0061b0;
}
.ProductimgArrowright:hover {
    background: #0061b0;
}
.ProductimgArrowright:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.ProductimgArrowleft:hover:after {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}

}



@media (min-width: 1024px){
.commonweb {
    padding: 0px 10px;
}

}


@media (min-width: 1199px){
.commonweb {
    margin: 0px auto;
    width: 1180px;
}

}



/**/

.aboutnav{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 82px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 0;
}
.aboutnav a{
    font-size: 16px;
    color: #464646;
    display: inline-block;
    line-height: 79px;
    width: 14.28%;
}
.aboutnav a.on{
    border-bottom: 3px solid #232323;    
}

.about1{
    width: 1200px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 100px;
    overflow: hidden;
}
.about1 div{
float: left;
    width: 600px;
    overflow: hidden;
}
.about1 span{
    display: block;
    font-size: 30px;
    color: #232323;
    text-transform: uppercase;
    font-family: Arial Regular;
}
.about1 i{
font-size: 24px;
    color: #232323;
    display: block;
    font-style: normal;
}
.about1 p{
    margin: 0;
    color: #656565;
    line-height: 30px;
    margin-top: 2rem;
}
.about1 img{
    float: right;
}

.about1Top{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.about1Top label{
    font-size: 36px;
    color: #232323;
    margin: 0;
    display: block;
    margin-bottom: 10px;
}
.about1Top div{
    font-size: 16px;
    color: #636363;
}


.about2{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 100px;
}
.about2 a{
    display: block;
    float: left;
    width: 590px;
    overflow: hidden;
    margin-bottom: 20px;
}
.about2 a:nth-child(2n){
    float: right;
}

.about2 a:nth-child(2) div{
    background: #f6b01b;
}
.about2 a:nth-child(2) i{
    color: #ffffff;
}
.about2 a:nth-child(3) div{
    background: #f6b01b;
}
.about2 a:nth-child(3) i{
    color: #ffffff;
}
.about2 a:nth-child(6) div{
    background: #f6b01b;
}
.about2 a:nth-child(6) i{
    color: #ffffff;
}
.about2 a img{
    float: left;
    width: 296px;
    height: 221px;

}
.about2 a div{
    float: right;
    height: 221px;
    background: #232323;
    width: 294px;
    color: #fff;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.about2 a label{
    display: block;
    font-size: 24px;
}
.about2 a span{
    line-height: 26px;
    display: block;
    margin-top: 10px;
}
.about2 a i{
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 99px;
    font-style: normal;
    color: #f6b01b;
    font-weight: 700;
    line-height: 100%;
}


.about3{
    background: url(../images/47.png)center 0 no-repeat;
    height: 998px;
    overflow: hidden;
    width: 100%;
}

.about3_a{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.about3_a a{
    display: block;
    width: 385px;
    height: 336px;
    background: #fff;
    float: left;
    text-align: center;
    margin-right: 22px;
    margin-bottom: 22px;
    padding: 0 40px;
}
.about3_a a:nth-child(3n){
    margin-right: 0;
}
.about3_a div{
    height: 115px;
    line-height: 135px;
}
.about3_a div img{
max-width: 72px;
}
.about3_a label{
    font-size: 24px;
    color: #464646;
    display: block;
}
.about3_a span{
    display: block;
    font-size: 16px;
    color: #464646;
}
.about3_a a>img{
display: block;
    margin: 11px auto;
}
.about3_a p{
margin: 0;
    text-align: left;
    color: #7e7e7e;
    line-height: 25px;
}


.about4{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 90px;
}
.about4s{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.about4s a{
    display: block;
    width: 284px;
    text-align: center;
    margin-left: 16px;
}
.about4s div{
    border: 1px solid #ccc;
    padding: 5px;
}
.about4s p{
    margin: 0;
    background:#f5f5f5;
    padding: 20px 0;
}
.about4s p img{
    width: 216px;
    height: 159px;
}
.about4s span{
    color: #464646;
    display: block;
    margin-top: 10px;
}

.about5{
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}

.about5s{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.about5ss{
    display: flex;
    flex-wrap: wrap;
}
.about5s a{
    display: block;
    width: 230px;
    height: 110px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.about5s a img{
    width: 100%;
    border: 1px solid #ccc;
    height: 100%;
}

.about6{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.about6s{
    display: flex;
    flex-wrap: wrap;
}
.about6s a{
    width: 231px;
    height: 110px;
    border: 1px solid #ccc;
    margin-left: 9px;
}
.about6s a img{
    width: 100%;
    height: 100%;
}

.about7{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.about7 img{
    float: left;
}
.about7 img:nth-child(3){
    margin-left: 16px;
}
.about7 img:nth-child(2){
    float: left;
    margin-left: 16px;
    margin-bottom: 7px;
}
.about7 img:nth-child(4){
    margin-left: 7px;    
}


/**/
.shejishi{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 4rem;
}
.shejishi li{
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 22px;
    width: 33.33333333%;    
}

.team_item a {
    height: 330px;
    max-height: 330px;
    display: block;
    overflow: hidden;
    position: relative;
}
.team_item a .team_img img {
    width: 100%;
}
.team_item .wrap {
    height: 40px;
    background: #292929;
    bottom: -40px;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    width: 100%;
    position: absolute;
    color: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.team_item a:hover .wrap {
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
}
.team_item .team_info {
    background-color: #f8f8f8;
    text-align: left;
    padding: 30px;
}
.team_item .team_info .title {
    color: #5a5a5a;
    font-size: 20px;
}
.team_item .team_info .subtitle {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 5px;
}
.team_item .desc {
    margin-top: 10px;
    height: 70px;
    line-height: 24px;
    font-size: 12px;
    color: #949494;
    overflow: hidden;
}

.team_item .wrap div {
    margin: 12px auto;
    width: 14px;
    height: 14px;
    position: relative;
}

.team_item .wrap div .h {
    width: 14px;
    height: 2px;
    top: 6px;
}
.team_item .wrap div .v {
    width: 2px;
    height: 14px;
    left: 6px;
}
.team_item .wrap div span {
    display: block;
    background: #fff;
    position: absolute;
}




/**/
.fs-32 {
    font-size: 32px;
}
.c-333 {
    color: #333;
}

.page-title-three p {
    margin-top: 20px;
    line-height: 30px;
}
.page-title-three {
 
    text-align: center;
}
.peitaofuw{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.yzs-service-list {
    position: relative;
}
.st-chanye-list .item {
    margin-bottom: 20px;
    background: #f6f6f6;
}
.yzs-service-list .item {
    position: relative;
}
.clearfix {
    zoom: 1;
}
.yzs-service-list .item .pic, .yzs-service-list .item .cont {
    width: 50%;
    overflow: hidden;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.peitaofuw .item-logo{
    vertical-align: middle;
    border: none;
	width:600px;
	height:381px;
    max-width: 100%;
}
.yzs-service-list .item .cont .tit .item-logo img{
	width:160px;
	height:100px;
}
.yzs-service-list .item .cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 50px;
}
.com-table {
    display: table;
    width: 100%;
    height: 100%;
}
.com-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.yzs-service-list .item .cont .tit {
    height: 115px;
}
.yzs-service-list .item .cont .tit .item-logo {
    margin-right: 24px;
    height: 115px;
    line-height: 115px;
    font-size: 0;
		width:160px;
}
.yzs-service-list .item .cont .tit-cont {
    position: relative;
    width: auto;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-left: 24px;
}
.yzs-service-list .item .cont .tit-cont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    height: 56px;
    border-left: 1px solid #707070;
}
.yzs-service-list .item .cont .tit-cont span {
    font-size: 24px;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.yzs-service-list .item .cont .des {
    margin-top: 25px;
    margin-bottom: 30px;
}
.com-btn-140 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff!important;
    background: #f6b01b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.yzs-service-list .item .cont .more-bar .more-circle {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background: url(../images/icon-more-2.png) no-repeat center;
    vertical-align: middle;
    margin-left: 20px;
    transition: .4s;
}
.yzs-service-list .item .cont .more-bar .more-circle:hover {
    background: #f6b01b url(../images/icon-more-2-on.png) no-repeat center;
    border-color: #f6b01b;
}


/**/
.zaijian{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 2rem;
}
.w-tags {
    color: #333;
    font-size: 14px;
    padding: 8px 0;
}
.w-tags{color: #333;font-size: 14px;padding:8px 0;}
.w-tags em,.w-tags a{color: #666;}

.gd_cont {
    margin-bottom: 30px;
}

.gd_cont {
    width: 100%;
}
.gd_ct_a {
    border: 1px solid #d9d9d9;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #666;
    background: #fff;
}
.gd_ct_a span {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}
.gd_ct_a a {
    display: inline-block;
    color: #666;
    margin-left: 10px;
}
.gd_ct_b{position: relative;height: 40px;border-bottom: 1px solid #d9d9d9;background: #fff;padding-left: 110px;line-height: 40px;display:none;}
.gd_ct_b label{font-weight: 400; width: 110px;height: 41px;line-height: 40px;text-align: center;position: absolute;left:0;top:0;background: #f8f8f8;}
.gb_nav a{display: inline-block;float: left;line-height: normal;padding:1px 3px;margin-left: 15px;margin-top:10px;color: #666;}
.gb_nav a.all,.gb_nav a:hover{background: #f6b01b;color: #fff;}

.thd_b {
    margin-top: 20px;
}
.tSlide .hd, .thd {
    border-bottom: 2px solid #dfdfdf;
    height: 38px;
    line-height: 38px;
}
.thd li.on, .lc_rb .hd li, .thd li.on h3, .lc_rb .hd li h3 {
    font-size: 16px;
}
.tSlide .hd li, .thd li {
    cursor: pointer;
    margin-right: 30px;
    float: left;
    height: 36px;
    position: relative;
    font-size: 14px;
    padding: 0 2px;
}
.tSlide .hd li:after, .thd li:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #f6b01b;
    content: '';
}
.tSlide .hd li.on:after, .thd li.on:after {
    display: block;
}
.thd li a{
    color: #333;
}
.db_nav a {
    color: #666;
    margin-right: 20px;
display: inline-block;
}
.thd .db_nav a.on {
    border-bottom: solid 1.7px #f6b01b;
}

.db_nav a:hover {
    color: #f6b01b;
}


.gd_citem {
    padding: 20px 0;
    border-bottom: 1px dashed #D9D9D9;
}
.gd_citem .himg {
    width: 260px;
    height: 160px;
    float: left;
    overflow: hidden;
}
.himg {
    display: inline-block;
}
.himg img {
    transition: all 400ms;
}
.gd_infor {
    width: 889px;
}
.gd_tags {
    padding: 15px 0;
}
.gd_tags span {
    display: inline-block;
    width: 140px;
}
.gd_zshi {
    margin-bottom: 15px;
}
.gd_jdu {
    position: relative;
}
.ju_bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 2px;
    background: #d6d6d6;
}
.ju_bar p {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f6b01b;
    margin: 0;
}
.gd_jdu ul {
    position: relative;
    z-index: 20;
}
.gd_jdu li {
    padding-top: 22px;
    float: left;
    text-align: center;
    width: 60px;
    background: url(../images/yd1.jpg) no-repeat center 5px;
    background-size: 9px 9px;
}
.gd_jdu ul li {
    width: 14.2857%;
}
.gd_jdu ul li.cur {
    background: url(../images/yd2.jpg) no-repeat center top;
    color: #f6b01b;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.gd_name {
    font-size: 14px;
    color: #333;
}

/**/
.tiv {
    padding: 0 20px;
    border-bottom: 1px solid #D9D9D9;
}
.gt_name {
    padding: 20px;
    font-size: 16px;
    background: #fafafa;
    color: #333;
}

.gd_detail_top {
    border: 1px solid #D9D9D9;
    color: #666;
}
.gt_tags {
    padding: 10px 20px;
}
.gt_tags span:first-child {
    margin-left: -18px;
}
.gt_tags span:last-child {
    border-right: none;
}
.gt_tags span {
    border-right: 1px solid #D9D9D9;
    padding: 0 18px;
    display: inline-block;
}

.gt_infor {
    padding: 10px 20px;
}
.gt_progress {
    padding: 25px 0 10px 0;
    border-bottom: none;
}
.gt_progress .gd_jdu {
    width: 497px;
    margin: 0 auto;
}
.gt_progress .gd_jdu li.cur:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/d.png);
    width: 10px;
    height: 14px;
    left: 50%;
    margin-left: -5px;
    top: -14px;
}
.gt_progress .gd_jdu li {
    position: relative;
}
.gt_progress .gd_jdu li a{
    color: #333;
}
.gt_progress .gd_jdu li.cur a{
    color: #f6b01b;
}
.gd_detail_cont {
    position: relative;
    margin-top: 30px;
}
.tail_div {
    padding-bottom: 30px;
    position: relative;
    z-index: 20;
    padding-left: 120px;
    padding-right: 120px;
    min-height: 200px;
}
.tail_tit {
    margin-left: -120px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    background: #fff;
    margin-bottom: 20px;
}
.tail_tit i {
    display: inline-block;
    border-radius: 50%;
    background: #b01f30;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 5px;
    font-style: normal;
}

.gd_detail_cont:after {
    position: absolute;
    content: '';
    background: #cfcfcf;
    width: 2px;
    bottom: 0;
    top: 0;
    left: 60px;
}


/**/
.zhenzhang{
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}

.designCase {
    border-bottom: 1px solid #f4f4f4;
    background: #f9f9f9;
}
.zs_title {
    text-align: center;
}
.designCase {
    padding-bottom: 53px;
}
.mt70 {
    margin-top: 70px;
}


.title-bor {
    margin-bottom: 5px;
    text-align: center;
}
.title-bor {
    margin-bottom: 11px;
}
.title-bor h3 {
    display: inline-block;
    font-size: 36px;
    color: #000;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: lighter;
    position: relative;
    font-weight: 400;
}
.zs_title p {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
}
.title-bor .pred span {
    display: inline-block;
    width: 76px;
    height: 3px;
    text-align: center;
    background-color: #e50505;
}


.zhenzhangs{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
}


.border_bottom {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #e3e3e3;
}
#industry {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    height: 34px;
    margin-bottom: 30px;
    font-weight: 400;
    border: none;
}
#industry li {
    float: left;
    width: 94px;
    height: 32px;
    margin-left: 15px;
    text-align: center;
    background-color: #cacaca;
}
#industry li:nth-of-type(1) {
    margin-left: 0;
}
#industry li.on a, #industry li a:hover {
    background: #f6b01b;
    color: #fff;
}
#industry li a {
    display: block;
    height: 34px;
    line-height: 34px;
    transition: all 0.1s;
    color: #000;
    position: relative;
}


.caseTab {
    margin-top: 10px;
}

.caseMain {
    overflow: hidden;
    position: relative;
}

.kis img{
    width: 100%;
}


.caseMenu {
    font-size: 14px;
    height: 34px;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 10px;
}
.caseMenu li {
    float: left;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.caseMenu li.on a, .caseMenu li a:hover {
    background: #f6b01b;
    color: #fff;
}
.caseMenu li a {
    display: block;
    height: 34px;
    line-height: 34px;
    transition: all 0.1s;
    color: #000;
    position: relative;
}
.slash {
    position: absolute;
    right: -2px;
    top: 0px;
    font-size: 15px;
    color: #ccc;
    font-style: normal;
}
.hide {
    display: none;
}


.caseBox li {
    float: left;
    width: 385px;
    height: 235px;
    position: relative;
    margin: 0 22px 0px 0;
    line-height: 20px;
    overflow: hidden;
}
.caseBox li img {
    width: 100%;
    height: auto;
    transition: all 0.6s;
    display: block;
    overflow: hidden;
}
.font {
    text-align: center;
    height: 83px;
    padding-top: 15px;
    box-sizing: border-box;
}
.caseBox li h4 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fffdfe !important;
    background: rgba(85,86,81,0.5);
    font-weight: normal;
    overflow: hidden;
    position: absolute;
    bottom: 0;
        margin: 0;
}
.caseBox li h4 a {
    color: #fffdfe !important;
}
.caseBox li p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.caseBox li:nth-of-type(3) {
    margin-right: 0;
    float: left;
    margin-left: 0px;
}

.caseBox li:nth-child(4){
    width: 317px;
    height: 192px;
    margin-top: 18px;
}
.caseBox li:nth-child(5){
    width: 317px;
    height: 192px;
    margin-top: 18px;
}
.caseBox li:nth-child(6){
    width: 317px;
    height: 192px;
    margin-top: 18px;
}
.caseBox li:nth-of-type(6) {
    margin-right: 0;
    float: left;
    margin-left: 0px;
}
.caseBox li:nth-child(7) {
    float: left;
    width: 192px;
    height: 192px;
    background-color: #eaeaea;
    margin: 18px 0 0 13px;
}
.caseBox li:nth-child(7) p img {
    width: 23px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 46%;
    margin-left: 3px;
}
.caseBox li:nth-child(7) p {
    margin-top: 88px;
    font-size: 16px;
}
.caseBox li:nth-child(7) p a{
    color: #999999;

}


.width1200{
    margin-top: 100px;
    overflow: hidden;
}

.left-nav {
    width: 120px;
}
.left-nav ul {
    border-bottom: 1px solid #000;
}
.left-nav .active {
    background-color: #f6b01b;
    color: #fff;
    border-color: #f6b01b;
}

.left-nav li {
    width: 118px;
    height: 38px;
    font-size: 13px;
    color: #111111;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    border-left: 1px solid #023232;
    border-right: 1px solid #023232;
    border-top: 1px solid #023232;
    background: #fff;
}


.content-right {
    width: 880px;
}
.public-title{
  width: 84px;
  height: 114px;
  border: 3px solid #555555;
  position: relative;
  margin: 0 auto;
}
.public-text-box h4{
  font-size: 20px;
  color: #232323;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  padding-top: 10px;
}
.public-text-box p{
  font-size: 12px;
  color: #555555;
  line-height: 12px;
  padding-bottom: 10px;
}
.public-text-box{
  width: 400px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 14px;
  margin-left: -200px;
  text-align: center;
}
.mt43 {
    margin-top: 43px;
}
.ambient-box>p {
    font-size: 13px;
    color: #555555;
    line-height: 13px;
    text-align: center;
}
.mb9 {
    margin-bottom: 9px;
}
.ambient-item-box {
    padding-left: 18px;
    box-sizing: border-box;
    margin-top: 40px;
}
.ambient-item {
    width: 163px;
    height: 75px;
    border-right: 2px solid #eeeeee;
}
.ambient-item-box .bor-none {
    border-right: none;
}
.ambient-item h4 {
    font-size: 34px;
    color: #232323;
    line-height: 34px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 8px;
}
.ambient-item p {
    font-size: 12px;
    color: #555555;
    line-height: 12px;
    text-align: center;
}


.analyse{
  margin-top: 102px;
}
.public-box{
  width: 800px;
  height: 437px;
  margin: 0 auto;
  margin-top: 52px;
}
.public-item-img{
  width: 190px;
  height: 219px;
  position: relative;
}
.public-item-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.public-item{
  width: 190px;
  height: 218px;
  background-color: #fff;
}
.bor-top{
  border-top: 1px solid #f0f0f0;
}
.bor-bottom{
  border-bottom: 1px solid #f0f0f0;
}
.public-box .bor-left{
  border-left: 1px solid #f0f0f0;
  width: 189px;
}
.public-box .bor-right{
  border-right: 1px solid #f0f0f0;
  width: 189px;
}
.public-item h4{
  font-size: 30px;
  color: #232323;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
  margin-top: 0px;
}
.public-item i{
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 1px;
  background-color: #f6b01b;
  margin-bottom: 18px;
}
.public-item h5{
  font-size: 16px;
  color: #232323;
  text-align: center;
  line-height: 16px;
  margin-bottom: 15px;

}
.public-item p{
  font-size: 12px;
  color: #555555;
  text-align: center;
  line-height: 20px;
  margin: 0;
}
.public-item-img i{
  display: block;
  width: 14px;
  height: 21px;
  background: url(../images/triangle.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -10.5px;
}
.public-item-img .left{
  transform: rotate(180deg);
  right: none;
  left: -1px;
}
.periphery-item-box {
    margin-top: 28px;
    text-align: center;
}
.periphery-item {
    display: inline-block;
    width: 152px;
    margin-right: 26px;
}
.periphery{
  margin-top: 100px;
}
.periphery-img{
  width: 152px;
  height: 189px;
}
.periphery-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.periphery-box>p {
  font-size: 13px;
  color: #555555;
  line-height: 13px;
  text-align: center;
}
.periphery-item p{
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #555555;
  text-align: center;
}
.periphery-box {
    margin-top: 45px;
}



.status{
  margin-top: 100px;
}
.status-box{
  width: 880px;
  margin-top: 40px;
  position: relative;
}
.status-box>p {
  font-size: 13px;
  color: #555555;
  line-height: 13px;
  text-align: center;
}
.status-img{
  margin-top: 40px;
}
.status-img{
  width: 880px;
  height: 320px;
}
.status-box img{
  display: block;
  width: 100%;
  height: 100%;
}
.status-text{
  position: absolute;
  top: 210px;

}
.status-text p{
  text-align: center;
  width: 880px;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
}







.powerful{
  margin-top: 100px;
}
.powerful-box{
  margin-top: 37px;
}
.powerful-box>p {
  font-size: 13px;
  color: #555555;
  line-height: 13px;
  text-align: center;
}
.powerful-item-box{
  margin-top: 40px;
}
.powerful-item{
  width: 289px;
  margin-right: 3px;
}
.powerful-item-img{
  width: 100%;
  height: 175px;
}
.powerful-item-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.powerful-item-text{
  width: 289px;
}
.powerful-item-text i{
  display: block;
  width: 19px;
  height: 3px;
  background-color: #f6b01b;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 7px;
}
.powerful-item-text p{
  text-align: center;
  font-size: 14px;
  color: #555555;
  line-height: 14px;
  margin-bottom: 18px;
    margin-top: 14px;
}





.generatrix{
  margin-top: 80px;
}
.generatrix-box{
  width: 738px;
  height: 353px;
  margin: 0 auto;
  margin-top: 50px;
}
.generatrix-text{
  width: 179px;
  height: 353px;
  border: 1px solid #dddddd;
}
.generatrix-img{
  width: 559px;
  height: 353px;
}
.generatrix-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.generatrix-text{
  padding-top: 21px;
  padding-left: 26px;
  box-sizing: border-box;
}
.generatrix-text h4{
  font-size: 14px;
  color: #232323;
  line-height: 14px;
  margin-bottom: 18px;
  margin-top: 0;
}
.generatrix-text>p{
  font-size: 12px;
  color: #555555;
  line-height: 24px;
  margin:0;
}
.xiaofang i{
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #f6b01b;
  margin-right: 8px;
  margin-bottom: 4px;
}
.generatrix-info .xiaofang{
  position: relative;
  margin-bottom: 22px;
}
.bor-radius{
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #c22222;
  opacity: 0.5;
  border-radius: 50%;
  top: -12px;
}
.yuangong i{
  display: inline-block;
  width: 48px;
  height: 3px;
  background-color: #f6b01b;
  margin-right: 8px;
  margin-bottom: 2px;
}
.ml12{
  margin-left: 12px;
}
.jiedai i{
  display: inline-block;
  width: 48px;
  height: 3px;
  background: url(../images/bor-img2.png) no-repeat;
  margin-right: 8px;
  margin-bottom: 2px;
}
.generatrix-info span{
  font-size: 12px;
  color: #555;
  line-height: 12px;
}
.generatrix-info{
  margin-top: 34px;
}
.generatrix-info>div{
  margin-bottom: 6px;
}

body .mr-none {
    margin-right: 0px;
}


.plane{
  margin-top: 100px;
}
.plane-box{
  margin-top: 45px;
}
.plane-box>p {
  font-size: 13px;
  color: #555555;
  line-height: 13px;
  text-align: center;
}
.plane-img{
  width: 739px;
  height: 264px;
  margin: 0 auto;
  margin-top: 20px;
}
.plane-img img{
  display: block;
  width: 100%;
  height: 100%;
}





.features{
  margin-top: 100px;
}
.features-box{
  margin-top: 50px;
  padding-right: 10px;
}
.features-box>div{
  display: inline-block;
}
.features-item{
  width: 264px;
  margin-bottom: 40px;
}
.features-right .features-item{
  width: 202px;
  margin-bottom: 40px;
}
.features-item-title i{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/features-title.png) no-repeat;
  background-size: contain;
  margin-bottom: 2px;
  margin-right: 8px;
}
.features-item-title h4{
  display: inline-block;
  font-size: 15px;
  color: #232323;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 0;
}
.features-item-title p{
  padding-left: 19px;
  font-size: 13px;
  color: #555555;
  line-height: 23px;
  margin: 0;
}
.features-img{
  width: 361px;
  height: 289px;
  background: url(../images/features.png) no-repeat;
  background-size: contain;
}
.features-center .features-item{
  margin-left: 77px;
}
.mt40{
  margin-top: 40px;
}
.features-right{
  margin-left: 43px;
}



.project{
  margin-top: 50px;
}
.project-box{
  margin-top: 30px;
}
.project-box>p {
  font-size: 13px;
  color: #555555;
  line-height: 13px;
  text-align: center;
}
.project-center-box{
  width: 880px;
  height: 446px;
  margin-top: 40px;
}
.project-left{
  width: 380px;
}
.project-left-item {
  width: 380px;
  height: 110px;
  background-color: #f6f6f6;
  padding-left: 38px;
  padding-top: 13px;
  box-sizing: border-box;
  margin-bottom: 2px;
}
body .mb-none{
  margin-bottom: 0px;
}
.project-left-item h4{
  font-size: 14px;
  color: #232323;
  margin-bottom: 3px;
  line-height: 14px;
  margin-top: 0;
}
.project-left-item p{
  font-size: 12px;
  color: #555555;
  line-height: 22px;
  margin-top: 0;
}
.project-right{
  width: 500px;
  height: 446px;
}
.project-right img{
  display: block;
  width: 100%;
  height: 100%;
}









.setting{
  margin-top: 100px;
}
.setting-box{
  margin-top: 30px;
}
.setting-box>p {
  font-size: 13px;
  color: #555555;
  line-height: 13px;
  text-align: center;
}
.setting-top-info{
  width: 280px;
  height: 100px;
  margin-right: 20px;
}
.setting-top-info-img{
  width: 280px;
  height: 100px;
}
.setting-top-info img{
  display: block;
  width: 100%;
  height: 100%;
}
.setting-top-info-text{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 16px;
}
.setting-top-info-text i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/features-title.png) no-repeat;
  background-size: contain;
  margin-bottom: 0px;
  margin-right: 8px;
}
.setting-top-info-text span{
  font-size: 14px;
  color: #232323;
  line-height: 14px;
}
.setting-item-top{
  margin-top: 40px;
}
.setting-item-bottom-left{
  width: 430px;
  height: 240px;
}
.setting-item-bottom{
  margin-top: 63px;
}
.setting-item-bottom-left .bottom-left{
  width: 280px;
  height: 240px;
}
.setting-item-bottom-left .bottom-left img{
  display: block;
  width: 100%;
  height: 100%;
}
.setting-item-bottom-left .bottom-right{
  width: 150px;
  height: 240px;
  background-color: #f6f6f6;
  padding-top: 58px;
  padding-left: 26px;
  box-sizing: border-box;
}
.bottom-right h5{
  font-size: 14px;
  color: #232323;
  line-height: 14px;
  margin-bottom: 20px;
}
.bottom-right p{
  font-size: 14px;
  color: #555555;
  line-height: 14px;
}
.mb8{
  margin-bottom: 8px;
}
.bottom-right i{
  display: block;
  width: 20px;
  height: 2px;
  background-color: #f6b01b;
  margin-top: 50px;
}
.mr20{
  margin-right: 20px;
}



.recentWorksC {
    overflow: hidden;
    padding-bottom: 40px;
}

.recentWorksC>div {
    width: 570px;
    min-height: 523px;
    float: left;
}
.recentWorksC>div:nth-child(even) {
    float: right;
}
.recentWorksC .imgTab {
    width: 570px;
    height: 346px;
    overflow: hidden;
    position: relative;
}
.recentWorksC .imgTab img{
    width: 100%;
    height: 100%;
}
.recentWorksC .describe {
    width: 100%;
    float: left;
}
.recentWorksC .describe span {
    color: #333;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
}
.recentWorksC .describe span a{
    color: #333;
}
.recentWorksC .describe p {
    float: right;
}
.recentWorksC .describe p span {
    color: #999;
    font-size: 14px;
    line-height: 12px;
    border-right: 1.5px solid #b8b8b8;
    padding: 0 6px;
    margin-top: 36px;
}
.recentWorksC .describe p span:last-child {
    border-right: none;
    padding-right: 0;
}
.recentWorksC>div>p {
    line-height: 24px;
    float: left;
}
.recentWorksC>div>p a, .recentWorksC .describe p span a {
    color: #999;
    font-size: 14px;
}



.design {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
}

.service-process-box{
    margin-top: 34px;
    padding-bottom: 20px;
}

.service-item{
    width: 224px;
    height: 260px;
    border: 1px solid #777777;
    text-align: center;
    padding-top: 44px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;

}
.service-item:hover{
    box-shadow: 0px 0px 14px 3px #ccc;
    cursor: pointer;
    transition: all 0.3s;
}
body .mr-none{
    margin-right: 0px;
}
.service-item h4{
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
}
.service-item h5{
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 21px;
}
.service-item p{
    width: 170px;
    margin: 0 auto;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}


.completion-box {
    text-align: center;
}

.completion-box {
    margin-top: 30px;
}
.completion-item {
    display: inline-block;
    width: 384px;
    margin-bottom: 17px;
}
.completion-img {
    width: 384px;
    height: 219px;
    overflow: hidden;
    cursor: pointer;
}
.completion-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.completion-img:hover img{
    transform: scale(1.2, 1.2);
}

.completion-text {
    height: 60px;
    background-color: #fff;
    padding: 0 10px;
}
.completion-text p {
    font-weight: 400;
    line-height: 60px;
    font-size: 16px;
    color: #000;
    margin-top: 0;
}
.completion-text .fr {
    display: block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f6b01b;
    color: #ffffff;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 14px;
    /* border: 1px solid #e5e5e5; */
}


.mtb40 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.wen-sort-title2-big {
    font-size: 25px;
    color: #333;
    text-align: center;
    line-height: 36px;
}
.wen-sort-title2-line{ width: 80px;  height: 2px; background: #f6b01b;margin: 5px auto;display: block;}
.wen-sort-title2-small{font-size: 14px;color: #6e6e6e;text-align: center;}

.thematic-template {
    width: 100%;
    min-width: 1200px;
    height: auto;
}
.thematic-template .thematic-template-innner {
    width: 1200px;
    margin: 0 auto;
}
.thematic-template .thematic-template-last {
    margin: 0px !important;
    padding: 0px !important;
}


.thematic-template5 .template5-list ul {
    overflow: hidden;
}
.thematic-template5 .template5-list li {
    width: 394px;
    height: 296px;
    float: left;
    margin: 0px 6px 8px 0px;
    position: relative;
}
.thematic-template5 .template5-list li.big{
    width: 798px;
    height: 600px;
}
.thematic-template5 .template5-list li.last-b {
    margin-bottom: 0px;
}
.thematic-template5 .template5-list li.last-r {
    margin-right: 0px;
}

.thematic-template5 .template5-list .template5-pic,
.thematic-template5 .template5-list .template5-pic a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.thematic-template5 .template5-list .template5-pic a::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 30px;
    right: 30px;
    z-index: 111;
    border: solid #d3d1d1;
    border-width: 0 1px;
    transition: all .5s .1s;
    transform-origin: 0 0;
    transform: scale(1,0);
    opacity: 0;
}

.thematic-template5 .template5-list .template5-pic a::after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 30px;
    right: 30px;
    z-index: 1;
    border: solid #d3d1d1;
    border-width: 1px 0;
    transition: all .5s;
    transform-origin: 0 0;
    transform: scale(0,1);
    opacity: 0;
}

.thematic-template5 .template5-list li:hover .template5-pic a::before {
    transform: scale(1,1);
    opacity: 1;
}

.thematic-template5 .template5-list li:hover .template5-pic a::after {
    transform: scale(1,1);
    opacity: 1;
}

.thematic-template5 .template5-list li .template5-pic img {
    width: inherit;
    height: inherit;
    transition: all 2.5s;
}

.thematic-template5 .template5-list li:hover .template5-pic img {
    transform: scale(1.1);
}

.thematic-template5 .template5-list li .template5-title {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
}

.thematic-template5 .template5-list li .template5-title a {
    color: inherit;
}


.thematic-template12{width: 100%;background:#eee}
.thematic-template12-con{width: 1200px;margin: 0 auto;padding: 20px 0;}
.thematic-template12-btn1{display: inline-block; padding: 0 40px; height: 44px;  background-color: #f6b01b; text-align: center;  line-height: 44px;  font-size: 16px;  color: #fff;  border-radius: 24px;}
.thematic-template12-text{width: 504px;  height: 34px; background-size: cover;  text-align: center;  font-size: 12px; color: #000000; line-height: 34px; margin-top: 5px; margin-left: 23px;background: url("../images/template12_bg1.png") no-repeat;text-align: center;}
.thematic-template12-phone{ font-size: 20px; color: #333;  margin-top: 5px; line-height: 34px;}
.thematic-template12-phone span{ font-size: 26px;color: #333; line-height: 34px;}



.thematic-template10 {
    padding: 0px;
}
.thematic-template10 .thematic-template-innner {
    position: relative;
}

/* åˆ—è¡¨ */
.thematic-template10 .thematic-template-list {
    position: relative;
}
.thematic-template10 .thematic-template10-item {
    width: 284px;
    float: left;
    margin: 0 16px 30px 0px;
    cursor: pointer;
    display: block;
  
    -webkit-transition: opacity 0.3s ease,
    -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease,
    -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: scale(0.7);
      opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thematic-template10 .thematic-template10-item.last-r {
    margin-right: 0px;
}
.thematic-template10 .thematic-template10-item.item-animated {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thematic-template10 .item-images {
    height: 348px;
    position: relative;
    overflow: hidden;
}
.thematic-template10 .item-images img {
    width: 100%;
    height: 100%;
}
.thematic-template10 .template10-info {
    text-align: center;
}
.thematic-template10 .product-title {
    margin-top: 10px;
}
.thematic-template10 .product-title a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.25s ease;
}
.thematic-template10 .product-title a:hover {
    color: #717171;
}
.thematic-template10 .product-links {
    margin-top: 5px;
}
.thematic-template10 .product-links a {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 13px;
    color: #acacac;
    transition: color 0.25s ease;
}
.thematic-template10 .product-links a:hover {
    color: #646464;
}

/* æ“ä½œ */
.thematic-template10 .product-operation {
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 0;
    opacity: 0;
    background: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0px 10px;
    margin-left: -30px;
    transform: translateY(25px) translateZ(0);
    -webkit-transform: translateY(25px) translateZ(0);
    transition: all 0.3s ease;
}
.thematic-template10 .thematic-template10-item:hover .product-operation {
    opacity: 1;
    transform: translateY(0px) translateZ(0);
    -webkit-transform: translateY(0px) translateZ(0);
}
.thematic-template10 .product-operation .operation-button {
    float: left;
    width: 50px;
    height: 50px;
}
.thematic-template10 .product-operation .operation-view {
    background: url("../images/scale.png") no-repeat center center;
}
.thematic-template10 .product-operation .operation-view:hover {
    background: url("../images/scale_hover.png") no-repeat center center;
}

/*åˆ‡æ¢*/
.thematic-template10 .arrow-left {
    position: absolute;
    left: -50px;
    top: 400px;
    width: 50px;
    height: 50px;
    background: url("../images/arrow-left.png") no-repeat center;
    cursor: pointer;
}
.thematic-template10 .arrow-left:hover {
    background: url("../images/arrow-left-hover.png") no-repeat center;
}
.thematic-template10 .arrow-right {
    position: absolute;
    right: -50px;
    top: 400px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../images/arrow-right.png") no-repeat center;
}
.thematic-template10 .arrow-right:hover {
    background: url("../images/arrow-right-hover.png") no-repeat center;
}

/* è¯¦æƒ…*/
.thematic-template10 .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    display: none;
}
.thematic-template10 .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    display: none;
    outline: none !important;
}
.thematic-template10 .mfp-container {
    width: 920px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin-top: -225px;
    margin-left: -410px;
}
.thematic-template10 .mfp-container .container-left,
.thematic-template10 .mfp-container .container-right {
    float: left;
    width: 50%;
}
.thematic-template10 .mfp-container .container-left {
    overflow: hidden;
}
.thematic-template10 .mfp-container .container-left-padding {
    padding-right: 15px;
}
.thematic-template10 .mfp-container .container-left .images {
    height: 400px;
}
.thematic-template10 .mfp-container .container-left .view-details-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.thematic-template10 .mfp-container .container-right {
    color: #515151;
    font-size: 14px;
}
.thematic-template10 .mfp-container .container-right .woodmart-scroll-content {
    padding: 15px;
}
.thematic-template10 .mfp-container .container-right p {
    line-height: 1.8;
}
.thematic-template10 .mfp-container .woodmart-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.thematic-template10 .woodmart-product-meta {
    display: block;
    line-height: 1.2;
}
.thematic-template10 .woodmart-product-meta > span {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}
.thematic-template10 .woodmart-product-meta > span a,
.thematic-template10 .woodmart-product-meta > span span {
    color: #777777;
    font-weight: normal;
}
.thematic-template10 .woodmart-product-meta > span a:hover {
    color: #747474;
}
.thematic-template10 .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #333;
    font-style: normal;
    font-size: 28px;
    cursor: pointer;
}
.thematic-template10 .mfp-close:active {
    top: 1px;
}



.thematic-template1 {
    /* padding: 60px 0 20px; */
    padding: 0px;
}
.thematic-template1 h3 {
    font-size: 25px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}
.thematic-template1 h3:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #6e6e6e;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -5px;
}
.thematic-template1 h4 {
    font-size: 14px;
    color: #6e6e6e;
    text-align: center;
}
.thematic-template1-item {
    width: 220px;
    height: 300px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-right: 25px;
    cursor: pointer;
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.thematic-template1-item:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #333;
    opacity: 0.8;
    transition: all 0.4s;
}
.thematic-template1-item:hover:before {
    opacity: 0;
}
.thematic-template1-item:hover {
    box-shadow: 1px 1px 8px #ccc;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.thematic-template1-item .template1-info {
    position: relative;
    z-index: 3;
    padding-top: 160px;
    width: 100%;
}
.thematic-template1-item .template1-info span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 0 15px 10px;
    line-height: 30px;
    margin: 15px 0;
    display: block;
    position: relative;
}
.thematic-template1-item .template1-info span:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.thematic-template1-item .template1-info p {
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
}


.thematic-template6 .template6-list ul {
    overflow: hidden;
}
.thematic-template6 .template6-list li {
    width: 285.5px;
    height: 296px;
    float: left;
    margin: 0px 6px 8px 0px;
    position: relative;
}

.thematic-template6 .template6-list li.big {
    width: 596px;
    height: 295px;
}
.thematic-template6 .template6-list li.last-b {
    margin-bottom: 0px;
}
.thematic-template6 .template6-list li.last-r {
    margin-right: 0px;
}

.thematic-template6 .template6-list .template6-pic,
.thematic-template6 .template6-list .template6-pic a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.thematic-template6 .template6-list .template6-pic a::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 30px;
    right: 30px;
    z-index: 111;
    border: solid #d3d1d1;
    border-width: 0 1px;
    transition: all .5s .1s;
    transform-origin: 0 0;
    transform: scale(1,0);
    opacity: 0;
}

.thematic-template6 .template6-list .template6-pic a::after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 30px;
    right: 30px;
    z-index: 1;
    border: solid #d3d1d1;
    border-width: 1px 0;
    transition: all .5s;
    transform-origin: 0 0;
    transform: scale(0,1);
    opacity: 0;
}

.thematic-template6 .template6-list li:hover .template6-pic a::before {
    transform: scale(1,1);
    opacity: 1;
}

.thematic-template6 .template6-list li:hover .template6-pic a::after {
    transform: scale(1,1);
    opacity: 1;
}

.thematic-template6 .template6-list li .template6-pic img {
    width: inherit;
    height: inherit;
    transition: all 2.5s;
}

.thematic-template6 .template6-list li:hover .template6-pic img {
    transform: scale(1.1);
}

.thematic-template6 .template6-list li .template6-title {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-indent: 20px;
}

.thematic-template6 .template6-list li .template6-title a {
    color: inherit;
}

.thematic-template8 {
    margin-bottom: 30px;
}

.thematic-template8 .thematic-template-innner {
    position: relative;

}
.thematic-template8 table {
    width: 100%;
    border: none;
    border-spacing: 0px;
}
.thematic-template8 table td {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 13px 10px 0px;
}
.thematic-template8 table tr td.last-child {
    padding-right: 0px;
}
.thematic-template8 table tr td.last-child-b {
    padding-bottom: 0px;
}
.thematic-template8 table td > div {
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
}
.thematic-template8 table td > div  > div {
    display: table-cell;
    vertical-align: middle;
}
.thematic-template8 .mark-cn {
    font-size: 16px;
}
.thematic-template8 .mark-cn.f26 {
    font-size: 26px;
}
.thematic-template8 .mark-cn.f34 {
    font-size: 34px;
}
.thematic-template8 .mark-en {
    margin-top: 5px;
}
.thematic-template8 .mark-en.f16 {
    font-size: 16px;
}
.thematic-template8 .mark-en.f23 {
    font-size: 23px;
}
.thematic-template8 .bg1 {
    background: #fff;
    color: #050505;
    border: 1px solid #686767;
}
.thematic-template8 .bg1:hover {
    color: #373737;
}
.thematic-template8 .bg2 {
    background: #161616;
    color: #fcfafa;
}
.thematic-template8 .bg2:hover {
    background: #474a4c;
}
.thematic-template8 .bg3 {
    background: #e71f1d;
    color: #fcfafa;
}
.thematic-template8 .bg3:hover {
    background: #474a4c;
}
.thematic-template8 .bg4 {
    background: #6e6d6d;
    color: #fcfafa;
}
.thematic-template8 .bg4:hover {
    background: #a8a7a7;
}


.sjxingqing{
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
}
.sjxingqing>img{
    float: left;
    width: 400px;
    height: 463px;
}


.sjxingqingright{
    float: right;
    width: 759px;
    overflow: hidden;
}
.sjxingqingright .title{
    padding: 0px;
    margin-bottom: 0px;
    color: rgb(52, 52, 52);
    font-size: 30px;
}
.sjxingqingright .subtitle{
    padding: 0px;
    margin-bottom: 0px;
    color: rgb(98, 98, 98);
}
.sjxingqingright .postbodys{
        padding-bottom: 4px;
    border-bottom: 1px solid #f0f2f5;
    margin: 6px 0px 0px;
    line-height: 24px;
    font-size: 13px;
}

.sjxingqingright .postbody{
        padding-bottom: 4px;
    margin: 6px 0px 0px;
    line-height: 24px;
    font-size: 13px;
}


.sjxingqingtop{
    text-align: center;
    margin-top: 4rem;
    overflow: hidden;
}
.sjxingqingtop h3{
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    color: #444;
}
.sjxingqingtop p{
    font-size: 13px;
    text-align: center;
    width: 80%;
    color: #848484;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei";
}

.sjxingqingbottom{
    overflow: hidden;
    margin: 0;
    margin-top: 4rem;
}
.sjxingqingbottom > li {
    width: 33.33333333%;
position: relative;
    float: left;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 22px;
}


.sjxingqingbottom .widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}
.sjxingqingbottom .widget-shadow {
    border: 1px solid #edeceb;
}
.sjxingqingbottom .widget .cover {
    width: 100%;
}
.sjxingqingbottom .cover {
    overflow: hidden;
}

.sjxingqingbottom figure {
    margin: 0;
}

.sjxingqingbottom .widget .widget-header a {
    display: block;
    color: #777777;
    position: relative;
}
.sjxingqingbottom .cover-image {
    width: 100%;
}
.sjxingqingbottom .widget .widget-header .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    z-index: 2;
}


.sjxingqingbottom .widget .widget-header a:after {
    content: '+';
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-left: -26px;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: "Times New Roman", "Microsoft YaHei";
}

.sjxingqingbottom h4 a {
    color: #464646;
}

.sjxingqingbottom .widget>.widget-title {
    padding: 10px;
        font-size: 16px;
        margin: 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}


.sjxingqingbottom .widget .widget-header:hover .mask {
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
}

.sjxingqingbottom .widget .widget-header:hover a:after {
    top: 42%;
    opacity: 1;
}