@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: url('../fonts/BEBAS.eot') format('embedded-opentype'),
         url('../fonts/BEBAS.woff2') format('woff2'),
         url('../fonts/BEBAS.woff') format('woff'),
         url('../fonts/BEBAS.ttf') format('truetype'),
         url('../fonts/BEBAS.svg#BEBAS') format('svg');
}
body{
	font-family: arial;
}
body.gray{
	background: #f5f5f5;
}
.load-bg{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 9999;
}

.load-bg .loading{
	width: 147px;
    height: 67px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -73px;
    z-index: 999;
}

.init, 
.orange {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 147px;
}

.init{
    background: url(../img/load1.png) no-repeat left bottom;
    background-size: 147px 67px;
    height: 67px;
}

.orange{
	background: url(../img/load2.png) no-repeat left bottom;
	background-size: 147px 67px;
    -webkit-animation:fill 3s linear infinite forwards;
    -moz-animation:fill 3s linear infinite forwards;
    -ms-animation:fill 3s linear infinite forwards;
    height: 67px;
}

@-moz-keyframes fill {
	0% { height: 0px; }
	25% { height: 15px; }
	50% { height: 30px; }
	75% { height: 45px; }
	100% { height: 67px; }
}

@-webkit-keyframes fill {
	0% { height: 0px; }
	25% { height: 15px; }
	50% { height: 30px; }
	75% { height: 45px; }
	100% { height: 67px; }
}

@keyframes fill {
	0% { height: 0px; }
	25% { height: 15px; }
	50% { height: 30px; }
	75% { height: 45px; }
	100% { height: 67px; }
}
.view{
	padding:0 5%;
}
header{
	position: fixed;
	top:8px;
	left:0;
	width: 100%;
	height:36px;
	background: #fff;
	z-index: 99;
	box-shadow:  0 0 70px rgba(0,0,0,.3);
	transition:all .3s linear;
}
header .logo{
	float: left;
	width: 125px;
	height: 36px;
	background:#c10120;
	text-align: center;
	line-height: 36px;
}
header .logo img{
	display: block;
	width:73px;
	margin: 1px auto 0;
}
header .header-right{
	float: right;
	margin-right: 2%;
}
header .header-right .lang{
	position: relative;
	font-size: 12px;
	color: #666666;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../img/lang.png);
	padding:0 10px 0 25px;
	border-left:1px solid #e3e3e3;
	height: 36px;
	line-height: 36px;
	font-family: arial;
	transition:all .3s linear;
}
header .header-right .lang:after{
	content:"";
	position: absolute;
	right: 0;
	top:50%;
	width: 8px;
	height:5px;
	margin-top: -2px;
	background:url(../img/down.png) no-repeat center / cover;
}
header .header-right .navbtn{
	width: 75px;
	margin-right: 5px;
	text-transform: capitalize;
}
header .header-right .navbtn .line-box{
	width: 15px;
	margin:12px 0 0;
}
header .header-right .navbtn .line-box .line{
	display: block;
	width:15px;
	height: 2px;
	background:#575757;
	margin-bottom: 3px;
	transition:all .3s linear;
}
header .header-right .navbtn.cur .line-box .line:nth-child(1){
	transform:rotate(45deg);
	transform-origin:left top;
}
header .header-right .navbtn.cur .line-box .line:nth-child(2){
	opacity: 0;
	filter: alpha(opacity=0);
}
header .header-right .navbtn.cur .line-box .line:nth-child(3){
	transform:rotate(-45deg);
	transform-origin:left bottom;
}
header .header-right .navbtn .txt{
	line-height: 36px;
	color: #666666;
	font-size: 12px;
}
header .m-nav{
	display: none;
	position: fixed;
	left:0;
	top:36px;
	background: #fff;
	width:88%;
	height:92%;
	padding:4% 6%;
	overflow: auto;
	border-top:1px solid #ddd;
}
header .m-nav li{
	border-bottom:1px solid #dcdcdc;
}
header .m-nav li>a{
	display: block;
    width: 92%;
    padding: 10px 4%;
    color: #2d3845;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
}
header .m-nav li .navson{
	line-height: 30px;
	padding:10px 4.5% 15px;
	display: none;
}
header .m-nav li .navson a{
	display: block;
	font-size: 14px;
	color:#8b95a0;
}
header .m-nav li>a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/nav-arrow.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 10px;
    transition:all .3s linear;
}
header .m-nav li:nth-child(1)>a:after{
	background:none;
}
.m-nav li.on .tit:after{
	transform:rotate(180deg);
}
header.on{
	top:0;
}
.pc-nav{
	display: none;
}

/**********header end**********/
footer{
	background:url(../img/footer-bg.png);
}
footer .view{
	padding:0;
}
.footer-top{
	display: none;
}
.footer-bottom{
	font-size: 0;
	text-align: center;
	padding:18px 0;
}
.footer-bottom span{
	font-size: 12px;
	color: #999;
}
.footer-bottom .company{
	color: #e7e7e7;
}
.footer-bottom .build{
	margin-left: 12px;
	text-transform: capitalize;
}
.footer-bottom a{
	color: #c0c0c0;
	text-transform: uppercase;
}
/***********footer end***********/
.i-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 20;
}
.i-banner>img{
	width:100%;
}
.i-banner .flexslider {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: none;
	margin-bottom: 0;
}
.i-banner .slides li{
	position: relative;
}
.i-banner .slides .text-box{
	position: absolute;
	left:0;
	bottom:18.6%;
	width: 100%;
	overflow: hidden;
}
.i-banner .slides .text-box .ban-text{
	width: 200%;
}
/*.i-banner .slides .text-box .cn{
	font-size: 26px;
	color: #fff;
}
.i-banner .slides .text-box .en{
	font-size: 14px;
	color: #fff;
	width: 250px;
	line-height: 15px;
	text-transform: uppercase;
}*/

