@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:#0b67c5; 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{width: 1200px;margin: 0 auto;z-index: 2;position: relative;height: 100px;}
.head>div{margin:0 auto;z-index: 2;position: relative;}
.head_left{float: left;margin:0 auto;position: relative;text-align: center;padding-top: 8px;padding-bottom: 3px;padding-left: 10px;}
.head_left p{position: absolute;bottom: 20px;right: 0;}



.head_right{float: right;margin:0 auto;height: 100px;position: relative;}
.head_right .nav{margin:0 auto;height: 100px;position: relative;}
.head_right>a{margin: 15px 0;display: block;float: left;}

.nav #nav_menu{margin:0 auto;height: 100px;display: inline-block;margin-right: 22px;}
.nav #nav_menu>li{float: left;}
.nav #nav_menu>li>a{height:98px;line-height: 98px;text-align: center;display: block;color: #033333;font-size: 16px;border-bottom: 2px solid #fff;padding: 0 25px;}
#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden; z-index:99;width: 114px;z-index: 999;background-color: #0b67c5;}
#nav_menu li:nth-child(2) ul{width: 114px;}
#nav_menu li:nth-child(3) ul{width: 114px;}
#nav_menu li:nth-child(4) ul{width: 114px;}
#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:#0b67c5!important;border-bottom: 2px solid #0b67c5!important;}
#nav_menu>li:hover>a{color:#0b67c5!important;border-bottom: 2px solid #0b67c5!important;}

