﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}

p, span, a {
	font-weight: 400;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus, input:hover, input:focus, button:focus, button:hover {
	outline: none;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
	font-weight: lighter;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background:#4d4d4d;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 14px;
	line-height: 24px;
	padding: 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}
/*页面内容宽度*/


html, body, .container {
	min-width: 1200px!important;
}
/*页面haed*/
	
/*导航设置*/	
#haed-nav {
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	border: none;
	transition: all .3s;
}
#haed-nav .container {
	position: relative;
	height: inherit;
}
/*语言*/
.head-top {
	font-size: 14px;
	line-height: 42px;
	color: #666;
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
}
.shop {
	font-size: 0;
	height: 42px;
}
.shop>div {
	display: inline-block;
	z-index: 3;
}
.shop>div>.dropdown-menu {
	margin: 0px;
	padding: 2px;
	border-radius: 0px;
	min-width: 140px;
}
.shop>div>.dropdown-menu img {
	min-width: 120px;
}
.shop a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 42px;
	color: #666;
	transition: all .4s;
}
.shop a:hover {
	color: #e7312c;
}
.shop a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 30%;
	right: 0%;
	width: 0%;
	height: 40%;
	border-right: 1px dashed #ccc;
}
.shop svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 14px;
	line-height: inherit;
	text-align: center;
	vertical-align: text-bottom;
}
/*logo设置*/
.navbar-header {
	width: 100%;
}
.navbar-brand {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	height: 140px;
	padding: 0px!important;
	margin: 0px!important;
}
.navbar-brand h1 {
	height: auto;
}
.navbar-brand img {
	max-width: auto;
	height: 60px;
	transition: all .3s;
}
.logo-text {
	margin-left: 20px;
	text-align: center;
	overflow: hidden;
}
.logo-text strong {
	display: inline-block;
	margin: 5px 0 0px;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: 3px;
	color: #e7312c;
}
.logo-text span {
	font-size: 13px;
	line-height: 1em;
	color: #666;
	margin: 0px;
	text-transform: Uppercase;
}
.logo-slogan {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ebebeb;
}
.logo-slogan strong {
	display: inline-block;
	margin: 5px 0 5px;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 3px;
	color: #e7312c;
}
.logo-slogan span {
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #666;
	margin: 0px;
	text-transform: Uppercase;
}
.logo-slogan span b{
	color: #e7312c;
}
.head-r {
	display: flex;
	align-items: center;
	height: 140px;
}
.head-r div {
	overflow: hidden;
}
.head-r span {
	float: left;
	display: inline-block;
	margin-right: 6px;
	font-size: 48px;
	line-height: 48px;
	color: #e7312c;
}
.head-r p {
	font-size: 14px;
	line-height: 1.1em;
	color: #666;
	margin: 0px;
}
.head-r strong {
	display: inline-block;
	font-size: 26px;
	line-height: 1.1em;
	color: #e7312c;
	margin: 0px 0px 5px;
}
.head-r small{
	display: inline-block;
	padding: 0px 12px;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	background: #e7312c;
	border-radius: 4px;
}
/*导航设置*/
.navbar-nav .dropdown-menu {
	position: absolute;
	z-index: 1;
	background: none;
	box-shadow: none;
	border: none;
}
.navbar-header {
	float: none;
	height: 100%;
}
.head-nav {
	background: #222;
}
.head-nav .nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 0px;
}
.head-nav .nav:after, .head-nav .nav:before {
	display: none;
}
.head-nav .nav>li {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
}
.head-nav .nav>li:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 30%;
	left: 0%;
	width: 0;
	height: 40%;
	border-right: 1px dashed rgba(255,255,255,0.2);
	transition: all .4s;
}
.head-nav .nav>li:last-of-type:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 30%;
	right: 0%;
	width: 0;
	height: 40%;
	border-right: 1px dashed rgba(255,255,255,0.2);
	transition: all .4s;
}
.head-nav .nav>li>a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: Uppercase;
	line-height: 56px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
.head-nav .nav>li:hover>a, .head-nav .nav>li.on>a {
	color: #fff;
	background: none;
}
.head-nav .nav>li>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #e7312c;
	transition: all .4s;
}
.head-nav .nav>li:hover>a:after, .head-nav .nav>li.on>a:after {
	content: "";
	height: 100%;
}
.nav .dropdown-menu {
	z-index: 2;
	top: 100%;
	left: 0%;
	right: auto;
	padding: 10px 0;
	margin: 0;
	border: none;
	width: auto;
	min-width: 100%;
	border-radius: 0 0 4px 4px;
	background: rgba(255,255,255,0.95);
}
.nav>li:last-of-type .dropdown-menu {
	left: auto;
	right: 0;
}
.nav .dropdown-menu li {
	display: block;
	width: auto;
	height: auto;
	line-height: normal;
}
.nav .dropdown-menu li a {
	position: relative;
	z-index: 3;
	display: block;
	box-sizing: border-box;
	vertical-align: middle;
	min-width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 38px;
	height: 36px;
	color: #666;
	white-space: nowrap;
	transition: all ease .3s;
}
.nav .dropdown-menu li a:hover {
	color: #fff;
	background: none;
}
.nav .dropdown-menu li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #e7312c;
	transition: all ease .3s;
}
.nav .dropdown-menu li a:hover:after {
	content: "";
	width: 100%;
}
/*导航栏变化*/