.i-banner .slides .text-box .more{
	display: block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	margin:25px 0 0;
	color: #fff;
	font-family: "Century Gothic";
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 20px;
	background-color:#c10120;
	background-repeat: no-repeat;
	background-position: 80px center;
	background-size: 8px;
	background-image:url(../img/ban-arrow.png);
	border:1px solid #c10120;
}
.i-banner .flex-control-nav{
	position: absolute;
	left:0;
	width: 100%;
	font-size:0;
	text-align: center;
	bottom:4%;
	z-index: 30;
}
.i-banner .flex-control-nav li{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin:0 3px;
	vertical-align: middle;
}
.i-banner .flex-control-paging li a{
	display: block;
	background:#272636;
	width:8px;
	height:8px;
	border-radius: 100%;
	
}
.i-banner .flex-control-paging li a.flex-active{
	border-color:#a5001b;
	background:transparent;
	width:6px;
	height:6px;
	border: 2px solid #a5001b; 
}
.i-product-box{
	padding:20px 0 40px;
	background:url(../img/i-product-bg.jpg) no-repeat center / cover;
}
.i-product-box .view{
	/*padding:0;*/
}
.i-product-box .tit-box{
	/*padding:0 5%;*/
}
.i-product-box .tit{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	line-height: 20px;
}
.more-box .pc-more{
    display: block;
    float: right;
}
.more-box .pc-more a{
    display: inline-block;
    zoom: 1;
    padding: 5px 10px;
    color: #a5011c;
    font-size: 14px;
    line-height: 16px;
    margin-left: 3px;
    background:#fff;
}
.more-box .pc-more{
	/*display: none;*/
}
.i-product-box .more-box .m-more{
	border:none;
	outline: none;
	padding:0;
	-webkit-appearance:none;
	box-shadow: none;
	width: 110px;
	height: 20px;
	line-height: 20px;
	padding-left: 7px;
	font-size: 12px;
	color: #a5011c;
	background:#fff url(../img/m-more.png) no-repeat 95% center / 12px 6px;
}
.i-product{
	overflow: hidden;
	margin:20px 0 0;
	width:100%;
	/*margin-left: 5%;*/
}
.i-product .swiper-slide{
	width:180px;
}
.i-product .swiper-slide a{
	display: block;
}
.i-product .swiper-slide img{
	width: 100%;
}
.i-product .swiper-slide .text-box{
	position: absolute;
	left:0;
	bottom:0;
	width: 90%;
	/*height: 35px;*/
	background:#fff;
	padding:10px 5%;
}
.i-product .swiper-slide .text-box .con-box{
	width: 85%;
	height: 48px;
}
.i-product .swiper-slide .text-box .tit-box .cn{
	font-size: 15px;
	color: #333333;
	line-height: 20px;
}
.i-product .swiper-slide .text-box .tit-box .en{
	font-size: 12px;
	color: #888;
	font-family: "Century Gothic";
	line-height: 14px;
}
.i-product .swiper-slide .text-box .con{
	display: none;
}
.i-product .swiper-slide .text-box .more{
	position: absolute;
	right:5%;
	top:15px;
	width: 25px;
	height: 25px;
	border:1px solid #ddd;
	border-radius: 100%;
	background-position: center;
	background-image: url(../img/product-more.png);
	background-repeat: no-repeat;
	/*background-color: #fff;*/
}
.i-product-wrap .prev,
.i-product-wrap .next{
	position: absolute;
	top:50%;
	width: 30px;
	height:30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform:translateY(-50%);
	z-index: 30;
	border-radius: 100%;
	box-shadow: 0 0 6px rgba(4,0,0,.15);
	transition:all .3s linear;
}
.i-product-wrap .prev{
	left:-15px;
	background-image: url(../img/index-prev.png);
}
.i-product-wrap .next{
	right:-15px;
	background-image: url(../img/index-next.png);
}
.i-news-box{
	padding:20px 0 40px;
	background:url(../img/i-news-bg.jpg);
}
.i-news-box .title{
	font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}
