/*
	[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;}
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: #ff001e;}
.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;padding:10px 0}
.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:#666666;font-size:46px}
.header_main .tel span{color: #666666;font-size: 16px;font-weight: bold;line-height: 20px;}
.header_main .tel h3{color: #ff001e;font-size: 30px;font-weight: bold;line-height: 30px;padding-top: 5px;}
.header_main .wx{float:right}
.header_main .wx .pc_img{width: 95px;height: 95px;margin: 0 25px;margin-top: 20px;float:right;}
.header_main .wx .pc_img img{width:100%;height:100%}
.header_main .wx p{line-height:20px;color:#666666;font-size:12px;text-align:right;text-align:center;}

/*网站导航*/
.nav_main{width:100%;height: 60px;z-index: 3;background: #2b2b2b;}
.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: #ff001e;}
.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 #eee;}
.nav_main .cdx_nav dl dd:first-child{border: none;}
.nav_main .cdx_nav dl dd a{color: #333;font-size: 14px;padding: 0;background: #fff;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);-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:#ff001e;width:12px;height:12px;}
/*幻灯区 END*/
/*搜索栏*/
.search_main{height: 120px;width:100%;overflow:hidden;background: #2b2b2b}
.search_main .search_left{float:left;width:33%;float:left;overflow:hidden;color:#fff;text-align:right;padding-right:50px;height:120px;padding-top:30px;  box-sizing: border-box}
.search_main .search_left p{font-size:18px;line-height:30px;margin-right:30px}
.search_main .search_left span{font-size:24px;line-height:36px;font-weight:550;}
.search_main .skey{float:left;height:120px;float:left;width:33%;padding-top:30px;overflow:hidden;background:#ff001e}
.search_main .skey p{font-size: 14px;font-weight: bold;color: #fff;line-height:36px;padding-left:50px;padding-top:5px;overflow:hidden;height:36px}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #fff;border-left: 1px solid #e8e8e8;line-height: 15px;padding:0 12px;}
.search_main .skey p a:nth-child(1){border-left:none;}
.search_main .skey p a:hover{color:#fff;}
.search_main .skey .se {display: inline-block; text-align:center;padding-left:50px}
.search_main .skey .se select { width: 90px; height: 36px; display:none;}
.search_main .skey .se input { border-radius:0px;padding:0px; margin:0px; outline: none;}
.search_main .skey .se .se_1 { margin-right:-5px; border: none; color:#999;font-size:16px; height:36px; padding:0px 10px;font-size:14px;width:400px}
.search_main .skey .se .se_2 { background: #2b2b2b;color:#fff;border:none;font-size:16px; height:36px; padding:0px 10px;font-size:14px}
.search_main .search_right{float:left;padding-top:30px;color:#fff;margin-left:20px;position:relative;overflow:hidden;}
.search_main .search_right p{font-size:24px;line-height:36px;margin-right:30px}
.search_main .search_right span{font-size:14px;line-height:30px;width:360px;display:block}

.m1360{margin:0 auto;width:1360px}

/*公共标题*/
.cdx_title {margin-bottom: 50px;text-align: center;font-size: 0;visibility: visible;}
.cdx_title strong {display: inline-block;vertical-align: middle;font-size:24px;position: relative;padding: 0 40px;color: #2b2b2b;font-weight:550}
.cdx_title strong:after,.cdx_title  strong:before {content: '';height: 1px;width: 160px;top: 50%;position: absolute;background-color: #ff001e;}
.cdx_title strong:after {left: 100%;}
.cdx_title strong:before {right: 100%;}
.cdx_title p {margin: 10px 0 0;font-size: 14px;color: #666;}
/*产品展示*/

/*产品中心*/
.cdx_sell{overflow:hidden;padding:70px 0;}
.sell_left{overflow:hidden;float:left;width:270px;box-sizing: border-box}
.sell_left dl{overflow:hidden;width:100%;background:#fff}
.sell_left dt{height: 70px;color: #fff;line-height: 70px;width:100%;overflow:hidden;font-size:20px;background:#ff001e;text-align:center;font-weight:600}
.sell_left dd{line-height: 60px;width:100%;border-top: 1px solid #ddd;}
.sell_left dd a{position: relative;display: block;color: #2b2b2b;background:#f5f5f5;box-sizing: border-box;font-size: 14px;padding: 0;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%; }
.sell_left dd a:hover {background-size: 100% 100%;color:#fff}
.sell_left dd:last-child{background:#ff001e;color:#fff;height:70px;border-top:none}
.sell_left dd:first-child{border-top:1px solid #ff001e}
.sell_left dd p{text-align:center;font-size:24px;line-height:30px;padding-top:10px}
.sell_left dd span{text-align:center;display:block;font-size:14px;line-height: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;line-height: 43px;text-align: center;padding:10px 5px}
.sell_right li:hover{border:1px solid #ff001e}
.sell_right li:hover p{color:#ff001e}


/*优势*/
.sdys{overflow:hidden;width:100%;background:#f5f5f5;padding:50px 0}
.sdys ul{overflow:hidden;padding:30px;position:relative;background:#fff;overflow:hidden}
.sdys li{float: left;width: 100%;position: relative;overflow:hidden}
.sdys li .pc_img{width:48%;height:340px;overflow: hidden;position:relative;float:left}
.sdys li .pc_img img{width: 100%;height: 100%;transition: all .3s;overflow:hidden}
.sdys li .text {width:48%;padding:30px 30px 30px 0; box-sizing: border-box;position:relative;float:right;position:relative}
.sdys li .text h3{width:50px;height:50px;font-size:30px;line-height:50px;text-align:center;color:#fff;font-family: Arial;font-size:40px;margin-bottom:20px;border-radius:5px;background:#ff001e}
.sdys li .text p{color:#666666;font-size:24px;line-height: 34px;transition: all .5s;font-weight:600}
.sdys li .text span{font-size: 14px;line-height: 34px;display: block;margin-top:10px;text-align: justify;transition: all .5s;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;font-size:666}
.sdys li .text em{display: inline-block;padding: 10px 20px;background: #ff001e;color: #fff;margin-top: 20px;font-size:14px;text-align:center}
.sdys li .text em a{color:#fff}
.sdys li:hover .pc_img img{transform: scale(1.05);}
.sdys li:nth-child(2n+2) .pc_img{float:right}
.sdys li:nth-child(2n+2) .text{float:left}


/*公司介绍*/
.company{width:100%;overflow:hidden;background:#2b2b2b;background-size: 100% 100%;position:relative;box-sizing:border-box;padding:50px 0 80px 0}
.cdx_conter{overflow:hidden;width:500px;float:right;padding-top:30px}
.cdx_conter .title{padding-bottom:10px;text-align:left}
.cdx_conter .title h3{color:#fff;font-size: 28px;font-weight: bold;}
.cdx_conter .title p{display: block;font-style: normal;font-size: 16px;text-align:left;font-weight:500;color:#999}
.cdx_conter .title span{font-style: normal;text-transform: uppercase;display: block;color: #999;font-weight:500;font-size:14px}
.cdx_conter .txt{font-size: 14px;line-height: 30px;text-align: justify;height: 210px;overflow: hidden;color:#fff}
.cdx_conter ul{padding-top: 30px;}
.cdx_conter ul li{float: left;margin-right: 1px;}
.cdx_conter ul li a{display: block;width: 160px;font-size: 14px;line-height: 45px;text-align: center;background: #fff;color:#333}
.cdx_conter ul li:hover a,.cdx_conter li:nth-child(1) a{background:#ff001e}
.cdx_conter ul li:hover a{color: #fff;}
.cdx_conter li:nth-child(1) a{color:#fff}
.content_right{width:650px;float:left;height:400px;padding-top:30px}
.content_right img{width:100%;height:100%}

/*企业相册*/
.photo{padding:50px 0 80px 0;overflow:hidden;background:#fff}
.photo ul li{width:23.5%;float:left;margin-right:2%;margin-bottom:25px;overflow:hidden}
.photo ul li .img{width: 100%;position: relative;overflow: hidden;height:240px}
.photo ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.photo ul li:nth-child(4n){margin-right: 0;}
.photo ul li .img p{position: absolute;bottom: 0;width: 100%;color: #fff;font-size: 14px;line-height: 50px;background: rgba(0,0,0,.5);padding: 0 10px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.photo ul li:hover .img img{transform: scale(1.05);}

/*新闻资讯*/
.cdx_news{background: #eeeded;padding:50px 0 70px;overflow:hidden}
.cdx_news ul{overflow:hidden}
.cdx_news li{float: left;width: 49%;transition: all .5s; box-sizing: border-box;background:#fff;margin-bottom:20px;overflow:hidden;position:relative;padding:10px}
.cdx_news li:nth-child(2n+2){float:right}

.cdx_news li .list_right{width:74%;color:#fff;float:left;overflow:hidden;padding:8px;box-sizing:border-box}
.cdx_news li .list_right h3{font-size:18px;line-height:36px;color:#333;}
.cdx_news li .list_right p{font-size:14px;line-height:26px;color:#999}
.cdx_news li:hover{background:#2b2b2b}
.cdx_news li:hover:before{border-bottom: 125px solid #ff001e}
.cdx_news li:hover .list_right p,.cdx_news li:hover .list_right h3{color:#fff}
/*友情链接*/
.cdx_link{padding-bottom:30px;overflow:hidden;}
.cdx_link p{font-size: 18px!important;line-height: 24px;margin-bottom:10px;position:relative;margin-left:10px}
.cdx_link p:before{content: " ";position: absolute;background:#ff001e;left: -10px;top: 4px;width: 3px;height:14px}
.cdx_link p span{color:#ff001e;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:#ff001e}
.cdx_link ul{overflow:hidden;padding-bottom:20px;width:100%}
/*底部*/
.footer{background:#2b2b2b;overflow:hidden;position:relative;padding:50px 0 80px 0}
.footer .bottom{overflow:hidden;width:100;border-bottom:1px solid #999}
.footer .flogo{width: 220px;height: 60px;margin-top:50px;float:left}
.footer .flogo img{position: relative;width: 100%;height: 100%;display: block;z-index: 2;}
.footer dl{width:500px;float:left;margin-left:200px;padding-top:40px}
.footer p{color: #999;line-height:20px;margin-top:5px;font-size:14px}
.footer dl:last-child{width: 120px;float:right;margin-left:0}
.footer p a{color:#999}
.footer p a:hover{color:#ff001e}
.footer dl .ewm {overflow:hidden;}
.footer dl .ewm img{width: 120px;height: 120px;}
.footer dl .ewm p{color:#999;line-height:20px;font-size:12px;text-align:center}
.footer .bottom ul{text-align: center}
.footer .bottom li{display: inline-block}
.footer .bottom li a{font-size: 14px;text-align: center;line-height: 60px;height: 60px;float: left;color: #999;margin-right:50px;position:relative}
.footer .bottom li a:before{content: " ";position: absolute;background:#999;left: -25px;top: 24px;width:2px;height:14px}
.footer .bottom li:nth-child(1) a:before{width:0}
.footer .bottom li a:hover{color:#ff001e}
/*左侧通用*/

.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: #ff001e 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: 10px;background:#fff}
.page_left .lefta .comt{width:100%;background: #fff;border-top: 0;padding-bottom: 15px;overflow: hidden;box-sizing: border-box}
.page_left .lefta .comt ul{overflow: hidden;}
.page_left .lefta .comt ul li{width:100%;border-top:1px solid #fff}
.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: #f5f5f5 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: #ff001e url(img/prolgo.png) no-repeat center right 15px}

/*联系我们*/
.leftcont{padding: 10px 15px;border-top: 0;overflow:hidden;background:#f5f5f5;margin-bottom:25px}
.leftcont p{color: #333;font-size: 14px;line-height:36px;display: block;}
.leftcont p span{line-height:36px;display:block;float:left}
/*新闻推荐*/
.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:#ff001e}
.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:#ff001e}

/*内页右侧*/
.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: #ff001e;}

/*文章列表*/
.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:655px;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:#ff001e;}
.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:#ff001e}
.news_list li:hover .txt .more{background-image: url(img/more2.png);background-color:#ff001e}
/*产品列表*/
/*图片列表通用*/
.Piclist_list{width: 100%;padding-left: 0px;overflow:hidden}
.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: 291px;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:#ff001e}
.Piclist_list li:last-child{margin-bottom:30px}
/*留言表单*/
/*内容详情页*/
.conBox {overflow:hidden;background:#fff;padding-top:50px}
.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;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);}
/*产品详情页图片幻灯*/
.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}
.nav_list{width:100%;background:#ddd;overflow:hidden}
.focus_nav{ width:800px;margin: 0 auto;background: #ddd;position:relative;padding:20px 0;}
.focus_nav ul{width: 100%; margin:0 auto!important; position:relative;margin-left:50px}
.focus_nav li{overflow: hidden; float: left; width: 163px; height: 114px;margin-right:5px;box-sizing: border-box;border:3px solid #ddd;transition:0.5s}
.focus_nav li img{width:100%;height:100%}
.focus_nav .navNext{position:absolute;right:-55px;top:20px;background:url(img/arrowr.jpg) no-repeat center;width:45px;height:113px}
.focus_nav .navPrev{position:absolute;left:-55px;top:20px;background:url(img/arrowl.jpg) no-repeat center;width:45px;height:113px}
.focus_nav li:hover{border:3px solid #ff001e;}	
.focus_nav .navPrev:hover, .focus_nav .navNext:hover{opacity:1;filter:Alpha(Opacity=100);border-right-color:#fff}
.txMovie .focus_nav li.on{border:3px solid #ff001e}

.honor_zstp{margin:0 auto;width:400px;height:400px;overflow:hidden}
.honor_zstp img{width:100%;height:100%}
/*上一页/下一页*/
.reLink{height: 38px;border: 1px solid #ddd;margin: 50px auto  30px;padding: 0px 15px}
.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: #ff001e;}
.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}
.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; padding:1% 2%;}
.main_body_sell { padding:0;}
.main_head span{font-size:14px}
.main_head strong{display:block;float:left;height:16px;border-left:#ff001e 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%; margin:50px 0; box-sizing:border-box;}
.cdx_contact_map iframe { width:100%; height:300px; border:2px solid #ff001e; 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:#ff001e}
.cdx_contact dl dd a{color:#666}


/*客服样式 THE*/

.kefu{position:fixed;right:0px;top:60%;margin-top:-100px;z-index:100;background:#ff001e; 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=====================*/