﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
}
body.menu-open {
	overflow-y: hidden;
}
.layout{ max-width:1400px; margin:0 auto;}

@media(min-width:992px) {
body {
	padding-top: 90px;
}
}

@media(max-width:992px) {
body {
	padding-top: 70px;
}
}

@media(max-width:768px) {
body {
	padding-top: 60px;
}
}
body, html {
	font-family: 'en', 'en-bco', 'en-bo', Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/Helvetica.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/Helvetica-l.otf);
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/Helvetica-b.otf);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'en-bco';
	src: local('☺'), url(../font/Helvetica-bco.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'en-bo';
	src: local('☺'), url(../font/Helvetica-bo.otf);
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, strong, b {
	font-weight: bold;
}
p, span, a {
	font-weight: 100;
}
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 {
	vertical-align: middle;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: "en", Microsoft YaHei;
	font-weight: lighter;
}
.red {
	color: #e60012;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/

/*表格边框样式*/
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: 20px;
	padding: 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}

/*页面内容宽度*/
@media(min-width:1400px) {
.container {
	width: 1230px;
}
}

@media(max-width:768px) {
.container {
	width: 100%;
	padding: 0px 15px;
}
}
/*页面haed*/
	
/*导航设置*/	
#haed-nav {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	padding: 0px 12%;
	height: 130px;
	line-height: 60px;
	background: #212121;
	box-shadow: none;
	border-bottom: 1px solid #212121;
	transition: all .3s;
}
#haed-nav .container {
	width: 100%;
	padding: 0 60px;
}
.navbar-header {
	height: inherit;
}
/*logo设置*/
.navbar-brand {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	height: inherit;
	padding: 0px!important;
	margin: 0px!important;
}
.navbar-brand h1 {
	height: auto;
	font-size: 0px;
}
.navbar-brand img {
	max-width:auto;
	height: 110px;
	transition: all .3s;
}
/*菜单按钮*/
.menu-button {
	position: fixed;
	z-index: 1002;
	top: 0;
	right: 60px;
	width: 60px;
	height: 90px;
	border: none;
	background: none;
	padding: 0;
	font-size: 0;
}
.menu-button span {
	width: 30px;
	height: 3px;
	border-radius: 6px;
	background-color: #333;
	display: block;
	margin: 7px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button span {
	background-color: #fff;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-open .menu-button span:nth-child(2) {
	opacity: 0;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-o-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

@media(max-width:992px) {
.menu-button {
	right: 30px;
	height: 70px;
}
}

@media (max-width: 768px) {
.menu-button {
	right: 15px;
	height: 60px;
}
}
/*导航设置*/
.navbar-nav {
	height: inherit;
	padding-right: 0px;
	margin-right: 0!important;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	z-index: 1;
	background: none;
	box-shadow: none;
	border: none;
}
.navbar-nav>li {
	position: relative;
	z-index: 1;
	height: inherit;
	line-height: inherit;
	display: flex;
	align-items: center;
	margin: 0px 15px;
}
.navbar-nav>li>a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 10px;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
	text-transform: Uppercase;
}
.navbar-nav>li:hover>a {
	color: #e60012;
	background: none;
	text-transform: Uppercase;
}
.navbar-nav>li.on>a {
	color: #e60012;
	text-transform: Uppercase;
}
.language{margin-left: 60px; float: right;margin-top: 62px;}
.language ul{}
.language li{}
.language li a{padding: 0px 15px;line-height: 44px;color: #fff;border-radius: 50px; font-size: 18px;font-weight: bold;}
.navbar-nav>li.language a {
	padding: 0px 30px;
	line-height: 44px;
	color: #fff;
	border-radius: 50px;
}
.navbar-nav>li:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 2px;
	background-color: #e60012;
	transition: all .3s;
}
.navbar-nav>li.on:after, .navbar-nav>li:hover:after {
	content: "";
	width: 100%;
}
.navbar-nav >li.language a:after{
	display: none;
}
.navbar-nav .dropdown-menu {
	top: 100%;
	left: 0%;
	right: auto;
	padding: 10px 0;
	border: none;
	background: rgba(255,255,255,0.95);
}
.navbar-nav>li:last-of-type .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-nav .dropdown-menu li {
	display: block;
	width: auto;
	height: auto;
	line-height: normal;
}
.navbar-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: 15px;
	line-height: 38px;
	height: 36px;
	color: #333;
	white-space: nowrap;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li a:hover {
	color: #fff;
	background: none;
}
.navbar-nav .dropdown-menu li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #e60012;
	transition: all ease .3s;
}
.navbar-nav .dropdown-menu li a:hover:after {
	content: "";
	width: 100%;
}

@media (max-width: 1600px) {
	.navbar-nav>li>a{font-size: 15px}
	.language{margin-left: 20px}
	.navbar-nav>li{margin: 0 8px}
	.navbar-brand img{height: 70px}
	.language li a{font-size: 15px}
	#haed-nav{padding:0 6%;}
}


@media (max-width: 1200px) {
.navbar-nav>li {margin: 0px 6px;}
.navbar-nav>li>a{font-size: 13px}
.language li a{font-size: 13px}

}

@media(max-width:992px) {
#haed-nav {
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
}
#haed-nav .navbar-brand img {
	height: 30px;
}
#haed-nav .navbar-nav {
	display: none;
}
}

@media (max-width: 768px) {
#haed-nav {
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
}
#haed-nav .navbar-brand img {
	height: 24px;
}
.navbar-header {
	margin-left: 0px!important;
	margin-right: 0px!important;
	display: inline-block;
	padding: 0px;
	width: auto;
}

.navbar-right {float: right !important;padding-right: 0px;}

}

/*广告*/
.banner{ width:100%; overflow:hidden; position:relative; margin-top:37px;}
.banner *{ box-sizing:content-box;}
.banner ul{ position:relative; width:10000%;}
.banner ul li{ float:left; width:1%; overflow:hidden;}
.banner ul li a{ display:block;}
.banner ul li img{display:block; width:1920px; position:relative; left:50%; margin-left:-960px;}
.bandd{ position:absolute; left:0; bottom:3%; width:100%; text-align:center; z-index:5;}
.bandd span{z-index:2;cursor:pointer;margin-right:5px;display:inline-block;width:10px;height:10px;zoom:1;border-radius:100%;border:2px solid #888;position:relative;-webkit-transition:.3s;transition:.3s;}
.bandd span:after{content:"";position:absolute;width:6px;height:6px;background:#888;top:2px;left:2px;border-radius:100%}
.bandd span.on,.bandd span:hover{border:2px solid #e60012;transform:scale(1.1)}
.bandd span.on:after{background:#e60012}
.banz,.bany{ position:absolute; top:50%; margin-top:-25px;width:50px; height:50px; opacity:0; transition:0.3s; cursor:pointer; z-index:5;}
.banz{ left:5%; background:url(../images/ban_l.png) center no-repeat;}
.bany{ right:5%; background:url(../images/ban_r.png) center no-repeat;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}


.i2{width: 100%;height: auto;background: url(../images/i3.png)center no-repeat;background-size: 100%;text-align: center;position: relative;left: 50%;margin-left: -960px; margin-bottom: 60px; padding: 70px 0}
.i2 .tt{font-size: 36px;line-height: 36px;font-family: siyuan;padding-top: 80px;color: #444;}
.i2 .en{color: #cbcbcb;font-size: 16px;line-height: 16px;margin-top: 20px;}
.sj{padding-top: 40px;width: 1000px;margin: 0 auto;}
.sj>span{float: left;width: 25%;}
.sj span .num{font-family: ff;font-size: 72px;line-height: 72px;color: #ff9700;position: relative;display: inline-block;}
.sj span .num span{font-size: 72px;color: #ff9700;display: inline-block;position: relative;bottom: 10px;}
.sj span .txt{font-size: 18px;color:#9d9a9e; }
.i2ct{width: 960px;margin: 40px auto 50px;text-align: left; font-size: 15px; line-height: 30px;}
.i2ct p{font-size: 15px; line-height: 30px;}
.move{display: block; width: 100px;height: 30px;line-height: 30px;text-align: center;margin:0 auto;border-radius: 0px;background: #ff9700;color: #fff;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.move:hover{border-radius: 10px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.hvr-hang{display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent;}
.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover{-webkit-animation-name: hvr-hang-sink,hvr-hang; animation-name: hvr-hang-sink,hvr-hang; -webkit-animation-duration: .3s,1.5s; animation-duration: .3s,1.5s; -webkit-animation-delay: 0s,.3s; animation-delay: 0s,.3s; -webkit-animation-timing-function: ease-out,ease-in-out; animation-timing-function: ease-out,ease-in-out; -webkit-animation-iteration-count: 1,infinite; animation-iteration-count: 1,infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal,alternate; animation-direction: normal,alternate;}

/*移动端菜单2*/
#menu {
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #cc0011 url(../images/common_header_bg01.jpg) no-repeat right top;
	background-size: auto 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	overflow-y: scroll;
}
#menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
#menu:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: #cc0011;
	transition: 0.85s 0.3s transform cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: right;
}
#menu.open:after {
	transform: scaleX(0);
}
#menuNav-logo {
	position: absolute;
	z-index: 3;
	left: 60px;
	top: 0;
	height: 90px;
	display: flex;
	align-items: center;
}
#menuNav-logo img {
	height: 30px;
}
.menu-body {
	position: relative;
	z-index: 1;
	float: left;
	min-width: 960px;
	padding: 120px 30px 0 320px;
	background: #cc0011;
}
.menu-body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 260px;
	z-index: 2;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
}
.menu-nav {
	overflow: hidden;
}
.menu-nav>p {
	float: left;
	width: 170px;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
.menu-nav>ul {
	float: left;
	padding-top: 10px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.menu-nav>ul>li {
	margin-bottom: 35px;
	overflow: hidden;
}
.menu-nav>ul>li>a {
	float: left;
	position: relative;
	z-index: 1;
	display: block;
	width: 190px;
	padding-left: 45px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.menu-nav>ul>li>a:hover {
	text-decoration: underline;
}
.menu-nav>ul>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	margin-top: -2px;
	width: 20px;
	height: 2px;
	background: #fff;
	transition: all .4s;
}
.menu-nav>ul>li>ul {
	float: left;
}
.menu-nav>ul>li>ul li {
	font-size: 0px;
	margin-bottom: 20px;
}
.menu-nav>ul>li>ul a {
	display: inline-block;
	max-width: 190px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: Capitalize;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.menu-nav>ul>li>ul a:hover {
	text-decoration: underline;
}
.menu-contact {
	display: flex;
	max-width: 660px;
	padding: 60px 0 40px;
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
}
.menu-contact-text {
	padding-right: 20px;
}
.menu-contact-text h4, .menu-contact-text p {
	display: block;
	margin-bottom: 10px;
}
.menu-contact-text strong {
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-transform: Uppercase;
}
.menu-contact-text a {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
}
.menu-contact-text a:hover {
	text-decoration: underline;
}
.menu-contact-buttom a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 220px;
	margin-top: 20px;
	font-size: 18px;
	line-height: 56px;
	border: 2px solid #fff;
	text-align: center;
	color: #e60012;
	white-space: nowrap;
	transition: all .4s;
}
.menu-contact-buttom a:hover {
	color: #fff;
}
.menu-contact-buttom a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .4s;
}
.menu-contact-buttom a:hover:after {
	content: "";
	width: 0%;
	height: 100%;
}
.menu-contact-buttom span {
	display: inline-block;
	margin-left: 12px;
	font-size: 24px;
	line-height: 56px;
	color: #e60012;
	vertical-align: bottom;
}
.menu-contact-buttom a:hover span {
	color: #fff;
}

@media(max-width:992px) {
#menu {
	background: #cc0011;
}
#menu:after {
	content: "";
	display: none;
}
#menuNav-logo {
	left: 30px;
	height: 70px;
}
.menu-body {
	position: relative;
	z-index: 1;
	float: none;
	min-width: 100%;
	padding: 110px 30px 0 30px;
}
.menu-body:before {
	content: "";
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
}
.menu-nav>p {
	float: none;
	width: 100%;
	font-size: 24px;
	margin-bottom: 20px;
}
.menu-nav>ul {
	float: left;
	padding-top: 10px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
}

@media(max-width:768px) {
#menuNav-logo {
	left: 15px;
	height: 60px;
}
#menuNav-logo img {
	height: 24px;
}
.menu-body {
	padding: 100px 30px 0 30px;
}
.menu-body:before {
	content: "";
	top: 60px;
}
.menu-contact {
	flex-wrap: wrap;
}
.menu-nav>ul>li {
	margin-bottom: 20px;
}
.menu-nav>ul>li>a {
	width: 120px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
.menu-nav>ul>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	margin-top: -2px;
	width: 10px;
	height: 1px;
	background: #fff;
	transition: all .4s;
}
.menu-nav>ul>li>ul a {
	max-width: 160px;
	font-size: 14px;
}
.menu-contact-text strong {
	margin-bottom: 12px;
	font-size: 20px;
}
.menu-contact-buttom a {
	width: 200px;
	font-size: 15px;
	line-height: 48px;
	font-weight: bold;
}
.menu-contact-buttom span {
	margin-left: 12px;
	font-size: 22px;
	line-height: 48px;
}
}
/*手机菜单 end*/

/*首页标题*/
.index-title {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
.index-title h3, .index-title h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	font-size: 36px;
	line-height: 0.8em;
	font-weight: bold;
	text-transform: Uppercase;
}
.index-title h3 {
	margin-bottom: 14px;
	color: #333;
}
.index-title h3:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 100%;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	background-color: #e60012;
}
.index-title p, .index-title strong {
	display: block;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
}
.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 p, .index-title.index-title-w strong {
	color: #ccc;
}