.i-news-box .more{
	font-size: 12px;
	color: #333;
}
.i-news-box .more-box .pc-more a{
	background:#a5011c;
	color: #fff;
}
.i-news-box .i-news{
	margin:20px 0 0;
	overflow: hidden;
}
.i-news-box .i-news .swiper-wrapper{
	display: block;
}
.i-news-box .i-news .swiper-slide{
	background:#fff;
	margin-bottom: 10px;
}
.i-news-box .i-news .swiper-slide:last-child{
	margin-bottom: 0;
}
.i-news-box .i-news a{
	display: block;
}
.i-news-box .i-news .img{
	float: left;
	width: 39%;
}
.i-news-box .i-news .img img{
	width: 100%;
}
.i-news-box .i-news .text-box{
	float: right;
	width: 51%;
	padding:10px 5%;
}
.i-news-box .i-news .tit{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.i-news-box .i-news .btns{
	margin:6px 0 0;
	padding-top: 7px;
	border-top:1px solid #e5e5e5;
}
.i-news-box .i-news .time{
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	font-family: arial;
}
.i-news-box .i-news .type{
	text-align: center;
	line-height: 20px;
	float: right;
	font-size: 12px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	width:62px;
	height: 20px;
	background-size: cover;
}
.i-news-box .i-news .paper{
	background-image: url(../img/paper-bg.png);
}
.i-news-box .i-news .company{
	background-image: url(../img/company-bg.png);
}
.i-news-box .i-news .con{
	display: none;
}

/***********welcome end************/
.sub-banner{
	width: 100%;
	overflow: hidden;
}
.sub-banner img{
	width:200%;
	transform:translateX(-40%);
}
.sub-nav-box{
	padding-top: 15px;
}
.sub-nav-box .sub-nav{
	width: 100%;
	overflow: hidden;
	border-bottom:1px solid #f0f0f0;
	/*margin-bottom: 15px;*/
}
.sub-nav-box .sub-nav .swiper-slide{
	width: auto;
	/*margin-right: 10px;*/
	display: block;
	color: #333;
	font-size: 14px;
	border-bottom:2px solid transparent;
	padding:0 5px 5px;
	margin-right: 10px;
	text-transform: capitalize;
}
.sub-nav-box .sub-nav .swiper-slide:last-child{
	margin-right: 0;
}
.sub-nav-box .sub-nav .swiper-slide.cur{
	border-color: #c10120;
}
.sub-nav-box h3{
	font-size: 18px;
	color: #333;
	text-align: center;
	display: none;
	text-transform: capitalize;
}
.about-box{
	padding:20px 0 20px;
	font-size: 12px;
	color: #888888;
	line-height: 20px;
}
.about-box .con img{
	max-width: 100%;
}
.about-box .con iframe,
.about-box .con video{
	width: 100%;
	height: 150px;
}
.about-box .con video{
	background: #000;
}
.about-box .num-box{
	font-size: 0;
	text-align:center;
	margin:20px 0;
}
.about-box .num-box .item{
	display: inline-block;
	*display: inline;
	zoom:1;	
	vertical-align: top;
}
.about-box .num-box .item:nth-child(2){
	margin:0 12px;
}
.about-box .num-box .item .left{
	float: left;
}
.about-box .num-box .item .num{
	font-family: "BEBAS";
	font-size:30px;
	font-weight: bold;
	color: #c10120; 
}
.about-box .num-box .item span{
	font-weight: bold;
}
.about-box .num-box .item .txt{
	font-size: 12px;
	color: #666666;
	margin:10px 0 0;
}
.about-box .num-box .item .right{
	float: left;
	margin:10px 0 0 5px;
	font-size: 14px;
	color: #666666;
}
.about-box .num-box .item .right span,
.about-box .num-box .item .right .unit{
	float: left;
}
/*************about end***********/
.company-box{
	padding:20px 0;
}
.company-box .list .item{
	position: relative;
	margin-bottom: 70px;
}
.company-box .list img{
	width: 100%;
}
.company-box .list .text-box{
	position: absolute;
	left:50%;
	bottom:-50px;
	width: 80%;
	height: 70px;
	background: #fff;
	padding:10px 5%;
	transform:translateX(-50%);
}
.company-box .list .text-box h3{
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.company-box .list .text-box .con{
	font-size: 12px;
	line-height: 20px;
	color: #888;
	margin:5px 0 0;
}
/************company end***********/
.honor-box{
	padding:20px 0;
}
.honor-box a{
	display: block;
}
.honor-box .row{
	margin-left: -5px;
	margin-right: -5px;
}
.honor-box .item{
	margin-bottom: 10px;
}
.honor-box .con-box{
	padding:0 5px;
}
.honor-box img{
	width: 100%;
}
.honor-box .text{
	text-align: center;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	min-height:40px;
	margin:10px 0 0;
}
/**********honor end**********/
.develop-box{
	padding:20px 0;
}
.develop-box .develop{
	overflow: hidden;
	background-size: 100% 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/develop-bg.png);
}
.develop-box .develop .swiper-slide{
	padding-left: 20px;
	box-sizing:border-box;
}
.develop-box .develop .swiper-slide:nth-child(2n){
	margin-top: 22px;
}
.develop-box .develop .con-box{
	padding: 30px 0 60px 40px;
	background-image: url(../img/develop-line1.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	background-size: 11px auto;
	width: 160px;
	min-height: 206px;
}
.develop-box .time{
	font-size: 0;
	color: #c10120;
	font-weight: bold;
	font-family: "BEBAS";
}
.develop-box .time span{
	display: inline-block;
	*display: inline;
	zoom:1;
}
.develop-box .time .year{
	font-size: 24px;
}
.develop-box .time span.point{
	width: 6px;
	height: 6px;
	background: #c10120;
	margin:0 6px;
}
.develop-box .time .month{
	font-size: 15px;
}
.develop-box img{
	max-width: 100%;
}
.develop-box .con{
	font-size: 12px;
	line-height: 20px;
	margin:10px 0 0;
}
.develop-box .swiper-slide:nth-child(2n) .con-box{
	padding: 40px 0 70px 100px;
	background-image: url(../img/develop-line2.png);
	background-position: 80px 20px;
}
.develop-box .prev,
.develop-box .next{
	position: absolute;
	width:20px;
	height: 20px;
	top:50%;
	transform:translateY(-50%);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size:3px 7px;
	border-radius: 100%;
	z-index: 30;
}
.develop-box .prev{
	left:15px;
	background-image:url(../img/develop-prev.png);
}
.develop-box .next{
	right:15px;
	background-image:url(../img/develop-next.png);
}
/*********develop end************/
.culture-box{
	padding:20px 0;
}
.culture-box .tit-box .tit{
	font-size: 18px;
}
.culture-box .tit-box .line{
	width: 20px;
	height: 2px;
	background: #c10120;
}
.culture-box img{
	max-width: 100%;
}
.culture-box .text-box .con{
	margin:10px 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #888888;
}
.culture-box .text-box .con h3{
	font-size: 14px;
	color: #333;
}
.culture-box .img{
	margin:10px 0 0;
}
.culture-box .culture-bottom{
	margin:20px 0 0;
}
/*********culture end************/
.ban-product img{
	transform: translateX(-34%);
}
.product-box{
	padding:20px 0;
}
.product-box .tit{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.product-box .tabs{
	overflow: hidden;
	width: 100%;
}

.product-box .swiper-slide{
	width: auto;
	font-size: 12px;
	color: #888888;
	padding:2px 20px;
	position: relative;
}
.product-box .swiper-slide:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background:#ddd;
	top:50%;
	right:0;
	margin-top: -5px;
}
.product-box .swiper-slide:last-child:after{
	display: none;
}
.product-box .swiper-slide.cur{
	color: #fff;
	background:#c10120;
}
.product-box .swiper-slide.cur:after{
	background: #c10120;
}
.product-box .list{
	margin:15px 0 0;
}
.product-box .list .item{
	margin-bottom: 15px;
}
.product-box .list .item a{
	display: block;
}
.product-box .list .item img{
	width: 100%;
}
/***********product end***********/
.news-box{
	padding:20px 0;
}
.news{
	width: 100%;
	/*margin-left: -10px;
	margin-right: -10px;*/
}
.news-wrap{
	padding:0;
}
.news-box .item {
	/*padding:0 10px;*/
	margin-bottom: 20px;
	/*box-sizing:border-box;*/
}
.news-box .con-box{
	background:#fff;
}
.news-box .item a{
	display: block;
}
.news-box .item .img img{
	width: 100%;
}
.news-box .item .text-box{
	padding:15px;
}
.news-box .item .text-box .tit{
	color: #333;
	font-size: 14px;
}
.news-box .item .text-box .con{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 10px;
}
.news-box .item .text-box .time{
	font-size: 12px;
	color: #333;
	font-family: arial;
}
/**********news end**********/
.paper-box{
	padding:20px 0;
}
.paper-box .paper .row{
	margin-left: -5px;
	margin-right: -5px;
}
.paper-box .paper .item{
	margin:0 0 10px;
	padding:0 5px;
	box-sizing:border-box;
}
.paper-box .paper .con-box{
	padding:10px;
	background: #fff;
}
.paper-box .paper .item a{
	display: block;
}
.paper-box .paper img{
	width: 100%;
}
.paper-box .paper .txt{
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin:10px 0 0;
	position: relative;
}
.paper-box .paper .txt:after,
.paper-box .paper .txt:before{
	content: "";
	position: absolute;
	top:50%;
	width: 15px;
	height: 1px;
	background:#e5e5e5;
}
.paper-box .paper .txt:after{
	right:0;
}
.paper-box .paper .txt:before{
	left:0;
}
/***********paper end*********/
.contact-box{
	padding:20px 0;
}
.contact-box .contact-wrap{
	margin:15px 0 0;
}
.contact-box h3{
	font-size: 16px;
}
.contact-box h4{
	font-size: 12px;
	color: #888888;
}
.contact-box .contact{
	margin:20px 0 0;
}
.contact-box .contact .row{
	margin-left: -5px;
	margin-right: -5px;
}
.contact-box .contact .item{
	box-sizing:border-box;
	padding:0 5px;
}

.contact-box .contact .item .con-box{
	border-top:1px dashed #e5e5e5;
	padding:10px 0;
}
.contact-box .contact .item .tit{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: bold;
}
.contact-box .contact .item .con{
	font-size: 12px;
	line-height: 20px;
	color: #888;
}
.contact-box .contact .item .con span{
	margin-right: 5px;
}
/*.map{
	height: 200px;
	margin: 20px 0 0;
	border:1px solid #dcdcdc;
}*/
.map{
	/*text-align: center;*/
}
.map .pc-map{
	display: none;
}
.map img{
	max-width: 100%;
}
/************contact end*********/
.recruit-box{
	padding:20px 0;
}
.recruit-box h3{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.recruit-box .recruit{
	margin:15px 0 0;
}
.recruit-box li{
	background:#f6f6f6;
	margin-bottom: 20px;
	/*border-bottom:1px solid #d2d2d2;*/
}
.recruit-box li:last-child{
	margin-bottom: 0;
	/*border-bottom: 0;*/
}
.recruit-box li .con-wrap{
	padding:15px 10px;
}
.recruit-box .staff{
	font-size: 14px;
}
.recruit-box .staff-box{
	margin:10px 0 0;
	padding:10px 0 0;
	border-top:1px solid #d2d2d2;
}
.recruit-box .staff-box .info{
	font-size: 12px;
}
.recruit-box .staff-box .info span{
	color: #888;
}
.recruit-box .staff-box .info span.txt{
	color: #333;
}
.recruit-box .staff-box .drop{
	margin:5px 0 0;
	color: #333;
	display: none;
}
.recruit-box .staff-box .drop .txt{
	color: #888;
}
.recruit-box .info-wrap .btns{
	font-size: 0;
	margin:15px 0 0;
}
.recruit-box .info-wrap .btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 70px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background:#7f7f7f;
	margin-right:15px;
	font-size: 12px;
	text-align: center;
	text-transform: capitalize;
}
.recruit-box .info-wrap .btns a:nth-child(1){
	background:#dcdcdc;
	color: #333;
}
.recruit-box li.cur .staff-box .info span{
	color: #333;
	font-weight: bold;
}
.recruit-box li.cur .staff-box .info .txt{
	color: #c10120;
	font-weight: normal;
}
/*********recruit end**********/
.ban-service img{
	transform: translateX(-20%);
}
.service-box{
	padding:20px 0;
}
.service-tit{
	font-size: 16px;
	text-align: center;
}
.idea-box .txt{
	font-size: 12px;
	line-height: 20px;
	margin:10px 0 0;
	color: #888888;
}
.idea-box .img{
	margin:20px 0 0;
}
.idea-box .img img{
	max-width: 100%;
}
.feedback-box{
	margin:20px 0 0;
}
.feedback{
	border:1px solid #d1d1d1;
	padding:15px;
	margin:20px 0 0;
}
.feedback .tit-box .tit{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.feedback .tit-box .tips{
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.feedback-form{
	margin:20px 0 0;
}
.feedback-form .input{
	margin-bottom: 15px;
}
.feedback-form .input .tit{
	float: left;
	width: 30%;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	text-transform: capitalize;
}
.feedback-form .input input[type=text]{
	float: right;
	width: 60%;
	height: 20px;
	padding:5px 5%;
	border:none;
	outline: none;
	background: #f6f6f6;
}
.feedback-form .input select{
	float: right;
	width:70%;
	height: 30px;
	line-height: 30px;
	border:none;
	padding:0;
	background:#f6f6f6;
	padding:0 5%;
	-webkit-appearance:none;
	background-image:url(../img/select.png);
	background-repeat: no-repeat;
	background-size: 7px 3px;
	background-position: 90% center;
}
.feedback-form .input textarea{
	float: right;
	width: 60%;
	height: 100px;
	border:none;
	outline: none;
	background:#f6f6f6;
	padding:0;
	resize:none;
	padding:5px 5%;
}
.feedback-form .check{
	float: right;
	width: 70%;
}
.feedback-form .check input[type=text]{
	width: 50%;
	float: left;
}
.feedback-form .check img{
	float: right;
	width: 35%;
	height: 30px;
}
.feedback-form input[type=submit]{
	float: right;
	width: 100px;
	height: 30px;
	background:#c10120;
	text-align: center;
	border:none;
	color: #fff;
	margin:20px 0 0;
	padding:0;
	text-transform: capitalize;
}
/*************service end***********/
.recruitdtl{
	padding:20px 0;
}
.recruitdtl .txt{
	float: left;
	width: 20%;
	text-align: right;
	font-size: 14px;
	line-height: 40px;
}
.recruitdtl .input{
	margin-bottom: 15px;
}
.recruitdtl .special .txt{
	line-height: 20px;
}
.recruitdtl .special2 .txt{
	line-height: 14px;
}
.recruitdtl .file{
	display: none;
}
.recruitdtl .file input{
	border:none;
}
.recruitdtl input,
.recruitdtl select{
	float: left;
	width: 70%;
	border:none;
	outline: none;
	box-shadow: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin-left: 3%;
	padding:10px 2.5%;
	height: 20px;
	border:1px solid #ddd;
	font-size: 14px;
}
.recruitdtl select{
	height:42px;
	width:75%;
	padding:0 2.5%;
	line-height: 42px;
}
.recruitdtl textarea{
	float: left;
	border:none;
	outline: none;
	box-shadow: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin-left: 3%;
	padding:10px 2.5%;
	height: 20px;
	border:1px solid #ddd;
	font-size: 14px;
	resize:none;
	width: 70%;
	height:100px;
}
.recruitdtl .check input{
	width: 100px;
	float: left;
}
.recruitdtl .check img{
	float: left;
	height: 40px;
	width: 80px;
	margin-left: 20px;
}
.recruitdtl .submit{
	text-align: center;
}
.recruitdtl input[type=submit]{
	width: 120px;
	height:40px;
	padding:0;
	background: #c10120;
	line-height: 40px;
	border:none;
	font-size: 14px;
	color: #fff;
	margin-left: 23%;
	border-radius: 20px;
}
/*********recruitdtl end************/
.newsdtl{
	padding:20px 0;
}
.newsdtl .infotit{
	text-align: center;
}
.newsdtl .infotit h2{
	font-size: 18px;
}
.newsdtl .infotit p{
	font-size: 12px;
}
.newsdtl .infotx{
	color:#666;
}
.newsdtl .infotx img{
	max-width: 100%;
}
.newsdtl .infoctrl{
	padding-top: 15px;
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.newsdtl .infoctrl .pagectrl{
	
	line-height: 20px;
}
.newsdtl .infoctrl .pagectrl a{
	display: block;
	font-size: 14px;
	color:#666;
}
.newsdtl .infoctrl .pageback{
	display: block;
	width: 120px;
	height:40px;
	background: #c10120;
	border-radius: 20px;
	margin:15px auto 0;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 40px;
	border:1px solid #c10120;
}
/**********newsdtl end************/
.productdtl-box{
	padding:20px 0;
}
.productdtl-box .productdtl{
	background:#eee;
}
.productdtl .img img{
	width: 100%;
}
.productdtl .text-box{
	padding:15px;
}
.productdtl .text-box .cn{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 26px;
}
.productdtl .text-box .en{
	font-size: 14px;
	color: #666;
	font-family: arial;
	line-height: 20px;
}
.productdtl .text-box .con{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin:10px 0 0;
}
.parameter{
	margin:20px 0 0;
}
.parameter .tit{
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}
.parameter .tit span{
	font-size: 12px;
	color: #333;
	font-family: arial;
}
.parameter table{
	/*border:1px solid #d2d2d2;*/
}
.parameter th{
	font-size: 12px;
	color: #fff;
	background:#7d7d7d;
	border:1px solid #dcdcdc;
	text-align: center;
	line-height: 18px;
	padding:5px 0;
}
.parameter th:nth-child(1){
	border-left: 1px solid #7d7d7d;
}
.parameter th:nth-child(4){
	border-right: 1px solid #7d7d7d;
}
.parameter tr:nth-child(2n+1){
	background:#eee;
}
.parameter td{
	padding:10px 0;
	text-align: center;
	border:1px solid #d2d2d2;
	line-height: 18px;
}

.parameter td .cn{
	font-weight: bold;
	color: #333333;
}
.parameter td .en{
	font-family: arial;
}
.parameter tr:last-child td:last-child .cn{
	font-size: 14px;
	font-weight: normal;
	color: #c10120;
}
.parameter tr:last-child td:last-child .en{
	font-size: 12px;
}
.productdtl-box .back{
	display: block;
	width: 120px;
	height: 30px;
	background:#c10120;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	margin:20px auto 0;
}
/*************productdtl end************/
.news-page{
	font-size: 0;
	text-align: center;
	margin:15px 0 0;
}
.news-page a{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding:2px 9px;
	border:1px solid #e3e3e3;
	font-size: 12px;
	color:#666;
	margin:0 2px;
	font-family: arial;
}
.news-page a.prev,
.news-page a.next{
	font-family: Simsun;
}
.news-page a.active{
	background: #c10120;
	border-color: #c10120;
	color: #fff;
}
@media (min-width: 768px){
	.view{
		padding:0 5%;
	}
	header{
		height: 50px;
	}
	header .logo{
		height: 50px;
	}
	header .logo img{
		width: 100px;
	}
	header .header-right .lang{
		height: 50px;
		line-height: 50px;
		background-size: 17px 17px;
		padding:0 20px 0 35px;
		background-position: 10px center;
	}
	header .header-right .navbtn{
		margin-right: 10px;
	}
	header .header-right .navbtn .line-box{
		margin:18px 0 0;
	}
	header .header-right .navbtn .txt{
		line-height: 50px;
	}
	header .m-nav{
		top:50px;
	}
	.i-banner .slides .text-box .ban-text{
		width: 100%;
	}
	.i-banner .slides .text-box .more{
		height: 40px;
		line-height: 40px;
		width: 100px;
	    background-position: 95px center;
	    padding-left: 30px;
	}
	.i-product-box{
		padding-top:30px;
	}
	.i-product{
		margin:30px auto 0;
		padding:0;
		/*width: 90%;*/
		overflow: hidden;
	}
	.i-product .swiper-slide .text-box .con-box{
		height:35px;
	}
	.i-news-box .i-news{
		margin:30px 0 0;
	}
	.i-news-box .i-news .swiper-wrapper{
		display: flex;
	}
	.i-news-box .i-news .swiper-slide{
		margin:0;
	}
	.i-news-box .i-news .img{
		float: none;
		width: 100%;
	}
	.i-news-box .i-news .img img{
		width: 100%;
	}
	.i-news-box .i-news .text-box{
		width: 90%;
	}
	.i-news-box .i-news .type{
		width: 80px;
		height: 20px;
	}
	.i-news-box .more{
		display: none;
	}
	.i-news-box .i-news .tit{
		font-size: 14px;
		padding:0 5px;
	}
	.i-news-box .i-news .con{
		display: block;
		font-size: 12px;
		line-height: 20px;
		color: #666;
		margin:5px 0 0;
		height: 40px;
		padding:0 5px;
		overflow: hidden;
	}
	.i-news-box .i-news .btns{
		margin: 20px 0 0;
    	padding-top: 10px;
	}
	.i-news-box .i-news .time{
		line-height: 22px;
	}
	.i-news-box .i-news .type{
		height:22px;
		line-height:22px;
	}
	/***********welcome end************/
	.sub-banner img{
		width: 150%;
		transform: translateX(-30%);
	}

	.sub-nav-box h3{
		float: left;
		margin: 0;
		line-height: 35px;
		display: block;
	}
	.sub-nav-box .sub-nav{
		float: right;
		width: 	auto;
		border:none;
		margin-bottom: 0;
	}
	.sub-nav-wrap{
		border-bottom:1px solid #f0f0f0;
	}
	.sub-nav-box h3{
		font-size: 20px;
	}
	.sub-nav-box .sub-nav .swiper-slide{
		padding-bottom: 10px;
		margin-right: 25px;
	}
	.about-box{
		padding:30px 0;
		font-size: 14px;
		line-height: 26px;
	}
	.about-box .num-box{
		margin:30px 0;
	}
	.about-box .num-box .item:nth-child(2){
		margin:0 50px;
	}
	.about-box .num-box .item .num{
		font-size: 40px;
	}
	.about-box .num-box .item .txt{
		font-size: 14px;
		margin:20px 0 0;
	}
	.about-box .num-box .item .right{
		margin-left: 15px;
	}
	.about-box .num-box .item span{
		font-size: 24px;
	}
	.about-box .num-box .item .right .unit{
		font-size: 14px;
	}
	.about-box .con iframe,
	.about-box .con video{
		height: 350px;
	}
	/*************about end***********/
	.company-box{
		padding:40px 0;
	}
	.company-box .list .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.company-box .list .item{
		margin-bottom: 60px;
	}
	.company-box .list .item .con-box{
		padding:0 10px;
	}
	.company-box .list .text-box{
		width: 60%;
		padding: 20px 10%;
		bottom:-60px;
	}
	/************company end***********/
	.honor-box{
		padding:40px 0;
	}
	.honor-box .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.honor-box .item{
		margin-bottom: 20px;
	}
	.honor-box .item .text{
		margin:10px 0 0;
	}
	.honor-box .con-box{
		padding:0 10px;
	}
	/**********honor end**********/
	.develop-box .develop{
		background-size: 100% 40px;
	}

	.develop-box .time .year{
		font-size: 30px;
	}
	.develop-box .time .month{
		font-size: 20px;
	}
	.develop-box .develop .con-box{
		/*width: 150px;*/
		padding: 20px 0 90px 60px;
		background-position: 40px 28px;
	}
	.develop-box .swiper-slide:nth-child(2n) .con-box{
		background-position: 100px 8px;
		padding: 30px 0 70px 120px;
	}
	.develop-box .prev,
	.develop-box .next{
		width: 25px;
		height: 25px;
	}
	/*********develop end************/
	.culture-box{
		padding:30px 0;
	}
	.culture-wrap{
		background-position: top center;
		background-image: url(../img/culture-line.png);
		background-size: auto 100% ;
		background-repeat: no-repeat;
	}
	.culture-top{
		padding:50px 0 0;
	}
	.culture-box .row{
		display: flex;
		display: -webkit-box; 
		display: -ms-flexbox; 
		flex-flow:row wrap;
	}
	.culture-box .img{
		margin:0;
		padding:0 15px;
		margin-top: 0;
		position: relative;
		top:50%;
		transform:translateY(-50%);
	}
	.culture-box .text-box{
		padding:0 15px;
		
	}
	.culture-box .culture-bottom{
		padding:100px 0 50px;
		margin:0;
	}
	.culture-box .tit-box .tit{
		font-size: 20px;
	}
	.culture-box .text-box .con h3{
		font-size: 16px;
	}
	.culture-box .text-box .con{
		font-size: 14px;
		line-height: 24px;
	}
	/*********culture end************/
	.ban-product img{
		transform: translateX(-17%);
	}
	.product-box{
		padding:40px 0;
	}
	.product-box .swiper-wrapper{
		justify-content: center
	}
	.product-box .tit{
		font-size: 18px;
	}
	.product-box .list{
		margin:25px 0 0;
	}
	.product-box .swiper-slide{
		font-size: 14px;
	}
	.product-box .list .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.product-box .list .con-box{
		padding:0 5px;
	}
	/***********product end***********/
	.news-wrap{
		width: 100%;
	}
	.news-box{
		padding:40px 0;
	}
	.grid-sizer{
		width: 48%;
	}
	.gutter-sizer{
		width: 4%;
	}
	.news-box .item{
		margin-bottom:30px;
		width: 48%;
	}
	/*.news-box .news{
		margin-left: -10px;
		margin-right: -10px;
	}
	.news-box .item{
		padding:0 10px;
		box-sizing:border-box;
	}*/
	/**********news end**********/
	.paper-box{
		padding:40px 0;
	}
	.paper-box .paper .row{
		margin-left: -8px;
		margin-right: -8px;
	}
	.paper-box .paper .item{
		margin: 0 0 16px;
		padding: 0 8px;
	}
	.paper-box .paper .txt{
		font-size: 14px;
	}
	/***********paper end*********/
	.contact-box{
		padding:40px 0;
	}
	.contact-box .contact .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.contact-box .contact{
		margin:20px 0 0;
	}
	.contact-box .contact .item{
		padding:0 10px;
	}
	.contact-box h3{
		font-size: 18px;
	}
	.contact-box .contact .item .con-box{
		padding:15px 0;
	}
	.contact-box .contact .item .tit{
		font-size: 16px;
	}
	.contact-box .contact .item .con{
		font-size: 14px;
		line-height: 24px;
		margin:10px 0 0;
	}
	/************contact end*********/
	.recruit-box{
		padding:40px 0;
	}
	.recruit-box h3{
		font-size: 18px;
	}
	.recruit-box li{
		border-bottom:1px solid #d2d2d2;
		margin-bottom: 0;
	}
	.recruit-box li:last-child{
		border-bottom: none;
	}
	.recruit-box .staff{
		padding:20px 0 0 20px;
		font-size: 16px;
		box-sizing:border-box;
	}
	.recruit-box .staff-box{
		margin:0;
		padding:0;
		border:none;
		padding:15px 0 15px 15px;
		border-left: 1px solid #d2d2d2;
		box-sizing:border-box;
	}
	.recruit-box .info-wrap .btns{
		margin:0;
	}
	.recruit-box .staff-box .info{
		font-size: 14px;
	}
	.recruit-box .staff-box .drop{
		font-size: 14px;
		line-height: 26px;
	}
	.recruit-box .info-wrap .btns{
		padding:55px 0 0;
	}
	.recruit-box .info-wrap .btns a{
		width: 75px;
	}
	/*********recruit end**********/
	.ban-service img{
		transform: translateX(-10%);
	}
	.service-box{
		padding: 40px 0;
	}
	.service-tit{
		font-size: 18px;
	}
	.idea-box .txt{		
		line-height: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.feedback{
		padding:20px;
	}
	.feedback-form .input{
		float: left;
		width: 48%;
	}
	.feedback-form .input .tit{
		font-size: 14px;
	}
	.feedback-form .input:nth-child(2n){
		float: right;
	}
	.feedback-form .input input[type=text]{
		font-size: 14px;
	}
	.feedback-form .message{
		width: 100%;
	}
	.feedback-form .message .tit{
		width: 10%;
	}
	.feedback-form .input textarea{
		width: 81.6%;
		height: 110px;
		padding:5px 2%;
		font-size: 14px;
	}
	.feedback-form .input select{
		font-size: 14px;
	}
	.feedback-form .input:nth-child(2n).check-box{
		float: left;
		width: 100%;
	}
	.feedback-form .check-box .tit{
		width: 10%;
	}
	.feedback-form .check-box .check{
		width:85.6%;
	}
	.feedback-form .check-box .check input{
		width: 15%;
		padding: 5px 3%;
	}
	.feedback-form .check img{
		float: left;
		width: 15%;
		margin-left: 15px;
	}
	.feedback-form input[type=submit]{
		margin:0;
	}
	.feedback-form .input select{
		background-size: 14px 7px;
	}
	/*************service end***********/
	.recruitdtl{
		padding:40px 0;
	}
	.recruitdtl .resume .txt{
		width: 10%;
	}
	.recruitdtl textarea{
		margin-left: 1.5%;
		width: 82.5%
	}
	.recruitdtl input[type=submit]{
		margin-left: 11.5%;
	}
	.recruitdtl .graduate .txt,
	.recruitdtl .time .txt,
	.recruitdtl .staff .txt,
	.recruitdtl .resume .txt{
		line-height: 20px;
	}
	/************recruitdtl end**********/
	.newsdtl{
		padding:40px 0;
	}
	.newsdtl .infoctrl .pageback{
		margin:0;
		float: right;
	}
	/***********newsdtl end**********/
	.productdtl-box{
		padding:40px 0;
	}
	.productdtl .text-box{
		padding:25px;
	}
	.parameter th{
		padding:10px 0;
		font-size: 14px;
	}
	.parameter td{
		text-align: left;
		padding-left: 30px;
		line-height: 20px;
	}
	.parameter td .cn{
		font-size: 14px;
	}
	.productdtl-box .back{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	/*************productdtl end************/
}
@media (min-width: 992px){
	.about-box .con iframe,
	.about-box .con video{
		height: 420px;
	}
	/**********about end***********/
	.culture-box .text-box{
		padding:0 25px;
	}
	.culture-box .img{
		padding:0 25px;
		margin:0;
		top:0;
		transform:translateY(0);
	}
	/*********culture end************/
	.sub-nav-box .sub-nav .swiper-slide{
		margin-right: 35px;
	}
	.grid-sizer{
		width: 32%;
	}
	.gutter-sizer{
		width: 2%;
	}
	.news-box .item{
		margin-bottom:20px;
		width: 32%;
	}
	.news-box .item .text-box .tit{
		font-size: 16px;
	}
	.news-box .item .text-box .con{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	/**********news end**********/
	.paper-box .paper .txt:after,
	.paper-box .paper .txt:before{
		width: 40px;
	}
	/*********papaer end********/
	.map{
		/*height: 330px;*/
	}
	/*********papaer end********/
	.recruit-box{
		padding:50px 0;
	}
	.recruit-box h3{
		font-size: 20px;
	}
	/*********recruit end**********/
	.service-tit{
		font-size: 20px;
	}
	.idea-box .txt{
		text-align: center;
	}
	.feedback .tit-box .tit{
		font-size: 20px;
	}
	.feedback .tit-box .tips{
		font-size: 14px;
	}
	/*************service end***********/
	.newsdtl{
		padding:50px 0;
	}
	/***********newsdtl end**********/
	.productdtl-box{
		padding:50px 0;
	}
	.productdtl .text-box{
		padding:35px;
	}
	.productdtl .text-box .cn{
		font-size: 18px;
		line-height: 30px;
	}
	.productdtl .text-box .con{
		font-size: 14px;
		line-height: 20px;
		margin:20px 0 0;
	}
	.parameter td{
		padding:15px 0 15px 30px;
		font-size: 14px;
		line-height: 24px;
	}
	.parameter td .cn{
		font-size: 16px;
		line-height: 24px;
	}
	.parameter tr:last-child td:last-child .cn{
		font-size: 16px;
	}
	/*************productdtl end************/
	.contact-box .contact-wrap{
		margin:0;
		padding-right: 35px;
	}
	.contact-box .con-wrap{
		display: flex;
		align-items: center;

	}

}
