@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #0061ae;
}
body{
	font-size:14px;
	font-family: MicrosoftYaHeiLight;
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
.w {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w {
    width: 100%;
    max-width: 1230px;
  }
  .container{
  	width: 100%;
  	max-width: 1230px;
  }
  .container-fluid{
  	width: 100%;
  	max-width: 1745px;
  }
}

/*头部*/
header{
	position: relative;
	z-index: 22;
	height: 125px;
}
.logo{
	float: left;
	padding-top: 12px;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
}
.logo_img{
	float: left;
}

/* 导航 */
.nav{
	float: right;
	padding-top: 25px;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 18px;
	font-size: 18px;
	color: #333333;
	position: relative !important;
}
.nav>li>a::after{
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	bottom: 11px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #c92139;
}
.nav>li:hover>a:after{
	display: block;
}
.nav>li:first-child>a::after,.nav>li:nth-child(8)>a::after{
	display: none !important;
}
.nav>li.active>a{
	color: #c92139;
}
.nav>li>a:hover{
	background: none;
	color: #c92139;
}
.sub_dl{
	position: absolute;
	left: -30px;
	top: 89px;
	width: 156px;
	background: #ffffff;
	border-radius: 10px;
	display: none;
	z-index: 999;
}
.sub_dl dd a{
	display: block;
	color: #666666;
	font-size: 14px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	overflow: hidden;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.sub_dl dd a:hover{
	color: #ffffff;
	background: #c92139;
}
.sub_dl dd:first-child a:hover{
	border-radius: 10px 10px 0 0;
}
.sub_dl dd:last-child a:hover{
	border-radius: 0 0 10px 10px;
}
.nav>li:nth-child(8){
	box-sizing: content-box;
}
.search-box{
	width:14px;
	height:14px;
	margin-top: 45px;
	padding-left: 15px;
	position: relative;
	box-sizing: content-box;
}
.search-li{
	display: block;
	width:14px;
	height:14px;
	background: url('../images/serch_btn.png') center no-repeat;
	cursor: pointer;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.search-li.on{
	background: url('../images/serch_close.png') center no-repeat;
}
.search{
	position: absolute;
	width: 190px;
  	height: 44px;
  	border: 1px solid #4c4a4f;
  	top:20px;
	right: 0;
	background: #fff;
	display: none;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.search input[type="text"]{
	padding: 0 10px;
	width:148px;
	height:42px;
	line-height:42px;
	background: #fff;
	border: none;
	border-right: 1px solid #4c4a4f;
}
.search_btn{
	width:40px;
	height:42px;
	display: block;
	float: right;
	background: url('../images/serch_btn.png') no-repeat center 15px;
	border: none;
}
@media (max-width: 1199px) {
	.nav{
		padding-top: 20px;
	}
	.search-box{
		margin-top: 30px;
	}
	.nav>li>a{
		padding: 0 10px;
		font-size: 16px;
		line-height: 70px;
	}
	.nav>li>a::after{
		bottom: 40px;
	}
	.sub_dl{
		width: 110px;
		top: 60px;
		left: -18px;
	}
	.sub_dl_box{
		width: 226px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	header{
		height: 70px;
		background: rgba(225, 225, 225, 0.1);
	}
	.logo{
		padding-top: 0;
	}
	.logo a img{
		display: block;
		height: 70px;
	}
	.nav{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	.logo a img{
		width: 200px;
	}
} 

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #0059ab;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu a {
	text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#mobileMenu .menu li>a.dl-none::after {
	display: none;
}
#mobileMenu .menu li.on>a {
	background-color: #c92139;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
	text-transform: none !important;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
	.nav_sou{
		height: 40px;
		border-bottom: 1px solid #E6E6E6;
	}
	.nav_sou .nav_search{
		height: 40px;
		width: 190px;
		padding-left: 25px;
		border: none;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 885px !important;
	overflow: hidden;
	top: -125px;
	margin-bottom: -125px;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 858px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container{
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #005aa9 !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 26px !important;
	display: none;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #ffffff !important;
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 8px;
	border-radius: 50%;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 98px;
	height: 89px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 98px;
	height: 89px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-leftarrow.large:hover{
	background: url(../images/jt_left2.png) no-repeat ;
}
.tp-rightarrow.large:hover{
	background: url(../images/jt_right2.png) no-repeat;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 36px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
	.tp-leftarrow.large:hover{
		background: url(../images/jt_left3.png) no-repeat;
	}
	.tp-rightarrow.large:hover{
		background: url(../images/jt_right3.png) no-repeat;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-style: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* 关于我们 */
.about_title{
	text-align: center;
	margin: 40px auto;
}
@font-face {
	font-family: Microsoft YaHei  Light;
	src: url('../font/Microsoft YaHei  Light.ttf');
}
.about_title>h3{
	font-family: Microsoft YaHei  Light;
	color: #e7e7e7;
	font-size: 40px;
}
.about_title>p{
	font-size: 26px;
	color: #111111;
	margin-top: 18px;
	background: url('../images/about_title-p.png') no-repeat center;
}
.about_wrap{
	background: #f7f7f7;
	padding: 87px 0 75px;
}
.list_date{
	overflow: hidden;
}
.list_date li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	color: #bdbdbd;
	margin-bottom: 48px;
}
.list_date li em{
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	color: #464e74;
	padding-right: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.list_date li p{
	font-size: 16px;
	color: #969696;
}
.index_about_box>h3{
	font-size: 20px;
	color: #111111;
	background: url('../images/index_about_box-h3.png') no-repeat left;
	padding-left: 18px;
}
.index_about_right{
	font-family: Microsoft YaHei  Light;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 25px;
}
@media(max-width: 1199px){
	.about_title{
		margin: 20px auto;
	}
	.about_title>h3{
		font-size: 30px;
	}
}
@media(max-width: 767px){
	.about_wrap{
		padding: 30px 0;
	}
	.list_date li em{
		font-size: 40px;
		line-height: 40px;
	}
}

/* 产品展示 */
.index_pro{
	margin-bottom: 52px;
}
.index_title{
	text-align: center;
	margin: 75px auto 35px;
}
.index_title h3{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 14px;
}
.index_title h3>span{
	color: #0059aa;
}
.index_title>p{
	font-size: 14px;
	color: #999999;
}
.index_pro_ul li{
	margin-bottom: 18px;
}
.index_pro_ul li a{
	display: block;
}
.index_pro_ul li a .pro_img{
	overflow: hidden;
}
.index_pro_ul li a .pro_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.index_pro_ul li a:hover .pro_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.index_pro_ul li a p{
	display: block;
	color: #333333;
	font-size: 18px;
	text-align: center;
	position: relative;
	padding-top: 42px;
	margin-top: 33px;
}
.index_pro_ul li a:hover p{
	color: #cf202f;
}
.index_pro_ul li a p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #b5b5b5;
    border: 2px solid #b5b5b5;
	z-index: 3;
}
.index_pro_ul li a:hover p::before{
	 background: #cf202f;
	 border: 2px solid #cf202f;
	 z-index: 5;
}
.index_pro_ul li a p:after {
    content: "";
    position: absolute;
    top: 15px;
    z-index: 4;
    left: 0;
    width: 100%;
    height: 1px;
    text-align: center;
    border-top: 1px solid #b5b5b5;
}
#pro-scroll .owl-buttons{
	width: 100%;
	margin: 0 auto;
}
#pro-scroll .owl-buttons .owl-prev{
	position: absolute;
	left: -100px;
	top: 40%;
	width: 47px;
	height: 74px;
	margin-top: -35.5px;
	text-indent: -9999px;
	background: url('../images/prev-1.png') no-repeat;
}
#pro-scroll .owl-buttons .owl-next{
	position: absolute;
	text-indent: -9999px;
	right: -100px;
	top: 40%;
	margin-top: -35.5px;
	width: 47px;
	height: 71px;
	background: url('../images/next-1.png') no-repeat;
}
#pro-scroll .owl-buttons .owl-prev:hover{
	background: url('../images/prev-2.png') no-repeat;
}
#pro-scroll .owl-buttons .owl-next:hover{
	background: url('../images/next-2.png') no-repeat;
}
@media(max-width: 991px){
	.index_pro{
		margin-bottom: 25px;
	}
	#pro-scroll .owl-buttons .owl-prev{
		left: 0;
	}
	#pro-scroll .owl-buttons .owl-next{
		right: 0;
	}
}

/* 技术研发 */
#technology{
	background: #f7f7f7;
	padding-bottom: 80px;
}
.technology_box>a{
	display: block;
	overflow-x: hidden;
}
.technology_box .technology_img{
	padding: 0;
}
.technology_box .technology_img img{
	display: block;
	width: 100%;
	max-width: 600px;
}
.technology_box .technology_con{
	background: #ffffff;
	text-align: center;
	padding: 115px 40px 130px;
}
.technology_box .technology_con h3{
	font-size: 30px;
	color: #1d1d1d;
	font-family: 微软雅黑;
	margin-bottom: 20px;
}
.technology_box>a:hover .technology_con h3{
	color: #cf202f;
}
.technology_box .technology_con span{
	display: block;
	font-size: 16px;
	color: #a8a8a8;
	margin-bottom: 17px;
}
.technology_box .technology_con p{
	font-size: 16px;
	line-height: 30px;
	color: #1d1d1d;
}
@media(max-width: 1199px){
	.technology_box .technology_con{
		padding: 70px 20px 90px;
	}
	.technology_box .technology_con h3{
		font-size: 26px;
	}
}
@media(max-width: 991px){
	.technology_box .technology_img img{
		max-width: 100%;
	}
}
@media(max-width: 480px){
	.technology_box .technology_con{
		padding: 70px 20px 70px;
	}
}

