@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-10-25 09:44:57
 * @version $Id$
 */

*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp { 		  	margin: 0; 
	padding: 0; 
}
ul, ol, menu{ 
	list-style: none; 
}
b, i{ 
	font-style: normal; 
	font-weight: normal; 
}
fieldset, img{ 
	border: 0; 
	vertical-align: middle; 
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
input, textarea, button { 
	outline: 0 none; 
	line-height: inherit; 
	font-family: inherit; 
    -webkit-appearance: none;
}
textarea { 
	resize: none; 
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
}
em{ 
	font-weight: normal; 
	font-style: normal; 
}
strong{
  font-weight: normal;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
a { 
	cursor: pointer; 
	text-decoration: none; 
	color: #202020;
	display: block;
}
a:hover { 
	text-decoration: none; 
}
html{
  overflow-x: hidden;
}
body { 
	font-size: 0.2rem; 
	line-height: 0.3rem; 
	font-family: Arial; 
  color: #202020;
  overflow-x: hidden;
  max-width: 640px;
  margin: 0 auto;
}

.main_con{
  min-height: 8rem;
  padding-top: .3rem;
}
.ln1{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.ln2{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.ln3{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.ln4{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.ln5{
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
}
.clearfix:after,.overflow:after { content: "\200B"; display: block; height: 0; clear: both; }
.clearfix,.overflow { *zoom:1;}
.fl { float: left;}
.fr { float: right;}
.wrapper{padding:0 .1rem;}

@font-face {
  font-family: "Helvetica Condensed Bold";
  src: url("../fonts/Helvetica Condensed Bold.woff2") format("woff2"),
       url("../fonts/Helvetica Condensed Bold.woff") format("woff"),
       url("../fonts/Helvetica Condensed Bold.ttf") format("truetype"),
       url("../fonts/Helvetica Condensed Bold.eot") format("embedded-opentype"),
       url("../fonts/Helvetica Condensed Bold.svg") format("svg"),
       url("../fonts/Helvetica Condensed Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1494841801746'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1494841801746#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?t=1494841801746') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf?t=1494841801746') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1494841801746#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Twitter:before { content: "\f0003"; }

.icon-dianhua:before { content: "\f0032"; }

.icon-facebook:before { content: "\e613"; }

.icon-liebiao:before { content: "\e619"; }

.icon-youxiang:before { content: "\e624"; }

.icon-bofang:before { content: "\e628"; }

.icon-consult:before { content: "\e618"; }

.icon-zhuye:before { content: "\e600"; }

.icon-fangdajing:before { content: "\e627"; }

.icon-pinterest:before { content: "\e63a"; }

.icon-tuwenzixun:before { content: "\e676"; }

.icon-peicanshu:before { content: "\e674"; }

.icon-dianhua1:before { content: "\e611"; }

.icon-linkedin:before { content: "\e62e"; }

.icon-anlii-:before { content: "\e622"; }

.icon-chanpinzixun:before { content: "\e601"; }

.icon-jishu:before { content: "\e603"; }




.radius_half{
  -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; -moz-border-radius:50%;border-radius:50%;
}

.hd ul li{
  float: left;
  font-size: 0;
  margin-right: .1rem;
}

.uppercase{
  text-transform: uppercase;
}
.tc{
  text-align: center;
}

html{
  background: #f5f5f5;
}
/* header */
.header{
  width: 100%;
  height: 1.2rem;
  border-bottom: .05rem solid #d70f28;
}
.header .logo img{
  height: 1.1rem;
  margin: 0 1.4rem 0 1.6rem;
}
.h_search{
  width: .36rem;
  height: .36rem;
  background: #191919;
  color: #fff;
  line-height: .36rem;
  text-align: center;
  border-radius: 50%;
  margin-top: .4rem;
}
.h_menu{
  font-size: .35rem;
  font-weight: bold;
  color: #191919;
  padding-top: .4rem;
}

#nav{
  display:none;
  position:absolute;
  left:0;
  top:1.2rem;
  width:100%;
  z-index:99;
  text-align: center;
}
#nav ul{
   background:#d42128; 
}
#nav ul li a{
  display:block;
  padding:0.1rem 0;
  position:relative;
  text-align:center;
  font-size: .24rem;
  color:#fff;
  border-bottom:solid 1px #cf5050;
}
#nav ul li a img{
  display: inline-block;
  margin-left: .1rem;
}
#nav ul li  .second_nav{
  display: none;
  margin: 0 .1rem;
  background: #cf2323;
}
.search{
  width:100%;
  height: 0.5rem;
  background: #fff;
  position:absolute;
  top: 1.2rem;
  left: 0;
  display: none;
  z-index: 100;
  border: 1px solid #ccc;
}
.search .icon-fangdajing{
  position: absolute;
  right: .18rem;
    top:.08rem;
}
#s-field{
  width: 6rem;
  height: .45rem;
  line-height: .45rem;
  padding:0 .1rem;
  border:none;
  background: none;
}
#s-button {
    width: .4rem;
    height: .4rem;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: .1rem;
    top: 0;
    z-index: 9;
}


/* main_banner */

.main_banner{
  position: relative;
}
.main_banner .bd ul li img{
  width: 100%;
  height:auto;
}


.f_share{
	 padding:.2rem;
	 text-align: center;
	 margin-bottom: 1rem;
}
.f_share ul{
	width: 2.5rem;
	margin: auto;
}
.f_share ul li{
	width: .4rem;
	height: .4rem;
	margin-right: .2rem;
  border: .02rem solid #262626;
  line-height: .4rem;
  text-align: center;
}
.f_share ul li a{
  display: inline-block;
  font-size: .25rem;
  color:#262626;
}
.f_share ul li.end{
	margin-right: 0;
}


.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.footer ul{
	width: 100%;
	height: .9rem;
	border-top: .05rem solid #d70f28;
}
.footer ul li{
	width: 33.3%;
	text-align: center;
}
.footer ul li a{
	color: #fff;
	background: #191919;
	height: .85rem;
  line-height: .85rem;
  font-size: .25rem;
}
.footer ul li a span{
	font-size: .35rem;
  margin-right: .1rem;
}

.footer ul li.home a{
  color: #d8142c;
}
.bread_nav{
	width: 100%;
	height: .68rem;
	background: #fff;
  padding: 0 .1rem;
  color: #666;
  box-shadow: 0 5px 5px #eee;
   -webkit-box-shadow:0 5px 5px #eee;
    -moz-box-shadow:0 5px 5px #eee;
}
.bread_nav span{
	font-size: .24rem;
  margin-right: .1rem;
  color: #303030;
}
.bread_nav a{
	display: inline-block;
	line-height: .68rem;
  color: #666;
}
.bread_nav a.on{
	font-weight: bold;
	color: #0d64c5;
}



/* index_b01 */
.index_b01_inner{
  width: 100%;
  padding: .2rem .1rem;
}
.index_b01_inner div{
  width: 3.1rem;
  height: 1.25rem;
  background: #fff;
  text-align: center;
  padding-top: .3rem;
}
.index_b01_inner div img{
  height: .36rem;
  display: inline-block;
  margin-bottom: .1rem;
}
.index_b01_inner div.bg01{
  background: #d70e27;
}
.index_b01_inner div.bg01 a{
  color: #fff;
}
.index_b02{
  background: #fafafa;
  padding: .2rem .1rem;

}
.index_b02_inner{
  position: relative;
  border: .01rem solid #d6d6d6;
}
.index_b02 li a{
  width: 100%;
  height: 6.2rem;
  background: #ededed;
  text-align: center;
  padding: .25rem 1rem;
}
.index_b02 li h1,.index_case a .txt .ttl,.index_b06 ul li a .txt .ttl{
  font-size: .3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .35rem;
}
.index_b02 li h1:after,.main_ttl:after,.index_case a .txt .ttl:after,.index_b06 ul li a .txt .ttl:after{
  content: '';
  position: absolute;
  width: .56rem;
  height: 3px;
  bottom: -.2rem;
  left: 50%;
  margin-left: -.28rem;
  background: #d42128;
}
.color01{
  color: #666;
}
.index_b02 li img{
  width: 3.9rem;
  height: 3.6rem;
  margin: .2rem auto;
}
.index_b02 li span,.index_b03 .txt span,.index_case a .txt span,.index_b06 ul li a .txt span,.pro_list ul li span{
  display: block;
  width: 1.8rem;
  height: .36rem;
  text-align: center;
  line-height: .36rem;
  color: #fff;
   background: #d42128;
   font-size: .14rem;
   margin: auto;
}
.index_b02 .prev,.index_b02 .next{
  width: .52rem;
  height: .52rem;
  border: .02rem solid #d1d1d1;
  color: #d1d1d1;
  font-size: .35rem;
  text-align: center;
  line-height: .52rem;
  position: absolute;
  top: 50%;
  margin-top: -.2rem;
  left: .3rem;
}
.index_b02 .next{
  left: auto;
  right: .3rem;
}
.index_b03{
  padding: .2rem .1rem;
  background: url('../img/index_about_bg.jpg') center center no-repeat;
  background-size: cover;
}
.index_b03 .txt{
  width: 100%;
  height: 2.6rem;
  background: url('../img/index_about_bg01.jpg') center center no-repeat;
  background-size: cover;
  padding: .55rem 2.5rem .4rem .5rem;
  color: #fff;
}
.main_ttl{
  font-family: Helvetica Condensed Bold;
  text-transform: uppercase;
  font-size: .35rem;
  text-align: center;
  position: relative;
  margin-bottom: .5rem;
}
.index_b03 .txt .main_ttl{
  text-align: left;
  margin-bottom: 0;
}
.index_b03 .txt .main_ttl:after{
  display: none;
}
.index_b03 .txt .con{
  font-weight: bold;
  margin: .2rem 0;
}
.index_b03 .txt span{
  background: #fff;
  color: #cf2337;
  margin: 0;
}
.index_b04{
  padding: .2rem .1rem;
  background: #ededed;
}
.index_case a{
  width: 100%;
  height: 2.58rem;
}
.index_case a img,.index_case a .txt{
  width: 3.1rem;
  height: 2.58rem;
  background: #fff;
}
.index_case a .txt{
  padding: .3rem .1rem;
}
.index_case a .txt .ttl,.index_b06 ul li a .txt .ttl{
  font-size: .25rem;
}
.index_case a .txt .ttl:after,.index_b06 ul li a .txt .ttl:after{
  left: 0;
  margin-left: 0;
}
.index_case a .txt span,.index_b06 ul li a .txt span,.pro_list ul li span{
  background: #162343;
  margin: 0;
  margin-top: .2rem;
}
.pro_list ul li span{
  margin: auto;
}
.index_b05,.index_b06{
  padding: .2rem .1rem;
}
.index_b05 ul li a{
  width: 100%;
  padding: .5rem .3rem;
}
.index_b05 ul li.bg02{
  background: #cf2323;
}
.index_b05 ul li{
  margin-bottom: .15rem;
  background: #ededed;
}
.index_b05 ul li .num{
  width: .8rem;
  font-family: Helvetica Condensed Bold;
  font-size: .4rem;
  position: relative;
  margin-left: .25rem;
}
.index_b05 ul li .num:before,.index_b05 ul li .num:after{
  content: '';
  position: absolute;
  background: #303030;
  width: .15rem;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: .45rem;
}
.index_b05 ul li .num:before{
  left: -.25rem;
}
.index_b05 ul li .ttl{
  font-family: Helvetica Condensed Bold;
  font-size: .3rem;
  margin: .2rem 0;
}
.index_b05 ul li.bg02 a{
  color: #fff;
}
.index_b05 ul li.bg02 .num{
  color: #fff;
}
.index_b05 ul li.bg02 .num:before,.index_b05 ul li.bg02 .num:after{
  background: #fff;
}
.index_b06 ul li a{
  width: 100%;
  height: 2.98rem;
}
.index_b06 ul li a .pic,.index_b06 ul li a .txt{
  width: 50%;
  background: #f5f5f5;
}
.index_b06 ul li a .pic .news_date{
  width: 100%;
  height: .6rem;
  background: #d70e27;
  line-height: .6rem;
  text-align:center;
  font-size: .3rem;
  color: #fff;
}
.index_b06 ul li a .txt{
  height: 2.98rem;
  background: #f0f0f0;
  padding: .5rem .1rem;
}


/* news_detail */
.newsDetBox{
  padding: .35rem .1rem;
  background: #fff;
}
.newsView_tt{
  color: #333;
  font-size:.24rem;
  text-align: center;
  padding:.1rem 0 .12rem 0;
  font-weight: bold;
}

.newsView_time{
  /*text-align: center;*/
  color: #555;
  padding-bottom: .15rem;
  position: relative;
}
.newsView_time:after{
  content: '';
  position: absolute;
  width: .6rem;
  height: .03rem;
  background: #d70e27;
  bottom: -.01rem;
  left: 50%;
  margin-left: -.3rem;
}
.newsView_share img{
  display: inline-block;
  width: 1.48rem;
}
.newsViewBox {
    color: #666;
    padding: .3rem 0;
    border: 1px solid #e2e2e2;
    border-right: 0;
    border-left: 0;
}
.newsView_backList {
    display: inline-block;
    width:1.7rem;
    height: .45rem;
    line-height: .45rem;
    border: 1px solid #6a6a6a;
    margin-top: .2rem;
}

.detail_page{
  clear: both;
  padding: .8rem 0;
}
.detail_page_clm{
  clear: both;
  position: relative;
  margin-bottom: .1rem;
}
.detail_page_text{
  font-size: .25rem;
   color: #333;
   margin-right: .05rem;
}
.detail_page_clm a{
  width: 3.1rem;
  overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    color: #666;
    float: left;
}
.detail_page_clm span.fr{
  color: #666;
}

/* video */
.video_con ul li{
  width: 3.05rem;
  background: #fff;
  margin-bottom: .2rem;
}
.video_con ul li img{
  width: 3.05rem;
  height: 2.53rem;
}
.video_con ul li p{
  height: .5rem;
  line-height: .5rem;
  text-align: center;
}

/* case */
.case_con .index_case {
  margin-bottom: .2rem;
}
.case_con .index_case a .txt span{
  margin-top: .3rem;
}

/* service */


.serviceBox_clm{
  background: #f0f0f0;
  margin-bottom: .2rem;
}
.serviceBox_clm .pic{
  width: 100%;
  text-align: center;
}
.serviceBox_clm .pic img{
  display: inline-block;
}
.serviceBox_clm .text{
  padding:.2rem .1rem .3rem ;
}
.serviceBox_clm .text h1 {
    font-size:.3rem;
    font-family: "Helvetica Condensed Bold";
    color:#333;
    font-weight: bold;
}
.serviceBox_clm .text h2 {
    font-size:.24rem;
    font-family: "Helvetica Condensed Bold";
    color:#666;
    font-weight: bold;
    margin-bottom: .15rem;
}
.serviceBox_clm .text .line{
  display: none;
}
.serviceBox_clm .text p {
    color: #666;
    line-height: .35rem;
}

/* faq */

.faq_text{
  margin-bottom: .15rem;
  padding: .2rem;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.faq_text p{
  position: relative;
}
.faq_text .question{
  font-size: .24rem;
  color: #1f1f1f;
  font-weight: bold;
  padding-left:.38rem;
  margin-bottom: 8px;
}
.faq_text .question i,.faq_text .answer i{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: .22rem;
  height: .25rem;
  background: url('../img/faq_bg01.png') center center no-repeat;
  background-size: cover;
  margin-right: .05rem;
}
.faq_text .answer i{
  background-image:  url('../img/faq_bg02.png');
}
.faq_text .answer{
  color: #666;
}


.faq_text .answer {
    padding-left: .38rem;
    color:#666;
}


/* about */
.about_culture {
  margin-right: -.1rem;
}
.about_culture .c1{
  width: 3.05rem;
  height: 2.5rem;
  padding: .3rem;
  background: #f0f0f0;
  float: left;
  margin: 0 .1rem .2rem 0;
  text-align: center;
}
.about_culture .c1 span{
  display: block;
  height: .32rem;
  background-size: cover;
  margin: auto;
}
.ss2,.s6{
  width: .47rem;
  background: url('../img/icon05.png') center center no-repeat;
}
.ss5,.s5{
  width: .48rem;
  background: url('../img/icon06.png') center center no-repeat;
}
.ss1,.s1{
  width: .47rem;
  background: url('../img/icon07.png') center center no-repeat;
}
.ss3,.s2{
  width: .48rem;
  background: url('../img/icon08.png') center center no-repeat;
}
.ss6,.s3{
  width: .48rem;
  background: url('../img/icon09.png') center center no-repeat;
}
.ss4,.s4{
  width: .47rem;
  background: url('../img/icon10.png') center center no-repeat;
}
.about_culture .c1-1 {
    font-size: .24rem;
    color: #333333;
    font-family: "Helvetica Condensed Bold";
    margin: .15rem 0;
}
.about_culture .c1-2 {
    font-size:.18rem;
    color: #666666;
     overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.about_team_view_text {
    color: #666;
    padding: .1rem;
}
.about_team_items{
  text-align: center;
}
.about_team_items a{
	display: inline-block;
}
.about_team_items .icons{
  display: none;
}
.about_team_items .tt{
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  margin-bottom: .2rem;
}
.about_team2{
  padding: 0 .5rem;
}
.about_team_items1 img,.about_team_items4 img{
  width: 1.75rem;
  height: 2.05rem;
}
.about_team_items2 img{
  width: 3.45rem;
  height: 2.05rem;
}


/* factory */
.about_fac_dl dd{
  float: left;
  width: 3.05rem;
  height: 2.15rem;
  background: #fff;
  overflow: hidden;
  margin:0 .1rem .15rem 0;
}
.about_fac_dl dd:nth-child(2n){
  margin: 0;
}
.about_fac_dl dd .pic img{
  display: block;
  width: 3.05rem;
  height: 1.6rem;
  margin: 0 auto;
}
.about_fac_dl dd .tt{
  width: 3.05rem;
  display: table-cell;
  color: #666;
  text-align: center;
  height: .5rem;
  vertical-align: middle;
}
.aboutBox .newsViewBox{
  border: 0;
}
.aboutBox .newsViewBox .tc img{
  width: 100%;
}
.aboutBox .newsViewBox img{
  display: inline-block;
  width: 2rem;
}

/* pro_cover */
.pro_cover>ul>li{
  border: .05rem solid #d42128;
  position: relative;
  margin-bottom: .2rem;
}
.pro_cover>ul>li .cover{
  width: 100%;
  height: 1.24rem;
  background: rgba(0, 0, 0, .65);
  position: absolute;
  top: 50%;
  margin-top: -.62rem;
  padding-top: .2rem;
  text-align: center;
}
.pro_cover>ul>li .cover .ttl{
  font-family: "Helvetica Condensed Bold";
  color: #fff;
  font-size: .35rem;
}
.pro_cover>ul>li .cover img{
  display: inline-block;
  width: .38rem;
  height: .38rem;
  margin-top: .15rem;
}

.info{
  width: 100%;
  background: #fff;
  padding-bottom: .4rem;
}
.info .title{
  width:50%;
  height: .5rem;
  float: left;
  font-size: .24rem;
  line-height:.5rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: .1rem;
}

.info .title2{
  width: 50%;
  color: #333;
}
.info .hover{
  background: #D42128;
  color: #fff;
}
.info_tabsCon{
  position: relative;
}
.info_tabsCon .info_tabs{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;

}
.info_tabsCon ul{
  padding: .2rem .1rem;
}
.info li h2{
  margin: .1rem;
  font-size: .24rem;
    color:#666;
    clear: both;
}
.info li select{
  width: 2.8rem;
  padding-left:.1rem;
  height: .39rem;
  outline: none;
  float: left;
  color:#d42128;
  border-color: #D5272e;  
  appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
  background: url(../img/207.png) no-repeat scroll right center transparent;  
}
.info li select::-ms-expand { display: none; } 
.info li select.prov{
  margin: 0 .1rem .1rem;
}
.info li p{
  width: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  padding: .3rem .3rem;
  box-sizing: border-box;
  color:#666;
}
.info li p a{
  color: #666;
}

.info_faq{
  padding:.2rem .15rem;
  background: #fff;
}
.info_faq_dl dd{
  clear: both;
  margin-bottom: .15rem;
  position: relative;
  overflow: hidden;
}
.info_faq_inp{
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  padding-left:.1rem;
  padding-right: .3rem;
  border: 1px solid #c9c8c7;
}
.info_faq_cod{
  width: 65%;
}
.inf_vercod{
  float: right;
  height:.4rem;
  width: 30%;
  cursor: pointer;
}
.info_faq_dl_text{
  position: absolute;
  right: 5px;
  top: 0;
  height: .4rem;
  line-height: .4rem;
  color: #666;
}
.info_faq_area{
  width: 100%;
  height:.98rem;
  padding: .08rem .1rem;
  border: 1px solid #c9c8c7;
}
.info_faq_btn{
  display: block;
  width: 1.4rem;
  height:.4rem;
  color: #fff;
  font-size: .24rem;
  background: #d42128;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

/* pro_list */
.pro_list ul{
  margin-right: -.1rem;
}
.pro_list ul li a{
  width: 3.05rem;
  height: 4.7rem;
  background: #ededed;
  float: left;
  margin-right: .1rem;
}
.pro_list ul li .txt{
  padding: .1rem;
  position: relative;
  text-align: center;
}
.pro_list ul li .txt:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -.3rem;
  top: .45rem;
  width: .6rem;
  height: 2px;
  background:  #d42128;
}
.pro_list ul li .ttl{
  font-weight: bold;
  font-size: .24rem;
}
.pro_list ul li  .con{
  margin: .15rem 0;
}


.contact_con{
  padding: .2rem;
}
.contact_box_right{
  width:100%;
  height: 3.80rem;
  box-sizing: border-box;
  padding: .7rem .3rem .2rem .6rem;
  background: url(../img/right_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: .2rem;
}
.contact_box_rightT{
  height: .72rem;
  overflow: hidden;

  margin-bottom: .15rem;
}
.contact_box_rightT .icons{
  width: .72rem;
  height:.72rem;
  background: url(../img/con_tel_icon.png)no-repeat;
  background-size:cover;
  display:block;
}
.contact_box_rightT .num{
  line-height: .6rem;
  color: #fff;
  font-size: .5rem;
  font-family: "Helvetica Condensed Bold";
  padding-left: .15rem;
}
.contact_box_right_text{
  color: #fffefe;
  padding: .1rem;
  line-height: .35rem;
}

.contact_box_right_share{
  height: .45rem;
  margin-left: .15rem;
}
.contact_box_right_share a{
  width: .4rem;
  height: .4rem;
  float: left;
  background-position: center;
  margin-right: .1rem;
  border: 2px solid #fff;
  
}


.contact_box_left{
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: .1rem;
}
.contact_box_left_T{
  height: .9rem;
  padding-bottom: .4rem;
  border-bottom: 1px dotted #e1e1e0;
  overflow: hidden;
  position: relative;
}
.contact_box_left_T .pic{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_box_left_T .pic ,.contact_box_left_T .pic img{
  width: .7rem;
  height:.7rem;
}
.contact_box_left_T .con{
  padding-left: .8rem;
}
.contact_box_left_T .tt{
  font-size: .3rem;
  height: .35rem;
  font-weight: bold;
  color: black;
}
.contact_box .text{
  height: .44rem;
  line-height: .22rem;
  color: #666;
}
.contact_box_form{
  padding-top:.16rem;
  overflow: hidden;
}

.contact_box_form dd{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: .2rem;
}
.contact_box_form dd:nth-child(5),.contact_box_form dd:nth-child(6),.contact_box_form dd:nth-child(7){
  width: 100%;
}
.contact_box_form_inp{
  width: 100%;
  height:.4rem;
  color: #666;
  padding: 0 1.2rem 0 .1rem;
  border: 1px solid #c9c8c7;
}
.contact_box_form_tip{
  position: absolute;
  right: .35rem;
  top: 0;
  color: #666;
  line-height:.4rem;
  width: .86rem;
  text-align: center;
}

.contact_box_form_radioBox{
  position: absolute;
  top: 0;
  right: .12rem;
  height: .4rem;
  line-height: .4rem;
  color: #666;
}
.contact_box_form_radio{
  -webkit-appearance:radio;
  margin:.08rem .04rem 0 .15rem;
}
.contact_box_form_txtarea{
  width: 100%;
  height: 1.28rem;
  padding: .08rem .13rem;
  border: 1px solid #c9c8c7;
  resize:none;
}
.contact_box_form_btn{
  display: block;
  width: 100%;
  height:.47rem;
  color: #cb0025; 
  font-size: .24rem;
  font-weight: bold;
  background:none;
  border: 2px solid #cb0025;
  cursor: pointer;
}


/* about */
.about_sec{
  border-bottom: 1px solid #f0f0f0;
  padding: .2rem .1rem;
}

.about_cultureBox,.about_teamBox,.aboutBox_con{
  border-bottom: 1px solid #f0f0f0;
  padding: .2rem 0;
}
.about_sec_right{
  margin-bottom: .2rem;
}
.about_sec_left{
  width: 100%;
}
.about_sec_left .p1{
  display: inline-block;
  font-size: .3rem;
  font-family: "Helvetica Condensed Bold";
  color: black;
  font-weight: bold;
  margin-left: .1rem;
}
.about_sec_left .line{
  width: .6rem;
  height: 3px;
  background: #D70E27;
  display: block;
  margin: .2rem auto;
}
.about_sec_left .p2{
  display: inline-block;
  color: #666666;
  text-align: center;
}

.pro_moreBtn {
    display: block;
    width: 1.8rem;
    height:.36rem;
    color: #fff;
    line-height: .36rem;
    text-align: center;
    background: #162343;
    margin: .15rem auto !important;
}

.about_team{
  padding: 0 .5rem;
}
.aboutBox_con,.about_teamBox{
  background: #fff;
}

.about_teamBox .about_team_items5 img{
  width: 100%;
}
.about_map{
  width: 100%;
  height: 4.8rem;
  padding: .2rem 0;
}
.about_map a{
  display: block;
  width: 100%;
  height:4rem;

  background: url(../img/2.2.png) no-repeat center center;
  background-size: cover;
}

/* pro_detail */
.pro_detail_banner .bd{
  border: 1px solid #dedede;
}
.pro_detail_txt{
  padding: .2rem .1rem;
  margin: .2rem 0;
  background: #fff;
}
.pro_detail_txt .ttl{
  font-size: .3rem;
  font-weight: bold;
  padding: 0 .1rem;
}
.pro_detail_txt .con{
  margin: .15rem 0;
  padding: .15rem .1rem;
  border:1px solid #dedede;
  border-right: 0;
  border-left: 0;
  line-height: .35rem;
}
.pro_detail_txt .con span{
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.pro_detail_txt .share div{
  display: inline-block !important;
  vertical-align: middle;
}
.pro_detail_txt>a{
  width: 1.4rem;
  height: .32rem;
  margin: .2rem 0;
  display: inline-block;
}


.pro_B_bar{
  width: 100%;
  background: white;
}
.pro_B_bar_dl{
  width:100%;
  background: #fff;
}
.pro_B_bar_dl dd{
  width: 3.05rem;
  height: 1.2rem;
  float: left;
  margin-right: .1rem;
  margin-bottom: .1rem;
  background: #a5a5a5;
  position: relative;
  cursor: pointer;

  padding: .3rem 0 0 .3rem;
}

.pro_B_bar_dl dd:nth-child(2n){
  margin-right: 0;
}
.pro_B_bar_dl dd img{
  height: .27rem;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: .1rem;
}
.pro_B_bar_dl dd p{
  color: #fff;
  width: 1.9rem;
  display: inline-block;
}
.pro_B_bar_dl dd .arr01{
  display: none;
}
.pro_B_bar_dl dd.hover{
  background:#D42128;
}
.pro_B_bar_dl dd.hover span{
  display: block;
}


.pro_B_bar_clm_tt {
    height: .5rem;
    line-height: .5rem;
    padding-left:.2rem;
    font-size: .24rem;
    color: #333;
    font-weight: bold;
    background: -webkit-linear-gradient(to right, #ededed 0%, #fff 100%);
    background: -moz-linear-gradient(to right, #ededed 0%, #fff 100%);
    background: -o-linear-gradient(to right, #ededed 0%, #fff 100%);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#ededed), to(#fff));
    background: linear-gradient(to right, #ededed 0%, #fff 100%);
}
.pro_B_bar_clm_con_text {
    color: #666;
    background: #fff;
    padding: .2rem ;
    overflow-x: scroll;
}


.serv{
  padding: .2rem;
  background: #fff;
}
.serv h2{
  font-size:.35rem;
    font-family: "Helvetica Condensed Bold";
    color: rgb(212, 33, 40);
    font-weight: bold;
    text-align: center;
    margin-top:.5rem;
}
.serv h3{
  font-size: .24rem;
    font-family: "Arial";
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: .2rem;
    margin-bottom: .35rem;
}
.serv .con-box{
  padding: 0 .3rem .3rem; 
  box-sizing: border-box;
}
.serv .con-box div{
  float: left;
}
.serv .con-box div:first-child p{
  font-size: .24rem;
  color: rgb(102, 102, 102);
  text-align: center;
}
.con-box_02{
  display: none;
}
.serv .con-box div:first-child p a{
  color: #D42128;
}
.con-box_03{
  float: left;
}
.con-box_03 img{
  width: 1.2rem;
  height: 4.07rem;
}
.serv .con-box div:nth-child(4){
  float: left;
  width: 4rem;
  margin-top: .2rem;
  text-align: center;
}
.serv .con-box>div:nth-child(4),.serv .con-box>div:nth-child(4) p{
  text-align: left;
}
.serv .con-box div:nth-child(4) h4{
  font-size:.3rem;
  line-height: .4rem;
    color:#666;
}
.serv .con-box div:nth-child(4) p{
  color: #666;
  margin-bottom:.55rem ;
}


.pro_B_bar_clm_form{
  width: 100%;
  background:#fff;
  box-sizing: border-box;
  padding:.2rem .1rem;
}
.pro_B_bar_clm_form h1{
  font-size:.35rem;
   font-family: "Helvetica Condensed Bold";
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-transform: uppercase;
  -moz-transform: matrix( 1,0,0,0.9990172531626,0,0);
  -webkit-transform: matrix( 1,0,0,0.9990172531626,0,0);
  -ms-transform: matrix( 1,0,0,0.9990172531626,0,0);
  text-align: center;
}
.pro_B_bar_clm_form i{
  display: block;
  width:.3rem;
  height: 2px;
  background: #D42128;
  margin: .15rem auto .45rem;
}
.pro_B_form_inp{
  width: 100%;
  height: .45rem;
  border: 1px solid #ededed;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 .1rem;
  margin-bottom: .2rem;
  color: #666;
}
.pro_B_form_inp:focus ,.pro_B_form_area:focus{
  border: 1px solid #db282f;
}
.pro_B_form_inp::-webkit-input-placeholder{ 
color: #666; 
} 
.pro_B_form_inp:focus:-moz-placeholder{ 
color: #666; 
} 
.pro_B_form_area{
  border: 1px solid #ededed;
  resize: none;
  width: 100%;
  height: 2rem;
  margin-bottom: .2rem;
  color: #666;
  padding:.1rem;
  box-sizing: border-box;
  background: #fafafa;
}
.pro_B_form_area:focus{
  border: 1px solid #db282f;
}
.pro_B_form_area::-webkit-input-placeholder{ 
color: #666; 
} 
.pro_B_form_btn{
  display: block;
  width: 1.8rem;
  height: .46rem;
  color: #fff;
  border: none;
  outline: none;
  background: #D42128;
  margin: 0px auto;
  cursor: pointer;
  font-size: .24rem;
}

.contact_box_right_text a{
  display: inline;
}