﻿@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;
}
input,textarea {
	outline: none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	text-decoration: none;
	color: #ac0001;
}
@font-face {
  font-family: "PingFang Regular";
  src: url("../fonts/pingfang regular.woff2") format("woff2"),
       url("../fonts/pingfang regular.woff") format("woff"),
       url("../fonts/pingfang regular.ttf") format("truetype"),
       url("../fonts/pingfang regular.eot") format("embedded-opentype"),
       url("../fonts/pingfang regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body{
	font-size:16px;
	font-family:"微软雅黑";
	color:#666;
	line-height:32px;
	overflow-x: hidden;
}
@media only screen and (max-width:991px ) {
	body {
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (min-width:1600px ) {
	.container {
		width: 1400px;
	}
}
.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;
}
/*头部*/
header{	
	position: relative;
	z-index: 30;
	height: 165px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}
.container {
	padding: 0;
}
.logo{
	margin: 36px 0 0 0;
	float: left;
}
.logo img{
	display: block;
}
.nav-button {
	float: right;
	margin-right: 100px;
	margin-top: 55px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/nav_button.png) no-repeat center #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.nav {
	float: right;
	margin-top: 55px;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	width: 165px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	padding: 0;
}
.nav>li:hover>a,
.nav>li:focus>a{
	background: none;
	color: #ac0001;
}
.nav>li.active>a{
	background: none;
	color: #ac0001;
}
header.active {
	background: #fff;
}
header.active .nav>li>a {
	color: #333;
}
header.active .nav>li.active>a {
	background: none;
	color: #ac0001;
}
header.active .nav>li>a:hover {
	color: #ac0001;
}

/*子导航*/
.sub-nav-wrap {
	position: absolute;
	left: 0;
	top: 165px;
	z-index: 30;
	width: 100%;
	border-top: 4px solid #AC0001;
	background: #fff;
	padding: 15px 0 40px;
	overflow: hidden;
	display: none;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.sub-nav-ul {
	float: right;
	margin-right: 152px;
	overflow: hidden;
}
.sub-nav-ul li {
	float: left;
}
/*.sub-nav-dl {
	
}
.sub-nav-dl dd {
	
}*/
.sub-nav-dl dd a {
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #333;
	width: 165px;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sub-nav-dl dd a:hover {
	color: #ac0001;
}
@media only screen and (max-width:1820px ) {
	.nav-button {
		margin-right: 30px;
	}
	.nav {
		margin-right: 30px;
	}
	.sub-nav-ul {
		margin-right: 112px;
	}
	.nav>li>a {
		width: 120px;
	}
	.sub-nav-dl dd a {
		width: 120px;
	}
}
@media only screen and (max-width:1430px ) {
	.nav>li>a {
		width: 93px;
	}
	.sub-nav-dl dd a {
		width: 93px;
	}
}

#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: none;
	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: #333;
    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: 70px;
    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 li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
#mobileMenu .menu li.sub>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;
}
.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;
}
#mobileMenu .menu li.active>a {
	background-color: #AC0001;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.on>a {
	background-color: #AC0001;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.mobile_search{
	border-bottom: 1px solid #e6e6e6;
}
#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:1199px ) {
	header{
		height: 70px;
	}
	.search-icon {
		display: none;
	}
	header .nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	header .container {
		width: 100%;
		padding: 0 15px;
		height: 70px;
	}
	.header-icon {
		display: none;
	}
	.logo {
		margin-top: 10px;
		height: 50px;
	}
	.logo img {
		height: 50px;
	}
	.container {
		padding: 0 15px;
	}
	.nav-button,
	.sub-nav-wrap {
		display: none;
	}
}

/*banner*/
#banner {
	margin-top: -165px;
	width: 100%;
}
#banner .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	background: #eaeaea;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active {
	background: #AC0001;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
@media only screen and (max-width:1199px ) {
	#banner {
		margin-top: 0;
	}	
}

/*关于我们*/
.about {
	margin: 40px auto 55px;
}
.index-title {
	line-height: 90px;
	font-size: 28px;
	color: #000;
}
.aboout-left {
	float: left;
	width: 385px;
	border-top: 8px solid #F7F7F7;
}
.about-left-content {
	line-height: 30px;
	margin: 40px auto;
}
.more {
	width: 120px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #AC0001;
	font-size: 14px;
	color: #ac0001;
	display: block;
}
.more:hover {
	color: #fff;
	background: #AC0001;
}
.about-right {
	width: calc(100% - 470px);
	float: right;
}
.about-block-left {
	float: left;
	overflow: hidden;
	width: calc(100% - 412px);
	height: 302px;
}
.block-honor,
.block-cluture {
	display: block;
	height: 137px;
	width: calc(50% - 6px);
}
.block-honor {
	background: url(../images/honor_bg.png) no-repeat center;
	background-size: calc(100% + 10px) 100%;
	padding: 15px 0 0 20px;
	font-size: 16px;
	color: #333 !important;
	float: left;
}
.block-honor:hover {
	background-position: -10px 0;
}
.block-cluture {
	background: #AC0001;
	float: right;
}
.cluture-content {
	text-align: center;
	color: #fff;
}
.cluture-content h4 {
	font-size: 16px;
	margin: 25px auto 20px;
}
.cluture-content p {
	font-size: 14px;
	line-height: 24px;
}
.block-history {
	display: block;
	width: 100%;
	margin-top: 12px;
	height: 153px;
	background: url(../images/history_bg.png) no-repeat center;
	background-size: calc(100% + 10px) 100%;
	padding: 15px 0 0 20px;
	font-size: 16px;
	color: #333 !important;
}
.block-history:hover {
	background-position: -10px 0;
}
.about-block-right {
	float: right;
	width: 400px;
	height: 302px;
}
.about-block-right a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/factory_bg.png) no-repeat center;
	background-size: calc(100% + 10px) 100%;
}
.about-block-right a:hover {
	background-position: -10px 0;
}
.about-block-right a h4 {
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 90%;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background: url(../images/factory_icon.png) no-repeat right center;
}
@media only screen and (max-width:1599px ) {
	.about-right {
		width: calc(100% - 420px);
	}
}
@media only screen and (max-width:1199px ) {
	.index-title {
		line-height: 60px;
		font-size: 25px;
	}
	.aboout-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.about-left-content {
		margin: 20px auto;
	}
	.about-right {
		width: 100%;
		float: none;
	}
	
}
@media only screen and (max-width:991px ) {
	.index-title {
		line-height: 50px;
		font-size: 22px;
	}
	.about {
		margin: 30px auto;
	}
}
@media only screen and (max-width:767px ) {
	.index-title {
		margin-bottom: 10px;
		line-height: 40px;
	}
	.about-block-left {
		width: 100%;
		float: none;
	}
	.about-block-right {
		display: none;
		float: none;
		width: 100%;
		margin-top: 12px;
	}
}

