﻿@charset "utf-8";
/*
	CSS Document 
*/
@font-face {
  font-family: "BAHNSCHRIFT";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BAHNSCHRIFT.TTF) format("opentype")
}
* {
	font-family: "BAHNSCHRIFT" !important;
	word-wrap:break-word;
  font-weight: unset !important;
  }
.btitle{ font-family: Arial Black !important; font-size: 24px !important; }
/* header start */
.sk-header{ padding: 20px 0; }
.sk-header .sk-header-logo{ float: left; }
.sk-header .sk-header-logo a,.sk-header .sk-header-logo img{ display: block; }
.sk-header .sk-header-lang{ float: right; padding-top: 18px; }
.sk-header .sk-header-lang a{ float: left; display: block; font-size: 16px; color: #808080; border: 1px solid #ddd; }
.sk-header .sk-header-lang a+a{ margin-left: 10px; }
.sk-header .sk-header-lang a:hover{ color: #ff2600; }
.sk-header .sk-header-lang a img{ width: 30px; height: 20px; display: block; }

/* nav start */
.sk-nav{ display: block; margin-bottom: 15px; }
.sk-nav-ul { display: block; width: 100%; border: 1px solid #bfbfbf; }
.sk-nav-ul .sk-nav-li { float: left; display: inline; position: relative; width: 16.66666%; }
.sk-nav-ul .sk-nav-li h3 { font-weight: normal; }
.sk-nav-ul .sk-nav-li h3 a { display: block; line-height: 45px; font-size: 18px; text-align: center; font-weight: normal; text-align: center; color: #333; }
.sk-nav-ul .sk-nav-li h3.sk-cur a,.sk-nav-ul .sk-nav-li h3 a:hover { color: #ff2600; }
.sk-nav-ul .sk-nav-sub { display: none; width: 250px; left: 0; padding: 10px 10px; top: 45px; position: absolute; background: rgb(241, 241, 241); z-index: 9; text-align: center; }
.sk-nav-ul .sk-nav-sub dd { zoom: 1; padding: 5px 0; }
.sk-nav-ul .sk-nav-sub a { display: block; color: #595959; line-height: 24px; text-align: left; border-bottom: 1px solid rgb(223, 223, 223); font-size: 14px; }
.sk-nav-ul .sk-nav-sub a:hover { color: #ff2600; background-color: rgb(248, 248, 248); }

/* banner start */
.sk-banner{ margin-bottom: 50px; }
.slideBox { width: 100%; height: auto; overflow: hidden; position: relative; border: 1px solid #bfbfbf; }
.slideBox .hd { width: 100%; height: 15px; overflow: hidden; position: absolute; bottom: 12px; z-index: 1; text-align: center; }
.slideBox .hd ul { overflow: hidden; zoom: 1; display: inline-block; }
.slideBox .hd ul li { float: left; margin: 0 3px; width: 12px; height: 12px; border-radius: 50%; background: rgb(192, 192, 192); cursor: pointer; }
.slideBox .hd ul li.on { background: #ff2600; color: #fff; }
.slideBox .bd { position: relative; height: auto; z-index: 0;}
.slideBox .bd li { zoom: 1; vertical-align: middle; width: 100%; height: auto; display: block; }
.slideBox .bd li a,.slideBox .bd li img{ display:block; width: 100%; height: auto; font-size: 0; }
.slideBox .next,.slideBox .prev{ position: absolute; width: 58px; height: 58px; display: block; top: 50%; margin-top: -25px; filter: alpha(opacity=0); opacity: 0; }
.slideBox .prev { left: 3%;  background: #666 url(../images/babot1.png) no-repeat;  }
.slideBox .next { right: 3%; background: #666 url(../images/babot2.png) no-repeat; }
.slideBox:hover .prev,.slideBox:hover .next { filter: alpha(opacity=100); opacity: 1; }

/* category start */
.sk-cate{ margin-bottom: 50px; }
.sk-cate-ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.sk-cate-ul .sk-cate-li{ width: 48.5%; display: block; margin-bottom: 25px; }
/* .sk-cate-ul .sk-cate-li+.sk-cate-li{ margin-left: 2%; } */
.sk-cate-ul .sk-cate-box{ background-color: #f2f2f2; overflow: hidden; border-radius: 3px; padding: 10px; height: 100%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	justify-content: flex-start;
	flex-direction: column;
}
.sk-cate-ul .sk-cate-title{ display: block; font-weight: normal }
.sk-cate-ul .sk-cate-title a{ display: block; background-color: #ff2600; color: #fff; font-size: 18px; text-align: center; line-height: 42px; }
.sk-cate-ul .sk-cate-box:hover .sk-cate-title a{ background-color: #ffffff; color: #ff2600;}
.sk-cate-ul .sk-cate-pic{ margin-top: 15px; overflow: hidden; }
.sk-cate-ul .sk-cate-pic img{ width: 100%; height: 400px; display: block; }
.sk-cate-ul .sk-cate-text{ font-size: 15px; color: #333; padding: 15px 5px 10px 5px; line-height: 28px;
}

/* core start */
.sk-core{ margin-bottom: 50px; }
.sk-core .sk-core-box{ background-color: #f2f2f2; padding: 80px 20px 70px 20px; }
.sk-core .sk-core-title{ font-size: 30px; color: #ff2600; text-align: center; line-height: 32px; }
.sk-core .sk-core-ul{ margin-top: 45px; display: block; }
.sk-core-ul .sk-core-li{ float: left; width: 50%; margin: 10px 0; }
.sk-core-ul a{ display: block; padding: 20px 0; width: 70%; margin: auto; }
.sk-core-ul .sk-core-pic{ width: 100%; height: auto; display: block; margin: auto; }
.sk-core-ul .sk-core-pic img{ width: 100%; height: auto; display: block; }
.sk-core-ul .sk-core-p{ text-align: center; font-size: 20px; line-height: 32px; color: #343434; display: flex; justify-content: center; padding-top: 15px; }
.sk-core-ul .sk-core-p::before{ content: url(../images/arw_list.png); margin-right: 5px; }
.sk-core-ul a:hover{ background-color: #fff; border-radius: 5px; overflow: hidden; }
.sk-core-ul a:hover .sk-core-p{ color: #ff2600; }

/* client start */
.sk-client{ margin-bottom: 50px; }
.sk-client .sk-client-box{ display: block; }
.sk-client-box .sk-client-title{ text-align: center; display: flex; justify-content: space-between; align-items: center;}
.sk-client-box .sk-client-title::after{ content: ''; display: block; height: 12px; flex: 1; background-color: #ff2600; }
.sk-client-box .sk-client-title::before{ content: ''; display: block; height: 12px; flex: 1; background-color: #ff2600; }
.sk-client-box .sk-client-title span{ font-size: 30px; color: #ff2600; background-color: #fff; padding: 0 30px; display: inline-block; }
.sk-client-box .sk-client-pic{ width: 100%; margin: 25px auto 0; }
.sk-client-box .sk-client-pic img{ width: 100%; height: auto; display: block; }

/* footer start */
.sk-footer{ display: block; margin: 0 auto;}
.sk-footer .sk-footer-box{ background-color: #f2f2f2; padding: 45px 30px 0; }
.sk-footer .sk-footer-nav{ width: 100%; padding-bottom: 20px; display: flex; justify-content: space-between; }
.sk-footer .sk-footer-ul{ display: block; flex: 1; margin-bottom: 12px; }
.sk-footer .sk-footer-ul~.sk-footer-ul{ margin-left: 25px; }
.sk-footer .sk-footer-title{ margin-bottom: 15px; }
.sk-footer .sk-footer-title a{ font-size:20px; color: #ff2600; font-weight: normal;  }
.sk-footer .sk-footer-li{ display: block; color: #666; line-height: 25px; margin-bottom: 8px; font-size: 15px; }
.sk-footer .sk-footer-li:hover{ color: #ff2600; text-decoration: underline; }
.sk-footer .sk-copyright{ text-align: center; font-size: 14px; color: #333; line-height: 30px; padding: 10px 0; border-top: 1px solid #d0d0d0; }
.sk-footer .sk-copyright a{ text-decoration: underline; color: #666; }
.sk-footer .sk-copyright a:hover{ color: #ff2600;}

.sk-copyright .sk-copyright-link{ float: left;}
.sk-copyright .sk-copyright-link a{ font-size: 14px; margin-right: 15px; }
.sk-copyright .sk-copyright-beian{ float: right; }

/* 左边导航 */
.sk-content-left{ width: 230px; float: left; }
.sk-content-title{ background-color: #ff2600; padding-bottom: 5px;}
.sk-content-title span{ display: block; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 24px; font-weight: normal; border-bottom: 1px solid #fff;}
.sk-content-ul .sk-content-li .sk-content-h3{ height: 50px; font-size: 16px; line-height: 50px; padding-left: 30px; padding-right: 20px; margin-bottom: 1px; background: #ececec; position: relative; overflow: hidden; }
.sk-content-ul .sk-content-li a{ font-size: 16px; color: #666; font-weight: normal; }
.sk-content-ul .sk-content-li span{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 25px); float: left;}
.sk-content-ul .sk-content-li i{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 25px; float: right;}
.sk-content-ul .sk-content-li:hover a{ color: #ff2600;}

/* 右边内容 */
.sk-content-right{ width: calc(100% - 250px); float: right;}
.sk-content-main{ width: 100%; margin: auto; }
.sk-content-right-title{ height: 50px; font-size: 24px; font-weight: normal; line-height: 50px; border-bottom: 1px solid #ebebeb; margin-bottom: 15px; text-align: center; }
.sk-content-right-title span{ display: inline-block; height: 50px; border-bottom: 2px solid #222222; font-weight: bold;}
.sk-content-right-text{ font-size: 14px; color: #333; padding: 20px 0; }

.sk-content-right-text table{ max-width: 100% !important; width: 100% !important;  }
.sk-text-table>tr>td:nth-child(1){ width: auto !important; }

.sk-content-table table{ max-width: 100% !important; width: 100% !important; }
.sk-content-table>table>tbody>tr>td:nth-child(1){ width: 68%; }
.sk-content-table1>tbody>tr>td:nth-child(1){ width: 50% !important; }
.sk-content-table2>tbody>tr>td:nth-child(1){ width: auto !important; }

/* 新闻列表 */
.sk-list-news{ display: block; }
.sk-list-news img{ max-width: 100%; }
.sk-list-news-box{ overflow: hidden; width: 23.5%; float: left; margin: 0 2% 2% 0; }
.sk-list-news-box:nth-child(4n){ margin-right: 0;}
.sk-list-news-box .sk-list-news-left{ width: 100%; height: 200px; overflow: hidden; border: 1px solid #ddd; }
.sk-list-news-box .sk-list-news-left a{ display: block; width: 100%; height: 100%; }
.sk-list-news-box .sk-list-news-left img{ width: 100%; height: 200px; display: block; margin: auto; }
.sk-list-news-box .sk-list-news-right{ display: block; padding-top: 15px; }
.sk-list-news-box .sk-list-news-title{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 12px; }
.sk-list-news-box .sk-list-news-right .sk-list-news-title a{ font-weight: bold; display: block; color: #333; font-size: 18px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.sk-list-news-box .sk-list-news-des{ height: 52px; font-size: 13px; line-height: 24px; color: #656565; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.sk-list-news-box:hover .sk-list-news-title a{ color: #ff2600; }

/* 新闻列表 */
.sk-list-blog{ display: block; }
.sk-list-blog img{ max-width: 100%; }
.sk-list-blog-box{ overflow: hidden; width: 30.33333%; float: left; margin: 0 3% 60px 0; }
.sk-list-blog-box:nth-child(3n){ margin-right: 0; }
.sk-list-blog-box .sk-list-blog-left{ width: 100%; height: 200px; overflow: hidden; border: 1px solid #f9f9f9; }
.sk-list-blog-box .sk-list-blog-left a{ display: block; width: 100%; height: 100%; }
.sk-list-blog-box .sk-list-blog-left img{ width: 100%; height: 200px; display: block; margin: auto; }
.sk-list-blog-box .sk-list-blog-right{ display: block; padding-top: 25px; }
.sk-list-blog-box .sk-list-blog-title{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 12px; }
.sk-list-blog-box .sk-list-blog-right .sk-list-blog-title a{ font-weight: bold; display: block; color: #333; font-size: 32px; line-height: 42px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.sk-list-blog-box .sk-list-blog-des{ height: 158px; font-size: 18px; line-height: 26px; color: #656565; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical; }
.sk-list-blog-box:hover .sk-list-blog-title a{ color: #ff2600; }

.sk-tuinews{ margin-bottom: 65px; background-color: #f8f8f8; padding: 50px 35px; border: 1px solid #ddd; }
.sk-tuinews-text{ width: 50%; float: left; }
.sk-tuinews-title{ font-size: 30px; color: #333; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.sk-tuinews-title::after{ content: ""; display: block; height: 8px; background-color: #ff2600; width: 60%; margin: 15px 0 25px 0; }
.sk-tuinews-info{ font-size: 16px; line-height: 30px; color: #666; }
.sk-tuinews-pic{ float: right; width: 45%; display: block; }
.sk-tuinews-pic img{ width: 100%; height: auto; display: block; }


/* 新闻详情 */
.sk-content-news-title{ padding-top: 16px; color: #333; font-weight: normal; font-size: 22px; line-height: 40px; padding-bottom: 10px; margin-bottom: 10px; text-align: center;}
.sk-content-news-tag{ text-align: left; color: #666; border-bottom: 1px dashed #999; height: 44px; line-height: 44px; position: relative;}
.sk-content-news-tag span{ margin-right: 12px;}
.sk-content-news-more{ float: right; background-color: #f2f2f2; color: #333; line-height: 25px; padding: 3px 12px; margin-top: 7px; }
.sk-content-news-more i{ margin-left: 8px; font-weight: bold;}
.sk-content-news-desc{ padding: 16px 18px; font-size: 14px; line-height: 24px; border: 1px solid #f1f1f1; margin-bottom: 10px; background: #f8f8f8; margin-top: 24px; }
.sk-content-news-desc span{ float: left; display: block; width: 80px; font-weight: 600; }
.sk-content-news-desc div{ padding-left: 80px; font-size: 14px; }
.sk-content-news{ line-height: 25px; margin-top: 12px; font-size: 14px; color: #404040; border: 1px solid #f1f1f1; padding: 12px;}
.sk-content-news-copyright{ padding: 12px; font-size: 14px; line-height: 24px; border: 1px solid #f1f1f1; margin-bottom: 10px; background: #ffffff; border-top: 0; }
.sk-content-news-turn{ padding: 12px 15px; font-size: 14px; border: 1px solid #f1f1f1; margin: 10px 0 0; background: #f8f8f8; }
.sk-content-news-turn .sk-content-news-prevnext{ line-height: 30px; }
.sk-content-news-turn .sk-content-news-prevnext a{ color: #333; }
.sk-content-news-turn .sk-content-news-prevnext a:hover{ color: #ff2600; text-decoration: underline; }

/* 推荐新闻 */
.sk-content-news-reco{ border: 1px solid #f1f1f1; margin-top: 15px; }
.sk-content-news-reco .sk-content-news-reco-title{ border-bottom: 1px solid #f1f1f1; font-size: 18px; padding: 8px; }
.sk-content-news-reco .sk-content-news-reco-title .iconfont{ font-size: 20px; color: #ef1b24;}
.sk-content-news-reco .sk-content-news-reco-ul{ padding: 10px 15px 20px; }
.sk-content-news-reco .sk-content-news-reco-li{ border-bottom: dashed 1px #f1f1f1; line-height: 36px; }
.sk-content-news-reco .sk-content-news-reco-li a{ color: #666; text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden; font-size: 14px; }
.sk-content-news-reco .sk-content-news-reco-li:hover a{ color: #ff2600; text-decoration: underline; }


/* 产品列表 */
.sk-list-product{ position: relative; }
.sk-list-product-box{ width: 32%; margin-right: 2%; float: left; margin-bottom: 25px; }
.sk-list-product-box:nth-child(3n){ margin-right: 0; }
.sk-list-product-a{ display: block; }
.sk-list-product-img{ width: 100%; height: auto; overflow: hidden; border: 1px solid #ddd; }
.sk-list-product-img img{ max-width: 100%; height: auto; max-height: 210px; margin: auto; }
.sk-list-product-title{ text-align: center; border: 1px solid #ddd; border-top: 0; background-color: #f1f1f1; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; font-weight: normal; color: #333333; padding: 10px 5px; }
.sk-list-product-box:hover .sk-list-product-title{ background-color: #ff2600; color: #ffffff; }

/* 事业内容 */
.sk-shiye{ margin-bottom: 36px; }
.sk-shiye .sk-shiye-h3{  border: 1px solid #ddd; padding: 12px; font-size: 20px; font-weight: normal; }
.sk-shiye .sk-shiye-box{ padding: 20px 0 0; }

/* 优势 */
.sk-list-youshi .sk-list-news-box{ width: 48.5%; }
.sk-list-youshi .sk-list-news-box:nth-child(2n){ margin-right: 0; }
.sk-list-youshi .sk-list-news-box .sk-list-news-left{ height: 390px; }
.sk-list-youshi .sk-list-news-box .sk-list-news-left img{ height: 390px; }

/* 产品详情 */
/*放大镜*/
.sk-content-product-show{ float: left; width: 420px; }
.sk-content-product-show-box,.sk-content-product-show-box p{ background:#eee; border: 1px solid #ddd; width: 402px; }
.sk-content-product-show-box span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px; }
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showpage { width:402px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.sk-content-product-text{ float: right; width: calc(100% - 430px);}
.sk-content-product-text .sk-content-product-title{ border-bottom: 1px #bbbbbb dotted; font-size: 18px; color: #333; line-height: 30px; padding-bottom: 8px; }
.sk-content-product-text .sk-content-product-parameter{ line-height: 25px; font-size: 14px; color: #666; padding: 12px 0; }

.sk-content-product-tel-box { background-color: #f5f5f5; padding: 30px 0; margin-top: 20px; overflow: hidden; text-align: center; }
.sk-content-product-tel-box .sk-content-product-tel{ background: url(../images/icon28.png) no-repeat left center; display: table; padding-left: 57px; margin: 0 15px 0 25px; float: left; }
.sk-content-product-tel-box .sk-content-product-tel .sk-t1{ line-height: 26px; color: #333; font-size: 26px; }
.sk-content-product-tel-box .sk-content-product-tel-a{ display: block; background: #ff2600 url(../images/icon29.png) no-repeat 25px center; height: 45px; width: 137px; border-radius: 5px; line-height: 45px; color: #FFF; text-indent: 26px; font-size: 14px; margin: 0 25px 0 0; float: right; }

/* 产品介绍 */
.sk-prodcontent-details {background:#fff;padding:32px 0 0; border-top: 3px solid #ff2600; margin-top: 30px;}
.sk-prodcontent-title {height:40px;font-size:24px;line-height:40px;border-bottom:2px solid #d4d4d4;margin-bottom:20px;}
.sk-prodcontent-title span {display:inline-block;height:40px;color:#464646;border-bottom:2px solid  #222222;padding-left:34px;background:url(../images/p14-icon11.png) no-repeat 2px center;}
.sk-prodcontent-title em {font-size:18px;font-family:Arial;text-transform:uppercase;font-style:normal;color:#c2c2c1;}
.sk-prodcontent-details-box{ line-height: 25px; font-size: 14px; }

.sk-prodcontent-title2{ display: flex; justify-content: center; align-items: center; }
.sk-prodcontent-title2::after,.sk-prodcontent-title2::before{ content: ""; width: 80px; height: 2px; display: block; background-color: #666; }
.sk-prodcontent-title2 span{ font-size: 36px; font-weight: normal; color: #666; line-height: 42px; display: block; margin: 0 32px;}

/* 推荐产品 */
.sk-prodcontent-recommended{ margin-top: 15px; position: relative; }
.sk-prodcontent-recommended-box .sk-list-product-box{ width: 302px; margin-bottom: 25px; margin-right: 20px; }
.sk-prodcontent-recommended-box .sk-list-product-a{ display: block; }
.sk-prodcontent-recommended-box .sk-list-product-img{ width: 100%; height: auto; overflow: hidden; border: 1px solid #ddd; }
.sk-prodcontent-recommended-box .sk-list-product-img img{ width: 100%; height: auto; }

.sk-prodcontent-recommended-box{ overflow: hidden; }
.sk-prodcontent-recommended-box .sk-list-product-title{ text-align: center; border: 1px solid #ddd; border-top: 0; background-color: #f1f1f1; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; font-weight: normal; color: #333333; padding: 10px 5px; }
.sk-prodcontent-recommended-box .sk-list-product-box:hover .sk-list-product-title{ background-color: #ff2600; color: #ffffff; }

.sk-prodcontent-recommended-hd{ position: absolute; width: 150px; right: 0; top: 8px; text-align: right; }
.sk-prodcontent-recommended-hd a{ width: 40px; height: 30px; line-height: 30px; float: right; text-align: center; background-color: #ddd; cursor: pointer; }
.sk-prodcontent-recommended-hd a:hover{ background-color: #ff2600; color: #fff; }
.sk-prodcontent-recommended-hd a.next{ margin-right: 2px; }

/* 在线留言 */
.sk-contact-title{ margin-bottom: 30px;}
.sk-contact-title .sk-contact-h3{font-size: 24px; color: #ff2600;}
.sk-contact-title .sk-contact-p{ font-size: 16px; color: #b9b9b9;}
.sk-contact-left{ width: 530px; float: left; padding: 50px 60px; }
.sk-contact-right{ width: 650px; float: right; padding: 50px 60px 50px 0;}

.sk-contact-list{ width: 100%; }
.sk-contact-list .sk-contact-list-box li:first-child { border-top: 1px solid #eeeeee; }
.sk-contact-list .sk-contact-list-box li { height: auto; border-bottom: 1px solid #eeeeee; overflow: hidden; }
.sk-contact-list .sk-contact-list-box li p { float: left; margin-top: 26px; width: calc(100% - 32px); padding-top: 0; line-height: 20px; font-size: 14px;}
.sk-contact-list .sk-contact-list-box li .iconfont { display: block; margin: 18px 0; float: left; width: 32px; height: 32px; font-size: 24px; padding-right: 8px;}
.sk-contact-list .sk-contact-list-box li img { display: block; margin-bottom: 26px; max-width: 160px; float: left; margin-left: 8px; border: 1px solid #eeeeee;}
.sk-contact-list .sk-contact-list-box li p span{ float: left;}
.sk-contact-list .sk-contact-list-box li em{ font-style: normal;}

.sk-contact-feedback{ width: 100%; }
.sk-contact-feedback td{ padding: 8px 0px; font-size: 15px; }
.sk-contact-feedback td .text,.sk-contact-feedback td .l_text,.sk-contact-feedback td .form-control{ width: 95%; border: 1px solid #ccc; border-radius: 3px; font-size: 14px; padding: 8px 10px; outline: none; color: #333333; }
.sk-contact-feedback td .red{ color: #ff0000; margin-left: 8px; font-size: 20px; display: inline-block; }
.sk-contact-feedback td .text:hover,.sk-contact-feedback td .text:focus{ border-color: #ff2600;}
.sk-contact-feedback td .l_text{ height: 80px; }
.sk-contact-feedback td .form-control{ width: 120px; }
.sk-contact-feedback td img{ display: inline-block;}
.sk-contact-feedback td.sk-tishi span{ display: block; font-size: 12px; color: #b1afaf; }
.sk-contact-feedback td .button{ padding: 10px 25px; border: 1px solid #bd3118; background-color: #ff2600; color: #ffffff; border-radius: 3px; cursor: pointer; }
.sk-contact-feedback td .button:hover{ background-color: #e03619; border-color: #bd3118; transition: background .8s; }

.sk-pro-title{ text-align: center; font-size: 24px; padding: 25px 0; line-height: 30px; font-weight: bold;}
.sk-pro-description{ font-size: 14px; line-height: 26px; margin-bottom: 50px; }
.sk-pro-pic{ margin-bottom: 50px; }

/* 发展历程 */
.sk-licheng-text{ padding: 30px; background-color: #f5f5f5; }
.sk-licheng-text-box{ width: 50%; float: left; padding: 12px 0; }
.sk-licheng-text-box .sk-licheng-text-title{ font-size: 32px; color: #1d41d5; }
.sk-licheng-text-box .sk-licheng-text-title::after{ content: ""; display: block; margin: 10px 0 0; width: 160px; height: 10px; background-color: #ff0000; }
.sk-licheng-text-box .sk-licheng-text-info{ padding: 25px 0 10px; font-size: 18px; line-height: 30px; } 
.sk-licheng-text-pic{ width: 45%; float: right; padding-top: 105px; }
.sk-licheng-text-pic img{ width: 100%; display: block; height: auto; }

.sk-licheng-list{ background-color: #f5f5f5; margin: 25px 0; padding: 45px 0px; }
.sk-licheng-list .sk-licheng-list-title{ text-align: center; margin-bottom: 36px; font-size: 42px; color: #1d41d5; }
.sk-licheng-list-box{ position: relative; overflow: hidden; }
.sk-licheng-list-row{ position: relative; display: block; padding: 0 30px; }
.sk-licheng-box{ position: relative; padding: 20px 60px; margin-top: -260px; }
.sk-licheng-row{ width: 340px; }
.sk-licheng-title{ position: absolute; font-size: 58px; color: #333; top: 250px; left: 44%; font-weight: normal; background-color: #f5f5f5; margin: auto; }
.sk-licheng-title::before{ content: ""; height: 3px; background: #E10014; width: 120px; display: block; position: absolute; bottom: 0; top: 0; margin: auto; left: -160px; }
.sk-licheng-pic{ width: 100%; height: 240px; margin-bottom: 70px; }
.sk-licheng-pic img{ width: 100%; height: auto; display: block; }
.sk-licheng-author{ font-size: 24px; color: #E10014; text-align: right; line-height: 36px; margin-bottom: 12px; font-family: "SimHei"; }
.sk-licheng-copyfrom{ font-size: 16px; font-weight: bold; color: #0a9528; text-align: right; line-height: 1.5; margin-bottom: 15px; }
.sk-licheng-des{ font-size: 16px; text-align: right; line-height: 26px; }
.sk-licheng-box:nth-child(2n) .sk-licheng-row{ float: right; }
.sk-licheng-box:nth-child(2n) .sk-licheng-title::before{ right: -160px; left: auto; }
.sk-licheng-box:nth-child(2n) .sk-licheng-author{ text-align: left; }
.sk-licheng-box:nth-child(2n) .sk-licheng-copyfrom{ text-align: left; }
.sk-licheng-box:nth-child(2n) .sk-licheng-des{ text-align: left; }
.sk-licheng-box:nth-child(1){ margin-top: 0; }
.sk-time-line{ position: absolute; width: 2px; display: block; content: ''; background: rgba(51, 51, 51, 0.25); top: 280px; bottom: 0; left: 50%; }

/* 事业内容 */
.sk-product-title{ clear: both; display: block; font-weight: normal; color: #1d41d5; line-height: 120%; font-size: 150%; background-color: #e2e2e2; padding: 12px 20px; font-weight: bold; }
.sk-shiye-list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.sk-shiye-box{ width: 24%; margin: 1% .5%; background-color: #efefef; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: flex-start; flex-direction: column; }
.sk-shiye-box .sk-shiye-pic{ width: 100%; height: 200px; overflow: hidden; }
.sk-shiye-box .sk-shiye-pic img{ width: 100%; height: auto; display: block; }
.sk-shiye-box .sk-shiye-title{ background-color: #e2242b; padding: 6px 10px; color: #fff; font-size: 18px; }
.sk-shiye-box .sk-shiye-desc{ font-size: 14px; padding: 10px; }
.sk-shiye-box .sk-shiye-desc *{ background-color: unset !important; font-size: 14px !important; font-weight: normal !important; }
.sk-shiye-box .sk-shiye-desc table td{ border: 1px solid #c5c5c5; padding: 2px 4px; }
.sk-shiye-box .sk-shiye-desc table td:nth-child(1) {
  width: 60px;
  color: #1d41d5 !important;
  font-size: 16px !important;
}
.sk-shiye-box .sk-shiye-desc table td:nth-child(1) * {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #1d41d5 !important;
}
.sk-shiye-box .sk-shiye-pdf{ padding: 10px 0 0; background-color: #fff;  }
.sk-shiye-box .sk-shiye-pdf .sk-shiye-pdf-btn{ font-size: 14px; padding: 10px; display: block; text-align: center; overflow: hidden; border-radius: 3px; background-color: #0a9528; color: #fff; }

.sk-header-tel{ background-image: url(../images/icon-tel.png); background-repeat: no-repeat; background-size: 32px; padding-left: 42px; float: right; background-position: center left; margin-right: 60px;}
.sk-header-tel h3 {  font-size: 12px; margin-bottom: 5px; font-weight: normal;}
.sk-header-tel p {
  font-size: 16px;
  color: #ff1f00;
}
.sk-header-mail{ float: right; margin-right: 80px; }
.sk-header-mail p{ font-size: 12px; margin-bottom: 5px; }
.sk-header-mail a{ font-size: 14px; display: inline-block; background-color: #ff2600; padding: 3px 6px; color: #fff; border-radius: 3px; overflow: hidden; }
.sk-header-mail a i{ font-size: 15px;}

/* share link */
.sk-share{ padding: 3px 0 25px 0; display: flex; justify-content: flex-end; align-items: flex-end; }
.sk-share .sk-share-link { width: 42px; height: auto; background-color: #fff; display: block; border-radius: 4px; overflow: hidden; padding: 4px; float: right; margin-left: 8px; }
.sk-share .sk-share-img { width: 100%; height: auto; display: block; }
.sk-share .sk-share-pic {
  width: auto;
  height: 90px;
  display: block;
  margin-left: 8px;
}

.sk-share .sk-share-pic img{
  width: auto;
  height: 100%;
  display: block;
}

.sk-voide-box{ height: auto; display: block; margin-top: 25px; }
.sk-voide-box .sk-voide {
  width: 100%;
  height: auto;
  display: block;
}