* {
  margin: 0;
  padding: 0;
}
.clear { clear: both; }
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font: 400 14px/1.5 Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font: 400 14px/1.5 Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
}
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
}
a:active {
  outline: 0;
}
ul li {
  list-style: none;
}
input {
  line-height: normal;
}
input:focus {
  outline: 0 none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
.width_full {
  width: 100%;
  overflow: hidden;
}
.display_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_justify {
  text-align: justify;
  text-justify: inter-ideogra;
}
.clear_fix:after {
  clear: both;
  display: table;
  content: "";
}
.inaline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.intwoline {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.base_width {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.box {
  overflow: hidden;
}
.psa {
  position: absolute;
}
body {
  padding-top: 2.4rem;
}
.nav-top {
  width: 100%;
  height: 2.4rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  border-bottom: 1px solid #ddd;
}
.nav-btn {
  width: 1.06666667rem;
  height: 0.93333333rem;
  background: url(../images/nav-btn.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0.8rem;
  top: 50%;
  margin-top: -0.45333333rem;
}
.nav-logo {
  width: 10.rem;
  height: 1.8rem;
  left: 50%;
  top: 50%;
  margin-top: -0.9rem;
  margin-left: -5rem;
}
.nav-logo img{ height:100%; width:auto;}

.nav-language{width: 2.8rem; height: 1.4rem; right: 0.8rem; top: 50%; margin-top: -0.7rem;}
.nav-language span { width: 1.4rem; height: 1.4rem; line-height: 1.4rem; display: block; overflow: hidden; float: left; text-align: center;}
.nav-language span.active{ background:#eee; }
.nav-language span.active a{ color: #003333; font-weight: bold}

.nav-list {
  width: 100%;
  height: 22rem;
  top: 2.4rem;
  left: 0;
  font-size: 0.74666667rem;
  color: #000;
  overflow-y:auto;
}
.nav-list a {
  width: 100%;
  height: 100%;
  display: block;
}
.nav-list .nav-twoline p,
.nav-list li {
  width: 100%;
  height: 2.4rem;
  background: #fff;
  border-bottom: 0.02666667rem solid #dddddd;
  line-height: 2.4rem;
  text-indent: 0.8rem;
}
.nav-list .nav-twoline {
  height: auto !important;
  background: #ededed;
}
.nav-list .nav-twoline p {
  background: #ededed;
}
.nav-list .nav-twoline div {
  width: 100%;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #fff;
  border-bottom: 0.02666667rem solid #dddddd;
  text-indent: 1.86666667rem;
}
.nav-list .nav-twoline div a {
  color: #666;
}

.banner {
  width: 100%;
  height: 12.53333333rem;
  position: relative;
}
.carousel_img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 12.53333333rem;
}
.car_img {
  width: 100%;
  height: 11.2rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner_nei{height: 9.53333333rem !important;}
.banner_nei .carousel_img{height: 9.53333333rem !important;}
.banner_nei .car_img{height: 8.13333333rem !important;}
.banner_nei .carousel_index{top: 8.53333333rem !important;}
.car_img img {
  width: 100%;
}
.carousel_index {
  position: absolute;
  top: 11.70666667rem;
  left: 50%;
  height: 1.33333333rem;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.carousel_icon {
  width: 12px;
  height: 12px;
  float: left;
}
.carousel_icon1 {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #00533a;
  margin: 0 0.18666667rem;
}
.carousel_icon2 {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #ddd;
  margin: 0 0.18666667rem;
}

/*首页视频*/
.index_video video{ width:100%;}

/*首页第二屏：左右滑动展示信息*/
.index_info{ position: relative; width:100%; height: 680px; display: block; z-index:1;}
.index_info .post-slide { height:100%; background-color: #ffffff;}
.index_info .post-slide .post-img { 
    position: relative;
    cursor: pointer;
    height: 340px;
    width: auto;
    overflow: hidden;
}
.index_info .post-slide .post-img img { 
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out 0s;
}
.index_info .post-slide:hover .post-img img {
  transform: scale(1.1);
}

.index_info .post-slide .post-img .top-triangle {position: absolute; bottom: 0; left: 0; width:0; border-bottom: 50px solid #ffffff; border-left-color:rgba(255, 0, 0, 0); border-left-style:solid;  border-left-width:600px;}
.index_info .owl-item:nth-child(2n) .post-img .top-triangle {border-bottom: 50px solid #313131;}
.index_info .owl-item:nth-child(2n) .post-slide{ background-color: #313131;}

.index_info .post-slide .post-content {
  height:300px;
  padding: 20px 20px;
}
.index_info .post-slide .post-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}
.index_info .post-slide .post-title a {
  display: inline-block;
  color: #808080;
  transition: all 0.3s ease 0s;
}
.index_info .post-slide .post-title a:hover {
  color: #3d3030;
  text-decoration: none;
}

.index_info .post-slide .post-title { position: relative; font-size: 1.5em; font-weight: 500; line-height: 1.4em; text-transform: uppercase; margin: 0 0 30px; padding: 0 0 19px;}
.index_info .post-slide .post-title a { color:#222222; font-size:17px;}
.index_info .owl-item:nth-child(2n) .post-slide .post-title a{ color: #ffffff}
.index_info .post-slide .post-title:before { position: absolute; content: ''; left: 0; bottom: 0; margin-bottom: 0px; width:75px; height:1px; background-color: rgba(0,138,226,1); }
.index_info .post-slide .post-title:after { position: absolute; content: ''; left: 0; bottom: 0; margin-bottom: 0px; width:100%; height:1px; background-color: rgba(0,138,226,0.3); }

.index_info .post-slide .post-description {
  font-size: 14px;
  color: #676767;
  line-height: 22px;
  margin-bottom: 14px;
}
.index_info .owl-item:nth-child(2n) .post-slide .post-description{ color: #989898}
.index_info .post-slide .read-more {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  color: #333;
  background-color: rgba(0,138,226,0.6);
  border-bottom-right-radius: 10px;
}
.index_info .post-slide .read-more:hover { color: #ffffff;  background-color: rgba(0,138,226,0.8); }
.index_info .owl-item:nth-child(2n) .post-slide .read-more{ color: #111; background-color: rgba(0,138,226,0.6);}
.index_info .owl-item:nth-child(2n) .post-slide .read-more:hover{color: #ffffff; background-color: rgba(0,138,226,0.8);}

.index_info .owl-theme .owl-controls{ position: absolute; left:50%; bottom:0; margin-left:-44px;}

/*首页第三屏：服务范围*/
.index_service{ position: relative; width:100%; height: 500px; display: block; overflow: hidden; z-index:1;}

.index_service .block-title { position: relative; display: table; width: 100%; margin: 0 auto; padding-top:40px; overflow: hidden; z-index: 2; }
.index_service .block-title h1 { display: table-cell; margin: 0; font-weight: normal; width: 120px; text-align:center; text-transform: uppercase; color: #5d5d5d; line-height: 1.2em; padding: 0 20px; letter-spacing: 0.25em; white-space: nowrap; font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif, "宋体"; }
.index_service .line-before, .index_service .line-after { position: relative; display: table-cell; }
.index_service .line-before:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,0.3); }
.index_service .line-before:after { position: absolute; content: ''; width: 60px; height: 1px; right: 0; bottom: 7px; background-color: rgba(0,138,226,1); }
.index_service .line-after:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,0.3); }
.index_service .line-after:after { position: absolute; content: ''; width: 60px; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,1); }

.index_service .servicelist{ width:100%; margin:0 auto; margin-top:40px;}
.index_service .servicelist ul{ overflow:hidden; text-align:center; padding:0px; margin:0px; list-style:none;}
.index_service .servicelist li{display:inline-block; width:32%; overflow:hidden;}
.index_service .servicelist li div{ padding:10%;}
.index_service .servicelist li div img{ max-width:100%;}
.index_service .servicelist li div h2{ font-size:16px; font-weight:normal; margin-top:20px; color: #666666;}
.index_service .servicelist li div:hover h2{ color:#008ae2; }

/*首页第四屏：车间*/
.index_workshop{ position: relative; width:100%; height: auto; display: block; overflow: hidden; z-index:1;}
.index_workshop .con{overflow: hidden; position: relative; width: 100%;}
.index_workshop .con img{width:100%;height:auto;position:relative;left:0%;vertical-align:bottom;}
.index_workshop .con .con_info{ width:40%; position: absolute; left:50%; top: 45%; transform: translateY(-50%); text-align: center; color: #ffffff}
.index_workshop .con .con_info .cont_biaoti{ font-size:14px;}
.index_workshop .con .con_info .cont_desc{ font-size:10px; line-height: 16px;}

/*首页第五屏：评价*/
.index_evaluate{ position: relative; width:100%; height: auto; display: block; overflow: hidden; z-index:1;}
.index_evaluate .con{overflow: hidden; position: relative; width: 100%;}
.index_evaluate .con img{width:100%;height:auto;position:relative;left:0%;vertical-align:bottom;}
.index_evaluate .con .con_info{ width:40%; position: absolute; left:6%; top: 45%; transform: translateY(-50%); text-align: center; color: #333}
.index_evaluate .con .con_info .cont_biaoti{ font-size:14px;}
.index_evaluate .con .con_info .cont_desc{ font-size:10px; line-height: 16px;}

/*首页第六屏：品质*/
.index_quality{ position: relative; width:100%; height: auto; display: block; overflow: hidden; z-index:1;}
.index_quality .con{overflow: hidden; position: relative; width: 100%;}
.index_quality .con img{width:100%;height:auto;position:relative;left:0%;vertical-align:bottom;}
.index_quality .con .con_info{ width:40%; position: absolute; left:50%; top: 45%; transform: translateY(-50%); text-align: center; color: #ffffff}
.index_quality .con .con_info .cont_biaoti{ font-size:14px;}
.index_quality .con .con_info .cont_desc{ font-size:10px; line-height: 16x;}

/*首页第七屏：公司新闻*/
.index_news{ position: relative; height: 710px; display: block; overflow: hidden; z-index:1; background: url(../images/index_news.jpg) no-repeat center center; background-size: cover;}

.index_news .block-title { position: relative; display: table; width: 100%; margin: 0 auto; padding-top:40px; overflow: hidden; z-index: 2; }
.index_news .block-title h1 { display: table-cell; margin: 0; font-weight: normal; width: 120px; text-align:center; text-transform: uppercase; color: #5d5d5d; line-height: 1.2em; padding: 0 20px; letter-spacing: 0.25em; white-space: nowrap; font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif, "宋体"; }
.index_news .line-before, .index_news .line-after { position: relative; display: table-cell; }
.index_news .line-before:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,0.3); }
.index_news .line-before:after { position: absolute; content: ''; width: 60px; height: 1px; right: 0; bottom: 7px; background-color: rgba(0,138,226,1); }
.index_news .line-after:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,0.3); }
.index_news .line-after:after { position: absolute; content: ''; width: 60px; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,1); }

/*常见问题*/
.index_news .question { position:relative; width:100%; height:50px; line-height: 50px; margin:0 auto; margin-top:25px; background:#f6f6f6; }
.index_news .question .title { float:left; width:20%; height:50px; line-height: 50px; background: url(../images/question_t_bg.png) no-repeat 0 0; background-size:100% 100%; color:#000; font:14px/50px "Microsoft YaHei","STHeiti Light"; font-weight: bold; text-indent: 10px;}

.index_news #questionList { float:right; width:78%; margin-left:2%; height:50px; overflow:hidden; }
.index_news #questionList li { width:100%; line-height:50px;}
.index_news #questionList li .date { float:right; color:#666; }
.index_news #questionList li .link { padding-left:8px; color:#666; }
.index_news #questionList li .link:hover { color:#008ae2; }
.index_news .question .owl-theme .owl-controls{ position: absolute; right:0; bottom:0; }
.index_news .question .owl-theme .owl-controls .owl-buttons div{ width:30px; height: 30px; line-height: 30px; margin-right:5px;}

#news_slider{ width:100%; height: 550px; margin:0 auto; margin-top:10px;}
.index_news .post-slide { 
  height:100%; 
  background-color:#e6e5e4;
  /*margin: 0 10px 0 10px; */
   margin: 0 0;
  overflow:hidden;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);

}
.index_news .post-slide .post-img { 
    position: relative;
    cursor: pointer;
    width:100%;
    height:250px;
    width: auto;
    overflow: hidden;
}
.index_news .post-slide .post-img img { 
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out 0s;
}
.index_news .post-slide:hover .post-img img {
  transform: scale(1.1);
}

.index_news .post-slide .post-content {
  height:250px;
  padding: 25px 20px;
  position: relative;
}
.index_news .post-slide .post-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}
.index_news .post-slide .post-title a {
  display: inline-block;
  color: #808080;
  transition: all 0.3s ease 0s;
}
.index_news .post-slide .post-title a:hover {
  color: #3d3030;
  text-decoration: none;
}

.index_news .post-slide .post-title { position: relative; font-size: 1.5em; font-weight: 500; line-height: 1.4em; text-transform: uppercase; margin: 0 0 30px; padding: 0 0 19px;}
.index_news .post-slide .post-title a { color:#222222; font-size:17px;}
.index_news .post-slide .post-title:before { position: absolute; content: ''; left: 0; bottom: 0; margin-bottom: 0px; width:75px; height:1px; background-color: rgba(0,138,226,1); }
.index_news .post-slide .post-title:after { position: absolute; content: ''; left: 0; bottom: 0; margin-bottom: 0px; width:100%; height:1px; background-color: rgba(0,138,226,0.3); }

.index_news .post-slide .post-description {
  font-size: 14px;
  color: #676767;
  line-height: 22px;
  margin-bottom: 14px;
}

.index_news .post-slide .blog-meta { position: absolute; left:0; bottom:0; width:100%; height:48px; line-height: 48px; width:100%; background-color: #474747; font-size: 12px; font-family: "Microsoft Yahei", 微软雅黑, Arial, sans-serif, 宋体; }
.index_news .post-slide .blog-meta ul { list-style: none; margin: 0; padding: 0 30px; overflow: hidden; }
.index_news .post-slide .blog-meta ul li { position: relative; display: inline; margin-right: 23px; }
.index_news .post-slide .blog-meta ul li:last-child { margin-right: 0px; }
.index_news .post-slide .blog-meta ul li:before { font-family: FontAwesome; color: #e0e0e0; margin-right: 6px; }
.index_news .post-slide .blog-meta ul li:first-child { background: url(../images/times.gif) no-repeat left center; padding-left: 20px; float: left; margin-left:30px; }
.index_news .post-slide .blog-meta ul li:nth-child(2) { background: url(../images/liulan.gif) no-repeat left center; padding-left: 30px; float: right; margin-right:30px;}
.index_news .post-slide .blog-meta ul li:last-child:after { display: none; }
.index_news .post-slide .blog-meta ul li a { color: #e0e0e0; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; }
.index_news .post-slide .blog-meta ul li a:hover { text-decoration: none; color: #fff; }

.index_news .news_slider_con .owl-theme .owl-controls .owl-buttons div{width:48px !important;height:48px !important;line-height:48px !important;}
.index_news .news_slider_con .owl-theme .owl-controls{ position: absolute; bottom:48px; width:100%; margin-top:-22px; }
.index_news .news_slider_con .owl-theme .owl-controls .owl-buttons .owl-prev{ position: absolute; left:0px;}
.index_news .news_slider_con .owl-theme .owl-controls .owl-buttons .owl-next{ position: absolute; right:0px;}

/*底部公用*/
.footer{ width:100%; height:auto; background-color: #272727; margin-top:5px;}
.foot_d,.foot_m{ clear:both; width:100%; margin:0 auto; height:auto;}

.foot_m{ position: relative; border-top:1px solid #333; height:86px;}
.foot_m ul{ width:280px; height:86px; margin:0 auto;}
.foot_m li{ float:left; margin-right:8px; height:22px; line-height: 22px; font-size:18px; color:#ffffff; margin-top:32px;}
.foot_m li a{ color:#ffffff;}
.foot_m li:last-child{ margin-right:0px;}

.foot_d{ position: relative; border-top:1px solid #333; height:auto; }
.foot_d .copyright{ color:#eee; text-align: center; font-size:12px; line-height:24px; padding:10px 0;}

/*内页banner图*/
.nei_banner{overflow: hidden; position: relative; height:120px; width:auto; margin-bottom: 5px; display：table-cell; text-align:center; vertical-align:middle;}
.nei_banner>a>img{height:120px; width:100%; vertical-align:bottom;}

/*面包屑导航条*/
.location_nav{width:100%;border-bottom:1px solid #ddd;}
.location_nav>div{margin:0 auto;overflow:hidden;line-height:40px;width:96%; margin:0 auto;}
.location_nav>div>p{float:left; height:40px; line-height:40px; margin:0; padding:0;}
.location_nav>div>p>span:nth-child(1){font-size:18px;color:#333;margin-right:15px;}
.location_nav>div>p>span:nth-child(2){font-size:16px;color:#d4d4d4;}
.location_nav>div>div{float:left;line-height:40px;}
.location_nav>div>div>a{font-size:14px;color:#666;cursor:pointer;}
.location_nav>div>div>span{font-size:14px;color:#d4d4d4;margin:0 15px;}
.location_nav>div>div>a:hover{color:#008ae2;}
.location_nav>div>div>a.nav_color{color:#008ae2;font-weight:bold;}

/*单篇*/
.about_con{background:#ffffff; width:96%; height:auto;min-height:400px;margin:20px auto;}
.about_con p{width:100%;color:#333;font-size:14px;line-height:24px;}
.about_con p.tonglan{width:100% !important; margin:0 auto !important;}
.about_con p.tonglan img{width:100% !important;margin:0 auto;display:block;position:relative;left:50%;margin-left:-50%;vertical-align:bottom;}

.about_hunpai{ width:100%; margin:20px auto;}
.about_hunpai .hunpai{ width:100%; height: 500px; margin:0 auto; overflow: hidden; background-color: #ffffff; align-items:center; display: -webkit-flex;}
.about_hunpai .hunpai .hunpai_con{ width:96%; margin:0 auto; }
.about_hunpai .hunpai .hunpai_l{ width:100%; height: 50%; float: left; margin-top: 50%;}
.about_hunpai .hunpai .hunpai_r{ width:100%; height: 50%; float: left; margin-top:-100%}

.about_hunpai .hunpai .hunpai_l .bt{font-size:22px; color: #008ae2}
.about_hunpai .hunpai .hunpai_l .desc{font-size:14px; margin-top:10px;}
.about_hunpai .hunpai .hunpai_l .desc p{ line-height: 20px;}
.about_hunpai .hunpai .hunpai_r img{ max-width:100%; height: auto;}

.about_hunpai .hunpai:nth-child(2n){ background-color: #f0f0f0;}

/*分页*/
.pag{width:95%;margin:20px auto 20px;text-align:left;}

/*新闻中心&产品列表*/
.procuct-container {
  width: 100%;
  height: auto;
}
.procuct-container ul {
  padding: 0 0;
  margin-top: 1.25333333rem;
}
.procuct-container li {
  width: 9.08666667rem;
  height: 11.73333333rem;
  float: left;
  margin-left: 0.6rem;
  position: relative;
}
.procuct-container .product-img {
  width: 9.03333333rem;
  height: 9.03333333rem;
  text-align: center;
  display: table;
  border: 1px solid #ddd;
}
.procuct-container .product-img img{ width:90%; height: auto; margin: 0 auto; display: inline-block;}
.procuct-container .product-name{ width:100%; height:2rem; line-height: 2rem;}

.news-container li{ height: 11.73333333rem !important;}
.news-container .product-img{height: 9.03333333rem; }

/*产品详情页*/
.clear_fix{clear:both;display:table;content:"";}            
.product_con{width:96%;height:auto;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.product_con p{line-height:28px;}
.product_con p img{width:100%;height:auto;}

.product_tcon{width:96%;margin:0 auto;overflow:hidden;padding:10px 0;box-sizing:border-box;}  
.content_title>p{font-size:18px;color:#333;font-weight:bold;line-height:28px;}
.content_title>div{overflow:hidden;line-height:30px;padding:10px 0 10px 0;border-bottom:1px dashed #ddd;}
.content_title>div>span{float:left;font-size:14px;color:#999;margin-right:20px;}
.content_title>div>a{float:right;font-size:14px;color:#333;border:1px solid #ddd;display:inline-block;width:74px;line-height:28px;text-align:center;}

/*上一篇，下一篇*/
.up_next_con{width:96%;margin:0 auto 10px;overflow:hidden;}
.up_next{padding:10px 0 10px;margin-top:10px;border-top:1px dashed #ddd;}
.up_next p{margin-bottom:10px;font-size:14px;overflow:hidden;}
.up_next p span{color:#999;float:left;}
.up_next p a{color:#333;display:inline-block;max-width:670px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;}
.up_next p a:hover{color:#00a0ff;}

/*联系我们*/
.week_contact { width: 100%; }
.week_container { width:100%; margin:0 auto;}
.contact-ways {
  overflow: hidden
}
.contact-ways li {
  float: left;
  width: 33%;
  height: 230px;
  border-left: 1px solid #e9e9e9
}
.contact-ways li:last-child {
  border-right: 1px solid #e9e9e9
}
.contact-ways li a,.contact-ways li a:hover {
  display: block;
  padding: 30px 0;
  text-align: center;
  text-decoration: none
}
.contact-ways li h4 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 0;
  font-weight: 100
}
.contact-ways li p.cway-txt {
  font-size: 14px;
  line-height: 24px;
  color: #121212
}
.contact-ways li:hover p.cway-txt {
  color: #008ae2
}
.contact-ways li a i {
  margin: 0 auto 20px;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f8f8f8;
  border-radius: 64px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-tap-highlight-color: transparent
}
.contact-ways li a:hover i {
  background-color: #008ae2;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-tap-highlight-color: transparent
}
.contact-ways li a i.i-phone {
  background-image: url(../images/icon_phone.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 0 0
}
.contact-ways li a:hover i.i-phone {
  background-position: 0 -100px
}
.contact-ways li a i.i-qq {
  background-image: url(../images/icon_qq.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 0 0
}
.contact-ways li a:hover i.i-qq {
  background-position: 0 -100px
}
.contact-ways li a i.i-mail {
  background-image: url(../images/icon_mail.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 0 0
}
.contact-ways li a:hover i.i-mail {
  background-position: 0 -100px
}

.week_weixin {
  background: url(../images/bg_weixin.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0
}
.week_weixin h3 {
  margin: 0 auto;
  font-size: 32px;
  width: 60%;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  font-weight: 400
}
.week_weixin p {
  margin: 0 auto 20px;
  font-size: 16px;
  width: 80%;
  line-height: 1.75;
  text-align: center;
  color: #eee
}
.week_weixin-p img {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  transition: all 0.4s;
}
.week_weixin-p:hover img{transform: scale(1.1)}
.week_weixin p span {
  display: inline-block;
  margin: 0 20px
}
.week_map {
    position: relative;
    height: 520px;
    min-width: 100%;
    margin-bottom: -5px;
}
.mark-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 0px 0;
  background: url(../images/tmbg.png) repeat;
  color: #fff
}
.mark-info h4 {
  margin: 0;
  line-height: 36px;
  font-size: 26px;
  font-weight: 400
}
.mark-info p {
  font-size: 16px;
  line-height: 32px
}

/*公司简介*/
.about_con_tonglan{ width:100%; padding: 30px 0; min-height: 300px;  background-color: #efefef;}
.about_white{ background-color: #ffffff !important;}
.about_con_tonglan .container {
  width: 100%;  
  height: auto;
  margin: 0 auto; 
}
.about_con_tonglan .row {
  width:100%;
  float: left;
}
.about_con_tonglan .col-md-12 {
    width: 100%;
    margin-left: 1.5%;
}
.about_con_tonglan .text-m {
    font-size: 16px;
}
.about_con_tonglan h2.sub-title {
    margin: 0 0 20px 0;
    font-weight: normal !important;
    /* color: #00334d; */
}
.about_con_tonglan .col-md-4 {
    width: 97%; 
    float: left;
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding-right: 1.5%;
    padding-left: 1.5%;
    margin-top:1.5%;
}

.about_con_tonglan .center {
    text-align: center;
}
.about_con_tonglan h2.section-title {
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: normal !important;
    font-size:28px;
}
.about_con_tonglan .text-l {
    font-size: 18px;
}
.about_con_tonglan .text-l h3 {
    font-size: 24px;
    color:#008ae2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal !important;
}
.about_con_tonglan .divider-left {
    border-left: 0px solid #008ae2;
    min-height: initial;
}
.about_con_tonglan hr.divider {
  width:100%;
  height: auto;
  float: left;
  margin:20px 0;
    border-top: 1px solid #008ae2;
}

/*20190108新增：世界地图、智造中心*/
/*世界地图*/
.index_worldmap{ position: relative; width:100%; height: auto; display: block; overflow: hidden; z-index:1; margin-top:2px;}
.index_worldmap .con{overflow: hidden; position: relative; width: 100%;}
.index_worldmap .con img{width:100%;height:auto;position:relative;left:0%;vertical-align:bottom;}

/*智造中心*/
.index_chejian{ position: relative; width:100%; height: auto; display: block; overflow: hidden; z-index:1;}

.index_chejian .block-title { position: relative; display: table; width: 100%; margin: 0 auto; padding-top:40px; overflow: hidden; z-index: 2; }
.index_chejian .block-title h1 { display: table-cell; margin: 0; font-weight: normal; width: 120px; text-align:center; text-transform: uppercase; color: #5d5d5d; line-height: 1.2em; padding: 0 20px; letter-spacing: 0.25em; white-space: nowrap; font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif, "宋体"; }
.index_chejian .line-before, .index_chejian .line-after { position: relative; display: table-cell; }
.index_chejian .line-before:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,0.3); }
.index_chejian .line-before:after { position: absolute; content: ''; width: 60px; height: 1px; right: 0; bottom: 7px; background-color: rgba(0,138,226,1); }
.index_chejian .line-after:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,0.3); }
.index_chejian .line-after:after { position: absolute; content: ''; width: 60px; height: 1px; left: 0; bottom: 7px; background-color: rgba(0,138,226,1); }

.index_chejian .con{overflow: hidden; position: relative; width: 100%; padding-top:45px;}
.index_chejian .tabs{text-align: center;overflow: hidden;padding: 0 5px;}
.index_chejian .tabs li{display: inline-block;width: 24%;padding: 0 5px 10px;box-sizing:border-box;}
.index_chejian .tabs li img{width: 100%; opacity: .5}
.index_chejian .tabs li p{white-space: nowrap;text-overflow:ellipsis;overflow: hidden; color:#333333 !important;}
.index_chejian .tabs li.thistab img{opacity: 1;}
.index_chejian .tab_conbox{padding: 0 2px;}
.index_chejian .tab_conbox .tab_con {display: none;}
.index_chejian .tab_conbox li li{width: 50%; float: left;}
.index_chejian .tab_conbox li li a{border:2px #fff solid;display: block;}
.index_chejian .tab_conbox li li img{width: 100%;}

/*workshop、evaluate、quality轮播左右按钮调整*/
.center_controler .owl-theme .owl-controls{ position: absolute; width:100%; top:50%; margin-top:-15px;}
.center_controler .owl-theme .owl-controls .owl-buttons div{ position: absolute; width:30px; height: 30px; line-height: 30px; margin-right:5px;}
.center_controler .owl-theme .owl-controls .owl-buttons .owl-prev{ left:0; margin-left:5px;}
.center_controler .owl-theme .owl-controls .owl-buttons .owl-next{ right:0; }