@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"Microsoft YaHei"; color:#212121;}
a{color:#212121;text-decoration:none;}
a:hover{color:#00699f; text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2,h3,h4,h5,dt,dl,dd,table,tr,td{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
* {padding: 0px; margin: 0px; }
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.upfile {border: 1px solid #ccc;height:28px;margin-top:10px; width:98%;}
.main_width{width:1200px; margin:0 auto;}

/*头部*/
.head{z-index: 2;position: relative;font-size: 0;}
.head_top{background: #f7f7f7;height: 30px;line-height: 30px;}
.head_top > div{width: 1200px;margin: 0 auto;}
.head_top p{float: left;font-size: 14px;color: #545454;}
.head_top .topRight{float: right;font-size: 14px;color: #545454;}
.head_top .topRight a{color: #545454;}
.head_bottom .logo{width: 1200px;margin:  0 auto;}
.head_bottom .logo a{float: left;margin-top: 43px;margin-bottom: 41px;}
.head_bottom .logo .tle{float: right;margin-top: 30px;}
.head_bottom .logo .tle img{display: inline-block;margin-right: 15px;}
.head_bottom .logo .tle > div{display: inline-block;}
.head_bottom .logo .tle p{font-size: 24px;color: #ff7800;}
.head_bottom .logo .tle p:nth-child(1){font-size: 16px;color: #545454;margin-bottom: 5px;}
.head_bottom .nav{background: #00699f;}
.nav #nav_menu{width: 1350px;margin:0 auto;height: 55px;line-height: 55px}
.nav #nav_menu>li{float: left;}
.nav #nav_menu>li>a{height:55px;line-height: 55px;text-align: center;display: block;color: #fff;font-size: 16px;padding: 0 43px;}
#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden; z-index:99;width: 114px;z-index: 999;background-color: #00699f;}
#nav_menu li:nth-child(2) ul{width: 150px;}
#nav_menu li:nth-child(3) ul{width: 150px;}
#nav_menu li:nth-child(4) ul{width: 150px;}
#nav_menu li:nth-child(5) ul{width: 150px;}
#nav_menu li ul li{float: none;overflow: hidden;}
#nav_menu li ul li a{display:block;height:35px;line-height:35px;text-align: center;font-size:16px;color:#fff !important; font-weight:normal; border-bottom:solid 1px #fff;}
#nav_menu li ul li a:hover{background: rgba(255, 255, 255, .5);color:#fff !important;}
#nav_menu .navhover>a{color:#fff!important;background: #ff7800;}
#nav_menu>li:hover>a{color:#fff!important;background: #ff7800;}




/*动画*/
.slide-main{height:600px;position:relative; min-width:1200px; width:100%; background:#fff;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:550px;left:0;text-align:center;}
.item a{display:inline-block;width:12px;height:12px;border-radius: 100%;margin-right:11px;background:#fff;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#00699f;}
.slide-box,.slide{display:block;width:100%;height:600px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:600px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(banner1.jpg) center no-repeat;}
#bgstyleb{background:url(banner2.jpg) center no-repeat;}
#bgstylec{background:url(banner3.jpg) center no-repeat;}
#bgstylee{background:url(banner1.png) center no-repeat;}
.slide a{display:block;width:100%;height:600px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g{width:1200px;text-align:center;}
.obj-a{top: 164px;margin-left: -890px;}
.obj-b{top: 80px;margin-left: -270px;}
.obj-c{top: 62px;margin-left: -600px;}
.obj-d{top: 318px;margin-left: -590px;}
.obj-e{top: 115px;margin-left: -910px;}
/*.obj-e img{display: none;}*/
.obj-f{top: 0;margin-left: -295px;}
.obj-g{top: 160px;margin-left: 40px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f,.banAnimate .obj-g{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
/*index_banner*/
.index_banner{width: 100%;height: 600px;z-index: 1;position: relative;}
.index_banner .banner_box{position: absolute;}


/*Product*/
.Product{padding-top: 42px;padding-bottom: 30px;background: #f7f7f7;}
.product_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.productMune{float: left;}
.muneTitle{background: #00699f;padding: 12px 71px 15px 74px;margin-bottom: 8px;}
.muneTitle h2{font-size: 30px;color: #fff;}
.muneTitle p{font-size: 16px;color: #fff;}
.productMune ul li{font-size: 16px;color: #434343;text-align: center;height: 101px;line-height: 101px;background: #fff;margin-bottom: 5px;cursor: pointer;transition: .3s ease-in-out;}
.productMune ul li:last-child{margin-bottom: 0;}
.productMune ul li:hover{background: #ff7800;color: #fff;transition: .3s ease-in-out;}
.productList{float: right;width: 900px;}
.productList ul{background: #f7f7f7;height: 744px !important;opacity: 0;}
.productList ul:nth-child(3){opacity: 1;}
.productList ul li{display: inline-block;text-align: center;border: 1px solid #d0d0d0;border-radius: 2px;margin-right: 27px;padding: 15px;margin-bottom: 16px;}
.productList ul li:nth-child(3n){margin-right: 0;}
.productList ul li img{width: 248px;height: 249px;border: 1px solid #d0d0d0;}
.productList ul li h3{font-size: 16px;color: #333;font-weight: 100;margin-top: 12px;}
.productList ul li p{font-size: 14px;color: #ff7800;margin-top: 10px;margin-bottom: 11px;}
.productList ul li:hover{border: 1px solid #ff7800;background: #333;transition: .5s ease-in-out;}
.productList ul li:hover img{border: 1px solid #333;transition: .5s ease-in-out;}
.productList ul li:hover h3{color: #fff;}

/*Reason*/
.Reason{margin: 0 auto;position: relative;border-top: 10px solid #00699f;padding-bottom: 35px;}
.reason_content{width: 1200px;margin: 0 auto;font-size: 0;}
.reasonTitle{text-align: center;margin-top: 37px;}
.reasonTitle h2{font-size: 44px;color: #00699f;margin-bottom: 10px;}
.reasonTitle span{color: #ff7800;}
.reasonTitle p{font-size: 16px;color: #666;}
.reasonList{margin-top: 19px;}
.reasonArtI ul{float: left;margin-top: 46px;}
.reasonArtI .reasonImg{float: right;}
.reasonArtII ul{float: right;}
.reasonArtII .reasonImg{float: left;margin-top: 71px;}
.reasonArticle li{margin-bottom: 71px;}
.reasonArticle li h1{font-size: 48px;background: #00699f;color: #fff;font-weight: 100;display: inline-block;margin-right: 16px;vertical-align: middle;height: 88px;line-height: 88px;width: 65px;text-align: center;}
.reasonArticle li:last-child{margin-bottom: 0;}
.reasonArticle li:last-child h1{background: #ff7800;}
.reasonArticle li .reasonartTitle{display: inline-block;vertical-align: middle;}
.reasonArticle li h2{font-size: 24px;color: #666;margin-bottom: 4px;}
.reasonArticle li p{font-size: 14px;color: #666;width: 478px;    line-height: 24px;}

/*Processing*/
.Processing{margin: 0 auto;position: relative;background: #00699f;padding-top: 45px;padding-bottom: 45px;overflow: hidden;}
.processing_content{width: 1200px;margin: 0 auto;font-size: 0;}
.processingTitle{text-align: center;}
.processingTitle h2{font-size: 30px;color: #fff;margin-bottom: 12px;}
.processingTitle p{font-size: 14px;color: #fff;font-family: 'Arial';}
.processingList{position: relative;margin-top: 45px;}
.processingList::before{content: '';display: block;position: absolute;border-bottom: 1px dashed #588eb5;width: 100%;top: 38px;z-index: 0;}
.processingList li{display: inline-block;background: #00699f;position: relative;z-index: 2;padding: 0 20px;text-align: center;margin-right: 111px;}
.processingList li:first-child{margin-left: 98px;}
.processingList li:last-child{margin-right: 98px;}
.processingList h3{font-size: 24px;color: #00a8ff;font-family: 'Arial';font-weight: 100;margin-top: 10px;}
.processingList p{font-size: 16px;color: #fff;margin-top: 2px;}

/*About*/
.About{margin: 0 auto;position: relative;padding-top: 35px;padding-bottom: 22px;}
.about_content{width: 1200px;margin: 0 auto;font-size: 0;}
.aboutTitle{text-align: center;}
.aboutTitle h2{font-size: 30px;color: #333;margin-bottom: 7px;}
.aboutTitle p{font-size: 14px;color: #959595;font-family: 'Arial';}
.aboutList{margin-top: 28px;}
.aboutLeft{float: left;width: 50%;height: 358px;background: url(about_img.jpg) no-repeat bottom left;}
.aboutLeft img{border: 3px solid #246cd8;width: 565px;}
.aboutRight{float: right;width: 50%;margin-top: 10px;}
.aboutRight h3{font-size: 21px;color: #00699f;font-weight: 100;margin-bottom: 15px;}
.aboutRight p{font-size: 14px;color: #434343;line-height: 25px;}
.aboutRight a{display: inline-block;font-size: 14px;color: #fff;background: #00699f;padding: 14px 38px;margin-top: 32px;border: 1px solid #00699f;transition: .3s ease-in-out;}
.aboutRight a:hover{background: #fff;color: #00699f;border: 1px solid #00699f;transition: .3s ease-in-out;}

/*Application*/
.Application{background: #f7f7f7;padding-top: 40px;padding-bottom: 46px;}
.application_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.applicationTitle{text-align: center;}
.applicationTitle h2{font-size: 30px;color: #333;margin-bottom: 10px;}
.applicationTitle p{font-size: 14px;color: #959595;font-family: 'Arial';}
.applicationList{margin-top: 28px;}
/* .applicationList ul{margin-left: 160px;} */
.applicationList li{display: inline-block;text-align: center;margin-right: 17px;width: 287px;}
.applicationList li div{overflow: hidden;}
.applicationList li img{width: 287px;height: 191px;}
.applicationList li:hover img{transition: 0.5s;transform: scale(1.1);}
.applicationList li p{font-size: 16px;color: #434343;padding: 15px 0;background: #fff;}
.applicationList li:hover p{background: #00699f;color: #fff;transition: .3s ease-in-out;}

/*News*/
.News{background: #fff;padding: 47px 0;}
.news_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.newsLeft{float: left;width: 700px;height: 312px;}
.newsTitle{border-bottom: 1px solid #00699f;height: 44px;}
.newsTitle li{font-size: 18px;color: #fff;background: #00699f;display: inline-block;padding: 0 23px;height: 45px;line-height: 45px;cursor: pointer;}
.newsTitle .active{background: #ff7800;transition: .3s ease-in-out;}
.newsTitle li:hover{background: #ff7800;transition: .3s ease-in-out;}
.newsList{margin-top: 44px;height: 223px;}
.newsImg{float: left;width: 298px;position: relative;height: 223px;}
newsImg ul li img{width:249px;height:187px;}
.newsImg .newsI{display: block;}
.newsImg .newsII{display: none;}
.newsImg ul{position: absolute;height: 223px;}
.newsImg ul li{display: none;}
.newsImg ul li img{width:249px;height:187px;}
.newsImg ul li:first-child{display: block;}
.newsArticle{float: right;width: 370px;position: relative;height: 223px;}
.newsArticle ul{position: absolute;height: 217px !important;background: #fff;}
.newsArticle .swiper-container-fade .swiper-slide{pointer-events: initial;}
.newsArticle .news_art2{display: none;}
.newsArticle li{font-size: 14px;color: #434343;margin-bottom: 14px;}
.newsArticle li:last-child{margin-bottom: 0;}
.newsArticle li p{display: inline-block;}
.newsArticle li span{font-family: "Arial";display: inline-block;float: right;}
.newsArticle ul > a{font-size: 16px;color: #545454;position: absolute;    top: -75px;right: 0;}
.newsArticle ul > a:hover{color: #00699f;}
.newsRight{float: right;width: 430px;}
.problem{border-bottom: 1px solid #00699f;}
.problem h2{font-size: 18px;color: #fff;background: #00699f;display: inline-block;padding: 10px 23px;cursor: pointer;font-weight: 100;}
.problem a{font-size: 16px; color: #545454;float: right;height: 44px;line-height: 44px;}
.problem a:hover{color: #00699f;}
.problemList{margin-top: 44px;height: 223px;overflow: hidden;}
.problemList li{border-bottom: 1px dashed #b2b2b2;margin-bottom: 15px;padding-bottom: 9px;}
.problemList li img{display: inline-block;vertical-align: top;margin-right: 8px;}
.problemList li p{display: inline-block;width: 395px;text-align: left;vertical-align: top;}
.problemList li div:first-child p{font-size: 16px;color: #434343;margin-bottom: 11px;}
.problemList li div:last-child p{font-size: 14px;color: #545454;line-height: 22px;}

/*footer*/
.footer{background: #00699f;text-align: center;}
.footer_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.footerTle{display: inline-block;width: 580px;margin-top: 48px;text-align: left;}
.footerTle ul{margin-top: 33px;}
.footerTle li{font-size: 14px;color: #fff;margin-bottom: 15px;}
.footerTle li p{margin-bottom: 15px;}
.footerTle li img{vertical-align: middle;display: inline-block;margin-right: 10px;}
.footerTle li:first-child img{margin-right: 18px;}
.footerTle li p:nth-child(2){vertical-align: top;display: inline-block;margin-top: 2px;}
.footerProduct{display: inline-block;width: 400px;text-align:center;vertical-align: top;margin-top: 75px;}
.footerProduct h2{font-size: 21px;color: #fffefe;margin-bottom: 48px;}
.footerProduct li{display: inline-block;border: 1px solid #009ff1;margin-right: 25px;margin-bottom: 28px;}
.footerProduct li:nth-child(2n){margin-right: 0;}
.footerProduct li a{font-size: 14px;color: #fffefe;width: 182px;display: block;height: 49px;line-height: 49px;transition: .3s ease-in-out;}
.footerProduct li:hover a{background: #009ff1;transition: .3s ease-in-out;}
.Attention{display: inline-block;width: 400px;vertical-align: top;text-align: right;margin-top: 75px;}
.Attention h2{font-size: 21px;color: #fffefe;margin-bottom: 49px;margin-right: 55px;}

.footerBottom{background: #242424;margin-top: 30px;padding-top: 22px;padding-bottom: 10px;}
.footerBottom span{font-size: 14px;color: #fff;}
.footerBottom span a{color: #fff;}
.footerBottom span a:hover{color: #00699f;}
/*内页内容*/
.mainC{padding-bottom: 20px;}
.mainContent{margin:20px auto; width:1200px;margin-top: 40px;}
.mainContent > div{padding: 10px 0;}
.wz{background: #eee;}
.n_nav{background: #eeeeee;}
.content{margin-bottom: 10px;background: linear-gradient(#e4e4e4,#fff,#fff);}
.content .container{margin: 0 15px;height: 25px;padding: 10px 15px 10px 15px;border-bottom: 5px solid #00699f;}
.content .title{padding-left:16px; float:left; font-size:16px; font-weight:bold; color:#00699f; line-height:40px; background:url(ico.gif) left no-repeat;}
.content .weizhi{float:left; background:url(home.gif) left no-repeat; padding-left:25px;font-size: 15px;}
.content .weizhi a:last-child{color: #00699f;}
.list_left{float:left; width:220px;}
.list_left .listTitle{
    width: 220px;
    padding-bottom: 20px;
    background: url(n_title.png) no-repeat left top;
}
.list_left .listTitle h1{
    padding-top: 30px;
    font-size: 26px;
    color: #00699f;
    line-height: 35px;
}
.list_left .listNav {width: 220px;}
.list_left .listNav li{
    margin-top: 5px;
    width: 220px;
    height: 60px;
    line-height: 60px;
	color: #000;
	background: url(n_right.png) no-repeat left center;
	position: relative;
	transition: .3s ease-in-out;
}
.list_left .listNav li:after{content: '';display: block;width: 0;height: 60px;line-height: 60px;background: url(n_right2.png) no-repeat left center;position: absolute;z-index: 1;top: 0;transition: .3s ease-in-out;overflow: hidden;}
.list_left .listNav li:hover:after{
	width: 220px;
	transition: .3s ease-in-out;
}
.list_left .listNav .currclass:after{
	width: 220px;
	transition: .3s ease-in-out;
}
.list_left .listNav li a {
    display: block;
    padding-left: 30px;
    height: 60px;
    font-size: 15px;
    text-decoration: none;
	color: #000;
	position: relative;
    z-index: 2;
	transition: .3s ease-in-out;
}
.list_left .listNav li:hover a {
    color: #fff;transition: .3s ease-in-out;
}
.list_left .listNav .currclass a {
    color: #fff;transition: .3s ease-in-out;
}
.list_left .n_Tle{
    margin-top: 20px;
    width: 220px;
    color: #fff;
    background: url(n_tle.png) no-repeat center;
}
.list_left .n_Tle span{
    display: block;
    padding: 10px 0 0 25px;
    font-size: 14px;
}
.list_left .n_Tle h1{
    width: 215px;
    text-align: right;
    font-size: 23px;
    font-weight: 100;
    line-height: 30px;
}
.list_left .n_Tle p{
    width: 215px;
    text-align: right;
    font-size: 21px;
	font-weight: 100;
	padding-bottom: 10px;
}

.list_right{float:right; width: 950px;overflow: hidden;border: 1px solid #dedede;}
.list_right > .title{border-bottom: 1px solid #e5e5e5;overflow: hidden;height: 58px;text-align: left;margin-bottom: 25px;}
.list_right > .title span{display: inline-block;font-size: 18px;color: #00699f;border-bottom: 3px solid #443f3c;line-height: 55px;vertical-align: middle;}
.list_right_contact{display:block; margin: 20px 0; line-height:30px;padding: 15px;}
.list_right_contact img{border: 1px solid #ccc;padding: 2px;}
.list_right_contact img:hover{border: 1px solid #00699f;}
.list_right_contact .t{line-height:45px;}

.list_right1{width:100%;}
.ListNav .currclass a{color:#00699f;font-weight:bold;}
.list_contact_us{border:solid 2px #f2f2f2; display:block; margin-top:25px;}
.list_contact_us .t_title{display:block; height:50px; background:#f2f2f2; text-align:center; font-size:18px; line-height:50px;}
.list_contact_us .n_contect{display:block; padding:2px 6px; line-height:28px; font-size:13px;}
.list_contact_us .n_contect img{display:block;}


.list_contact{display:block; margin: 20px 0; line-height:30px;padding: 15px;}
.list_contact .desc{border-bottom: 1px dotted #dcdcdc;padding-bottom: 10px;overflow: hidden;padding-bottom: 10px;margin-bottom: 10px;}
.list_contact .desc .title{font-size: 24px;color: #00699f;text-align: center;}
.list_contact .desc .date{overflow: hidden;padding-top: 8px;width: 410px;margin: auto;text-align: center;font-size: 12px;color: #aaa;}
.list_contact img{max-width:1170px;}
.list_contact .contact{display:block; line-height:30px;margin-top:10px;padding: 20px 0px;}
.list_contact .contact #MyContent p span{background: none !important;}
.title .date{display:block; text-align:center; margin:10px 0;}
.list_contact #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}
.list_contact p{background: none !important;;}
.list_contact p span{background: none !important;;}

.list_contact_img{display: block;margin: 20px 0;line-height: 30pxpadding: 15px;}
.list_contact_img li{overflow: hidden;float: left;margin-right: 32px;width: 278px;margin-bottom: 30px;text-align: center;position: relative;transition: all 0.5s ease-in-out;height: 265px;}
.list_contact_img li:nth-child(3n){margin-right: 0;}
.list_contact_img li img {height: 209px;width: 278px;}
.list_contact_img li h4 {font-size: 16px;color: #443f3c;padding-top: 10px;padding-bottom: 5px;font-weight: 100;}
.list_contact_img li h3 {width: 108px;height: 28px;line-height: 28px;border: 1px solid #00699f;margin: 18px auto 0px auto;text-align: center;background: #322d2c;font-size: 13px;color: #00699f;text-transform: uppercase;}
.list_contact_img li:hover {background: #443e3c;}
.list_contact_img li:hover img {height: 199px;width: 268px;padding: 5px;}
.list_contact_img li:hover h4 {color: #fff;}
.list_contact_img li:hover h3 {background: #00699f;color: #332e2d;}

.certificate > table tr{width: 1000px;display: block;margin: 0 auto;}
.certificate > table tr td{width: 200px !important;display: inline-block;margin: 0 auto;margin-right: 60px;}
.certificate > table tr td:last-child{margin-right:0;}
.certificate > table tr td img{width: 100% !important;height: 100%;}

.list_contact form table tr td input{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;}
.list_contact form table tr td textarea{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;}
.list_contact form table tr:last-child td input{border: 1px solid #adadad;color: #333;background: #fff;border-radius: 4px;padding: 5px 10px;cursor: pointer;}

.list_product_contact{padding: 15px;}
.list_product_contact li{display: inline-block;margin-right: 30px;    padding: 10px 0;position: relative;}
.list_product_contact li:nth-child(3n){margin-right: 0;}
.list_product_contact li .productI img{width: 261px;height: 196px;margin: 10px;transition: 0.5s;}
.list_product_contact li:hover .productI img{transform: scale(1.2, 1.2);}
.list_product_contact li p{text-align: center;height: 40px;line-height: 40px;font-size: 16px;}
.list_product_contact .productI{overflow: hidden;width: 281px;height: 216px;border: 1px solid #ccc;position: relative;}
.list_product_contact .productI:after{content: "";display: block;width: 0;height: 0;background: rgba(0,0,0,.5);position: absolute;;top: 0;right: 0;left: 0;bottom: 0;margin: auto;transition: .5s ease-in-out;}
.list_product_contact li .n_more{width: 50px;height: 50px;position: absolute;top: -40px;right: 0;left: 0;bottom: 0;margin: auto;opacity: 0;transition: .5s ease-in-out;}
.list_product_contact li:hover .productI:after{width: 283px;height: 218px;transition: .5s ease-in-out;}
.list_product_contact li:hover .n_more{opacity: 1;transition: .5s ease-in-out;}

.serch_product li{overflow: hidden;float: left;margin-right: 32px;width: 266px;margin-bottom: 30px;text-align: center;padding-bottom: 25px;position: relative;transition: all 0.5s ease-in-out;height: 315px;}
.serch_product li:nth-child(4n){margin-right: 0;}
.serch_product li img {height: 209px;width: 266px;}
.serch_product li h4 {font-size: 16px;color: #443f3c;padding-top: 20px;padding-bottom: 5px;}
.serch_product li h3 {width: 108px;height: 28px;line-height: 28px;border: 1px solid #00699f;margin: 18px auto 0px auto;text-align: center;background: #322d2c;font-size: 13px;color: #00699f;text-transform: uppercase;}
.serch_product .cover {position: absolute;top: 5px;left: 5px;height: 199px;width: 256px;background: url(cover_bj.png);text-align: center;opacity: 0;transition: .8s ease-in-out;}
.serch_product li .cover img {width: 58px;height: 58px;margin-top: -40px;transition: .8s ease-in-out;}
.serch_product li:hover {background: #443e3c;}
.serch_product li:hover img {height: 199px;width: 256px;padding: 5px;}
.serch_product li:hover h4 {color: #fff;}
.serch_product li:hover h3 {background: #00699f;color: #332e2d;}
.serch_product li:hover .cover{opacity: 1;transition: .8s ease-in-out;}
.serch_product li:hover .cover img {transition: .8s ease-in-out;margin-top: 75px;width: 58px;height: 58px;padding: 0px;}

/* .list_cooperation_contact img{border: 1px solid #ccc;padding: 2px;}
.list_cooperation_contact a:hover {color: #00699f;}
.list_cooperation_contact a:hover img{border: 1px solid #00699f;} */

.list_problem{display:block;margin:20px auto;line-height: 30px;padding: 15px;}
.list_problem ul{padding: 0px 10px 0px 10px;}
.list_problem li{line-height: 30px;background: url(dote.jpg) no-repeat left center;padding: 4px 0;padding-left: 10px;border-bottom: 1px dashed #ccc;color: #666666;}
.list_problem li a{color: #666666;font-size: 15px;}
.list_problem li span{color: #666666;float: right;}


/*新闻栏目*/
.list_news{display:block;margin:20px auto;line-height: 30px;padding: 15px;}
.list_news dl{width: 98%;border-bottom: 1px #ddd dotted;padding: 17px 0;padding-left: 20px;background: #fff;margin-bottom: 20px;display: inline-block;transition: all 0.5s ease-in-out;}
.list_news dl:hover{background: #333;}
.list_news dt{float: left;width: 249px;margin-right: 20px;}
.list_news dt img{width:100%;}
.list_news dd{float: left;height: 130px;width: 590px;cursor: pointer;padding: 30px 0;}
.list_news dd h4{ font-size:16px; color:#555555;}
.list_news dl:hover h4{font-size:16px; color:#00699f;}
.list_news dd h4 span{font-size:14px;color:#9C9C9C;float:right; font-weight:normal;color:#9C9C9C;}
.list_news dl:hover h4 span{font-size:14px;color: #fff;}
.list_news dd p{line-height:25px; padding-top:10px; color:#9C9C9C;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list_news dl:hover p{color: #fff;}

#list_product_content .product_imgs{display: inline-block;}
#list_product_content .product_name{display: inline-block;vertical-align: top;padding: 10px;background: #eee;width: 405px;font-size: 14px;    margin-left: 20px;}
#list_product_content .product_details{padding: 10px;background: #eee;margin-bottom: 20px;}
#list_product_content .product_details1{background: #D7EFFB;font: normal 13px/20px "宋体";padding: 15px;margin-bottom: 2px;}
#list_product_content .product_left{float: left;width: 315px;margin-right: 2px;}
#list_product_content .product_left div{background: #D7EFFB;font: normal 13px/24px "宋体";padding: 5px;}
#list_product_content .product_left ul{background: #D7EFFB;font: normal 13px/24px "宋体";padding: 5px;margin-bottom: 2px;}
#list_product_content .product_right{float: left;width: 583px;}
#list_product_content .product_right div{background: #D7EFFB;font: normal 13px/24px "宋体";padding: 5px;}
#list_product_content .product_right .box{background: #D7EFFB;font: normal 13px/24px "宋体";padding: 5px;margin-bottom: 2px;min-height: 260px;}
#list_product_content .product_conter{background: #D7EFFB;padding-top: 10px;margin-bottom: 2px;}
#list_product_content .product_conter h3{font-weight: 100;font-size: 14px;padding: 10px;background: #93D5F5;font: bold 13px/25px "宋体";}
#list_product_content .product_conter .box2{padding: 10px;}

/*产品内容页*/
#list_info{ height:28px; border-bottom:1px solid #D5D5D3; margin:15px; display:block;}
#list_info .detailed{ background: url(nav_bg2.gif) no-repeat; display:block; width:72px; line-height:28px; text-align:left; padding-left:18px; font-weight:bold; color:#393939;}
#list_product_content{display:block; clear:both;}
#list_product_content .title{font-size:18px; display:block; text-align:center; font-weight:bold; height:45px; line-height:45px;}
#list_product_content .contact{display:block; line-height:30px;padding: 15px;margin: 15px;}
#list_product_content .contact td{padding-left:20px;}
#list_product_content .contact img{max-width:1170px; display:block;}
#list_product_content #next{ display:block; border-top:dotted 1px #CCCCCC; margin:15px; text-align:center; padding-top:8px;}
.prodtitle {LINE-HEIGHT:30px; font-size:20px; margin-bottom:10px;}
.products_show_1 {display: block;margin: 20px 0;line-height: 30px;padding: 15px;}
.show_left {FLOAT: left; width:450px;}
.show_right {WIDTH:420px; FLOAT: right;}
.show_right LI {LINE-HEIGHT:35px; OVERFLOW: hidden; display:block; background:url(pdf.jpg) left no-repeat; padding-left:28px;}
.show_right .d_contact{display:block; line-height:35px; margin-top:10px;}

.list_order{ border-top:1px solid #e5e5e5; margin:15px; padding:20px 0; font-family:"Microsoft Yahei";}
.list_order h2{ font-size:16px; line-height:30px; color:#333; height:50px; overflow:hidden;}
.list_order h2 span{ color:#666; display:inline-block; padding-left:20px; font-weight:normal;}
.list_order ul li{ margin-bottom:25px;}
.list_order li span{ display:inline-block; width:80px; font-size:14px; vertical-align:top; color:#4a4a4a; text-align:right; line-height:36px;}
.list_order li span em{ padding-right:2px; font-style:normal;}
.list_order .li01{ width:450px; float:left;}
.list_order .li02{ width:450px; float:left;}
.list_order .li03{ width:450px; float:left;}
.list_order .li04{ clear:both;}
.list_order li img{ vertical-align:middle; height:36px; background:#e5e5e5;}
.list_order .li05,.online .li06{ margin-bottom:10px;}
.red_x { color:#DD3904; display:inline; font-family:"微软雅黑"; font-size:12px;}
.inp1{ width:324px; height:36px; background:url(ordr_img_lian.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px; border:0; padding:0 25px 0 10px;}
.inp2{ width:324px; height:36px; background:url(ordr_img_tel.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp3{ width:324px; height:36px; background:url(ordr_img_mail.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp4{ width:808px; height:109px; background:none; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; resize:none;}
.inp5{ width:205px; height:36px; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; background:none; margin-right:10px;}
.inp7{ width:324px; height:36px; background:url(ordr_img_contact.png) no-repeat 324px 10px  #f2f2f2; overflow:hidden; line-height:36px; border:0;padding:0 25px 0 10px;}
.btn1{width:80px; height:35px; border:0; margin:10px 27px 0 80px; background:#005abc; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn1:hover{background:#FFA200;}
.btn2{width:80px; height:35px; border:0; margin:10px 0 0 0; background:#FFA200; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn2:hover{background:#005abc;}


/*产品分类*/
#suckertree1 li ul li a{background: #f2f2f2; }
#suckertree1 li ul li a:hover{background:#00699f;}
.suckerdiv{float:left; width:210px; margin-top:10px;}
.suckerdiv .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#00699f; color:#FFFFFF; border-radius:8px 8px 0 0; margin-bottom:1px;}
.suckerdiv ul{margin: 0;padding: 0;list-style-type: none;width:210px;}
.suckerdiv ul li{position: relative;text-align: center;}
.suckerdiv ul li ul{left:211px; position: absolute;width:190px;top:0px;display: none;z-index:9999999;}
.suckerdiv ul li ul li ul{left:191px; /* Parent menu width - 1*/}
.suckerdiv ul li a{display: block;color: black;text-decoration: none;background:#f2f2f2;height:40px; line-height:40px; font-size:14px; border-bottom:solid 1px #FFF;z-index:9999999}
.suckerdiv ul li ul li a{margin-top:0px;}
.suckerdiv ul li a:visited{color: black;}
.suckerdiv ul li a:hover{background:#00699f; color:#fff; font-weight:bold;}
.suckerdiv ul li.currclass a{background:#00699f; color:#fff; font-weight:bold;}
.suckerdiv .subfolderstyle{background:url(arrow-list.gif) no-repeat 190px center #f2f2f2;}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%;}



/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:450px; max-width:450px; border:solid 1px #eee;}
div.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;display:none;text-align:center;overflow:hidden;width: 450px;height: 300px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:450px;}
.spec-scroll{clear:both;margin-top:5px;}
.spec-scroll .prev{float:left;margin-right:2px; background:url(left.gif) no-repeat;  margin-top:20px;}
.spec-scroll .next{float:right; background:url(right.gif) no-repeat;  margin-top:20px;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:17px;height:54px; line-height:54px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:408px;height:56px;overflow:hidden; margin-top:20px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:54px;}
.spec-scroll .items ul li{float:left;width:67px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:1px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:1px solid #00699f;padding:1px;}


/*分页*/
#fenye{clear:both; margin:20px 20px 0 0;}
#fenye .prev_h,#fenye .next_h{width:55px; text-align:center;line-height:20px;}
#fenye a.curr{width:25px;background:#00699f; border:1px solid #fff; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px;text-decoration:none;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
#fenye a.num{width:22px;}
#fenye a:visited{color:#333333;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}

/*在线留言*/
.feedback .line{padding:8px 0;}
.feedback .line .inputText{border:1px solid #ccc;color:#999;font-size:12px;padding:0 18px;width:714px;height:40px;line-height:40px;margin:0px; font-family:"微软雅黑"}
.feedback .line .textArea{border:1px solid #ccc;color:#999;font-size:12px;padding:10px 18px;width:714px;height:124px;margin:0px; font-family:"微软雅黑"}
.btn_area{width:102px; display:block;}
.submit{
	color: #fff;
	background: #333;
	width:70px;
	float:left;
	height:29px;
	border:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 
.submit:hover {
	color: #fff;
	background:#005AB5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 



/*右边浮动*/
.floating_ck{position:fixed;right:0px;top:50%; z-index:99999999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#00699f;border-bottom:solid 1px #fff;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#00699f;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(qq.png);}
.qrcord{background-image:url(weixin.png);}
.return{background-image:url(fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-120px;top:0px;width:120px;height:80px;background-color:#00699f;border-bottom:solid 1px #00699f;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:150px;top:-70px;}
.floating_ewm i{background-image:url(weixin.jpg);display:block;width:110px;height:110px;margin:auto;margin-top:7px;}
.floating_ewm ii{background-image:url(mobile.jpg);display:block;width:110px;height:110px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:14px;}


.banner_bottom{height: 246px;background: #000;}
.banner_bottom ul{width: 1200px;margin: 0 auto;}
.banner_bottom ul li{width: 299px;float: left;margin-left: 1px;background: #fff;padding-bottom: 20px;}
.banner_bottom ul li div{margin-bottom: 24px;width: 100%;font-size: 0;}
.banner_bottom ul li div img{width: 100%;}
.banner_bottom ul li a{display: block;float: left;width: 116px;height: 28px;border:1px solid #d6d6d6;margin: 10px 15px;text-align: center;line-height: 28px;}
.banner_bottom ul li a:hover{background: #41526b;color: #fff;transition: 1s;}
.banner_bottom ul li:nth-child(1){margin-left: 0;}


/*底部*/
.footer_nav{background-color: #707070;width: 100%;}
.footer_nav>div{width: 1200px;margin: 0 auto;position: relative;}
.footer_nav .footer_top>ul{color: #fff;}
.footer_nav .footer_top>ul>li{color: #fff;font-size: 16px;padding-left: 24px;padding-right: 24px;display: inline-block;}
.footer_nav .footer_top>ul>li:nth-child(1){padding-left: 0;}
.footer_nav .footer_top>ul>li a{color: #fff;}
.footer_nav .footer_top>p{color: #fff;margin-top: 34px;}
.footer_nav .footer_top>p span{margin: 0 20px 0 20px;}


.footer_nav .footer_top ul li ul{margin-top: 10px;line-height: 26px;}
.footer_nav .footer_top ul li ul li{color: #fff;font-size: 14px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(1) span{margin-left: 26px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(2){padding-left: 46px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(2) span{margin-left: 26px;}
.footer_nav .footer_top li li a{color: #fff;font-size: 14px;}
.footer_nav .footer_top li li a:hover{color: #f24f30;transition: 1s;}

.footer_top{width: 1200px;margin: 0 auto;padding-top: 26px;padding-bottom: 20px;overflow: hidden;}
.footer_top>div{font-size: 0;position: absolute;top: 30px;right: 0;}
.footer_top>div p{font-size: 14px;text-align: center;color: #fff;margin-top: 8px;}
.footer_logo{float: left;margin-left: 70px;}
.footer_p{float: left;font-size: 14px;color: #fff;width: 580px;padding: 10px 0 10px 20px;line-height: 26px;}
.footer_ewm{float: right;}
.footer_ewm img{float: left;}
.footer_ewm p{font-size: 14px;color: #fff;font-weight: 100;line-height: 32px;text-align: center;}
.footer_span{margin-right: 14px;}
.footer_span a{color: #fff;}
.footer_bottom{background-color: #707070;width: 100%;padding-bottom: 30px;}
.footer_bottom>div{width: 1200px;margin: 0 auto;color: #fff;font-size: 14px;font-family: "微软雅黑";}
.footer_bottom>div span{margin-left: 20px;}
.footer_bottom>div a{color: #fff;font-size: 14px;}


.Links_backs{width:100%;background:#F3F3F3;padding:10px 0;}
.Links{width:1200px;margin:auto;overflow:hidden;}
.Links h1{font-family:"Conv_ANAK";font-weight:normal;float:left;font-size:22px;text-transform:uppercase;font-style:italic;}
.Links a{float:left;line-height:30px;margin-left:15px}