@charset "utf-8";
/* CSS Document */
/*index*/
.line-title {padding: 20px 0;margin-bottom: 20px;overflow: hidden;text-align: center;}
.line-title h2 {position: relative; font-size: 30px;margin-top: 0px;color:#333;line-height:40px;}
.line-title h2:before {content: "";width: 18px;height: 1px;background: #000;position: absolute;top: 24px;left: 38%;}
.line-title h2:after {content: "";width: 18px;height: 1px;background: #000;position: absolute;top: 24px;right: 38%;}
.line-title span {display: block; font-size:16px;color:#a4a4a4;margin: 5px auto 0px auto;text-transform: uppercase;}


/*关于我们*/
.home_about{padding-top:20px;padding-bottom:50px;overflow: hidden;}
.ab_box {margin-top: 30px;display: block;/* overflow: hidden; */}
.ab_box dl dt{width: 48%;float: left;}
.ab_box dl dt a{border: 1px solid #eee;display: block;box-shadow: 10px 10px 0 #d2d2d2;}
.ab_box dl dt img{display: block;margin: auto;} 
.ab_box dl dd{width: 48%;float: right;}
.ab_box dl dd h3{font-size:28px;color: #333333;font-weight: normal;line-height:50px;}
.ab_box dl dd em{display: block;letter-spacing:1px;font-size: 14px;color: #cccccc;margin-bottom:35px;font-weight: normal;font-family: "Arial";position:relative;}
.ab_box dl dd em:after{content:'';display: block;width:150px;height:1px;background:#bbbdbc;position:absolute;top:40px;left:0;}
.ab_box dl dd .wz{font-size: 15px;height: 128px;color: #666666;line-height:32px;overflow: hidden;}

.ab_list{ height:100px;margin-bottom:30px;margin-top: 30px;}
.ab_list li{float:left; width:24.5%; border-right:#ddd solid 1px; height:100px; text-align:center; font-size:14px;}
.ab_list li .abico{ padding:16px 0;}
.ab_list li .abico i{font-size: 28px;}
.ab_list li .abico p{margin-top: 10px;}
.ab_list li:hover .abico{}
.ab_list li:nth-child(1){border-left: #ddd solid 1px;}

/*Number*/
.mumping{height: auto;margin-top: 30px;overflow: hidden;}
.mumping .digital li {float: left;width:25%;color: #666;font-size: 14px;}
.mumping .num_items{border-right: 5px solid #ffffff;height: 90px;padding:15px 0;background: #f5f5f5;}
.num_items .num_t{text-align: center;}
.mumping .digital li span {font-size: 50px;color: #333;font-family: "Impact";display: inline-block;line-height: 50px;}
.mumping .digital li i {font-size: 20px;color: #fff;display: inline-block;width: 35px;height: 35px;text-align: center;line-height: 35px;overflow: hidden;background: #e1a104;border-radius: 50%;margin-left: 10px;}
.mumping .digital li p {display: block;height:30px;line-height: 30px;overflow: hidden;padding: 10px 0 0;width: 100%;text-align: center;}

@media only screen and (max-width:1199px) {
.home_about .skinw{width: 95%;margin:0 auto;}
}
@media only screen and (max-width:1024px){
.ab_box dl dd h3{font-size: 20px;line-height:30px;}
.ab_box dl dd em{letter-spacing:0px;font-size: 13px;margin-bottom:15px;}
.ab_box dl dd em:after{display: none;}
}
@media only screen and (max-width:767px) {
.ab_box dl dt{width: 100%;}
.ab_box dl dt img{width: 100%;}
.ab_box dl dd{width: 100%;margin-top: 30px;}

.mumping .digital li{width: 50%;margin-bottom: 5px;}
}


/*PRODUCT系列*/
.home_product{padding-top: 20px;padding-bottom: 40px;overflow: hidden;}
.tab-block {background: #ffffff;border: 1px solid #e5e5e5;}
.tab-button {width: 100%;height: 60px;background-color: #f5f5f5;}
.tab-button h3 {width: 50%;float: left;height: 60px;text-align: center;font-size: 16px;color: #4b4949;line-height: 60px;position: relative;cursor: pointer;font-weight: normal;}
.tab-button h3.on:after {content: '';position: absolute;top: -1px;left: 0;width: 100%;height: 3px;background-color: #0092dc;}
.tab-button h3.on {background-color: #fff;color: #333;}

.tabs{overflow: hidden;background: url(../images/index_probg.jpg)no-repeat center}
.tab-item {padding:50px 0;overflow: hidden;}
.information-left {width: 50%;overflow: hidden;position: relative;float: left;}
.information-left h1{font-size: 24px;margin-bottom: 5px;color: #0092dc;}
.information-left i{display: block; font-size: 16px;margin-bottom: 5px;color: #000;font-weight: bold;}
.information-left p{font-size: 14px;line-height: 25px;color: #666;margin-bottom: 5px}
.information-left a{display: inline-block;border: 1px solid #0b74a9;font-size: 15px;color: #fff;padding: 8px 36px 8px 66px;background: #0092dc url(../images/xl_ico1.png)no-repeat 30px;margin-top: 10px;margin-right: 20px;}
.information-right {width: 46%;overflow: hidden;float: right;}
.information-right img{display: block;width: 100%;}

@media only screen and (max-width:1199px) {
.tab-item .skinw{width: 95%;margin: auto;}
}
@media only screen and (max-width:600px){
.home_product{width: 95%;margin: auto;}
.tabs {background-size:cover}
.information-left{width: 100%;}
.information-right{width: 100%;}
}


/*YOUSHI*/
.home_youshi{padding-bottom:60px;overflow: hidden;}
.youshibox dl{float: left;width: 290px;margin-left:5px;margin-right: 5px; transition: all 0.3s linear 0s;}
.youshibox dl dt img{display: block;width: 100%; border-bottom-right-radius:25px;border-top-left-radius:25px;}
.youshibox dl:nth-child(2n) dt img{border-bottom-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:25px;border-top-right-radius:25px;}
.youshibox dl dd {width:100%;text-align: center;position: relative;z-index: 10;}
.youshibox dl dd em {background: url(../images/ys_y01.png) no-repeat;display: block;width: 68px;height: 75px;margin: -35px auto 0;}
.youshibox dl dd em img {width: 68px;height: 68px;}
.youshibox dl dd h5 {font-size: 18px;color: #333;padding: 15px 0 0;}
.youshibox dl:hover dd em {background: url(../images/ys_y02.png) no-repeat;}
.youshibox dl:hover{transform: translate(0,-30px);}

@media only screen and (max-width:1199px){
.home_youshi .skinw{width:95%;margin: auto;}
.youshibox dl{width:calc(25% - 10px);}
}
@media only screen and (max-width:500px){
.youshibox dl{width:calc(50% - 10px); margin-bottom: 20px;}
}



/*案例*/
.home_case{padding-bottom: 60px;padding-top:20px; background: #F7F7F7;}
.h_case{overflow: hidden;}
.h_case li{width: 24%;float: left;display: block;margin-left: 1.33%;}
.h_case li:nth-child(1){margin-left:0;}
.h_case li img{width: 100%; display: block}
.h_case li h5{font-size:16px;text-align: center;font-weight: normal;background: #333;color: #FFF;height: 57px;line-height: 57px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.h_case li a{position: relative;display: block;}
.txtico_h {opacity: 0;-webkit-transform: scale(0.3);transform:scale(0.3);}
.h_case li a:hover .txtico_h{opacity:1;-webkit-transform: scale(1);transform:scale(1);-webkit-transition: 600ms;transition: 600ms;}
.txtico_h {background: rgb(0, 146, 220,0.6);position: absolute;width: 80%;height: 60%;top:10%;left: 10%;}
.txtico_h .more_ico {display: block;position: absolute;left: 50%;top: 42%;margin-top: -34px;margin-left: -34px;width: 68px;height: 68px;background: url(../images/list_ico01.png) 0 0 no-repeat;}
.h_case li a:hover h5{background: #0092dc;transition: 600ms;}

@media only screen and (max-width:1199px){
.home_case .skinw{width:95%;margin: auto;}
}
@media only screen and (max-width:767px){
.h_case li{width:48%;margin-left: 1%;margin-right: 1%;margin-bottom: 20px;}
.h_case li:nth-child(1) {margin-left: 1%;}
}


/*荣誉资质*/
.home_honor{padding-bottom: 60px;padding-top:20px; background: url(../images/index_rybg.jpg)no-repeat center}
.home_honor .line-title h2{color:#FFF;}
.home_honor .line-title h2:before, .home_honor .line-title h2:after{background: #FFF;}
.home_honor .line-title span{color: #FFF;opacity: 0.6}
.h_honor{width:100%;position: relative}
.h_honor_box{height:auto;overflow: hidden;}
.h_honor_box ul li{width:224px;float: left; margin-right:20px;overflow: hidden;}
.h_honor_box ul li a{display:block;overflow: hidden;position: relative;}
.h_honor_box ul li img{width: 100%;display: block;}
.h_honor_box ul li .txt{position:absolute;bottom: 0;width: 100%; text-align: center; height:50px;line-height:50px;background:rgba(0, 146, 220, 0.8);color:#FFF;font-size: 16px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hc_prev{position:absolute; top: 130px;left: -64px;background: url(../images/prev.png) no-repeat 0 0; width:44px; height:44px; }
.hc_next{position:absolute; top: 130px;right: -64px;background: url(../images/next.png) no-repeat 0 0; width:44px; height:44px;}
@media only screen and (max-width:1199px) {
.home_honor .skinw{width:95%; margin: auto;}
.hc_prev{left:-10px;}
.hc_next{right:-10px;}
}
@media only screen and (max-width:375px) {
.h_honor_box ul li {width:100%;}
}



/*聚焦新网*/
.home_new{padding-bottom:60px;padding-top:20px;overflow: hidden;}

.news_t {width:17.5%;height: 480px;background: #f0f0f0;text-align: center;overflow: hidden;font-size: 14px;color: #333;}
.news_t p{padding:14px;margin: 0 auto;}
.news_t p img{display:block;width:100%;}
.news_t em{width: 30px;height: 30px;background: #f68100;border-radius: 50%;display: block;margin: 0 auto;margin-top: 30px;margin-bottom: 10px;}
.news_t em i{font-size:18px;color:#FFF;line-height: 30px;}
.news_t b{padding-bottom: 5px;display: block;font-size: 20px;color: #272d3b;line-height: 24px;text-transform: uppercase;}
.news_t span{display: block;width: 112px;margin: 0 auto;padding: 10px 0 0;}
.news_t span a{display: block;font-size: 14px;color: #fff;background: #0092dc;border:1px solid #0092dc;width: 112px;height: 35px;text-align: center;line-height: 35px;overflow: hidden;}
.news_t span a:hover{background: #f0f0f0;color:#0092dc;}

.news_bt{height: 70px;line-height: 60px;overflow: hidden;font-weight: normal;text-transform: uppercase;}
.news_bt a,.wd_t a{font-size: 20px;color: #333;}
.news_bt a:hover,.news_l dl dd a:hover,.news_c ul li a:hover,.wd_t a:hover,.about dl dd h5 a:hover{color: #f68100;}
.news_bt em{font-size: 14px;color: #333; padding:0 0 0 15px;}
.news_bt span,.wd_t span{float: right;}
.news_bt span a,.wd_t span a{font-size: 14px;color: #666;}

.news_c{width: 40.5%;background:url(../images/news_line.gif) no-repeat 6% 0;padding: 0 3% 0 6%;height:480px;overflow:hidden;}
.news_pic{width: 100%;height: 274px;overflow: hidden;margin-bottom: 30px;position:relative;}
.news_pic img{width: 100%;height: 100%!important;display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.news_pic img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.news_pic p{position:absolute;bottom:0;left:0;right:0;line-height:50px;background:rgba(0, 0, 0, 0.62);color:#FFF;padding:0 10px}
.news_c ul li{width: 100%;height:46px;line-height: 46px;overflow: hidden;border-bottom:#d6d6d6 1px dashed;}
.news_c ul li a{font-size: 14px;color: #000;display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_c ul li span{float: right;font-size: 14px;color: #7b7b7b;display: block;text-align: right;}

.news_b {width: 30%;height: 480px;overflow: hidden;background: url(../images/news_line.gif) no-repeat;padding: 0 0 0 3%;}
.news_b ul{display: block;padding:5px 15px;overflow: hidden;background: #ededed;}
.news_b ul li{color: #666666;height:40px; line-height:40px; display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_b ul li a{color: #666666;}
.news_b li i{font-size: 10px;color: #666;width:20px;height:20px;line-height:20px;display:inline-block;/* text-align:center; */}
.news_b li span{font-size:13px;color: #666666; float: right; font-weight: normal; }
.news_b li:hover a{font-weight: bold;}
.news_b li:hover span{font-weight: bold;}

@media only screen and (max-width:1199px) {
.home_new .skinw{width:95%; margin: auto;}
}
@media only screen and (max-width:860px) {
.news_t{display: none}
.news_c{width: 50%;background:none;padding-left: 0;}
.news_b{width: 44%;}
}
@media only screen and (max-width:600px) {
.news_c{width:100%;padding: 0;height: auto;}
.news_b{width:100%;padding: 0;background:none;height: auto;}
}

/**************************************************************************************************************
************************************************************内页************************************************
***************************************************************************************************************/
/* 面包屑 + 二级导航*/
.breav-nav{width: 100%;height: 72px;line-height: 72px;text-transform: uppercase;overflow: hidden;border-bottom: 1px solid #e6e6e6;background-color: #fff;}
.location {max-width:370px;background: url(../images/home.png) left center no-repeat;padding-left: 30px;float: right;overflow: hidden;color:#8b8989;font-size: 14px;}
.location a{color:#8b8989;}

.sub_muen {float: left;}
.sub_muen li{float: left;height:72px;margin-left:10px;margin-right:20px;position:relative;}
.sub_muen li a {display: block;font-size: 15px;color: #333;}
.sub_muen li:hover a, .sub_muen li.cur a {color:#0092dc;}
.sub_muen li:after {content:"";position: absolute;left: 0;bottom: 0;width: 0;height: 4px;background:#0092dc;transition: all 0.3s;}
.sub_muen li:hover:after, .sub_muen li.cur:after {width: 100%;}
.m_sub_muen{display: none}
@media only screen and (max-width:640px) {
.sub_muen{display: none}
.m_sub_muen{display: block;text-align: center;margin-top: 30px;}
.m_sub_muen li{display: inline-block;margin: 0 4px 10px;}
.m_sub_muen li a{display:block;padding: 10px 30px;border: 1px solid #cfcfcf;background: #ffffff;color: #333;font-size: 15px;}
.m_sub_muen .cur a{background: #0092dc;color: #FFF;}
.location{float: left;}
}


/*newlist*/
.newlist .list { padding-bottom: 30px; }
.newlist .item { height: 178px; transition: all .5s; border: 1px solid #f3f3f3; display: block; margin-bottom: 20px; }
.newlist .item a { padding: 26px; display: block; }
.newlist .item h3 { font-size: 20px; padding: 25px 0 20px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; color: #000; }
.newlist .item .txt { color: #999; line-height: 24px; width: 640px; height: 48px; overflow: hidden; }
.newlist .item .time { width: 130px; padding: 20px 0 20px 45px; border-left: 1px solid #eee; font-family: arial; font-size: 18px; color: #999; text-align: center; }
.newlist .item .time .day { font-size: 30px; line-height: 45px; display: block; }
.newlist .item:hover { box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); margin-left: 10px; }
.newlist .item:hover h3 { color: #083b71; }
.newlist .item:hover .time .day span { background: #6d6d6d; }
.newlist .item:hover .time .day strong { background: #ff0000; color: #fff; }
@media (max-width: 640px) {
.newlist .item .txt { display: none }
}


/*Imglist*/
.imglist{overflow: hidden}
.imglist ul li {width:23%;float: left; margin: 0 1%; margin-bottom: 1.5em; overflow: hidden;  }
.imglist ul li a {display: block; border: #ddd 1px solid;}
.imglist ul li img {width:100%; height: auto;display: block;}
.imglist ul li span {display:block;line-height:50px;font-size:16px;text-align:center;height:50px;background: #f5f5f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.imglist ul li a:hover{border: #0092dc 1px solid;}
.imglist ul li:hover span{background:#0092dc;color:#FFF}
@media (max-width: 990px) {
.imglist ul li { width: 47%; margin: 0 1%; margin-bottom: 1.5em;}
}
@media (max-width: 600px) {
.imglist ul li { width:99%; margin: 10px 0; margin-bottom: 1.5em;}
}


/*Honorlist*/
.img_list_ry{overflow: hidden}
.img_list_ry dl { width: 23%; margin: 0 1%; float: left;margin-bottom: 20px;}
.img_list_ry dl dt {border: 1px solid #e5e5e5;background: #fff;height: 206px;overflow: hidden;}
.img_list_ry dl dt img {display: block;height: 100%!important;margin: auto;}
.img_list_ry dl dd { height: 50px; font-size: 14px; line-height: 50px; text-align: center; padding: 0 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;background: #f0f0f0;}
@media (max-width:767px){
.img_list_ry dl{width:48%;}
}


/*分页样式*/
.pglist { padding: 30px 0 15px; width: 100%; text-align: center; clear: both; }
.pglist a, .pglist span{ color: #666; padding: 0 15px; margin: 0 3px; background: #fff; border: 1px solid #edebeb; }
.pglist * { display: inline-block; vertical-align: middle; line-height: 34px; padding-bottom: 1px; }
.pglist a:hover, .pglist .page-num-current {display:inline-block;color:#fff;background: #0092dc;border-color: #0092dc;}
.pglist .pageinfo{display: none;}

/*reLink*/
.reLink{padding-top: 20px;text-align: center;overflow: hidden}
.reLink a{color:#0f70a1;text-decoration: none;}
.reLink a:hover{color:#0f70a1;text-decoration:underline;}

/*详情*/
.nrcompany h1 {text-align: center;padding-top: 10px;padding-bottom: 10px;font-size: 24px;}
.met-editor {border-bottom: #eee solid 1px;padding-bottom: 10px;text-align: center;font-size: 15px;color: #999;}
.xwzy {font-size: 13px;color: #a2a2a2;line-height: 24px;margin-bottom: 10px;margin-top: 20px;background: #f5f5f5;padding: 20px;}
.nrxqzy {font-size: 15px;padding: 50px 0;margin-bottom: 60px;line-height: 30px;border-bottom: 1px solid #e6e6e6;text-align: justify;}

/*推荐新闻模块*/
.news-list-md{margin: 20px 0px;padding: 20px 0px;border-top:1px solid #d3d3d3;border-bottom: 1px solid #FFF;overflow: hidden;}
.news-list-md h3{font-size: 18px;font-weight: 300;margin: 0px;}
.list-group { margin-top: 10px; margin-bottom: 0px; }
.list-group li{width:48%;float:left;display: block;line-height:40px;height:40px;overflow:hidden;}
.list-group a {width:75%;float: left; color:#555555;font-size:15px;display: block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-group a:hover { color:#055f8d; }
.list-group span{float: right;color: #a6a6a6;}
.list-group li:nth-child(2n){margin-left:4%;}
@media (max-width:767px) {
.list-group li{width:100%;}
.list-group li:nth-child(2n){margin-left:0;}
}
/*推荐产品模块*/
.img-list-md{margin: 20px 0px;padding: 20px 0px;border-top:1px solid #d3d3d3;border-bottom: 1px solid #FFF;overflow: hidden;}
.img-list-md h3{font-size: 18px;font-weight: 300;margin: 0px;}
.list-group2 {margin-top: 10px;margin-bottom: 0px;overflow: hidden;}
.list-group2 li{display: block;padding:10px 0;width:23%;margin-right:2%;float: left;}
.list-group2 img{display: block;width: 100%;}
.list-group2 span{color: #555555;font-size: 16px;text-align: center;display: block;height: 50px;line-height: 50px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);}
.list-group2 li:hover span{ background:#0092dc;color:#FFF;}
@media only screen and (max-width:640px) {
.list-group2 li{width:48%;margin:0 1%}
}


/*****************************************************关于鼎泰*****************************************************/
.conabout{padding:50px 90px 90px 90px;background:url(../images/ab/nr_ab_bg1.jpg) no-repeat top;}
.conabout h2{text-align: center;color: #00499C;font-size: 30px;margin-bottom: 25px}
.conabout .abbox_nr{padding: 50px;background:#0092dc}
.conabout .abbox_nr p{color: #FFF;font-size: 16px;line-height:30px;text-indent: 2em;text-align:justify;}
.chejianyj {margin-top: 50px;border-top: 1px solid #ededed;padding-top:10px;overflow: hidden;}
.chejianyj h3{font-size: 30px;font-weight: normal;text-align: center;line-height: 1.8;color: #00499C;padding: 30px 0;}
.chejianyj ul li{width:31.33%;margin-left:3%;float: left;margin-bottom: 25px;}
.chejianyj ul li:nth-child(3n+1){margin-left:0;}
.chejianyj ul li img{width: 100%;display: block;}
.chejianyj ul li span{width: 100%;display: block;background: #0092dc;color: #FFF;line-height: 50px;text-align: center;font-size: 15px;}
.abfzgh {margin-top: 50px;border-top: 1px solid #ededed;padding-top:10px;overflow: hidden;}
.abfzgh h3{font-size: 30px;font-weight: normal;text-align: center;line-height: 1.8;color: #00499C;padding: 30px 0;}
.abfzgh dl{width:31.33%;margin-left:3%;float: left;margin-bottom: 25px;}
.abfzgh dl dt img{width: 100%;display: block}
.abfzgh dl dd em{display:block;text-align:center;height:60px;line-height:60px;background:#0092dc;color:#FFF;font-size: 20px;}
.abfzgh dl dd p{font-size: 15px;padding: 10px 0;}
@media only screen and (max-width:767px) {
.conabout{padding-left: 0;padding-right: 0; }
.conabout .abbox_nr{width:88%;box-sizing: border-box;margin: auto;padding:30px;}
}
@media only screen and (max-width:500px) {
.abfzgh dl{width: 100%;margin-left: 0;}
}


.conceptbd {width: 100%;height: auto;overflow: hidden;margin-bottom: 50px;}
.concept_left{height:340px;width:50%;float:left;padding: 30px;background:#FBFBFB;box-sizing: border-box;}
.concept_left h2{margin-bottom: 15px;}
.concept_left li span{font-size: 18px;color:#00499C;font-weight: bold;}
.concept_left li{margin-bottom: 15px;font-size: 16px;}
.concept_right{width:50%;float:left;height:340px;background-size: cover !important;background-repeat: no-repeat !important;background-position: center center !important;background: url(../images/ab/conceptr.jpg);position: relative;overflow: hidden;}
@media only screen and (max-width:640px) {
.concept_left{width:100%;}
.concept_right{width:100%;}
}




/*企业历程*/
.historyBox{ position:relative;}
.historyBg{ height:55px; background:url(../images/lc_line2.jpg) left 36px repeat-x;}
.historyList{ height:55px; background:url(../images/lc_bg.png) left 32px repeat-x; padding:0 40px;}
.historyList .slick-slide{ text-align:center; height:55px; font-size:18px; font-weight:bold; color:#6e6e6e; background:url(../images/lc_img_1.png) center 27px no-repeat; cursor:pointer;}
.historyList .slickon{color:#0b7bb4;background:url(../images/lc_img_2.png) center 27px no-repeat;}
.historyBox .slick-prev{position:absolute; z-index:10; left:0; top:50%; margin-top:-8px; display:block; background:url(../images/lc_left.png) left top no-repeat; width:35px; height:28px;}
.historyBox .slick-next{position:absolute; z-index:10; right:0; top:50%; margin-top:-8px; display:block; background:url(../images/lc_right.png) right top no-repeat; width:35px; height:28px;}
.historyContentDiv{ padding:45px 0;}
.historyContent{ display:none;}
.historyContent li{ background:url(../images/lc_line1.png) bottom repeat-x; padding:35px 0 20px 110px; position:relative;}
.historyContent li .year{ position:absolute; left:20px; top:40px; font-size:16px; color:#333; font-weight:bold;}
.historyContent li .list{ padding-top:5px;}
.historyContent li .list dd{ font-size:14px; line-height:24px; color:#999; padding-bottom:20px;}
/* Slider */
.slick-slider {position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;outline: none;}
.slick-list {position: relative;outline: none;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;outline: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide {float: right;}
/*.slick-slide img{display: block;}*/
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;transition: all 0.5s linear 0s;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}



/*联系*/
.lianxi_con{width:100%;overflow: hidden; margin-bottom:30px;}
.lianxi_con h4{font-size:26px;font-weight: normal;margin-bottom:50px;display:block;text-align: center;}
.lianxi_con li{width:23%;margin: 0 1%;text-align: center; float: left;font-size:16px;}
.lianxi_con li i{width: 40px;height: 40px;text-align: center;font-size: 40px;color: #363544;border: 2px solid #363544;border-radius: 50%;padding: 18px;}
.lianxi_con li .us_p1 {font-size: 18px;font-weight: bold;margin: 10px 0;}
.lianxi_con li p{font-size:14px}
.lianxi_con li .us_p2 {font-size: 16px;}
.map img{max-width: auto!important;}
@media only screen and (max-width:640px) {
.lianxi_con li{width: 90%; float: none; margin: auto;margin-bottom:50px;}
}


/*****************************************************产品中心*****************************************************/
/*partnerbd*/
.partnerbd{padding: 50px 0;overflow: hidden;}
.pd_left {width: 45%;float: left;height: auto;}
.pd_right {margin-left: 50%;}

.picFocus{margin:0 auto;width: 100%;position:relative;overflow:hidden;zoom:1;}
.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picFocus .hd ul li img{width: 100px;height: 75px;border: 2px solid #e3e3e3;cursor:pointer;margin-right: 10px;}
.picFocus .hd ul li.on img{ border-color:#FD961E;  }
.picFocus .imgshow li{ vertical-align:middle; }
.picFocus .imgshow img{width: 100%;height:auto;display:block;}

.pd_right h2 {font-size: 20px;margin-bottom: 20px;color:#333;}
.pd_right p {color:#686868;font-size:15px;line-height:1.9;}
.zx{float:left;width:160px;margin-right: 20px;height:55px;margin-top: 40px;background:#FD961E;}
.zx >div:first-child{height:55px;float: left;line-height: 55px;color:#fff;text-align: center;padding-left: 25px;}
.zx >div:first-child a{color:#fff;display:block;width:84px;height:100%;font-size: 16px;}
.zx >div:last-child{float: left;height:55px;line-height: 55px;color:#fff;font-size: 24px;padding-left: 15px;}
.zx_phone{margin-left: 200px;height:55px;margin-top: 40px;}
.zx_phone .pphone{color:#FD961E;font-size: 20px;}

@media only screen and (max-width:767px) {
.pd_left {width:100%;}
.pd_right {width:100%;margin-left:0;}
}

/*proconw*/
.proconw{width:100%;height:auto;overflow: hidden;z-index: 10;margin-bottom: 40px;}

.cslist{height:auto;width:auto;overflow: hidden;position: absolute;bottom: 0;left: 0;}
.cslist li{color:#fff;padding: 0 0px;text-align: center;line-height: 40px;width:120px;float:left;height:40px;background: #FD961E;margin-right: 10px;background-image: url(../images/cslist.png) ;background-repeat:no-repeat ;background-position: right center;}
.cslist li a{color:#fff;display: block;width:100%;height:100%;}
.cslist li:hover{background: #fff;background-image: url(../images/cslist2.png);background-repeat: no-repeat;background-position: right center;}
.cslist li:hover a{color:#333;}
.cslist li.cur{background: #fff;background-image: url(../images/cslist2.png);background-repeat: no-repeat;background-position: right center;}
.cslist li.cur a{color:#333;}
.proconw h2{margin-top: 30px;margin-bottom: 25px;color:#333;}
.proconw p{font-size: 16px;line-height: 1.9;}

.sjcs {width: 100%;height: auto;overflow: hidden;}
.sjcs_left {width: 40%;float: left;border-right: 1px dashed #DDD;padding-right: 5%;}
.sjcs_right {margin-left: 50%;}
.sjcs_left img{display: block;width: 100%;}

.table1{width:100%; text-align:center;}
.table1 tr td {height:50px;padding:0 9px;color: #000;text-align: center;border: 1px solid #ccc;font-size: 15px;}

.table2{width:100%; text-align:center;}
.table2 tr td {width: 33.33%; height:40px;padding:0 9px;color: #000;text-align: center;border: 1px solid #ccc;font-size: 15px;}

.table3{width:100%; text-align:center;}
.table3 tr td {width: 20%; height:40px;padding:0 9px;color: #000;text-align: center;border: 1px solid #ccc;font-size: 15px;}

.table4{width:100%; text-align:center;}
.table4 tr td {height:40px;padding:0 9px;color: #000;text-align: center;border: 1px solid #ccc;font-size: 15px;}

@media only screen and (max-width:767px) {
.cslist li {/*height: 30px;line-height: 30px;width: 100%;margin-right: 0;font-size: 12px;float: none;*/margin-bottom: 5px;}
.sjcs_left {width:100%;border-right:0;padding-right:0;}
.sjcs_right {width:100%;margin-left:0;}
}








/*pro_con-分隔*/
@media  (min-width: 641px) {
.pro_con{width:100%;height:150px;background: url(../images/detailbg.jpg);background-position:center center;background-repeat:no-repeat ;background-attachment: fixed;background-size:cover ;}
}
@media  (max-width: 640px) {
.pro_con{width:100%;height:150px;background: url(../images/detailbg.jpg);background-position:center center;background-repeat:no-repeat ;background-size:cover ;}
}
/*dtrosp-分隔*/
@media  (min-width: 641px) {
.dtrosp{margin: 30px 0;width:100%;height:auto;background:url(../images/dtrobg.jpg);background-position: center center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;text-align:center;padding:30px 0 60px 0;}
}
@media  (max-width: 640px) {
.dtrosp{margin: 30px 0;width:100%;height:auto;background: url(../images/dtrobg.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;text-align: center;padding: 30px 0 50px 0;}}
.dtrosp h3{margin-bottom: 0;color:#fff;font-size: 24px;margin-top: 30px}
.dtrosp p{color:#fff;}
/*****************************************************产品中心END*****************************************************/