/*首页关键词*/
.key {
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.key .key-list {
	float: left;
	width: 60%;
	font-size: 14px;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.key .key-list strong {
	display: inline-block;
	float: left;
}
.key .key-list div {
	overflow: hidden;
}
.key .key-list a {
	display: inline-block;
	margin-right: 10px;
	color: #666;
}
.key .key-list a:hover {
	color: #e7312c;
}
.search {
	float: right;
	display: flex;
	width: 22%;
	overflow: hidden;
}
.search form{
	display: flex;
	width: 100%;
}
.search input {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 32px;
}
.search button {
	float: right;
	width: 40%;
	border: none;
	background: #e7312c;
	color: #fff;
	transition: all .4s;
}
.search button:hover {
	background: #da0a00;
}
/*首页标题*/
.index-title {
	margin-bottom: 50px;
	text-align: center;
}
.index-title h3 {
	position: relative;
	z-index: 1;
	margin-top: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #e7312c;
	text-transform: Uppercase;
	margin-bottom: 30px;
}
.index-title span {
	font-size: 15px;
	color: #999;
	text-transform: Uppercase;
	margin-bottom: 40px;
}
.index-title h3:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background-color: #e7312c;
}
.index-title.text-left {
	text-align: left;
}
.index-title.text-left h3:before {
	content: "";
	left: 0%;
	margin-left: 0px;
}
.index-title.index-title-w h3 {
	color: #fff;
}
.index-title.index-title-w span {
	color: #ccc;
}
.index-title.index-title-w h3:before {
	content: "";
	background-color: #fff;
}

@media (max-width: 998px) {
.index-title h3 {
	font-size: 28px;
	margin-bottom: 32px;
}
.index-title h3:before {
	content: "";
	bottom: -15px;
	margin-left: -20px;
	width: 40px;
}
.index-title span {
	font-size: 14px;
}
}
/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.1);
}
/*背景*/
.point-bg {
	background-image: url(../images/point.png);
	background-repeat: repeat;
}
.gray-bg {
	background-color: #f5f5f5;
}
/*首页产品*/
.index-product {
	display: flex;
}
.index-product .index-product-l {
	width: 23%;
	margin-right: 30px;
	background: #222;
}
.index-product-l .title {
	position: relative;
	z-index: 1;
	padding: 20px 20px 15px;
	line-height: 1.1em;
	background: #e7312c;
}
.index-product-l .title:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0;
	left: 0%;
	right: 0;
	background: url(../images/index-title.png) repeat;
	opacity: 0.1;
}
.index-product-l .title h3 {
	margin: 0px;
	color: #fff;
}
.index-product-l .title span {
	margin: 0px;
	font-size: 12px;
	color: #fff;
}
.index-product-l ul {
	width: 100%;
	padding: 5px 0;
}
.index-product-l ul a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	padding: 0px 25px;
	font-size: 15px;
	line-height: 42px;
	color: #666;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: none;
	transition: all .4s;
}
.index-product-l ul a:hover {
	padding-left: 35px;
	color: #fff;
}
.index-product-l ul a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #e7312c;
	opacity: 0.1;
	transition: all .4s;
}
.index-product-l ul a:hover:after {
	content: "";
	width: 100%;
	opacity: 0.95;
}
.index-product-r {
	width: 77%;
	font-size: 0;
}
.index-product-r {
	padding-top: 30px;
	border-top: 3px solid #e7312c;
}
.index-product-r li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
	padding: 15px;
	border: 1px solid #ebebeb;
	background: #fff;
	transition: all .4s;
}
.index-product-r li:hover {
	border: 1px solid #e7312c;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.index-product-r li:nth-of-type(3n) {
	margin-right: 0%;
}
.index-product-r li:nth-of-type(1), .index-product-r li:nth-of-type(2), .index-product-r li:nth-of-type(3) {
	margin-top: 0%;
}
.index-product-r div {
	overflow: hidden;
}
.index-product-r p {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	margin: 10px 0;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.index-product-r li:hover p {
	color: #e7312c;
}
.index-product-r p:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #e7312c;
	transition: all .4s;
}
.index-product-r li:hover p:after {
	content: "";
	width: 100%;
}
/*为什么选择*/
.why {
	position: relative;
	z-index: 1;
}
.why:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 160px;
	background: url(../images/index-title.png) repeat;
	opacity: 0.1;
}
.why:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 160px;
	background-color: #e7312c;
}
#why-list {
	background: #fff;
	padding: 50px 30px 10px;
}
#why-list li {
	display: flex;
	min-height: 340px;
	padding: 0 20px 80px;
	background: url(../images/img-why-bg.jpg) bottom 5px center no-repeat;
	background-size: 100% auto;
}
#why-list li .img {
	position: relative;
	z-index: 2;
	width: 50%;
	background-position: center;
	background-size: cover;
}
#why-list li .img:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -6px;
	left: -6px;
	width: 60%;
	height: 200px;
	border-radius: 6px;
	background-color: #e7312c;
	opacity: 0.7;
}
#why-list li .img>div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 6px;
}
#why-list li .text {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 20px 50px 60px;
	background: #fff;
}
#why-list li .text:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-color: #e7312c;
	opacity: 0.1;
}
#why-list li .text:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 0%;
	width: 20px;
	height: 20px;
	background-color: #e7312c;
	opacity: 0.7;
}
#why-list li .text>b {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	font-size: 200px;
	color: #000;
	opacity: 0.03;
	transform: translate(-30%, -50%);
}
#why-list li .text strong {
	display: inline-block;
	font-size: 24px;
	color: #333;
}
#why-list li .text strong>span {
	display: inline-block;
	margin-right: 10px;
	font-size: 36px;
	color: #e7312c;
}
#why-list li .text small {
	display: block;
	font-size: 12px;
	color: #e7312c;
}
#why-list li .text p {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
#why-list li .text p:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 9px;
	left: 0%;
	width: 6px;
	height: 6px;
	background-color: #e7312c;
	transform: rotate(45deg);
}
#why-list li:nth-of-type(Odd) .img, #why-list li:nth-of-type(even) .text {
	order: 1;
	padding-right: 0px;
}
#why-list li:nth-of-type(even) .img, #why-list li:nth-of-type(Odd) .text {
	order: 0;
	padding-left: 0px;
}
#why-list li:nth-of-type(Odd) .text>b {
	left: auto;
	right: 0;
	transform: translate(30%, -50%);
}
#why-list li:nth-of-type(Odd) .text:before {
	content: "";
	left: 0px;
	right: auto;
}
#why-list li:nth-of-type(Odd) .text:after {
	content: "";
	left: 50px;
	right: auto;
}
#why-list li:nth-of-type(Odd) .img:after {
	content: "";
	left: auto;
	right: -6px;
}
/*首页关于*/
.index-about {
	padding: 80px 0;
	position: relative;
	z-index: 1;
	background-color: #222;
}
.index-about:before {
	content: "";
	display: none;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 50%;
	height: 100%;
	background: url(../images/img-aboutbg.jpg) no-repeat;
	background-size: cover;
}
.index-about-box {
	position: relative;
	z-index: 1;
	display: flex;
}
.index-about-box:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -20px;
	width: 50%;
	height: 160px;
	background-color: #e7312c;
}
.index-about-box>div {
	width: 100%;
	background-size: cover;
}
.index-about-box>div.text {
	background: #fff;
}
.index-about-box>div.text>div {
	padding: 40px;
}
.index-about-box>div.text .index-title {
	margin-bottom: 30px;
}
.index-about-box>div.text p {
	font-size: 15px;
	line-height: 1.75em;
}
a.index-more {
	display: inline-block;
	margin-top: 25px;
	padding: 0px 20px;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	background: #e7312c;
	transition: all .3s;
}
a.index-more:hover {
	padding: 0px 28px;
	opacity: 0.8;
}
/*首页新闻*/
.index-news-box {
	background: #f6f6f6;
}
.index-news {
	display: flex;
	margin-bottom: 20px;
}
.news-box1 {
	width: 38%;
	background: #f7f7f7;
	transition: all ease .4s;
}
.news-box1 li, .news-box1 li a, .news-box1 li .index-news-img {
	display: block;
	height: 100%;
}
.news-box1:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background: #fff;
}
.news-box1 li a {
	position: relative;
}
.news-box1 li .index-news-img {
	overflow: hidden;
}
.news-box1 li:hover .index-news-img img {
	transform: scale(1.1);
}
.news-box1-text {
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
	overflow: hidden;
}
.news-box1-text h4 {
	margin: 10px 0 15px;
	display: block;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	white-space: nowrap;
	color: #4d4d4d;
	transition: all ease .4s;
}
.news-box1 li:hover .news-box1-text h4 {
	color: #e7312c;
}
.news-box1-text p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	max-height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all ease .4s;
}
.index-news-time span {
	display: block;
	font-size: 11px;
	line-height: 1em;
	white-space: nowrap;
	color: #999;
	transition: all ease .4s;
}
#news-box1 .owl-nav {
	margin: 0;
}
#news-box1 .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	color: #fff;
	background: #e7312c;
	opacity: 0.6;
	transition: all .4s;
}
#news-box1 .owl-nav .owl-prev {
	right: 48px;
}
#news-box1 .owl-nav .owl-next {
	right: 0px;
	opacity: 0.9;
}
#news-box1 .owl-nav [class*=owl-]:hover {
	text-decoration: none;
	opacity: 1;
}
#news-box1 .owl-nav [class*=owl-] i {
	font-size: 24px;
}
.news-box2 {
	width: 62%;
	padding-left: 30px;
}
.news-box2 li {
	width: 100%;
	margin: 0px 0 20px;
	background: #f7f7f7;
	overflow: hidden;
	transition: all .4s;
}
.news-box2 li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background: #fff;
}
.news-box2 li:last-child {
	margin: 0px;
}
.news-box2 li .zoom-img {
	display: block;
	width: 210px;
	float: left;
}
.news-box2 li:hover .zoom-img img {
	transform: scale(1.1);
}
.news-box2 li>div {
	padding: 5px 20px 15px;
	overflow: hidden;
}
.news-box2 .index-news-title {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	margin: 15px 0 10px;
	transition: all ease .4s;
}
.news-box2 li:hover .index-news-title {
	color: #e7312c;
}
.news-box2 p {
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	color: #999;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news-time {
	text-align: center;
}
.index-news-time span {
	display: block;
	font-size: 11px;
	line-height: 1em;
	white-space: nowrap;
	color: #999;
	transition: all ease .4s;
}
a.news-more span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	color: #999;
	transition: all ease .4s;
}
a.news-more:hover span {
	transform: translate(10px, 0%);
}
.news-box2 .index-news-time {
	display: block;
	overflow: hidden;
}
.news-box2 .index-news-time>div {
	text-align: left;
}
.news-box2 .index-news-time>a.news-more {
	float: right;
	margin-right: 10px;
}