/* 新闻 */
.index_news{
	margin-bottom: 70px;
}
.index_news_ul{
	overflow: hidden;
}
.index_news_ul li{
	padding: 0 30px;
}
.index_news_ul li a{
	display: block;
	overflow-x: hidden;
	border-bottom: 13px solid #f4f4f4;
}
.index_news_ul li a .news_date{
	width: 84px;
	height: 88px;
	background: #595959;
	text-align: center;
	padding-top: 16px;
	color: #ffffff;
	float: left;
}
.index_news_ul li a .news_date p{
	font-size: 34px;
	margin-bottom: 5px;
}
.index_news_ul li a .news_date span{
	display: block;
}
.index_news_ul li .index_news_text{
	float: right;
	width: calc(100% - 102px);
	width: -moz-calc(100% - 102px);
	width: -webkit-calc(100% - 102px);
}
.index_news_ul li .index_news_text h4{
	font-size: 18px;
	color: #bfbfbf;
	padding-bottom: 7px;
	background: url('../images/h4.png') no-repeat bottom left;
}
.index_news_ul li .index_news_text h5{
	font-family: 微软雅黑;
	font-size: 18px;
	color: #333333;
	margin: 27px auto 0px;
	height: 38px;
	overflow: hidden;
}
.index_news_ul li .index_news_text .index_news_ms{
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
	overflow: hidden;
}
.index_news_ul li .index_news_text .news_bottom_text{
	min-height: 96px;
	overflow: hidden;
	max-height: 220px;
}
.index_news_ul li .index_news_text .index_news_ms img{
	display: block;
	width: 100%;
	margin: 14px auto 20px;
}
.index_news_ul li .index_news_text em{
	display: block;
	font-style: normal;
	color: #969696;
	padding-bottom: 50px;
}
.index_news_ul li a:hover .news_date{
	background: #cf202f;
}
.index_news_ul li a:hover em{
	color: #cf202f;
}
@media only screen and (max-width:1199px ){
	.index_title{
		margin: 42px 0 20px;
	}
	.index_title h3{
		font-size: 30px;
	}
	.index_news{
		margin-bottom: 50px;
	}
	.index_news .index_title,.index_about .index_title{
		padding: 42px 0 25px;
		margin: 0;
	}
}
@media only screen and (max-width: 991px){
	.index_title h3{
		font-size: 25px;
	}
	.index_news_text h4{
		margin: 10px auto 10px;
	}
}
@media only screen and (max-width: 767px){
	.index_title{
		margin: 22px 0 20px;
	}
	.index_news{
		margin-bottom: 15px;
	}
	.index_news .index_title,.index_about .index_title{
		padding: 22px 0 15px;
		margin: 0;
	}
	.index_title h3{
		font-size: 20px;
	}
	.index_news_ul li{
		margin-bottom: 15px;
	}
}

