* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
img{
    max-width: 100%;
}


body{
    font-family:"微软雅黑","Microsoft Yahei";
}
.wp{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
a{
    color: #333;
}
a:hover{
    color: #e4392a;
}


#bd{
    padding-top: 90px;
}
#hd{
    
    height: 90px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:9999;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.fixed{
    top: -101px !important;
}

#hd .logo{
    float: left;
    margin-right: 65px;
    height: 90px;
}
#hd .logo a{
    display: block;
    height: 100%;
    line-height: 90px;
}
#hd .logo a img{
    display: inline-block;
    vertical-align: middle;
}

#nav ul li{
    float: left;
    line-height: 90px;
    width: 100px;
    margin-right: 10px;
}
#nav ul li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-bottom: 3px solid #fff;
    height: 90px;
}
#nav ul li a:hover{
    border-bottom: 3px solid #e4392a;
}
#hd .tool-bar{
    float: right;
    width: 265px;
    height: 90px;
    overflow: hidden;
    
}
.right{
    float: right !important;
}
.left{
    float: left !important;
}
.tool-bar .en{background-color:#999;color:#fff;border-radius:2px;padding:0 8px;font-size:12px;height:22px;line-height:22px;margin-top: 34px;margin-right:20px;}
.tool-bar .en:hover{background-color:#DA251D;color:#fff;}
.top-search-box {
    position: relative;
    
    
    margin-top: 37px;
}
.top-search-box button {
    background: #fff;
    border: medium none;
    color: #999;
    font-size: 22px;
    font-weight:normal;
    outline: medium none;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 20px;
}
.top-search-box button:hover {
    background: none;
    color:#DA251D;
}
.top-search-box button i {
    display: block;
    float: right;
    width: 18px;
    height: 16px;
    cursor: pointer;
}
.top-search-box button i.fa-search{
    background: url(../image/search.png) no-repeat;
}



.top-search-box button i.fa-close{
    background: url(../image/search_close.png) no-repeat;
}



.top-search-box ul.search-box{
    background: #fff;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display:none;
    width: 260px;
    z-index: 1000;
}

.top-search-box .search-box li form {
    position: relative;
}
.top-search-box .search-box li form input {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    display: block;
    font-weight: 300;
    height: 45px;
    outline: medium none;
    padding-left: 20px;
    padding-right: 100px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.top-search-box .search-box li form button {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #999;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 46px;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 45px;
}
.top-search-box .search-box li form button.closesearch{
    right:0;
    color:#999;
}

.top-search-box .search-box li form input:focus {

}
.top-search-box .search-box li form input:focus + button, .top-search-box .search-box li form button:hover {

    color: #DA251D;

}


.main-point-box{
    min-width: 1000px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
    -moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
    -webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
    -o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
}
.main-point-other-cell {
    width: 31.6%;
    height: auto;
    margin-left: 2.6%;
    float: left;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 50px;
    padding-top: 10px;

}
.main-point-other-cell:first-child {
    margin-left: 0;
}
.main-point-other-cell:hover{
    background-color: rgb(249, 249, 249);
}

.main-point-content {
    width: 185px;
    height: 185px;
    margin: 30px auto 30px;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
}
.main-point-content .cgq{
    width:125px;
    height: 125px;
    display: block;
    opacity: 0.8;
    margin: 30px auto;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    
}
.main-point-other-cell:hover .cgq{
    transition: color .35s 0.4s ease;
    opacity: 1;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    
}
.main-point-content .wg{
    width:125px;
    height: 125px;
    display: block;
    opacity: 0.8;
    margin: 30px auto;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    
}
.main-point-other-cell:hover .wg{
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    
}.main-point-content .fwq{
     width:125px;
     height: 125px;
     display: block;
     opacity: 0.8;
     margin: 30px auto;
     -webkit-transition: -webkit-transform .25s linear;
     -moz-transition: transform .25s linear,-moz-transform .25s linear;
     transition: transform .25s linear;
     transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
     
 }
.main-point-other-cell:hover .fwq{
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    
}
.main-point-other-cell .main-point-content-title {
    font-size: 40px;
    color: #333;
    line-height: 1;
    text-align: center;
    font-weight: 400;
}
.main-point-content-title em {
    font-style: normal;
    font-size: 23px;
}
.main-point-title {
    font-size: 24px;
    color: #4a4a4c;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.main-point-other-cell:hover .main-point-content-title,.main-point-other-cell:hover .main-point-title{
    color:#e4392a;
}
.main-point-contentp {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding: 0 30px;
text-align: center
}

#hd .tel{
    background: url(404.png) left center no-repeat;
    line-height: 90px;
    float: right;
    padding-left: 37px;
    color: #e4392a;
    font-size: 18px;
}


#m-hd {display: none;}
#m-hd {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
#m-hd img{height: 40px;padding: 10px 0 0 10px;}
.m-trigger {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    cursor: pointer;
    background: url(../image/menu_add.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 25px;
    height: 50px;
}
.m-nav {
    z-index: 60;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: url(../image/alpha_black_70.png) repeat;
    text-align: center;
    display: none;
}
.m-nav li{
    border-bottom: 1px solid #565656;
}
.m-nav a {
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    color: #fff;
    font-size: 14px;
}
.m-nav a:hover,.m-nav a:active{
    color: #e4392a;
}
.m-sub {
    text-align: left;
    display: none;
    width:100%;
}
.m-sub a {
    border-bottom: none;
    font-size: 13px;
}
.navigation-down{
    width:100%;
    margin:0 auto;
    position: relative;
}
.navigation-down .nav-down-menu{
    width:100%;
    max-height: 500px;
    overflow: auto;
    margin:0 auto;
    top: 90px;
    position: absolute;
    background: #fff;
    padding-bottom: 20px;
    padding-top:20px;
    border-top:1px solid #efefef;
    filter: alpha(opacity=97) !important;
    opacity: 0.97 !important;
}
.navigation-down .nav-down-menu .navigation-down-inner{
    margin:0 auto;
    position:relative;

}
.navigation-down .nav-down-menu dl{
    float:left;
    display: inline;
    margin-right:15px;
    margin-left:20px;
    max-width: 180px;
    overflow: hidden;
}
.navigation-down .nav-down-menu2 dl{
    float:left;
    display: inline;
    margin-right:16px;
    margin-left:20px;

}
.navigation-down .nav-down-menu dl:last-child{
    margin-right:0px;
}
.navigation-down .menu-1 dt{
    font-size:15px;
    color:#464749;
    padding-bottom:10px;
    margin-bottom:10px;
    text-indent: 1.5em;

}
.navigation-down .menu-1 dt.c1{
    background: url("../image/c1.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navigation-down .menu-1 dt.c2{
    background: url("../image/c2.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navigation-down .menu-1 dt.c3{
    background: url("../image/c3.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navigation-down .menu-1 dt.c1:hover{
    background: url("../image/c11.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.navigation-down .menu-1 dt.c2:hover{
    background: url("../image/c21.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.navigation-down .menu-1 dt.c3:hover{
    background: url("../image/c31.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.navigation-down .menu-1 dt.xz{
    margin-top: 5px;
    background: url("../image/xz.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navigation-down .menu-1 dt.sz{
    margin-top: 5px;
    background: url("../image/sz.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navigation-down .menu-1 dt.sxs{
    margin-top: 5px;
    background: url("../image/sxs.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navigation-down .menu-1 dt.sz:hover{
    background: url("../image/sz1.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.navigation-down .menu-1 dt.xz:hover{
    background: url("../image/xz1.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.navigation-down .menu-1 dt.sxs:hover{
    background: url("../image/sxs1.png") no-repeat;
    transition: color .35s 0.4s ease;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.navigation-down .menu-1 p{
    font-size:15px;
    color:#464749;
    padding-bottom:10px;
    margin-bottom:10px;
}
.navigation-down .menu-1 b.iconfont{
    font-size: 20px;
}
.navigation-down .nav-down-menu dt a:hover{
    color:#e4392a;
    transition: color .35s 0.1s ease
}
.navigation-down .menu-1 dd a{
    color:#333;
    font-size:12px;
    line-height: 27px;
    max-width: 170px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}
.navigation-down .menu-1 dd a:hover{
    color:#e4392a;
    transition: color .35s 0.1s ease
}
.nav-normal{
    width: 1200px;
}
.nav-normal dt{
    border-bottom:1px solid #dadada;
}
.nav-special{
    width: 575px;
    display: block;
}
.nav-special dl{
    width: 110px;
}



#fd{
    background: url(../image/fd_bg.png) center top no-repeat;
    padding-top: 75px;
}
.index-fd{
    margin-top: -31px;
}
#fd .fd-top{
    overflow: hidden;
    color: #fff;
    padding-bottom: 45px;
}
#fd dl{
    float: left;
    width: 20%;
}
#fd dl dt{
    font-size: 16px;
    padding-bottom: 20px;
}
#fd .ul-fd li{
    line-height: 26px;
}
#fd .ul-fd li a{
    color: #a8a8af;
}
#fd .ul-fd li a:hover{
    text-decoration: underline;
}
#fd .weixin,#fd .sina{
    background: url(../image/fd_icon1.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}
#fd .weixin-pic{
    position: absolute;
    left: -150px;
    top: 0;
    display: none;
}
#fd .tel{
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
}
#fd h5{
    font-size: 16px;
    color: #a8a8af;
}
#fd .sina{
    background-image: url(../image/fd_icon2.png);
}
#fd .fd-copy{
    height: 40px;
    line-height: 40px;
    color: #a3a3a9;
    background-color: #000022;
}
#fd .fd-copy a{
    color: #cc0000;
}

.side{position:fixed;width:50px;height:275px;right:0;top:250px;z-index:100;}
.side ul li{width:50px;height:50px;float:left;position:relative;margin-bottom: 2px;}
.side ul li .sidebox{position:absolute;width:50px;height:50px;border-radius:5px 0 0 5px;top:0;right:0;transition:all 0.3s;background:#000022;color:#fff;font:16px/50px "微软雅黑";overflow:hidden;}
.side ul li a:hover .sidebox{width: 175px;}
.side ul li .sidetop{width:50px;height:50px;line-height:50px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#e4392a;}
.side ul li img{float:right;}

.side2{
    position: fixed;
    width: 40px;
    right: 10px;
    z-index: 100;
    top: 500px;
    height: 80px;
}
.side2 ul li{
    width: 40px;
    height: 40px;
}
.side2 ul li a{
    display: block;
    background-color: #e4392a;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.side2 ul li a img{
    vertical-align: middle;
    display: inline-block;
}
.side2 ul li a:hover{
    background-color: #000022;
}
.side2 ul li .weixin{
    position: absolute;
    left: -154px;
    bottom: 0;
    display: none;
}
.side2 ul li .weixin em{
    background: url(404.png) no-repeat;
    width: 5px;
    height: 17px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: 3px;
}
.side2 ul li .weixin img{
    display: block;
}




#banner .flexslider{
    background: none;
}
#banner .slides li .pic{
    display: block;
    padding-top: 36.4%;
    
    background-position: center bottom;
    position: relative;
}
#banner .slides li  .ban-txt{
    width: 760px;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 50%;
    height: 205px;
    margin-top: -102px;
    text-align: center;
}
#banner .slides li.s1 .ban-txt{
    
}
#banner .flexslider .slides img{
    max-width: 100%;
    width: auto;
    
    vertical-align: middle;
    margin: 0 auto;
}
#banner .slides li .ban-txt h5{
    font-size: 22px;
    color: #fff;
    margin-top: -5px;
}
#banner .slides li .ban-txt h2{
    height: 118px;
    line-height: 118px;
    margin-top: 5px;
    font-size: 71px;
    color: #fff;
    text-shadow: #bca2d1 1px 0 0, #bca2d1 0 1px 0, #bca2d1 -1px 0 0, #bca2d1 0 -1px 0;
}
#banner .slides li  .ban-txt h3{
    padding-top: 25px;
    font-size: 24px;
    color: #fff;
    text-shadow: #bca2d1 1px 0 0, #bca2d1 0 1px 0, #bca2d1 -1px 0 0, #bca2d1 0 -1px 0;
    
}
#banner .flex-control-paging li a{
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.7);
}
#banner .flex-control-paging li a.flex-active{
    background-color: #e4392a;
}
#banner .flex-control-nav{
    bottom: 80px;
}
#banner .flex-direction-nav a{
    background: url(../image/ban_prev.png) no-repeat;
    width: 24px;
    height: 44px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#banner .flex-direction-nav .flex-prev{
    left: 50%;
    margin-left: -570px;
}
#banner .flex-direction-nav .flex-next{
    background-image: url(../image/ban_next.png);
    right: 50%;
    margin-right: -570px;
}
#banner .slides li.s2 .ban-txt{
    width: 840px;
    margin-left: -420px;
}
#banner .slides li.s2 .ban-txt h2{
    font-size: 58px;
    line-height: 56px;
    height: 56px;
    margin-bottom: 10px;
}
#banner .slides li.s2 .ban-txt h3{
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 0;
}
#banner .slides li.s2 .ban-txt h4{
    font-size: 16px;
    color: #fff;
}
#banner .slides li.s2 .ban-txt h6{
    font-size: 14px;
    border-top: 1px solid #d3d3d7;
    width: 149px;
    margin: 0 auto;
    color: #fff;
    line-height: 35px;
    margin-top: 15px;
}
#banner .slides li.s3 .ban-txt h2{
    font-size: 45px;
    height: 45px;
    line-height: 45px;
}
#banner .slides li.s3 .ban-txt h3{
    font-size: 69px;
    text-transform: uppercase;
    padding-top: 0;
    border-bottom: 1px solid #e4392a;
}
#banner .slides li.s3 .ban-txt h4{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
#banner{position: relative;}
.banner-bg{
    background: url(../image/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}



.tit-i{
    text-align: center;
    padding: 50px 0;
    line-height: 36px;
    overflow: hidden;
}
.tit-i h3{
    font-size: 30px;
    color: #002;
    margin-bottom: 10px;
}
.tit-i h5{
    font-size: 20px;
    color: #cacace;
    text-transform: uppercase;
    font-family: Arial;
}
.tit-i h5 span{
    color: #e4392a;
}
.tit-i em{
    width: 45px;
    border-bottom: 1px solid #7f7f90;
    display: inline-block;
}

.ul-icon-i li{
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 70px;
    overflow: hidden;
}
.ul-icon-i li .pad{
    padding: 0 40px;
    position: relative;
}
.ul-icon-i li a{
    display: block;
}
.ul-icon-i li a span{
    background: url(404.png) no-repeat;
    width: 134px;
    height: 134px;
    display: inline-block;
    margin-bottom: 55px;
}
.ul-icon-i li h3{
    font-size: 16px;
    margin-bottom: 18px;
}
.ul-icon-i li em{
    width: 25px;
    border-bottom: 2px solid #707070;
    display: inline-block;
    margin-bottom: 30px;
}
.ul-icon-i li p{
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}
.ul-icon-i li.li1 a span{
    background-position: 0 0;
}
.ul-icon-i li.li2 a span{
    background-position: -305px 0;
}
.ul-icon-i li.li3 a span{
    background-position: -615px 0;
}
.ul-icon-i li.li4 a span{
    background-position: -930px 0;
}

.ul-icon-i li .pad .pic{
    position: absolute;
    left: 50%;
    top: 0;
    width: 134px;
    margin-left: -67px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-icon-i li .pad .pic img{
    display: none;
}
.ul-icon-i li .pad .pic .pic-icon{
    position: absolute;
    left: 0;
    top: -134px;
    display: block;
}
.ul-icon-i li a:hover p{
    text-decoration: underline;
    color: #333;
}

.row2{
    background: url(../image/bg_1.png) center top no-repeat;
    padding-top: 20px;
}
.row4{
    background: url(../image/bg_3.png) center top no-repeat;
    padding-top: 20px;
}
.row5{
    background: url(../image/bg_4.png) center top no-repeat;
    padding-top: 20px;
}
.row6{
    background:#f5f6fa;
    padding-top: 20px;
}
.row7{
    background:#fff;
    
}
.row1{
    padding-bottom: 20px;
}
.case-i-l,.case-i-r{
    width: 50%;
}
.case-i-l{
    float: left;
    padding-right: 15px;
}
.case-i-r{
    float: right;
    padding-left: 15px;
}
.case-img,.case-img a img{
    width: 100%;
}
.case-img{
    position: relative;
    overflow: hidden;
}
.case-img .hover{
    position: absolute;
    left: 0;
    top: -434px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(404.png) repeat;
    color: #fff;
}
.case-img.on .hover{
    top: 0;
}
.ul-case-i{
    margin: 0 -15px;
}
.ul-case-i li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
.ul-case-i li a{
    display: block;
    position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-case-i li .pic img{
    width: 100%;
    display: block;
}
.ul-case-i li a .hover{
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(404.png) repeat;
    color: #fff;
    
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-case-i li .hover b,.ul-case-i li .hover .txt,.case-img .hover b,.case-img .hover .txt{
    display: inline-block;
    vertical-align: middle;
}
.ul-case-i li .hover b,.case-img .hover b{
    width: 0;
    height: 100%;
}
.ul-case-i li a:hover .hover{
    
    top: 0;
}
.ul-case-i-1 li{
    width: 25%;
}

.more-i{
    text-align: center;
    padding-bottom: 35px;
}
.more-i a{
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(404.png) center center no-repeat #000014;
    border-radius: 100%;
}
.more-i a:hover{
    background-color: #e4392a;
}

.news-bg{
    background: url(../image/bg_2.png) center top no-repeat;
    overflow: hidden;
}
.news-bg .wp{
    margin-top: 20px;
}
.tit-i-1 h3{
    color: #fff;
}
.tit-i-1 em{
    border-bottom-color: #dddde1;
}
.ul-news-i{
    
    margin-left: -30px;
    width: 110%;
}
.ul-news-i li{
    float: left;
    width: 24.5%;
    color: #fff;
    position: relative;
    min-height: 295px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    overflow: hidden;
}
.ul-news-i li:last-child{
    
}
.ul-news-i li .txt{
    padding-left: 30px;
    padding-right: 58px;
}
.ul-news-i li .txt span{
    padding: 15px 8px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}
.ul-news-i li .txt span em{
    display: block;
    font-size: 20px;
}
.ul-news-i li:last-child .txt{
    
}
.ul-news-i li h3 a{
    color: #fff;
    display: inline-block;
    padding: 20px 0;
}
.ul-news-i li  p{
    color: #bbbbbb;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    word-wrap:break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow:ellipsis;
}

.ul-news-i li .more{
    background: url(../image/more1.png) no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-top: 25px;
}
.ul-news-i li .hover{
display: none;
}

.ul-news-i li .hover .img{
    width: 100%;
    position: absolute;
    top: -165px;
    left: 7px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-news-i li .hover .pad{
    padding: 0 27px 20px 27px;
    position: absolute;
    left: 7px;
    bottom: -148px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    background-color: #cc0000;
    width: 92%;
}
.ul-news-i li .hover .img{
    height: 165px;
    width: 92%;
}

.ul-news-i li.on .hover .img{
    
    top: 0;
}
.ul-news-i li.on .hover .pad{
    bottom: 0;
}


.news-more{
    text-align: center;
    padding-bottom: 100px;
    padding-top: 50px;
}
.news-more a{
    display: inline-block;
    width: 178px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.news-more a:hover{
    background-color: #e4392a;
}
.cp-more{
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
}
.cp-more a{
    display: inline-block;
    width: 178px;
    height: 48px;
    border: 1px solid #666;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}
.cp-more a:hover{
    color: #e4392a;
    border-color: #e4392a;
}

.contact-l{
    width: 38%;
    float: left;
}
.contact-r{
    width: 62%;
    float: right;
}
.ul-contact li{
    background: url(404.png) no-repeat;
    padding-left: 60px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 35px;
}
.ul-contact li.li1{
    background-position: 0 0;
}
.ul-contact li.li2{
    background-position: 0 -74px;
}
.ul-contact li.li3{
    background-position: 0 -184px;
}


.contact-form .inp{
    width: 49%;
    border: 1px solid #6d6d88;
    height: 33px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.contact-form textarea{
    width: 100%;
    border: 1px solid #6d6d88;
    height: 98px;
    margin-bottom: 24px;
}
.contact-form .sub{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #63637f;
    border: 0;
    cursor: pointer;
    font-family:"微软雅黑","Microsoft Yahei";
    font-size: 16px;
}

.map{
    margin-top: 100px;
    position: relative;
}
.map em{
    background: url(404.png) center top no-repeat;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.map-s{
    background: url(404.png) center top;
    height: 107px;
    text-align: center;
    overflow: hidden;
}
.map .btn{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 132px;
    display: inline-block;
}
.map .btn-down{
    background: url(404.png) no-repeat;
    width: 112px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -50px;
    z-index: 99;
}
#map{
}
.map-pop{
    display: none;
    height: 540px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.map .map-bg1,.map .map-bg2{
    background: url(404.png) no-repeat center 0;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 66;
}
.map .map-bg2{
    background-image: url(404.png);
    height: 41px;
    bottom: 0px;
    top: auto;
}
.map-pop-big{
    height: 600px;
    bottom:auto;
    top: 0;
}
.map-big{
    height: 600px;
    margin-top: 0;
}



#ban-in{
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    
    height: 300px;
}
#ban-in .ban-bg{
    background: url(../image/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}
.pages{
    text-align: center;
    margin-bottom: 105px;
    margin-top: 20px;
}
.pages a{
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #edecec;
    border-radius: 3px;
    text-align: center;
    line-height: 41px;
    font-family: Arial;
    font-size: 18px;
    color: #666;
    margin: 0 4px;
}
.pages a:hover,.pages .page-on{
    background-color: #e4392a;
    color: #fff;
}




.ul-list{
    margin: 0 -15px;
}
.ul-list li{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.ul-list li .pic img{
    width: 100%;
    display: block;
    height: 158px;
    transform: perspective(800px) rotateY(0deg);
    transition: all 1s ease 0s;
    -moz-transform: perspective(800px) rotateY(0deg);
    -moz-transition: all 1s ease 0s;
    -webkit-transform: perspective(800px) rotateY(0deg);
    -webkit-transition: all 1s ease 0s;
    -o-transform: perspective(800px) rotateY(0deg);
    -o-transition: all 1s ease 0s;
    -ms-transform: perspective(800px) rotateY(0deg);
    -ms-transition: all 1s ease 0s;
    zoom:1;
}
.ul-list li:hover img{
    transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -o-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.9deg);
}
.ul-list li .pad{
    padding: 0 15px;
}
.ul-list li .bor{
    border: 1px solid #e2e3e8;
}
.ul-list li:hover .bor{
    border-color: #e4392a;
}
.ul-list li .txt{
    padding: 20px 14px;
    line-height: 20px;
    color: #666;
}
.ul-list li .txt a{
    width: 100%;
    height: 60px;
    display: block;
    overflow: hidden;
}
.ul-list li .more{
    height: 42px;
    line-height: 42px;
    border-top: 1px dotted #e2e3e8;
    background-color: #f0f2f5;
    padding: 0 14px;
    display: none;
}
.ul-list li .more a{
    color: #e4392a;
}
.ul-list li .more a:hover{
    text-decoration: underline;
}
.ul-list li .title{
    height: 55px;
    margin-bottom: 20px;
}
.ul-list li .title span{
    float: left;
    border: 1px solid #e2e3e8;
    background-color: #f0f2f5;
    display: inline-block;
    text-align: center;
    padding: 6px 5px;
    margin-right: 15px;
}
.ul-list li .title span em{
    display: block;
    font-size: 16px;
}
.ul-list li .title h3{
    border-bottom: 1px solid #e2e3e8;
    overflow: hidden;
    height: 54px;
}



.sub-nav{
    text-align: center;
    margin-bottom: 50px;
    margin-top: -18px;
}
.sub-nav ul li{
    display: inline-block;
    margin: 0 18px;
    font-size: 16px;
}
.sub-nav ul li a{
    padding-left: 14px;
    display: inline-block;
}
.sub-nav ul li a:hover,.sub-nav ul li.on a{
    background: url(404.png) left center no-repeat;
    color: #e4392a;
}

.ul-case{
    margin: 0 -15px;
}
.ul-case li{
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.ul-case li .block{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ul-case li .pic img{
    display: block;
    width: 100%;
}
.ul-case li .txt{
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(404.png) repeat;
    text-align: center;
    color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    opacity:0;
}
.ul-case li .txt h5,.ul-case li .txt h3{color: #fff;}
.ul-case li .txt:hover{opacity:1;}
.ul-case li .txt b,.ul-case li .txt .pad{
    display: inline-block;
    vertical-align: middle;
}
.ul-case li .txt b{
    width: 0;
    height: 100%;
}
.ul-case li .txt h5{
    font-size: 16px;
}
.ul-case li .txt em{
    width: 45px;
    height: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 20px 0 40px 0;
}
.ul-case li .txt h3{
    font-size: 18px;
    margin-bottom: 40px;
}
.ul-case li .txt .more{
    width: 122px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background-color: #e4392a;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.ul-case li .txt .more:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-case li.on .txt{
    top: 0;
}




.about-info{
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    padding-bottom: 50px;
}

.customer{
    background: url(404.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 54px;
    margin-top: 50px;
}
.ul-customer li{
    float: left;
    width: 20%;
}
.ul-customer li a{
    display: block;
    width: 100%;
    height: 87px;
    border: 1px solid #fff;
    text-align: center;
    border: 0;
}
.ul-customer li a b,.ul-customer li a img{
    display: inline-block;
    vertical-align: middle;
}
.ul-customer li a b{
    width: 0;
    height: 100%;
}
.ul-customer li a img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
}
.ul-customer li a:hover{
    border: 1px solid #fff;
}

.team{
    padding-bottom: 95px;
}
.team .flexslider{
    position: relative;
}
.team .flexslider em{
    width: 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
}
.team .flexslider .slides li{
    
    height: 468px;
    
}
.team .flexslider li .txt{
    padding-top: 85px;
    font-size: 14px;
    line-height: 36px;
    width: 30%;
    float: left;
}
.team .flexslider li .txt h3{
    font-size: 30px;
    color: #63637f;
    padding-bottom: 25px;
}
.team .flexslider li .txt .more{
    width: 123px;
    height: 37px;
    border-radius: 5px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    border: 1px solid #63637f;
    color: #63637f;
}
.team .flexslider li .txt .more:hover{

    border: 1px solid #e85346;
    color: #e4392a;
}
.team .flexslider li .pic{
    float: right;
    position: relative;
    width: 70%;
    margin-right: -308px;
}
.team .flexslider li .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1\0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)'\9;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}
.team .flex-direction-nav{
    max-width: 1170px;
    margin: 0 auto;
    background: url(404.png) repeat-x center center;
    height: 30px;
    text-align: center;
}
.team .flex-direction-nav li{
    display: inline-block;

}
.team .flex-direction-nav a{
    position: relative;
    width: 216px;
    height: 30px;
    text-align: center;
    background: url(404.png) center center no-repeat #63637f;
    border-radius: 10px;
    display: inline-block;
    opacity: 1 !important;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: 13px;
}
.team .flex-direction-nav .flex-prev{

}
.team .flex-direction-nav .flex-next{
    background-image: url(404.png);
    left: 10px;
}
.team .flex-direction-nav a:hover{
    background-color: #e4392a;
}
.flexslider .animated{
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 100\9;
    filter: alpha(opacity=100)\9;
}


.ul-about li{
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.ul-about li h3{
    font-size: 24px;
    color: #002;
    line-height: 36px;
}
.ul-about li em{
    display: inline-block;
    width: 45px;
    height: 0;
    border-bottom: 1px solid #7f7f90;
    margin-bottom: 20px;
    margin-top: 25px;
}
.ul-about li .block{
    position: relative;
    height: 235px;
    margin: 0 auto;
}
.ul-about li .block img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-about li.li1 .block{
    width: 150px;
}
.ul-about li.li2 .block{
    width: 215px;
}
.ul-about li.li3 .block{
    width: 252px;
}
.ul-about li.li1 .block,.ul-about li.li2 .block{
    padding-top: 30px;
}




.bg-blue{
    background: url(../image/bg_4.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 100px;
}
.ul-tab{
    width: 193px;
    float: left;
    background: url(404.png) repeat-y 183px top;
    margin-right: 80px;
    padding-top: 45px;
}
.ul-tab li{
    margin-bottom: 50px;
}
.ul-tab li a{
    color: #666;
}
.ul-tab li h3{
    font-size: 20px;
    background: url(404.png) right center no-repeat;
}
.ul-tab li span{
    display: block;
    font-size: 14px;
    color: #999;
}
.ul-tab li.hover h3,.ul-tab li a:hover h3{
    background-image: url(404.png);
    color: #e4392a;
}
.ul-tab li.hover span,.ul-tab li a:hover span{
    color: #e4392a;
}
.tab-show{

}
.tab-con{
    overflow: hidden;
}
.tab-con .animated{
    opacity: 0;
    filter: alpha(opacity=0);
}
.tab-show{
    height: 419px;
    overflow: hidden;
}
.web-con .shou{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.web-con .pic{
    float: right;
    position: relative;
    width: 139px;
    text-align: center;
    margin-top: 50px;
    margin-right: 40px;
}
.web-con .flex-control-nav{
    display: none;
}
.web-con .pic .img{
    
    width: 139px;
    z-index: -1;
    display: inline-block;
}
.tab-con .txt{
    width: 84%;
}
.tab-con .pic{
    float: right;
    position: relative;
    width: 218px;
    text-align: center;
    margin-top: 50px;
}
.tab-con .pic .img{
    
    width: 139px;
    z-index: -1;
}
.tab-con-box{
    width: 59%;
    float: left;
}
.tab-con .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 45px;
}
.ul-icon{
    
    overflow: hidden;
}
.ul-icon li{
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background-color: #e4e5e7;
    color: #666;
    text-align: center;
    float: left;
    font-size: 15px;
    line-height: 22px;
    padding: 0 17px;
    margin:  0 25px 30px 25px;
}
.ul-icon li b,.ul-icon li span{
    display: inline-block;
    vertical-align: middle;
}
.ul-icon li b{
    width: 0;
    height: 100%;
}

.service{
    background: url(404.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 63px;
}
.process{
    overflow: hidden;
}
.process .con{
    position: relative;
}
.animate-box,
.animate-box .con{
    width: 1170px;
}

.process .pad{
    padding-top: 26%;
}
.process img{
    position: absolute;
    left: 0;
    top: 0;
}
.process span{
    display: inline-block;
    color: #90a1b3;
    font-size: 16px;
    position: absolute;
}
.process span.s1{
    left: 0%;
    top: 0%;
}
.process span.s2{
    left: 4.6%;
    top: 0%;
}
.process span.s3{
    left: 1.6%;
    top: 22%;
}
.process span.s4{
    left: 1.6%;
    top: 65%;
}
.process span.s5{
    left: 9.5%;
    top: 42%;
}
.process span.s6{
    left: 20%;
    top: 65%;
}
.process span.s7{
    left: 27%;
    top: 50%;
}
.process span.s8{
    left: 38%;
    top: 89%;
}
.process span.s9{
    left: 49%;
    top: 15%;
}
.process span.s10{
    left: 57%;
    top: 89%;
}
.process span.s11{
    left: 77.5%;
    top: 64%;
}
.process span.s12{
    left: 94%;
    top: 4%;
}
.process em{
    position: absolute;
    background: url(404.png) no-repeat;
    display: inline-block;
    z-index: 60;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.process em.q1{
    width: 60px;
    height: 61px;
    left: 0;
    top: 40%;
}

.process em.q2{
    width: 57px;
    height: 57px;
    top: 42%;
    left: 19%;
    background-image: url(404.png);
}
.process em.q3{
    background-image: url(404.png);
    width: 62px;
    height: 56px;
    top: 68%;
    left: 38%;
}
.process em.q4{
    background-image: url(404.png);
    width: 86px;
    height: 86px;
    top: 29%;
    left: 47%;
}
.process em.q5{
    background-image: url(404.png);
    width: 63px;
    height: 59px;
    top: 68%;
    left: 57%;
}
.process em.q6{
    background-image: url(404.png);
    width: 51px;
    height: 51px;
    left:77%;
    top: 40%;
}
.process em.q7{
    background-image: url(404.png);
    width: 68px;
    height: 63px;
    left: 94%;
    top: 18%;
}


.ul-solution{
    overflow: hidden;
}
.ul-solution li{
    float: left;
    width:16.66666%;
    text-align: center;
    margin-bottom: 65px;
    position: relative;
}
.ul-solution li a{
    display: block;
    height: 140px;
    font-size: 16px;
    line-height: 30px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-solution li a span{
    display: block;
    background: url(404.png) no-repeat;
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.ul-solution li a em{
    display: block;
    position: relative;
}
.ul-solution li.li1 span{
    background-position: -1px 0;
}
.ul-solution li.li2 span{
    background-position: -215px 0;
}
.ul-solution li.li3 span{
    background-position: -429px 0;
}
.ul-solution li.li4 span{
    background-position: -643px 0;
}
.ul-solution li.li5 span{
    background-position: -857px 0;
}
.ul-solution li.li6 span{
    background-position: -1070px 0;
}
.ul-solution li.li7 span{
    background-position: 0px bottom;
}
.ul-solution li.li8 span{
    background-position: -215px bottom;
}
.ul-solution li.li9 span{
    background-position: -429px bottom;
}
.ul-solution li.li10 span{
    background-position: -643px bottom;
}
.ul-solution li.li11 span{
    background-position: -857px bottom;
}
.ul-solution li.li12 span{
    background-position: -1070px bottom;
}
.ul-solution li a:hover span{
    background-image: url(404.png);
}

.service-con .pic a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.service-con .col-l,.service-con .col-r{
    width: 50%;
    float: left;
}
.service-con .tit-s{
    line-height: 100px;
    background: url(404.png) left center no-repeat;
    padding-left: 14px;
    font-size: 18px;
}
.ul-service li{
    float: left;
    width: 50%;
    padding-right: 29px;
    margin-bottom: 30px;
}
.ul-service li .pad{
    font-size: 14px;
    padding: 14px;
    height: 148px;
    border: 1px solid #e5e5e5;
}
.ul-service li .pad p{
    max-height: 60px;
    overflow: hidden;
}
.ul-service li .pad span {
    display: block;
    overflow: hidden;
    clear: both;
}
.ul-service li .pad span i{
    display: block;
    font-style: normal;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 6px;
}
.ul-service li img{
    display: block;
    float: left;
    margin-bottom: 16px;
}

.ul-txt{
    border: 1px solid #e5e5e5;
}
.ul-txt li{
}
.ul-txt li h5{
    background: url(404.png) 95% center no-repeat;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
}
.ul-txt li .txt{
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    display: none;
    color: #666;
    height: 130px;
    padding: 0 14px;
}
.ul-txt li.ok .txt{
    display: block;
}
.ul-txt li.ok h5{
    background-image: url(404.png);
    border-bottom: 0;
}

.service-btn{
    text-align: center;
    padding: 55px 0;
}
.service-btn a{
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #e4392a;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 22px;
}
.service-btn a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.case-img2 p{text-align: center;}



.about{width: 1170px; height: auto; overflow: hidden; margin: 60px auto;}
.about_left{width: 540px; height: auto; float: left;}
.about_img{width: 420px;height: 268px; overflow: hidden;}
.about_img img{display: block; width: 100%; min-height: 100%; -webkit-transition: .7s;-moz-transition: .7s;-ms-transition: .7s;-o-transition: .7s;transition: .7s;}
.about_img:hover img{-webkit-transform: -webkit-scale(1.08);-moz-transform: -moz-scale(1.08);-ms-transform: -ms-scale(1.08);-o-transform: -o-scale(1.08);transform: scale(1.08);}
.about_img2{float: right; border:10px solid #fff ; width: 234px; height: 145px; margin-top: -58px; position: relative; z-index: 10;}
.about_more{display: block; width: 178px; height: 48px; font-size: 18px; text-transform: uppercase; line-height: 48px; border: 1px solid #666; border-radius: 5px; margin-top: 39px; position: relative; overflow: hidden;}
a.about_more:hover{border-color: #e4392a;color: #e4392a;}

.about_right{width: 610px; float: right; height: auto; overflow: hidden;}
.about_right_title{width: 100%; height: auto;}
.about_right_title h3{color: #000000;font: 26px/28px "Microsoft YaHei"; position: relative; padding-bottom: 20px;}
.about_right_title h3:after{content: ''; position: absolute; width: 35px; height: 2px; background: #338be1; left: 0; bottom: 0;}
.about_right_title h3 span{font: 14px/20px "Microsoft YaHei"; color: #cdcdcd; margin-left: 10px;}
.about_right_title p{font: 14px/26px "Microsoft YaHei"; color: #333; text-align: left;}
.about_right_title p a:hover{color: #e4392a;}
.about_list{width: 100%; height: auto; overflow: hidden; margin-top: 53px;position: relative;}
.about_list ul{width: 100%; height: auto;}
.about_list ul li{width: 50%;  text-align: center; float: left;}
.about_list ul li a{display:  block; padding: 20px 70px; height: auto; overflow: hidden;}
.about_list ul li a img,.about_list ul li a span{float: left;}
.about_list ul li a img{-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.about_list ul li a span{font: 18px/60px "Microsoft YaHei"; color: #000; margin-left: 15px;-webkit-transition: .6s .2s;-moz-transition: .6s .2s;-ms-transition: .6s .2s;-o-transition: .6s .2s;transition: .6s .2s;}
.shu{width: 1px; height: 100%; position: absolute;  top: 0; left: 50%; margin-left: -0.5px; background: #e1e1e1;}
.heng{width: 100%; height: 1px; position: absolute; top: 50%; left: 0; margin-top: -0.5px;background: #e1e1e1;}
.about_list ul li a:hover span{margin-left: 10px; color: #e4392a;}
.about_list ul li a:hover img{-webkit-transform: -webkit-rotate(360deg);-moz-transform: -moz-rotate(360deg);-ms-transform: -ms-rotate(360deg);-o-transform: -o-rotate(360deg);transform:rotate(360deg);}

.job-choice {
    padding: 0;
}
.job-choice-list>label {
    position: relative;
    font-size: 20px;
    width: 250px;
    font-weight: bold;
    padding-left: 40px;
    line-height: 30px;
    float: left;
    margin-left: -2px;
}
.job-choice-list > label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 28px;
}
.job-choice-list>.job-list {
    white-space: normal;
    width: auto;
    overflow: hidden;
}
.job-choice-list .job-list-0>li {
    margin-bottom: 6px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.job-choice-list .job-list-0>li>.form-item {
    min-width: 30px;
    font-size: 18px;
    width: 130px;
    display: table-cell;
    pointer-events: none;
    vertical-align: top;
}
.job-choice-list .job-list-0>li>.form-item ins{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0;
    opacity: 0;
}
.job-choice-list .job-list-1 {
    white-space: normal;
    width: auto;
    display: table-cell;
    vertical-align: top;
}
.job-choice-list .job-list-1>li {
    min-width: 130px;
    margin-right: 0;
    display: inline-block;
    white-space: nowrap;
}
.job-choice-list .job-list-1 .form-item {
    line-height: 30px;
}
.icheckbox {
    margin-right: 0;
    cursor: pointer;
    margin-top: 6px;
    width: 18px;
    height: 18px;
}
.icheckbox.checked {
    background: url(../image/check.png) no-repeat -40px 0;
}
.icheckbox.checked.hover{
    background: url(../image/check.png) no-repeat -40px 0;
}
.icheckbox{
    width: 20px;
    height: 20px;
    background: url(../image/check.png) no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.job-choice-list .job-list-0>li>.form-item .icheckbox {
    display: none;
}
.icheckbox.hover {
    background: url(../image/check.png) no-repeat -20px 0;
}
.job-choice-list .job-list-0>li ins{
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0px;
    opacity: 0;
}
.job-choice-list .job-list-1>li label {
    font-size: 16px;
    padding-left: 10px;
    cursor: pointer;
    margin-top: 0 !important;
}
.search-result {
    width: 100% !important;
    max-width: 1120px;
    padding: 25px;
    margin: 0 auto !important;
}
.search-result ul li {
    margin-bottom: 1em;
}
.search-result li a {
    display: inline-block;
    margin: 30px 0 10px;
    font-size: 20px;
    color: #e4392a;
}
.search-result li p{
    color: #333;
    line-height: 1.625;
    font-size: 16px;
    margin-bottom: 10px;
}
.about_us{
    padding-bottom: 80px;
}
.about_us_left{
    float:left;
    position:relative;
    width:45.55555555555556%;
    background: #fff;
    border-radius: 5px;
}
.about_us_left span{
    width:100%;
    height:100%;
    z-index:-1;
    position:absolute;
    left:1.25em;
    top:1.25em;
}
.about_us_right{
    float:right;
    width:50%;
    font-size: 16px;
}
.about_us_right_1{
    font-size:20px;
    font-weight:bold;
}
.about_us_right_2{
    overflow:hidden;
    font-size: 14px;
    color:#999;
    position:relative;
    padding-bottom:10px;
    margin:5px 0;

}
.about_us_right_2:before {

    content: "";
    position: absolute;
    z-index: 1;
    
    left: 0;
    width: 0;
    bottom: 0px;
    height: 3px;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.about_us_right_2.animated:before{
    width:100%}
.about_us_right_3{
}
.about_us_right_3 p{
    font-size: 16px;line-height: 28px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.about_us_bottom{
    width: 100%;
    margin-top:30px;
}
.about_us_bottom_left{
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.about_us_bottom .ico img {
    display: block;
    width: 100%;
}
.about_us_bottom  .content {
    margin: 5% 0 3%;
}
.about_us_bottom .fl {
    float: left !important;
}
.about_us_bottom_left span {
    color: #999;
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}
.about_us_bottom .fr {
    float: right !important;
}
.about_us_bottom_left.fl::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e5e5e5;
}
.about_us_bottom_right.fl::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e5e5e5;
}
.about_us_bottom_right {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.about_us_bottom_right span {
    color: #e4392a;
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}
.about_culture{
    margin: 50px 0 60px 0;
    -webkit-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -moz-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -ms-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -o-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1); color:#fff;border-radius:5px;
    padding:6% 3%;
    background-size:cover;
    background: url(../image/about_img3.jpg) center no-repeat;
}
.about_culture_left{
    width:50%;}
.about_culture_left_1{
    font-size:1.5em;}
.about_culture_left_2{
    font-size:1.25em; margin-top:0.3em;}
.about_culture_left ul li{ padding-bottom:1.5em;
    padding-top:1.5em;
    background: url(../image/img_line_w.png) bottom repeat-x;
    text-align: left;
    font-size: 16px;
}
.about_culture_left ul li:nth-child(1){
    padding-top:0;}
.about_culture_left ul li:last-child{
    background-image:none
}
.about_honor{margin: 50px 0;}
#slide-container, #slide-body {
    max-height: 600px !important;
    height: 470px !important;
}
.slide-container {
    position: relative;
    min-width: 1000px;
    max-width: 1170px;
    max-height: 420px;
    overflow: hidden;
    
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.m_core-team{
    display: none;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.core-team ul li {
    width: 400px;
    float: left;
    margin-right: 0px !important;
}
.core-team-item {
    max-width: 400px !important;
    text-align: center;
    cursor: pointer;
}
.core-team ul li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.core-team .exact {
    width: 400px;
    text-decoration: none;
    margin-top: 10px;
}
.core-team .exact span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}
.core-team .exact p {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    color: #666;
    padding: 5px 40px;
}
.core-team .exact p.text-center{
    text-align: center;
    padding: 0px 40px;
}
.about_route .about_route_bd {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-sizing: border-box;
    background: no-repeat center;
    background-size: cover;
}
.about_route .about_route_bd:before {
    position: absolute;
    top: 326px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 8px;
    content: '';
    background: #d1d1d1;
}
.about_route .about_route_bd .wrap_1400 {
    position: relative;
}
.about_route .about_route_bd .wrap_1400 > a.iconfont {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 38px;
}
.about_route .about_route_bd .wrap_1400 > a.iconfont.next {
    right: 30px;
}
.about_route .about_route_bd .wrap_1400 > a.iconfont.prev {
    
}
.about_route .about_route_bd .wrap_1400 > a.iconfont:hover {
    
    
    
}
.about_route .about_route_bd .swiper-slide {
    cursor: pointer;
}
.about_route .about_route_bd .swiper-slide:hover .abc_hd span,
.about_route .about_route_bd .swiper-slide.on .abc_hd span {
    color: #da251d;
    border-color: #da251d;
}
.about_route .about_route_bd .swiper-slide.on .abc_bd {
    z-index: 6;
}
.about_route .about_route_bd .swiper-slide.on .abc_bd i {
    display: block;
}
.about_route .about_route_bd .swiper-slide.on .abc_box {
    display: block;
}
.about_route .about_route_bd .swiper-slide.p_left .abc_bd i:after {
    width: 44px;
    height: 12px;
    background: #da251d;
    left: 0;
}
.about_route .about_route_bd .swiper-slide.p_left .abc_box {
    left: 50%;
    margin-left: 40px;
    -webkit-animation: Ls_right 1.5s ease forwards;
    animation: Ls_right 1.5s ease forwards;
}
.about_route .about_route_bd .swiper-slide.p_left .abc_img {
    float: left;
}
.about_route .about_route_bd .swiper-slide.p_left .abc_txt {
    float: right;
    text-align: left;
}
.about_route .about_route_bd .about_route_bd_main {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    z-index: 2;
}
.about_route .about_route_bd .abc_hd {
    position: relative;
    z-index: 4;
    margin-top: 122px;
    font-size: 0;
    text-align: center;
}
.about_route .about_route_bd .abc_hd span {
    display: inline-block;
    width: 130px;
    height: 34px;
    border: 2px solid #d4d4d4;
    border-radius: 30px;
    font-size: 16px;
    color: #999;
    line-height: 34px;
}
.about_route .about_route_bd .abc_hd:before {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: '';
    margin-left: -8px;
    background: #d1d1d1;
}
.about_route .about_route_bd .abc_bd {
    position: relative;
    z-index: 5;
    height: 216px;
}
.about_route .about_route_bd .abc_bd i {
    display: none;
    position: absolute;
    top: 90px;
    bottom: -2px;
    left: 50%;
    width: 8px;
    height: 220px;
    background: #da251d;
    -webkit-animation: fade-in 1s ease forwards;
    animation: fade-in 1s ease forwards;
}
.about_route .about_route_bd .abc_bd i:before {
    position: absolute;
    left: -8px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    content: '';
    background-color: #da251d;
    border-radius: 50%;
}
.about_route .about_route_bd .abc_bd i:after {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 12px;
    content: '';
    background: #da251d;
    background-size: 100%;
}
.about_route .about_route_bd .abc_box {
    display: none;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 25;
    width: 640px;
    height: 210px;
    margin-right: 40px;
    -webkit-animation: Ls_left 1.5s ease forwards;
    animation: Ls_left 1.5s ease forwards;
}
.about_route .about_route_bd .swiper-slide:nth-child(3) .abc_box{
    width: 480px;
}
.about_route .about_route_bd .abc_img {
    width: 250px;
    height: 188px;
    overflow: hidden;
}
.about_route .about_route_bd .abc_img img {
    width: 100%;
    height: 188px;
}
.about_route .about_route_bd .abc_txt {
    width: calc(100% - 270px);
    text-align: left;
}
.about_route .about_route_bd .abc_txt_l {
    text-align: left;
}
.about_route .about_route_bd .abc_txt_r {
    text-align: right;
}
.about_route .about_route_bd .abc_txt span {
    display: block;
    margin-bottom: 20px;
    font-size: 32px;
    color: #da251d;
}
.about_route .about_route_bd .abc_txt em {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
    font-style: normal;
}
.about_route .about_route_bd .abc_txt p {
    display: block;
    max-height: 120px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.fr {
    float: right;
}
.fl{
    float: left;
}

.c-swiper-container {
    width: 100%;
    max-height: 760px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}
.c-swiper-container > .c-swiper-cotent > .swiper-slide{
    overflow: hidden;
}
.c-swiper-container > .c-swiper-cotent > .swiper-slide > .img {
    width: 100%;
    max-height: 658px;
    font-size: 0;
}
.c-swiper-container > .c-swiper-cotent > .swiper-slide > .img > img {
    width: 100%;
    max-height: 658px;
}
.c-swiper-container > .c-swiper-cotent > .swiper-slide > .text {
    width: 100%;
    padding-left: 5px;
    height: 102px;
    padding-top: 30px;
    display: none;
    overflow: hidden;
}
.c-swiper-container > .c-swiper-cotent > .swiper-slide  > .text > h3 {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c-swiper-container > .c-swiper-cotent > .swiper-slide > .text > p {
    line-height: 24px;
    font-size: 16px;
    color: #666;
    margin-top: 24px;
    height: 72px;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c-swiper-container > .c-swiper-cotent > .swiper-slide > .text > a {
    font-size: 16px;
    cursor: pointer;
}
.c-swiper-container .b-next {
    top: 329px;
    right: 16px;
    bottom: 0;
    background-image: url(../image/next.png);
    background-size: cover;
    height: 44px;
    width: 44px;
}
.c-swiper-container .b-prev {
    top: 329px;
    left: 16px;
    bottom: 0;
    background-image: url(../image/prev.png);
    background-size: cover;
    height: 44px;
    width: 44px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.culture-list {
    width: 1170px;
    margin: 0 auto;
    padding-top: 20px;
}
.culture-list > .n-c {
    cursor: pointer;
    width: 380px;
    height: 490px;
    margin-right: 10px;
}
.culture-list > .n-c > .n-top {
    width: 100%;
    height: 280px;
}
.culture-list > .n-c > .n-top > img {
    width: 100%;
    height: 100%;
}
.culture-list > .n-c > .n-bottom {
    width: 100%;
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
}
.culture-list > .n-c > .n-bottom > p{
    line-height: 20px;
    font-size: 14px;
    height: 60px;
    color: #666;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 10px;
}
.culture-list > .n-c > .n-bottom > h3 {
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.culture-list > .n-c > .n-bottom > .n-content {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.culture-list > .n-c > .n-bottom > .n-time {
    height: 14px;
    line-height: 14px;
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}
.culture-list > .n-c:nth-child(3n+3) {
    margin-right: 0;
}
.container > .r-img {
    width: 100%;
}
.container > .r-img > img {
    width: 100%;
    height: auto;
}
.product-list img{
    padding: 10px;width:100px;
}