/* banner  */
.banner{clear:both;position:relative;z-index:1;width:100%;height:650px;overflow:hidden;}
.banner .hd{position:absolute;left:0;bottom: 20px;width:100%;text-align:center;}
.banner .hd li{display:inline-block;*display:line;*zoom:1;margin: 0 5px;width: 30px;height: 30px;cursor:pointer;background: url(../image/baner_box01.png) no-repeat center center;text-indent: -999px;overflow: hidden;}
.banner .hd li.cur{background: url(../image/baner_box02.png) no-repeat center center;}
.banner .bd,.banner .bd ul{height:650px;}
.banner .bd li{position:relative;width:100%;height:650px;}
.banner .bd li a{display:block;position:absolute;left:50%;top:0;margin-left:-975px;width:1920px;height:650px;}
.banner .bd li a img{display:block;position:absolute;left:50%;top:0;margin-left:-975px;width:1920px;height:650px;}
.banner .prev,.banner .next{position:absolute;z-index:999;top:50%;margin-top:-30px;width:58px;height:58px;cursor:pointer;opacity:0;transition: all 1s;}
.banner .prev{left:2%;background:url(../image/banner_prev.png) no-repeat;}
.banner .prev:hover{background:url(../image/banner_prev02.png) no-repeat;}
.banner .next{right:2%;background:url(../image/banner_next.png) no-repeat;}
.banner .next:hover{background:url(../image/banner_next02.png) no-repeat;}
.banner:hover .prev,.banner:hover .next{opacity:1;}
/* banner End */