/* 定时弹出广告 */
.ad {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin: -90px -200px;
	display: none;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.ad-img {
	position: absolute;
	z-index: 9;
	right: 100%;
	top: 50%;
	margin-right: -90px;
	transform: translate(0%, -50%);
	display: flex;
	align-items: center;
	width: 180px;
	height: 180px;
	background: #fff;
	border: 10px solid #e7312c;
	border-radius: 50%;
	overflow: hidden;
}
.ad-img img {
	width: 160px !important;
}
.ad-content {
	padding: 20px 20px 20px 100px;
	width: 400px;
	min-height: 140px;
	background: #e7312c;
	color: #fff;
	border-radius: 8px
}
.ad-content h4 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
}
.ad-content a {
	display: inline-block;
	margin-top: 6px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	background: rgba(255,255,255,1);
	border-radius: 4px;
	transition: all .4s;
}
.ad-content a:hover {
	color: #e7312c;
	background: rgba(255,255,255,0.8);
}
.ad-content a svg {
	display: inline-block;
	margin-left: -2px;
	width: 20px;
	height: 20px;
	line-height: 30px;
	vertical-align: middle;
}
.ad-content p {
	margin: 0 0 5px;
}
.ad .close-ad {
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #e7312c;
	transition: all .4s;
}
.ad .close-ad:hover {
	color: #e7312c;
	background: #fff;
}