@media (max-width: 998px) {
.index-title h3, .index-title h3 span {
	font-size: 28px;
}
.index-title p, .index-title strong {
	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;
}

/*  首页内容 */
.in_about{width: 100%; height: auto; padding: 50px 0; overflow: hidden;}
.in_about_tit{width: 100%; height: auto; text-align: center;}
.in_about_tit_cn{font-size: 26px; color: #333; font-weight: 600; line-height: 50px;}
.in_about_tit_cn_i{width: 30px; background: #555; height: 2px; margin: 0 auto;}
.in_about_tit_cn_zi{font-size: 14px; color: #555; margin-top: 10px;}
.in_about_ny{width: 100%; height: auto; margin-top: 0px; overflow: hidden;}
.in_about_textnr{width: 50%; height: auto; float: left;}
.in_about_textnr_tit{font-size: 24px; line-height: 40px; color: #c19614; font-weight: 600}
.in_about_textnr_tit_line{width: 20px; background: #c19614; height: 2px;}
.in_about_textnr_tit_zi{font-size: 14px; color: #555; margin-bottom: 10px;}
.in_about_text{width:100%; float:left; margin-top:25px; font-size:16px; line-height:1.5em; font-weight: 100; margin-bottom: 25px; color: #666}
.in_about_sj{width:100%; float:left; margin-top:25px;margin-bottom:25px;}
.in_about_sj li{width:24%; float:left; border-right:1px solid #e6e6e6; padding-right:3%; margin-right:5%;}
.in_about_sj li .sz{width:100%; float:left;}
.in_about_sj li .sz_bt{font-size:40px; float:left; font-weight:bold; color:#00b9ef; line-height:30px; font-family:Arial;}
.in_about_sj li .sz_xb{float:left; margin:10px 0 0 10px; font-size:14px; color:#000;}
.in_about_sj li .txt{width:100%; float:left; margin-top:10px; font-size:14px;}
.more{width: 15%; height: auto; background: #444; border-radius: 20px; overflow: hidden;text-align: center; }
.more a{ font-size: 14px; line-height: 35px; color: #fff;}
.more a:hover{background: #039648; border-radius: 20px; color: #fff; display: block;}


.in_about_right{width:45%; float:right; overflow:hidden;}
.in_about_pic{overflow: hidden;}
.in_about_pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.in_about_pic a:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.in_about_workshop{width:100%; margin-top: 10px;}
.in_about_workshop ul{margin-right: -11px;}
.in_about_workshop li{width: 31.333%; margin-right: 11px; float: left}
.in_about_workshop li img{width: 100%}

.scrollleft2{width:100%; float:left; margin-top:40px;}
.scrollleft2 li{width:260px; overflow:hidden; float:left; margin-right:20px;}
.scrollleft2 li img{max-width:99%; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #6ebef3;}
.scrollleft2 li span{display:block; width:260px; line-height:30px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;float:left;}


.in_pro{background: #f7f7f7; padding: 70px 0; overflow: hidden;}
.in_pro ul{margin-top: 30px;}
.in_pro li{width: 33.333%; overflow: hidden; float: left; box-sizing: border-box;background: #353535; position: relative;}
.in_pro li:nth-child(2n+1){background: #fff}
.in_pro li .pic{float: right;  padding: 20px 40px 0 0}
.in_pro li .pic img{max-height: 320px; transition: all 0.5s;}
.in_pro li:hover .pic img{transform: scale(1.1);}
.in_pro li .wz{position: absolute; top: 20px; left: 40px; color: #fff; font-weight: 100; font-size: 26px;}
.in_pro li .wz strong{font-weight: 600}
.in_pro li .butter{position: absolute; bottom: 20px; left: 40px; background-color: #FF0202;border-radius: 5px 5px 5px 5px; padding: 8px 18px 8px 15px;}
.in_pro li .butter a{color: #fff; font-size: 12px; font-weight: 500;}
.in_pro li:nth-child(2n+1) .wz{color: #54595F}


.in_yyalbg{width:100%;  height:auto; padding:80px 0;}
.in_yyal_img{width:100%;}
.in_yyal_img ul{margin-right: -1%}
.in_yyal_img li{width:24%; float:left; margin:25px 1% 0 0; background:#fff; padding:3px; position:relative; box-sizing: border-box;}
.in_yyal_img li .pic{width:100%; float:left;}
.in_yyal_img li .pic img{width:100%; display:block;}
.in_yyal_img li .box{position:absolute; top:3px; left:3px; right:3px; bottom:3px; background:rgba(0,0,0,.6);opacity:0;transition:0.3s;}
.in_yyal_img li:hover .box{opacity:1;}
.in_yyal_img li .box_nr{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:380px; max-width:90%;}
.in_yyal_img li .box_fdj{width:60px; height:60px; margin:auto; display:block;}
.in_yyal_img li .box_bt{font-size:24px; text-align:center; color:#fff; margin-top:20px;}
.in_yyal_img li .box_wz{font-size:14px; text-align:center; color:#fff; line-height:24px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; margin-top:10px; padding:0 20px;}


/*é¦–é¡µæœåŠ¡åŠŸèƒ½*/
#index-f .item{position: relative;z-index: 1;color: #fff;text-align: center;width:16.6%; float: left;}
#index-f .item:after{content: "";position: absolute;z-index: -1;top: 50px;left: 100%;width: 60px;background: rgba(255,255,255,0.1);}
#index-f .item span{position: relative;z-index: 1;display: inline-block;margin: 10px;width: 80px;height: 80px;line-height: 80px;font-size: 48px;color: #fff;background: rgba(255,255,255,0.1);border-radius: 50%;transition: all .4s;}
#index-f .item:hover span{background: #e60012;}
#index-f .item span:after{content: "";position: absolute;z-index: -1;top: 50%;left: 50%;width: 0%;height: 0%;background: #e60012;transform: translate(-50%, -50%);border-radius: 50%;opacity: 0;transition: all .4s;}
#index-f .item:hover span:after{content: "";width: 100px;height: 100px;opacity: 0.3;}
#index-f .item p{margin-top: 20px;color: #ccc;}
#index-f .item:hover p{font-weight: bold;color: #e60012;}

/**************************新闻**************************/
.sy-news{ width:100%; background: #f7f7f7; padding:40px 0 50px 0;}
/*==============新闻列表=====================*/
#n_news {margin-top: 40px }
#n_news ul{ overflow:hidden; margin-right: -2%;}
#n_news li{ width:23%; position:relative; display:block; overflow:hidden; background:#fff; float:left; margin:0 2%  2% 0; padding-bottom:20px;}
#n_news li a{ display:block;}


#n_news li .pic_box{overflow:hidden; position:relative; width:100%;}

#n_news li .pic_box img {
	display: block;
	transition: all 0.5s;
	width:100%; border:0;
}
#n_news li .pic_box:hover img {transform: scale(1.1);}
#n_news li .pic_box img{ width:100%;}

#n_news li .text_box{ position:relative; padding:15px; box-sizing: border-box;}
#n_news li h1 a{white-space: nowrap; text-overflow: ellipsis;  color:##e60012; font-size:16px; font-weight:bold;  display:block; overflow: hidden;line-height: 35px;}
#n_news li p{ font-size:14px; line-height:24px; margin-top:0px; color:#777777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#n_news li span{ margin-top:2px; display:block; font-size:12px; color:#5c5c5d;}
#n_news .fot_box{ position:relative; height:12px; line-height:14px; padding:0 25px; border-box;}
#n_news .fot_box span{color:#a1a1a1; font-size:12px; }
#n_news .fot_box a{ display:block;  color:#a1a1a1; font-size:12px; position:absolute; right:25px; top:0; background:url(../images/icon_more_jt.png) right center no-repeat; padding-right:0px;}
#n_news li:hover{  box-shadow:0 0 10px #a09e9e;  }
#n_news li:hover h1 a{ color:##e60012; }
#n_news li:hover p{ }
#n_news li:hover .fot_box a{ background:url(../images/icon_more_jt.png) right center no-repeat; color:##e60012;}
#n_news li:hover .fot_box span{ }
#n_news li a:hover{ text-decoration:underline; }


#n_news h2{ text-align:center;color:#555; margin-top:50px;}

#n_news * { -moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out; } 



/*首页服务*/
.index-functions {
	background: url(../images/img-functions-bg.jpg) center;
	background-size: cover;
}
.index-about {
	padding: 11vh 0;
	overflow: hidden;
}
.index-about>div {
	position: relative;
	z-index: 1;
}
.index-about>div>img {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -5%;
	width: 80%;
	transform: translate(0%, -50%);
}
.index-a-l {
	width: 52%;
	padding-top: 20px;
}
.index-a-l .index-title strong {
	margin-top: -4px;
	color: #333;
	margin-bottom: 10px;
}
.index-a-content {
	padding-top: 15px;
	font-size: 17px;
	line-height: 1.5em;
	color: #666;
}
.index-a-content a {
	display: inline-block;
	padding: 0 35px;
	margin-top: 35px;
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 21px;
	transition: all .4s;
}
.index-a-content a:hover {
	background: #e60012;
}
.index-a-r {
	position: relative;
	z-index: 1;
	float: right;
	width: 45%;
}
.index-a-r img{max-width: 100%;}
.index-a-r .index-a-slogan-bg {
	width: 100%;
	height: 0;
	padding-bottom: 125%;
	background-image: linear-gradient(30deg, #262626, #e60012);
}
.index-a-r .index-a-slogan {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	padding: 50px 30px;
	font-size: 15px;
}
.index-a-r .index-a-slogan img {
	height: 30px;
}

@media(max-width:992px) {
.index-a-l {
	width: 48%;
	padding-top: 0px;
}
.index-a-content {
	padding-top: 25px;
	font-size: 15px;
}
.index-a-r {
	width: 38%;
}
}

@media(max-width:768px) {
.index-about>div>img {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -10%;
	width: 120%;
	max-width: none;
	transform: translate(0%, -50%);
}
.index-a-l {
	width: 90%;
	padding-top: 0px;
}
.index-a-content a {
	padding: 0 30px;
	margin-top: 25px;
	font-size: 13px;
	line-height: 36px;
}
.index-a-r {
	display: none;
}
}
/*页脚联系横幅*/
.foot-contact {
	position: relative;
	z-index: 1;
	padding: 60px 0;
	font-size: 0px;
	background: linear-gradient(172deg, #060717 0%, #320205 100%);
}
.foot-contact:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/foot-contact1.jpg);
	background-position: center;
	background-size: cover;
	opacity: 0.18;
}
.foot-contact>div {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.foot-contact .index-title {
	width: auto;
	padding-right: 100px;
}
.foot-contact .index-title h3 {
	margin: 0;
}
.foot-c-box {
	align-self: stretch;
}
.foot-c-box strong{margin-bottom: 15px; overflow:hidden; line-height: 35px;}
.foot-c-box strong, .foot-c-box strong span, .foot-c-box strong a {
	font-size: 17px;
	font-weight: bold;
}
.foot-c-box strong, .foot-c-box strong a {
	color: #fff;
}
.foot-c-box strong a:hover {
	color: #e60012;
}
a.foot-c-buttom {
	display: inline-block;
	z-index: 2;
	padding: 0px 25px;
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	text-transform: Uppercase;
	color: #fff;
	border: 2px solid #e60012;
	background: #fff;
	transition: all .4s;
}
a.foot-c-buttom:hover {
	color: #e60012;
	border: 2px solid #e60012;
}
a.foot-c-buttom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #e60012;
	transition: all .4s;
}
a.foot-c-buttom:hover:before {
	content: "";
	width: 0%;
}
a.foot-c-buttom span {
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
}

@media(min-width:768px) {
a.foot-c-buttom {
	position: absolute;
	right: 15px;
	bottom: 0%;
}
}

@media(max-width:992px) {
.foot-contact>div {
	display: block;
	overflow: hidden;
}
.foot-contact>div>div {
	width: 100%;
	margin-bottom: 20px;
}
a.foot-c-buttom {
	bottom: 20px;
}
}

@media(max-width:768px) {
a.foot-c-buttom {
	position: relative;
	bottom: 0;
	margin-bottom: 0;
}
}
/*页脚*/
#foot {
	position: relative;
	background: #0b0c17;
}
.foot-nav {
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
}
.foot-nav ul {
	padding-left: 25px;
}
.foot-nav ul:first-child {
	padding-left: 0px;
}
.foot-nav ol {
	padding: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 20px;
}
.foot-nav ol a {
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	text-transform: Uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: all ease .4s;
}
.foot-nav ol a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	width: 36px;
	height: 2px;
	background: #999999;
}
.foot-nav li a, .foot-nav p, .foot-nav span {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	transition: all ease .4s;
}
.foot-nav li a {
	display: inline-block;
}
.foot-nav ol a:hover, .foot-nav li a:hover {
	color: #e60012;
}
.foot-nav img {
	max-width: 130px;
}
.foot-nav .foot-logo img {
	height: 30px;
}
.foot-nav strong {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	color: #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: 50px;
}
.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: #ccc;
	transition: all .4s;
}
.follow a:hover span {
	color: #fff;
	background: #e60012;
}

@media(max-width:1200px) {
.foot-nav ol {
	font-size: 16px;
}
.foot-nav li a, .foot-nav p {
	font-size: 13px;
}
}

@media(max-width:992px) {
}
.foot-copyright {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 18px 0;
	width: 100%;
	overflow: hidden;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	float: left;
	display: inline-block;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	transition: all ease .4s;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:hover {
	color: #e60012;
}

@media(max-width:992px) {
.foot-copyright .pull-right {
	float: none;
}
}
/*============ 首页end ============*/

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

@media(max-width:1600px) {
.inside-banner {
	margin-top: 90px;
}
}

@media(max-width:992px) {
.inside-banner {
	margin-top: 70px;
}
}

@media(max-width:768px) {
.inside-banner {
	margin-top: 50px;
}
}
/*面包屑*/


.breadcrumb-box {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
	background: #f7f7f7;
}
.breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px auto;
	border: nonr;
	border-radius: 0;
	text-align: right;
	background: none;
}
.breadcrumb a {
	color: #4d4d4d;
	transition: all .4s;
}
.breadcrumb a:hover {
	color: #e60012;
}
@media(max-width:992px) {
.breadcrumb {
	padding:0px;
	margin: 0px auto;
	border: nonr;
	border-radius: 0;
	text-align: right;
	background: none;
}
}
/*盒子*/

.padding-box {
	padding: 70px 0;
}
.padding-top {
	padding-top: 7vh;
}
.padding-bottom {
	padding-bottom: 7vh;
}
.gray-box {
	background: #f7f7f7;
}

@media(max-width:992px) {
.padding-box {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.padding-top {
	padding-top: 5vh;
}
.padding-bottom {
	padding-bottom: 5vh;
}
}

@media(max-width:768px) {
.padding-box {
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.padding-top {
	padding-top: 4vh;
}
.padding-bottom {
	padding-bottom: 4vh;
}
}
/*信息盒子*/
.info {
	margin: 0 0 15px;
	font-size: 17px;
	color: #333;
	line-height: 1.5em;
}
.info p {
	margin: 0 0 15px;
}

@media(max-width:1200px) {
.info {
	font-size: 15px;
}
.info p {
	margin: 0 0 10px;
}
}

@media(max-width:992px) {
.info {
	font-size: 15px;
}
}
/*横线*/
.line {
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #e60012;
}
.line-bicolor {
	background-image: repeating-linear-gradient(90deg, #e60012 0%, #e60012 50%, #262626 50%, #262626 100%);
}

@media(max-width:1200px) {
.line {
	width: 40px;
	height: 2px;
}
}
/*内页翻页*/
.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: #e60012;
}
.pagination>li.on>a {
	color: #fff;
	font-weight: bold;
	background: #e60012;
}
/*子导航*/
.subnav {
	padding: 18px 0;
	background: #fff;
	border-bottom: 1px solid #ebebeb;/*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
.subnav-title {
	display: inline-block;
	padding-left: 20px;
	margin: 6px 0;
	font-size: 24px;
	line-height: 26px;
	color: #e60012;
	border-left: 3px solid #e60012;
}
#inside-subnav {
	float: right;
}
#inside-subnav .dropdown {
	border: 1px solid rgba(0,0,0,0.15);
	background: #f7f7f7;
	transition: all .4s;
}
#inside-subnav .dropdown.open {
	border: 1px solid rgba(0,0,0,0.15);
	background: #e60012;
}
#inside-subnav .dropdown>a {
	display: inline-block;
	width: 100%;
	min-width: 300px;
	padding: 0px 20px;
	line-height: 36px;
	color: #333;
	transition: all .4s;
}
#inside-subnav .dropdown.open>a {
	color: #fff;
}
#inside-subnav .dropdown>.dropdown-menu {
	left: 0;
	right: 0;
	margin-top: 10px;
	padding: 10px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 0;
	background: #f7f7f7;
}
#inside-subnav .dropdown>.dropdown-menu a {
	display: inline-block;
	width: 100%;
	line-height: 26px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#inside-subnav .dropdown>.dropdown-menu a:hover {
	color: #fff;
	background: #e60012;
}

@media(max-width:992px) {
.subnav-title {
	display: none;
}
#inside-subnav {
	float: none;
	width: 100%;
}
}
/*关于我们*/
.about-who{
	padding: 10vh 0 20vh;
	background: url(../images/img-about1.jpg) right bottom no-repeat;
	background-size: 50% auto ;
}
.about-info{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 45%;
}
.about-info p{
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1.75em;
	color: #333;
}
@media(max-width:992px) {
.about-who{
	padding: 6vh 0 15vh;
	background: url(../images/img-about1.jpg) right bottom no-repeat;
	background-size: 70% auto ;
}
.about-info{
	padding-right: 0%;
}
}

/*关于数量递增*/
.countup-box {
	padding-top: 30px;
}
.countup-box div {
	display: inline-block;
	padding-right: 50px;
}

.countup-box span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 72px;
	font-weight: bold;
	line-height: 1em;
	color: #e60012;
}
.countup-box p {
	display: inline-block;
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	text-align: left;
}


@media(max-width:1200px) {
.countup-box span {
	font-size: 60px;
}
}

@media(max-width:992px) {
.countup-box span {
	font-size: 48px;
}
}

@media(max-width:768px) {

.countup-box span {
	font-size: 36px;
}
}

/*关于为什么选择我们*/
.about-way{
	position: relative;
	z-index: 1;
	padding: 10vh 0;
	background-color:#fafafa;
	overflow: hidden;
}
.about-way:after{ 
	content:'';
	position: absolute;
	z-index: 1;
	right: -100px;
	bottom: -300px;
	width: 700px;
	height: 700px;
	background: url(../images/about-way.png) center no-repeat;
	background-size: cover;
}
.about-way-list{
	display: flex;
	flex-wrap: wrap;
	color: #333;
}
.about-way-list li{
	width: 30%;
	padding:10px 40px;
}
.about-way-list li h3{
	position: relative;
	z-index: 1;
	padding: 30px 0;
	font-size: 17px;
	text-transform:Uppercase;
}
.about-way-list li h3 strong{
	position: absolute;
	z-index: -1;
	left: -40px;
	top: 0px;
	font-size: 60px;
	font-family: 'en-bo';
	text-transform:Uppercase;
	color: rgba(230,0,18,0.5);
}
.about-way-list li span{
	font-size: 15px;
	color: #666;
}
@media(max-width:992px) {
.about-way{
	padding: 6vh 0;
}	
.about-way-list li{
	width: 45%;
}
.about-way:after{ 
	content:'';
	right: -50px;
	bottom: -150px;
	width: 500px;
	height: 500px;
}
}
@media(max-width:768px) {
.about-way-list li{
	width: 100%;
	padding:0 0 0 40px;
}
.about-way:after{ 
	content:'';
	right: 0%;
	bottom:0%;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	transform:translate(0%,80%);
	background-position: top center;
	background-size: 160% auto;
}
}


/*关于-工厂*/
.factory-list{
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.factory-list li{
	width: 25%;
	padding: 15px;
	border:1px solid #ebebeb;
	margin-left: -1px;
	margin-top: -1px;
	transition:all .4s;    
}
.factory-list li:hover{
	position: relative;
	z-index: 1;
	box-shadow:  0 0 15px rgba(230,0,18,0.3);
	border: 1px solid #e60012;
}
.factory-list li div{
	overflow: hidden;
}
.factory-list li p{
	margin: 15px 0 5px;
	color: #333;
}
.factory-list li:hover p{
	color: #e60012;
}
@media(max-width:992px) {
.factory-list li{
	width: 33.33%;
}

}
@media(max-width:768px) {
.factory-list li{
	width: 50%;
}
}


/*应用领域*/
.app-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.app-list li{
	width: 50%;
	min-height: 310px;
	padding: 15px;
}
.app-list li a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 40px;
	height: 100%;
	background: #f7f7f7;
	transition:all .4s;    
}
.app-list li a:hover{
	transition-delay: 0.3s;
	background: #000;
}
.app-list-text{
	position: relative;
	z-index: 3;
	width: 60%;
}
.app-list li a .app-list-text h4{
	font-size: 17px;
	line-height: 1.5em;
	text-transform:Uppercase;
	transition:all .4s;  
}
.app-list li a .app-list-text p{
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
}
.app-list li a:hover .app-list-text h4,.app-list li a:hover .app-list-text p{
	color: #fff;
}
.app-list-img{
	position: absolute;
	z-index: 2;
	right: 25px;
	bottom: 25px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	transition:all .4s;    
}
.app-list li a:hover .app-list-img{
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius:0;
	opacity: 0.6;
	transition:all .4s;    
}

/*应用内页*/
.info-box{
	max-width: 1000px;
	margin: auto;
}
.info-head{
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.info-head h3{
	font-size: 30px;
	text-transform:Uppercase;
	margin: 0 0 6px;
}
.info-head span{
	font-size: 13px;
	color: #999;
}
.info-head span strong{
	text-transform:Uppercase;
}
.info-content{
	padding: 30px 0;
	font-size: 15px;
	line-height: 1.75em;
}
.info-page{
	display: flex;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.info-page>div{
	position: relative;
	z-index: 1;
	width: 50%;
}
.info-page p{
	margin-bottom: 5px;
	font-size: 13px;
	color: #999;
	transition:all .4s;
}
.info-page a{
	display: inline-block;
	max-width: 100%;
	font-size: 15px;
	color: #333;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;
}
.info-page a:hover{
	color: #e60012;
}
.info-page a.nomore{
	color: #999;
	cursor:default;
}
@media(min-width:992px) {
.info-next{
	text-align: right;
}
}
@media(max-width:992px) {
.info-head h3{
	font-size: 24px;
	margin: 0 0 0px;
}
}
@media(max-width:768px) {
.info-head h3{
	font-size: 20px;
}
}



/* 使命 */
.vision{
	position: relative;
	z-index: 1;
}

.vision-slogan{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 40%;
	padding: 40px;
	background: #f7f7f7;
}
.vision-slogan .index-title{
	margin-bottom: 20px;
}
.vision-slogan p{
	font-size: 17px;
	line-height: 1.75em;
}
#init{
	padding-left: 20%;
	padding-top: 60px;
}
#init .wrapper{
	width: 100%;
	height: 400px;
	border: 1px solid #ebebeb;
	cursor: move;
	overflow: hidden;
	
}
#init .wrapper img{
	width: 1400px;
	max-width: none;
}
@media(max-width:992px) {
.vision-slogan{
	position: relative;
	z-index: 2;
	left: auto;
	top: auto;
	width: 80%;
	padding:15px 30px 30px;
	background: #f7f7f7;
}
#init{
	position:relative;
	z-index: 1;
	padding-left: 0%;
	padding-top: 0px;
	margin-top: -40px;
}
}
@media(max-width:768px) {
.vision-slogan{
	width: 100%;
}
#init{
	margin-top: 0px;
}
#init .wrapper{
	height: 300px;
	
}
#init .wrapper img{
	width: 1000px;
	max-width: none;
}
	
}
/*vision-mission*/
.mission-title{
	padding-bottom: 30px;
}
.mission li{
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0px;
}
.mission li .mission-info strong{
	margin-bottom: 20px;
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 1em;
}
.mission li .mission-info .mission-number{
	margin: 0;
	font-size: 48px;
	color: #e60012;
}
.mission li .mission-info p{
	font-size: 17px;
	line-height: 1.75em;
}

@media(min-width:992px) {
.mission li .mission-img{
	position: relative;
	width: 40%;
}
.mission li .mission-info{
	display: flex;
	align-items: center;
	width: 60%;
	padding: 0px 8%;
}
.mission li .mission-info>div{
	position: relative;
	z-index: 1;
	padding: 30px;
}
.mission li:nth-of-type(Odd) .mission-img,.mission li:nth-of-type(even) .mission-info{
		order: 0
}
.mission li:nth-of-type(even) .mission-img,.mission li:nth-of-type(Odd) .mission-info{
		order: 1
}
.mission li .mission-info div::before{ content:""; position: absolute;  z-index:-1;bottom: 0px;right: 0px;width: 100%;height: 100%;background-color:#f7f7f7;}
.mission li .mission-info div:after{ content:""; position: absolute;  z-index:-2;bottom: -20px;right: -30px;width: 80%;height: 80%;background-color:#fcf5d1;}
.mission li:nth-of-type(even) .mission-info div:after{ content:"";left:-30px;right: auto;}
	
}

@media(max-width:992px) {
.mission-title{
	padding-bottom: 20px;
}

.mission li{
	max-width: 600px;
	margin: auto;
	padding: 30px 0px;
}
.mission li .mission-img{
	position: relative;
	z-index: 1;
	width: 100%;
}
.mission li .mission-info{
	position: relative;
	z-index: 2;
	width: 90%;
	padding:20px  40px;
	margin: -30px auto 0;
	background: #f7f7f7;
}
}
@media(max-width:768px) {
.mission-title{
	padding-bottom: 10px;
}

.mission li .mission-info{
	position: relative;
	z-index: 2;
	width: 100%;
	padding:20px 30px;
	margin:0;
}
.mission li .mission-info p{
	font-size: 15px;
	line-height: 1.5em;
}
	
}


/*内页标题*/
.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: #333;
	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 p {
	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;
}
}
/*发展历程*/
.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: #e60012;
}
#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: #e60012;
}
#course-t li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0%;
	margin-top: -1px;
	width: 0%;
	height: 2px;
	background-color: #e60012;
	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 #e60012;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.course-li li>div strong {
	font-size: 20px;
	line-height: 1em;
	color: #333;
	transition: all .4s;
}
.course-li li>div:hover strong {
	color: #e60012;
}
.course-li li>div h4 {
	margin: 0px 0px 15px;
	font-size: 60px;
	line-height: 1em;
	color: #333;
	transition: all .4s;
}
.course-li li>div:hover h4 {
	color: #e60012;
}
.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: #e60012;
}
.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: #e60012;
	transition: all .4s;
}
#course-t li.active a:after, #course-t li:hover a:after {
	content: "";
	width: 100%;
}
}
/*加入我们*/
#join {
	margin: auto;
}
#join .panel {
	position: relative;
	margin:10px 0px;
	border: none;
	box-shadow: none;
	background: #f7f7f7;
	transition:all ease .4s;  
}
#join .panel .panel-heading {
	width: 100%;
	margin: auto;
	padding: 0px;
	border: none;
	background: none;
}
#join .panel .panel-heading a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 20px 80px 20px 25px;
}
#join .panel .panel-heading a h4{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	text-transform:Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#join .panel .panel-heading a span{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#join .panel .panel-heading a.accordion-toggle  h4{
	color: #e60012;
}
#join .panel .panel-heading a.accordion-toggle.collapsed h4{
	color: #333;
	background:none;
}
#join .panel .panel-heading a.accordion-toggle .join-close {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -9px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#join .panel .panel-heading a.accordion-toggle .join-close:before, #join .panel .panel-heading a.accordion-toggle .join-close:after {
	content: "";
	position: absolute;
	background: #e60012;
}
#join .panel .panel-heading a.accordion-toggle .join-close:before {
	width: 2px;
	height: 100%;
	left: 50%;
	margin-left: -1px;
	top: 0;
}
#join .panel .panel-heading a.accordion-toggle .join-close:after {
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
#join .panel .panel-heading a.accordion-toggle .join-close {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#join .panel .panel-heading a.accordion-toggle.collapsed .join-close {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#join .panel .panel-heading a.accordion-toggle.collapsed .join-close:before, #join .panel .panel-heading a.accordion-toggle.collapsed .join-close:after {
	background: #5b5b5b;
}
#join p {
	font-size: 14px;
	line-height: 1.75em;
	color: #4d4d4d;
}
#join .panel-collapse {
	padding:0px 30px 30px;
	width: 100%;
	margin: auto;
	transition: all .3s;
}
#join .panel-body {
	padding: 30px 0px 0px;
	border: none;
	border-top:1px dashed #ccc;
}
#join .panel-body hr {
	margin: 25px 0px;
	border-color: #ccc;
}
.join-hr{
	padding-top: 30px;
	margin-top: 30px;
	border-top:1px dashed #ccc;
}
.join-hr a{
	display: inline-block;
	padding: 0px 35px;
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	border-radius: 21px;
	background: #333;
	transition: all .4s;
}
.join-hr a:hover{
	background: #e60012;
}
/*图片展示*/
.photos {
	padding: 15px;
}
.photos p {
	display: block;
	padding: 10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	background: #f7f7f7;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.photos a:hover p {
	background: #e60012;
	color: #fff;
}
/*产品导航*/
.p-nav-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.p-nav-list ol {
	display: block;
	width: 100%;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.p-nav-list ol h3 {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0px 0 10px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 900;
	color: #e60012;
	border-bottom: 2px solid #e60012;
	text-transform: Uppercase;
}
.p-nav-list li {
	width: 20%;
	padding: 12px;
}
.p-nav-list li a {
	display: block;
	height: 100%;
	padding: 15px;
	background: #f7f7f7;
	font-size: 15px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	box-shadow: 0 0 0 rgba(0,82,196,0);
	transition: all .4s;
}
.p-nav-list li a:hover {
	background: #e60012;
	color: #fff;
	box-shadow: 0 0 20px rgba(0,82,196,0.2);
}
.p-nav-list li a div {
	margin-bottom: 15px;
	overflow: hidden;
}

@media(max-width:1200px) {
.p-nav-list li {
	width: 25%;
}
}

@media(max-width:992px) {
.p-nav-list li {
	width: 33.3333%;
}
}

@media(max-width:768px) {
.p-nav-list ol {
	margin-left: 5px;
	margin-right: 5px;
}
.p-nav-list ol h3 {
	font-size: 18px;
}
.p-nav-list li {
	width: 50%;
	padding: 5px;
}
.p-nav-list li a {
	font-size: 13px;
}
}
/*产品*/
.product-list {
	display: flex;
	flex-wrap: wrap;
}
.product-list li {
	width: 25%;
	padding: 15px;
	font-size: 0;
	background: #fafafa;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all .4s;
}
.product-list li:hover {
	position: relative;
	z-index: 1;
	box-shadow:  0 0 20px rgba(230,0,18,0.1);
	background: #fff;
}
.product-list li a {
	display: block;
	overflow: hidden;
}
.product-list li .product-list-img {
	display: block;
	overflow: hidden;
}
.product-list li .product-list-text {
	text-align: center;
}
.product-list li .product-list-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	margin: 15px 0 10px;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #e60012;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.product-list li span {
	display: none;
	width: 100%;
	font-size: 15px;
	line-height: 1em;
	color: #999;
}
.product-list li p {
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 22px;
	color: #333;
	max-height: 66px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(min-width:1200px) {
.product-list li:nth-child(1), .product-list li:nth-child(2), .product-list li:nth-child(3), .product-list li:nth-child(4) {
	border-top: 1px solid #ebebeb;
}
.product-list li:nth-child(1), .product-list li:nth-child(4n+1) {
	border-left: 1px solid #ebebeb;
}
}

@media(max-width:1200px) {
.product-list li {
	width: 100%;
	margin-bottom: 20px;
}
.product-list li .product-list-img {
	width: 25%;
}
.product-list li .product-list-text {
	width: 75%;
}
}

@media(max-width:768px) {
.product-list li .product-list-img {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-list li .product-list-text {
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 15px;
}
}
/*产品详情*/
.product-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 70px 0;
	padding-left: 100px;
	overflow: hidden;
}
#product-img1 {
	position: static;
	width: 100%;
	max-width: 500px;
}
#product-img1 img {
	width: 100%;
	height: auto;
}
#product-img1 .owl-dots {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	margin: 0px;
	width: 100px;
	transform: translate(0%, -50%);
	background: #fff;
}
#product-img1 .owl-dots .owl-dot {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
#product-img1 .owl-dots .owl-dot img {
	width: 100%;
}
#product-img1 .owl-dots .owl-dot.active img {
	border: 1px solid #ebebeb;
}
.product-text {
	padding: 70px 15px 0 8%;
	width: 50%;
	font-size: 17px;
	line-height: 1.75em;
	color: #666;
}
.product-text h2 {
	margin: 20px 0;
	font-weight: bold;
	font-family: 'en';
	font-size: 30px;
	line-height: 1em;
	color: #e60012;
	text-transform:Uppercase;
}
.product-text hr {
	margin: 25px 0 25px;
	border: none;
	border-top: 1px dashed #ebebeb;
}
.product-text-b {
	padding: 30px 0px 0;
}
.product-text-b a{
	display: inline-block;
	padding: 0 30px;
	margin-right: 4px;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
	font-weight: bold;
	text-transform:Uppercase;
	background: #333;
	transition:all .4s;
}
.product-text-b a:hover{
	background: #e60012;
}
.product-text-b a span{
	font-size: 20px;
	vertical-align: bottom;
}