/* 长期信赖  */
.Partner{padding: 60px 0;overflow: hidden;background-color: #fff;min-height: 500px;}

.Partner-Group{margin-top: 30px;}
.Partner-Group .item{border: 1px #e6e6e6 solid;float: left;width: 238px;height: 120px;overflow: hidden;margin: 10px;}
.Partner-Group .item a{display: block;font-size: 14px;color: #333;text-align: center;line-height: 120px;}
.Partner-Group .item:hover a{color: #154a9a;font-weight: bold;}
.Partner-Group .item:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);position: relative;z-index: 9;}
.Partner-Group .item img{display: block;width: 238px;height: 120px;transition: .8s all;}
.Partner-Group .item:hover img{transform: scale(1.1);}
/* 长期信赖 End */

/* 内容标题  */
.Title{text-align: center;animation: fadeinT 1s ease-out backwards;}
.Title h3{color: #154a9a;font-size: 32px;transition: .8s all;}
.Title:hover h3{transform: translateY(-10px);}
.Title h3 a{color: #000;font-family: "Rubik", "ff400";}
.Title h3 a b{font-family: "Rubik", "ff400";color: #154a9a;margin-left: 5px;}
.Title p{font-size: 16px;color: #000;margin-top: 5px;}
/* 内容标题 End */

/* 见证成长  */
.Certificate{padding: 60px 0;overflow: hidden;background-color: #f5f5f5;min-height: 380px;}

.Certificate-Con{margin-top: 30px;position: relative;}

.Certificate-Group .item{width: 298px;float: left;border: 1px #e6e6e6 solid;overflow: hidden;background-color: #fff;margin: 10px;}
.Certificate-Group .item span{width: 298px;display: block;overflow: hidden;}
.Certificate-Group .item span img{width: 298px;display: block;transition: .8s all;}
.Certificate-Group .item:hover span img{transform: scale(1.05);}
.Certificate-Group .item p{font-size: 16px;color: #666;padding: 10px 10px 20px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.Certificate-Con i{width: 60px;height: 60px;display: block;cursor: pointer;overflow: hidden;position: absolute;top: 50%;margin-top: -30px;}
.Certificate-Con i img{width: 60px;height: 60px;display: block;}
.Certificate-Con i.prev{left: -100px;}
.Certificate-Con i.next{right: -100px;}
/* 见证成长 End */
 
/* 产品中心  */
.Product{padding: 60px 0;overflow: hidden;background-color: #fff;}

.Product-Con{margin-top: 40px;}

.Product-Nav{text-align: center;}
.Product-Nav ul{border: 1px #d9d9d9 solid;border-radius: 50px;display: inline-block;*display: inline;*zoom: 1;overflow-y: hidden;}
.Product-Nav ul li{font-size: 14px;height: 40px;line-height: 40px;width: 130px;border-left: 1px #d9d9d9 solid;float: left;}
.Product-Nav ul li:first-child{border-left: none;}
.Product-Nav ul li a{display: block;color: #808080;}
.Product-Nav ul li.cur{background-color: #154a9a;}
.Product-Nav ul li.cur a{color: #fff;}

.Product-Box{margin-top: 40px;}

.Product-Group .item{float: left;border: 1px #d9d9d9 solid;box-sizing: border-box;width: 301px;margin: 10px;}
.Product-Group .item:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);position: relative;z-index: 9;}
.Product-Group .item .pic{width: 299px;overflow: hidden;padding-top: 10px;}
.Product-Group .item .pic img{width: 299px;display: block;transition: .8s all;}
.Product-Group .item:hover .pic img{transform: scale(1.1);}
.Product-Group .item .text{padding: 20px 20px 35px;}
.Product-Group .item .text h3{font-weight: normal;}
.Product-Group .item .text h3 a{color: #333;display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.Product-Group .item .text p{font-size: 14px;color: #333;line-height: 20px;margin-top: 10px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.Product-Group .item .text h4{font-weight: normal;overflow: hidden;margin-top: 35px;}
.Product-Group .item .text h4 a.More{display: block;float: left;width: 105px;height: 30px;line-height: 30px;border-radius: 50px;color: #666;font-size: 14px;border: 1px #ddd solid;text-align: center;}
.Product-Group .item:hover .text h4 a.More{background-color: #154a9a;color: #fff;border: 1px #154a9a solid;}
.Product-Group .item .text h4 a.lxwm{display: block;float: left;width: 32px;height: 32px;background: url(../image/lxzxIcon.png) no-repeat center center;margin-left: 20px;}
/* 产品中心 End */

/* 合资企业  */
.Joint{padding: 60px 0;overflow: hidden;background: url(../image/Joint_Bg.jpg) center center;}

.Joint-Con{margin-top: 40px;}
.Joint-Con dl{width: 640px;position: relative;float: left;animation: fadeinL 1s ease-out backwards;background: #f2f2f2;border: 1px solid #ddd;}
.Joint-Con dl dt{width: 660px;height: 420px;overflow:hidden;}
.Joint-Con dl dt img{display: block;width: 660px;height: 420px;transition: .8s all;}
.Joint-Con dl:hover dt img{transform: scale(1.1);} 
.Joint-Con dl dd{height: 45px;line-height: 45px;background: rgba(0,0,0,0.7);position: absolute;left: 0;bottom: 0;width: 602px;padding: 0 3%;color: #fff;font-size: 17px;}

.Joint-Con ul{width: 630px;float: right;margin-top: -8px;animation: fadeinR 1s ease-out backwards;}
.Joint-Con ul li{float: left;width: 300px;position: relative;margin-left: 9px;margin-top: 8px;background: #f2f2f2;border: 1px solid #ddd;}
.Joint-Con ul li:nth-child(2n+1){margin-left: 0;}
.Joint-Con ul li span{width: 300px;height: 206px;overflow: hidden;display: block;}
.Joint-Con ul li span img{width: 300px;height: 206px;display: block;transition: .8s all;}
.Joint-Con ul li:hover span img{transform: scale(1.1);}
.Joint-Con ul li p{font-size: 15px;color: #fff;height: 40px;line-height: 40px;padding: 0 5%;width: 90%;background: rgba(0,0,0,0.7);position: absolute;left: 0;bottom: 0;}
/* 合资企业 End */

/* 走进<?php $mysite=dr_site_value('hdtp');?>{$mysite}  */
.About{padding: 60px 0;overflow: hidden;background-color: #fff;}

.About-Con{margin-top: 40px;}

.About-Left{width: 660px;position: relative;animation: fadeinL 1s ease-out backwards;}

.About-Group ul li{width: 660px;float: left;height: 408px;overflow: hidden;}
.About-Group ul li img{display: block;width: 660px;height: 408px;transition: .8s all;}
.About-Group ul li:hover img{transform: scale(1.1);}

.About-Left i{width: 46px;height: 46px;display: block;cursor: pointer;overflow: hidden;position: absolute;top: 0;z-index: 9;}
.About-Left i img{width: 46px;height: 92px;display: block;}
.About-Left i:hover img{position: relative;top: -46px;}
.About-Left i.prev{right: 0;}
.About-Left i.next{right: -46px;}

.About-Right{width: 550px;animation: fadeinR 1s ease-out backwards;max-height: 400px;overflow: hidden;}
.About-Right h3{font-weight: normal;font-size: 28px;}
.About-Right h3 a{display: block;/*! color: #154a9a; */font-family: "Rubik", "ff700";}
.About-Right p{font-size: 14px;color: #666;line-height: 25px;margin-top: 30px;}
.About-Right i{width: 1px;height: 50px;background-color: #154a9a;display: block;margin: 60px 0;}
.About-Right a.More{font-size: 14px;color: #666;width: 100px;height: 42px;line-height: 42px;text-align: center;border: 1px #e6e6e6 solid;display: block;}
.About-Right a.More b{width: 3px;height: 6px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin-left: 10px;background: url(../image/sjx.png) no-repeat center;}
/* 走进<?php $mysite=dr_site_value('hdtp');?>{$mysite} End */

/* 资讯频道  */
.News{padding: 60px 0;overflow: hidden;background: #f5f5f5 url(../image/serve-bg.jpg) center center;background-position: center bottom;} 

.News-Con{margin-top: 30px;overflow: hidden;}

.News-Title{overflow: hidden;border-bottom: 1px #e6e6e6 solid;}
.News-Title ul{float: left;}
.News-Title ul li{float: left;font-size: 16px;padding-bottom: 10px;margin-left: 40px;position: relative;}
.News-Title ul li:after{content: "";width: 1px;height: 18px;background-color: #e6e6e6;display: block;position: absolute;left: -20px;top: 2px;}
.News-Title ul li:first-child:after{display: none;}
.News-Title ul li:first-child{margin-left: 0;font-weight: bold;}
.News-Title ul li a{color: #333;}
.News-Title ul li.cur{border-bottom: 2px #154a9a solid;}
.News-Title ul li.cur a{color: #154a9a;}
.News-Title a.More{float: right;font-size: 14px;color: #999;display: block;}

.News-Left{float: left;width: 560px;animation: fadeinL 1s ease-out backwards;}

.News-Box{margin-top: 30px;}

.News-Group .item{overflow: hidden;border-top: 1px #e6e6e6 solid;padding-top: 20px;margin-top: 20px;}
.News-Group .item:first-child{margin-top: 0;padding-top: 0;border-top: none;}
.News-Group .item .pic{width: 240px;height: 169px;overflow: hidden;float: left;}
.News-Group .item .pic img{display: block;width: 240px;height: 169px;transition: .8s all;}
.News-Group .item:hover .pic img{transform: scale(1.1);}
.News-Group .item .text{width: 300px;float: right;}
.News-Group .item .text h3{font-weight: normal;font-size: 16px;color: #333;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.News-Group .item:hover .text h3{color: #154a9a;}
.News-Group .item .text p{font-size: 14px;color: #666;line-height: 25px;margin-top: 10px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.News-Group .item .text span{display: block;font-size: 14px;color: #999;background: url(../image/News_Icon.png) no-repeat center right;margin-top: 20px;}

.Questions{float: right;width: 560px;animation: fadeinR 1s ease-out backwards;}
.Questions h2{overflow: hidden;font-weight: normal;border-bottom: 1px #e6e6e6 solid;padding-bottom: 10px;}
.Questions h2 a{display: block;overflow: hidden;}
.Questions h2 span{font-size: 16px;color: #333;display: block;float: left;}
.Questions h2 em{display: block;float: right;font-size: 14px;color: #999;}

.Questions-Con{margin-top: 30px;}
.Questions-Con .tempWrap{height: 382px !important;}
.Questions-Con ul li{border-top: 1px #e6e6e6 solid;padding-top: 26px;margin-top: 26px;}
.Questions-Con ul li a{display: block;background: url(../image/QuestionsIcon.png) no-repeat center left;padding-left: 54px;}
.Questions-Con ul li:first-child{margin-top: 0;padding-top: 0;border-top: none;}
.Questions-Con ul li h3{font-weight: normal;font-size: 18px;color: #333;}
.Questions-Con ul li:hover h3{color: #154a9a;}
.Questions-Con ul li p{font-size: 14px;color: #666;margin-top: 20px;line-height: 25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
/* 资讯频道 End */

/* 搜索  */
.SearchFor{height: 55px;line-height: 55px;background-color:#fff;border-bottom: 1px #e6e6e6 solid;}

.SearchFor .keyword {font-size: 15px;color: #333;height: 55px;width: 770px;}
.SearchFor .keyword span {float: left;height: 55px;line-height: 55px;color: #333;}
.SearchFor .keyword p {float: left;height: 55px;line-height: 55px;}
.SearchFor .keyword p a {float: left;height: 55px;line-height: 55px;color: #999;font-size: 15px;padding: 0 8px;}
.SearchFor .keyword p a:hover {color: #154a9a;}
.SearchFor form{border-left: 1px #e6e6e6 solid;height: 55px;}
.SearchFor .inp {width: 270px;height: 55px;overflow: hidden;position: relative;}
.SearchFor .inp input {float: left;border:none;height: 55px;line-height: 55px;width: 171px;font-size: 15px;color: #999;background: none;outline: none;padding: 0 20px;}
.SearchFor .inp button {display: block;cursor: pointer;background:  no-repeat;border:  none;position: absolute;outline: none;right: 0;top: 0;height: 55px;padding: 0;}
.SearchFor .inp button i {display: block;width: 59px;height: 55px;background: url(../image/SearchIcon.jpg) no-repeat right center;}
/* 搜索 End */

/* 解决方案  */
.Solution{padding: 60px 0;overflow: hidden;background: url(../image/Joint_Bg.jpg) center center;min-height: 300px;}

.Solution-Con{margin-top: 35px;position: relative;}

.Solution-Group ul li{width: 595px;float: left;margin-right: 10px;position: relative;}
.Solution-Group ul li span{width: 595px;height: 372px;overflow: hidden;display: block;}
.Solution-Group ul li span img{display: block;width: 595px;height: 372px;transition: .8s all;}
.Solution-Group ul li:hover span img{transform: scale(1.1);}
.Solution-Group ul li .text{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0,0,0,.7);height: 78px;overflow: hidden;}
.Solution-Group ul li:hover .text{background-color: #154a9a;}
.Solution-Group ul li .text h3{width: 140px;text-align: center;font-weight: normal;font-size: 20px;float: left;line-height: 25px;background: url(../image/Solution_Box.png) no-repeat center right;height: 78px;line-height: 78px;}
.Solution-Group ul li .text h3 a{display:block;margin:0 auto;color: #fff;}
.Solution-Group ul li .text p{float: right;width: 454px;overflow: hidden;margin-top: 14px;}
.Solution-Group ul li .text p a{font-size: 16px;color: #fff;line-height: 25px;height: 25px;width: 18%;display: block;text-align: center;float: left;padding: 0 15px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.Solution-Con i{width: 60px;height: 60px;display: block;cursor: pointer;overflow: hidden;position: absolute;top: 50%;margin-top: -30px;}
.Solution-Con i img{width: 60px;height: 60px;display: block;}
.Solution-Con i.prev{left: -100px;}
.Solution-Con i.next{right: -100px;}
/* 解决方案 End */

/* 技术博士  */
.Technical{padding: 90px 0;overflow: hidden;background: url(../image/Technical_Bg.jpg) no-repeat center center;height: 616px;background-size: cover;}

.Technical-Con{margin-top: 30px;position: relative;}
.Technical-Con ul{position: relative;z-index: 9;top: 55px;}
.Technical-Con ul li{width: 230px;text-align: right;margin-top: 70px;animation: flipinX 1s ease-out backwards;}
.Technical-Con ul li:first-child{margin-top: 0;}
.Technical-Con ul li h3{font-size: 20px;color: #154a9a;}
.Technical-Con ul li h3 em{display: block;font-size: 20px;color: #333;margin: 5px 0 20px;}
.Technical-Con ul li p{font-size: 14px;color: #333;line-height: 25px;}
.Technical-Con ul.ul02 li{text-align: left;}
.Technical-Con span.img{width: 880px;height: 524px;display: block;position: absolute;left: 50%;margin-left: -440px;top: 0;}
.Technical-Con span.img img{width: 880px;height: 524px;display: block;}
/* 技术博士 End */