﻿@charset "utf-8";
/* CSS Document */
body{padding:0; margin:0; font-size:14px; font-family:"微软雅黑"; color:#212121;}
a{color:#212121;text-decoration:none;}
a:hover{color:#068be9; 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%;}
.common_content{width:1200px;margin: 0 auto;position: relative;}

/*头部*/
.head{display: block;width: 100%;clear: both;font-size: 0;position: relative;top: 0;z-index: 2;}

.headeTop{height: 141px;}
.headLogo{margin-top: 32px;float: left;}
.headTel{margin-top: 37px;float: right;}
.headTel h2{font-size: 25px;color: #096fb8;font-family: 'Arial';}
.headTel h2 img{vertical-align: middle;margin-right: 12px;}
.headTel h2 span{vertical-align: middle;}
.Language{text-align: right;margin-top: 20px;margin-right: 34px;}
.Language a{font-size: 16px;color: #373737;}
.Language a:hover{color: #068be9;}
.Language a:first-child{margin-right: 20px;}
.Language a img{vertical-align: middle;margin-right: 6px;}
.Language a span{vertical-align: middle;}

.headeBottom{background: #068be9;}
#nav_menu{font-size: 0;display: inline-block;}
#nav_menu>li{display: inline-block;position: relative;margin-right:89px;}
#nav_menu>li:last-child{margin-right:0;}
#nav_menu>li a{display: block;font-size: 18px;color: #fff;height: 50px;line-height: 50px;}
#nav_menu>li.navhover a{color: #f5ff00;}
#nav_menu>li:hover a{color: #f5ff00;}
#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden; z-index:99;width: 120px;z-index: 999;}
#nav_menu li:nth-child(2) ul{margin-left: -25px;}
#nav_menu li:nth-child(3) ul{margin-left: -25px;}
#nav_menu li:nth-child(4) ul{margin-left: -25px;}
#nav_menu li ul li{float: none;}
#nav_menu li ul li a{display:block;height:35px;line-height:35px;text-align: center;font-size:14px; background:#068be9;color:#fff; font-weight:normal; border-bottom:solid 1px #fff;}

/*动画*/
.slide-main{height: 650px;position:relative; width:100%; background:#fff;}
.item{display: block;width: 100%;height: 36px;line-height: 36px;position: absolute;z-index: 124;bottom: 0;left: 0;text-align: center;}
.item a{display: inline-block;width: 12px;height: 12px;border-radius: 100%;margin-right:12px;border: 2px solid #068be9;background:#068be9;opacity: 1;outline: none;}
.item a:last-child{margin-right: 0;}
.item a.cur{background: #fff;}
.banner-scroll .prev,.banner-scroll .next{width: 69px;height: 69px;display: inline-block;position: absolute;z-index: 999;top: 50%;}
.banner-scroll .prev{cursor: pointer;background: url(icon-banner-left.png) no-repeat center;left: 60px;}
.banner-scroll .next{cursor: pointer;background: url(icon-banner-right.png) no-repeat center;right: 60px;}
.slide{display:none;height: 650px;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;}
#bgstyled{background:url(banner1.png) center no-repeat;}
#bgstylee{background:url(banner5.png) center no-repeat;}
.slide a{display:block;width:100%;height: 650px;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: 100px;margin-left: -572px;}
.obj-b{top: 314px;margin-left: -634px;}
.obj-c{top: 89px;margin-left: -321px;}
.obj-d{top: 371px;margin-left: -318px;}
.obj-e{top: 155px;margin-left: -600px;}
.obj-f{top: 373px;margin-left: -600px;}
.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:  650px;z-index: 1;position: relative;overflow: hidden;}
.index_banner .slide-box{width:100%;height:100%;overflow: hidden;background:url(banner1.png) center no-repeat;}
.index_banner .slide{width:100%;height:100%;}

/* Program */
.Program{font-size: 0;background: #f1f1f1;}
.ProgramTitle{text-align: center;padding-top: 92px;padding-bottom: 38px;}
.ProgramTitle h2{font-size: 47px;color: #333;height: 46px;line-height: 43px;margin-bottom: 16px;}
.ProgramTitle p{font-size: 20px;color: #858585;height: 20px;line-height: 18px;}
.ProgramList{overflow: hidden;position: relative;}
.ProgramList li{height: 562px;}
.ProgramList li a{display: block;height: 562px;}
.ProgramBox{width: 468px;height: 562px;background: rgba(6, 139, 233, .5);padding-left: 36px;padding-right: 60px;box-sizing: border-box;padding-top: 90px;}
.ProgramBox h2{font-size: 40px;color: #fff;height: 39px;line-height: 36px;;margin-bottom: 49px;font-weight: normal;}
.ProgramBox i{display: block;width: 72px;height: 3px;background: #eee;margin-bottom: 40px;}
.ProgramBox p{font-size: 16px;color: #fff;line-height: 30px;}
.ProgramPage{width: 200px;height: 60px;background: #fff;position: absolute;left: 42px;bottom: 80px;z-index: 999;}
.ProgramPageBox{width: 200px;height: 60px;position: relative;}
.ProgramList .swiper-button-prev,.ProgramList .swiper-button-next{width: 20px;height: 14px;margin: 0;top: 0;bottom: 0;margin: auto;outline: none;}
.ProgramList .swiper-button-prev{background: url(Program_left1.png) no-repeat center;opacity: 1 !important;}
.ProgramList .swiper-button-next{background: url(Program_right1.png) no-repeat center;opacity: 1 !important;}
.ProgramList .swiper-button-prev:hover{background: url(Program_left2.png) no-repeat center;}
.ProgramList .swiper-button-next:hover{background: url(Program_right2.png) no-repeat center;}
.ProgramList .swiper-pagination{font-size: 16px;color: #333;position: absolute;width: 36px;height: 21px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

/* Product */
.Product{font-size: 0;background: #f1f1f1;}
.ProductTitle{text-align: center;padding-top: 92px;padding-bottom: 38px;}
.ProductTitle h2{font-size: 47px;color: #333;height: 46px;line-height: 43px;margin-bottom: 16px;}
.ProductTitle p{font-size: 20px;color: #858585;height: 20px;line-height: 18px;}
.ProductList{background: url(Product_bg.png) no-repeat top center;padding-bottom: 107px;}
.ProductListB{overflow: hidden;}
.ProductList li{display: inline-block;overflow: hidden;width: 585px !important;margin-right: 30px;}
.ProductList li:nth-child(2n){margin-right: 0;}
.ProductBox{position: relative;width: 583px;height: 553px;overflow: hidden;}
.ProductBox img{width: 100%;height: 100%;transition: 0.5s ease-in-out;}
.ProductList li:hover .ProductBox img{transform: scale(1.03);}
.ProductBox .ProductArt{position: absolute;top: 0;padding-top: 101px;}
.ProductList li:nth-child(2n) .ProductArt{padding-left: 88px;}
.ProductArt h2{font-size: 36px;color: #333;font-weight: normal;height: 37px;line-height: 34px;margin-bottom: 43px;}
.ProductArt h3{font-size: 30px;color: #333;font-weight: normal;height: 20px;line-height: 22px;font-family: 'Arial';margin-bottom: 65px;}
.ProductList li:hover .ProductArt h3{color: #068be9;}
.ProductArt p{font-size: 16px;color: #666;width: 352px;line-height: 30px;margin-bottom: 70px;}
.ProductArt .More{width: 186px;height: 58px;background: #068be9;border: 1px solid #068be9;transition: .3s ease-in-out;}
.ProductArt .More span{font-size: 16px;color: #fff;display: inline-block;height: 58px;line-height: 58px;vertical-align: middle;margin-left: 26px;}
.ProductArt .More i{display: inline-block;width: 27px;height: 15px;vertical-align: middle;margin-left: 46px;background: url(Product_jian.png) no-repeat center;}
.ProductArt .More:hover{background: #fff;}
.ProductArt .More:hover span{color: #068be9;}
.ProductArt .More:hover i{background: url(Product_jian2.png);}
.ProductListB .swiper-pagination{bottom: -59px !important;}
.ProductListB .swiper-pagination span{width: 12px;height: 12px;border: 2px solid #068be9;background:#068be9;opacity: 1;outline: none;}
.ProductListB .swiper-pagination .swiper-pagination-bullet-active{background: #f1f1f1;}

/* Case */
.Case{font-size: 0;background: url(Case_bg.png) no-repeat top center;padding-bottom: 94px;}
.CaseTitle{text-align: center;padding-top: 92px;padding-bottom: 38px;}
.CaseTitle h2{font-size: 47px;color: #333;height: 46px;line-height: 43px;margin-bottom: 16px;}
.CaseTitle p{font-size: 20px;color: #858585;height: 20px;line-height: 18px;}
.CaseList li{display: inline-block;}
.CaseImg{width: 300px;height: 365px;overflow: hidden;}
.CaseImg img{width: 100%;transition: 0.5s ease-in-out;}
.CaseArt{width: 300px;height: 225px;text-align: center;padding-top: 44px;box-sizing: border-box;position: relative;z-index: 9;}
.CaseArt p{font-size: 18px;color: #666;font-family: 'Arial';height: 12px;line-height: 14px;margin-bottom: 27px;transition: .3s ease-in-out;}
.CaseArt h3{font-size: 20px;color: #333;height: 20px;line-height: 19px;transition: .3s ease-in-out;}
.CaseArt h2{font-size: 24px;color: #444;height: 24px;line-height: 22px;margin-bottom: 20px;}
.CaseArt:before{content: '';display: block;width: 100%;height: 0;background: #068be9;position: absolute;z-index: -1;bottom: 0;transition: .2s ease-in-out;}
.CaseList li:hover .CaseArt:before{width: 100%;height: 260px;}
.CaseList li:hover .CaseImg img{transform: scale(1.1);}
.CaseList li:hover .CaseArt p{color: #fff;}
.CaseList li:hover .CaseArt h3{color: #fff;}
.CaseList li:hover .CaseArt h2{color: #fff;}

/* About */
.About{font-size: 0;background: url(About_bg.png) no-repeat top center;}
.AboutArt{width: 678px;height: 562px;padding-top: 70px;box-sizing: border-box;}
.AboutArt h1{font-size: 60px;color: #fff;font-weight: normal;height: 58px;line-height: 54px;margin-bottom: 31px;}
.AboutArt i{display: block;width: 74px;height: 3px;background: #fff;margin-bottom: 37px;}
.AboutArt p{font-size: 16px;color: #fff;line-height: 27px;width: 610px;}
.AboutArt ul{margin-top: 70px;}
.AboutArt li{display: inline-block;text-align: center;margin-right: 85px;}
.AboutArt li:last-child{margin-right: 0;}
.AboutArt li p{font-size: 20px;line-height: 19px;;color: #fff;width: auto;}
.AboutArt li h3{margin: 15px 0;}
.AboutArt li h3 span{font-size: 50px;color: #fff;font-family: "Arial";position: relative;}
.AboutArt li h3 span:after{content: '+';display: block;font-size: 24px;color: #fff;font-family: "Arial";position: absolute;top: 0;right: -15px;}
.About_i{width: 60px;height: 60px;margin: 0 auto;}
.About_i img{transition: ease .5s;}
.AboutArt li:hover .About_i img{transform: rotateY(180deg);}

/* News */
.News{font-size: 0;background: #f1f1f1;padding-bottom: 95px;}
.NewsTitle{text-align: center;padding-top: 92px;padding-bottom: 38px;}
.NewsTitle h2{font-size: 47px;color: #333;height: 46px;line-height: 43px;margin-bottom: 16px;}
.NewsTitle p{font-size: 20px;color: #858585;height: 20px;line-height: 18px;}
.NewsList li{display: inline-block;position: relative;height: 320px;}
.NewsImg{width: 380px;height: 157px;overflow: hidden;}
.NewsImg img{width: 100%;transition: 0.5s ease-in-out;}
.NewsArt{width: 357px;height: 214px;background: #fff;position: absolute;top: 106px;left: 0;right: 0;margin: auto;padding: 0 26px;padding-top: 33px;box-sizing: border-box;}
.NewsArt h2{font-size: 20px;color: #333;font-weight: normal;height: 20px;line-height: 19px;margin-bottom: 18px;}
.NewsArt span{font-size: 16px;color: #999;display: block;height: 12px;line-height: 12px;margin-bottom: 15px;}
.NewsArt p{font-size: 16px;color: #666;line-height: 27px;}
.NewsArt:before{content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;background: #a3a3a3;}
.NewsArt:after{content: "";display: block;width: 0;height: 2px;position: absolute;bottom: 0;left: 0;background: #068be9;transition: .5s ease-in-out;}
.NewsList li:hover .NewsArt h2{color: #068be9;}
.NewsList li:hover .NewsImg img{transform: scale(1.1);}
.NewsList li:hover .NewsArt:after{width: 100%;}

/* Join */
.Join{font-size: 0;background: url(Join_bg.png) no-repeat center top;text-align: center;padding-top: 51px;padding-bottom: 30px;}
.Join h2{font-size: 36px;color: #fff;font-family: 'Arial';height: 26px;line-height: 27px;margin-bottom: 30px;}
.Join p{font-size: 22px;color: #fff;height: 22px;line-height: 22px;margin-bottom: 52px;}
.Join a{font-size: 22px;color: #fff;width: 164px;text-align: center;height: 46px;line-height: 46px;display: block;background: #f8b62c;border-radius: 25px;margin: 0 auto;transition: .3s ease-in-out;border: 1px solid #fff;}
.Join a:hover{background: #068be9;}

.n_banner{margin: 0 auto;width: 100%;height: 300px;background: url(n_banner.jpg) center no-repeat;position: relative;background-color: #666;}
.n_banner h2{text-align: center;padding: 124px 0 3px 0;color: #fff;font-size: 30px;line-height: 38px;font-weight: normal;}
.n_banner h2 span{color: #ffd614;}
.weizhi{text-align: center;color: #7c7c7c;}
.weizhi a{color: #7c7c7c;}
.weizhi a:hover{color: #fff;}

/*内页内容*/
.mainC{background: #f1f1f1;}
.mainContent{margin:0 auto; width:1200px;padding: 40px 0;}

.list_left{float:left; width:270px;}
.list_left .title{height: 70px;background: #fff;line-height: 70px;text-align: center;border-top: 5px solid #068be9;overflow: hidden;border-top-right-radius: 10px;border-bottom: 1px solid #eee;}
.list_left .title strong{font-size: 30px;color: #000;}
.list_left .title span{color: #611c1e;font-size: 12px;}

/* .navlis{background:#fff; overflow:hidden; padding-top:10px}
.navlis li{display:block; width:230px; margin:0 20px 10px; height:32px; line-height:32px; text-align:center; background:#eee; border-radius:5px}
.navlis li a{display:block; width:230px; height:32px; color:#333}
.navlis li:hover{background:#068be9}
.navlis li:hover a{color:#fff}
.navlis .currclass{background:#f4aa30}
.navlis .currclass a{color:#5b1a1c} */
.navlis{overflow: hidden;background-color: #fff;border-bottom: 1px solid #ebebeb;font-size: 0;}
.navlis li{display: inline-block;}
.navlis li a{font-size: 14px;color: #737373;display: block;transition: .5s;text-align: center;width: 171px;height: 58px;line-height: 58px;overflow: hidden;box-sizing: border-box;}
.navlis li a:hover,.navlis li.currclass a{background-color: #f4f5f5;border-top: 4px solid #068be9;}

.bott{background:#fff;border-bottom:5px solid #068be9;border-bottom-left-radius:10px; overflow:hidden}
.bott_s{text-align: center;}
.bott li{display:block; width:100px; height:130px; margin:0 0 0 25px; float:left; float:left; margin-bottom:10px}
.bott li img{border-radius:50%; overflow:hidden; background:#eee}
.bott li:hover img{background:#068be9}
.bott li p{text-align:center; line-height:30px;color:#333;}

.list_right{width: 1200px;overflow: hidden;background: #fff;}
.list_right .rightTitle{padding: 20px;}
.list_right .rightTitle .first{margin: 0px; padding: 0px; box-sizing: border-box; outline: none; display: block; font-size: 30px; color: #2b2b2b; text-align: center;}
.list_right .rightTitle .two{margin: 0px 0px 22px; padding: 0px; box-sizing: border-box; outline: none; display: block; color: rgb(169, 169, 169); font-family: Arial; text-align: center;}
.list_right .rightTitle em{margin: 0px auto; padding: 0px; box-sizing: border-box; outline: none; display: block; width: 44px; height: 2px; background-color: #068be9;}

.list_right_Application{width: 1200px;padding: 0px 20px 20px;background: #fff;}

.content{height: 40px;padding-left: 20px;border-top: 5px solid #068be9;background: #fff;line-height: 40px;overflow: hidden;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.content .title{float: left;font-size: 20px;font-weight: bold;color: #000;}
.content .weizhi{float: right;font-size: 14px;line-height: 40px;margin-right: 0px;margin-right: 10px;color: #999;}
.content .weizhi a{color: #999;padding: 0 5px;}
.content .weizhi a:hover{color: #068be9;}

.list_contact{display:block;background: #fff;padding:20px; line-height:30px;font-size: 14px;border-top: 1px solid #eee;}
.list_contact .title{margin-bottom: 15px;width: 100%;font-size: 18px;color: #232323;font-weight: normal;text-align: center;}
.list_contact .date{padding: 0 20px;text-align: center;color: #666;font-size: 14px;padding-bottom: 10px;border-bottom: 1px dashed #ddd;}
.list_contact .contact{display:block; line-height:30px;margin-top:10px;padding: 20px 0px;}
.list_contact .contact #MyContent p span{background: none !important;}
.list_contact #next{display: block;border-top: dotted 1px #CCCCCC;margin-top: 15px;padding-top: 8px;height: 60px;line-height: 60px;color: #000;font-size: 16px;text-align: center;margin: 0 2.5%;overflow: hidden;}
.list_contact p{background: none !important;}
.list_contact p span{background: none !important;}
.list_contact p img{max-width: 1000px;}
.list_contact .contact video{width: 100%;}
.list_contact .contact .contactImg{text-align: center;max-width: 500px;margin: 0 auto;}
.list_contact .contact .contactImg img{width: 100%;}

.Message{font-size: 14px;padding: 70px 40px 30px;background: #068be9;color: #fff;width: 522px;height: 480px;box-sizing: border-box;display: inline-block;vertical-align: top;}
.Message input{width: 240px !important;background: none !important;border-color: #fff !important;border-radius: 0 !important;margin-left: 30px;}
.Message textarea{width: 266px !important;background: none !important;border-color: #fff !important;border-radius: 0 !important;margin-left: 30px;height: 100px !important;}
.Message li{width: 100% !important;}
.Message li:last-child{text-align: center;margin-top: 20px !important;}
.Message li:last-child input{margin-right: 0 !important;color: #fff;width: 100px !important;background: #f1f4f5 !important;color: #000;}

.list_contact_img{margin: 20px auto;}
.list_contact_img li{transition:.5s;margin:0 20px 30px;background-color:#fff;float: left;width: 360px;}
.list_contact_img li .contact_img{display: block;width: 360px;height:270px;overflow: hidden;}
.list_contact_img li .contact_img img{transition:.5s;display: block;width: 100%;height:100%;}
.list_contact_img li p{transition:.5s;color:#343434;font-size:14px;padding: 10px 17px 0 17px;height:55px;}
.list_contact_img li p i{transition:.5s;margin-top:12px;display: block;width: 25px;height:2px;background-color: #068be9;;}
.list_contact_img li.last_an{margin-right:0;}
.list_contact_img li:hover{background-color:#068be9;;}
.list_contact_img li:hover p{color: #fff;}
.list_contact_img li:hover p i{background-color: #fff;}
.list_contact_img li:hover .contact_img img{transform: scale(1.1);}

.list_Cer_img{margin: 20px auto;font-size: 0;}
.list_Cer_img li{display: inline-block;margin: 0 14px 20px;}
.list_Cer_img li .Cer_img{display: block;cursor: pointer;width: 270px;height: auto;overflow: hidden;border: 1px solid #ccc;}
.list_Cer_img li .Cer_img img{width: 100%;}
.list_Cer_img li p{text-align: center; height: 32px; line-height: 32px;color: #666;font-size: 14px;}
.list_Cer_img li:hover p{color: #068be9;}

.list_Case_img{margin: 20px auto;}
.list_Case_img ul{font-size: 0;}
.list_Case_img li{margin: 0 15px 30px;position: relative;display: inline-block;width: 370px;}
.list_Case_img li a b{display: block;width: 370px;height:555px;overflow: hidden;}
.list_Case_img li a img{display: block;width: 100%;}
.list_Case_img li a p,.list_Case_img li a:hover p i{width: 370px;height:555px;transform: translateY(0) translateX(0) scale(0.25);transition: all 0.35s;opacity: 0;filter: alpha(opacity=0);top:0;left:0;position: absolute;background: url("case_15.png");}
.list_Case_img li a:hover p ,.list_Case_img li a:hover p i{transform: translateY(0) translateX(0) scale(1);transition: all 0.55s;opacity: 1;filter: alpha(opacity=100);}
.list_Case_img li a .list_Case_img_art{overflow:hidden;font-size:14px;color:#999;background-color:#f1f1f1;line-height:25px;height:65px;width: 340px;padding-left:30px;}
.list_Case_img li a .list_Case_img_art span{float: left;margin-top: 20px;color: #2a2a2a;font-size: 17px;}
.list_Case_img li a .list_Case_img_art i{transition: .5s;margin-top: 15px;margin-right: 33px;float: right;width: 36px;height: 36px;background: url(case_20.png) no-repeat center;}
.list_Case_img li a:hover .list_Case_img_art i{margin-right:20px;}
.list_Case_img li a:hover p i{transition: all 0.35s;position:absolute;top:0;display:block;left:0;background: url("cas_03.png") no-repeat center;}
.list_Case_img li a:hover p i{transition: all 0.35s;}
.list_Case_img li a.tr_a{margin-right:0;}

.list_contact_Certification{display:block;margin-top: 20px;}
.list_contact_Certification li{width: 286px;display: inline-block;margin-right: 29px;margin-bottom: 15px;}
.list_contact_Certification li:nth-child(3n){margin-right: 0;}
.list_contact_Certification li div{border:solid 1px #ccc; padding:1px;width: 282px;height: 290px;overflow: hidden;}
.list_contact_Certification li div:hover{border:solid 1px #068be9;}
.list_contact_Certification li img{width: 100%;}
.list_contact_Certification li h4{text-align: center;line-height: 50px;font-weight: 100;font-size: 15px;background: #fcfcfc;transition: .3s ease-in-out;}
.list_contact_Certification li:hover h4{background: #068be9;color: #fff;}

.list_contact_Device{display:block;margin-top: 20px;}
.list_contact_Device li{width: 286px;display: inline-block;margin-right: 29px;margin-bottom: 15px;}
.list_contact_Device li:nth-child(3n){margin-right: 0;}
.list_contact_Device li div{border:solid 1px #ccc; padding:1px;width: 282px;height: 130px;overflow: hidden;}
.list_contact_Device li div:hover{border:solid 1px #068be9;}
.list_contact_Device li img{width: 100%;}
.list_contact_Device li h4{text-align: center;line-height: 50px;font-weight: 100;font-size: 15px;background: #fcfcfc;transition: .3s ease-in-out;}
.list_contact_Device li:hover h4{background: #068be9;color: #fff;}

/*新闻栏目*/
.list_News_left{float: left;width: 826px;overflow: hidden;}
.list_news li{background-color: #fff;box-shadow: 0 3px 2px #e1e1e1;width: 822px;padding: 30px;box-sizing: border-box;margin-bottom: 30px;}
.list_news li h2{font-size: 18px;color: #333;line-height: 21px;font-weight: normal;}
.list_news li h2 a{color: #333;}
.list_news li h2:hover a{color: #068be9;}
.list_news li span{display: block;color: #ccc;font-size: 14px;line-height: 24px;}
.list_news li span a{float: right;color: #ccc;}
.list_news li span:hover a{color: #068be9;}
.list_news li .nNewsImg{display: block;margin: 20px 0;width: 762px;height: 300px;line-height: 340px;overflow: hidden;}
.list_news li .nNewsImg img{width: 100%;vertical-align: middle;}
.list_news li p{font-size: 14px;line-height: 24px;color: #333;}

.list_News_right{float: right;width: 330px;}
.new_right_f1{margin-bottom:30px;width:265px;background-color: #fff;padding:30px;}
.new_right_f1 h1{font-size: 18px;height: 35px;color: #494949;border-bottom:1px solid #f1f1f1;}
.new_right_f1 h1 span{height:100%;display:inline-block;border-bottom:2px solid #068be9;}
.new_right_f1 img{display: block;margin-top:30px;}
.new_right_f1 ul{margin:20px 0 7px 0;padding-left:20px;list-style: disc;color: #999;}
.new_right_f1 ul li a{font-size: 14px;line-height: 24px;color: #333;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}
.new_right_f1 ul li a:hover{color:#068be9;}
.new_right_f1 ul li.qian a{font-size: 14px;line-height: 24px;}
.new_right_f1 ul li.qian a:hover{color:#068be9;}

.list_News_left_bg{background: #fff;padding: 20px;box-sizing: border-box;}
.list_News_left .title{margin-bottom: 15px;width: 100%;font-size: 18px;color: #232323;font-weight: normal;text-align: center;}
.list_News_left .date{height: 30px;line-height: 30px;color: #666;font-size: 14px;text-align: center;border-bottom: 1px solid #cecece;padding-bottom: 10px;}
.list_News_left .contact{margin: 10px 0;}
.list_News_left .contact p{font-size: 14px;color: #333;line-height: 30px;}
.list_News_left #next{display: block;border-top: dotted 1px #CCCCCC;margin-top: 15px;padding-top: 8px;height: 40px;line-height: 48px;color: #000;font-size: 14px;text-align: center;margin: 0 2.5%;overflow: hidden;}

/* 视频栏目 */
.list_Video_img{background: #f1f1f1;}
.VideoTitle{border-bottom: 1px solid #e6e8ee;height: 78px;text-align: center;}
.VideoTitle h2{display: block;font-weight: normal;font-size: 30px;color: #2b2b2b;line-height: 45px;}
.VideoTitle p{margin-bottom: 22px;display: block;font-size: 14px;color: #a9a9a9;font-family: 'Arial';line-height: 21px;}
.VideoTitle i{display: block;margin: 0 auto;width: 44px;height: 2px;background-color: #068be9;}
.VideoList ul{padding-top: 50px;}
.VideoList>p{line-height: 50px;margin-top: 50px;background: #fff;padding-left: 10px;}
.VideoList li{display: inline-block;margin: 0 49px 50px 0;width: 260px;}
.VideoList li:nth-child(4n){margin-right: 0;}
.VideoList li .nVideoImg{cursor: pointer;display: block;border-radius: 5px;width: 260px;height: 165px;overflow: hidden;}
.VideoList li .nVideoImg img{width: 100%;}
.VideoList li p{text-align: center;display: block;height: 38px;color: #333;font-size: 14px;line-height: 38px;}
.VideoList li:hover p{color: #068be9;}

/* 产品栏目 */
.list_product_contact{margin: 20px auto;}
.list_product_contact ul{font-size: 0;}
.list_product_contact li{display: inline-block;margin: 0 10px;margin-bottom: 20px;width: 280px;vertical-align: top;}
.nProduct_img{height: 210px;line-height: 210px;text-align: center;font-size: 0;overflow: hidden;}
.nProduct_img img{display: inline-block;width: auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;transition: 0.5s ease-in-out;}
.list_product_contact li:hover .nProduct_img img{transform: scale(1.1);}
.nProduct_Art{padding: 5px 20px;background: #f7f7f7;min-height: 103px;}
.nProduct_Art h2{margin: 0;font-size: 18px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;}
.nProduct_Art p{font-size: 14px;margin-top: 0;line-height: 24px;color: #999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;padding-bottom: 10px;}

/* 搜索栏目 */
.photolisting{margin: 20px auto;}
.photolisting ul{font-size: 0;}
.photolisting li{position: relative;width: 281px;min-height: auto;float: left;margin-right: 26px;margin-bottom: 20px;padding-top: 15px;overflow: hidden;background: #fff;}
.photolisting li:nth-child(3n){margin-right: 0;}
.photolisting li .nProductImg{position: relative;display: block;width: 281px;height: 210px;text-align: center;overflow: hidden;}
.photolisting li .nProductImg img{height: 100%;}
.photolisting .nProductArt{padding-top: 5px;position: relative;box-sizing: border-box;text-align: center;}
.photolisting .nProductArt h2{padding-bottom: 5px;font-size: 16px;font-weight: normal;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}
.photolisting .nProductArt h2 a{color: #666;}
.photolisting li:hover .nProductArt h2 a{color: #068be9;}
.photolisting .nProductArt p{color: #999;font-size: 12px;}
.photolisting .nProductArt>a{opacity: 0;position: absolute;bottom: 28px;right: 23px;display: block;width: 12px;height: 12px;z-index: 10;transition: .3s ease-in-out;}
.photolisting li:hover .nProductArt>a{opacity: 1;}

/*产品内容页*/
#list_info{margin-bottom: 25px;overflow: hidden;border-top: 20px solid #f1f1f1;}
#list_info .detailed{display: block;margin-bottom: 30px;height: 60px;line-height: 60px;color: #1c1c1c;font-size: 16px;text-align: center;border-bottom: 1px solid #edf0f0;}
#list_product_content{display:block; clear:both;margin:35px auto 20px;}
#list_product_content .title{font-size:18px; display:block; text-align:center; font-weight:bold; height:45px; line-height:45px;}
#list_product_content .contact{color: #666;font-size: 16px;line-height: 30px;padding: 0px 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:20px;}
.prodtitle{font-size: 30px;color: #333;letter-spacing: 1px;font-weight: 600;padding: 0 30px;padding-top: 10px;padding-left: 0;line-height: 30px;margin-bottom: 33px;}
.products_show_1{display:block;padding-bottom: 20px;width: 1020px;margin: 0 auto;}
.show_left{float: left; width:440px;}
.show_right{width:515px; 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;min-height: 10px;overflow: auto;}
.show_right .d_contact::-webkit-scrollbar{display:none}
.show_right a.nProductZx{text-align: center;transition: .5s;display: block;width: 210px;height: 42px;line-height: 42px;background-color: #068be9;color: #fff;}
.show_right a.nProductZx:hover{background-color: #0071ad;}

.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;margin-right: 10px;}
.list_order li span em{padding-right:2px; font-style:normal;}
.list_order .li01{width:440px; float:left;}
.list_order .li02{width:440px; float:left;}
.list_order .li03{width:440px; 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:#068be9; 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:#068be9; 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:#068be9;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:440px; max-width:440px; border:solid 1px #eee;}
div.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;display:none;text-align:center;overflow:hidden;width: 440px;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(zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:440px;}
.spec-preview:after{content: '';display: block;clear: both;}
.spec-scroll{clear: both;margin-top: 5px;position: absolute;left: 49.7%;top: 875px;}
.spec-scroll .prev,.spec-scroll .next{border: 1px solid #e3e3e3;display: block;text-align: center;width: 30px;height: 78px;line-height: 78px;cursor: pointer;text-decoration: none;}
.spec-scroll .prev{float: left;background:url(n_left_i2.png) no-repeat center #fff;}
.spec-scroll .next{float: right;background:url(n_right_i2.png) no-repeat center #fff;}
.spec-scroll .prev:hover{background:url(n_left_i1.png) no-repeat center #fff;}
.spec-scroll .next:hover{background:url(n_right_i1.png) no-repeat center #fff;}
.spec-scroll .items{float:left;position:relative;width:340px;height:80px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:80px;}
.spec-scroll .items ul li{float: left;width: 85px;text-align: center;}
.spec-scroll .items ul li img{border: 1px solid #e3e3e3;width: 78px;height: 78px;cursor: pointer;}
.spec-scroll .items ul li img:hover{border-color: #068be9;}
.spec-scroll .items ul li img.hover{border-color: #068be9;}
.list-paddingleft-2 li{min-width: 50%;display: inline-block;}

/*分页*/
#fenye{clear:both; padding: 10px 0 20px 0;font-size: 14px;}
#fenye table{margin: 0 auto;}
#fenye .prev_h,#fenye .next_h{width:70px; text-align:center;line-height:31px;}
#fenye a.curr{width:31px;background:#068be9; border:1px solid #fff; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited{color:#fff;}
#fenye a{color:#333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:31px;line-height:31px;text-decoration:none;}
#fenye a.num{width:31px;}
#fenye a:visited{color:#333;} 
#fenye a:hover{float:left;}
#fenye span{line-height:30px; font-size:13px; height:31px;}

/*在线留言*/
.n_message{width: 530px;margin: 0 auto;border: 1px solid #eee;padding: 20px;border-radius: 16px;overflow: hidden;text-align: center;}
.MessageTitle{font-size: 24px;font-weight: bold;color: #000;text-align: center;line-height: 50px;margin-bottom: 30px;}
.MessageForm li{width: 540px;height: 32px;display: block;margin-bottom: 20px;}
.MessageForm li:nth-child(3){width: 540px;height: 100px;display: block;margin-bottom: 20px;}
.MessageForm li label{display: block;width: 60px;height: 32px;float: left;line-height: 32px;font-size: 14px;color: #333;}
.MessageForm li input{display: block;width: 470px;height: 32px;float: left;border-radius: 16px;border: none;outline: none;text-indent: 10px;border: 1px solid #eee;background: #f4f4f4;}
.MessageForm li input::placeholder{color: #ababb1;font-size: 12px;}
.MessageForm li textarea{display: block;width: 450px;height: 80px;float: left;border-radius: 16px;border: none;outline: none;padding: 10px;border: 1px solid #eee;background: #f4f4f4;}
.MessageForm li textarea::placeholder{color: #ababb1;font-size: 12px;}
.MessageForm li:last-child input{display: block;width: 215px;height: 32px;overflow: hidden;float: left;border: none;margin-left: 60px;cursor: pointer;background: #b81b26;border-radius: 16px;color: #fff;line-height: 32px;}

.C_Message{margin-top: 48px;font-size: 0;}
.C_Message li:first-child .txt{margin-left:0;}
.C_Message .txt{background-color: #ffffff;text-indent:1em;font-size:13px;color:#919191;margin:0 0 20px 19px;float: left;width: 49%;line-height:36px;height:36px;border:1px solid #ededed;outline: none;}
.C_Message .txt::placeholder{font-size:13px;color:#919191;}
.C_Message textarea{background-color: #ffffff;border:1px solid #ededed;height:178px;text-indent:1em;font-size:13px;color:#919191;line-height:36px;width: 100%;outline: none;}
.C_Message textarea::placeholder{font-size:13px;color:#919191;}
.con_sub{text-align: center;margin:30px 0 45px 0;}
.con_sub input{cursor:pointer;transition:.5s;-webkit-transition:.5s;border:none;margin:0 9px;display:inline-block;width: 130px;line-height: 37px;height:37px;background-color: #666;font-size: 14px;color: #fff;}
.con_sub input:hover{background-color: #009ced;}

/*右边浮动*/
.floating_ck{position:fixed;right:0px;top:30%; z-index:99999999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#068be9;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:#068be9;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(qq.png);}
.consults{background-image: url(dz.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:#068be9;border-bottom:solid 1px #068be9;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;}

/*footer*/
.footer{width: 100%;background: #2b323a;font-size: 0;}
.footerNav{padding-top: 73px;padding-bottom: 42px;border-bottom: 1px solid #42464a;}
.footerNav h2{font-size: 20px;color: #fff;display: inline-block;margin-right: 119px;}
.footerNav li{display: inline-block;margin-right: 123px;}
.footerNav li:last-child{margin-right: 0;}
.footerNav li a{font-size: 16px;color: #fff;}
.footerNav li:hover a{color: #068be9;}
.Information{padding-bottom: 40px;}
.footerContact{margin-top: 64px;float: left;}
.footerContact h2{font-size: 20px;color: #fff;font-weight: normal;height: 20px;line-height: 19px;margin-bottom: 41px;}
.footerContact p{font-size: 16px;color: #c3c3c3;height: 16px;line-height: 16px;margin-bottom: 21px;}
.FooterTel{float: right;margin-top: 48px;}
.FooterTelLeft{display: inline-block;margin-right: 22px;vertical-align: top;margin-top: 12px;text-align: right;}
.FooterTelRight{display: inline-block;}
.FooterTelLeft a{width: 128px;height: 38px;display: inline-block;font-size: 16px;color: #fff;background: #068be9;text-align: center;line-height: 38px;margin-bottom: 30px;}
.FooterTelLeft a:hover{background: #f8b62c;}
.FooterTelLeft img{vertical-align: middle;margin-right: 8px;}
.FooterTelLeft span{vertical-align: middle;}
.FooterTelLeft p{font-size: 16px;color: #fff;height: 16px;line-height: 15px;margin-bottom: 10px;}
.FooterTelLeft h2{font-size: 24px;color: #fff;font-family: 'Arial';height:
19px;line-height: 19px;font-style: oblique;}
.footerBottom{height: 90px;line-height: 90px;overflow: hidden;border-top: 1px solid #42464a;}
.footerBottomLeft{float: left;}
.footerBottomRight{float: right;}
.footerBottom span{font-size: 14px;color: #c3c3c3;display: inline-block;height: 90px;line-height: 90px;}
.footerBottom span a{color: #c3c3c3;transition: .3s ease-in-out;height: 90px;line-height: 90px;}
.footerBottom span a:hover{color: #068be9;}