#product-tab {
	float: left;
	text-align: left;
}
#product-tab li {
	display: inline-block;
}
#product-tab li a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	color: #333;
	text-transform: Uppercase;
	transition: all .4s;
}
#product-tab li:hover a, #product-tab li.active a {
	color: #e60012;
	border-top: 2px solid #e60012;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
#product-tab li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0px;
	background-color: #fff;
	transition: all .4s;
}
#product-tab li:hover a:after, #product-tab li.active a:after {
	content: "";
	height: 100%;
}
.product-button{
	overflow: hidden;
	margin-top: 30px;
	background: #f7f7f7;
	border-bottom: 1px  solid #ebebeb;
}
#product-button {
	float: right;
	text-align: right;
}
#product-button a {
	display: inline-block;
	padding: 0px 30px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	color: #fff;
	background: #e60012;
	transition: all .4s;
}
#product-button a:hover {
	opacity: 0.8;
}
#product-tabContent table {
	max-width: 100%;
	min-width: 60%;
	table-layout: fixed;
}
#product-tabContent table a {
	color: #333;
}
#product-tabContent table a:hover {
	color: #e60012
}
#product-tabContent table a span{
	font-size: 20px;
}



#product-feedback{
	position: fixed;
	z-index: 2;
	left:50%;
	bottom:0;
	padding:50px 40px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	overflow: hidden;
	background: #f7f7f7;
	opacity: 0;
	visibility: hidden;
	transform:translate(-50%,100%);
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	transition:all .4s;    
}
#product-feedback.open{
	opacity: 1;
  	visibility: visible;
	transform:translate(-50%,0%);
}
.product-f-close{
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 20px;
	padding: 0;
	font-size: 30px;
	background: none;
	border:none;
}
.product-f-close span{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	transition:all .4s;
}
.product-f-close:hover span{
	color: #fff;
	background: #e60012;
}
#product-feedback .feedback {
	width: 50%;
	margin: 0;	
}
.product-feedback .product-icon {
	position: absolute;
	z-index: -1;
	top: 10%;
	left: 0%;
	width: auto;
	height: 80%;
	opacity: 0.1;
	transform: translate(-50%, 0%);
}
.product-feedback .feedback input{
	margin-bottom: 15px;
}
.feedback-contact{
	width: 50%;
	padding-left: 18%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
}
.feedback-contact:after{content:"";position: absolute;z-index: -1;top:40px;left:100px; width: 800px;height: 800px;background:#e60012;border-radius: 50%;}
.feedback-c-info{
	margin: 30px 0;
}
.feedback-c-info a,.feedback-c-info p,.feedback-c-info strong,.feedback-c-info small{
	color: #fff!important;
}


@media(max-width:992px) {
.product-content {
	margin-left: -15px;
	margin-right: -15px;
}
.product-content:after {
	content: "";
}
.product-img {
	width: 100%;
}
#product-img1 {
	width: 100%;
	max-width: 500px;
}
.product-text {
	width: 100%;
	margin: 0;
	padding: 15px;
	background: none;
	text-align: center;
	overflow: hidden;
}
.product-text h2 {
	font-size: 24px;
}
.feedback-img {
	display: none;
}
#product-feedback{
	padding: 30px 30px 20px;	
}
#product-feedback .feedback {
	width: 100%;
}
#product-feedback .feedback-contact{
	display: none;
}
.product-feedback .feedback input{
	margin-bottom: 10px;
}
}

