/*
	[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:#ffffff;}
ol,ul{list-style:none;}
input,button,select,textarea{outline: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: #2d2c31;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: #fff;vertical-align: middle;margin: 0;margin-top: -2px;}
.top_main li a{color: #fff;cursor: pointer;}
.top_main li a:hover,.cdx_fl a:hover{color: #fff;}
.cdx_fl a{float:left;color:#fff}
.cdx_fr{float:right;color:#fff}
.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 .search{margin-top: 54px;float:right;position:relative;}
.header_main .search span{font-size:16px;line-height:40px;float:left;display:block;color:#666666}
.se {display: inline-block; text-align:center;float:right}
.se select { width: 90px; height: 36px; display:none;}
.se input { border-radius:0px;padding:0px; margin:0px; outline: none;}
.se .se_1 {color:#999;height:40px; padding:0px 10px;font-size:14px;width:260px;border:none;background:#f5f5f5;margin-right:-5px;border-radius:25px 0 0 25px}
.se .se_2 { background: #cc0000;color:#fff;border:none;font-size:20px; height:40px; padding:0px 20px;font-size:14px;border:none;border-radius:0 25px 25px 0}

/*网站导航*/
.nav_main{width:100%;height:50px;z-index: 3;background: #cc0000;}
.nav_main .cdx_nav li{float:left;width: 149px;line-height:50px;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: #2d2c31;}
.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 #cc0000;}
.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: #cc0000;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2d2c31, #2d2c31);background-image: linear-gradient(to right, #2d2c31, #2d2c31);-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:#cc0000;width:12px;height:12px;}
/*幻灯区 END*/


/*搜索栏*/
.mobile_box{width:100%;overflow:hidden;background:#222226;padding:30px 0 }
.m_left{width:30%;float:left;border-right:1px solid #929292;position:relative;height:125px}
.m_left .t1{width:240px;height:60px;background:#cc0000;padding-left:160px;box-sizing:border-box;margin-top:32.5px;overflow:hidden}
.m_left .t1 p{font-size:14px;color:#fff;line-height:20px;padding-top:10px}
.m_left .t2{width:105px;height:105px;z-index:10;position:absolute;left:20px;top:0;background:#fff;padding:10px}
.m_left .t2 img{width:100%;height:100%}
.m_conter{float:left;width:40%;padding-left:60px;margin-top:15px}
.m_conter h3{font-weight:600;font-size:16px;color:#d9d9d9}
.m_conter dd .tel{padding-top:20px;color:#d9d9d9;padding-left:60px;position:relative;overflow:hidden;}
.m_conter dd .tel p{font-size:14px;margin-top:10px}
.m_conter dd .tel span{font-size:16px;line-height:30px;display:block}
.m_conter dd .tel:before{width:50px;height:50px;content:"\e869";font-family: "iconfont";position:absolute;top:25px;left:0px;color:#d9d9d9;font-size:50px}
.m_conter dl{overflow:hidden}
.m_conter dd{float:left;margin-right:80px}
.m_conter dd:nth-child(2){margin-right:0}
.m_conter dd:nth-child(2) .tel:before{content:"\e922"}
.m_right{background:#cc0000;float:right;height:60px;margin-top:32.5px;width:24%}
.m_right a{width:120px;line-height:40px;background:#cc0000;font-size:14px;color:#fff;margin-top:10px;display:block;text-align:center;margin-left:10px}
.m_right a:hover{background:#ff9900}
/*公共标题*/
.cdx_title {margin-bottom: 50px;text-align: center;font-size: 0;visibility: visible;}
.cdx_title strong {display:block;vertical-align: middle;position: relative;font-family: 微软雅黑;font-size: 24px;color:#cc0000}
.cdx_title p{font-family: Arial, Helvetica, sans-serif;font-size:20px;color:#999;padding-bottom:10px;display:block;position:relative;line-height:40px}
.cdx_title strong:before{position:absolute;bottom:0;left:20%;width:20%;background:#eee;height:1px;content:""}
.cdx_title strong:after{position:absolute;bottom:0;right:20%;width:20%;background:#eee;height:1px;content:""}


/*产品中心*/
.cdx_sell{overflow:hidden;padding:50px 0;background:#fff}
.sell_left{overflow:hidden;float:left;width:240px;box-sizing:border-box;border-radius:5px}
.sell_left dl{overflow:hidden;width:100%;background:#f7f7f7}
.sell_left dt{height: 70px;color: #fff;line-height: 70px;width:100%;overflow:hidden;font-size:20px;background:#cc0000;text-align:center;font-weight:600}
.sell_left dd{overflow:hidden}
.sell_left dd a{width:70%;line-height:36px;border:1px solid #eee;color:#999;display:block;text-align:center;font-size:14px;background:#fff;margin:15px auto 0}
.sell_left dd:hover a{background:#cc0000;color:#fff}
.sell_left dd:last-child a{margin-bottom:30px}
.sell_right{float:right;width:930px}
.sell_right ul{width:100%}
.sell_right li{width:298px;float:left;margin:0 15px 15px 0;padding-bottom: 0;background: #fff;border: 1px solid #ddd;transition: .5s;position:relative}
.sell_right li:nth-child(3n+3){float:right;margin-right:0}
.sell_right li .p_img{width:100%;height:298px;overflow:hidden;position:relative;padding:10px;box-sizing:border-box}
.sell_right li .p_img img{width:100%;height:100%;transition: all .4s ease}
.sell_right li:hover .p_img img{-moz-transform: scaleX(-1);-webkit-transform: scaleX(-1);
-o-transform: scaleX(-1);transform: scaleX(-1);}
.sell_right li .p_img .text{position:absolute;top:50%;left:50%;width:0;height:0;background:rgba( 0 ,0, 0 , 0.5);transition:all 0.5s;z-index:10;display: flex;justify-content: center;align-items: center}
.sell_right li:hover .p_img .text{width:100%;height:100%;top:0;left:0}
.sell_right li .p_img .text p{opacity:0;font-size:14px;color:#fff;padding:0 20px;box-sizing:border-box;}
.sell_right li:hover .p_img .text p{opacity:1}
/*优势*/
.sdys{padding:50px 0 50px;overflow:hidden;background:#fff;position:relative}
.sdys li{width:100%;overflow:hidden;padding:10px 0;box-sizing:border-box;padding-bottom:50px}
.sdys li .pc_img{width:578px;height:356px;overflow:hidden;float:left;border-radius:5px;overflow:hidden}
.sdys li .pc_img img{width:100%;height:100%}
.sdys li .s_text{margin-top:10px;padding-bottom:40px;position:relative;width:578px;float:right;height:356px;box-sizing:border-box}
.sdys li .s_text h3{font-size: 23px;color: #cc0000;padding-left:70px;padding-top:15px}
.sdys li .s_text span{display: block;font-size: 12px;color: rgb(182, 176, 176);font-family: Arial;margin-bottom: 40px;padding-left:70px;margin-top:8px}
.sdys li .s_text p{line-height: 24px;color: #5a5a5a;font-size:15px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.sdys li .s_text em{position:absolute;width:60px;height:60px;line-height:60px;text-align:center;font-size:30px;color:#fff;font-weight:600;top:12px;left:0;background:#cc0000;border-radius:50px}
.sdys li:nth-child(2),.sdys li:nth-child(3),.sdys li:nth-child(4){background:url(img/sdystop.png) no-repeat center top;padding-top:80px}
.sdys li .s_text i{display:block;background:#cc0000;text-align:center;width:280px;line-height:40px;color:#fff;font-size:16px;position:absolute;bottom:40px;left:0}
.sdys li:nth-child(2n+2) .s_text{float:left}
.sdys li:nth-child(2n+2) .pc_img{float:right}

/*合作伙伴*/
.main_brand {padding:80px 0;background:#222226;overflow:hidden}
.main_brand .bd ul {overflow: hidden;}
.main_brand .bd li {float: left; width: 190px; padding:0px 0px;height: 105px; line-height:105px; overflow: hidden;margin-right:9px;margin-bottom:9px;background:#fff;border-radius:5px}

.main_brand .bd li a {display:block; position: relative; height: 100%; text-align: center}
.main_brand .bd li a img {margin: 0px auto ; width:140px}
.main_brand .bd li a p {position: absolute; left: 0px; bottom:0; display:none;height:0; width: 100%;transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;display: flex;}
.main_brand .bd li a p span {display: block; position: relative; width: 100%; line-height:26px; text-align: center; font-size: 13px; color: #fff; z-index: 1}
.main_brand .bd li a:hover p {bottom: 0;background: #cc0000;height:26px;display:block}

/*荣誉证书*/
.honor{background:#fff;overflow:hidden;position:relative;width:100%}
.honor .bd{width:1200px;overflow:hidden; padding-top:30px}
.honor .bd ul{ overflow:hidden;}
.honor .bd ul li{width:285px;float:left;margin:0 20px 20px 0;background:#fff;box-sizing:border-box}
.honor .bd ul li .pic{width:100%;position:relative;overflow:hidden}
.honor .bd ul li .pic img{width:100%;height:100%}
.honor .bd ul li .pic a:hover img{ border-color:#999;  }
.honor .bd ul li p{padding:0 10px;background:#fff;color:#333;font-size:14px;text-align:center;line-height:46px}
.honor .bd ul li:hover p{background:#cc0000;color:#fff}
/*企业相册*/
.photo{ width:100%;  overflow:hidden; position:relative;background:#fff;padding:80px 0}
.m-slide{ position: relative;width:1200px;}
.m-slide .img { float: right; position: relative ;width:73%;height:410px;overflow:hidden}
.m-slide .img li{height:410px;width:100%}
.m-slide .img li { display: none; position: absolute; left: 0; top: 0 }
.m-slide .img li .pc_img{width:50%;height:410px;overflow:hidden;float:left}
.m-slide .img li .pc_img img{width:100%;height:100%;overflow:hidden}
.m-slide .img li .text{width:50%;float:right;padding:10px 30px 30px 30px;box-sizing:border-box;background:#f1f1f1;height:410px;} 
.m-slide .img li .text h3{font-size:16px;color:#333;line-height:60px;font-weight:600}
.m-slide .img li .text p {font-size:14px;line-height:30px;text-align: justify;overflow: hidden;text-overflow: ellipsis; color:#666}
.m-slide .img li .text em{display:block;width:120px;background:#cc0000;line-height:40px;height:40px;text-align:center;margin-top:30px;}
.m-slide .img li .text em a{color:#fff!important;font-size:14px}
.m-slide .tab { float:left;width:25%; overflow:hidden}
.m-slide .tab li {overflow:hidden;background:#f1f1f1;line-height:60px;padding:0 15px;box-sizing:border-box;border-bottom:9px solid #fff}
.m-slide .tab li a{font-size:16px;color:#333;font-weight:600}
.m-slide .tab li.on {background:#cc0000}
.m-slide .tab li.on a{color:#fff}


/*公司介绍*/
.company{overflow:hidden;position:relative;padding:50px 0 80px ;background:#222226}
.company_left{width:47%;float:right;height:360px;border-radius:5px;overflow:hidden}
.company_left img{width:100%;height:100%}
.company_right{float:left;width:48%;box-sizing:border-box;margin-top:30px}
.company_right h3{color:#fff;line-height:70px;font-size:20px;position:relative;margin-bottom:10px}
.company_right h3:before{position:absolute;bottom:0;left:0;width:50px;height:2px;content:"";background:#cc0000}
.company_right p{line-height:30px;font-size:14px;color:#fff;padding-bottom:20px}
.company_right p a{color:#cc0000}
.company_right p a:hover{font-weight:600;color:#fff}
/*新闻资讯*/
.main_news{background: #fff;padding:50px 0 70px;overflow:hidden}
.news_left{width:48.5%;position:relative;float:left;background:#fff}
.news_left li {width:100%;color:#fff;overflow:hidden;border-bottom:1px solid #f1f1f1;margin-bottom:15px;padding-bottom:15px}
.news_left li h3{font-size:16px;line-height:24px;color:#333;font-weight:550;margin-bottom:5px;}
.news_left li em{font-size:12px;line-height:24px;color:#333;margin-bottom:5px;}
.news_left li p{font-size:14px;line-height:26px;color:#666}
.news_left li .pc_img{width:100%;height:300px;overflow:hidden;position:relative;z-index:1}
.news_left li .pc_img img{width:100%;height:100%;transition: all 0.3s}
.news_left li .pc_img strong{position:absolute;bottom:0;height:40px;width:100%;padding:0 15px;box-sizing:border-box;font-size:16px;color:#fff;background: rgba( 0 ,0, 0 , 0.5);left:0;z-index:10;line-height:40px}
.news_left li:first-child{border-bottom:none;padding-bottom:0}
.news_right{float:right;width:48.5%;background:#fff;}
.news_right li{overflow:hidden;width:100%;border-bottom:1px solid #f1f1f1;margin-bottom:10px;padding-bottom:15px}
.news_right li .list_left{width:30%;height:120px;overflow:hidden;float:left}
.news_right li .list_left img{width:100%;height:100%;transition: all 0.3s}
.news_right li .list_right{width:70%;color:#fff;float:left;overflow:hidden;box-sizing:border-box;padding-left:20px;}
.news_right li .list_right h3{font-size:16px;line-height:24px;color:#333;font-weight:550;margin-bottom:5px;}
.news_right li .list_right em{font-size:12px;line-height:24px;color:#333;margin-bottom:5px;}
.news_right li .list_right p{font-size:14px;line-height:26px;color:#666}
.news_right li:last-child{margin-bottom:0}
.news_left li:hover h3 {color:#cc0000}
.news_right li:hover .list_right h3{color:#cc0000}
.news_right li:hover .list_left img,.news_left li:hover .pc_img img{transform: scale(1.05)}
/*首页联系我们*/
.index_map{padding:50px 0;overflow:hidden;background:#f7f7f7}
.index_map ul { display:flex; justify-content:center;}
.index_map li{width:25%;float:left;padding-bottom:30px}
.index_map li i{width:70px;height:70px;border-radius:50%;border:1px solid #ddd;position:relative;display: flex;justify-content: center;align-items: center;margin:0 auto}
.index_map li i:before{font-size:36px;color:#cc0000;content:"\e61f";font-family: "iconfont";}
.index_map li  p{font-size:16px;color:#cc0000;line-height:26px;text-align:center;font-weight:550;margin:10px 0 0 0}
.index_map li span{font-size:14px;color:#cc0000;line-height:26px;display:block;text-align:center}
.index_map li:nth-child(2) i:before{content:"\e60d"}
.index_map li:nth-child(3) i:before{content:"\e695"}
.index_map li:nth-child(4) i:before{content:"\e804"}

.map_right{width:100%;box-sizing:border-box;border:1px solid #cc0000;height:380px;overflow:hidden}

/*友情链接*/
.cdx_link{padding:25px 0;overflow:hidden;background:#fff;border-top:1px solid #f7f7f7}
.cdx_link p{font-size: 18px!important;line-height: 24px;margin-bottom:10px;position:relative;}
.cdx_link p span{color:#cc0000;font-family: "Times New Roman",Times,serif;}
.cdx_link ul li{float: left;line-height: 19px;margin-right: 30px;font-size:14px}
.cdx_link ul li a{color:#999;}
.cdx_link ul li:hover a{color:#cc0000}
.cdx_link ul{overflow:hidden;width:100%}
/*底部*/
.footer{padding:50px 0;background-color:#333;overflow:hidden}
.footer dt{color: #ddd;font-size: 16px;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:#cc0000;}
.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:nth-child(4){width: 120px;float:right}
.footer dl .ewm {overflow:hidden;margin-top:10px}
.footer dl .ewm img{width: 120px;height: 120px;}
.f_bottom{height:50px;line-height:50px;text-align:left;font-size:14px;color:#fff;background:#222226}
.f_bottom a{color:#fff}


/*左侧通用*/

.cdx_page{width:100%;overflow:hidden;margin:0 auto;padding:50px 0;}
.page_left{width: 250px;float:left}
.page_left .title{height: 70px;color: #fff;line-height: 70px;background: #cc0000 url(img/prolt.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:30px;background:#fff;border-bottom: 9px solid #eaeaea;}
.page_left .lefta .comt{width:100%;background: #fff;border-top: 0;overflow: hidden;box-sizing: border-box}
.page_left .lefta .comt ul{overflow: hidden;border:1px solid #dddddd}
.page_left .lefta .comt ul li{width:100%;border-bottom:1px solid #ddd}
.page_left .lefta .comt ul li a{display: block;color: #333;font-size: 14px;line-height: 50px;padding-left: 20px;padding-right: 45px;overflow: hidden;background: #fff url(img/prolgo.png) no-repeat center right 15px;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.page_left .lefta .comt ul li:hover a{color:#fff}
.page_left .lefta .comt ul li:hover a{background: #cc0000 url(img/prolgo.png) no-repeat center right 15px}
.page_left .lefta .comt ul li:last-child{border-bottom:none}
/*联系我们*/
.leftus{background: #fff;padding-bottom: 30px}
.leftus dl{padding:10px;border:1px solid #ddd;border-bottom: 9px solid #eaeaea;}
.leftus dt{font-size:14px;border-bottom:1px solid #dddddd;color:#cc0000;height:40px;line-height:40px;font-weight:600}
.leftus dd{font-size:14px;color:#999;line-height:30px}
/*产品推荐*/
.re_sell{background:#fff;padding-bottom:30px}
.re_sell ul{overflow:hidden;padding-bottom:10px;border-bottom: 9px solid #eaeaea;}
.re_sell li{width:49%;float:left;margin-top:10px}
.re_sell li:nth-child(2n+2){float:right}
.re_sell li .pc_img{width:100%;height:122px;overflow:hidden;border:1px solid #ddd;box-sizing:border-box;border-radius:5px}
.re_sell li .pc_img img{width:100%;height:100%}
.re_sell li p{text-align:center;line-height:20px;font-size:12px;color:#333;margin-top:5px;padding:0 10px}
.re_sell li:hover p{color:#cc0000}
/*新闻推荐*/
.re_news{background:#f5f5f5;margin-bottom:30px;overflow:hidden}
.re_news ul{overflow:hidden}
.re_news li{line-height:50px;font-size:14px;border-bottom:1px solid #fff;overflow:hidden;padding:0 15px}
.re_news li a{color:#333;overflow:hidden;line-height:50px;height:50px;box-sizing:border-box}
.re_news li a:hover{color:#cc0000}
.re_news li a em{width:26px;line-height:50px;height:50px;margin-right:5px;text-align:center;font-weight:550;color:#999999}
.re_news li:nth-child(1) a em,.re_news li:nth-child(2) a em,.re_news li:nth-child(3) a em{color:#cc0000}
/*内页右侧*/
.page_right{width: 930px;float:right;box-sizing:border-box;padding:0 15px}
/*内容页面包屑样式*/
.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: #cc0000;}

/*文章列表*/
.news_list{margin-bottom: 20px;background: #fff;}
.news_list li{border: 1px solid #dfdfdf;border-top: none;padding: 20px 30px;transition: all .5s;}
.news_list li:first-child{border-top: 1px solid #dfdfdf;}
.news_list li .img{position:relative;width: 180px;height: 135px;display:block;overflow: hidden;cursor: pointer;}
.news_list li .img img{width: 100%;height: 100%;transition: all 0.3s ease-out 0s;}
.news_list li .txt{position: relative;width:625px;float:right}
.news_list li .txt h3{color: #333;font-size: 20px;font-weight: bold;line-height: 30px;padding-right: 60px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.news_list li .txt p{color: #7a7a7a;line-height: 25px;text-align: justify;margin-top: 15px;margin-bottom: 20px;height: 50px;overflow: hidden;}
.news_list li .txt .itags{font-size: 14px;color: #787878;line-height: 20px;padding-left: 25px;background: url(img/tags.png) no-repeat center left 1px;}
.news_list li .txt .itags a{color: #787878;}
.news_list li .txt .itags a:hover{color:#cc0000;}
.news_list li .txt .more{width: 35px;height: 35px;position: absolute;bottom: 0;right: 0;background: url(img/more1.png) no-repeat center top;cursor: pointer;border-radius: 50%;transition: all .5s;}
.news_list li:hover{box-shadow: 0 0 20px #dfdfdf;}
.news_list li:hover .txt h3{color:#cc0000}
.news_list li:hover .txt .more{background-image: url(img/more2.png);background-color:#cc0000}
/*产品列表*/
/*图片列表通用*/
.Piclist_list{float: left;width: 100%;padding-left: 0px;}
.Piclist_list li{float: left;margin-bottom: 30px;transition: all .5s;width:31.3%;margin-right:3%;overflow:hidden}
.Piclist_list li:nth-child(3n){margin-right: 0;float:right}
.Piclist_list li .img{position: relative;width: 100%;height: 281px;overflow: hidden;}
.Piclist_list li .img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.Piclist_list li p{color: #555;font-size: 14px;text-align: center;display: block;line-height: 50px;background: #fff;padding: 0 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Piclist_list li:hover{box-shadow: 0px 0px 20px #aaa;}
.Piclist_list li:hover .img img{transform: scale(1.1);}
.Piclist_list li:hover p{color: #fff;background:#cc0000}
.Piclist_list li:last-child{margin-bottom:30px}
/*留言表单*/
/*内容详情页*/
.conBox {overflow:hidden;background:#fff;padding-top:30px}
.conBox .ArticleTitle h1{font-size: 24px;text-align: center;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:20px 0;color: #666;font-size:14px;line-height: 28px;text-align: justify;overflow: hidden;box-sizing:border-box;width:100%}
.conBox .ArticleTencont .c_top{height:40px;width:100%;border-bottom:2px solid #cc0000;box-sizing:border-box;margin-bottom:20px}
.conBox .ArticleTencont .c_top h3{width:120px;line-height:40px;background:#cc0000;color:#fff;text-align:center;border-radius:5px 5px 0 0}
.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);}
.px14 p{font-size:14px;color:#666;line-height:30px}
/*产品详情页图片幻灯*/
.txMovie{width:900px;}
.tx_left{width:400px;height:500px;float:left}
.tx_right{float:right;width:460px;overflow:hidden}
.tx_right h3{border-bottom: 1px dashed #ddd;font-size: 18px;color: #cc0000;padding: 0 0 10px 0;font-weight: bold;margin-bottom: 12px;line-height:40px;}
.tx_right p{color:#999;line-height:30px;margin-top:20px;font-size:14px;margin-bottom:30px}
.tx_right p i{font-size:30px;color:#cc0000;font-weight:600}
.tx_right a{width:120px;height:40px;line-height:40px;text-align:center;background:#cc0000;display:block;color:#fff;border-radius:5px}


/*表单样式*/
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}
.side_body h1{font-size:14px;}
.main_head{font-size:16px;background:#fff}
.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;}
.main_body_sell { padding:0;}
.main_head span{font-size:14px}
.main_head strong{display:block;float:left;height:16px;border-left:#cc0000 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:20px;background:#fff}
.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; padding:10px 20px 50px;background:#fff}
.cdx_contact dl { line-height:40px; font-size:16px; overflow:hidden;}
.cdx_contact dl dt { float:left; color:#666; width:10%;font-size:14px}
.cdx_contact dl dd { float:left; color:#666; width:80%;font-size:14px}
.cdx_contact_map { width:100%; box-sizing:border-box;}
.cdx_contact_map iframe { width:100%; height:380px; 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:#cc0000}
.cdx_contact dl dd a{color:#666}

/*客服样式 THE*/

.kefu{position:fixed;right:0px;top:60%;margin-top:-100px;z-index:100;background:#cc0000; 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:#2b2b2b;}
.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=====================*/