/*首页 工程案例*/
.case {
	margin-bottom: 100px;
}
.case-scroll .item {
	margin: 0 12px;
}
.case-scroll-a {
	display: block;
	width: 100%;
	position: relative;
	max-width: 450px;
	margin: 0 auto;
	overflow: hidden;
}
.case-scroll-a img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.case-scroll-a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case-name {
	position: absolute;
	left: 5%;
	bottom: 15px;
	width: 90%;
	overflow: hidden;
}
.case-name h3 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-name h4 {
	font-size: 14px;
	color: #aaa;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*.case-scroll.owl-carousel .owl-wrapper-outer {
	overflow: visible;
}*/
.case-scroll .owl-prev,
.case-scroll .owl-next {
	text-indent: -9999px;
	width: 66px;
	height: 77px;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.case-scroll .owl-prev {
	background: url(../images/scroll_left.png) no-repeat center rgba(0,0,0,.6);
	left: -80px;
}
.case-scroll .owl-next {
	background: url(../images/scroll_right.png) no-repeat center rgba(0,0,0,.6);
	right: -80px;
}
@media only screen and (max-width:1399px ) {
	.case-scroll .owl-prev {
		left: 12px;
	}
	.case-scroll .owl-next {
		right: 12px;
	}
}
@media only screen and (max-width:991px ) {
	.case {
		margin-bottom: 45px;
	}
}
@media only screen and (max-width:767px ) {
	.case {
		margin-bottom: 30px;
	}
	.case-name h3 {
		font-size: 16px;
	}
	.case-scroll .owl-prev,
	.case-scroll .owl-next {
		width: 44px;
		height: 55px;
	}
}

/*虞风产品*/
.products-wrap {
	padding: 75px 0;
	width: 100%;
	position: relative;
	background: #F5F5F5;
}
.products {
	position: relative;
	z-index: 10;
}
.products .index-title {
	margin-bottom: 20px;
	position: relative;
}
.pro-title {
	position: absolute;
	font-size: 14px;
	right: 0;
	top: 0;
	color: #333;
	font-weight: bold;
	padding-right: 40px;
	background: url(../images/pro_more.png) no-repeat right center;
}
.pro-title a {
	font-size: 14px;
	margin-left: 15px;
	font-weight: normal;
}
.pro-list {
	width: calc(50% - 10px);
	float: left;
}
.pro-list:nth-of-type(3) {
	float: right;
}
.big-pro {
	width: 100%;
	/*background: #fff;*/
	height: 391px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	background: url(../images/pro_icon.png) no-repeat calc(100% - 35px) 35px;
	background-color: #fff;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}
.big-pro:hover {
	background-color: #DAE7EF;
}
.big-img {
	width: 60%;
	float: left;
	position: relative;
	height: 100%;
}
.big-img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 80%;
	max-width: 80%;
	margin: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.big-pro:hover .big-img img {
	-webkit-transform: scale(1.05) translate(-50%,-50%);
	-moz-transform: scale(1.05) translate(-50%,-50%);
	-ms-transform: scale(1.05) translate(-50%,-50%);
	-o-transform: scale(1.05) translate(-50%,-50%);
	transform: scale(1.05) translate(-50%,-50%);
}
.hot-icon {
	position: absolute;
	right: 40px;
	top: 80px;
}
.big-name {
	float: right;
	width: 37%;
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: right;
	padding-right: 30px;
}
.big-name h3 {
	font-size: 19px;
	color: #000;
	line-height: 35px;
	font-weight: bold;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.big-name h4 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.big-pro:hover .big-name h3 {
	color: #AC0001;
}
.small-pro {
	display: block;
	width: calc(50% - 10px);
	float: left;
	height: 225px;
	background: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.small-pro:hover {
	background: #DAE7EF;
}
.pro-list:nth-child(2) .small-pro:last-child {
	float: right;
}
.pro-list:nth-child(3) .small-pro:nth-child(2) {
	float: right;
}
.small-img {
	height: 175px;
	position: relative;
}
.small-img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 80%;
	max-width: 80%;
	margin: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.small-pro:hover .small-img img {
	-webkit-transform: scale(1.05) translate(-50%,-50%);
	-moz-transform: scale(1.05) translate(-50%,-50%);
	-ms-transform: scale(1.05) translate(-50%,-50%);
	-o-transform: scale(1.05) translate(-50%,-50%);
	transform: scale(1.05) translate(-50%,-50%);
}
.small-pro>p {
	margin: 0 25px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	background: url(../images/pro_icon.png) no-repeat right center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.small-pro:hover>p {
	color: #AC0001;
}
.pro-ul {
	width: calc(100% + 50px);
	overflow: hidden;
}
.pro-ul li {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	width: calc(33.33% - 50px);
}
.pro-a {
	display: block;
}
.pro-img {
	overflow: hidden;
	background: #fff;
	height: 246px;
	position: relative;
}
.pro-img img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-a:hover .pro-img img {
	-webkit-transform: scale(1.05) translate(-50%,-50%);
	-moz-transform: scale(1.05) translate(-50%,-50%);
	-ms-transform: scale(1.05) translate(-50%,-50%);
	-o-transform: scale(1.05) translate(-50%,-50%);
	transform: scale(1.05) translate(-50%,-50%);
}
.pro-name {
	height: 64px;
	line-height: 64px;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #000;
	background: #ECECEC;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-a:hover .pro-name {
	color: #fff;
	background: #AC0001;
}
.products .pro-ul {
	display: none;
}
#index-pro-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:1199px ) {
	.pro-ul {
		width: calc(100% + 20px);
	}
	.pro-ul li {
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(33.33% - 20px);
	}
	.products .pro-ul {
		display: block;
	}
	.pro-list {
		display: none;
	}
	#index-pro-bg {
		display: none;
	}
}
@media only screen and (max-width:991px ) {
	.pro-name {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.pro-img {
		height: 200px;
	}
	.products-wrap {
		padding: 45px 0 25px;
	}
}
@media only screen and (max-width:767px ) {
	.pro-ul li {
		width: calc(50% - 20px);
	}
	.products-wrap {
		padding: 30px 0 10px;
	}
	.pro-title {
		display: none;
	}
}
@media only screen and (max-width:499px ) {
	.pro-ul {
		width: 100%;
	}
	.pro-ul li {
		width:100%;
		float: none;
	}
}

/*技术服务*/
.technical-service {
	background: url(../images/serve_bg.jpg) no-repeat center;
	background-size: cover;
}
.technical-service .container {
	padding: 75px 0 95px;
}
.technical-service .container>h3 {
	font-size: 30px;
	color: #333;
	line-height: 30px;
	margin-bottom: 25px;
}
.technical-service .container>h4 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.technical-service-ul {
	overflow: hidden;
	margin-top: 35px;
}
.technical-service-ul li {
	float: left;
	margin-right: 18px;
}
.technical-service-ul li a {
	display: block;
	width: 78px;
	height: 104px;
	padding-top: 78px;
}
.technical-service-ul li:nth-child(1) a{
	background: url(../images/serve_icon1.png) no-repeat center 19px #AC0001;
}
.technical-service-ul li:nth-child(1) a:hover {
	background: url(../images/serve_icon1.png) no-repeat center 14px #AC0001;
}
.technical-service-ul li:nth-child(2) a{
	background: url(../images/serve_icon2.png) no-repeat center 19px #AC0001;
}
.technical-service-ul li:nth-child(2) a:hover {
	background: url(../images/serve_icon2.png) no-repeat center 14px #AC0001;
}
.technical-service-ul li:nth-child(3) a{
	background: url(../images/serve_icon3.png) no-repeat center 19px #AC0001;
}
.technical-service-ul li:nth-child(3) a:hover {
	background: url(../images/serve_icon3.png) no-repeat center 14px #AC0001;
}
.technical-service-ul li:nth-child(4) a{
	background: url(../images/serve_icon4.png) no-repeat center 19px #AC0001;
}
.technical-service-ul li:nth-child(4) a:hover {
	background: url(../images/serve_icon4.png) no-repeat center 14px #AC0001;
}
.technical-service-ul li a span {
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.technical-service-ul li a:hover span {
	color: #AC0102;
}
@media only screen and (max-width:991px ) {
	.technical-service .container {
	    padding: 45px 0;
	}
	.technical-service .container>h3 {
		font-size: 25px;
	}
	.technical-service .container>h4 {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width:767px ) {
	.technical-service .container {
		 padding: 30px 15px;
	}
	.technical-service .container>h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width:449px ) {
	.technical-service-ul li:last-child {
		margin-right: 0;
	}
	.technical-service-ul li {
		margin-right: 10px;
	}
	.technical-service-ul li a {
		width: 65px;
	}
}

/*新闻资讯*/
.index-news-wrap {
	background: #f5f5f5;
	width: 100%;
	padding: 45px 0 100px;
}
.index-news-left {
	width: 358px;
	float: left;
	height: 584px;
}
.index-news-center {
	height: 584px;
	width: calc(100% - 358px - 358px - 50px);
	float: left;
	margin-left: 25px;
}
.index-news-right {
	width: 358px;
	float: right;
	height: 584px;
}
.index-news-a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 35px 0;
	color: #fff !important;
}
.index-news-left .index-news-a {
	color: #333 !important;
}
.index-news-a h4 {
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 40px;
}
.index-news-a h3 {
	font-size: 20px;
	line-height: 30px;
}
.index-news-a .index-news-content {
	margin-top: 50px;
}
.index-news-left a {
	background: url(../images/news_bg1.png) no-repeat center bottom;
	background-size:calc(100% + 10px) 100%;
}
.index-news-left a:hover {
	background-position: -10px 0;	
}
.index-news-center a {
	background: url(../images/news_bg2.png) no-repeat center;
	background-size:calc(100% + 10px) 100%;
}
.index-news-center a:hover {
	background-position: -10px 0;
}
.index-news-right a.index-news-a {
	height: 280px;
}
.index-news-right a.index-news-a:nth-child(1) {
	margin-bottom: 24px;
	background: #AC0001;
}
.index-news-right a.index-news-a:nth-child(2) {
	background: url(../images/news_bg3.png) no-repeat center;
	background-size:calc(100% + 10px) 100%;
	color: #333 !important;
}
.index-news-right a.index-news-a:nth-child(2):hover {
	background-position: -10px 0;
}
.index-news .news-ul {
	display: none;
}
.news-ul li {
	background: #fff;
	overflow: hidden;
	padding: 35px;
	margin-bottom: 40px;
}
.news-img {
	width: 350px;
	height: 235px;
	float: left;
}
.news-img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news-img a img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-img a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news-right {
	float: right;
	width: calc(100% - 350px - 50px );
}
.news-right h4 {
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.news-right h3 {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-right h3 a {
	font-size: 18px;
	color: #333;
}
.news-right h3 a:hover {
	color: #AC0001;
}
.news-right-content {
	line-height: 26px;
	font-size: 14px;
	max-height: 78px;
	margin: 15px auto 20px;
	overflow: hidden;
}
.news-more {
	display: block;
	width: 126px;
	height: 38px;
	line-height: 36px;
	border-radius: 19px;
	text-align: center;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	color: #969696;
}
.news-more:hover {
	color: #fff;
	border: 1px solid #AC0001;
	background: #AC0001;
}
@media only screen and (max-width:1199px ) {
	.index-news-left,
	.index-news-center,
	.index-news-right {
		display: none;
	}
	.index-news .news-ul {
		display: block;
	}
}
@media only screen and (max-width:991px ) {
	.index-news-wrap {
		padding: 30px 0 15px;
	}
	.news-ul li {
		padding: 15px;
	}
	.news-right {
		width: calc(100% - 20px - 350px);
	}
	.news-ul li {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.news-ul li {
		max-width: 500px;
		margin: 0 auto 20px;
	}
	.news-img {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		float: none;
	}
	.news-img a {
		height: auto;
	}
	.news-img a img {
		height: auto;
	}
	.news-right {
		float: none;
		width: 100%;
	}
	.news-right h4 {
		line-height: 24px;
		font-size: 14px;
	}
	.news-right h3 a {
		font-size: 16px;
	}
	.news-right-content {
		margin: 5px 0 10px;
	}
}





/*底部内容*/
footer {
	color: #fff;
	background: #1F2024;
	font-size: 14px;
}
footer a {
	color: #fff;
}
.footer-content {
	overflow: hidden;
	padding: 45px 0 50px;
}
.footer-ul {
	float: left;
	overflow: hidden;
}
.footer-ul li {
	float: left;
	margin-right: 75px;
}
.footer-ul li:last-child {
	margin-right: 0;
}
.footer-ul li dl dt {
	line-height: 30px;
	margin-bottom: 15px;
}
.footer-ul li dl dt a {
	font-size: 14px;
	color: #808080;
}
.footer-ul li dl dd {
	height: auto;
	line-height: 24px;
	padding: 3px 0;
}
.footer-ul li dl dd.red {
	font-size: 24px;
	color: #ac0001;
	font-weight: bold;
}
.ewm-box {
	position: relative;
	float: right;
	overflow: hidden;
}
.ewm-content {
	width: 118px;
	float: right;
}
.ewm-content img {
	display: block;
	width: 100%;
}
.ewm-content p {
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #808080;
}
.copyright {
	line-height: 40px;
	padding: 15px;
	border-top: 1px solid #3C3C42;
	text-align: left;
}
.copyright .container {
	position: relative;
}
.share-box {
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (max-width:1599px ) {
	.footer-ul li {
		margin-right: 45px;
	}
}
@media only screen and (max-width:1199px ) {
	.footer-ul li {
		margin-right: 17px;
	}
}
@media only screen and (max-width:991px ) {
	.footer-content {
		padding: 30px 15px;
	}
	.footer-ul li {
		display: none;
	}
	.footer-ul li:last-child {
		display: block;
	}
	.share-box {
		right: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.copyright {
		text-align: center;
		padding: 10px 0;
		line-height: 30px;
		font-size: 14px;
	}
	.share-box {
		display: none;
	}
	.footer-ul li:last-child {
		display: none;
	}
	.ewm-box {
		margin: 0 auto;
		float: none;
		width: 118px;
	}
	.footer-content {
		padding: 15px;
	}
	.ewm-content p {
		margin-bottom: 5px;
	}
}


/*内页样式*/
.inside-banner{
	width: 100%;
	margin-top: -165px;
	position: relative;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 150px;
}
.banner-title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	text-align: center;
}
.banner-title h3 {
	font-size: 48px;
	color: #fff;
}
.banner-title h4 {
	font-size: 90px;
	color: rgba(255,255,255,.2);
	margin-top: -40px;
}
@media only screen and (max-width:1199px ) {
	.inside-banner {
		margin-top: 0;
	}
	.banner-title h4 {
		display: none;
	}
	.banner-title {
		top: 50%;
	}
	.banner-title h3 {
		font-size: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.banner-title h3 {
		font-size: 30px;
	}
}
.menu-nav-wrap {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #F8F8F8;
}
.menu-nav-wrap .container {
	display: flex;
	flex-wrap: wrap;
}
.menu-nav-wrap .container a {
	flex: 1;
	display: block;
	border-right: 1px solid #ececec;
	height: 69px;
	line-height: 69px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu-nav-wrap .container a:first-child {
	border-left: 1px solid #ECECEC;
}
.menu-nav-wrap .container a:hover {
	color: #ac0001;
}
.menu-nav-wrap .container a.active {
	color: #ac0001;
	border-bottom: 2px solid #ac0001;
}
@media only screen and (max-width:991px ) {
	.menu-nav-wrap .container a {
		height: 49px;
		line-height: 49px;
	}
}
@media only screen and (max-width:767px ) {
	.menu-nav-wrap .container {
		padding: 0;
	}
	/*.menu-nav-wrap .container a {
		min-width: 64px;
	}*/
}

/*关于我们*/
.about-wrap {
	background: #F8F8F8;
	padding: 40px 0 50px;
}
.about-title {
	text-align: center;
	margin-bottom: 50px;
}
.about-title h3 {
	line-height: 45px;
	font-size: 30px;
	color: #333;
}
.about-title h4 {
	line-height: 30px;
	font-size: 18px;
	color: #bebebe;
	text-transform: uppercase;
}
.about-left {
	float: left;
	width: calc(50% - 58px);
}
.about-left h4 {
	line-height: 55px;
	font-size: 30px;
	color: #333;
	background: url(../images/about_line.png) no-repeat left bottom;
	margin-bottom: 10px;
}
.about-content {
	line-height: 32px;
}
.about-img {
	float: right;
	width: calc(50% - 64px);
}
.about-img img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:1599px ) {
	.about-img {
		margin-top: 30px;
	}
}
@media only screen and (max-width:1199px ) {
	.about-left {
	    width: calc(50% - 30px);
	}
	.about-img {
	    width: 50%
	}
}
@media only screen and (max-width:991px ) {
	.about-left {
	    width: 100%;
	    float: none;
	    max-width: 634px;
	    margin: 0 auto;
	}
	.about-img {
	    width: 100%;
	    max-width: 634px;
	    margin: 0 auto 20px;
	    float: none;
	}
	.about-title {
		margin-bottom: 30px;
	}
	.about-title h3 {
		line-height: 35px;
		font-size: 25px;
	}
	.about-title h4 {
		line-height: 25px;
		font-size: 16px;
	}
	.about-left h4 {
		line-height: 45px;
		font-size: 25px;
	}
}
@media only screen and (max-width:767px ) {
	.about-wrap {
		padding: 30px 0;
	}
	.about-title {
		margin-bottom: 15px;
	}
	.about-title h3 {
		line-height: 30px;
		font-size: 22px;
	}
	.about-title h4 {
		font-size: 14px;
	}
	.about-left h4 {
		line-height: 40px;
		font-size: 22px;
	}
}
.about-list-wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.about-list {
	overflow: hidden;
}
.about-list-img {
	width: 50%;
	float: left;
	height: 645px;
}
.about-list-box {
	float: right;
	width: 50%;
	height: 645px;
	overflow: hidden;
	padding: 65px;
}
.about-list-box h4 {
	line-height: 55px;
	font-size: 30px;
	color: #333;
	background: url(../images/about_line.png) no-repeat left bottom;
	margin-bottom: 10px;
	width: 100%;
	max-width: 650px;
}
.about-list-content {
	line-height: 32px;
	margin-top: 40px;
	width: 100%;
	max-width: 650px;
}
.about-list:nth-child(1) .about-list-img {
	background: url(../images/about_img2.jpg) no-repeat center;
	background-size: cover;
}
.about-list:nth-child(2) .about-list-box {
	float: left;
}
.about-list:nth-child(2) .about-list-box .about-list-content,
.about-list:nth-child(2) .about-list-box h4 {
	float: right;
	
}
.about-list:nth-child(2) .about-list-img {
	background: url(../images/about_img3.jpg) no-repeat center;
	background-size: cover;
	float: right;
}
@media only screen and (max-width:1199px ) {
	.about-list-img {
		height: 500px;
	}
	.about-list-box {
		height: 500px;
		padding: 15px 15px 0;
	}
	.about-list-content {
		margin-top: 20px;
		line-height: 28px;
	}
	.about-list-box h4 {
		font-size: 25px;
		line-height: 45px;
	}
}
@media only screen and (max-width:991px ) {
	.about-list-img,
	.about-list-box {
		float: none;
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
	}
	.about-list-img {
		height: 300px;
	}
	.about-list-box {
		height: auto;
		margin-bottom: 20px;
	}
	.about-list:nth-child(2) .about-list-img {
		float: none;
	}
	.about-list:nth-child(2) .about-list-box {
		float: none;
	}
	.about-list-wrap {
		padding: 30px 0;
	}
}
@media only screen and (max-width:767px ) {
	.about-list-box h4 {
		font-size: 22px;
		line-height: 40px;
		margin-bottom: 0;
	}
}

/*荣誉介绍*/
.honor-introduce {
	width: 100%;
	background: url(../images/about_bg1.jpg) no-repeat center;
	background-size: cover;
}
.honor-introduce .container {
	padding: 95px 15px 95px;
	color: #fff;
}
.honor-introduce .container h4 {
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
}
.honor-content {
	text-align: center;
	margin-bottom: 60px;
}
.honor-more {
	display: block;
	width: 190px;
	height: 52px;
	border-radius: 26px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin: 0 auto;
}
@media only screen and (max-width:991px ) {
	.honor-introduce .container {
		padding: 30px 15px;
	}
	.honor-introduce .container h4 {
		margin-bottom: 20px;
		font-size: 25px;
		line-height: 40px;
	}
	.honor-content {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.honor-more {
		width: 140px;
		height: 42px;
		border-radius: 21px;
		line-height: 40px;
	}
}
.slogan {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	padding: 65px 0;
	width: 100%;
	background: url(../images/about_slogan.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
@media only screen and (max-width:991px ) {
	.slogan {
		font-size: 25px;
		padding: 35px 0;
	}
}
@media only screen and (max-width:767px ) {
	.slogan {
		font-size: 20px;
		padding: 25px 0;
	}
}

/*企业文化*/
.culture-box {
	padding: 85px 0 45px;
}
.culture-slogan {
	width: 620px;
	text-align: center;
	float: left;
}
.culture-slogan h4 {
	line-height: 65px;
	font-size: 44px;
	color: #000;
}
.culture-slogan h4 b {
	font-weight: bold;
}
.culture-slogan h4 em {
	color: #ac0001;
	margin: 0 20px;
	font-style: normal;
}
.culture-right {
	float: left;
	width: calc(100% - 620px);
}
.culture-right h4 {
	line-height: 35px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.culture-content {
	margin-top: 30px;
}
@media only screen and (max-width:1199px ) {
	.culture-slogan {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.culture-slogan h4 {
		font-size: 35px;
	}
	.culture-right {
		width: 100%;
		float: none;
	}
	.culture-box {
		padding: 45px 0;
	}
	.culture-content {
		margin-top: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.culture-box {
		padding: 30px 15px;
	}
	.culture-slogan h4 {
		line-height: 40px;
		font-size: 25px;
	}
}
.culture-list-wrap {
	padding: 55px 0 120px;
	background: #F8F8F8;
}
.culture-list li {
	overflow: hidden;
}
.culture-list-img {
	float: left;
	width: 50%;
	height: 254px;
}
.culture-list-right {
	background: #fff;
	width: 50%;
	float: left;
	height: 254px;
	padding: 75px 0 0 85px;
}
.culture-list-box {
	padding-left: 113px;
}
.culture-list-box h4 {
	line-height: 30px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #333;
}
.culture-list-box p {
	line-height: 24px;
}
.culture-list li:nth-child(2n) .culture-list-img {
	float: right;
}
.culture-list li:nth-child(2n) .culture-list-right {
	float: left;
}
.culture-list li:nth-child(1) .culture-list-img {
	background: url(../images/culture_img1.png) no-repeat center;
	background-size: cover;
}
.culture-list li:nth-child(2) .culture-list-img {
	background: url(../images/culture_img2.png) no-repeat center;
	background-size: cover;
}
.culture-list li:nth-child(3) .culture-list-img {
	background: url(../images/culture_img3.png) no-repeat center;
	background-size: cover;
}
.culture-list li:nth-child(4) .culture-list-img {
	background: url(../images/culture_img4.png) no-repeat center;
	background-size: cover;
}
.culture-list li:nth-child(5) .culture-list-img {
	background: url(../images/culture_img5.png) no-repeat center;
	background-size: cover;
}
.culture-list li:nth-child(1) .culture-list-box {
	background: url(../images/culture_icon1.png) no-repeat left 5px;
}
.culture-list li:nth-child(2) .culture-list-box {
	background: url(../images/culture_icon2.png) no-repeat left 5px;
}
.culture-list li:nth-child(3) .culture-list-box {
	background: url(../images/culture_icon3.png) no-repeat left 5px;
}
.culture-list li:nth-child(4) .culture-list-box {
	background: url(../images/culture_icon4.png) no-repeat left 5px;
}
.culture-list li:nth-child(5) .culture-list-box {
	background: url(../images/culture_icon5.png) no-repeat left 5px;
}
@media only screen and (max-width:1199px ) {
	.culture-list-right {
		padding-left: 40px;
	}
	.culture-list-box {
		padding-left: 80px;
	}
}
@media only screen and (max-width:991px ) {
	.culture-list-img {
		float: none;
		width: 100%;
	}
	.culture-list-right {
		width: 100%;
		float: none;
	}
	.culture-list-wrap {
		padding: 45px 0;
	}
	.culture-list li:nth-child(2n) .culture-list-img {
		float: none;
	}
	.culture-list li:nth-child(2n) .culture-list-right {
		float: none;
	}
	.culture-list-right {
		height: auto;
		padding: 30px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.culture-list-img {
		height: 200px;
	}
	.culture-list-box {
		padding-left: 60px;
	}
}

/*资质荣誉*/
.main {
	margin: 60px auto 90px;
}
.honor-ul {
	overflow: hidden;
	width: calc(100% + 55px);
}
.honor-ul li {
	float: left;
	width: calc(25% - 55px);
	margin-right: 55px;
	margin-bottom: 25px;
}
.honor-a {
	display: block;
	width: 100%;
	max-width: 443px;
	margin: 0 auto;
}
.honor-img {
	overflow: hidden;
}
.honor-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.honor-a:hover .honor-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.honor-a p {
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
@media only screen and (max-width:1199px ) {
	.honor-a p {
		height: 50px;
		line-height: 50px;
	}
	.honor-ul {
		width: calc(100% + 30px);
	}
	.honor-ul li {
		width: calc(25% - 30px);
		margin-right: 30px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:991px ) {
	.honor-ul li {
		width: calc(33.33% - 30px);
	}
	.honor-a p {
		height: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.honor-ul li {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width:450px ) {
	.honor-ul {
		width: 100%;
	}
	.honor-ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

/*工厂实景*/
.factory-ul {
	overflow: hidden;
	width: calc(100% + 45px);
}
.factory-ul li {
	float: left;
	width: calc(33.33% - 45px);
	margin-right: 45px;
	margin-bottom: 25px;
}
.factory-a {
	display: block;
	width: 100%;
	max-width: 435px;
	margin: 0 auto;
}
.factory-img {
	overflow: hidden;
}
.factory-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.factory-a:hover .factory-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.factory-a p {
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
@media only screen and (max-width:1199px ) {
	.factory-a p {
		height: 50px;
		line-height: 50px;
	}
}
@media only screen and (max-width:991px ) {
	.factory-a p {
		height: 40px;
		line-height: 40px;
	}
	.factory-ul {
		width: calc(100% + 30px);
	}
	.factory-ul li {
		width: calc(33.33% - 30px);
		margin-right: 30px;
	}
}
@media only screen and (max-width:767px ) {

	.factory-ul li {
		width: calc(50% - 30px);
		margin-right: 30px;
	}
}
@media only screen and (max-width:450px ) {
	.factory-ul {
		width: 100%;
	}
	.factory-ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

/*发展历程*/
.history-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.history-list {
	overflow: hidden;
	height: 336px;
	background: url(../images/history_list_bg.png) no-repeat 55px 65px;
	position: relative;
}
.history-list:last-child {
	background: none;
}
.history-list:before {
	content: "";
	width: 47px;
	height: 1px;
	background: #AC0001;
	position: absolute;
	left: 188px;
	top: 23px;
}
.history-date {
	float: left;
	width: 151px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: #AC0001;
}
.history-box {
	float: right;
	width: calc(100% - 300px);
	height: 291px;
	background: #F4F4F4;
	padding: 25px 35px 0 35px;
}
.history-left {
	float: left;
	width: calc(50% - 30px);
}
.history-left h4 {
	height: 45px;
	line-height: 45px;
	padding-left: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/history_title_bg.png) no-repeat left center;
	margin-bottom: 35px;
}
.history-content {
	line-height: 24px;
	max-height: 120px;
	overflow: hidden;
}
.history-img {
	float: right;
	width: 50%;
}
.history-img img {
	display: block;
	width: 100%;
}
.history-more {
	display: block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin: 60px auto 0;
	color: #fff;
	background: #AC0001;
}
@media only screen and (max-width:991px ) {
	.history-list {
		height: auto;
		background: none;
		margin-bottom: 20px;
	}
	.history-list:before {
		display: none;
	}
	.history-date {
		float: none;
		margin-bottom: 10px;
	}
	.history-box {
		float: none;
		width: 100%;
		height: auto;
		padding: 30px;
		overflow: hidden;
	}
	.history-more {
		margin: 40px auto 0;
	}
}
@media only screen and (max-width:767px ) {
	.history-date {
	    width: 110px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 22px;
	}
	.history-box {
		padding: 15px;
	}
	.history-left h4 {
		height: 35px;
		line-height: 35px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.history-left {
	    float: left;
	    width: calc(50% - 15px);
	}
	.history-more {
		width: 125px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		margin: 30px auto 0;
	}
}
@media only screen and (max-width:499px ) {
	.history-img {
		width: 100%;
		float: none;
	}
	.history-left {
		width: 100%;
		float: none;
		margin-top: 10px;
		min-height: 120px;
	}
}

/*新闻资讯*/
.main-wrap {
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}
.article-main {
	background: #fff;
	padding: 45px 30px;
}
.article-title {
	width: 100%;
	max-width: 1100px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin: 0 auto;
}
.article-title h3 {
	line-height: 60px;
	font-size: 28px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-title h4 {
	line-height: 45px;
	color: #999;
}
.article-content {
	font-size: 14px;
	line-height: 30px;
	margin: 40px auto;
	min-height: 300px;
	max-width: 1170px;
}
.article-page {
	border: 1px solid #E6E6E6;
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}
.page-item {
	width: 50%;
	float: left;
	padding: 40px 20px;
	line-height: 30px;
	overflow: hidden;
}
.page-item:first-child {
	border-right: 1px solid #e6e6e6;
}
.page-item:nth-child(2) span {
	float: right;
}
.page-item:nth-child(2) a {
	float: right;
}
.page-item span {
	float: left;
	color: #333;
	margin: 0 15px;
	line-height: 30px;
	display: block;
}
.page-item span em {
	font-size: 24px;
	color: #333;
	margin: 0 15px;
	font-style: normal;
}
.page-item a {
	display: block;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	max-width: calc(100% - 130px);
}
.page-item a:hover {
	color: #AC0001;
}
@media only screen and (max-width:1199px ) {
	.article-main {
		padding: 30px;
	}
	.article-title h3 {
	    line-height: 50px;
	    font-size: 25px;
	}
	.article-title {
		padding-bottom: 15px;
	}
	.article-content {
		margin: 20px 0;
	}
	.page-item {
		padding: 20px 10px;
	}
}
@media only screen and (max-width:767px ) {
	.article-title h3 {
	    line-height: 40px;
	    font-size: 22px;
	}
	.article-main {
		padding: 15px;
	}
	.article-title h4 {
		line-height: 24px;
		font-size: 14px;
	}
	.article-content {
		line-height: 24px;
	}
	.article-content img {
		display: block;
		width: 100%;
	}
	.page-item {
		width: 100%;
		float: none;
	}
	.page-item:first-child {
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
	}
	.page-item:nth-child(2) span {
		float: left;
	}
	.page-item:nth-child(2) a {
		float: left;
	}
	.page-item span em {
		display: none;
	}
	.page-item {
		padding: 5px;
	}
	.page-item a {
		max-width: calc(100% - 85px);
	}
}

/*技术支持*/
.main-title {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.main-title h3 {
	line-height: 50px;
	font-size: 30px;
	color: #ac0001;
	margin-bottom: 10px;
}
.main-title p {
	color: #333;
}
.technology-title {
	color: #333;
	margin: 30px auto 45px;
	text-align: center;
}
.technology-ul {
	overflow: hidden;
}
.technology-ul li {
	width: calc(33.33% - 16px);
	margin: 0 8px 16px;
	height: 215px;
	float: left;
	padding: 50px 30px 0 50px;
	background: url(../images/technology_icon.png) no-repeat 50px 50px #fff;
}
.technology-ul li h4 {
	line-height: 30px;
	padding-left: 65px;
	font-size: 20px;
	color: #1a1a1a;
}
.technology-ms {
	margin-top: 25px;
	line-height: 24px;
	color: #333;
}
@media only screen and (max-width:991px ) {
	.main-title h3 {
	    line-height: 40px;
	    font-size: 25px;
	}
	.technology-title {
	    color: #333;
	    margin: 15px auto 20px;
	}
	.technology-ul li {
	    width: calc(50% - 16px);
	    margin: 0 8px 16px;
	    height: 150px;
	    float: left;
	    padding: 15px;
	    background: url(../images/technology_icon.png) no-repeat 15px 15px #fff;
	}
	.technology-ul li h4 {
		padding-left: 40px;
		font-size: 18px;
	}
	.technology-ms {
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.main-title h3 {
	    font-size: 22px;
	}
}
@media only screen and (max-width:560px ) {
	.technology-ul li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}

/*售后服务*/
.service-box {
	background: #fff;
	margin-top: 45px;
	padding: 35px 15px;
}
.service-ul {
	max-width: 890px;
	margin: 0 auto;
}
.service-ul li {
	border-bottom: 1px solid #dcdcdc;
	padding: 25px 0 30px;
	color: #333;
}
.service-ul li:last-child {
	border: none;
}
.service-ul li h4 {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
}
@media only screen and (max-width:991px ) {
	.service-box {
		margin-top: 30px;
		padding: 5px 15px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.service-ul li h4 {
		font-size: 18px;
	}
}

/*资料下载*/
.download-ul {
	margin-top: 30px;
}
.download-ul li {
	background: url(../images/document_icon.png) no-repeat 50px center #fff;
	margin-bottom: 14px;
	padding: 0 80px 0 50px;
}
.download-ul li a {
	display: block;
	background: url(../images/download_icon1.png) no-repeat right center;
	padding: 30px 0;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	padding-left: 75px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.download-ul li a:before {
	content: "";
	position: absolute;
	left: 48px;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 1px;
	background: #B1B1B1;
}
.download-ul li a:hover {
	color: #ac0001;
	background: url(../images/download_icon2.png) no-repeat right center;
}

@media only screen and (max-width:991px ) {
	.download-ul li {
		background: url(../images/document_icon.png) no-repeat 30px center #fff;
		padding: 0 30px;
	}
}
@media only screen and (max-width:767px ) {
	.download-ul li {
		background: url(../images/document_icon.png) no-repeat 15px center #fff;
		
		padding: 0 15px;
	}
	.download-ul li a:before {
		display: none;
	}
	.download-ul li a {
		padding: 15px 0;
		font-size: 14px;
		padding-left: 35px;
		background-size: 22px 22px;
	}
	.download-ul li a:hover {
		background-size: 22px 22px;
	}
	.download-ul {
		margin-top: 15px;
	}
}

/*产品中心*/
.prolist-wrap {
	
}
.prolist-box {
	background: #fff;
	padding: 40px 0;
}
.prolist-box:nth-child(2n) {
	background: #F0F0F0;
}
.prolist-img {
	float: right;
	width: 868px;
}
.prolist-img img {
	display: block;
	width: 100%;
}
.prolist-left {
	float: left;
	width: 420px;
	padding-top: 20px;
}
.prolist-left h4 {
	line-height: 55px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.prolist-content {
	color: #333;
	margin-bottom: 70px;
}
.more-a {
	display: block;
	width: 175px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	color: #fff !important;
	background: #AC0001;
}
@media only screen and (max-width:1599px ) {
	.prolist-img {
		float: right;
		width: 600px;
	}
	.prolist-left {
		padding-top: 0;
	}
	.prolist-content {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:1199px ) {
	.prolist-img {
		float: right;
		width: 500px;
	}
	.prolist-content {
		margin-bottom: 20px;
	}
	.prolist-left {
		width: 400px;
	}
}
@media only screen and (max-width:991px ) {
	.prolist-img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
		float: none;
	}
	.prolist-left {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		float: none;
	}
	.prolist-left h4 {
		line-height: 45px;
		font-size: 25px;
		margin-bottom: 10px;
	}
	.more-a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.prolist-box {
		padding: 20px 0;
	}
	.prolist-left h4 {
		line-height: 35px;
		font-size: 22px;
		margin-bottom: 10px;
	}
}

/*工程案例*/
.case-ul {
	width: calc(100% + 50px);
	overflow: hidden;
}
.case-ul li {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	width: calc(33.33% - 50px);
}
.case-a {
	display: block;
}
.case-img {
	overflow: hidden;
	background: #fff;
	position: relative;
}
.case-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.case-a:hover .case-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case-a p {
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.case-a p:hover {
	color: #AC0001;
}
@media only screen and (max-width:1199px ) {
	.case-ul {
		width: calc(100% + 20px);
	}
	.case-ul li {
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width:991px ) {
	.case-a p {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}
@media only screen and (max-width:767px ) {
	.case-ul li {
		width: calc(50% - 20px);
	}
	.case-a p {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}
@media only screen and (max-width:499px ) {
	.case-ul {
		width: 100%;
	}
	.case-ul li {
		width:100%;
		float: none;
	}
}

/*人才理念*/
.talent-ul {
	overflow: hidden;
	width: calc(100% + 100px);
}
.talent-ul li {
	float: left;
	width: calc(50% - 100px);
	margin-right: 100px;
	height: 303px;
	position: relative;
	margin-bottom: 60px;
}
.talent-ul li:nth-child(1) {
	background: url(../images/talent_bg1.jpg) no-repeat center;
	background-size: cover;
}
.talent-ul li:nth-child(2) {
	background: url(../images/talent_bg2.jpg) no-repeat center;
	background-size: cover;
}
.talent-ul li:nth-child(3) {
	background: url(../images/talent_bg3.jpg) no-repeat center;
	background-size: cover;
}
.talent-ul li:nth-child(4) {
	background: url(../images/talent_bg4.jpg) no-repeat center;
	background-size: cover;
}
.talent-box {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,.6);
	padding: 45px 60px 0;
	color: #fff;
}
.talent-box h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
.talent-content {
	line-height: 26px;
}
@media only screen and (max-width:1199px ) {
	.talent-ul {
		width: calc(100% + 50px);
	}
	.talent-ul li {
		width: calc(50% - 50px);
		margin-right: 50px;
		margin-bottom: 30px;
	}
	.talent-box {
		padding: 30px;
	}
}
@media only screen and (max-width:991px ) {
	.talent-ul {
		width: calc(100% + 30px);
	}
	.talent-ul li {
		width: calc(50% - 30px);
		margin-right: 30px;
		margin-bottom: 30px;
		height: 240px;
	}
	.talent-box {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
	}
}
@media only screen and (max-width:550px ) {
	.talent-box h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.talent-ul {
		width: 100% ;
	}
	.talent-ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		height: 200px;
	}
}

/*招贤纳士*/
.join-ul li {
	border-bottom: 1px dashed #BCBCBC;
}
.join-ul li>h4 {
	height: 69px;
	line-height: 69px;
	cursor: pointer;
	padding-left: 90px;
	background: url(../images/join_icon1.png) no-repeat calc(100% - 90px) center #fff;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.join-box {
	background: #f8f8f8;
	padding: 20px 90px 40px 90px;
	display: none;
}
.join-title {
	color: #333;
	margin-bottom: 30px;
	font-weight: bold;
}
.join-content {
	line-height: 24px;
}
.join-ul li.active h4 {
	color: #fff;
	background: url(../images/join_icon2.png) no-repeat calc(100% - 90px) center #AC0001;
}

.join-ms {
	margin: 55px auto 0;
	padding: 0 90px;
}
.join-ms p {
	color: #333;
}
.join-ms p img {
	margin-right: 10px;
}
@media only screen and (max-width:1199px ) {
	.join-ul li>h4 {
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		padding-left: 50px;
		background: url(../images/join_icon1.png) no-repeat calc(100% - 50px) center #fff;
		background-size: 30px 30px;
	}
	.join-ul li.active h4 {
		background: url(../images/join_icon2.png) no-repeat calc(100% - 50px) center #AC0001;
		background-size: 30px 30px;
	}
	.join-box {
		background: #f8f8f8;
		padding: 20px 50px;
		display: none;
	}
	.join-ms {
		margin: 45px auto 0;
		padding: 0 50px;
	}
}
@media only screen and (max-width:767px ) {
	.join-ul li>h4 {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		padding-left: 20px;
		background: url(../images/join_icon1.png) no-repeat calc(100% - 20px) center #fff;
		background-size: 26px 26px;
	}
	.join-ul li.active h4 {
		background: url(../images/join_icon2.png) no-repeat calc(100% - 20px) center #AC0001;
		background-size: 26px 26px;
	}
	.join-box {
		background: #f8f8f8;
		padding: 20px;
		display: none;
	}
	.join-ms {
		margin: 25px auto 0;
		padding: 0;
	}
}

/*企业福利*/
.welfare-ul {
	width: calc(100% + 80px);
	overflow: hidden;
}
.welfare-ul li {
	float: left;
	width: calc(33.33% - 80px);
	margin: 0 80px 35px 0;
}
.welfare-img {
	overflow: hidden;
}
.welfare-img img {
	display: block;
	width: 100%;
}
.welfare-box {
	background: #fff;
	padding: 20px 15px 0;
	height: 170px;
}
.welfare-box h4 {
	text-align: center;
	color: #AC0001;
}
.welfare-box p {
	margin-top: 25px;
	text-align: center;
}
.welfare-box p span {
	display: inline-block;
	margin: 0 6px;
}
@media only screen and (max-width:1199px ) {
	.welfare-ul {
		width: calc(100% + 30px);
	}
	.welfare-ul li {
		float: left;
		width: calc(33.33% - 30px);
		margin: 0 30px 30px 0;
	}
}
@media only screen and (max-width:991px ) {
	.welfare-ul li {
		float: left;
		width: calc(50% - 30px);
	}
	.welfare-box {
		height: 130px;
	}
}
@media only screen and (max-width:767px ) {
	.welfare-box p {
		margin-top: 10px;
	}
}
@media only screen and (max-width:499px ) {
	.welfare-ul {
		width: 100%;
	}
	.welfare-ul li {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.welfare-box {
		height: 110px;
	}
}

/*联系我们*/
.contact-logo {
	margin: 0 auto 60px;
	width: 210px;
}
.contact-logo img {
	display: block;
	width: 100%;
}
.contact-ul {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 45px;
}
.contact-ul li {
	padding-left: 75px;
	margin-right: 68px;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	float: left;
}
.contact-ul li:nth-child(1) {
	background: url(../images/contact_icon1.png) no-repeat left top;
}
.contact-ul li:nth-child(2) {
	background: url(../images/contact_icon2.png) no-repeat left top;
}
.contact-ul li:nth-child(3) {
	background: url(../images/contact_icon3.png) no-repeat left top;
}
.contact-ul li:last-child {
	margin-right: 0;
}
.contact-bottom {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.contact-bottom .contact-img {
	float: left;
	width: 50%;
	height: 328px;
	background: url(../images/contact_bg1.png) no-repeat center;
	background-size: cover;
}
.contact-bottom .contact-map {
	float: left;
	width: 50%;
	height: 328px;
	background: url(../images/contact_map.png) no-repeat center;
	background-size: cover;
}
.contact-bottom .contact-map img {
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:1599px ) {
	.contact-ul li {
		margin-right: 50px;
	}
}
@media only screen and (max-width:1199px ) {
	.contact-ul li {
		float: none;
		width: 480px;
		margin: 0 auto 10px;
	}	
	.contact-ul li:last-child {
		margin: 0 auto 10px;
	}
	.contact-logo {
		width: 180px;
	}
}
@media only screen and (max-width:991px ) {
	.contact-bottom .contact-img {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.contact-bottom .contact-map {
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.contact-ul {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.contact-ul {
		margin-bottom: 10px;
	}
	.contact-logo {
		width: 140px;
		margin-bottom: 30px;
	}
	.contact-ul li {
		width: 100%;
	}
	.contact-bottom .contact-img,
	.contact-bottom .contact-map { 
		height: 280px;
	}
}

/*产品详情页*/
.inside-box {
	overflow: hidden;
	background: #fff;
	margin-bottom: 50px;
}
.inside-img {
	height: 500px;
	width: 50%;
	float: left;
	position: relative;
	border-right: 1px solid #EFEFEF;
}
.inside-img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.inside-right {
	height: 500px;
	width: 50%;
	float: left;
	padding: 75px 90px 0;
}
.inside-right h3 {
	line-height: 70px;
	font-size: 24px;
	color: #ac0001;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/pro_line.png) no-repeat left bottom;
	font-weight: bold;
}
.inside-right h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 20px 0;
}
.inside-ms span {
	color: #333;
	font-weight: bold;
}
@media only screen and (max-width:1199px ) {
	.inside-right {
		padding: 30px;
	}
	.inside-img {
		height: 400px;	
	}
	.inside-right {
		height: 400px;
	}
}
@media only screen and (max-width:991px ) {
	.inside-img {
		width: 100%;
		float: none;
		border-right: none;
		margin: 0 auto;
	}
	.inside-right {
		width: 100%;
		float: none;
		border-right: none;
		margin: 0 auto;
		height: auto;
		border-top: 1px solid #ddd;
	}
	.inside-right h3 {
		line-height: 50px;
		font-size: 22px;
	}
}
@media only screen and (max-width:767px ) {
	.inside-img {
		height: 300px;
	}
	.inside-right {
		padding: 15px;
	}
	.inside-right h3 {
		line-height: 40px;
		font-size: 20px;
	}
	.inside-box {
		margin-bottom: 30px;
	}
}
.pro-introduce {
	background: #fff;
	margin-bottom: 50px;
}
.introduce-title {
	width: 198px;
	height: 46px;
	line-height: 46px;
	padding-left: 36px;
	font-size: 18px;
	color: #fff;
	background: #AC0001;
}
.introduce-content {
	padding: 40px 60px;
}
@media only screen and (max-width:991px ) {
	.introduce-content {
		padding: 30px;
	}
	.pro-introduce {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.introduce-content img {
		width: 100%;
	}
	.introduce-content {
		padding: 15px;
	}
	.introduce-title {
		padding-left: 15px;
		font-size: 16px;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.pro-introduce {
		margin-bottom: 30px;
	}
}

/*其他产品*/
.other-title {
	text-align: center;
	margin: 60px auto 40px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.other-pro .item {
	padding: 0 25px;
}
@media only screen and (max-width:1199px ) {
	.other-pro .item {
		padding: 0 15px;
	}
}
@media only screen and (max-width:991px ) {
	.other-title {
		margin: 30px auto;
		font-size: 22px;
	}
}




@media only screen and (max-width:991px ) {
	.main {
		margin: 45px auto;
	}
}
@media only screen and (max-width:767px ) {
	.main {
		margin: 30px auto;
	}
	
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 30px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
	font-size: 14px;
}
.page-box span{
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding: 0px 12px;
	margin:0px 3.5px;
	font-size: 14px;
	color:#fff;
	background:#ac0001;
	border: 1px solid #ac0001;
}
.page-box a.on{
	color:#fff;
	background:#ac0001;
	border: 1px solid #ac0001;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
	.page-box span{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
