﻿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 Microsoft Yahei,arial,sans-serif}
body{padding-top:85px;width: 100%;background:#fff;-webkit-font-smoothing: antialiased;color:#333;overflow-x: hidden;}
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% - 600px)}
/*动画*/
.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: 85px;
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
    left: 0;
}
.logo{
    width: 190px;
    height: 100%;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
}
.nav-list{
    padding-top: 20px;
}
.nav-list>li{
    float: left;
    padding-bottom: 24px;
}
.nav-list>li + li{
    margin-left: 50px;
}
.nav-list>li>a{
    line-height: 40px;
    color: white;
    font-size: 16px;
}
.nav-list>li.active>a,
.nav-list>li:hover>a{
    border-bottom:1px solid #ff9d00;
    color: #ff9d00;
}
.nav-two{
	padding:0 360px;
    background: #f4f4f4;
    height: 200px;
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    top: 120px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    text-align: left;
}
.nav-list>li:hover .nav-two{
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    top: 84px;
}
.nav-two-title{
    width: 180px;
    height: 100%;
    float: left;
    padding-top: 50px;
}
.nav-two-title h3{
    font-size: 22px;
    background: url("../images/nav_pro_title.png") no-repeat left 100px center;
}
.nav-two-title p{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
}
.nav-two-title .nav-two-more{
    display: block;
    margin: 10px auto 0;
    width: 88px;
    height: 26px;
    border: 1px solid #333;
    border-radius: 13px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
}
.nav-two-more span{
    display: block;
}
.nav-two-pro-list{
    float: left;
    height: 100%;
}
.nav-two-pro-list li{
    float: left;
    width: 127px;
    padding: 20px 0;
    border-left: 1px solid #ccc;
    height: 100%;
}
.nav-list>li:nth-child(n+4) .nav-two-pro-list li{padding: 45px 0 20px 0;}
.nav-two-pro-list li:hover{
    background: #e8e8e8;
}
.nav-two-pro-list li img{
    display: block;
    width: 110px;
    /* height: 110px; */
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-two-pro-list li:hover img{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.nav-two-pro-list li p{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
}
.nav-two-ser-list{
    overflow: hidden;
    padding-top: 40px;
    width: 950px;
    float: right;
}
.nav-two-ser-list li{
    float: left;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 18px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two-ser-list li+ li{
    margin-left: 20px;
}
.nav-two-ser-list li:nth-child(7){
    margin-left: 0;
}
.nav-two-ser-list li a{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two-ser-list li:hover{
    background: #104bac;
    border-color: #104bac;
}
.nav-two-ser-list li:hover a{
    color: white;
}
.nav-two-use-list,.nav-two-ser-list{
    padding: 60px 0 0 40px;
}
.nav-two-use-list li{
    float: left;
    width: 100px;
    height: 90px;
    border: 1px solid #666;
    margin-left: 5px;
}
.nav-two-use-list li:hover{
    border-color: #ff9d00;
}
.nav-icon{
    display: block;
    width: 33px;
    height: 36px;
    margin: 0 auto;
}
.nav-two-use-list li a{
    padding-top: 10px;
}
.nav-two-use-list li p{
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
.nav-two-info-list{
    text-align: center;
    float: right;
    padding-top: 38px;
}
.nav-two-info-list li{
    float: left;
    width: 130px;
    margin-left: 15px;
    position: relative;
}
.nav-two-info-list li a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 98px;
    background: rgba(0,0,0,.3);
    display: none;
}
.nav-two-info-list li:hover a:before{
    display: block;
}
.nav-two-info-list li img{
    display: block;
    width: 100%;
    height: 98px;
}
.nav-two-info-list li p{
    font-size: 13px;
    font-weight: bold;
    line-height:40px;
    white-space: nowrap;
}
.nav-two-info-list li:hover p{
    color: #ff9d00;
}
.nav-icon-01{
    background: url("../images/app_icon_01_a.png") no-repeat center / cover;
}
.nav-icon-02{
    background: url("../images/app_icon_02_a.png") no-repeat center / cover;
}
.nav-icon-03{
    background: url("../images/app_icon_03_a.png") no-repeat center / cover;
}
.nav-icon-04{
    background: url("../images/app_icon_04_a.png") no-repeat center / cover;
}
.nav-icon-05{
    background: url("../images/app_icon_05_a.png") no-repeat center / cover;
}
.nav-icon-06{
    background: url("../images/app_icon_06_a.png") no-repeat center / cover;
}
.nav-icon-07{
    background: url("../images/app_icon_07_a.png") no-repeat center / cover;
}
.nav-icon-08{
    background: url("../images/app_icon_08_a.png") no-repeat center / cover;
}

/*banner*/
.swiper-banner{
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.swiper-banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper-banner .swiper-slide img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
}
.swiper-banner .swiper-slide-active{
    z-index: 9;
}
.swiper-banner .swiper-banner-span{
    position: absolute;
    text-align: center;
    height: 15px;
    bottom: 20px;
    z-index: 99;
    width: 100%;
}
.swiper-banner-span span{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    border-radius: 8px;
    opacity: 1;
    background: white;
}
.swiper-banner-span span.swiper-pagination-bullet-active{
    width: 15px;
    background: #ff9d00;
}
.pro{
    background: url("../images/pro_bg.jpg") no-repeat center top;
    height: 1060px;
    padding-top: 70px;
}
.title{
    text-align: center;
    line-height: 50px;
    color: #ff9d00;
    margin-bottom: 15px;
    font-size: 32px;
}
.pro .title{
    background: url("../images/title_pro.png") no-repeat center;
}
.title span{
    font-size: 20px;
    color: #7a7a7a;
}
.pro-list{
    margin-bottom: 20px;
}
.pro-list li{
    float: left;
    width: 285px;
    margin: 0 20px 25px 0;
    background: white;
    overflow: hidden;
    border-radius: 10px 0;
}
.pro-list li img{
    display: block;
    width: 260px;
    height: 255px;
    margin: 0 auto;
}
.pro-list li:nth-child(4n),
.app-list li:nth-child(3n),
.ser-list li:nth-child(4n){
    margin-right: 0;
}
.pro-info{
    padding: 15px;
}
.pro-info>h3{
    font-size: 15px;
    margin-bottom: 5px;
}
.pro-info>p{
    line-height: 22px;
    height: 22px;
    margin: 5px 0;
    overflow: hidden;
    color: #999;
}
.pro-info>span{
    display: block;
    color: #ff9d00;
}
.pro-list li:hover .pro-info{
    background: #666;
}
.pro-list li:hover .pro-info>h3{
    color: white;
}
.pro-more{
    display: block;
    width: 190px;
    line-height: 50px;
    color: #ff9d00;
    border: 1px solid #ff9d00;
    text-align: center;
    margin: 0 auto;
}
.app{
    background: #3c3c3c;
    padding-top: 60px;
    padding-bottom: 100px;
}
.app .title{
    background: url("../images/title_app.png") no-repeat center;
}
.app-list li{
    float: left;
    width: 370px;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 45px 45px 0;
    color: white;
}
.app-list li>i{
    position: absolute;
    z-index: 9;
    width: 80px;
    height: 80px;
    background: #3c3c3c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -40px;
    top: -40px;
}
.app-list li a>h3{
    position: absolute;
    padding-top: 10px;
    line-height: 60px;
    bottom: 0;
    left: 0;
    font-size: 18px;
    z-index: 8;
    width: 100%;
    text-align: center;
    opacity: 1;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    -webkit-transition: all .5s;
    transition: all .5s;
}
.app-info{
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 90px;
    background: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.app-info img{
    display: block;
    margin: 0 auto;
}
.app-info h3{
    font-size: 24px;
    line-height: 40px;
}
.app-list li:hover a>h3{
    opacity: 0;
}
.app-list li:hover .app-info{
    opacity: 1;
}
.service{
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 80px;
}
.service .title{
    background: url("../images/title_ser.png") no-repeat center;
}
.ser-list li{
    float: left;
    width: 280px;
    margin: 0 26px 30px 0;
}
.ser-t{
    height: 169px;
    text-align: center;
    color: white;
    padding-top: 55px;
}
.ser-t p{
    font-size: 26px;
}
.ser-t>small{
    font-size: 15px;
    opacity: .5;
}
.ser-list li:nth-child(1){
    background: url("../images/ser_01.jpg") no-repeat;
}
.ser-list li:nth-child(2){
    background: url("../images/ser_02.jpg") no-repeat;
}
.ser-list li:nth-child(3){
    background: url("../images/ser_03.jpg") no-repeat;
}
.ser-list li:nth-child(4){
    background: url("../images/ser_04.jpg") no-repeat;
}
.ser-b{
    padding: 15px 15px 30px;
    line-height: 24px;
    height: 141px;
    overflow: hidden;
    background: #d8d8d8 url("../images/ser_b.png") no-repeat right bottom;
}
.ser-list li:hover .ser-b{
    background: #d8d8d8 url("../images/ser_b_a.png") no-repeat right bottom;
}
.about{
    background: url("../images/about_bg.jpg") no-repeat center top;
    height: 347px;
    padding-top: 55px;
    color: white;
}
.about-l{
    width: 740px;
}
.about-r{
    width: 385px;
}
.about h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.about p{
    font-size: 15px;
    line-height: 32px;
}
.about-more{
    display: block;
    background: #ff9d00;
    text-align: center;
    width: 130px;
    line-height: 35px;
    margin-top: 15px;
}
.news{
    background: #f6f6f7;
    padding-top: 60px;
    padding-bottom: 80px;
}
.news .title{
    background: url("../images/title_news.png") no-repeat center;
}
.news-con{
    margin-bottom: 20px;
}
.news-imp{
    position: relative;
    width: 470px;
}
.news-imp-con{
    position: relative;
    display: none;
}
.news-imp-con.active{
    display: block;
}
.news-imp-info{
    position: absolute;
    width: 100%;
    padding: 20px;
    color: white;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.news-imp-info h3{
    font-size: 16px;
}
.news-imp-info p{
    color: #999;
}
.news-list{
    width: 680px;
}
.news-list li{
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
}
.news-time{
    width: 96px;
    height: 96px;
    float: left;
    color: white;
    background: #999;
    text-align: center;
    padding-top: 10px;
}
.news-time b{
    display: block;
    font-size: 45px;
    line-height: 50px;
}
.news-info{
    padding-left: 120px;
}
.news-info h3{
    font-size: 16px;
}
.news-info p{
    line-height: 24px;
    color: #666;
}
.news-list li a:hover .news-time{
    background: #333;
}
.news-list li a:hover .news-info h3{
    text-decoration: underline;
}
.nav-btm{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #666;
    text-align: center;
    background: #000;
}
.nav-btm dl{
    display: inline-block;
    vertical-align: top;
    margin: 0 55px;
    text-align: left;
}
.nav-btm dl dt{
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}
.nav-btm dl dd{
    line-height: 26px;
    color: #ccc;
}
.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 28px;
    color: #ccc;
    background: #000;
    text-align: center;
    position: relative;
}
.nav-btm dl dd a:hover{
    text-decoration: underline;
}
.share-link{
    margin-bottom: 30px;
}
.share-link a{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.share-link-weibo{
    background: url("../images/nav_btm_wei.png") no-repeat;
}
.share-link-wechat{
    background: url("../images/nav_btm_wechat.png") no-repeat;
}
.share-link-qq{
    background: url("../images/nav_btm_qq.png") no-repeat;
}
.i-banner{
    position: relative;
    overflow: hidden;
}
.i-banner-p{
    height: 320px;
}
.i-banner-r{
    height: 320px;
}
.i-banner img{
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-list{
    line-height: 55px;
    background: #e2e2e2;
}
.i-list-con{
    position: relative;
    line-height: 55px;
}
.swiper-i-list-prev,
.swiper-i-list-next{
    position: absolute;
    width: 30px;
    height: 55px;
    top: 0;
    cursor: pointer;
}
.swiper-button-disabled{
	opacity: .5
}
.swiper-i-list{
    overflow: hidden;
    text-align: center;
}
.swiper-i-list li{
    background: #cdcdcd;
    font-size: 16px;
}
.swiper-i-list li.active,
.swiper-i-list li:hover{
    background: #ff9d00;
    color: white;
}
.swiper-i-list-prev{
    left: -30px;
    background: url("../images/i_list_l.png") no-repeat;
}
.swiper-i-list-next{
    right: -30px;
    background: url("../images/i_list_r.png") no-repeat;
}
.i-wrap{
    background: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 70px;
}
.i-p{
    background: white;
    position: relative;
    margin-top: 60px;
    padding: 20px 30px 35px;
    border: 1px solid #d7d7d7;
}
.i-p-title{
    position: absolute;
    top: -56px;
    left: -1px;
    padding: 0 75px 0 50px;
    line-height: 56px;
    height: 57px;
    font-weight: bold;
    font-size: 20px;
    color: #ff9d00;
    background: url("../images/i_p_title.png") no-repeat center / 100% 100%;
}
.i-p-list{
    overflow: hidden;
}
.i-p-list li{
    float: left;
    width: 265px;
    position: relative;
    margin: 0 26px 26px 0;
}
.i-p-list li a{
    padding-top: 15px;
}
.i-p-list li:nth-child(4n),
.i-coop-list li:nth-child(3n){
    margin-right: 0;
}
.i-p-info-p{
    position: absolute;
    top: 0;
    font-size: 15px;
    line-height: 30px;
    padding:0 20px;
    width: 100%;
}
.i-p-info-p p{
    display: inline-block;
    vertical-align: top;
    background: white;
    padding: 0 10px;
    max-width: 100%;
}
.i-p-info-p p span{
    display: block;
}
.i-p-list li img{
    display: block;
    width: 100%;
    height: 242px;
    border: 1px solid #d7d7d7;
    margin-bottom: 5px;
}
.i-p-list li a>p{
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    height: 66px;
    margin-bottom: 5px;
}
.i-p-list li a>span{
    display: block;
    background: #e2e2e2;
    width: 85px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
}
.i-p-list li:hover .i-p-info-p p{
    color: #0074bd;
}
.i-p-list li:hover a>span{
    background: #0074bd;
    color: white;
}
.i-p-list li:hover img{
    border-color: #0074bd;
}
.i-app-info img{
    display: block;
    margin-bottom: 20px;
}
.i-app-info p{
    line-height: 30px;
    /* text-indent: 2em; */
}
.i-app-info li{
    padding: auto;
 }
.i-app-link{
    margin-top: 30px;
}
.i-app-link-title{
    line-height: 50px;
    font-size: 20px;
    color: #ff9d00;
    border-bottom: 3px solid #333;
}
.i-app-link-list li{
    float: left;
    width: 50%;
    padding: 30px 50px;
    min-height: 220px;
    border-bottom: 1px solid #c5c5c5;
}
.i-app-link-list li:nth-child(2),
.i-app-link-list li:nth-child(3),
.i-app-link-list li:nth-child(6),
.i-app-link-list li:nth-child(7){
    background: #e9e9e9;
}
.i-app-link-list li dt{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.i-app-link-list li dd{
    float: left;
    width: 50%;
    color: #0074bd;
    line-height: 28px;
    padding-left: 10px;
    background: url("../images/i_app_link_dd.png") no-repeat left center;
}
.i-app-link-list li dd:hover{
    color: #ff9d00;
    text-decoration: underline;
    background: url("../images/i_app_link_dd_a.png") no-repeat left center;
}
.i-s-info{
    /* text-indent: 2em; */
    line-height: 30px;
    margin-bottom: 30px;
}
 .i-s-info li{
    padding: auto;
 }
.swiper-i-s{
    overflow: hidden;
}
.swiper-i-s li{
    float: left;
    width: 270px;
}
.swiper-i-s li + li{
    margin-left: 40px;
}
.swiper-i-s li img{
    display: block;
    width: 100%;
    height: 172px;
}
.swiper-i-s li p{
    background: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.swiper-i-s-span,
.swiper-i-n-span{
    text-align: center;
    margin-top: 20px;
}
.swiper-i-s-span span,
.swiper-i-n-span span{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: #c5c5c5;
    opacity: 1;
    margin: 0 8px;
}
.swiper-i-s-span span.swiper-pagination-bullet-active,
.swiper-i-n-span span.swiper-pagination-bullet-active{
    background: #ff9d00;
}
.i-coop-list li{
    float: left;
    width: 365px;
    text-align: center;
    line-height: 60px;
    margin: 0 50px 50px 0;
}
.i-coop-list li a{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0 20px;
}
.i-coop-list li img{
    display: block;
    width: 100%;
    height: 200px;
}
.i-coop-list li h3{
    font-size: 16px;
    line-height: 60px;
}
.i-coop-list li p{
    display: inline-block;
    vertical-align: top;
    padding-right: 28px;
    background: url("../images/i_coop_m.png") no-repeat right center;
}
.i-coop-list li:hover a{
    box-shadow: 0 0 10px rgba(0,116,189,.5);
}
.i-coop-list li:hover h3{
    color: #0074bd;
}
.i-coop-list li:hover p{
    color: #0074bd;
    background: url("../images/i_coop_m_a.png") no-repeat right center;
}
.i-re-l{
    width: 265px;
}
.i-re-r{
    width: 885px;
}
.i-re-l-title{
    margin-bottom: 2px;
    color: white;
    font-size: 20px;
    line-height: 60px;
    text-indent: 30px;
    font-weight: normal;
    background: #333;
}
.i-re-l-list li{
    line-height: 54px;
    font-size: 16px;
    text-indent: 45px;
    border-bottom: 1px solid #a4a4a4;
    background: #ddd url("../images/i_re_l_li.png") no-repeat left 30px center;
    margin-bottom: 1px;
}
.i-re-l-list li.active,
.i-re-l-list li:hover{
    color: white;
    background: #a4a4a4 url("../images/i_re_l_a.png") no-repeat left 30px center;
}
.i-re-r-title{
    color: #ff9d00;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 10px;
}
.i-re-r-info{
    margin-bottom: 20px;
    line-height: 30px;
   /*  text-indent: 2em; */
}
.i-re-r-info li{
    padding: auto;
}
.i-re-r-con>h3{
    font-size: 18px;
    line-height: 60px;
}
.i-re-r-list li,
.i-re-pic-list li{
    float: left;
    width: 275px;
    margin: 0 30px 30px 0;
}
.i-re-r-list li:nth-child(3n),
.i-re-pic-list li:nth-child(3n),
.i-n-imp li:nth-child(3n){
    margin-right: 0;
}
.i-re-r-list li img{
    display: block;
    width: 100%;
    height: 126px;
}
.i-re-r-list li p{
    padding: 0 20px;
    font-size: 16px;
    line-height: 44px;
    background: #d2d3d5;
}

.i-re-pic-list.aboutlist{padding-top: 30px;}
.i-re-pic-list.aboutlist li:nth-child(3n){
    margin-right: 20px;
}
.i-re-pic-list.aboutlist li:nth-child(4n){
    margin-right: 0;
}

.i-re-r-down li{
    line-height:56px;
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
}
.i-re-r-down li p{
    float: left;
    width: 540px;
    padding-left: 28px;
    background: url("../images/i_re_d_li.png") no-repeat left center;
}
.i-re-r-down li span{
    float: right;
    width: 90px;
    margin-top: 15px;
    line-height: 25px;
    border: 1px solid #919191;
    background: white;
    text-align: center;
    border-radius: 13px;
}
.i-re-r-down li:hover p{
    background: url("../images/i_re_d_a.png") no-repeat left center;
    color: #0074bd;
}
.i-re-r-down li:hover span{
    border-color: #0074bd;
    color: #0074bd;
    background: transparent;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:0 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: #07c;
}
.i-re-pic-list li img{
    display: block;
    width: 100%;
    height: 183px;
    cursor: pointer;
}
.i-re-pic-list li p{
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}
.i-re-pic-list li:hover p{
    color: #0074bd;
}
.i-nlist{
    text-align: center;
    font-size: 0;
}
.i-nlist li{
    display: inline-block;
    vertical-align: top;
    background: #cdcdcd;
    font-size: 16px;
    width: 170px;
    margin: 0 1px;
}
.i-nlist li.active,
.i-nlist li:hover{
    background: #ff9d00;
    color: white;
    font-weight: bold;
}
.i-n-imp li{
    float: left;
    width: 370px;
    margin: 0 45px 45px 0;
}
.i-n-imp li img{
    display: block;
    width: 100%;
    height: 190px;
}
.i-n-imp-info{
    background: white;
    padding: 20px;
}
.i-n-imp-time{
    float: left;
    width: 75px;
    text-align: center;
}
.i-n-imp-time b{
    display: block;
    color: #ff9d00;
    font-size: 40px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}
.i-n-imp-time p{
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
.i-n-imp-mas{
    padding-left: 96px;
    padding-top: 15px;
}

.i-n-imp-mas h3{
    margin-bottom: 5px;
    font-size: 15px;
}
.i-n-imp-mas p{
    line-height: 22px;
    font-size: 13px;
    height: 44px;
    overflow: hidden;
    color: #666;
}
.i-n-imp-mas:hover,.i-n-imp-mas:hover p{
    color:#0074bd;
}
.i-n-li{
    background: white;
    padding: 35px 30px 60px;
}
.swiper-i-n{
    height: 505px;
    overflow: hidden;
}
.swiper-i-n li{
    overflow: hidden;
}
.swiper-i-n li a>span{
    float: left;
    width: 135px;
    color: #999;
    margin-top: 3px;
}
.i-n-info{
    float: right;
    width: 1000px;
    padding-left: 36px;
    padding-bottom: 30px;
    position: relative;
    border-left: 1px solid #c3c3c3;
}
.i-n-info:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c8c8c8;
    border: 3px solid white;
    left: -11px;
    top: 0;
}
.i-n-info h3{
    font-size: 15px;
    margin-bottom: 5px;
}
.i-n-info p{
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    height: 44px;
    color: #666;
}
.swiper-i-n li:hover .i-n-info:before{
    background: #0074bd;
}
.swiper-i-n li:hover a>span,
.swiper-i-n li:hover .i-n-info h3,
.swiper-i-n li:hover .i-n-info p{
    color: #0074bd;
}
.i-a-info-about,
.i-a-info-our{
    padding-top: 50px;
    padding-bottom: 50px;
}
.i-a-info-about{
    background: #f2f2f2;
}
.i-a-info-about img{
    float: left;
}
.i-a-info-about .i-a-info-info{
    width: 650px;
    float: right;
}
.i-a-info-our img{
    float: right;
}
.i-a-info-our .i-a-info-info{
    float: left;
    width: 710px;
}
.i-a-info-title{
    color: #ff9d00;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: normal;
}
.i-a-info-title span{
    font-size: 20px;
    color: #999;
}
.i-a-info-p{
    line-height:32px;
    font-size: 15px;
    /* text-indent: 2em; */
}
.i-a-info-p li{
    padding: auto;
}

.i-co-info{
    text-align: center;
    margin-bottom: 30px;
}
.i-co-info li{
    padding: auto;
}
.i-co-info p{
    line-height: 30px;
    font-size: 15px;
}
.i-co-info h3{
    color: #0074bd;
    font-size: 24px;
}
.i-co-info h4{
    color: #0074bd;
    font-size: 16px;
    margin-bottom: 10px;
}
.i-co-list li{
    float: left;
    margin-bottom: 30px;
    width: 50%;
}
.i-co-list li h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.i-co-list li p{
    line-height: 30px;
}

.map{
    height: 450px;
    overflow: hidden;
}
.i-a-labo-fixed{
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.i-a-labo-fixed .mask{
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.i-a-labo-fixed .content{
    width: 800px;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    overflow: auto;
    padding: 10px;
    border-radius: 5px;
}
.i-a-labo-fixed .content img{
    display: block;
    width: 100%;
}
.i-a-labo-fixed .content i.close{
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0,0,0,.5) url("../images/i_a_peo_close.png") no-repeat center / cover;
    width: 40px;
    cursor: pointer;
    height: 40px;
}
.i-bread{
    line-height: 40px;
    font-size: 13px;
    margin: 0 auto;
    background: #f2f2f2;
}
.i-bread a:hover{
    text-decoration: underline;
}



.proinfo-img-show{
    position: relative;
}
.proinfo-img-show-big{
    width: 790px;
    height: 525px;
    margin:0 auto 30px;
    position: relative;
}
.proinfo-img-show-big ul{
    height: 100%;
}
.proinfo-img-show-big ul li{
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
}
.proinfo-img-show-big ul img,
.proinfo-img-show-sml li img{
    display: block;
    width: 100%;
    height: 100%;
}
.proinfo-img-show-sml{
    width: 804px;
    height: 125px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.proinfo-img-show-sml-warp{
    height: 100%;
}
.proinfo-img-show-sml ul{
    height: 100%;
}
.proinfo-img-show-sml li{
    float: left;
    width: 188px;
    height: 100%;
    margin: 0 7px 0 6px;
    border: 1px solid #9d9d9d;
}
.proinfo-img-show-sml li.smlz_cls{
    border: 1px solid #ca0931;
}
.proinfo-img-show-prev,
.proinfo-img-show-next{
    position: absolute;
    display: block;
    width: 78px;
    height: 103px;
    top: 220px;
    z-index: 9;
    cursor: pointer;
}
.proinfo-img-show-prev{
    left: 0;
    background: url("../images/i_pic_l.png") no-repeat center;
}
.proinfo-img-show-next{
    right: 0;
    background: url("../images/i_pic_r.png") no-repeat center;
}


.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#07c;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; padding-top:30px;  line-height: 30px;}
.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; */ }
.list-paddingleft-2{padding-left:309px; list-style-type: disc; overflow: hidden;}
.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;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969;margin-top: 30px; font-size: 12px; }
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding:0 0 0 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td{ border: 0px solid #ececec;line-height: 30px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:25px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;}
.feedback_table tr td input[type=checkbox]{width:12px; margin-left: 5px; line-height: 30px;}
.feedback_table tr td select{width:163px;padding:3px 5px;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%; border-radius: 20px;}

.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),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(../images/2.cur),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;margin-bottom: 30px;}
.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:#07c;}
.flink a{ margin:0 5px;}





.search {
    width: 186px;
    height: 26px;
    vertical-align: top;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 137px;
    margin-left: -95px;
}

.inp {
    width: 150px;
    background: #fff;
    height: 22px;
    line-height: 22px;
    margin-top: 2px;
    margin-left: 10px;
    font-size: 12px;
    float: left;
    outline: none;
    color: #999;
}

.btn {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../images/search1.jpg) no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}


.search_banner {
    width: 186px;
    height: 26px;
    vertical-align: top;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: 295px;
    z-index: 99999;
}

.search_ny {
    width: 186px;
    height: 26px;
    vertical-align: top;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    bottom: 15px;
    float: right;
    margin-top: 10px;
}


.right_fly{width: 200px;height: 420px;position:fixed;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+100));right: 0;top: 341px;z-index: 99999;}
.fly_lt{width: 34px;margin: 30px 0 0;cursor: pointer;}
.fly_rt{ width:90%; height:100px; background:#0e77e2;float: left;}
.close_on{display: block;position: absolute;right: 0;top: 0;cursor: pointer;}

.pfc{ width:190px; height:109px; position:fixed;_position:absolute;_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+100));right: 0;top: 150px;z-index: 99999;}

.pfc1{ width:11px; height:10px; float:right; margin:12px 12px 0 0; cursor:pointer;}
.pfc2{ width:90%;  border-bottom:1px dashed #FFF; float:left; margin:0 0 0 13px;}
.pfc2 p{ width:90%; height:auto; font-family:"微软雅黑"; font-size:18px; color:#FFF;}
.pfc2 img{ float:left; margin-top:5px;}
.pfc3{ width:100%;  border-bottom:1px dashed #FFF; float:left; padding:10px 0 13px 13px;}
.pfc3 p{ width:100%; height:auto; font-family:"微软雅黑"; font-size:18px; color:#FFF;}
.pfc3 img{ display:block; margin:5px auto; width:120px;}
.pfc3 span{ width:130px; height:auto; float:left; text-align:center; color:#FFF; margin-top:10px;}
.pfc dl{ width:90%; height:auto; float:left; margin:10px 0 0 13px; color:#FFF;}
.pfc dl dt{ font-size:18px; color:#FFF; font-family:"微软雅黑";}
.pfc dl dd{ width:135px; height:23px; line-height:23px; background:url(../images/qq1.jpg) no-repeat center left scroll; padding-left:30px; margin:8px 0 0 10px;;}
.pfc dl dd:hover{ background:url(../images/qq1.jpg) no-repeat center left scroll;}
.pfc dl dd a{ float:left; color:#FFF; font-size:13px;}