/* 联系我们 */
#contact_wrap{
	background: #f7f7f7;
	padding: 33px 0 30px;
}
.contact_left{
	float: left;
}
.contact_left>h3{
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact_left>h4{
	font-size: 16px;
	color: #666666;
}
.contact_right{
	float: right;
	margin-top: 5px;
}
.contact_right>a{
	display: block;
	width: 188px;
	height: 48px;
	line-height: 48px;
	background: #cf202f;
	text-align: center;
	color: #ffffff;
}
@media(max-width: 560px){
	.contact_left,.contact_right{
		float: none;
		text-align: center;
	}
	.contact_left>h3{
		font-size: 28px;
	}
	.contact_right>a{
		margin: 25px auto 0;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #313131;
}
.footer{
	overflow: hidden;
	position: relative;
	padding: 37px 15px 33px;
}
.footer_nav{
	border-bottom: 1px solid #5d5d5d;
	padding-bottom: 18px;
	margin-bottom: 28px;
	font-size: 0;
}
.footer_nav>a{
	display: inline-block;
	padding: 0 53px;
	font-family: 微软雅黑;
	color: #ffffff;
	font-size: 14px;
}
.footer_nav>a:first-child{
	padding-left: 0;
}
.footer_nav>a:last-child{
	padding-right: 0;
}
.footer_left>a{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-bottom: 22px;
}
.a-1{
	background: url('../images/a-1.png') no-repeat left;
	padding-left: 28px;
	padding-right: 20px;
}
.a-2{
	background: url('../images/a-2.png') no-repeat left;
	padding-left: 28px;
}
.footer_left>p{
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}
.footer_right{
	background: url('../images/footer_right.png') no-repeat left;
	padding-left: 82px;
	margin-top: 40px;
}
.footer_contact{
	color: #c9c9c9;
}
.footer_contact>span{
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.footer_contact>p{
	font-size: 32px;
	line-height: 32px;
}
@media(max-width: 1240px){
	.footer_nav>a{
		padding: 0 49px;
	}
}
@media(max-width: 1199px){
	.footer_nav>a{
		padding: 0 30px !important;
	}
	.footer_right{
		text-align: center;
	}
	.footer_contact{
		margin-bottom: 15px;
	}
	.footer_contact{
		float: none;
		display: block;
	}
}
@media(max-width: 767px){
	.footer_right{
		margin-top: 0;
	}
	.footer_contact>p{
		font-size: 28px;
		line-height: 28px;
	}
}

/*内页样式*/
.inside_banner{
	width: 100%;
	top: -125px;
	margin-bottom: -125px;
	position: relative;
}
.inside_banner img{
	display: block;
	width: 100%;
}
@media(max-width: 991px){
	.inside_banner{
		top: -0px;
		margin-bottom: 0px;
	}
}
#main{
	width: 100%;
	background: #f5f5f5;
}
.main{
	padding: 40px 15px 60px;
	overflow: hidden;
}
@media(max-width: 1199px){
	.main{
		padding: 30px 15px 40px;
	}
}

/* 产品 */
#inside_carousel{
	overflow: hidden;
	margin-bottom: 60px;
}
#inside_carousel li{
	width: 235px;
	float: left;
	margin: 0 2px 5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eeeeee;
}
#inside_carousel li a{
	display: block;
	color: #333333;
	font-size: 18px;
}
#inside_carousel li:hover a{
	background: #cf202f;
	color: #ffffff;
}
#inside_carousel li.active a{
	background: #cf202f;
	color: #ffffff;
}
#inside_scroll{
	display: none !important;
	margin-bottom: 60px;
}
.pro_title{
	color: #666666;
	font-size: 32px;
	width: 147px;
	margin-top: 50px;
	margin-bottom: 45px;
	background: url('../images/pro_title.png') no-repeat right;
}
.pro_con{
	margin-bottom: 30px;
}
.pro_con li{
	padding: 0 10px;
	margin-bottom: 74px;
}
.pro_con li:nth-child(5),.pro_con li:nth-child(6),
.pro_con li:nth-child(7),.pro_con li:nth-child(8){
	margin-bottom: 40px;
}
.pro_con li a{
	display: block;
}
.pro_con li a img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_con li a .pro_img{
	overflow: hidden;
}
.pro_con li a:hover img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_con li a .pro_txt{
	border: 1px solid #e2e2e2;
	border-top: 0;
	text-align: center;
	padding: 23px 0 11px;
}
.pro_con li a .pro_txt p{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 8px;
}
.pro_con li a .pro_txt span{
	display: block;
	font-family: arial;
	line-height: 26px;
	color: #cf202f;
}
.pro_con li a:hover .pro_txt span{
	background: #cf202f;
	color: #ffffff;
	border-radius: 15px;
	width: 64px;
	margin: 0 auto;
}
.more{
	display: block;
	width: 136px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff !important;
	background: #cf202f;
	margin: 0 auto 30px;
	border-radius: 18px;
}
.beforenone .more{
	margin: 0 auto 50px !important;
}
@media(max-width: 1240px){
	#inside_carousel li{
		width: 225px;
	}
}
@media(max-width: 991px){
	.pro_title{
		font-size: 26px;
		width: 127px;
	}
	#inside_scroll{
		display: block !important;
		margin-bottom: 30px;
	}
	#inside_carousel{
		display: none;
	}
	#inside_scroll li{
		float: left;
		margin: 0 2px 5px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #eeeeee;
	}
	#inside_scroll li a{
		display: block;
		color: #333333;
		font-size: 18px;
	}
	#inside_scroll li:hover a{
		background: #cf202f;
		color: #ffffff;
	}
	#inside_scroll li.active a{
		background: #cf202f;
		color: #ffffff;
	}
	#inside_scroll li{
		width: 100%;
		border-right: 2px solid #ffffff;
	}
	#inside_scroll .owl-prev{
		background: url('../images/owl-prev.png') no-repeat;
		width: 13px;
		height: 24px;
		position: absolute;
		left: -10px;
		top: 15px;
	}
	#inside_scroll .owl-next{
		background: url('../images/owl-next.png') no-repeat;
		width: 13px;
		height: 24px;
		position: absolute;
		right: -10px;
		top: 15px;
	}
	.pro_con{
		margin-bottom: 25px;
	}
}

