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{
	padding-top: 80px;
	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;
}
.i-header nav a img{
	border:none;
	width: 230px;
}
.i-header nav ul li a img{
	border:none;
	width: auto;
}
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)}
.p2{padding: 0 calc(50% - 550px)}
.p3{padding: 0 calc(50% - 650px)}
/*动画*/
.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: 550px;
    position: relative;
}
.nav{
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    z-index: 10;
}
.logo{
    width: 180px;
    height: 100%;
}
.nav-list{margin-right: 30px;}
.nav-list>li{
    float: left;
    height: 100%;
    line-height: 77px;
    text-align: center;
}
.nav-list>li>a{
    color: white;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    padding: 0 12px;
}
.nav-list>li.active>a,
.nav-list>li:hover>a{
    color: #009de8;
    border-bottom-color: #009de8;
}
.nav-list>li{
    margin-right: 30px;
}
.nav-two{
    position: absolute;
    z-index: 11;
    width: 100%;
    left: 0;
    bottom: -200px;
    background: #eaeaea;
    height: 200px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.nav-two-title {
    float: left;
    height: 100%;
    width: 180px;
    line-height: 30px;
    padding-top: 40px;
}
.nav-two-title h3 {
    background: rgba(0, 0, 0, 0) url("../images/nav_pro_title.png") no-repeat  right center;
    font-size: 22px;
}
.nav-two-title p {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}
.nav-two-title .nav-two-more {
    border: 1px solid #333;
    border-radius: 13px;
    display: block;
    font-size: 13px;
    height: 26px;
    line-height: 24px;
    margin: 10px auto 0;
    text-align: center;
    width: 88px;
}
.nav-two-title .nav-two-more:hover{
	border: 1px solid #009de8;
	color: #009de8;
}
.nav-two-more span {
    display: block;
}
.nav-two-pro-list {
    float: left;
    height: 100%;
}

.nav-pro-list{
    height: 100%;
    float: right;
    width: 1000px;
    overflow: hidden;
}
.nav-pro-list li{
    float: left;
    width: 146px;
    padding: 40px 8px 0;
    height: 100%;
    
}
.nav-pro-list li a{
	-webkit-transition: all .3s;
    transition: all .3s;

}
.nav-pro-list li + li{
	border-left: 1px solid #ccc;
	
}
.nav-pro-list li img{
    display: block;
    height: 86px;
    margin-bottom: 5px;
}
.nav-pro-list li p{
    text-align: center;
    line-height: 18px;
}
.nav-pro-list li + li{

}
.nav-pro-list li:hover a{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.nav-list>li:hover .nav-two{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.nav-pro-list li:hover p{
    color: #009de8;
}
.banner{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner-con{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
.pro{
    padding-top: 40px;
    padding-bottom: 40px;
}
.title{
    padding-bottom: 5px;
    margin-bottom: 32px;
    border-bottom: 1px solid #bcbcbc;
}
.title-con b{
    font-size: 32px;
    color: #0089d2;
}
.title-con span{
    font-size: 24px;
    color: #666;
}
.search{
    background: url("../images/search_bg.png") no-repeat;
    width: 316px;
    height: 40px;
}
.search input{
    float: left;
    line-height: 40px;
    background: none;
    border: none;
    outline: none;
}
.search input[type=text]{
    padding: 0 20px;
    width: 266px;
}
.search input[type=submit]{
    width: 50px;
}
.pro-list li{
    width: 278px;
    float: left;
    margin: 0 29px 30px 0;
}
.pro-list li:nth-child(4n),
.app-list li:nth-child(2n){
    margin-right: 0;
}
.pro-list li a{
    padding: 20px;
    position: relative;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,.23);
    transition: all .5s;
}
.pro-list li a img{
    display: block;
    margin: 0 auto 20px auto;
}
.pro-list li a h3{
    font-size: 16px;
}
.pro-list li a p{
    line-height: 24px;
    overflow: hidden;
    color: #999;
}
.pro-list li a span{
    color: #0089d2;
}
.pro-list li a i{
    display: block;
    position: absolute;
    background: url("../images/pro_li.png") no-repeat;
    width: 51px;
    height: 51px;
    right: -60px;
    bottom: -60px;
    transition: all .3s;
}
.pro-list li a:hover{
    box-shadow: 0 0 8px rgba(0,137,210,.23);
}
.pro-list li a:hover h3,
.pro-list li a:hover p{
    /* color: #0089d2; */
}
.pro-list li a:hover i{
    bottom: 0;
    right: 0;
}
.app{
    background: #494949;
    padding-top: 60px;
    padding-bottom: 60px;
}
.app-list li{
    float: left;
    width: 299px;
    height: 288px;
    margin: 0 1px 1px 0;
}
.app-list li a{
    position: relative;
}
.app-list li:last-child a{
    background: #999;
    transition: .5s;
}
.app-list li:last-child i{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../images/app_last.png") no-repeat;
    width: 108px;
    height: 108px;
    margin-left: -54px;
    margin-top: -54px;
    transition: all .5s;
}
.app-m{
    opacity: 0;
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}
.app-m i{
    position: absolute;
    background: url("../images/app_m.png") no-repeat;
    width: 71px;
    height: 71px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -55px;
    transition: .5s;
}
.app-p{
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.3));
    bottom: 0;
    left: 0;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight:bold;
    padding-top: 60px;
    transition: all .5s;
}
.app-list li:hover a .app-m{
    opacity: 1;
}
.app-list li:hover a .app-m i{
    margin-top: -35px;
}
.app-list li:hover a .app-p{
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
}
.app-list li:last-child:hover a{
    background: #000;
}
.app-list li:last-child:hover i{
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.service{
    padding-top: 40px;
    padding-bottom: 40px;
}
.service-list li{
    float: left;
    width: 275px;
}
.service-list li + li{
    margin-left: 33px;
}
.service-list li a{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.service-list li a img{
    display: block;
    width: 100%;
    height: 210px;
}
.ser-con{
    background: #e4e4e4;
    padding: 20px;
}
.ser-con-title{
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.ser-con-title h3{
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}
.ser-con-title h3:after{
    position: absolute;
    content: "";
    width: 65px;
    height: 5px;
    border-radius: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
}
.ser-con-title p{
    line-height: 24px;
    color: #666;
}
.ser-con>p{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.ser-m{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.58);
    color: white;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: 0;
    padding: 60px 20px 0;
}
.ser-m-t{
    text-align: center;
    background: url("../images/ser_m_t.png") no-repeat center bottom;
    padding-bottom: 36px;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ser-m-t h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.ser-m>p{
    line-height: 24px;
    overflow: hidden;
    height: 120px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.service-list li:hover .ser-con-title,
.service-list li:hover .ser-con>p{
    opacity: 0;
}
.service-list li:hover .ser-m{
    opacity: 1;
}
.service-list li:hover .ser-m>p,
.service-list li:hover .ser-m-t{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.service-more{
    display: block;
    margin: 40px auto 0;
    width: 256px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 28px;
}
.service-more:hover{
    background: #0089d2;
    border-color: #0089d2;
    color: white;
}
.add{
    background: url("../images/add_bg.jpg") no-repeat center;
    height: 135px;
    padding-top: 45px;
}
.add a{
    float: right;
    width: 145px;
    line-height: 48px;
    color: white;
    margin-left: 16px;
    font-size: 20px;
    text-align: center;
    border-radius: 0 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,.44);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.add-con{
    background: #5bc1c6;
}
.add-buy{
    background: #009bed;
}
.add a:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.info{
    background: #fff;
    position: relative;
}
.info:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #bebebe;
    left: 50%;
    top: 0;
}
.about,
.news{
    width: 50%;
    padding-top: 50px;
    padding-bottom: 60px;
}
.about{
    padding-right: 40px;
}
.news{
    padding-left: 40px;
}
.info-title{
    margin-bottom: 15px;
    position: relative;
}
.info-l{
    line-height: 50px;
    color: #0089d2;
    background: url("../images/info_l.png") no-repeat left bottom;
}
.info-l b{
    font-size: 28px;
}
.info-l span{
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 20px;
}
.info-list{
    padding-top: 12px;
}
.info-list li{
    float: left;
    width: 90px;
    line-height: 30px;
    background: #ccc;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.info-list li:hover{
    background: #0089d2;
    color: white;
    box-shadow: 0 0 10px rgba(12,89,130,.5);
}
.about-info p{
    font-size: 15px;
    line-height: 32px;
    text-indent: 2em;
}
.news-list li{
    line-height: 38px;
}
.news-list li p{
    float: left;
    width: 400px;
    padding-left: 20px;
    background: url("../images/news_li.png") no-repeat left center;
}
.news-list li:hover p{
    color: #0089d2;
    background: url("../images/news_li_a.png") no-repeat left center;
}
.news-list li span{
    float: right;
    font-size: 13px;
}
.news-list li:hover span{
    float: right;
    color: #0089d2;
    font-size: 13px;
}
.footer{
    background: #2d2d2d;
}
.footer a:hover{
    color: #0089d2;
}
.footer-nav{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #595959;
}
.footer-nav dl{
    float: left;
    margin-right: 100px;
}
.footer-nav dl dt,
.contant h3{
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-nav dl dd{
    line-height: 28px;
    color: #ccc;
}
.contant{
    float: left;
}
.contact-list{
    margin-bottom: 20px;
}
.contact-list a{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    opacity: .6;
}
.contact-weibo{
    background: url("../images/con_weibo.png") no-repeat;
}
.contact-wechat{
    background: url("../images/con_wechat.png") no-repeat;
}
.contact-qq{
    background: url("../images/con_qq.png") no-repeat;
}
.contant a:hover{
    opacity: 1;
}
.contant img{
    display: block;
}
.footer-con{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 28px;
    text-align: center;
    color: white;
}
.footer-con p img{
    position: relative;
    vertical-align: top;
    top: 7px;
}
.footer-con p i{
    border-left: 1px solid currentColor;
    margin-left: 10px;
    padding:12px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.i-header{
	position: fixed;
	top:0;
	z-index: 999999;
	width:100%;
	background: #000;
}
.i-header .nav{
    position: static;
}
.i-banner{
    height: 295px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.i-banner img{
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-wrap{
    padding-bottom: 60px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto 0;
    font-size: 0;
}
.pages div{
    font-size: 16px;
}
.pages a,
.pages span{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin-right: 4px;
    border: 1px solid #c2bcbc;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,
.pages a.page_bottom{
    font-family: "宋体";
    font-weight: normal;
}
.pages span,
.pages a:hover{
    color: white;
    background: #333;
}
.i-con{
    position: relative;
}
.i-l{
    width: 260px;
}
.i-r{
    width: 900px;
    position: relative;
}
.i-search{
    position: absolute;
    right: 0;
    top: -40px;
}
.i-bread{
    color: #999;
    margin-bottom: 10px;
}
.i-bread span:last-child{
    color: #333;
}
.i-bread a:hover{
    text-decoration: underline;
}
.i-search-form{
    background: url("../images/i_search.png") no-repeat;
    width: 300px;
    height: 40px;
}
.i-search-form input{
    float: left;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    outline: none;
}
.i-search-form input[type=text]{
    width: 240px;
    padding: 0 20px;
}
.i-search-form input[type=submit]{
    width: 60px;
}
.i-l-con{
    width: 260px;
}
.i-l-title{
    color: white;
    padding-left: 20px;
    margin-bottom: 1px;
    font-size: 24px;
    line-height: 60px;
    background: #000 url("../images/i_l_title.png") no-repeat right 20px center;
}
.i-l-list li{
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 1px;
    background: #e5e5e5 url("../images/i_l_li.png") no-repeat left 20px center;
}
.i-l-list li a{
    padding: 0 10px 0 36px ;
}
.i-l-list li.active,
.i-l-list li:hover{
    color: white;
    background: #009de8 url("../images/i_l_li_a.png") no-repeat left 20px center;
}

.i-r-title{
    line-height: 60px;
    font-size: 20px;
    color:#009DE8; 
}
.i-r-title i{
    display: inline-block;
    vertical-align: middle;
    /*background: url("../images/i_r_title.png") no-repeat;*/
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.i-p-list li{
    float: left;
    width: 284px;
    margin: 0 24px 30px 0;

    position: relative;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,.23);
    transition: all .5s;

}
.i-p-list li:nth-child(3n){
    margin-right: 0;
}
.i-p-list li a img{
/*     border: 1px solid #e0e0e0;
 */}
.i-p-list li img{
    display: block;
    width: 100%;
    height: 230px;
}
.i-p-list li:hover img{
     /* border: 1px solid #FD5B06; */
}
.i-p-info{
    background: #fff; 
    padding: 20px;
}
.i-p-info h3{
    font-size: 16px;
}
.i-p-info p{
    line-height: 24px;
    overflow: hidden;
    color: #999;
}

.i-p-list li:hover .i-p-info h3,
.i-p-list li:hover .i-p-info p{
    color: #0089d2; 
}

.i-p-list li a i{
    display: block;
    position: absolute;
    background: url("../images/pro_li.png") no-repeat;
    width: 51px;
    height: 51px;
    right: -60px;
    bottom: -60px;
    transition: all .3s;
}
.i-p-list li:hover{
    box-shadow: 0 0 8px rgba(0,137,210,.23);
}
.i-p-list li:hover span{
     color: #0089d2; 
}
.i-p-list li a:hover h3,
.i-p-list li a:hover p{
    /* color: #0089d2; */
}
.i-p-list li a:hover i{
    bottom: 0;
    right: 0;
}






.i-pinfo{
    margin-bottom: 30px;
}
.i-pinfo-l{
    width: 360px;
}
.i-pinfo-l img{
    display: block;
    width: 100%;
}
.i-pinfo-r{
    width: 500px;
    padding-top: 40px;
    height: 400px;
    overflow: hidden;
}
.i-pinfo-r h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.i-pinfo-r p{
    font-size: 16px;
    line-height: 30px;
}




/*xiaotubiao*/
/*产品详情联系*/
.pro_contact {width: 100%}
.pro_contact .button{width: 100%;overflow: hidden;margin: 10px 0;}
.pro_contact span{float: left;width: 50%; line-height: 30px;}
.pro_contact a{
    width: 101px;
    height: 30px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    
}
.pro_contact a img{
    transition: all 0.5s ease 0s;
}
.pro_contact a img:hover{
    margin-top:-30px;
}







.i-pinfo-item-t{
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    background: white;
}
.i-pinfo-item-t li{
    float: left;
    margin-right: 2px;
    line-height: 44px;
    text-align: center;
    width: 150px;
    font-size: 16px;
    background: linear-gradient(to bottom,#f1f1f1,#d1d1d1);
}
.i-pinfo-item-t li.active{
    color: white;
    background: linear-gradient(to bottom,#3dc0ff,#0196dd);
}
.i-pinfo-item-b li{
    display: none;
    font-size: 16px;
    line-height: 30px;
}
.i-pinfo-item-b li.active{
    display: block;
}


.i-s-list li{
    float: left;
    width: 275px;
    margin: 0 33px 30px 0;
    border-radius: 5px;
    overflow: hidden;
}
.i-s-list li:nth-child(4n){
    margin-right: 0;
}
.i-s-list li img{
    display: block;
    width: 100%;
    height: 210px;
}
.i-s-list li p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
    background: #e4e4e4;
}
.i-s-list li:hover p{
    background: #009de8;
    color: white;
}
.i-title{
    text-align: center;
    margin-bottom: 25px;
}
.i-title b{
    font-size: 32px;
    color: #009de8;
}
.i-title span{
    font-size: 24px;
    color: #666;
}
.i-app-list>li{
    float: left;
    width: 380px;
    margin: 0 30px 30px 0;
}
.i-app-list>li:nth-child(3n){
    margin-right: 0;
}
.i-app-t{
    position: relative;
    height: 260px;
}
.i-app-t .app-p{
    font-weight: bold;
    font-size: 20px;
}
.i-app-b{
    background: #e7e7e7;
    padding: 30px 40px;
}
.i-app-b li{
    font-size: 15px;
    line-height: 30px;
}
.i-app-b li a{
    padding-left: 20px;
    color: #0089d2;
    background: url("../images/i_app_li.png") no-repeat left center;
}
.i-app-b li a:hover{
    text-decoration: underline;
}
.i-buy-list li{
    float: left;
    width: 575px;
    margin-bottom: 30px;
}
.i-buy-list li:nth-child(2n){
    float: right;
}
.i-buy-list li img{
    display: block;
    float: left;
    width: 255px;
    height: 210px;
}
.i-buy-info{
    float: right;
    background: #e7e7e7;
    padding: 50px 30px 0;
    width: 320px;
    height: 210px;
}
.i-buy-info h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.i-buy-info p{
    line-height: 26px;
    color: #666;
}
.i-buy-list li:hover .i-buy-info{
    background: #0089d2;
}
.i-buy-list li:hover .i-buy-info h3,
.i-buy-list li:hover .i-buy-info p{
    color: white;
}
.i-buy-title h3{
    font-weight: normal;
    font-size: 25px;
}
.i-buy-title p{
    font-size: 16px;
    color: #666;
}
.i-buy-form{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f2f2f2;
}
.i-buy-form-top{
    margin-bottom: 20px;
}
.i-but-form-item{
    float: left;
    position: relative;
}
.i-buy-form-top input{
    width: 565px;
    border: 1px solid #d3d3d3;
    background: white;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 50px;
    margin-bottom: 20px;
}

.i-but-form-item:after,
.i-but-form-item-text:after{
    position: absolute;
    content: "";
    background: url("../images/bitian.png") no-repeat;
    width: 8px;
    height: 7px;
    right: -10px;
    top: 5px;
}
.i-but-form-item:nth-child(2n){
    float: right;
}
.i-but-form-item-text{
    position: relative;
    clear: both;
}
.i-but-form-item-text:after{
    left: 50%;
    top: 3px;
}
.i-buy-form-top textarea{
    width: 100%;
    height: 180px;
    resize: none;
    border: 1px solid #d3d3d3;
    background: white;
    border-radius: 5px;
    padding: 10px 20px;
}
.i-buy-form-btm input[type=submit]{
    float: right;
    width: 215px;
    color: white;
    line-height: 56px;
    background: #009de8;
    border-radius: 10px;
    font-size: 18px;
}
.i-but-form-btm-item input[type=checkbox]{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.i-but-form-btm-item label{
    width: 42px;
    height: 24px;
    border-radius: 12px;
    background: #bcbcbc;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.i-but-form-btm-item span{
    color: #666;
    font-size: 16px;
    line-height: 38px;
    margin-left: 10px;
}
.i-but-form-btm-item label:before{
    position: absolute;
    content: "";
    background: url("../images/checkbox_off.png") no-repeat;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
.i-but-form-btm-item input[type=checkbox]:checked + label{
    background:#3ab0f8;
}
.i-but-form-btm-item input[type=checkbox]:checked + label:before{
    left: 20px;
    background: url("../images/checkbox_on.png") no-repeat;
}
.i-list{
    text-align: center;
    margin-bottom: 30px;
}
.i-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 200px;
    line-height: 50px;
}
.i-list li a{
    background: #e1e1e1;
    font-size: 18px;
}
.i-list li:hover a,
.i-list li.active a{
    background: #009de8;
    color: white;
}
.i-re-list li{
    width: 585px;
    float: left;
    margin-bottom: 30px;
    background: #ececec;
}
.i-re-list li:nth-child(2n){
    float: right;
}
.i-re-list li a{
    overflow: hidden;
    padding:30px;
}
.i-re-list li i{
    float: left;
    width: 100px;
    height: 100px;
}
.i-re-list li i.i_data_01{
    background: url("../images/i_data_li1.png");
}
.i-re-list li:hover i.i_data_01{
    background: url("../images/i_data_li1_a.png");
}
.i-re-list li i.i_data_02{
    background: url("../images/i_data_li2.png");
}
.i-re-list li:hover i.i_data_02{
    background: url("../images/i_data_li2_a.png");
}
.i-re-info{
    float: right;
    width: 410px;
}
.i-re-info h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.i-re-info p{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #666;
    margin-bottom: 5px;
}
.i-re-info span{
    display: block;
    width: 88px;
    line-height: 25px;
    text-align: center;
    background: #999;
    color: white;
    border-radius: 2px;
}
.i-re-list li:hover .i-re-info h3,
.i-re-list li:hover .i-re-info p{
    color: #009de8;
}
.i-re-list li:hover .i-re-info span{
    background: #009de8;
}
.i-v-list li{
    float: left;
    width: 280px;
    margin: 0 26px 20px 0;
}
.i-v-list li:nth-child(4n){
    margin-right: 0;
}
.i-v-list li img{
    display: block;
    width: 280px;
    height: 190px;
}
.i-v-list li p{
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.i-v-list li:hover p{
    color: #009de8;
}
.i-n-imp{
    margin-bottom: 20px;
}
.i-n-imp li{
    float: left;
    width: 590px;
}
.i-n-imp li:nth-child(2n){
    float: right;
}
.i-n-imp li img{
    float: left;
    display: block;
    width: 240px;
    height: 200px;
}
.i-n-imp-info{
    height: 200px;
    float: left;
    background: #ececec;
    padding: 30px 25px;
    width: 350px;
}
.i-n-imp-info h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.i-n-imp-info p{
    line-height: 24px;
    color: #666;
    height: 72px;
    overflow: hidden;
    margin-bottom: 5px;
}
.i-n-imp-info span{
    color: #999;
}
.i-n-imp li:hover .i-n-imp-info{
    background: #009de8;
}
.i-n-imp li:hover .i-n-imp-info h3,
.i-n-imp li:hover .i-n-imp-info p,
.i-n-imp li:hover .i-n-imp-info span{
    color: white;
}
.i-n-list{
    margin-bottom: 30px;
}
.i-n-list li{
    line-height: 46px;
    font-size: 16px;
    border-bottom: 1px dashed #999;
}
.i-n-list li p{
    float: left;
    width: 800px;
    padding-left: 20px;
    background: url("../images/i_n_li.png") no-repeat left center;
}
.i-n-list li span{
    float: right;
    color: #999;
}
.i-n-list li:hover p{
    color: #009de8;
    background: url("../images/i_n_li_a.png") no-repeat left center;
}
.i-n-list li:hover span{
    color: #009de8;
}
.i-a{
    font-size: 16px;
    line-height: 35px;
}
.i-co .i-co-trans>h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.i-co-list li{
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 50px;
}
.i-co-list li:nth-child(2n+1){
    padding-left: 120px;
}
.i-co-list li:nth-child(2n){
    padding-left: 160px;
}
.i-map{
    height: 480px;
    overflow: hidden;
    margin-top: 30px;
}
.i-pinfo-item-t.fixed{
    width: 900px;
}
.i-pinfo-item-t.fixed,
.i-l-con.fixed{
    position: fixed;
    z-index: 9;
    top: 80px;
}


.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:#009de8;}
.m_t10{margin-top:10px;}
.m_t20{margin-top:20px;}
.m_t30{margin-top:30px;}
.m_t40{margin-top:40px;}
.m_t50{margin-top:50px;}

.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t30{padding-top:30px;}
.p_t40{padding-top:40px;}
.p_t50{padding-top:50px;}

.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_pad img{max-width: 100%;}
.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:18px; font-weight:bold; border-bottom:1px solid #ddd; 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{margin-top:10px;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}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td input{height: 30px;line-height: 15px; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td input[type=reset]{background-color: #ccc; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  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%;border-radius: 3px;}
.feedback_table tr td #address{ width: 80%; }
.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;max-width:100%; max-height: 100%}
.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;}
 

 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}


.bdshare_weixin_qrcode_dialog{padding-bottom: 30px;}

.bd_weixin_popup .bd_weixin_popup_foot{margin-top: -13px;
text-align: center;}
