﻿html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Arial,sans-serif}
body{width: 100%;background:#fff;overflow-x: hidden;-webkit-font-smoothing: antialiased;color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none}
b,strong{font-weight: bold}
table{border-collapse:collapse}
td,th{border: 1px solid #333}
input,input:focus{border: none;outline: none}
input[type="submit"]{cursor: pointer}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.tans05{-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s}
.tans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.tans15{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.tans2{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.b{display: block;width: 100%;height: 100%}
.nclk{pointer-events: none}
.cl{clear: both}
.cl:after{content: "";clear: both;display: table}
.fl{float: left}
.fr{float: right}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.p{padding: 0 calc(50% - 550px)}
/*动画*/
.ani-b-s{opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);transform: translate(0, 50px)}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -50px);-moz-transform: translate(0, -50px);transform: translate(0, -50px)}
.ani-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0)}
.ani-r{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0)}
.ani-b{opacity: 0;-webkit-transform: translate(0, 200px);-moz-transform: translate(0, 200px);transform: translate(0, 200px)}
.ani-o{opacity: 0;-webkit-transform: scale(0, 0);-moz-transform: scale(0, 0);transform: scale(0, 0)}
/*首页-----------------------------------------------------------*/
.header{
    height: 120px;
    position: relative;
}
.eng{
    position: absolute;
    width: 100px;
    color: #d1c8b1;
    border: 1px solid currentColor;
    line-height: 30px;
    text-indent: 10px;
    top:20px;
    right: calc(50% - 548px);
    cursor: pointer;
    z-index: 88888;

}
.eng:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 7px;
    background: url("../images/eng_bg.png") no-repeat;
}
.eng a{background-color: #fff;}
.eng a:nth-child(2){
    position: absolute;
    display: none;
    border: 1px solid currentColor;
    border-top: 0;
    top: 30px;
    left: -1px;
    width: 100px;
    text-align: center;
    text-indent: 0;
}
.eng a:nth-child(3){
    position: absolute;
    display: none;
    border: 1px solid currentColor;
    border-top: 0;
    top: 60px;
    left: -1px;
    width: 100px;
    text-align: center;
    text-indent: 0;
}

.eng a:nth-child(4){
    position: absolute;
    display: none;
    border: 1px solid currentColor;
    border-top: 0;
    top: 90px;
    left: -1px;
    width: 100px;
    text-align: center;
    text-indent: 0;
}
.eng a:nth-child(5){
    position: absolute;
    display: none;
    border: 1px solid currentColor;
    border-top: 0;
    top: 120px;
    left: -1px;
    width: 100px;
    text-align: center;
    text-indent: 0;
}
.eng a:nth-child(6){
    position: absolute;
    display: none;
    border: 1px solid currentColor;
    border-top: 0;
    top: 150px;
    left: -1px;
    width: 100px;
    text-align: center;
    text-indent: 0;
}

.eng:hover a{
    display: block;
}
.eng a:hover{
    font-weight: bold;
}
.logo{
    width: 110px;
    height: 100%;
}
.nav{
    padding-top: 20px;
}
.top-icon{
    margin-bottom: 20px;
    height: 32px;
    padding-right: 40px;
}
.share a{
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background-image: url("../images/top_icon.png");
}
.search{
    height: 32px;
    margin-right: 15px;
    width: 256px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}
.search input[type=text]{
    float: left;
    background: #f0f0f0;
    border-radius: 16px 0 0 16px;
    width: 240px;
    padding: 0 40px 0 20px;
    height: 100%;
    margin-right: -16px;
    z-index: 8;
    position: absolute;
    left: 240px;
}
.search input[type=submit]{
    float: left;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: transparent;
    background-image: url("../images/top_icon.png");
    background-position: 0 -32px;
}
.search.search-show input[type=text]{
    left: 0;
}
.search.search-show input[type=submit]{
    background-position: 0 0;
}
.share a + a{
    margin-left: 15px;
}
.share-fb{
    background-position:-44px -32px;
}
.share-tw{
    background-position: -86px -32px;
}
.share-is{
    background-position: -129px -32px;
}
.share-fb:hover{
    background-position:-44px 0;
}
.share-tw:hover{
    background-position: -86px 0;
}
.share-is:hover{
    background-position: -129px 0;
}
.nav-list{
    height: 48px;
}
.nav-list li{
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: #0072bc;
    height: 100%;
    font-weight: bold;
    position: relative;
    width: 140px;
    text-align: center;
}
.nav-list li:last-child{
    padding-right: 0;
}
.nav-list li.active>a,
.nav-list li:hover>a{
    color: white;
    background: #0072bc;
}
.nav-list li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-list li + li:before{
    content: "";
    position: absolute;
    border-left: 1px solid #0072bc;
    height: 12px;
    left: 1px;
    top: 18px;
}
.nav-list li.active + li:before,
.nav-list li:hover + li:before{
    display: none;
}
.nav-two{
    position: absolute;
    width:100%;
    left: 0;
    top: 48px;
    z-index: 99999;
    background: rgba(0,114,188,.8);
    color: white;
    display: none;
}
.nav-two a{
    display: block;
    font-size: 14px;
    line-height: 40px;
}
.nav-two a:hover{
    background: #0072bc;
    color: white;
}
.nav-list li:hover .nav-two{
    display: block;
}
/*banner*/
.banner{
    position: relative;
    height: 550px;
    overflow: hidden;
    margin-bottom: 50px;
}
.swiper-banner{
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.swiper-banner .swiper-slide{
    overflow: hidden;
}
.swiper-banner .swiper-slide>img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
}
.swiper-banner .swiper-slide>img.banner-m1{
    bottom: 40px;
    height: 140px;
    z-index: 9;
}
.banner-img01-l{
    position: absolute;
    z-index: 8;
    width: 280px;
    height: 362px;
    left: 1160px;
    bottom: 20px;
}
.banner-img01-r{
    position: absolute;
    z-index: 7;
    width: 220px;
    height: 411px;
    left: 1450px;
    bottom: 0;
}
/*关于我们*/
.info,
.pro,
.suc{
    margin-bottom: 30px;
}
.about{
    width: 630px;
}
.title{
    text-align: center;
    font-size: 40px;
    color: #0072bc;
    padding-bottom: 10px;
    line-height: 65px;
    margin-bottom: 20px;
    background: url("../images/title_bg.png") no-repeat center bottom;
}
.about-info{
    padding: 0 50px;
    margin-bottom: 30px;
    font-size: 16px;
    word-break: break-all;
    line-height: 25px;
    background: url("../images/about_p_l.png") no-repeat left top,
                url("../images/about_p_r.png") no-repeat right bottom;
}
.about>a{
    display: block;
    margin: 0 auto 20px;
    width: 370px;
    height: 62px;
    border: 1px solid #96c2ec;
    border-radius: 30px;
    line-height: 60px;
    text-indent: 110px;
    font-size: 20px;
    color: #0072bc;
}
.about>a.about-env{
    background: url("../images/about_env.png") no-repeat left 52px center;
}
.about>a.about-ser{
    background: url("../images/about_ser.png") no-repeat left 52px center;
}
.about>a:hover{
    color: white;
    border-color: #0072bc;
}
.about>a.about-env:hover{
    background:#0072bc url("../images/about_env_a.png") no-repeat left 52px center;
}
.about>a.about-ser:hover{
    background:#0072bc url("../images/about_ser_a.png") no-repeat left 52px center;
}
.about-img{
    width: 380px;
    height: 242px;
    margin: 40px auto 0;
}
.wedo{
    width: 425px;
    text-align: center;
}
.wedo-title{
    padding-right: 20px;
    width: 217px;
    padding-top: 20px;
}
.wedo-title h3{
    font-size: 40px;
    line-height: 50px;
    color: #0072bc;
}
.wedo-title p{
    font-size: 35px;
    color: #999;
    line-height: 36px;
}
.wedo-list li{
    float: left;
    width: 197px;
    height: 223px;
    margin: 0 20px 20px 0;
    background: url("../images/wedo_bg.png") no-repeat;
}
.wedo-list li a{
    padding: 110px 7px 0 0;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.wedo-list li:hover{
    color: white;
    background: url("../images/wedo_bg_a.png") no-repeat;
}
.wedo-list li:nth-child(2n){
    margin-top: -122px;
}
.wedo-list li:nth-child(2n+1){
    margin-right: 0;
}
.wedo-list li:nth-child(1) a{
    background: url("../images/wedo_01.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(2) a{
    background: url("../images/wedo_02.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(3) a{
    background: url("../images/wedo_03.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(4) a{
    background: url("../images/wedo_04.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(5) a{
    background: url("../images/wedo_05.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(1):hover a{
    background: url("../images/wedo_01_a.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(2):hover a{
    background: url("../images/wedo_02_a.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(3):hover a{
    background: url("../images/wedo_03_a.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(4):hover a{
    background: url("../images/wedo_04_a.png") no-repeat center top 50px;
}
.wedo-list li:nth-child(5):hover a{
    background: url("../images/wedo_05_a.png") no-repeat center top 50px;
}
/*产品展示*/
.pro-con{
    position: relative;
    overflow: hidden;
    height: 320px;
}
.swiper-pro{
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
.pro-m{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,114,188,.9);
    left: 0;
    top: 0;
    text-align: center;
    color: white;
    padding: 110px 10px 0;
    opacity: 0;
}
.pro-m p{
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    position: relative;
    margin-bottom: 25px;
}
.pro-m p:after{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: white;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pro-m-a a{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 160px 8px 0;
}
.pro-m-a a:first-child{
    -webkit-transition: all .5s .1s;
    -moz-transition: all .5s .1s;
    -ms-transition: all .5s .1s;
    -o-transition: all .5s .1s;
    transition: all .5s .1s;
    background: url("../images/pro_m.png") no-repeat;
}
.pro-m-a a:last-child{
    -webkit-transition: all .5s .3s;
    -moz-transition: all .5s .3s;
    -ms-transition: all .5s .3s;
    -o-transition: all .5s .3s;
    transition: all .5s .3s;
    background: url("../images/pro_l.png") no-repeat;
}
.swiper-pro li:hover .pro-m{
    opacity: 1;
}
.swiper-pro li:hover .pro-m p:after{
    width: 100%;
    left: 0;
}
.swiper-pro li:hover .pro-m-a a{
    margin-top: 0;
}
.swiper-pro-prev,
.swiper-pro-next{
    position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    cursor: pointer;
    z-index: 99;
}
.swiper-pro-prev{
    left: 0;
    background: url("../images/pro_sw_l.png") no-repeat center center / 45px 86px;
}
.swiper-pro-next{
    right: 0;
    background: url("../images/pro_sw_r.png") no-repeat center center / 45px 86px;
}
/*成功案例*/
.suc{
    text-align: center;
    overflow: hidden;
}
.suc-info{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}
.suc-list li{
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0 12px;
}
.suc-list li img{
    display: block;
    width: 160px;
    height: 160px;
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 0 auto;
    border-radius: 50%;
}
.suc-list li p{
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
}
.suc-list li:hover img{
    border-color: #0072bc;
}
.suc-list li:hover p{
    color: #0072bc;
}
/*新闻模块*/
.news{
    border-top: 1px solid #ccc;
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.swiper-news{
    overflow: hidden;
}
.swiper-news li{
    border-bottom: 1px dashed #000;
    height: 120px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news-time{
    width: 151px;
    text-align: center;
    height: 100%;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.news-time p:first-child{
    font-size: 30px;
    line-height: 40px;
}
.news-time span{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 28px;
}
.news-time p:last-child{
    font-size: 16px;
    line-height: 30px;
}
.news-info{
    padding:10px 0 0 200px;
    height: 100%;
}
.news-info h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.news-info p{
    font-size: 16px;
    line-height: 22px;
    color: #999;
    height: 44px;
    overflow: hidden;
}
.news-info h3 a:hover{
    color: #0072bc;
}
.swiper-news-span{
    height: 22px;
    text-align: center;
}
.swiper-news-span span{
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    background: white;
    border-radius: 0;
    margin: 0 8px;
    opacity: 1;
}
.swiper-news-span span.swiper-pagination-bullet-active{
    background: #0072bc;
    color: white;
    border-color: #0072bc;
}
/*联系我们*/
.contact{
    background: url("../images/contact_bg.png") no-repeat right calc(50% - 350px) bottom;
    height: 580px;
    overflow: hidden;
}
.contact-info{
    height: 220px;
}
.nav-btm{
    height: 360px;
    background: rgba(0,0,0,.8);
    color: white;
    padding-top: 70px;
}
.contact-img{
    width: 68px;
    height: 68px;
    border: 1px solid #0072bc;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contact-list h3{
    margin-bottom: 5px;
}
.contact-list:nth-child(1){
    width: 360px;
}
.contact-list:nth-child(2){
    width: 330px;
}
.contact-list:nth-child(3){
    width: 280px;
}
.contact-list:nth-child(4){
    width: 130px;
}
.contact-img span{
    position: absolute;
    width: 0;
    height: 0;
    z-index: 9;
    border: 3px solid #0072bc;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contact-img span:nth-child(1){
    left: 0;
    top: 0;
    border-width: 3px 0 0 3px;
}
.contact-img span:nth-child(2){
    right: 0;
    top: 0;
    border-width: 3px 3px 0 0;
}
.contact-img span:nth-child(3){
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0;
}
.contact-img span:nth-child(4){
    left: 0;
    bottom: 0;
    border-width: 0 0 3px 3px;
}
.contact-img span:before,
.contact-img span:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    border: 3px solid #0072bc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contact-img span:nth-child(1):before{
    left: -3px;
    bottom: -3px;
    border-width: 3px 3px 0 0;
    border-color: #0072bc transparent transparent transparent;
}
.contact-img span:nth-child(1):after{
    right: -3px;
    top: -3px;
    border-width: 3px 3px 0 0;
    border-color: #0072bc transparent transparent transparent;
}
.contact-img span:nth-child(2):before{
    left: -3px;
    top: -3px;
    border-width: 0 3px 3px 0;
    border-color: transparent #0072bc transparent transparent;
}
.contact-img span:nth-child(2):after{
    right: -3px;
    bottom: -3px;
    border-width: 0 3px 3px 0;
    border-color: transparent #0072bc transparent transparent;
}
.contact-img span:nth-child(3):before{
    right: -3px;
    top: -3px;
    border-width: 0 0 3px 3px;
    border-color: transparent transparent #0072bc transparent;
}
.contact-img span:nth-child(3):after{
    left: -3px;
    bottom: -3px;
    border-width: 0 0 3px 3px;
    border-color: transparent transparent #0072bc transparent;
}
.contact-img span:nth-child(4):before{
    left: -3px;
    top: -3px;
    border-width: 3px 0 0 3px;
    border-color: transparent transparent transparent #0072bc;
}
.contact-img span:nth-child(4):after{
    right: -3px;
    bottom: -3px;
    border-width: 3px 0 0 3px;
    border-color: transparent transparent transparent #0072bc;
}
.contact-list:hover .contact-img{
    border-color: transparent;
}
.contact-list:hover .contact-img span{
    width: 18px;
    height: 18px;
    opacity: 1;
}
.contact-list:hover .contact-img span:before,
.contact-list:hover .contact-img span:after{
    opacity: 1;
}
.nav-btm dl{
    float: left;
}
.nav-btm dl + dl{
    margin-left: 110px;
}
.nav-btm dl dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.nav-btm dl dd{
    line-height: 30px;
    color: #ccc;
}
.nav-btm dl a:hover{
    text-decoration: underline;
}
.nav-btm-share dd{
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 16px;
    border-radius: 50%;
    border: 1px solid #747474;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-btm-share dd a{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-image: url("../images/nav_btm_share.png");
}
.nav-btm-share dd:nth-child(2) a{
    background-position: 0 0;
}
.nav-btm-share dd:nth-child(3) a{
    background-position: -72px 0;
}
.nav-btm-share dd:nth-child(4) a{
    background-position: -142px 0;
}
.nav-btm-share dd:hover{
    background: white;
    border-color: white;
}
.nav-btm-share dd:nth-child(2):hover a{
    background-position: 0 -54px;
}
.nav-btm-share dd:nth-child(3):hover a{
    background-position: -72px -54px;
}
.nav-btm-share dd:nth-child(4):hover a{
    background-position: -142px -54px;
}
/*底部信息*/
.footer{
    background: #000;
    color: white;
    text-align: center;
    line-height: 60px;
}
/*关于我们页面---------------------------------------------*/
.i-contact{
    padding-top: 60px;
    height: 420px;
    background: url("../images/contact_bg.png") no-repeat right calc(50% - 350px) bottom;
}
.i-banner{
    height: 140px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.i-banner img{
    position: absolute;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    left: 50%;
}
.i-bread{
    position: absolute;
    top: 60px;
    right: calc(50% - 550px);
    color: white;
    padding-left: 25px;
    height: 22px;
    line-height: 22px;
    background: url("../images/i_bread_bg.png") no-repeat left center;
}
.i-bread span{
    color: #32afff;
}
.i-bread a:hover{
    text-decoration: underline;
}
.i-title{
    text-align: center;
    background: url("../images/i_title_bg.png") no-repeat center bottom;
    font-size: 26px;
    color: #0072bc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.i-a-p{
    margin-bottom: 40px;
}
.i-a-p-info{
    font-size: 16px;
    line-height: 26px;
}
.i-a-e{
    width: 1100px;
    margin: 0 auto 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px dashed #909090;
    border-bottom: 1px dashed #909090;
}
.i-a-e-info{
    position: relative;
}
.swiper-i-a-e{
    text-align: center;
    overflow: hidden;
}
.swiper-i-a-e img{
    display: block;
    width: 100%;
    height: 165px;
    cursor: pointer;
}
.swiper-i-a-e p{
    font-size: 14px;
    line-height: 40px;
}
.swiper-i-a-e-prev,
.swiper-i-a-e-next{
    position: absolute;
    top: 48px;
    width: 39px;
    height: 72px;
    z-index: 999;
    cursor: pointer;
}
.swiper-i-a-e-prev{
    left: 0;
    background: url("../images/i_a_e_l.png") no-repeat;
}
.swiper-i-a-e-next{
    right: 0;
    background: url("../images/i_a_e_r.png") no-repeat;
}
/*弹出层*/
.fixed{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.fixed_s{
    opacity: 1;
}
.fixed_img{
    margin: 0 auto;
    width:790px;
    height: 540px;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    -webkit-transform: translate(0, 5%);
    -moz-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    transform: translate(0, 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fixed_img img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper_honer_prev,
.swiper_honer_next{
    position: absolute;
    width: 70px;
    top: 240px;
    z-index: 9999999999;
    height: 70px;
    border: 5px solid rgba(0,0,0,.5);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fixed_img:hover .swiper_honer_prev,
.fixed_img:hover .swiper_honer_next{
    opacity: 1;
}
.swiper_honer_prev{
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 40px;
}
.swiper_honer_next{
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 40px;
}
.fixed_img:hover i{
    opacity: 1;
}
.fixed_img i{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 999999999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fixed_img i:before,.fixed_img i:after{
    content: "";
    display: block;
    background-color: white;
    position: absolute;
    z-index: 999999999999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fixed_img i:before{
    width: 19px;
    height: 3px;
    bottom: 14px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fixed_img i:after{
    width: 3px;
    height: 19px;
    bottom: 6px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fixed_img i:hover:after,.fixed_img i:hover:before{
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
}
.fixed_img_tran{
    -webkit-transform: translate(0, 7%);
    -moz-transform: translate(0, 7%);
    -ms-transform: translate(0, 7%);
    -o-transform: translate(0, 7%);
    transform: translate(0, 7%);
}
/*产品页面---------------------------------------------------------*/
.i-list{
    text-align: center;
    margin-bottom: 30px;
}
.i-list li{
    text-align: center;
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.i-list li a{
    background: #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 1px 1px #bababa;
}
.i-list li.active>a,
.i-list li:hover>a{
    background: #0059b0;
    color: white;
}
.i-list li a{
    padding: 0 10px;
}
.i-list li:first-child:nth-last-child(-n+4),
.i-list li:first-child:nth-last-child(-n+4) ~ li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px;
}
.i-list li:first-child:nth-last-child(n+5),
.i-list li:first-child:nth-last-child(n+5) ~ li{
    float: left;
    margin: 0 12px 20px 0;
}
.i-list li:first-child:nth-last-child(n+5) ~ li:nth-child(5n),
.i-p-list li:nth-child(4n),
.i-d-list li:nth-child(4n){
    margin-right: 0;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
    font-family: "宋体";
}
.pages a{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 24px;
    text-align: center;
    margin-right: 16px;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,
.pages a.page_bottom{
    width: 30px;
}
.pages a.page_active,
.pages a:hover{
    color: #005ec7;
}
.i-p-list{
    margin-top: -20px;
}
.i-p-list li{
    float: left;
    width: 257px;
    position: relative;
    margin: 0 24px 20px 0;
}
.i-p-list li img{
    display: block;
    width: 100%;
    height: 257px;
    border: 1px solid #bcbcbc;
    padding: 5px;
    background: white;
}
.i-p-m{
    width: 247px;
    height: 247px;
    position: absolute;
    background: rgba(0,89,176,.8);
    top: 5px;
    left: 5px;
    padding-top: 100px;
    overflow: hidden;
    opacity: 0;
}
.i-p-m i{
    display: block;
    background: url("../images/pro_l.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 200px auto 0;
    -webkit-transition: all .5s .2s;
    -moz-transition: all .5s .2s;
    -ms-transition: all .5s .2s;
    -o-transition: all .5s .2s;
    transition: all .5s .2s;
}
.i-p-list li p{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.i-p-list li:hover img{
    border-color: #085eb2;
}
.i-p-list li:hover p{
    color: #085eb2;
}
.i-p-list li:hover .i-p-m{
    opacity: 1;
}
.i-p-list li:hover .i-p-m i{
    margin-top: 0;
}
/*案例页面------------------------------------------------------------------*/
.i-c-list li{
    float: left;
    width: 530px;
    height: 208px;
    margin-bottom: 30px;
}
.i-c-list li:nth-child(2n){
    float: right;
}
.i-c-r,
.i-c-l{
    height: 100%;
    position: relative;
}
.i-c-l{
    width: 306px;
}
.i-c-r{
    width: 224px;
    background-color: #E1E1E1;
    line-height: 208px;
    text-align: center;
}
 .i-c-r img{ max-width: 150px; height: auto;vertical-align: middle; border-radius: 50%; }
.i-c-m{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,89,176,.8);
    text-align: center;
    padding-top: 50px;
    color: white;
    opacity: 0;
}
.i-c-m p{
    width: 170px;
    line-height: 60px;
    margin: 0 auto 20px;
    font-size: 18px;
    border-bottom: 1px dashed white;
}
.i-c-m span{
    opacity: .6;
}
.i-c-r img:last-child{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .5;
}
.i-c-list li:hover .i-c-m,
.i-c-list li:hover .i-c-r img:last-child{
    opacity: 1;
}
/*下载页面---------------------------------------------------*/
.i-d-list li{
    float: left;
    width: 255px;
    height: 230px;
    margin: 0 26px 35px 0;
}
.i-d-list li a{
    padding: 30px 20px 0;
    border-radius: 20px;
    border: 1px solid #c0c0c0;
    box-shadow: 1px 3px 0 1px #c0c0c0;
}
.i-d-list li h3{
    color: #0072bc;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.i-d-list li p{
    line-height: 24px;
    color: #666;
}
.i-d-list li p span{
    color: #0072bc;
}
.i-d-list li i{
    display: block;
    background: url("../images/i_d_icon.png") no-repeat;
    opacity: .5;
    width: 112px;
    height: 28px;
    margin-top: 20px;
}
.i-d-list li:hover a{
    border-color:#0072bc;
    box-shadow: 1px 3px 0 1px #0072bc;
}
.i-d-list li:hover a i{
    opacity: 1;
}
/*新闻页面--------------------------------------------------------*/
.i-n-list li{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.i-n-info{
    width: 1000px;
    padding-left: 15px;
    border-left: 2px solid #0072bc;
}
.i-n-info h3{
    font-weight: normal;
    color: #0072bc;
    font-size: 20px;
}
.i-n-info p{
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.i-n-time{
    width: 70px;
    text-align: center;
    margin-top: 4px;
}
.i-n-time span{
    display: block;
    color: #999;
    background: #e9e9e9;
    line-height: 50px;
    font-size: 32px;
}
.i-n-time p{
    line-height: 20px;
    color: white;
    background: #999;
}
.i-n-list li a:hover .i-n-info p{
    color: #0072bc;
}
.i-n-list li a:hover .i-n-time span{
    color: white;
    background: #7facd7;
}
.i-n-list li a:hover .i-n-time p{
    background: #0072bc;
}
/*联系我们页面-------------------------------------------------------------*/
.i-co h3,
.i-co h4{
    color: #0072bc;
    line-height: 80px;
}
.i-co h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.i-co h4{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}
.i-co p{
    font-size: 20px;
    line-height: 80px;
}
.map{
    height: 490px;
    width: 650px;
    overflow: hidden;
}
.i-co-info{
    padding-top: 30px;
    width: 430px;
}

.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#0066FF;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ddd solid 1px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.feedback_table{border-collapse:collapse; }
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{ border: 1px solid #ececec;line-height: 50px;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}
.feedback_table tr td input,.feedback_table tr td textarea{color: #666; margin:0 10px; border: 1px solid #ececec;}
.feedback_table tr td #address{height: 30px; width: 80%; line-height: 15px; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#014a99;border: #014a99 solid 1px;}
.flink a{ margin:0 5px;}