/*首页页脚*/
#foot {
	position: relative;
	background: #222;
}
.foot-nav {
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
}
.foot-nav ul {
	padding-left: 25px;
	max-width: 240px;
}
.foot-nav ol {
	padding: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 20px;
}
.foot-nav ol a {
	display: inline-block;
	position: relative;
	text-transform: Uppercase;
	color: #fff;
	transition: all ease .4s;
}
.foot-nav ol a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: -10px;
	width: 4px;
	height: 4px;
	background: #e7312c;
}
.foot-nav ul:first-child {
	width: 240px;
	padding-left: 0px;
	font-size: 0px;
}
.foot-nav ul:first-child li {
	display: inline-block;
	width: 110px;
	float: left;
}
.foot-nav ul:first-child li:nth-of-type(2n) {
	margin-left: 20px;
}
.foot-nav li a, .foot-nav p {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	transition: all ease .4s;
}
.foot-nav li a {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.foot-nav ol a:hover, .foot-nav li a:hover {
	color: #fff;
}
.foot-nav ul li img{
	max-width: 120px;
	padding: 5px;
	background: #fff;
}


.foot-nav p {
	position: relative;
	z-index: 1;
	padding-left: 30px;
}
.foot-nav p em, .foot-nav p i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.follow {
	margin-top: 25px;
}
.follow a span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	color: #161d25;
	border-radius: 50%;
	background: #999;
	transition: all .4s;
}
.follow a:hover span {
	color: #fff;
	background: #e7312c;
}
.foot-copyright {
	padding: 12px 0;
	border-top: 1px solid #666;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
.foot-copyright a {
	color: #999;
	transition: all .4s;
}
.foot-copyright a:hover {
	color: #e7312c;
}
/*页面左侧栏*/
.sideBar {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 239px;
	padding: 20px 15px;
	color: #fff;
	background: #e7312c;
	transform: translate(0%, 0%);
	transition: all ease .4s;
	transition-delay: 0.6s;
}
.sideBar.close1 {
	transform: translate(-100%, 0%);
	transition: all ease .4s;
}
.sideBar .sideOppen {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 15px 8px;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	background: #e7312c;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	transition: all ease .4s;
}
.sideBar.close1 .sideOppen {
	display: block;
	left: 100%;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}
a.sideClose {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 6px;
	line-height: 14px;
	opacity: 1;
	transition: all ease .4s;
}
a.sideClose:hover {
	opacity: 0.6;
}
a.sideClose span {
	font-size: 14px;
	line-height: inherit;
	color: #fff;
}
.sideHead {
	text-align: center;
}
.sideHead strong {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
}
.sideHead small {
	display: block;
	font-size: 12px;
	line-height: 1em;
}
.sideLink {
	padding: 15px 0;
}
.sideLink a {
	display: block;
	margin-bottom: 6px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	background: rgba(255,255,255,1);
	transition: all .4s;
}
.sideLink li:last-child a {
	margin-bottom: 0px;
}
.sideLink a:hover {
	color: #e7312c;
	background: rgba(255,255,255,0.8);
}
.sideLink a svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 30px;
	vertical-align: middle;
}
.sideContent {
	line-height: 1.2em;
}
.sideContent img {
	width: 130px;
	margin-bottom: 10px;
}
.sideContent p {
	margin-bottom: 4px;
}

/*============ 首页end ============*/

