﻿/*头部样式*/
.header{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background:rgba(0,0,0,.3);
    z-index: 99;
}
.head{

}
.container{
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.i_logo{
    float:left;
    margin-top:15px;
    position: relative;
    left: -100px;
}
.i_logo img{
    max-height: 40px;
}
.search{
    width: 200px;
    float:right;
    margin-top: 17px;
}
#formsearch{
    width: 100%;
    display: flex-wrap;
    border:1px solid #fff;
    height: 34px;
}
#keyword{
    float: left;
    width: 164px;
    line-height: 34px;
    background:none;
    border:none;
    color: #fff;
    padding:0 5px;
    outline: none;
}
#s_btn{
    float: right;
    width: 34px;
    height: 34px;
    background:url(../images/icon-ss.png) no-repeat center;
    font-size:0;
    border:none;
    outline: none;
}

.nav{
    width: calc(100% - 380px);
    float:left;
    position: relative;
}
.nav li{
    float: left;
    width: 14.28%;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 68px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:68px;
    left:0px;
    z-index: 999;
    padding-top:10px;
    width: 100%;
    padding:;
}
.nav li .b_nav a{
    text-align: left;
    font-size: 14px;
    color: #666;  
    line-height: 2em;
    display: flex;  
}
.nav li .b_nav .cont{
    display: flex;
    padding:10px;
    position: relative;
    background-color: #fff;
}
.nav li .b_nav .cont:before{
    content:'';
    position: absolute;
    top:-10px;
/*    left:0;*/
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}
.nav li:nth-child(2) .b_nav .cont:before{
    left:21.42%;
}
.nav li:nth-child(3) .b_nav .cont:before{
    left:35.7%;
}
.nav li:nth-child(5) .b_nav .cont:before{
    right:35.7%;
}
.nav li:nth-child(6) .b_nav .cont:before{
    right:21.42%;
}
.nav li .b_nav .cont1 .img{
    width: 38%;
}
.nav li .b_nav .cont1 .text{
    width: 62%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.nav li .b_nav .cont2 .text{
    display: flex;
    width: 100%;
    padding:20px 5px;
}
.nav li .b_nav .cont2 .text a{
/*    width: 16.6666666667%;*/
    padding:0 10px;
}
.b_nav .cont span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.b_nav .cont .icon{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    background: #E1E1E1;
    font-size: 25px;
/*    margin-right: 5px;*/
    text-align: center;
}
.b_nav .cont .title {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-family: '宋体';
    text-align: center;
}
.b_nav .cont .title .cn {
    color: #254E97;
    display: block;
}
.b_nav .cont .title .en {
    color: #AFAFAF;
    font-size: 12px;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.banner{
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .i_logo{
        display:none;
    }
    .nav{
        width: 100%;
    }
    .search{
        display: none;
    }
    .container{
        width: 96%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .logo{
        width: 70%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .menu-button{
        top:25px;
    }
    .banner{
        background-attachment:inherit!important;
    }
}



/*.index_about{*/
/*    padding:80px 0;*/
/*}*/
/*.index_about .container{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.index_about .text{*/
/*    width: 50%;*/
/*}*/
/*.index_about .text h3{*/
/*    font-size:24px;*/
/*    margin-bottom: 10px;*/
/*    color: #333;*/
/*}*/
/*.index_about .text p{*/
    
/*}*/
/*.index_about .text a{*/
/*    display: block;*/
/*    width: 100px;*/
/*    line-height: 40px;*/
/*    font-size:15px;*/
/*    color:#fff;*/
/*    background:#0067ac;*/
/*    text-align: center;*/
/*    margin-top:30px;*/
/*}*/
/*.index_about .img{*/
/*    width: 50%;*/
/*}*/



/*@media(max-width: 1600px){*/

/*}*/
/*@media(max-width: 1440px){*/

/*}*/
/*@media(max-width: 1024px){*/

/*}*/
/*@media(max-width: 768px){*/
/*    .index_about {*/
/*        padding:50px 0;*/
/*    }*/

/*}*/
/*@media(max-width: 640px){*/
/*    .index_about {*/
/*        padding:30px 0;*/
/*    }*/
/*    .index_about .text{*/
/*        width: 100%;*/
/*    }*/
/*    .index_about .img{*/
/*        width: 100%;*/
/*        margin-top:15px;*/
/*    }*/

/*}*/

.section2 {
    background:url(../images/bg2.jpg) no-repeat top center;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
.section2  h2{
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
}
.section2  h2 span{
    font-size:30px;
    display: inline-block;
    border-bottom: 2px solid #0067ac;
    padding-bottom: 5px;
    margin-bottom: 190px;
}
.index_about{
    width: 100%;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateY(1000px);   
    background:url(../images/bj1.png) no-repeat top center; 
    padding:100px 0 50px;
    transition: all 1.6s ease-out;
}
.index_about h3{
    font-size:50px;
    color: #333;
    line-height: 1.4em;
    width: 50%;
    float: left;
    padding-top:30px;
}
.index_about h3 span{
    display: block;
}
.index_about .text{
    width: 50%;
    float: right;
    padding-left: 20px;
}
.index_about .text h4{
    font-size:16px;
    color: #333;
}
.index_about .text p{
    font-size:15px;
    color: #6c6c6c;
    padding:10px 0 50px;
}
.index_about .text a{
    display: block;
    font-size:14px;
    color:#0067ac;
    width: 160px;
    line-height: 40px;
    height: 40px;
    border:2px solid #0067ac;
    text-align:center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.index_about .text a:hover{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background:#0067ac;
    color: #fff;
}
.active.section2  .index_about {
    transition: all 1.6s;
    transform: translateY(0);
}
@keyframes sec2_box{
    0% {
         transform: translateY(1000px);
    }
    /*50% {
        transform: translateY(400px);
    }*/
    /*60% {
        transform: translateY(400px);
    }*/
    100% {
         transform: translateY(0);
    }
}
@keyframes sec2_d1{
    0% {
          opacity:1;
    }
    50% {
         opacity:0.8;
    }
    60% {
         opacity:0.5;
    }
    100% {
          opacity:0;
    }
}

@media(max-width: 1600px){
    .index_about h3{
        font-size:40px;
    }
    .section3 h2 span{
        font-size:26px;
    }
}
@media(max-width: 1440px){
    .index_about h3{
        font-size:32px;
    }    
}
@media(max-width: 1259px){
    .index_about{
        padding::70px 0 50px;
    }
    .index_about h3{
        width: 40%;
        font-size:26px;
    }
    .index_about .text{
        width: 60%;
    }
    .index_about .text p {
        padding: 10px 0 30px;
    }
    .index_about .text a{
        width: 120px;
    }
}
@media(max-width: 1024px){
    .section3{
        padding:60px 0 0;
    }
    .section3 h2 span{
        margin-bottom:40px;
    }
    .index_about{
        position: relative;
        transform: translateY(0px);
        padding:50px 0;
    }

}
@media(max-width: 768px){
    .index_about{
        padding:30px 0;
    }
    .index_about h3{
        width: 100%;
        font-size:22px;
        float: none;
        margin-bottom:10px;
        padding-top: 10px;
    }
    .index_about .text {
        width: 100%;
        float: none;
        padding-left: 0px;
    }
    .index_about .text p {
        padding: 0px 0 20px;
    }
    .section3 h2 span{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .section3 {
        padding: 30px 0 0;
    }
    .section3 h2 span {
        margin-bottom: 20px;
    }
    .index_about h3{
        font-size:18px;
    }
    .index_about .text a{
        width: 100px;
    }
}


.index_yw{
    /*padding: 50px 0 20px;*/
    /*background:#f7f7f7;*/
}
.index_yw ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.index_yw ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    text-align: center;
}
.index_yw ul li a{
    display: block;
}
.index_yw ul li a .img{

}
.index_yw ul li a h3{
    font-size:16px;
    font-weight: normal;
    padding-top:5px;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){

}
@media(max-width: 1024px){

}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .index_yw{
        padding:30px 0 15px;
    }
    .index_yw ul li{
        width: 48%;
        margin:1%;
    }
}
@media(max-width: 400px){
    .index_yw ul li{
        width: 100%;
        margin:0%;
        margin-bottom: 15px;
    }
}


.section2 ,.section3,.section4{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fp-auto-height{
    height:auto!important;
}

.section4{
    position: relative;
    overflow: hidden;
}
.index_case{
    padding:80px 0;
}
.index_t1{
    text-align: center;
    margin-bottom: 50px;
}
.index_t1 h2{
    font-size:24px;
    font-weight: normal;
}
.index_t1 hr {
    width: 71px;
    height: 3px;
    background: #0067ac;
    margin: 0 auto;
    margin-top: 5px;
}
.tabsli{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.tabsli li{
    padding:5px 15px;
    font-size:16px;
    color: #666;
    margin:0 10px;
    cursor: pointer;
}
.tabsli li.cur{
    background:#0067ac;
    color: #fff;
}
.tab1{
    display: none;
    margin-top:50px;
}
.case_list1{
    display: flex;
    flex-wrap: wrap;
}
.case_list1 li{
    width: 32%;
    margin-right: 2%;
}
.case_list1 li:nth-child(3n){
    margin-right: 0;
}
.case_list1 li a.img{
    max-height: 180px;
    overflow: hidden;
    display: block;
}
.case_list1 li a.img img{
    min-height: 100%;
}
.case_list1 li h3 a{
    font-weight: normal;
    font-size:16px;
}
.case_list1 li:hover h3 a{
    color: #0067ac;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_case {
        padding: 60px 0;
    }
}
@media(max-width: 1024px){
    .section2 h2 span{
        margin-bottom:100px;
    }
}
@media(max-width: 768px){
    .index_case {
        padding: 40px 0;
    }
    .tab1{
        margin-top:30px;
    }
    .section2 h2 span{
        margin-bottom:50px;
        font-size:24px;
    }
}
@media(max-width: 640px){
    .index_case {
        padding: 30px 0;
    }
    .index_t1{
        margin-bottom: 30px;
    }
    .index_t1 h2{
        font-size:20px;
    }
    .tab1{
        margin-top:20px;
    }
    .case_list1 li{
        width: 49%;
    }
    .case_list1 li:nth-child(3n){
        margin-right: 2%;
    }
    .case_list1 li:nth-child(2n){
        margin-right: 0;
    }
    .section2 h2 span{
        margin-bottom:30px;
        font-size:24px;
        padding-top:20px;
    }
}
@media(max-width: 400px){
    .case_list1 li{
        width: 100%;
        margin: 0 0 15px;
    }

}


.index_product{
    padding-top:50px;
    width: 100%;
}
.tab2li{
    margin-bottom: 25px;
}
.tab2li li{
    padding:0;
}
.tabsli li a{
    display: block;
    padding:5px 15px;
    font-size:16px;
    color: #666;
}
.tabsli li.cur a{
    background:#0067ac;
    color: #fff;
}
.tab2{
    display: none;
/*    margin-top:50px;*/
}
.case_list2{
    display: flex;
    flex-wrap: wrap;
}
.case_list2 li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 15px;
}
.case_list2 li:nth-child(3n){
    margin-right: 0;
}
.case_list2 li a{
    display: block;
}
.case_list2 li a .img{
    max-height: 180px;
    overflow: hidden;
}
.case_list2 li a .img img{
    width:100%;
    min-height: 100%;
}
.case_list2 li a h3{
    font-size:16px;
    font-weight: normal;
    margin-top:10px;
}
.case_list2 li a p{
    color: #999;
}
.index_product_c{
    padding:30px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    min-height: 200px;
    background: #F0EFEF;
    position: relative;
    overflow: hidden;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .index_product_c{
        padding:30px 0;
    }
    .case_list2 li{
        width: 32%;
        margin-right: 2%;
    }
}
@media(max-width: 768px){
    .index_product{
        padding-top:30px;
    }
}
@media(max-width: 640px){
    .case_list2 li{
        width: 100%;
        margin-right: 0%;
    }

}



/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}

#footer{
    border-top: 1px solid #E6E6E6;
}
.foot{
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
}
.f_logo{
    width: 20%;
}
.f_contact{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}
.f_contact p{
    width: 50%;
    padding-right: 15px;
}
.f_tel{
    width: 25%;
    text-align: center;
}
.f_tel p{
    font-size: 30px;
    color: #333;
}
.copyright{
    font-size: 12px;
    padding: 15px 0;
    border-top: 1px solid #E6E6E6;
    width: 100%;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){

}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .f_contact p{
        padding-right: 5px;
    }
    .copyright{
        padding:15px 0;
    }
}
@media(max-width: 640px){
    .foot{
        text-align: center;
        padding:30px 0;
    }
    .f_logo {
        width: 100%;
    }
    .f_contact{
        width: 100%;
        margin:10px 0;
    }
    .f_contact p{
        width: 100%;
        padding-right: 0px;
    }
    .f_tel{
        width: 100%;
    }
    .f_tel p{
        font-size:24px;
    }
    .copyright{
        padding:10px 0;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.fx-nav-box {

}
.fx-zhezhao {
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav-bg.png) repeat-y right center;
/*    z-index: 10;*/
}
.fx-nav {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.26, .92, .36, 1.16);
}
.fx-nav .btn {
    overflow: hidden;
}
.fx-nav .btn a {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
}
.fx-nav .btn a b {
    display: block;
    padding: 4px 5px;
}
.fx-nav .btn a b i {
    height: 3px;
    display: block;
    background: #000;
    margin: 6px 0;
}
.fx-nav2 {
    position: fixed;
    top: 0;
    padding-top: 100px;
    right: 0;
    bottom:0;
    z-index: 500;
    letter-spacing:3px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: auto;
    opacity: 0;
    white-space:nowrap;
}
.fx-nav-list {
    padding: 50px;
    padding-top: 0;
    font-size: 25px;
    color: #fff;
    text-align: right;
    line-height: 2.5;
}
.fx-nav-list a {
    color: #fff;
}
.fx-nav-list ul {
    padding: 0;
    margin: 0;
}
.fx-nav-list ul li {
    list-style: none;
}
.fx-nav-list ul li a {
    display: block;
}

.fx-nav-box {
}
.fx-nav-box.open {
}
.fx-nav-box .fx-nav2 {
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
}
.fx-nav-box.open .fx-nav2 {
    opacity: 1;
    z-index: 10011;
}
.fx-nav-box.open .fx-zhezhao {
    opacity: 1;
    z-index: 10000;
}
.fx-nav-box .fx-nav-list li {
    opacity: 0;
}

.fx-nav-box.open .fx-nav-list li:nth-of-type(1) {
    animation-delay:100ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(2) {
    animation-delay:150ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(3) {
    animation-delay:200ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(4) {
    animation-delay:250ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(5) {
    animation-delay:300ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(6) {
    animation-delay:350ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(7) {
    animation-delay:400ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(8) {
    animation-delay:450ms;
}
.fx-nav-box.open .fx-nav-list li:nth-of-type(9) {
    animation-delay:500ms;
}
.fx-nav-box.open .fx-nav-list li {
    -webkit-animation-name: am-fade2;
    -moz-animation-name: am-fade2;
    animation-name: am-fade2;
    -webkit-animation-duration:0.9s;
    animation-duration:0.9s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-perspective-origin:0 50%;
    -moz-perspective-origin:0 50%;
    perspective-origin:0 50%;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.fx-nav-box .fx-nav .btn a b i {
    transition: all 0.4s;
}
.fx-nav-box.open .fx-nav .btn a b i:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(-7px, 6px, 0);
    -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(-7px, 6px, 0);
    -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(-7px, 6px, 0);
    -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(-7px, 6px, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(-7px, 6px, 0);
}
.fx-nav-box.open .fx-nav .btn a b i:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.fx-nav-box.open .fx-nav .btn a b i:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-6px, -6px, 0);
    -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(-6px, -6px, 0);
    -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(-6px, -6px, 0);
    -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(-6px, -6px, 0);
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-6px, -6px, 0);
}

@keyframes am-fade2 {
    0% {
        opacity: 0;
        transform:translateY(100px) translateZ(-1000px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        transform:translateY(000px) translateZ(00000px) rotateX(000deg);
    }
}
@-webkit-keyframes am-fade2 {
    0% {
        opacity: 0;
        -webkit-transform:translateY(100px) translateZ(-1000px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform:translateY(000px) translateZ(00000px) rotateX(000deg);
    }
}
@-moz-keyframes am-fade2 {
    0% {
        opacity: 0;
        -moz-transform:translateY(100px) translateZ(-1000px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -moz-transform:translateY(000px) translateZ(00000px) rotateX(000deg);
    }
}

.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 380px;
    position: relative;
}
.banner_text1{
    text-align:center;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    color: #000;
    padding-top:50px;
}
.banner_text1 h3{
    font-size: 45px;
    text-transform: uppercase;
}
.banner_text1 p{
    font-size: 23px;
    line-height: 60px;    
}
.n_banner hr {
    display: block;
    background: #fff;
    height: 3px;
    width: 120px;
    margin: 0 auto;
    border: none;
}
.sort_menu{
    margin-top:-100px;
    position: relative;
    z-index:99;
    margin-bottom: 60px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sort li{

}
.sort li a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 40px;
    height: 40px;
    width: 200px;
    border: 1px solid #9FA3A5;
    border: 1px solid rgba(255,255,255,0.6);
    background: #fff;
    background: rgba(86, 85, 85, 0.35);
    color: #fff;
    margin: 0 15px;  
    text-align: center;  
}
.sort li a.cur {
    border: 1px solid #fff;
    background: #fff;
    color: #262626;
}
#container{
    padding:50px 0;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .banner_text1 h3{
        font-size:36px;
    }
    .sort li a{
        width: 150px;
        margin:0 10px;
    }
    .fx-nav-list{
        font-size:24px;
    }
}
@media(max-width: 1024px){
    .sort li a{
        width: 100px;
        margin:3px 5px;
    }
}
@media(max-width: 768px){
    .fx-nav-list{
        font-size:20px;
    }
    .banner_text1 h3{
        font-size:32px;
    }
    .banner_text1 p{
        font-size:20px;
        line-height: 40px;
    }
    .n_banner hr{
        width: 100px;
    }

    #container{
        padding:30px 0;
    }
}
@media(max-width: 640px){
    .n_banner{
        height:320px;
    }
    .sort_menu{
        margin-bottom: 40px;
    }
    .fx-nav{
        top: 10px;
        right: 10px;
    }
}


/*about us*/
.a_content{
    font-size:16px;
}
/*业界资讯*/
.news_list{

}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    padding:30px 0;
}
.news_list li a .img{
    width: 50%;
}
.news_list li a .img img{
    max-width: 400px;
    width: 100%;
}
.news_list li a .text{
    width: 50%;
    padding: 0 37px;
}
.news_list li a .text h3{
    line-height: 35px;
    padding: 15px 0;
    font-size: 22px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
    font-weight: normal; 
    border-top:2px solid #000;
    color: #000;
}
.news_list li a .text p{
    color: #666666;
    font-size: 14px;
    line-height: 27px;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;    
}
.news_list li a .text span{
    display: block;
    width: 92px;
    font-size: 12px;
    background: #010101;
    color: #fff;
    line-height: 25px;
    margin:30px auto 0;   
    text-align: center; 
}
.news_detail .content{
    margin-bottom: 20px;
    font-size:16px;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .news_list li a .text{
        padding:0 20px;
    }
}
@media(max-width: 768px){
    .a_content{
        font-size:15px;
    }
    .news_list li a{
        padding:15px 0;
    }
    .news_list li a .text h3{
        font-size:20px;
        padding:10px 0;
    }
    .news_detail .content{
        margin-bottom: 15px;
        font-size:15px;
    }

}
@media(max-width: 640px){
    .news_list li a .text h3{
        font-size:16px;
    }
    .news_list li a .img,.news_list li a .text{
        width: 100%;
        padding:0;
        border:none;
    }
}


/*典型案例*/
.case_list{

}
.case_list li a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
    color: #777;
}
.case_list li a span{
    
}
.case_list li a h3{
    color: #333;
    font-size: 20px;
    padding: 10px 0;
}
.case_list li a p{
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.case_list li a:hover{
    background: #F0F0F0;
}

/*知识前沿*/
.news_list2{
    display: flex;
    flex-wrap: wrap;
}
.news_list2 li{
    width: 50%;
    overflow: hidden;
    padding: 20px 0;
}
.news_list2 li a{
    display: block;
    padding: 10px 20px;
    color: #777;
}
.news_list2 li a h3{
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #252525;
    font-weight: normal; 
    font-size:18px;   
}
.news_list2 li a span{
    font-size: 12px;
    display: block;
}

.list-dashijian hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 10px 0;
    border-color: #7A7A7A;
}
.news_list2 li a p{
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;    
}
.news_list2 li a:hover{
    background:#f0f0f0;
}

.tag_total {
    padding-top:25px;
    font-size:16px;
    color: #000;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .news_list2 li a{
        padding:10px;
    }
}
@media(max-width: 768px){
    .case_list li a h3{
        font-size:16px;
        padding:5px 0;
    }
    .news_list2 li{
        padding:10px 0;
    }
    .news_list2 li a h3{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .news_list2 li{
        width: 100%;

    }
}







h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:10px 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 1em;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    h1.title{
        font-size:16px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:20px 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#0067ac;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0067ac;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #0067ac;
    vertical-align: middle;
    border: 1px solid #0067ac; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #333;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #0067ac;
    background: #0067ac;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #0067ac;
    background: #0067ac;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #0067ac;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