@media(max-width:768px) {
.product-img {
	padding: 50px 0px 30px;
	padding-left: 0;
}
#product-img1 .owl-dots {
	position: static;
	left: 0;
	top: 50%;
	z-index: 1;
	margin: 0px;
	width: 100%;
	transform: translate(0%, 0%);
	background: #fff;
}
#product-img1 .owl-dots .owl-dot {
	display: inline-block;
	width: 80px;
	height: auto;
	margin: 5px;
}
#product-tab {
	float: none;
}
#product-tab li {
	display: inline-block;
	margin-right: 0px;
	margin: 0px 6px;
}
#product-tab li a {
	font-size: 15px;
	line-height: 36px;
}
#product-button {
	float: none;
	text-align: center;
}
#product-button a {
	padding: 0px 15px;
	margin-left: 0px;
	margin: 0px 6px;
	font-size: 15px;
	line-height: 36px;
}
}
/*信息图片*/
.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 {
	display: flex;
	flex-wrap: wrap;
}
.news-list li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	box-shadow: 0 0 0px rgba(230,0,18,0);
	background: #f7f7f7;
	transition: all ease .4s;
}
.news-list li:nth-of-type(3n) {
	margin-right: 0%;
}
.news-list li:hover {
	box-shadow: 0 0 20px rgba(230,0,18,0.2);
	background: #fff;
	transform: translate(0%, -15px);
}
.news-c {
	padding:10px 20px;
}
.news-list li>div {
	width: 100%;
}
.news-list li .news-title {
	display: block;
	width: 100%;
	margin: 5px 0 15px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	text-transform:Uppercase;
	color: #333;
	transition: all ease .4s;
}
.news-list li:hover .news-title {
	color: #e60012;
}
.news-list li p {
	font-size: 15px;
	line-height: 22px;
	color: #999;
}
.news-time {
	margin: 10px 0;
}
.news-time strong {
	display: block;
	font-size: 13px;
	line-height: 1em;
	color: #e60012;
	transition: all ease .4s;
}