/* 更多服务 */
#service{
	background: #f7f7f7;
	padding-bottom: 45px;
}
.service>h3{
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin: 56px auto 44px;
}
.service_list li{
	padding: 0;
}
.service_list li a{
	display: block;
}
.service_list li a .service_img{
	overflow: hidden;
	position: relative;
}
.service_list li a .service_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.service_list li a:hover .service_img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.service_list li a .service_img p{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 263px;
	height: 42px;
	line-height: 42px;
	margin-left: -131px;
	margin-top: -21px;
	text-align: center;
	color: #ffffff;
	background: url('../images/service_img-p.png') no-repeat center;
}
@media(max-width: 991px){
	.service_list li a .service_img p{
		width: 200px;
		margin-left: -100px;
	}
}
@media(max-width: 767px){
	.service_list li a .service_img p{
		width: 263px;
		margin-left: -131px;
	}
	.service>h3{
		font-size: 26px;
		margin: 30px auto;
	}
}

/* 技术研发 */
.technology_title{
	text-align: center;
	margin-bottom: 38px;
}
.technology_title>h3{
	font-size: 24px;
	color: #969696;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.technology_title>h4{
	font-size: 24px;
	color: #333333;
}
.insidetechnology_box{
	padding: 82px 0 84px;
	background: url('../images/technology-bg.jpg') no-repeat center;
	margin-bottom: 53px;
}
.InsideTechnology_txt{
	width: 100%;
	max-width: 629px;
	margin: 0 auto;
	padding: 72px 87px 57px;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	background: rgba(207, 32, 47, 0.76);
}
.technology_link{
	display: block;
	font-weight: bold;
	color: #ffffff !important;
	margin-top: 15px;
	text-decoration: underline;
}
.technology_list{
	margin-right: -44px;
    margin-left: -44px;
}
.technology_list li{
	padding: 0 44px;
}
.technology_list li a{
	display: block;
}
.technology_list li a img{
	display: block;
	width: 100%;
}
.technology_more{
	display: block;
	margin: 48px auto 0;
	width: 136px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	background: #cf202f;
	border-radius: 20px;
}
@media(max-width: 1199px){
	.technology_list{
		margin-right: -15px;
    	margin-left: -15px;
	}
	.technology_list li{
		padding: 0 15px;
	}
	.technology_more{
		margin-top: 25px;
	}
}
@media(max-width: 991px){
	.insidetechnology_box{
		padding: 50px 15px;
		margin-bottom: 20px;
	}
	.InsideTechnology_txt{
		padding: 30px 20px;
	}
}
@media(max-width: 767px){
	.technology_list li{
		margin-bottom: 20px;
	}
	.technology_list li a img{
		max-width: 233px;
		margin: 0 auto;
	}
}