/*内页公共*/
/*内页banner*/
.inside-banner {
	position: relative;
	z-index: 1;
	width: 100%;
	transition: all .3s;
}
.banner-pc {
	display: block;
	width: 100%;
}
.banner-mobile {
	display: none;
	width: 100%;
}


/*面包屑*/
.breadcrumb-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}
.breadcrumb {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px auto;
	border: nonr;
	border-radius: 0;
	text-align: right;
	background: none;
	font-size: 0px;
}
.breadcrumb a, .breadcrumb span {
	font-size: 15px;
	color: #fff;
	transition: all .3s;
	vertical-align: text-bottom;
}
.breadcrumb a:hover {
	color: #e7312c;
}
.breadcrumb span {
	color: #fff;
}
.breadcrumb > li + li:before {
	display: none;
}
.breadcrumb > li + li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	opacity: 0.5;
	padding: 0px;
	margin: 4px 9px;
	background: #fff;
	vertical-align: text-bottom;
}
.breadcrumb > li:last-of-type:after {
	display: none;
}

/*盒子*/
.padding-box {
	padding-top: 8vh;
	padding-bottom: 8vh;
}
.padding-top {
	padding-top: 8vh;
}
.padding-bottom {
	padding-bottom: 8vh;
}
.gray-box {
	background: #f7f7f7;
}

/*信息盒子*/
.info {
	font-size: 15px;
	color: #4d4d4d;
	line-height: 1.75em;
}


/*横线*/
.line {
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #e7312c;
}

/*内页翻页*/
.pagination>li>a {
	margin: 1px;
	padding: 8px 14px;
	border: none;
	font-size: 15px;
	color: #666;
	background: #f5f5f5;
	border-radius: 0!important;
	transition: all .4s;
}
.pagination>li>a:hover {
	color: #e7312c;
}
.pagination>li.on>a {
	color: #fff;
	font-weight: bold;
	background: #e7312c;
}


/* 内页框架 */
.inside-box{
	display: flex;
}
.inside-subnav{
	width: 26%;
	padding-right: 30px;
	overflow: hidden;
}
.inside-subnav ul{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border:1px solid #ebebeb;
	background: #f7f7f7;
}
.inside-subnav ol{
    position: relative;
    z-index: 1;
    padding: 20px 20px 15px;
	margin: -1px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
    line-height:1em;
	font-weight: bold;
    background: #e7312c;
}
.inside-subnav ol:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 0;
    left: 0%;
    right: 0;
    background: url(../images/index-title.png) repeat;
    opacity: 0.1;
}
.inside-subnav li>a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
    font-size: 15px;
    line-height: 42px;
    color: #666;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    background: none;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
    transition: all .4s;
}
.inside-subnav li.on>a,
.inside-subnav li>a:hover{
	padding-left: 40px;
    color: #e7312c;
}
.inside-subnav li>a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 20px;
	margin-top: -1px;
	width: 0px;
	height: 2px;
    background: #e7312c;
	transition: all .4s;
}
.inside-subnav li.on>a:after,
.inside-subnav li>a:hover:after {
    content: "";
	width: 10px;
}
.inside-subnav li>div{
	padding: 10px 20px 0;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.inside-subnav li>div img{
	width: 140px;
}
.inside-subnav li>div p{
	margin-bottom: 5px;
}
.inside-content{
	width: 100%;
	overflow: hidden;
}

/*关于我们*/
.about-img1{
	position: relative;
	z-index: 1;
	float: left;
	margin: 0 40px 20px 0;
	max-width: 35%;
}
.about-img1:after{ content:""; position: absolute;  z-index:-1;top: 25%;right: -15px;width: 80px;height:120px;background-color:#e7312c; }

/*内页标题*/
.inside-title {
	margin-bottom: 40px;
}
.inside-title h3 {
	margin: 10px;
}
.inside-title h3 span {
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	font-size: 30px;
	line-height: 1em;
	color: #4d4d4d;
	background: #fff;
}
.inside-title h3 span:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -50%;
	width: 200%;
	height: 1px;
	background: #ccc;
}
.inside-title span {
	font-size: 15px;
	line-height: 1em;
	color: #999;
	text-transform: Uppercase;
}

@media(max-width:992px) {
.inside-title h3 span {
	padding: 0px 15px;
	font-size: 24px;
}
.inside-title p {
	font-size: 13px;
}
}


/* 内页图片展示 */
.show-list{
	display: flex;
	flex-wrap: wrap;
	padding-left: 1px;
	padding-top: 1px;
}
.show-list>li{
	position: relative;
	width: 33.33%;
	margin-left: -1px;
	margin-top: -1px;
	padding: 20px;
	transition:all .4s;
}
.show-list>li:after{ content:""; position: absolute;  z-index:-2;top: 0;bottom: 0; left: 0;right: 0;  border:1px solid #ebebeb;transition:all .4s;}
.show-list>li:hover:after{ content:""; z-index: -1; border:1px solid #e7312c;}
.show-list>li div{
	overflow: hidden;
}
.show-list>li div.show-name{
	margin-top: 15px;
	text-align: center;
	color: #4d4d4d;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;
}
.show-list>li a:hover div.show-name{
	color: #e7312c;
}


/*合作客户*/
.partner{
	display: flex;
	flex-wrap: wrap;
	padding-left: 1px;
	padding-top: 1px;
}
.partner>li{
	position: relative;
	width: 25%;
	margin-left: -1px;
	margin-top: -1px;
	transition:all .4s;
}
.partner>li:after{ content:""; position: absolute;  z-index:-2;top: 0;bottom: 0; left: 0;right: 0;  border:1px solid #ebebeb;transition:all .4s;}
.partner>li:hover:after{ content:""; z-index: -1; border:1px solid #e7312c;}
.partner>li .partner-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px;
}
.partner>li .partner-logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.partner>li .partner-name{
	position: absolute;
	z-index: 2;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(231,49,44,0.9);
	opacity: 0;
	transition:all .4s;
}
.partner>li:hover .partner-name{
	opacity: 1;
}
.partner>li .partner-name span{	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
/*发展历程*/
.course {
	padding: 3vw 0;
	display: flex;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#course-t {
	width: 18%;
	padding-right: 30px;
}
#course-t ol {
	padding: 0px;
}
#course-t ol h3 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 900;
	color: #e7312c;
}
#course-t li {
	padding-left: 5px;
	width: 100%;
	margin-bottom: 25px;
}
#course-t li a {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	transition: all .4s;
}
#course-t li:hover a, #course-t li.active a {
	padding-left: 30px;
	color: #e7312c;
}
#course-t li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	margin-top: -1px;
	width: 0%;
	height: 2px;
	background-color: #e7312c;
	transition: all .4s;
}
#course-t li:hover a:after, #course-t li.active a:after {
	content: "";
	width: 15px;
}
#course-c {
	width: 82%;
}
#course-c>div {
	position: relative;
}
#course-c>div>strong {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	font-size: 24em;
	font-weight: 900;
	color: #000;
	opacity: 0.02;
	transform: translate(-50%, -50%);
}
.course-li {
	display: flex;
	flex-wrap: wrap;
}
.course-li li {
	width: 50%;
	margin-bottom: 20px;
}
.course-li li>div {
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
.course-li li>div:hover {
	background: #fff;
	border: 1px solid #e7312c;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.course-li li>div strong {
	font-size: 20px;
	line-height: 1em;
	color: #4d4d4d;
	transition: all .4s;
}
.course-li li>div:hover strong {
	color: #e7312c;
}
.course-li li>div h4 {
	margin: 0px 0px 15px;
	font-size: 60px;
	line-height: 1em;
	color: #4d4d4d;
	transition: all .4s;
}
.course-li li>div:hover h4 {
	color: #e7312c;
}
.course-li li>div p {
	font-size: 15px;
	color: #808080;
}

@media(min-width:992px) {
.course-li li:nth-of-type(Odd)>div {
	margin-right: 20px;
}
.course-li li:nth-of-type(even)>div {
	margin-left: 20px;
}
}

@media(max-width:992px) {
#course-t ol h3 {
	margin: 0 0 20px;
	font-size: 24px;
}
#course-t li {
	margin-bottom: 20px;
}
#course-t li a {
	font-size: 18px;
}
#course-c>div>strong {
	font-size: 18em;
}
.course-li li {
	width: 100%;
}
.course-li li>div strong {
	font-size: 18px;
}
.course-li li>div:hover strong {
	color: #e7312c;
}
.course-li li>div h4 {
	font-size: 48px;
}
}