@media(max-width:992px) {
.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 {
	max-width: 1000px;
	margin: auto;
}
.news-center p{
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.75em;
}
.news-head {
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 30px;
}
.news-head h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	 text-transform:Uppercase;
	color: #333;
}
.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: #f7f7f7;
	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: #e60012;
}
.new-page a:hover {
	color: #e60012;
}
.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: #e60012;
}
.subnews a {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	transition: all .3s;
}
.subnews a:hover {
	color: #e60012;
}
.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;
}
}
/*优势*/
.supplier {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.supplier li {
	width: 25%;
	padding: 15px;
}
.supplier li div {
	height: 100%;
	padding: 25px;
	background: #f7f7f7;
}
.supplier span {
	font-size: 48px;
	color: #e60012;
}
.supplier strong {
	display: inline-block;
	margin: 5px 0 10px;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-transform: Uppercase;
	font-weight: 900;
	color: #333;
}
.supplier p {
	font-size: 13px;
	line-height: 20px;
	color: #999;
}

@media(max-width:1200px) {
.supplier li {
	width: 50%;
	padding: 15px;
}
}

@media(max-width:768px) {
.supplier li {
	width: 100%;
	padding: 6px 0px;
}
}
.nenetwork {
	display: flex;
	flex-wrap: wrap;
}
.network-img, .network-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
	padding: 3%;
}