/* 新闻  */
.inside_nav ul{
	overflow: hidden;
	margin-bottom: 60px;
}
.inside_nav ul li{
	display: inline-block;
	width: 10%;
}
.inside_nav ul li a{
	display: block;
	background: #eeeeee;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.inside_nav ul li.active a{
	background: #cf202f;
	color: #ffffff;
}
.inside_nav ul li a:hover{
	background: #cf202f;
	color: #ffffff;
}
.news_con li{
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
.news_con li a{
	display: block;
}
.news_con li a .date{
	float: left;
	width: 92px;
	height: 90px;
	background: #0059ab;
	text-align: center;
	color: #ffffff;
}
.news_con li a:hover .date{
	background: #cf202f;
}
.news_con li a .date h3{
	font-size: 48px;
	padding-top: 4px;
	padding-bottom: 7px;
}
.news_con li a .date p{
	font-size: 16px;
}
.news_con li a .news_right_text{
	float: right;
	width: calc(100% - 131px);
	width: -moz-calc(100% - 131px);
	width: -webkit-calc(100% - 131px);
}
.news_con li a .news_right_text h4{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	color: #333333;
	margin-bottom: 12px;
}
.news_con li a:hover .news_right_text h4{
	color: #cf202f;
}
.news_con li a .news_right_text span{
	display: none;
}
.news_con li a .news_right_text .news_bottom_tetx{
	font-size: 14px;
	height: 48px;
	overflow: hidden;
	color: #666666;
}
@media only screen and (max-width:991px ) {
	.news_con li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news_con li a .date{
		display: none;
	}
	.news_con li a .news_right_text span{
		display: block;
		color: #333333;
	}
	.news_con li a .news_right_text{
		width: 100%;
		float: none;
	}
	.news_con li a .news_right_text h4{
		margin-bottom: 0;
	}
}

/* 关于我们 */
#scroll{
	background: #f6f6f6;
	height: 68px;
	line-height: 68px;
}
#main_scroll li{
	text-align: center;
}
#main_scroll li a{
	display: block;
	font-size: 16px;
	color: #333333;
}
#main_scroll li.active a{
	color: #cf202f;
	background: url('../images/about_scroll-a.png') no-repeat bottom;
}
#main_scroll li a:hover{
	color: #cf202f;
	background: url('../images/about_scroll-a.png') no-repeat bottom;
}
#main_scroll .owl-prev{
	background: url('../images/owl-prev.png') no-repeat;
	width: 13px;
	height: 24px;
	position: absolute;
	left: -10px;
	top: 25px;
}
#main_scroll .owl-next{
	background: url('../images/owl-next.png') no-repeat;
	width: 13px;
	height: 24px;
	position: absolute;
	right: -10px;
	top: 25px;
}

/* 内页详情 */
.inside_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#181616;
	margin-bottom: 8px;
}
.inside_date{
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.inside_content{
	margin: 20px 0px;
	min-height: 200px;
}

/* 内页详情分页 */
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

/* 内页分页 */
.page_box{
	text-align: center;
	margin-top: 40px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 12px;
	color: #969696;
	margin: 0 3px;
}
.page_box a.on{
	color:#fff;
	background:#cf202f;
	border: 1px solid #cf202f;
}
@media only screen and (max-width:1199px ) {
	.inside_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
	.page_box{
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

/* 视频响应 */
@media(max-width: 1199px){
	.main_content p iframe{
		width: 100% !important;
	}
}

/* 小屏幕显示 */
@media (max-width: 480px) {
	.col-xss-12{
		width: 100%;
	}
}
.scale-img{
	overflow: hidden;
}
.scale-img img{
	width: 100%;
	transition: all 0.4s;
}
.scale-img:hover img{
	transform: scale(1.1);
}
.index_news_ul li:hover .scale-img img{
	transform: scale(1.1);
}

.beforenone::before{
	display: block;
}