@media(max-width:768px) {
#course-c>div>strong {
	top: 0;
	left: 0px;
	font-size: 12em;
	line-height: 1em;
	transform: rotate(90deg) translate(-15%, 0%);
	transform-origin: 0% 100%;
}
.course {
	flex-wrap: wrap;
}
#course-c {
	width: 100%;
}
#course-t {
	font-size: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
}
#course-t li {
	display: inline-block;
	padding: 3px;
	margin: 0;
	width: 33.33%;
}
#course-t li a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	background: #f7f7f7;
}
#course-t li.active a, #course-t li:hover a {
	padding: 0px;
	color: #fff;
}
#course-t li a:after, #course-t li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0%;
	left: 0%;
	margin-top: 0px;
	width: 0%;
	height: 100%;
	background-color: #e7312c;
	transition: all .4s;
}
#course-t li.active a:after, #course-t li:hover a:after {
	content: "";
	width: 100%;
}
}
/*企业荣誉*/

/*产品*/
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: 5px;
	margin-right: 5px;
}
.product-list li {
	width: 33.33%;
	padding:10px;
}
.product-list li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	font-size: 0;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all .4s;
	overflow: hidden;
}
.product-list li a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background: #fff;
	border: 1px solid #e7312c;
}
.product-list li .product-list-img {
	display: block;
	overflow: hidden;
}
.product-list li .product-list-text {
	padding-top: 10px;
}
.product-list li .product-list-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	padding: 10px 0 4px;
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	color: #e7312c;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.product-list li .product-list-title:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #e7312c;
	transition: all .3s;
}
.product-list li a:hover .product-list-title:after {
	content: "";
	width: 100%;
}
.product-list li span {
	display: none;
	width: 100%;
	font-size: 15px;
	line-height: 1em;
	color: #999;
}
.product-list li p {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 24px;
	color: #999;
	max-height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*产品详情*/
.product-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product-img {
	width: 50%;
	padding-right: 2%;
	overflow: hidden;
}



.product-text {
	width: 50%;
	padding-left: 2%;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
}
.product-text h2 {
	margin: 10px 0 0;
	font-weight: 900;
	font-size: 24px;
	color: #e7312c;
}
.product-text small {
	display: inline-block;
	margin-top: 4px;
	font-size: 15px;
	color: #999;
}
.product-text hr {
	margin: 15px 0 25px;
	border: none;
	border-top: 1px dashed #ebebeb;
}
#product-button {
	margin-top: 30px;
}
#product-button a {
	display: inline-block;
	padding: 0px 20px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	background: #e7312c;
	transition: all .4s;
}
#product-button a:hover {
	opacity: 0.8;
}