@media(max-width:998px) {
.nenetwork {
	display: flex;
	justify-content: center;
}
.network-img, .network-text {
	width: 100%;
	padding: 3%;
}
.network-img {
	width: 80%;
}
}
/*下载*/
.download-title {
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1em;
	font-weight: 900;
	color: #e60012;
	text-transform: Uppercase;
}
.download-title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 4px;
	right: -20px;
	width: 8px;
	height: 8px;
	background-color: #e60012;
	opacity: 0.3;
}
.download-list li {
	display: block;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	border-left: 3px solid #e60012;
	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: #333;
	line-height: 1em;
	transition: all .4s;
}
.download-list li:hover .down-title {
	color: #e60012;
}
.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: #333;
}
.download-list a.down-btn {
	display: inline-block;
	padding: 0px 20px;
	margin-right: 15px;
	font-size: 13px;
	line-height: 2.4em;
	color: #f0f0f0;
	background: #e60012;
	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-info {
	margin: 20px 0 60px;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 100;
	line-height: 30px;
}
.contact-info h3 {
	font-size: 30px;
	margin: 5px 0 15px;
}
.contact-info h3 small {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.contact-info a {
	display: inline-block;
	font-size: 18px;
	color: #333;
}
.contact-info a:hover {
	color: #e60012;
	text-decoration: underline;
}
.contact-info p {
	font-size: 18px;
	margin-bottom: 15px;
	word-wrap: break-word;
	word-break: break-all;
}
.feedback {
	margin: 10px 0 30px;
	width: 100%;
	max-width: 900px;
}
.feedback input {
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 44px;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	margin: 8px 0px 25px;
	background: none;
	transition: all .4s;
}
.form-control {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ebebeb;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0px;
	border-radius: none;
}
.feedback textarea {
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	width: 100%;
	height: 120px;
	padding: 0px;
	margin: 20px 0px 10px;
	outline: none;
	box-shadow: none;
	background: none;
	overflow-x: hidden;
	transition: all .4s;
}
.feedback input:focus, .feedback textarea:focus {
	border-bottom: 1px solid #e60012;
}
.feedback .submit {
	display: inline-block;
	width: 200px;
	background: #333;
	font-size: 15px;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
	text-transform: Uppercase;
	color: #fff;
	margin: 25px 0px;
	transition: all .3s;
}
.feedback .submit:hover {
	background: #e60012;
}
@media(max-width:998px) {
.feedback input {
	line-height: 38px;
	margin: 8px 0px 15px;
}
.feedback .submit {
	line-height:42px;
	margin: 20px 0px;
}
}
#map_container{height: 600px; margin-top: 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;
}
/*地图*/


/*内页样式*/
.ban_pic{width: 100%; margin-top:0px; overflow: hidden;}
.ban_pic img{ width:100%; vertical-align: middle;}




.ny_about{width: 100%; height: auto; padding: 60px 0;}
.ny_about-title {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
.ny_about .wz, .index-title .wz span {
	position: relative;
	display: inline-block;
	z-index: 1;
	font-size: 36px;
	line-height: 0.8em;
	font-weight: bold;
	text-transform: Uppercase;
}
.ny_about .wz {
	margin-bottom: 14px;
	color: #333;
}
.ny_about .red {
	font-weight: 600;
	color: #e60012;
	float: right;
}
.ny_about .wz:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 100%;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	background-color: #e60012;
}
.ny_about .wz2{font-size: 14px; margin-bottom: 10px;}
.about_info{ font-size: 17px; line-height: 30px; color: #333; padding: 30px 0; font-weight: 100;}
.about_info img{margin: auto; display: block;}

.about1{width: 100%; height: auto; overflow: hidden;}
.about1_bt{text-align: center; font-size: 36px; color: #e60012; margin-bottom: 15px; font-weight: 600}
.about2_bt{text-align: center; font-size: 16px; color: #333; margin-bottom: 25px; font-weight: 600}
.about1_ny{font-size: 16px; line-height: 30px; color: #555}
.about1_ny img{display: block; margin: auto}
.about1_ny .twz{text-align: center; font-weight: 600}

.in_workshop{width: 95%; margin:30px auto;}
.sy_tds{padding-bottom: 60px;}
.sy_td_img_bgs{position: relative;}
.sy_td_imgs{width: 100%;overflow: hidden;}
.sy_td_imgs ul{width: 10000%;position: relative;}
.sy_td_imgs ul li{float: left;width: 0.235%;margin: 0 0.02% 0 0; border:2px solid #ccc;}
.sy_td_imgs ul li:hover{border:2px solid #e60012;}
.sy_td_imgs ul li .t1{width:100%;overflow:hidden;}
.sy_td_imgs ul li .t1 img{width:80%; margin: auto; display:block; -webkit-transition:all .3s; transition:all .3s;}
.sy_td_imgs ul li .t1:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.sy_td_imgs ul li .h2{font-size: 13px;line-height: 30px;color: #808080;text-align: center;padding-top: 10px;}
.sy_td_imgs ul li:hover .h2{color: #e60012;}
.sy_td_img_ls,.sy_td_img_rs{position: absolute;top: 50%;margin-top: -30px;width: 50px;line-height: 50px;text-align: center;font-size: 30px;color: #666;cursor: pointer;}
.sy_td_img_ls{left: -60px;}
.sy_td_img_rs{right: -60px;}
.sy_td_img_ls:hover,.sy_td_img_rs:hover{color: #e60012;}


.about2{width: 100%; height: auto; overflow: hidden; background: #f2f2f2; padding: 30px 0}
.about2ny{width: 100%; height: auto; overflow: hidden;}
.about2ny1{padding: 10px; background: #e60012; font-size: 16px; color: #fff; line-height:30px;  overflow: hidden;}
.about2ny1 .z{font-weight: 600; display: inline-block; font-size: 20px;}


.section_two_fuwu{margin-top: 10px;}
.pxcp_box_left{float: left;width: 52%;margin: 20px; font-size: 16px; color: #666; line-height: 30px;}

.pxcp_box_left span{font-size: 20px; font-weight: 600;}
.pxcp_box_left h3{font-size: 20px;color: #333333;font-weight: bold;margin-bottom: 40px;}
.pxcp_box_right{float: right; width: 44%}
.pxcp_box_right img{width: 100%;}

.pxcp_box{overflow: hidden;}
.pxcp_box_ul li{overflow: hidden;margin-bottom: 10px;}
.pxcp_box_left.then_right{float: right;}
.pxcp_box_right.then_left{float: left;}
table.pxcp_list_ul{width: 100%;}
table.pxcp_list_ul td{line-height: 30px;}

.pxcp_box_ul li:nth-child(2n) .pxcp_box_left{ float:right; width:44%; margin: 20px 0;}	
.pxcp_box_ul li:nth-child(2n) .pxcp_box_right{ float:left; width:54%;}	

.ggs{width: 100%; height: auto; padding: 15px; background:#e60012; font-size: 30px; color: #fff; font-weight: 600; text-align: center; }
.ggsz{width: 66%; float: left; text-align: right;}
.g_butter{width: 200px; background: #fff; font-size: 14px; text-align: center; color:#e60012; display: inline-block; padding:10px; float: right; margin-right: 13%}
.g_butter a{font-size: 14px; text-align: center; color:#e60012; font-weight: bold;}

.about3{width: 100%; height: auto; overflow: hidden; background: #555555; padding: 30px 0}
.about3ny{width: 100%; margin:0 auto;}
.map{width: 100%; margin:0 auto;}
.map img{ display: block; margin:auto;}

.g_butters{width: 200px; background: #e60012; font-size: 14px; text-align: center; color:#fff; padding:10px; margin: 0 auto}
.g_butters a{font-size: 14px; text-align: center; color:#FFF; font-weight: bold;}


/*内页科研团队*/
.newsny{width:100%; height:auto; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.news_txt{width: 100%; margin: 30px auto;}
.news_txt ul{margin-right:-2%;}
.news_txt ul li{width:17%; margin-right: 2%; display: inline-block;}
.news_txt ul li .time{width:100%; overflow:hidden;}
.news_txt ul li .time img{ width:100%;-webkit-transition:0.5s;transition:0.5s;}
.news_txt ul li .time:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.news_txt ul li .wz{ text-align: center;  margin:15px 0;}
.news_txt ul li .wz .tz{font-size:20px;color:#333; font-weight:600; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-weight: 600;}
.news_txt ul li .wz span{font-size:12px; display:block; color:#999;}
.news_txt ul li a .wz .tz:hover{color:#299bdb;}
.news_txt ul li .wz p{line-height:20px; color:#999;font-size:16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
/*内页科研团队*/

/*内页科研团队*/
.newsny{width:100%; height:auto; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.news_txt2{width: 80%; margin: 30px auto;}
.news_txt2 ul{margin-right:-2%;}
.news_txt2 ul li{width:22%; margin-right: 2%; display: inline-block;}
.news_txt2 ul li .time{width:100%; overflow:hidden;}
.news_txt2 ul li .time img{ width:100%;-webkit-transition:0.5s;transition:0.5s;}
.news_txt2 ul li .time:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.news_txt2 ul li .wz{ text-align: center;  margin:15px 0;}
.news_txt2 ul li .wz .tz{font-size:20px;color:#333; font-weight:600; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-weight: 600;}
.news_txt2 ul li .wz span{font-size:12px; display:block; color:#999;}
.news_txt2 ul li a .wz .tz:hover{color:#299bdb;}
.news_txt2 ul li .wz p{line-height:20px; color:#999;font-size:16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
/*内页科研团队*/

/*内页科研团队*/
.newsny{width:100%; height:auto; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.news_txt3{width: 60%; margin: 30px auto;}
.news_txt3 ul{margin-right:-2%;}
.news_txt3 ul li{width:30%; margin-right: 2%; display: inline-block;}
.news_txt3 ul li .time{width:100%; overflow:hidden;}
.news_txt3 ul li .time img{ width:100%;-webkit-transition:0.5s;transition:0.5s;}
.news_txt3 ul li .time:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.news_txt3 ul li .wz{ text-align: center;  margin:15px 0;}
.news_txt3 ul li .wz .tz{font-size:20px;color:#333; font-weight:600; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-weight: 600;}
.news_txt3 ul li .wz span{font-size:12px; display:block; color:#999;}
.news_txt3 ul li a .wz .tz:hover{color:#299bdb;}
.news_txt3 ul li .wz p{line-height:20px; color:#999;font-size:16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
/*内页科研团队*/

/*内页科研团队*/
.newsny{width:100%; height:auto; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.news_txt4{width: 40%; margin: 30px auto;}
.news_txt4 ul{margin-right:-2%;}
.news_txt4 ul li{width:47%; margin-right: 2%; display: inline-block;}
.news_txt4 ul li .time{width:100%; overflow:hidden;}
.news_txt4 ul li .time img{ width:100%;-webkit-transition:0.5s;transition:0.5s;}
.news_txt4 ul li .time:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.news_txt4 ul li .wz{ text-align: center;  margin:15px 0;}
.news_txt4 ul li .wz .tz{font-size:20px;color:#333; font-weight:600; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-weight: 600;}
.news_txt4 ul li .wz span{font-size:12px; display:block; color:#999;}
.news_txt4 ul li a .wz .tz:hover{color:#299bdb;}
.news_txt4 ul li .wz p{line-height:20px; color:#999;font-size:16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
/*内页科研团队*/



.nyprobg{width: 100%; height: auto; padding: 60px 0;}
.nyprobgtitle{text-align: center; font-size: 28px; color: #323232;}
.nyprobgtitle1{margin-bottom: 20px; font-weight: 600;}
.nyprobgtitle2{margin-bottom: 20px; font-size: 16px; line-height: 28px; color: #8f7a7a}
.nyprobgtitle3{font-size: 24px; margin-bottom: 20px; font-weight: 600; color: #7a7a7a}


.in_pros{background: #f7f7f7; padding: 70px 0; overflow: hidden;}
.in_pros ul{margin-top: 30px;}
.in_pros li{width: 33.333%; overflow: hidden; float: left; box-sizing: border-box;background: #353535; position: relative;}
.in_pros li:nth-child(2n+1){background: #fff}
.in_pros li .pic{float: right;  padding: 20px 40px 0 0}
.in_pros li .pic img{max-height: 320px; transition: all 0.5s;}
.in_pros li:hover .pic img{transform: scale(1.1);}
.in_pros li .wz{position: absolute; top: 20px; left: 40px; color: #fff; font-weight: 100; font-size: 26px;}
.in_pros li .wz strong{font-weight: 600}
.in_pros li .w2{position: absolute; top: 80px; left: 40px; color: #fff; font-weight: 100; font-size: 15px; line-height: 25px; letter-spacing: 1px}
.in_pros li .butter{position: absolute; bottom: 20px; left: 40px; background-color: #FF0202;border-radius: 5px 5px 5px 5px; padding: 8px 18px 8px 15px;}
.in_pros li .butter a{color: #fff; font-size: 12px; font-weight: 500;}
.in_pros li:nth-child(2n+1) .wz{color: #54595F}
.in_pros li:nth-child(2n+1) .w2{color: #333}

/*当前位置*/
.page-locate{line-height:45px;font-size:14px;text-align:left;background:#eeeeef; padding: 5px 0;}
.page-locate a:first-child{display:inline-block;padding:0 0 0 25px;background:url(../images/icon-home.png) no-repeat left 15px;}
.page-locate span{margin:0 6px; color: #e60012;}

.main-about{padding:0 0 30px;background-color:#fff; overflow: hidden;}
.main-about .profile{margin:15px 0;line-height:30px; font-size: 14px; overflow:hidden;}
.main-about .profile p strong{font-size:15px; color:#e60012;}
.main-about .profile img{width: 100%;}

.pro_left{width: 26%; float: left; margin: 40px 0;}
.pro_left .bt{ margin:0; height:60px; line-height:60px; background:#212121;text-align:center; color:#e60012; font-size:20px; font-weight: bold; border-bottom:3px solid #fff;}
.pro_left ul{ padding-bottom:3px;}
.pro_left ul li{border-bottom:3px solid #fff; position: relative; }
.pro_left ul li p a{color: #333}
.pro_left ul li p{margin-bottom:0; display:block; line-height:45px; text-align:left; background:#eee url(../images/ico1.png) no-repeat right center; padding-left: 20px; font-size:14px; font-weight: bold;}
.pro_left ul li p:hover, .pro_left ul li:hover p a{background:#e60012; display: block; color:#fff !important;}
.pro_left ul li ul{width: 100%;}
.pro_left ul li ul li { line-height:37px; border-bottom:dashed 1px #eee;  display:block; background:transparent; padding-left: 20px;  font-size:13px;}

.pro_left ul li ul li a:hover{ text-decoration:none; display:block; color: #e70012; }
.pro_left ul li p.hover{background:#e60012; display: block; color:#fff !important;}
.pro_left ul li p.hover a{color: #fff}

.pro_rights{width: 72%;  float: right; margin: 40px 0;}
.nypro{width: 100%; height: auto; overflow: }
.nypro ul{ margin-right: -2%;}
.nypro li{width: 31.333%; float: left; margin-right: 2%; margin-bottom:20px; }
.nypro li .pimg{width: 100%; background: #eee; border: 1px solid #ccc}
.nypro li .pimg img{width: 100%}
.nypro li .pbt{font-size: 14px; line-height: 35px; color:#e60012 }
.nypro li .pwz{font-size: 12px; line-height: 22px; color: #666;}
.more-btn{width:88px;height:26px;line-height:26px;float:left;padding:0px;margin:20px 0px 0px 0px;background:url(../images/more-bg.jpg) top left repeat-x;text-align:center;-moz-transition:0.25s all linear;-o-transition:0.25s all linear;-webkit-transition:0.25s all linear;}
.more-btn:hover{opacity:0.8;-moz-transition:0.25s all linear;-o-transition:0.25s all linear;-webkit-transition:0.25s all linear;}
.more-btn a{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#FFF;text-decoration:none;font-weight:bold;}

.m_right{ width: 100%;  height: auto; overflow: hidden;}
.products{width:100%; float:left; margin-top:0px;}
.promore_l{width:45%;float:left;}

/*å›¾ç‰‡æ”¾å¤§é•œæ ·å¼*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%; border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*å›¾ç‰‡å°å›¾é¢„è§ˆåˆ—è¡¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:51px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:54px;height:41px;}
.spec-scroll .items ul li img:hover{border:2px solid #c80605; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:1px dashed #e6e6e6;}
.pros_right_top .npbt{overflow:hidden; display:inline-block; font-size:24px; color:#e60012; padding-bottom:10px;}
.proleft{width:100%;float:left; font-size:14px; line-height:30px; margin-top:20px;}
.proleft p{font-size:14px; line-height:25px; }

.proleft_btn{width:100%; float:left; margin-top:30px;}
.proleft_btn li{width:150px; float:left; margin-right:10px;}
.proleft_btn li a{width:150px; height:40px; float:left; line-height:40px; text-align:center; font-size:16px; background:#f0f0f0; display:block; color: #666}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#e60012; color:#fff;}

.tabs-basic{width:100%; margin-top:50px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#eee;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px; color: #333}
.tabs-basic .tab-active{border-bottom:2px solid #e60012; color:#fff; background:#e60012;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#e60012; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}

.scrollleft2{width:100%; float:left; margin-top:20px; margin-bottom: 30px;}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:99%; display:block; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #e60012;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}

.view-page{width:100%; float:left; position:relative; margin:40px 0; border-top:1px solid #d6d6d6; padding-top:40px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../images/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../images/le-white.png) 20px center no-repeat #e60012;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../images/back.png) 20px center no-repeat #e60012;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../images/back.png) 20px center no-repeat #e60012; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../images/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../images/ri-white.png) 90% center no-repeat #e60012;}
/*内页新闻详情*/


.proList{width: 100%; height: auto; overflow: hidden;}
.proList ul{margin-right: -2%}
.proList li{float:left;width:31.333%;margin:0 2% 2% 0;}
.proList li .pImg{display:block;width:99%;height:auto;overflow:hidden;border:1px solid #ccc;position:relative;}
.proList li img{width:100%;height:auto;transition:all 0.5s;}
.proList li .czi{font-weight:normal;text-align:center;line-height:45px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px; color: #333}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(33,33,33,.7);transition:all 0.25s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;}
.proList li .pImg:after{content:"";position:absolute;width:54px;height:54px;background: url('../images/pmore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.25s;z-index:3;}
.proList li:hover img{transform:scale(1.1);}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}
.proList li:hover .czi{color: #e60012}
.p1big{width: 100%; height: auto; font-size: 0; padding: 50px 0; }
.p1big img{width: 100%; margin-bottom: 0px;}

/*内页新闻中心*/
.news_r_text{width:100%; height: auto; margin: 30px 0}
.news_r_text ul li{width:100%;border-bottom:1px dashed #e6e6e6; margin-top:0%;overflow: hidden; padding: 2%;}
.news_r_text ul li:nth-child(5n){border-bottom:none; padding-bottom:inherit;}
.news_r_text ul li .pic{width:20%; float:left; overflow:hidden; background:#e6e6e6; padding:3px;} 
.news_r_text ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.news_r_text ul li .pic img:hover{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_r_text ul li .text{width:78%;float:right;}
.news_r_text ul li .text .titnr{width:100%;float:left;font-size: 14px;}
.news_r_text ul li .text .tit a{font-size:16px; font-weight:bold; color:#e60012; float:left; overflow: hidden; text-overflow: ellipsis;white-space: nowrap!important;width: 90%;} 
.news_r_text ul li .text .tit a:hover{color:#e60012;}
.news_r_text ul li .text .time{float:right; color:#333;}
.news_r_text ul li .text .wz{width:100%;float:left; margin-top:1%; line-height:24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden; font-size: 14px; color: #555;}
.wz a{font-size: 14px; color: #555;}
.wz a:hover{font-size: 14px; color: #fff;}
.news_r_text ul li:hover .text .wz{color:#fff;}
.news_r_text ul li:hover .text .time{color:#fff;}
.news_r_text ul li:hover{background: #e60012; display: block; color: #fff!important;}
.news_r_text ul li:hover{color:#fff !important;}
.news_r_text ul li:hover a{color:#fff !important;}


/*内页新闻详情*/
.xinwenxiangqingbox{margin-top: 40px; width: 100%; height: auto; overflow: hidden;}
.xinwenxiangqing{width:100%; height: auto; overflow: hidden; }
.xinwenxiangqing .nd_head{text-align: center;margin-top:10px;padding-bottom: 10px;border-bottom: 1px dashed #d6d6d6;}
.xinwenxiangqing .nd_head p{color: #e60012;font-size: 20px;margin-bottom: 10px;height: auto;overflow: hidden; font-weight: 600}
.xinwenxiangqing .nd_head span{color: #666;font-size: 14px;margin: 0 15px;}
.xinwenxiangqing .nd_text {text-align: left;font-size:14px;line-height:30px; margin-top: 20px;}
.xinwenxiangqing .nd_text img{ max-width: 100%; display: block; margin: auto;}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad; color:#333; box-sizing: border-box;}
.new_s2{width:100%;float:left; margin-top:20px;}

.news_random2{width:100%;float:left; background:#fff; border:1px solid #d6d6d6; padding:20px; border-top:none; box-sizing: border-box;}
.news_random2 ul li{width:48%; float:left; font-size:14px; line-height:36px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; color: #333}
.news_random2 ul li a:hover{color:#e60012;}
.news_random2 ul li span{float:right; color:#999;}

.news_con_b{border-top: 1px solid #EEE;margin-top: 50px;padding-top: 50px;}
.news_con_b ul{line-height: 30px;float: left;}
.news_con_b li {font-size: 14px; color: #555;}
.news_con_b li a{font-size: 14px; color: #555;}
.news_con_b li a:hover{font-size: 14px; color: #e60012;}
.news_con_b .fhlb{float: right;width: 140px;height: 40px;line-height: 40px;background: #e60012;text-align: center;}
.news_con_b .fhlb a{display: block;color: #FFF; font-size: 14px;}
.news_con_b .fhlb a:hover{display: block;color: #FFF;text-decoration: none;}

/*内页新闻详情*/

.bread_content{width:100%;border-bottom:1px solid #dedede; background:#f2f2f2; overflow: hidden;}
.bread_content .bread_box{float: left;width: 42%;  padding:20px 0;font-size:14px;color:#333;}
.bread_content .bread_box span.bread_title{display:inline-block;position:relative;padding-left:35px; background: url(../images/sy.png) left center no-repeat;}
.bread_content .bread_box a{color:#444;display:inline-block;margin:0 5px;}
.bread_content .bread_box a:hover{color:#e60012;}
.bread_content .bread_box .b{color: #e60012;display: inline-block;}
.bread_content .inner_nav{float:right; text-align: right;}
.bread_content .inner_nav ul{margin-top: 10px; display:flex;flex-flow:wrap}
.bread_content .inner_nav ul li{}
.bread_content .inner_nav ul li a{display:inline-block;padding:10px 24px;font-size:15px;color:#333;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin:0 8px; border-radius: 15px 0 0 0;}
.bread_content .inner_nav ul li a:hover , .bread_content .inner_nav ul li.active a{color:#fff;background:#e60012;}