.head_right .h_right{display: inline-block;vertical-align: top;margin-top: 40px;}
.h_right .sousou{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin-right: 46px;}
.h_right form{display: inline-block;vertical-align: middle;position: absolute;left: -38px;top: 28px;}
.h_right .En{display: inline-block;vertical-align: middle;}
.h_right form input:first-child{width: 0px;vertical-align: top;outline: none;border: 1px solid #ccc;border-radius: 20px;padding: 7px;transition: .3s ease-in-out;opacity: 0;}
.h_right form input:last-child{display: none;}
.h_right .souInput form input:first-child{opacity: 1;width: 85px;}




/*动画*/
.slide-main{height:500px;position:relative; min-width:1200px; width:100%; background:#fff;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:450px;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:#0b67c5;}
.slide-box,.slide{display:block;width:100%;height:500px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:500px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(banner1.png) center no-repeat;}
#bgstyleb{background:url(banner2.png) center no-repeat;}
#bgstylec{background:url(banner3.png) center no-repeat;}
#bgstylee{background:url(banner.png) center no-repeat;}
.slide a{display:block;width:100%;height:500px;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{width:1200px;text-align:center;}
.obj-a{top: 155px;margin-left: -890px;}
.obj-b{top: 85px;margin-left: -270px;}
.obj-c{top: 75px;margin-left: -505px;}
.obj-d{top: 130px;margin-left: 180px;}
.obj-e{top: 50px;margin-left: -380px;}
/*.obj-e img{display: none;}*/
.obj-f{top: 73px;margin-left: 147px;}
.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: 500px;z-index: 1;position: relative;}
.index_banner .banner_box{position: absolute;}


/*Search*/
.Search{margin: 0 auto;background: #fff;height: 65px;line-height: 65px;box-shadow: 0 5px 5px #ebebeb;}
.search_content{width: 1200px;margin: 0 auto;font-size: 0;}
.hotKey{float: left;}
.hotKey h2{font-size: 16px;color: #656565;display: inline-block;font-weight: 100;}
.hotKey ul{display: inline-block;}
.hotKey ul li{display: inline-block;margin-right: 12px;}
.hotKey ul li a{font-size: 14px;color: #193f92;}
.hotKey ul li:hover a{color: #033333;}
.sousuo{float: right;}
.sousuo form{position: relative;}
.sousuo form input:first-child{font-size: 14px;padding: 10px 0;padding-left: 11px;width: 350px;margin-top: 12px;outline: none;}
.sousuo form input:last-child{background: #1c4587;font-size: 15px;color: #fff;padding: 9px 10px;border: none;outline: none;position: absolute;right: 0;top: 13px;}

/*About*/
.About{margin: 0 auto;}
.about_content{width: 1200px;margin: 0 auto;font-size: 0;}
.aboutTitle{background: url(sj.png) no-repeat center top;text-align: center;width: 322px;margin: 0 auto;height: 113px;padding-top: 10px;}
.aboutTitle h1{font-size: 50px;color: #fff;display: inline-block;margin-right: 4px;font-family: "Arial";}
.aboutTitle .titleR{display: inline-block;}
.aboutTitle .titleR h2{font-size: 19px;color: #fff;}
.aboutTitle .titleR p{font-size: 18px;color: #fff;font-family: "Arial";}
.aboutIntroduce{margin-top: 55px;}
.aboutIntroduce .Article{float: left;width: 651px;}
.aboutIntroduce .Article p{font-size: 14px;color: #434343;line-height: 30px;}
.aboutIntroduce .Article p a{font-size: 14px;color: #1c4587;}
.aboutImg{float: right;}
.aboutImg img{border: 3px solid #1c4587;border-radius: 3px;box-shadow: 0 2px 5px #929090;}
.aboutIntroduce .Article p a:hover{color: #60b7ea;}

/*Product*/
.Product{margin-top: 51px;;background: #ededed;}
.product_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.productTitle{text-align: center;width: 322px;margin: 0 auto;padding: 40px 0;}
.productTitle h1{font-size: 56px;color: #1c4587;display: inline-block;margin-right: 8px;font-family: "Arial";}
.productTitle .titleR{display: inline-block;}
.productTitle .titleR h2{font-size: 24px;color: #1c4587;text-align: left;}
.productTitle .titleR p{font-size: 12px;color: #1c4587;font-family: "Arial";}
.productList ul li{display: inline-block;background: #fff;padding: 15px;margin-right: 39px;margin-bottom:38px;}
.productList ul li:nth-child(4n){margin-right: 0;}
.productList ul li img{width: 240px;height: 204px;}
.productList ul li p{font-size: 14px;color: #434343;text-align: center;    padding-top: 12px;}
.productList ul li:hover{background: #1c4587;transition: .3s ease-in-out;}
.productList ul li:hover p{color: #fff;transition: .3s ease-in-out;}
.productList > a{font-size: 18px;color: #fefefe;width: 150px;height: 50px;background: #1c4587;border: 1px solid #1c4587;display: block;text-align: center;line-height: 50px;margin: 0 auto;border-radius: 7px;margin-bottom: 50px;}
.productList > a:hover{border: 1px solid #1c4587;background: #fff;color: #1c4587;transition: .3s ease-in-out;}

/*News*/
.News{background-color: #ededed;background: url(news_bg.png) no-repeat top center;padding-bottom: 50px;}
.news_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.newsTitle{text-align: center;width: 322px;margin: 0 auto;padding: 40px 0;padding-top: 35px;}
.newsTitle h1{font-size: 56px;color: #fff;display: inline-block;margin-right: 8px;font-family: "Arial";}
.newsTitle .titleR{display: inline-block;}
.newsTitle .titleR h2{font-size: 28px;color: #fff;text-align: left;}
.newsTitle .titleR p{font-size: 12px;color: #fff;font-family: "Arial";}
.newsImg{position: relative;width: 526px;overflow: hidden;float: left;}
.newsImg li{position: relative;width: 526px;height: 410px;}
.newsImg li img{width: 526px;height: 410px;}
.newsImg .swiper-pagination{text-align: right;}
.newsImg .swiper-pagination-bullet {width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color: #fe8b18;opacity: 1;background: #fff;border-radius: 0;border: 1px solid #fe8b18;margin-right: 8px !important;}
.newsImg .swiper-pagination-bullet-active {color: #fff;background: #fe8b18;}
.newsList{float: right;width: 640px;}
.newsList li{border-bottom: 1px dashed #fff;padding-left: 32px;padding-top: 8px;padding-bottom: 13px;}
.newsList li .Time{background: #dcfcfd;display: inline-block;text-align: center;padding:6px 9px;margin-right: 30px;}
.newsList li .Time div:first-child{overflow: hidden;width: 30px;height: 32px;margin: 0 auto;white-space: nowrap;}
.newsList li .Time div:first-child p{font-size: 28px;color: #1c4587;font-weight: bold;font-family: "Arial";margin-left:-112px}
.newsList li .Time div:last-child{overflow: hidden;width: 51px;height: 16px;white-space: nowrap;}
.newsList li .Time div:last-child p{font-size: 14px;color: #1c4587;font-family: "Arial";}
.newsList .Article{display: inline-block;vertical-align: top;}
.newsList .Article h2{font-size: 18px;color: #b9f9fb;font-weight:100;margin-top: 5px;}
.newsList .Article p{font-size: 14px;color: #fff;margin-top: 8px;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;width: 480px;}
.newsList li:hover .Time{background: #1c4587;transition: .3s ease-in-out;}
.newsList li:hover .Time div:first-child p{color: #b9f9fb;transition: .3s ease-in-out;}
.newsList li:hover .Time div:last-child p{color: #b9f9fb;transition: .3s ease-in-out;}
.newsList li:hover .Article p{color: #b9f9fb;transition: .3s ease-in-out;}

/* Contacts */
.Contacts{padding-top: 45px;padding: 55px;}
.contacts_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.contactsInformation{width: 255px;text-align: center;display: inline-block;}
.contactsInformation h2{font-size: 18px;color: #1c4587;font-weight: 100;text-align: center;display: inline-block;padding-bottom: 3px;border-bottom: 4px solid #1c4587}
.contactsInformation img{padding-top: 35px;padding-bottom: 10px;display: block;margin: 0 auto;}
.contactsInformation ul{text-align: left;}
.contactsInformation li{margin-bottom: 10px;}
.contactsInformation span{color: #0b67c5;display: inline-block;    vertical-align: top;margin-top: 2px;margin-right: 18px;}
.contactsInformation p{font-size:14px;color: #434343;display: inline-block;width: 218px;vertical-align: middle;}
.map{display: inline-block;vertical-align: top;text-align: center;width: 555px}
.map h2{font-size: 18px;color: #1c4587;font-weight: 100;text-align: center;display: inline-block;padding-bottom: 3px;border-bottom: 4px solid #1c4587;margin-bottom: 37px;}
.BMap_omCtrl{display: none;}
.map .iw_poi_title {color: #CC5522;font-size: 14px;font-weight: bold;overflow: hidden;padding-right: 13px;white-space: nowrap}

.map .iw_poi_content {font: 12px arial, sans-serif;overflow: visible;padding-top: 4px;white-space: -moz-pre-wrap;word-wrap: break-word}
.Order{display: inline-block;vertical-align: top;width: 390px;text-align: center;}
.Order h2{font-size: 18px;color: #1c4587;font-weight: 100;text-align: center;display: inline-block;padding-bottom: 3px;border-bottom: 4px solid #1c4587;margin-bottom: 37px;}
.Order form ul li{font-size: 14px;color: #434343;vertical-align: middle;}
.Order form ul li span{vertical-align: middle;margin-right: 13px;}
.Order form ul li input{width:309px;outline: none;margin-top: 0;margin-bottom: 13px;padding: 5px;border: 1px solid #c5c5c5;background: #f7f7f7;}
.Order form ul li textarea{margin-bottom: 13px;vertical-align: middle;resize:none;outline: none;width:309px;padding: 5px;border: 1px solid #c5c5c5;background: #f7f7f7;}
.Order form ul li:last-child{text-align: right;}
.Order form ul li:last-child input{background: #ff9900;border:none;font-size: 16px;color: #fff;height: 41px;line-height: 32px;width: 321px;}

/*footer*/
.footer{background: #434343;text-align: center;}
.footer_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.footerNav{margin-top: 53px;margin-bottom: 35px;}
.footerNav ul{border-top: 1px dashed #fff;border-bottom: 1px dashed #fff;}
.footerNav li{display: inline-block;height: 40px;line-height: 40px;    vertical-align: top;margin: 0 17px;}
.footerNav li img{margin: 0 17px;margin-top: -1px;}
.footerNav a{font-size: 14px;color: #fff;}
.footerNav li:hover a{color: #000;}
.footerData p{font-size: 14px;color: #fff;display: inline-block;margin-right: 29px;}
.footerData p:last-child{margin-right: 0;}
.footerBottom{margin-top: 15px;margin-bottom: 45px;}
.footerBottom span{font-size: 14px;color: #fff;}
.footerBottom span a{color: #fff;}

/* n_nav */
.n_nav{width: 100%;text-align: center;background: #f4f4f4;}
.n_nav .title{background: #fff;color: #1c4587;font-size: 25px;padding: 10px 0;height: 50px;line-height: 50px;}
.n_nav ul {width: 1200px;margin: 0 auto;height: 50px;font-size: 20px;background: #f4f4f4;display:box;display:-moz-box;display:-webkit-box;}
.n_nav ul li{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;    line-height: 50px;}
.n_nav ul li a{display: block;}
.n_nav ul li:hover{background:#0b67c5;}
.n_nav ul li:hover a{color: #fff;}
.n_nav ul .currclass{background:#0b67c5;}
.n_nav ul .currclass a{color: #fff;}

/*内页内容*/
.mainC{background: #f4f4f4;padding: 20px 0;}
.mainContent{margin:20px auto; width:1200px;}
.wz{background: #eee;}
.content{display:block; height:40px;width: 1200px;margin: 0 auto;}
.content .title{padding-left:16px; float:left; font-size:16px; font-weight:bold; color:#1c4587; line-height:40px; background:url(ico.gif) left no-repeat;}
.content .weizhi{float:left; background:url(home.gif) left no-repeat; padding-left:25px;margin-top: 10px;font-size: 15px;}
.content .weizhi a:last-child{color: #1c4587;}
.list_left{float:left; width:220px;display: none;}
.list_left .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#1c4587; color:#FFFFFF}
.list_left li{position: relative;}
.list_left .currclass:after{height: 100%;}
.list_left .currclass:before{height: 100%;}
.list_left .currclass a:after{width: 100%;}
.list_left .currclass a:before{width: 100%;}
.list_left .currclass a{color: #aaa;}
.list_left li:after{content: '';display: block;width: 3px;height: 0;background: #005abc;position: absolute;bottom: 0;transition: 0.3s ease-in-out;margin: auto;}
.list_left li:before{content: '';display: block;width: 3px;height: 0;background: #005abc;position: absolute;top: 0px;right: 0;transition: 0.3s ease-in-out;margin: auto;}
.list_left li a:after{content: '';display: block;width: 0;height: 3px;background: #005abc;position: absolute;right: 0;transition: 0.3s ease-in-out;margin: auto;}
.list_left li a:before{content: '';display: block;width: 0;height: 3px;background: #005abc;position: absolute;transition: 0.3s ease-in-out;margin: auto;}
.list_left li:hover:after{height: 100%;}
.list_left li:hover:before{height: 100%;}
.list_left li:hover a:after{width: 100%;}
.list_left li:hover a:before{width: 100%;}
.list_left .currclass a{color: #005abc;}
.list_left li a:hover{color: #005abc;}
.list_left li a{display: block;height: 50px;line-height: 50px;background: #fff;border-bottom: 2px solid #fff;text-align: center;color: #333;border-bottom: 2px solid #ccc;}
.list_left li:last-child a{border: none;}
.list_right{float:right; width:1200px;overflow: hidden;}
.list_right .title{text-align: center;font-size: 24px;color: #005abc;border-bottom: 2px solid #969696;padding-bottom: 25px;font-size: 24px;}
.list_right_contact{display:block; margin-top:20px; line-height:30px;}
.list_right_contact img{border: 1px solid #ccc;padding: 2px;}
.list_right_contact img:hover{border: 1px solid #1c4587;}
.list_right_contact .t{line-height:45px;}

.list_right1{width:100%;}

.ListNav .currclass a{color:#0b67c5;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;}
.list_contact img{max-width:1170px;}
.list_contact .title{text-align: center;font-size: 24px;color: #005abc;border-bottom: 2px solid #969696;padding-bottom: 25px;font-size: 24px;}
.list_contact .contact{display:block; line-height:30px;margin-top:10px;}
.list_contact .contact #MyContent p span{background: none !important;}
.list_contact .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-bottom:20px;}
.list_contact_img .image{overflow: hidden;}
.list_contact_img > table td{width: 32% !important;margin-right: 18px;display: inline-block;margin-bottom: 20px;}
.list_contact_img td:nth-child(3n){margin-right: 0;}
.list_contact_img td:hover img{transition: 0.5s;transform: scale(1.1);}
.list_contact_img img{border:solid 1px #CCC;width: 100%;height: 100%;border-bottom: none;}
.list_contact_img img:hover{border:solid 1px #0b67c5;border-bottom: none;}
.list_contact_img .t{line-height:35px;background: #0b67c5;color: #fff;}
.list_contact_img .t a{color: #fff;}
.list_contact_img td:hover .t{background: #1c4587;}

.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 li{float:left; margin:14px;font-size: 0;margin-bottom: 25px;}
.list_product_contact li img{width:370px;border: 1px solid #fff;border-bottom: 0;}
.list_product_contact li p{display:block; text-align:center; line-height:40px; font-size:16px;background: #0b67c5;color: #fff;border:1px solid #fff;border-top: 0;}
.list_product_contact li:hover p{background: #1c4587;border:1px solid #1c4587;border-top: 0;}
.list_product_contact li a{display:block;}
.list_product_contact li a:hover{ color:#0b67c5;}
.list_product_contact li a:hover img{ border:1px solid #1c4587;border-bottom: 0;}

.serch_product li{float:left; margin:14px;font-size: 0;margin-bottom: 25px;}
.serch_product li img{width:370px;border: 1px solid #fff;border-bottom: 0;}
.serch_product li p{display:block; text-align:center; line-height:40px; font-size:16px;background: #0b67c5;color: #fff;border:1px solid #fff;border-top: 0;}
.serch_product li:hover p{background: #1c4587;border:1px solid #1c4587;border-top: 0;}
.serch_product li a{display:block;}
.serch_product li a:hover{ color:#0b67c5;}
.serch_product li a:hover img{ border:1px solid #1c4587;border-bottom: 0;}
.multipage table{margin: 0 auto;}

/* .list_cooperation_contact img{border: 1px solid #ccc;padding: 2px;}
.list_cooperation_contact a:hover {color: #0b67c5;}
.list_cooperation_contact a:hover img{border: 1px solid #0b67c5;} */



/*新闻栏目*/
.list_news{display:block; margin:20px auto;}
.list_news dl{width: 100%;border-bottom: 1px #ddd dotted;padding: 17px 0;padding-left: 20px;background: #fff;margin-bottom: 20px;display: inline-block;}
.list_news dt{float: left;width: 249px;margin-right: 20px;}
.list_news dt img{width:100%;}
.list_news dd{float: left;height: 130px;width: 880px;cursor: pointer;padding: 30px 0;}
.list_news dd h4 a{ font-size:16px; color:#555555;}
.list_news dd:hover h4 a{font-size:16px; color:#005abc;}
.list_news dd h4 span{float:right; font-weight:normal;color:#9C9C9C;}
.list_news dd h4 span a{font-size:14px;color:#9C9C9C;}
.list_news dd:hover h4 span a{font-size:14px;}
.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_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:20px 0; 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;}
#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-top:15px; text-align:center; padding-top:8px;}
.prodtitle {LINE-HEIGHT:30px; font-size:20px; margin-bottom:10px;}
/* .products_show_1 {PADDING-TOP: 15px; display:block;} */
.show_left {FLOAT: left; width:450px;}
.show_right {WIDTH:440px; 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:20px 0 0; 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:#0b67c5;}
.suckerdiv{float:left; width:210px; margin-top:10px;}
.suckerdiv .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#0b67c5; 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:#0b67c5; color:#fff; font-weight:bold;}
.suckerdiv ul li.currclass a{background:#0b67c5; 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 #0b67c5;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:#0b67c5; 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;
	-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:#0b67c5;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:#0b67c5;}
.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:#0b67c5;border-bottom:solid 1px #0b67c5;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;}