.product-button {
	padding: 30px 0px;
	background: #f0f0f0;
}
#product-tab {
	margin-top: 40px;
	text-align: left;
	font-size: 0px;
	margin-bottom: -1px;
}
#product-tab li {
	display: inline-block;
	margin-right: 2px;
}
#product-tab li a {
	display: inline-block;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 45px;
	color: #4d4d4d;
	text-transform: Uppercase;
	border:1px solid #ebebeb;
	background: #f7f7f7;
	transition: all .4s;
}
#product-tab li.active a {
	border-top:2px solid #e7312c;
	border-bottom: 1px solid #fff;
	background: #fff;
}

#product-tab li:hover a, #product-tab li.active a {
	color: #e7312c;
}

#product-tabContent{
	padding: 20px;
	border:1px solid #ebebeb;
}
#product-tabContent img{
	max-width: 90%;
}
#product-tabContent table {
	width: 100%;
}
#product-feedback {
	max-width: 860px;
	display: flex;
	flex-wrap: wrap;
}
#product-feedback .feedback {
	width: 50%;
}
.product-feedback {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: #fff;
	overflow: hidden;
}
.product-feedback .product-icon {
	position: absolute;
	z-index: -1;
	top: 10%;
	left: 0%;
	width: auto;
	height: 80%;
	opacity: 0.1;
	transform: translate(-50%, 0%);
}
.feedback-img {
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.feedback-img img {
	max-width: 420px;
}
.product-feedback .feedback {
	padding: 5vh 0 4vh;
	width: 50%;
}

/*信息图片*/
.info-bg {
	padding: 10vh 0px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.info-bg>div {
	width: 92%;
	max-width: 1200px;
	margin: auto;
	padding: 50px;
	background: rgba(255,255,255,0.6);
	font-size: 16px;
	line-height: 1.75em;
}
/*新闻列表*/
.news-list {
}
.news-list li {
	display: flex;
	width:100%;
	padding: 20px;
	margin-bottom: 20px;
	background: #f7f7f7;
	border:1px solid #f7f7f7;
	transition: all ease .4s;
}
.news-list li:hover {
	background: #fff;
	border:1px solid #e7312c;
}
.news-list li a.news-img{
	display: block;
	width: 35%;
	overflow: hidden;
}

.news-c {
	width: 65%;
	padding-left: 30px;
}
.news-list li>div {
	width: 100%;
}
.news-list li .news-title {
	display: block;
	width: 100%;
	margin: 5px 0 15px;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #4d4d4d;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all ease .4s;
}
.news-list li .news-title:hover {
	color: #e7312c;
}
.news-list li p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
}
.news-list li hr {
	margin: 20px 0px;
}
.news-time {
	margin-top: -10px;
}
.news-time strong {
	display: block;
	font-size: 13px;
	line-height: 1em;
	color: #999;
	transition: all ease .4s;
}

@media(max-width:1200px) {
.news-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.news-list li:nth-of-type(4n) {
	margin-right: 2%;
}
.news-list li:nth-of-type(3n) {
	margin-right: 0%;
}
}

@media(max-width:768px) {
.news-center {
	padding: 20px;
}
.news-list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.news-list li:nth-of-type(3n) {
	margin-right: 2%;
}
.news-list li:nth-of-type(4n) {
	margin-right: 2%;
}
.news-list li:nth-of-type(2n) {
	margin-right: 0%;
}
}

@media(max-width:480px) {
.news-list li {
	width: 100%;
	margin-right: 0%!important;
	margin-bottom: 2%;
}
}
/*新闻中心*/
.news-box {
	background: #fafafa;
	padding: 30px;
	border: 1px solid #ebebeb;
}
.news-head {
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 40px;
}
.news-head h2 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
}
.news-head p {
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
}
.new-page {
	position: relative;
	z-index: 1;
	padding: 20px 0px;
	margin: 40px auto 0px;
	font-size: 0px;
	border-top: 1px dashed #ebebeb;
}
.new-page:after {
	content: "THIS END";
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #999;
	background-color: #fafafa;
	transform: translate(-50%, -50%);
}
.new-page a {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	transition: all ease .3s;
}
.new-page a strong {
	color: #e7312c;
}
.new-page a:hover {
	color: #e7312c;
}
.new-page a.nomore:hover {
	color: #666;
	cursor: default;
}
.subnews li {
	margin-bottom: 40px;
}
.subnews strong {
	display: block;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1em;
	font-weight: 900;
	color: #e7312c;
}
.subnews a {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #4d4d4d;
	transition: all .3s;
}
.subnews a:hover {
	color: #e7312c;
}
.subnews span {
	font-size: 13px;
	color: #999;
	font-weight: 400;
}

