/*
	[DESTOON] Copyright (c) 2008-2021 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/
/* global */
@import url("fonts/iconfont.css");
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('fonts/iconfont.woff2') format('woff2'),
      url('fonts/iconfont.woff') format('woff'),
      url('fonts/iconfont.ttf') format('truetype'),
      url('fonts/iconfont.svg#iconfont') format('svg');}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 8px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {margin:0;padding:0;}
body{font-family:Arial,Geneva,Microsoft YaHei,"Helvetica Neue",Helvetica,sans-serif;font-size:12px;color:#585858;-webkit-font-smoothing:antialiased;background:#f4f5f6;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6,button,dd,dt,dl{margin:0px;padding:0}
h1,h2,h3,h4,h5,h6,button,.btn{clear:both;font-size:14px;}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;_display:block;}
form,input,select,textarea,td,th {font-size:12px;}
img {border:none;}
em,i{font-style:normal}
li {list-style-type:none;}
button, input {height:auto;-ms-interpolation-mode:bicubic;vertical-align:middle;}
textarea {background:none repeat scroll 0 0 #ffffff;resize:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#e3211a;}
.text-overflow {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/* common */
.m {width:1200px;margin:auto;}
.fofofo{overflow:hidden;background:#eeeeee;padding:30px 0 0 0}
.fff{overflow:hidden;background:#fff;padding:50px 0}
.banner{margin-top:0px}
.top_main{color: #666;font-size: 12px;line-height:39px;background: #f4f5f6;border-bottom: 1px solid #ddd;height:39px;overflow:hidden}
.top_main li{position: relative;display: inline-block;text-align: center;margin: 0 8px;}
.top_main .split{display: inline-block;width: 1px;height: 12px;background: #858585;vertical-align: middle;margin: 0;margin-top: -2px;}
.top_main li a{color: #666;cursor: pointer;}
.top_main li a:hover,.cdx_fl a:hover{color: #017045;}
.cdx_fl a{float:left;color:#666}
.cdx_fr{float:right;color:#666}
.b30{height:30px;overflow:hidden}

/*网站头部*/
.header_main{width: 100%;height: 150px;z-index: 100;background:#ffffff;overflow:hidden}
.header_main .logo{float:left;width:200px;display: flex;justify-content: center;align-items: center;margin-top:47px;height:60px;overflow:hidden}
.header_main .logo img{width: 100%;height: 100%;}
.header_main .name{width:500px;float:left;margin-top:47px;margin-left:20px;position:relative}
.header_main .name h3{line-height:36px;font-size:24px;color:#333;font-weight: bold}
.header_main .name p{line-height:26px;font-size:14px;color:#666666}
.header_main .name:before{content: "";top:8px;width:1px;height:50px;background:#e7e7e7;position:absolute;left:-10px}
.header_main .tel{margin-top: 47px;padding-left: 65px;float:left;position:relative;margin-left:50px}
.header_main .tel:before{width:65px;height:55px;content:"\e95d";font-family: "iconfont";position:absolute;top:8px;left:12px;color:#017045;font-size:46px}
.header_main .tel span{color: #333;font-size: 16px;font-weight: bold;line-height: 20px;}
.header_main .tel h3{color: #017045;font-size: 30px;font-weight: bold;line-height: 30px;padding-top: 5px;}
.header_main .wx{width: 95px;height: 95px;margin: 0 25px;margin-top: 24px;float:right;}
.header_main .wx img{width:100%;height:100%}

/*网站导航*/
.nav_main{width:100%;height: 60px;z-index: 3;background: #017045;}
.nav_main .cdx_nav li{float:left;width: 149px;line-height: 60px;display: block;position: relative;z-index: 10;font-size: 16px;text-align: center;transition: all .5s;}
.nav_main .cdx_nav li a{display: block;color:#fff;font-size:16px;}
.nav_main .cdx_nav li:hover, .nav_main .cdx_nav li.hover{background: #029b60;}
.nav_main .cdx_nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .cdx_nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .cdx_nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .cdx_nav dl dd{line-height: 50px;height:50px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #029b60;}
.nav_main .cdx_nav dl dd:first-child{border: none;}
.nav_main .cdx_nav dl dd a{color: #fff;font-size: 14px;padding: 0;background: #017045;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #029b60, #029b60);background-image: linear-gradient(to right, #029b60, #029b60);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .cdx_nav dl dd a:hover {background-size: 100% 100%;color: rgba(255, 255, 255, 0.9999);}
/*幻灯区 THE*/
.m-focus{width:100%;overflow:hidden;z-index:1;}
.m-focus-box{overflow:hidden;margin:0 auto;position:relative;}
.m-focus{display: block;overflow: hidden;position: relative;}
.m-focus .m-focus-box { margin: 0 auto;overflow: hidden;position: relative;backface-visibility: hidden;}
.m-focus .m-focus-box .swiper-wrapper li { float: left;list-style-type:none }
.m-focus .m-focus-box .swiper-wrapper li a { position: relative;width: 100%;display: block;}
.m-focus .m-focus-box .swiper-wrapper img { width: 100%;display: block;}
.m-focus .swiper-container { display: none;}
.m-focus-box .b-menu{text-align: center;position: absolute;width: 100%;left: 0;bottom:20px;z-index: 10;}
.swiper-pagination-bullet {display: inline-block;cursor:pointer;margin: 0 5px;width:12px;height:12px;background:rgba(255,255,255,.8);border-radius:50%;}
.swiper-pagination-bullet-active {background:#017045;width:12px;height:12px;}
/*幻灯区 END*/
/*搜索栏*/
.search_main{height: 60px;width:100%;overflow:hidden;background: #f0f0f0;border-bottom: 1px solid #CCC;border-top: 1px solid #CCC}
.search_main .skey{float:left;line-height: 60px;}
.search_main .skey p{font-size: 14px;font-weight: bold;color: #666;line-height: 60px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #666;border-right: 1px solid #e8e8e8;line-height: 15px;padding:0 12px;}
.search_main .skey p a:last-of-type{border-right:none;}
.search_main .skey p a:hover{color:#017045;}

.search_main .se {display: inline-block; margin-top:14px; text-align:center; float:right}
.search_main .se select { width: 90px; height: 30px; display:none;}
.search_main .se input { border-radius:0px;padding:0px; margin:0px; outline: none;}
.search_main .se .se_1 { margin-right:-5px; border: none; color:#999;font-size:16px; height:30px; padding:0px 10px;font-size:14px}
.search_main .se .se_2 { background: #017045;color:#fff;border:none;font-size:16px; height:30px; padding:0px 10px;font-size:14px}

/*产品详情页图片幻灯*/
.txMovie{position:relative;width:930px; }
.focus_pic{width:400px;height:400px;overflow:hidden;margin: 0 auto;}
.focus_pic li{width: 100%;height: 100%;}
.focus_pic img{width:100%;height:100%;display:inline-block;vertical-align:top}
.focus_nav{ width: 920px;margin: 0 auto;background: #eeeeee;overflow: hidden;position:relative;padding:20px 0;}
.focus_nav ul{width: 755px;overflow: hidden; margin:0 auto; }
.focus_nav li{overflow: hidden; float: left; width: 151px; height: 114px;margin-right:5px}
.focus_nav li img{width:100%;height:100%;box-sizing: border-box;border:3px solid #ddd}
.focus_nav .navNext{position:absolute;right:15px;top:20px;background:url(img/arrowr.jpg) no-repeat center;width:45px;height:113px}
.focus_nav .navPrev{position:absolute;left:15px;top:20px;background:url(img/arrowl.jpg) no-repeat center;width:45px;height:113px}
.focus_nav li img:hover{border:3px solid #017045;}	
.focus_nav .navPrev:hover, .focus_nav .navNext:hover{opacity:1;filter:Alpha(Opacity=100);border-right-color:#fff}
.txMovie .focus_nav li.on img{border:3px solid #017045}
	



/*产品中心*/
.cdx_sell{overflow:hidden;padding:40px 0;}
.sell_left{overflow:hidden;float:left;width:270px;border:2px solid #017045;box-sizing: border-box;}
.sell_left dl{overflow:hidden;width:100%;background:#fff}
.sell_left dt{height: 70px;color: #fff;line-height: 70px;background:#017045 url(img/pro.png) no-repeat 230px center;width:100%;overflow:hidden;font-size:20px;padding:0 25px}
.sell_left dd{font-size: 16px;line-height: 51px;padding:0 20px}
.sell_left dd a{position: relative;display: block;color: #017045;padding-left: 25px;background: url(img/tag.png) no-repeat 5px center;border-bottom: 1px solid #ddd;}
.sell_left dd a:last-child{margin-bottom:20px}
.sell_right{float:right;width:900px}
.sell_right ul{width:100%}
.sell_right li{width:30%;float:left;margin:0 2% 2% 0;padding: 8px;padding-bottom: 0;background: #fff;border: 1px solid #ddd;transition: .5s;}
.sell_right li:nth-child(3n+3){float:right;margin-right:0}
.sell_right li .p_img{width:100%;height:270px;overflow:hidden;}
.sell_right li .p_img img{width:100%;height:100%;transition: all 0.3s}
.sell_right li:hover .p_img img{transform: scale(1.05)}
.sell_right li p{color: #333;font-size: 14px;font-weight: bold;text-align: center;padding:10px 0}
.sell_right li:hover{border:1px solid #017045}
.sell_right li:hover p{color:#017045}
/*公共标题*/
.cdx_text{font-size:24px;font-family: Microsoft YaHei;font-weight:600;color:#333333;text-align:center;line-height:36px;position:relative;width:100%;padding-bottom:50px}
.cdx_text span {color: #999;font-size:16px;line-height: 20px;text-align:center;width:100%;font-family: Microsoft YaHei;text-transform:uppercase;font-weight:600}
.cdx_text:before{display: inline-block;content: "";width: 100px;height: 2px;background-color: #017045;position: absolute;z-index: 2;left: 50%;margin-left: -50px;bottom: 40px;}
.company_text{font-size:24px;font-family: Microsoft YaHei;font-weight:600;color:#fff;text-align:center;line-height:36px;position:relative;width:100%;padding-bottom:50px}
.company_text span {color: #fff;font-size:16px;line-height: 20px;text-align:center;width:100%;font-family: Microsoft YaHei;text-transform:uppercase;font-weight:600}
.company_text:before{display: inline-block;content: "";width: 100px;height: 2px;background-color: #fff;position: absolute;z-index: 2;left: 50%;margin-left: -50px;bottom: 40px;}
/*优势*/
.sdys{overflow:hidden;padding:50px 0;width:100%;background:#fff}
.sdys_title{overflow:hidden;text-align:center;padding-bottom:30px}
.sdys_title h3{color:#333;font-size:38px;line-height:60px}
.sdys_title p{color:#666;font-size:16px}
.sdys ul{overflow:hidden;padding-top:30px}
.sdys li{width: 220px;float: left;text-align: center;padding: 20px;margin-right: 53px;border-radius: 125px;background: #017045;cursor: pointer;overflow: hidden;}
.sdys li .pic_img{width: 220px;height: 220px;border-radius:50%;overflow:hidden}
.sdys li .pic_img img{width:100%;height:100%;transition: all .3s}
.sdys li h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#fff;font-size: 22px;font-weight: bold;line-height: 30px;margin-top:20px;}
.sdys li p{padding-top: 15px;color: #fff;font-size: 14px;line-height: 25px; height: 140px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.sdys li:hover .pic_img img{transform:rotate(360deg)}
.sdys li:nth-child(4n+4){margin-right:0}
/*产品推荐*/
.sell_elite{overflow:hidden;padding:50px 0}
.elite_box {width: 100%;height: 100%;position:relative;overflow:hidden;}
.elite_box li{text-align: center;font-size: 18px;background: #fff;width:320px;padding:30px 25px;margin-right:45px;overflow:hidden;position:relative;}
.elite_box li .p_img{width:330px;height:330px;overflow:hidden;}
.elite_box li .p_img img{width:100%;height:100%;transition: all 0.3s}
.elite_box li:hover .p_img img{transform: scale(1.05)}
.elite_box li p{color: #333;font-size: 16px;line-height: 30px;padding-left: 60px;margin-bottom: 10px;box-sizing:border-box;width:325px}
.elite_box li .hot{position:absolute;top:25px;left:35px;width:46px;height:60px;background:url(img/hot.png) no-repeat;z-index:10}
.elite_box .slick-btn-left:before{width:40px;height:40px;content:"\e728";font-family: "iconfont";position:absolute;top:55%;z-index:99;cursor:pointer;filter:alpha(opacity=90);opacity:0.9;left:10px;margin-top:-30px;color:#017045;font-size:40px}
.elite_box .slick-btn-right:before{width:40px;height:40px;content:"\e729";font-family: "iconfont";position:absolute;top:55%;  z-index:99;cursor:pointer;filter:alpha(opacity=90);opacity:0.9;right:10px;margin-top:-30px;font-size:40px;color:#017045}
.tempWrap{overflow:hidden; position:relative; width:1200px;margin:0px auto;}
/*公司介绍*/
.company{width:100%;overflow:hidden;background:url(about_bg.jpg)no-repeat;background-size: 100% 100%;position:relative;box-sizing:border-box;padding:80px 0;margin-top:50px}
.cdx_conter{overflow:hidden;background:#fff;padding:50px;box-sizing:border-box;width:1200px;margin:0 auto}
.c_left{width:36%;float:left;height:400px;overflow:hidden;}
.c_left img{width:100%;overflow:hidden;transition: all 0.3s;overflow:hidden;height:100%}
.c_left img:hover{transform: scale(1.05)}
.c_right{width:64%;height:300px;box-sizing: border-box;padding:20px;float:left;padding-left:4%}
.c_right h3{font-size:24px;color:#333;text-align:left;line-height:30px;margin-bottom:20px;}
.c_right p{line-height:30px;font-size:14px;color:#333;text-indent:2em}
.c_right a{color:#fff;background:#017045;line-height:36px;width:120px;height:36px;display:block;margin-top:30px;font-size:14px;text-align:center}


/*企业动态 THE*/
.main_news{overflow:hidden;margin:30px 0 50px 0}
.main_news  ul li { float:left; width:48%; overflow:hidden;position:relative;box-sizing: border-box;padding-bottom:10px;background:#fff;}
.main_news  ul li .image { max-width:100%;overflow:hidden;max-height:256px;box-sizing:border-box}
.main_news  ul li .image img { width:100%;height:100%;transition: all 0.3s;overflow:hidden}
.main_news  ul li:hover .image img{transform: scale(1.05)}
.main_news  ul li .text{overflow:hidden;}
.main_news  ul li .text h3{text-align:left;color:#333;font-size:18px;font-weight:600;margin-top:10px}
.main_news  ul li:hover .text h3 a{color:#017045}
.main_news  ul li .text p{color:#aaa;font-size:14px;line-height:20px;text-align:left;margin-top:5px;margin-bottom:10px}
.main_news  ul li .text em{display:block;font-size:14px;line-height:30px;color:#aaa;margin-top:5px}
.main_news  ul li:nth-child(1){height:400px;margin-right:40px}
.main_news  ul li:nth-child(2) h3{margin-top:0}

/*底部*/
.footer{padding-top:40px;padding-bottom: 30px;background-color:#313435;overflow:hidden}
.footer dt{color: #ddd;font-size: 18px;line-height:30px;font-weight:bold;padding-bottom:15px}
.footer dl{width:280px; float:left;padding-top: 10px;overflow:hidden;}
.footer dd{float: left;margin-top:10px;margin-right:30px;}
.footer dd a{display: block;color: #ccc;font-size: 14px;line-height:30px;overflow:hidden;}
.footer dd a:hover{color:#017045;}
.footer dl:nth-child(2){width: 300px;float:left;margin-left:60px;}
.footer p{color: #ccc;line-height:30px;margin-top:5px;font-size:14px}
.footer dl:nth-child(3){width:350px;float:left;margin-left: 60px;}
.footer dl .link a{color: #ccc;line-height:30px;display: inline-block;padding-right: 15px;font-size:14px}
.footer dl .link a:hover{color:#017045;}
.footer dl:nth-child(4){width: 120px;float:right}
.footer dl .ewm {overflow:hidden;margin-top:10px}
.footer dl .ewm img{width: 120px;height: 120px;}
.copyright{color:#ccc;line-height: 60px;text-align:center;background-color: #2b2c2d;font-size:14px}
.copyright a{color:#ccc;}
.copyright a:hover{color:#fff;}
.cdx_page{width:100%;overflow:hidden;margin:0 auto;padding:50px 0;background:#fff}
/*左侧通用*/
.page_left{width: 250px;float:left}
.page_left .title{height: 70px;color: #fff;line-height: 70px;background: #017045 url(img/pro.png) no-repeat 210px center;}
.page_left .title h3{position: relative;font-size: 22px;font-weight: bold;margin: 0 20px;text-align:left}
/*栏目分页*/
.page_left .lefta{margin-bottom: 10px;}
.page_left .lefta .comt{border: 2px solid #017045;background: #fff;border-top: 0;padding-bottom: 15px;overflow: hidden;}
.page_left .lefta .comt ul{padding: 0 18px;overflow: hidden;}
.page_left .lefta .comt ul li a{position: relative;display: block;color: #017045;font-size: 16px;line-height: 51px;padding-left: 25px;background: url(img/tag.png) no-repeat 5px center;border-bottom: 1px solid #ddd;}
.page_left .lefta .comt ul li:hover a, .page_left .lefta .comt ul li.hover a{color: #017045;}
.page_left .lefta .comt ul li:hover a:after, .page_left .lefta .comt ul li.hover a:after{background: #017045;}
.page_left .lefta .comt ul li .boxlist{display: none;padding: 0;border-bottom: 1px solid #ddd;}
.page_left .lefta .comt ul li .boxlist li a{color: #838383;font-size: 12px;line-height: 35px;border-bottom: 0;padding-left: 25px;background: none;}
.page_left .lefta .comt ul li .boxlist li a:after{content: " ";position: absolute;right: 0;top: 50%;left: 10px;margin-top: -2px;width: 4px;height: 4px;background: #017045;border-radius: 50%;}
.page_left .lefta .comt ul li .boxlist li a:hover, .page_left .lefta .comt ul li .boxlist li a.hover{color: #017045;}
.page_left .lefta .comt ul li.hover .boxlist{display: block;}
/*推荐产品*/
.leftnews{margin-bottom: 10px;overflow:hidden}
.leftnews ul{padding-top: 10px;border: 2px solid #017045;border-top: 0;overflow:hidden}
.leftnews ul li{float: left;text-align:center;width: 110px;margin-left: 9px;}
.leftnews ul li img{width: 108px;height: 81px;border: 1px solid #ddd;}
.leftnews ul li p{color: #666;font-size: 12px;line-height: 30px;transition: all .5s;}
.leftnews ul li:hover p{color:#017045;}
/*联系我们*/
.leftnews .leftcont{background: #fff;padding: 10px;border: 2px solid #017045;border-top: 0;}
.leftnews .leftcont h2{font-size: 16px;font-weight: bold;color: #017045;padding-bottom: 10px;border-bottom: 1px solid #f2f2f2;text-align: center;}
.leftnews .leftcont p{color: #333;font-size: 14px;line-height: 30px;padding-top: 10px;display: block;}
/*内页右侧*/
.page_right{width: 930px;float:right}
/*内容页面包屑样式*/
.right_nav{height: 35px;line-height: 35px;padding: 5px 0;font-size: 14px;color: #666;border-bottom: 1px solid #F1F1F1;margin-bottom: 20px;}
.right_nav i{display: inline-block;width: 18px;height: 22px;margin-right: 10px;background: url(img/locationico.png) no-repeat;vertical-align: middle;}
.right_nav a{font-size: 14px;color: #666;}
.right_nav a:hover{color: #017045;}

/*文章列表*/
.Newslist{overflow:hidden}
.Newslist .list{padding-bottom: 20px;overflow:hidden}
.Newslist .item{border-bottom: 1px dashed #eaeaea;display: block;padding: 20px 0;transition: all .5s;overflow:hidden}
.Newslist .item a{display: block;}
.Newslist .item .time{width: 120px;height: 100px;font-family: arial;font-size: 18px;color: #666;text-align: center;background: #f2f2f2;float:left}
.Newslist .item .time .day{font-size: 40px;line-height: 60px;display: block;}
.Newslist .item .txt{width: 780px;cursor: pointer;float:right}
.Newslist .item .txt h3{font-size: 16px;line-height: 30px;transition: all .5s;}
.Newslist .item .txt .mark{color: #999;font-size: 12px;line-height: 20px;padding:0;}
.Newslist .item .txt .mark span{display: inline-block;padding-right: 18px;}
.Newslist .item .txt p{color: #666;line-height: 25px;text-align: justify;font-size:14px}
.Newslist .item .txt p span{display: inline-block;color:#017045;padding-left: 10px;}
.Newslist .item a:hover .txt h3{color:#017045;}
/*图片列表通用*/
.Piclist ul.list{float: left;width: 100%;padding-left: 0px;}
.Piclist ul.list li.item{float: left;width: 287px;margin-bottom: 30px;margin-right: 31px;border: 1px solid #F6F6F6;}
.Piclist ul.list li.item:nth-child(3n){margin-right:0;}
.Piclist ul.list li.item a{display: block;width:100%;overflow: hidden;position: relative;background: #F6F6F6;}
.Piclist ul.list li.item span{height: 45px;color: #555;text-align: center;display: block;line-height: 45px;transition: all .5s;padding:0 10px;overflow:hidden;font-size:14px}
.Piclist ul.list li.item img{display: block;width: 287px;height: 215px;}
.Piclist ul.list li.item a:hover{background: #017045;}
.Piclist ul.list li.item a:hover span{color: #fff;}
.Piclist ul.list li.item .item_mask{width: 287px;height: 215px;background: rgba(0,0,0,0);position: absolute;left: 0;top: 0;opacity: 0;filter:Alpha(opacity=0);*zoom:1;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;}
.Piclist ul.list li.item .item_link_icon{display: block;width:45px;height:45px;text-align: center;line-height: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;opacity:0;filter:Alpha(opacity=0);*zoom:1;background: url(img/see.png) center no-repeat;}
.Piclist ul.list li.item:hover .item_mask{opacity: 1;filter:Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;background: rgba(0, 0, 0, .1);}
.Piclist ul.list li.item:hover .item_link_icon{transform: translateY(-21px);opacity: 1;filter:Alpha(opacity=100);}
/*内容详情页*/
.conBox .ArticleTitle h1{font-size: 24px;text-align: center;padding: 20px 0px;font-weight: bold;}
.conBox .ArticleMessage{line-height: 30px;height: 30px;margin-bottom: 10px;text-align: center;border-bottom: 1px dashed #ccc;}
.conBox .ArticleMessage span:first-child{margin-left:0;}
.conBox .ArticleMessage span{color: #999;margin-left: 14px;font-size: 12px;}
.conBox .ArticleMessage .jiathis_style{float: left; margin-top: 5px;}
.conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #666;font-size:14px;line-height: 28px;text-align: justify;overflow: hidden;}
.conBox .ArticleTencont img{max-width: 100%;}
.conBox #pic{text-align: center;}
.conBox #pic img{display: inline-block;max-width: 800px;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}


/*大图展示区域*/
.OriginalPicBorder{padding: 0;}
#OriginalPic{width: 920px;overflow:hidden;position:relative;font-size:12px;}
#OriginalPic img{display:block;min-width: 100px;margin:0 auto;}
/*鼠标手势*/
.CursorL{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;left: 0;cursor:url(img/CurL.cur), auto;}
.CursorR{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;right:0;cursor:url(img/CurR.cur), auto;}
/*小图预览和滑动*/
.SliderPicBorder{width: 100%;overflow:hidden;}
.ThumbPicBorder {width: 920px;margin:0 auto;background: #eeeeee;overflow: hidden;position: relative;}
.ThumbPicBorder #btnPrev{width:45px;height:113px;cursor:pointer;position: absolute;left: 20px;top: 20px;}
.ThumbPicBorder #btnNext{width:45px;height:113px;cursor:pointer;position: absolute;right: 20px;top: 20px;}
.ThumbPicBorder .pic{width: 755px;overflow: hidden;position: relative;margin: 20px auto;}
#ThumbPic img{border: 3px solid #ddd;cursor:pointer;background-color: #ddd;margin: 0 5px;width: 135px;height: 108px;display:block;transition: all .5s;}
#ThumbPic img.active{border: 3px solid #017045;}

/*上一页/下一页*/
.reLink{height: 38px;border: 1px solid #ddd;margin: 10px auto 10px;padding: 0px 10px;}
.reLink .prevLink, .reLink .nextLink{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: #017045;}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;} 

/*表单样式*/
input,button,select,textarea{outline:none;}margin

.cdx-form{overflow: hidden;padding:30px 30px;box-shadow: 0px 0px 3px rgba(0,0,0,0.15);background:white;margin:10px;font-size:14px;}
.cdx-form tr{font-size:14px}
.cdx-form input{border:#e3e3e3 1px solid;padding:7px}
.cdx-form select{border:#e3e3e3 1px solid;padding:6px}
.cdx-form input.adr{margin-top:-4px}
.side_head{height:45px;line-height:45px;padding:0 15px;font-size:16px;border-bottom:#eee solid 1px;background:#1f336e;color:#fff;width:220px;}
.side_head strong { display: block; float: left; height: 16px; border-left: #fff 3px solid; line-height: 16px; padding-left: 10px; margin-top: 12px; font-size: 16px;}
.side_head span a{display:block; background:url(more.png) no-repeat center right; text-indent:-9999px}
.side_body {background:#FFFFFF;padding:10px 20px;margin-bottom:20px;font-size:14px;line-height:30px;box-shadow: 0px 0px 15px #dadada;}
.side_body h1{font-size:14px;}
.main_head{font-size:16px}
.main_head div {overflow:hidden;display:block;height:45px;line-height:45px;}
.main_body {background:#FFFFFF;font-size:14px;line-height:28px;margin-bottom:20px;margin-top:5px; padding:1% 2%;box-shadow: 0px 0px 15px #dadada}
.main_body_sell { padding:0;}
.main_head span{font-size:14px}
.main_head strong{display:block;float:left;height:16px;border-left:#017045 3px solid;line-height:16px;padding-left:10px;margin-top:12px;font-size:16px;}
.main_head strong span{font-size:18px;}
.honor_zstp img{margin:0 auto}
.ly{overflow:hidden;padding-left:10px}
.input-captcha {line-height: 32px;width: 100px;height: 32px;font-size: 14px;border:1px solid #e4e4e4!important; color: #999999;border: none;}
/*联系方式*/
.cdx_contact { overflow:hidden; margin-top:50px; padding:0 15px;}
.cdx_contact dl { line-height:40px; font-size:16px; overflow:hidden;}
.cdx_contact dl dt { float:left; color:#666; width:10%;}
.cdx_contact dl dd { float:left; color:#666; width:80%;}
.cdx_contact_map { width:100%; margin:50px 0; box-sizing:border-box;}
.cdx_contact_map iframe { width:100%; height:300px; border:2px solid #017045; overflow:hidden; box-sizing:border-box;}
.cdx_contact_map p { font-size:14px; color:#666; line-height:26px; margin-top:20px; text-align:center;}
.cdx_contact_map body, html, #allmap { width:100%;}
.cdx_contact dl dd a:hover{color:#017045}
.cdx_contact dl dd a{color:#666}
/*友情链接*/
.cdx_link { margin-top:30px;}
.cdx_link ul { overflow:hidden;}
.cdx_link ul li { float:left; padding:0 10px; line-height:40px; box-sizing:border-box; overflow:hidden;}
.cdx_link ul li a { font-size:16px; color:#666;}
.cdx_link ul li a:hover { color:#cc291b;}


/*客服样式 THE*/

.kefu{position:fixed;right:0px;top:60%;margin-top:-100px;z-index:100;background:#017045; border-radius:4px 0 0 4px;}
.kefu-meau{position:relative;}
.kefu-meau a.kefu-btn{width:60px;text-align:center;display:block;position:relative;padding:3px 5px; border-top:.5px solid rgba(255,255,255,.6);}
.kefu-meau:hover a.kefu-btn { background:#029b60;}
.kefu-meau a.kefu-btn p {color:#fff;font-size:12px;line-height:18px}
.kefu-meau a.kefu-btn i {color:#fff;font-size:26px;line-height:40px}
.kefu-meau a.kefu-btn a{color:#fff;display:block;padding:10px 0px}
.kefu-box{position:absolute;top:0px;right:70px;overflow:hidden;width:0px;
-webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s;}
.kefu-meau:hover .kefu-box { position:absolute;top:0px;right:70px;overflow:hidden;width:150px;}
.kefu-box .box-border{padding:15px 10px;background:#fff;border:1px solid #ddd}
.kefu-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(side_bg_arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.kefu-box .box-border .sev-t{ overflow:hidden; width:130px; z-index:1000;font-size:15px;color:#333;text-align:center;}
.kefu-box .box-border .sev-t p { font-size:14px; margin-bottom:10px;}
.kefu-box .box-border .sev-t img { width:130px;}
.kefu-meau:hover .kefu-box{display:block}  

/*客服样式 END*/




/*=====================内页样式 END=====================*/