@media(max-width:992px) {
.news-box .news-l {
	width: 100%;
	padding-right: 60px;
}
.news-box .news-r {
	padding-left: 60px;
	width: 28%;
	border-left: 1px solid #ebebeb;
}
}
/*下载*/
.download-title {
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1em;
	font-weight: 900;
	color: #e7312c;
	text-transform: Uppercase;
}
.download-title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 4px;
	right: -20px;
	width: 8px;
	height: 8px;
	background-color: #e7312c;
	opacity: 0.3;
}
.download-list li {
	display: block;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	border-left: 3px solid #e7312c;
	background: #fafafa;
	transition: all .4s;
}
.download-list li:hover {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.download-list .down-title {
	display: inline-block;
	margin: 0px 0px 8px;
	font-size: 18px;
	color: #4d4d4d;
	line-height: 1em;
	transition: all .4s;
}
.download-list li:hover .down-title {
	color: #e7312c;
}
.download-time {
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
}
.download-time span {
	display: inline-block;
	margin-right: 4px;
	font-size: 16px;
	color: #999;
	vertical-align: bottom;
}
.download-list p {
	margin-bottom: 20px;
	font-size: 15px;
	color: #4d4d4d;
}
.download-list a.down-btn {
	display: inline-block;
	padding: 0px 20px;
	margin-right: 15px;
	font-size: 13px;
	line-height: 2.4em;
	color: #f0f0f0;
	background: #e7312c;
	transition: all .4s;
}
.download-list li a.down-btn:hover {
	opacity: 0.8;
}
.download-list li a.down-btn:last-of-type {
	margin-right: 0px;
}
.download-list a.down-btn span {
	display: inline-block;
	margin-right: 4px;
	vertical-align: bottom;
}
/*联系*/
.contact {
	display: flex;
}
.contact-map {
	width: 100%;
	height: 100%;
}
.contact-text {
	position: relative;
	width: 60%;
	background: #fafafa;
	overflow: hidden;
}
#contact-tab {
	position: absolute;
	z-index: 2;
	right: 50px;
	top: 50px;
	white-space: nowrap;
}
#contact-tab li {
	display: inline-block;
}
#contact-tab a {
	float: left;
	display: inline-block;
	padding: 0px;
	margin-left: 4px;
	border: none;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	color: #4d4d4d;
	text-align: center;
	background: #e5e5e5;
	border-radius: 50%;
	transition: all .4s;
}
#contact-tab a span {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
}
#contact-tab li.active a {
	color: #fff;
	background: #e7312c;
}
#contact-tabcontent>div {
	position: relative;
	z-index: 1;
	padding: 50px;
}
.contatc-bg {
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -20px;
	font-size: 9.2em;
	line-height: 0.8em;
	font-weight: 900;
	text-transform: Uppercase;
	transform: rotate(90deg) translate(-50%, 0%);
	transform-origin: 0% 100%;
	opacity: 0.03;
}
.contact-box h3 {
	margin: 20px 0 10px;
	font-weight: 900;
	letter-spacing: -1;
	color: #e7312c;
	font-size: 30px;
}
.contact-box span {
	line-height: 20px;
}
.contact-text .info p {
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
	font-size: 15px;
	line-height: 24px;
	color: #808080;
}
.contact-text .info p i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 22px;
	line-height: 24px;
	color: #808080;
}
.contact-text .info p strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 60px;
	display: inline-block;
	margin-right: 20px;
}
.feedback {
	width: 96%;
	margin: auto;
}
.feedback input {
	border: 1px solid #ebebeb;
	line-height: 40px;
	width: 100%;
	padding: 0px 15px;
	margin: 8px 0px;
}
.form-control {
	border: 1px solid #ebebeb;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0px;
	border-radius: none;
	box-shadow: 0;
}
.feedback textarea {
	border: 1px solid #ebebeb;
	line-height: 22px;
	width: 100%;
	height: 160px;
	padding: 15px;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
	overflow-x: hidden;
}
.feedback input:focus, .feedback textarea:focus {
	border: 1px solid #e7312c;
}
.feedback .submit {
	display: inline-block;
	padding: 0px 25px;
	background: #4d4d4d;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	margin: 15px 0px;
	transition: all .3s;
}
.feedback .submit:hover {
	background: #e7312c;
}

@media(max-width:1200px) {
#contact-tabcontent>div {
	position: relative;
	z-index: 1;
	padding: 80px 40px 30px;
}
#contact-tab {
	top: 30px;
	right: 40px;
}
}

@media(max-width:992px) {
.contact {
	display: flex;
	flex-wrap: wrap;
}
.contact-map {
	width: 100%;
	height: 100%;
	order: 1;
}
.contact-map #map-canvas {
	height: 400px;
}
.contact-text {
	position: relative;
	width: 100%;
	background: #fafafa;
	overflow: hidden;
}
}

@media(max-width:992px) {
#contact-tab {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: auto;
	white-space: nowrap;
}
#contact-tabcontent>div {
	position: relative;
	z-index: 1;
	padding: 80px 20px 25px;
}
}
/*地图*/
#map-canvas {
	height: 650px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}
.content-window-card p {
	height: 2rem;
}
.amap-icon img, .amap-marker-content img {
	width: 25px;
	height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	display: none;
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
/*地图*/