﻿/* CSS Document */
/* reset.css V1.6  Start*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
	font: normal 12px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
img {
	vertical-align: top;
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	-webkit-appearance: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
div, a {
	-webkit-tap-highlight-color: #333;
}
html {
	font-size: 10px;
}
 @media screen and (min-width: 360px) {
html {
	font-size: 11.25px;
}
}
@media screen and (min-width: 375px) {
html {
	font-size: 11.71875px;
}
}
@media screen and (min-width: 414px) {
html {
	font-size: 12.9375px;
}
}
@media screen and (min-width: 480px) {
html {
	font-size: 15px;
}
}
@media screen and (min-width: 640px) {
html {
	font-size: 20px;
}
}
.clearfloat:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' ';
}
.clearfloat {
*zoom: 1;
}
.clearboth {
	clear: both;
}
.wp1400 {
	width: 1400px;
	margin: 0 auto;
}
.wp1290 {
	width: 1290px;
	margin: 0 auto;
}
.wp1264 {
	width: 1264px;
	margin: 0 auto;
}
.wp1200 {
	width: 1200px;
	margin: 0 auto;
}
.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #E6212A;
}
.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #FFF;
}
.bgf8 {
	background-color: #F8F8F8;
}
.por {
	position: relative;
}
/* reset.css V1.6  End */
.paged {
	text-align: center;
}
.paged a, .paged .p_info, .paged .current {
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	background: none;
	color: #666;
}
.paged .current, .paged a:hover {
	background: #D1D0D0;
	color: #FFF;
}
.paged ul {
}
.paged li {
	float: left;
	border: 1px solid #D1D0D0;
	margin-right: 5px;
}
.paged .thisclass {
	width: 60px;
	height: 40px;
	border: 1px solid #d1d0d0;
	line-height: 40px;
	background: #d1d0d0;
	color: #fff;
}
.paged ul li:first-child, .paged ul li:last-child {
	width: 60px;
	height: 40px;
	display: inline-block;
	border: 1px solid #d1d0d0;
	line-height: 40px;
	margin-right: 5px;
}
.header {
	-position: fixed;
	width: 100%;
	background-color: #FFF;
	top: 0;
	left: 0;
	height: 180px;
	z-index: 1000;
}
.header h1 {
	text-align: center;
	
}
.header h1 img {
	height: 180px;
}
.asideMenu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	-background-image: url(../images/asidebg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
	-padding-top: 80px;
	background-color:#e6e6e6;
}
.menu > li {
	padding: 25px 0;
	border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
	width: 252px;
}
.menu > li > a {
	position: relative;
	display: block;
}
.menu > li > a:after {
	position: absolute;
	display: none;
	content: '';
	border-right: 10px solid rgba(51, 51, 51, 0.9);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 2;
}
.menu > li .cn {
	padding-left: 95px;
	font-size: 15px;
	color: #333;
}
.menu > li .en {
	padding-left: 95px;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
}
.menu > li:hover .sub {
	opacity: 1;
	visibility: visible;
}
.menu > li:hover .sub li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.menu > li:hover .sub + a:after {
	display: block;
}
.menu .sub {
	position: absolute;
	width: 200px;
	top: 0;
	height: 100%;
	left: 252px;
	background-color: #333;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	box-sizing: border-box;
	padding-top: 80px;
}
.menu .sub li {
	text-align: center;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.menu .sub li a {
	display: block;
	padding: 25px 0;
	line-height: 36px;
	font-size: 15px;
	color: #fff;
}
.menu .sub li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.asideOther {
	position: absolute;
	width: 100%;
	left: 0;
	-bottom: 40px;
	text-align: center;
}
.asidePhone p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.33);
}
.asidePhone span {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.33);
	letter-spacing: .8em;
}
.asideShare {
	padding-top: 30px;
}
.asideShare a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	background-color: rgba(255, 255, 255, 0.3);
	width: 150px;
	height: 150px;
	-border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
}
.asideShare .qq {
	background-image: url(../images/icon1.png);
}
.asideShare .wx {
	background-image: url(../images/icon2.png);
}
.asideShare .wx:hover .asideShareEwm {
	display: block;
}
.asideShare .phone {
	background-image: url(../images/icon10.png);
}
.asideShare .phone:hover .asidePhone {
	display: block;
}
.asideShare .asideShareEwm {
	display: none;
	position: absolute;
	left: -35px;
	bottom: 40px;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	padding: 3px;
	z-index: 2;
	border-radius: 3px;
	overflow: hidden;
}
.asideShare .asideShareEwm img {
	width: 100%;
	height: 100%;
}
.asideShare .asidePhone {
	display: none;
	position: absolute;
	left: -35px;
	bottom: 40px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #FFF;
	z-index: 2;
	border-radius: 3px;
	overflow: hidden;
}
.headerOther {
	float: right;
	padding-right: 130px;
}
.headerSearch {
	float: left;
	padding-top: 26px;
}
.headerSearch input[type="submit"] {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: url(../images/searchbtn1.png) center no-repeat;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	margin-left: -180px;
	padding:10px
}
.headerSearch input[type="text"] {
	display: block;
	float: left;
	margin-left: 5px;
	width: 150px;
	line-height: 22px;
	font-size: 14px;
	border: none;
	border: 1px solid #B2B2B2;
	height: 22px;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.headerIcon {
	float: left;
	padding-top: 13px;
}
.headerIcon a {
	display: inline-block;
	vertical-align: top;
	height: 48px;
	padding-left: 8px;
}
.headerIcon a img {
	height: 48px;
}
.banner {
	box-sizing: border-box;
	padding-top: 80px;
}
.banner .img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .swiper-pagination {
	left: 252px;
	width: auto;
	right: 0;
	bottom: 54px;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	opacity: 1;
	background-color: #FFF;
	border-radius: 0;
	margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.3);
}
.mobileBanner {
	display: none;
	padding-top: 80px;
}
.mobileBanner .img {
	width: 100%;
	height: 0;
	padding-bottom: 63.69231%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.mobileBanner .swiper-pagination {
	bottom: 20px;
}
.mobileBanner .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	opacity: 1;
	background-color: #FFF;
	border-radius: 0;
	margin: 0 5px;
}
.mobileBanner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.3);
}
.indexMain {
	margin-left: 252px;
	background-color: #FFF;
}
.indexBox {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}
.indexTit {
	text-align: center;
}
.indexTit .cn {
	font-size: 26px;
	color: #da251c;
}
.indexTit .en {
	font-size: 12px;
	color: rgba(68, 68, 68, 0.4);
	text-transform: uppercase;
}
.insideMain {
	margin-left: 252px;
	overflow: hidden;
	-padding-top: 80px;
}
.insideBanner {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.insideMobileBanner {
	display: none;
	width: 100%;
	height: 0;
	padding-bottom: 64%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.proMain {
	background-color: #F8F8F8;
	padding: 90px 0;
}
.proMenu {
	position: relative;
	height: 36px;
	text-align: center;
	font-size: 0px;
}
.proMenu a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 129px;
	height: 34px;
	border: 1px solid #DFDFDF;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 34px;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.proMenu a.on, .proMenu a:hover {
	background-color: #da251c;
	color: #FFF;
}
.proTitle {
	padding-top: 20px;
	padding-bottom: 65px;
}
.proTitle .t {
	position: relative;
	text-align: center;
}
.proTitle .cn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #666;
	z-index: 2;
}
.proTitle .en {
	position: relative;
	font-size: 90px;
	line-height: 100px;
	font-family: "Arial";
	color: rgba(238, 238, 238, 0.8);
	z-index: 1;
}
.proTitle .p {
	margin: 0 auto;
	max-width: 890px;
	font-size: 14px;
	color: #777;
	line-height: 30px;
	text-align: center;
}
.proMainListCon {
	margin-bottom: 85px;
}
.hotPro {
	float: left;
	width: 33.81295%;
}
.proList {
	margin-left: 33.81295%;
	box-sizing: border-box;
}
.proList li {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.proList li a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 1px solid #E5E5E5;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
	background-color: #FEFEFE;
	z-index: 10;
}
.proList li a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.proList li a p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10.90909%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #000;
	z-index: 3;
}
.proList li .hoverbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	border-bottom: 2px solid #333;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.proList li:nth-child(-n+4) a {
	border-top: 1px solid #E5E5E5;
}
.proList li:hover a {
	z-index: 11;
}
.proList li:hover .hoverbg {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 0 15px #EDEDED;
}
.hotProCon {
	position: relative;
	width: 100%;
	padding-bottom: 147.16312%;
	background-color: #F0EADE;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	border-right: none;
	border-left: none;
}
.hotFlag {
	position: absolute;
	width: 126px;
	height: 126px;
	top: 0;
	left: 0;
	background-color: #333;
	box-sizing: border-box;
	z-index: 2;
	padding-top: 24px;
	text-align: center;
}
.hotFlag .cn {
	font-size: 28px;
	line-height: 30px;
	margin: 0 auto 4px;
	color: #FFF;
	width: 65px;
}
.hotFlag .en {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}
.hotSwiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.hotSwiper .swiper-silde {
	position: absolute;
}
.hotSwiper .img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.hotSwiper .tit {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 19.27711%;
	z-index: 2;
	color: #686868;
	font-size: 24px;
}
.hotSwiper .swiper-pagination {
	bottom: 7.22892%;
}
.hotSwiper .swiper-pagination-bullet {
	background-color: #686868;
}
.hotSwiper .swiper-pagination-bullet-active {
	background-color: #333;
}
.fastLinkCon {
	margin-left: 252px;
	background-color: #1D1D1D;
	padding: 50px 0;
}
.groupLink {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
	overflow: hidden;
}
.groupLink dt {
	float: left;
	width: 14.28571%;
	text-align: center;
	font-size: 14px;
	color: #B5B5B5;
	line-height: 24px;
}
.groupLink dd {
	text-align: center;
	float: left;
	width: 14.28571%;
	line-height: 24px;
}
.groupLink dd a {
	font-size: 14px;
	color: #B5B5B5;
}
.groupLink dd a:hover {
	color: #333;
}
.fastLinkTb {
	float: left;
	width: 71.42857%;
	display: table;
}
.fastLinkTc {
	width: 20%;
	display: table-cell;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}
.fastLinkTc dt a {
	color: #B5B5B5;
	font-size: 14px;
	line-height: 26px;
}
.fastLinkTc dd a {
	font-size: 13px;
	color: #8F8F8F;
	line-height: 26px;
}
.fastLinkTc a:hover {
	color: #333;
}
.footerContact {
	position: relative;
	margin-left: 71.42857%;
	box-sizing: border-box;
	padding-left: 4%;
	font-size: 12px;
	line-height: 26px;
	color: #8F8F8F;
}
.footerContact b {
	font-weight: normal;
	font-size: 14px;
	color: #B5B5B5;
}
.footer {
	margin-left: 252px;
	background-color: #da251c;
	padding: 15px 0;
}
.friendLink {
	float: right;
	margin-right: 6.5%;
}
.friendLinkSelect {
	height: 31px;
	line-height: 31px;
	width: 230px;
	background: none;
	cursor: pointer;
	border: none;
	border: 1px solid rgba(255,255,255,.13)
}
.friendLinkSelect .customSelectInner {
	font-size: 14px;
	color: rgba(254, 254, 254, 0.55);
	box-sizing: border-box;
	padding-right: 10px;
	background: url(../images/icon3.png) 99% center no-repeat;
	background: url(../images/icon3.png) right center no-repeat
}
.footerPhone {
	display: none;
	text-align: center;
	margin-bottom: 10px;
}
.footerPhone .num {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
}
.footerPhone .word {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: .5em;
}
.copyright {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 31px;
	color: #ffffff;
	
}
.copyright > a {
	color: #fff;
}
.copyright > a:hover {
	color: #333;
}
.footerShare {
	display: none;
	vertical-align: top;
}
.footerShare a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	background-color: #686868;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
}
.footerShare .qq {
	background-image: url(../images/icon1.png);
}
.footerShare .wx {
	background-image: url(../images/icon2.png);
}
.footerShare .wx:hover .footerShareEwm {
	display: block;
}
.footerShare .phone {
	background-image: url(../images/icon10.png);
}
.footerShare .footerShareEwm {
	display: none;
	position: absolute;
	left: -35px;
	bottom: 40px;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	padding: 3px;
	z-index: 2;
	border-radius: 3px;
	overflow: hidden;
}
.footerShare .footerShareEwm img {
	width: 100%;
	height: 100%;
}
.mobileMenu {
	display: none;
	float: right;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	background-image: url(../images/menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.mobileSideMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
.mobileSideMenu .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.mobileSideMenu .sideWrapper {
	padding-bottom: 15px;
}
.mobileSlideBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: url(../images/mobilemenubg2.jpg) right top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}
.mobileSlideBox.on {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.mobileSlideBox .mobileSlideBg {
	position: absolute;
	width: 180px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color:#fff;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.mobileSlideScroller {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.mobileMenuCon {
	width: 180px;
}
.mobileMenuCon > li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.mobileMenuCon > li h3 {
	position: relative;
}
.mobileMenuCon > li h3 a {
	display: inline-block;
	padding: 10px 0 10px 30px;
}
.mobileMenuCon > li h3:after {
	position: absolute;
	display: none;
	content: '';
	border-right: 8px solid rgba(177, 44, 50, 0.9);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	right: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}
.mobileMenuCon > li.open .sub {
	visibility: visible;
	opacity: 1;
}
.mobileMenuCon > li.open h3:after {
	display: block;
}
.mobileMenuCon .cn {
	font-size: 14px;
	color: #333;
}
.mobileMenuCon .en {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}
.mobileMenuCon .sub {
	position: absolute;
	top: 0;
	left: 180px;
	top: 0;
	width: 120px;
	opacity: 0;
	visibility: hidden;
}
.mobileMenuCon .sub li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.mobileMenuCon .sub li a {
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	color: rgba(254, 231, 232, 0.77);
}
.mobileMenuCon .sub li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.proInfoMain {
	margin-left: 252px;
	padding-top: 105px;
	box-sizing: border-box;
	min-height: 850px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.proSlideCon {
	float: left;
	width: 822px;
	overflow: hidden;
}
.proSlideCon .sp-right-thumbnails {
	padding-top: 99px;
	padding-bottom: 99px;
	background-color: #FFF;
	border: 1px solid #DFDEDD;
}
.proSlideCon .sp-bottom-thumbnails {
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;
	border: 1px solid #DFDEDD;
}
.proSlideCon .sp-right-thumbnails {
	min-height: 448px;
}
.proSlideCon .sp-slides .img {
	position: absolute;
	border: 1px solid #DFDEDD;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.proSlideCon .sp-slides .img img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.proSlideCon .sp-thumbnail {
	margin: 0 auto;
	width: 140px;
	height: 100%;
	box-sizing: border-box;
	background-color: #FFF;
}
.proSlideCon .sp-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
}
.proSlideCon .sp-thumbnail-arrow {
	width: 50px;
	height: 50px;
}
.proSlideCon .sp-previous-thumbnail-arrow {
	background: url(../images/arrow3.png) center no-repeat;
	top: 20px;
	left: -20px;
}
.proSlideCon .sp-next-thumbnail-arrow {
	background: url(../images/arrow4.png) center no-repeat;
	bottom: 20px;
	left: -20px;
}
.proIntroCon {
	margin-left: 870px;
}
.proIntroTb {
	display: table;
	width: 100%;
	height: 648px;
}
.proIntroTc {
	display: table-cell;
	width: 100%;
	height: 648px;
	vertical-align: middle;
}
.proIntroTc h5 {
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
}
.proIntroTc .p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	padding: 15px 0 25px;
}
.proIntroTc .btn a {
	display: block;
	float: left;
	box-sizing: border-box;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	width: 30%;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.proIntroTc .btn a:first-child {
	width: 40%;
}
.proIntroTc .btn a.on {
	-border-color: #ef4350;
	background: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.proIntroTc .btn a:hover {
	background-color: #333;
}
.caseMain {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}
.caseListCon {
	padding-top: 55px;
	overflow: hidden;
}
.caseListCon li {
	float: left;
	width: 270px;
	height: 196px;
	box-sizing: border-box;
	margin: 0 23px 70px;
}
.caseListCon li a {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 196px;
	background-color: #FFF;
}
.caseListCon li:hover .img span {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.caseListCon .wrapper {
	position: relative;
	width: 100%;
	height: 196px;
	z-index: 1;
}
.caseListCon .wrapper:after {
	position: absolute;
	display: block;
	content: '';
	width: 95%;
	height: 10px;
	border-radius: 50%;
	box-shadow: 0 0 20px #8E8E8E;
	left: 2.5%;
	bottom: 0;
}
.caseListCon .img {
	position: relative;
	width: 100%;
	height: 196px;
	padding-bottom: 100%;
	overflow: hidden;
}
.caseListCon .img span {
	display: block;
	position: absolute;
	width: 100%;
	height: 196px;
	top: 0;
	left: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.caseListCon .info {
	padding: 40px 30px 30px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.caseListCon .info h4 {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #3B3B3B;
	margin-bottom: 12px;
}
.caseListCon .info .p {
	font-size: 14px;
	line-height: 26px;
	color: #777;
	height: 78px;
	overflow: hidden;
}
.caseInfoMain {
	padding-top: 60px;
	padding-bottom: 75px;
	background-image: url(../images/proinfobg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.caseInfoBox {
	margin: 0 auto;
	width: 1174px;
	padding: 35px 65px 35px 35px;
	box-sizing: border-box;
	border: 1px solid #DAD6D2;
	background-color: rgba(255, 255, 255, 0.82);
}
.caseSwiperCon {
	position: relative;
	float: left;
	width: 544px;
	padding: 0 30px;
}
.caseSwiperCon .img {
	width: 100%;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.caseSwiperCon .caseSwiperPrev {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50%;
	margin-top: -23px;
	left: 0;
	border-radius: 50%;
	background: #E4E4E4 url(../images/arrow5.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.caseSwiperCon .caseSwiperPrev:hover {
	background-color: gainsboro;
}
.caseSwiperCon .caseSwiperNext {
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50%;
	margin-top: -23px;
	right: 0;
	border-radius: 50%;
	background: #E4E4E4 url(../images/arrow6.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.caseSwiperCon .caseSwiperNext:hover {
	background-color: gainsboro;
}
.caseIntroCon {
	margin-left: 660px;
	padding-top: 55px;
}
.caseIntroCon h5 {
	font-size: 20px;
	color: #3B3B3B;
	padding-bottom: 15px;
	border-bottom: 1px dashed #9B9B9B;
}
.caseIntroCon .p {
	font-size: 14px;
	color: #777;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: 1px dashed #9B9B9B;
}
.caseIntroCon .btn {
	padding-top: 35px;
}
.caseIntroCon .btn a {
	display: block;
	float: left;
	box-sizing: border-box;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #333;
	color: #FFF;
	font-size: 16px;
	border-right: 1px solid white;
	width: 30%;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.caseIntroCon .btn a:first-child {
	width: 40%;
}
.caseIntroCon .btn a:hover {
	background-color: #333;
}
.caseIntroCon .btn a.on {
	
	background: #333;
	transition: all 0.2s ease;
}
.newsMain {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.newsList {
	padding-bottom: 50px;
	padding-top: 10px;
}
.newsList li {
	background-color: #FFF;
}
.newsList li:nth-child(2n) {
	background-color: #F8F8F8;
}
.newsList li:hover a {
	z-index: 2;
	box-shadow: 0 0 20px #E4E4E4;
}
.newsList li:hover .wrapper span {
	visibility: visible;
}
.newsList li:hover .wrapper span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.newsList li:hover .info h4 {
	color: #BE2D2D;
}
.newsList a {
	position: relative;
	display: block;
	padding: 35px 0;
	z-index: 1;
}
.newsList .img {
	float: right;
	padding: 5px;
	border: 1px solid #DCDCDC;
	background-color: #FFF;
}
.newsList .wrapper {
	position: relative;
	width: 232px;
	height: 172px;
	overflow: hidden;
}
.newsList .wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}
.newsList .wrapper span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
}
.newsList .wrapper span:after {
	position: absolute;
	display: block;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #FFF;
	content: '+';
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	background-color: #333;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}
.newsList .time {
	float: left;
	padding-top: 55px;
}
.newsList .time p {
	font-size: 50px;
	font-family: 'Arial';
	color: #999;
}
.newsList .time .arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #F8F8F8;
	border: 1px solid #E7E7E7;
	background-image: url(../images/arrow6.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.newsList .info {
	margin-left: 150px;
	margin-right: 330px;
	padding-top: 55px;
}
.newsList .info h4 {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	color: #333;
	margin-bottom: 20px;
	overflow: hidden;
}
.newsList .info .p {
	font-size: 14px;
	line-height: 27px;
	color: #888;
	height: 54px;
	overflow: hidden;
}
.newsArticleTit {
	padding-bottom: 35px;
	border-bottom: 1px dashed #D4D4D4;
	text-align: center;
}
.newsArticleTit h2 {
	font-size: 26px;
	color: #444;
	margin-bottom: 5px;
}
.newsArticleTit .time {
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
.newsArticle {
	padding: 25px 0;
	font-size: 13px;
	color: #666;
	line-height: 30px;
}
.newsArticle p {
	margin-bottom: 13px;
}
.newsArticle ul li {
	list-style-type: disc;
}
.newsArticle ol li {
	list-style-type: decimal;
}
.newsArticle img {
	max-width: 100%;
}
.newsArticle .aboutImg {
	float: left;
	width: 450px;
	max-width: 100%;
}
.newsArticle .aboutInfo {
	margin-left: 470px;
}
.newsArticleBackBtn {
	display: block;
	width: 100%;
	background-color: #F8F8F8;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	color: #777;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.newsArticleBackBtn span {
	display: inline-block;
	vertical-align: top;
	height: 55px;
	padding-left: 30px;
	background: url(../images/arrow7.png) left center no-repeat;
}
.newsArticleBackBtn:hover {
	background-color: #BE2D2D;
	color: #FFF;
}
.newsArticleBackBtn:hover span {
	background-image: url(../images/arrow8.png);
}
.indexAbout {
	padding-top: 50px;
}
.indexAbout .img {
	display: block;
	position: relative;
	margin-left: 30%;
	width: 785px;
	height: 548px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.indexAbout .img img {
	max-width: 100%;
}
.indexAbout .info {
	position: absolute;
	left: 0;
	bottom: 110px;
	height: 334px;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	font-size: 14px;
	line-height: 30px;
	color: #777;
	display: table;
	width: 660px;
	z-index: 2;
}
.indexAbout .info .p {
	display: table-cell;
	width: 100%;
	height: 334px;
	text-align: center;
	vertical-align: middle;
}
.indexAbout .info .p span {
	display: inline-block;
	vertical-align: middle;
	height: 150px;
	max-width: 430px;
	padding: 0 10px;
	overflow: hidden;
}
.indexAbout .info:after {
	position: absolute;
	display: block;
	content: '';
	width: 59px;
	height: 59px;
	right: -29px;
	bottom: -1px;
	z-index: 2;
	background-image: url(../images/icon4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333;
}
.indexAbout .more {
	position: absolute;
	display: block;
	width: 317px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	background-image: url(../images/icon5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-color: #3C3C3C;
	color: #FFF;
	font-size: 16px;
	right: 0;
	bottom: 110px;
	z-index: 3;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexAbout .more:hover {
	background-color: #333;
}
.indexMenu {
	padding-top: 25px;
	text-align: center;
}
.indexMenu a {
	display: inline-block;
	vertical-align: top;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	font-size: 13px;
	color: #666;
	border: 1px solid #D3D3D3;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
	cursor: pointer;
}
.indexMenu a.cur, .indexMenu a:hover {
	color: #FFF;
	background-color: #333;
}
.indexPro {
	padding-top: 35px;
}
.indexPro ul {
	display: none;
}
.indexPro ul li {
	position: relative;
	float: left;
	width: 20%;
	z-index: 1;
}
.indexPro ul li:hover {
	z-index: 2;
}
.indexPro ul li:hover a {
	box-shadow: 0 0 50px #EAEAEA;
	border-bottom: 1px solid #333;
}
.indexPro ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
	cursor: pointer;
}
.indexPro ul li img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.indexPro ul li p {
	position: absolute;
	text-align: center;
	font-size: 14px;
	font-family: 'Arial';
	color: #000;
	left: 0;
	bottom: 35px;
	line-height: 20px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	z-index: 3;
}
.indexCaseRecommandCon {
	padding: 13px;
	box-sizing: border-box;
	background-color: #F8F8F8;
	position: relative;
	margin-top: 30px;
}
.indexCaseRecommandCon .whiteBg {
	position: absolute;
	width: 532px;
	top: 13px;
	left: 13px;
	bottom: 13px;
	background-color: #FFF;
	z-index: 1;
}
.indexCaseRecommandBox {
	position: relative;
	z-index: 2;
	padding: 46px 50px;
}
.indexCaseSwiper {
	width: 100%;
}
.indexCaseSwiper .swiper-slide {
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-left: none;
	box-sizing: border-box;
}
.indexCaseSwiper .img {
	position: relative;
	display: block;
	float: left;
	width: 450px;
	height: 300px;
	background-color: #FFF;
	overflow: hidden;
}
.indexCaseSwiper .img span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
.indexCaseSwiper .img:hover span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.indexCaseSwiper .info {
	margin-left: 520px;
	margin-right: 90px;
	padding-top: 60px;
	background-color: #FFF;
}
.indexCaseSwiper .info h4 {
	margin-bottom: 15px;
}
.indexCaseSwiper .info h4 a {
	font-size: 18px;
	color: #3B3B3B;
}
.indexCaseSwiper .info h4 a:hover {
	color: #C9151E;
}
.indexCaseSwiper .info .p {
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	color: #777;
	overflow: hidden;
}
.indexCaseSwiper .casePrevBtn {
	position: absolute;
	width: 86px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	background-color: #262626;
	bottom: 0;
	z-index: 3;
	left: 364px;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexCaseSwiper .casePrevBtn:hover {
	background-color: #333;
}
.indexCaseSwiper .caseNextBtn {
	position: absolute;
	width: 86px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	background-color: #262626;
	bottom: 0;
	z-index: 3;
	left: 450px;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexCaseSwiper .caseNextBtn:hover {
	background-color: #333;
}
.indexCaseSwiper .more {
	position: absolute;
	display: block;
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/icon5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-color: #3C3C3C;
	color: #FFF;
	font-size: 16px;
	left: 0;
	bottom: 0;
	z-index: 3;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexCaseSwiper .more:hover {
	background-color: #BE2D2D;
}
.indexCaseList {
	padding-top: 50px;
	margin: 0 auto;
	width: 1415px;
}
.indexCaseList li {
	float: left;
	margin: 0 7px;
	width: 269px;
	box-sizing: border-box;
}
.indexCaseList li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.indexCaseList li a:hover .img span {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.indexCaseList li .img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-color: #FFF;
}
.indexCaseList li .img span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexCaseList li p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #F8F8F8;
	text-align: center;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.indexNewsCon {
	padding-top: 30px;
}
.bigNewsCon {
	float: left;
	width: 50%;
}
.bigNewsCon li {
	margin-bottom: 10px;
}
.bigNewsCon li a {
	display: block;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid transparent;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.bigNewsCon li a:hover {
	border-color: #DFDFDF;
	box-shadow: 0 0 30px #E2E2E2;
}
.bigNewsCon li a:hover .wrapper span {
	visibility: visible;
}
.bigNewsCon li a:hover .wrapper span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.bigNewsCon li .img {
	float: left;
}
.bigNewsCon li .wrapper {
	position: relative;
	width: 295px;
	height: 218px;
	overflow: hidden;
}
.bigNewsCon li .wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}
.bigNewsCon li .wrapper span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
}
.bigNewsCon li .wrapper span:after {
	position: absolute;
	display: block;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #FFF;
	content: '+';
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	background-color: #333;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}
.bigNewsCon li .info {
	margin-left: 340px;
	margin-right: 30px;
	padding-top: 35px;
}
.bigNewsCon li .info h5 {
	font-size: 16px;
	color: #444;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
}
.bigNewsCon li .info .p {
	font-size: 12px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #888;
	margin-bottom: 10px;
}
.bigNewsCon li .time {
	font-size: 12px;
	color: #888;
}
.smallNewsCon {
	float: left;
	width: 50%;
}
.smallNewsCon li {
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	width: 50%;
}
.smallNewsCon li a {
	display: block;
	background-color: #FFF;
	padding: 45px 30px 0;
	border: 1px solid transparent;
	height: 240px;
	box-sizing: border-box;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.smallNewsCon li a:hover {
	border-color: #DFDFDF;
	box-shadow: 0 0 30px #E2E2E2;
}
.smallNewsCon li h5 {
	font-size: 16px;
	color: #444;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
}
.smallNewsCon li .p {
	font-size: 12px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #888;
	margin-bottom: 10px;
}
.smallNewsCon li .time {
	font-size: 12px;
	color: #888;
}
.indexPartnerCon {
	box-sizing: border-box;
	padding: 30px 30px 0;
	position: relative;
}
.indexPartnerCon .partnerPrev {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: 3px;
	z-index: 2;
	background: #CCC url(../images/arrow2.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexPartnerCon .partnerPrev:hover {
	background-color: #BE2D2D;
}
.indexPartnerCon .partnerNext {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	right: 0;
	top: 50%;
	margin-top: 3px;
	z-index: 2;
	background: #CCC url(../images/arrow2.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.indexPartnerCon .partnerNext:hover {
	background-color: #BE2D2D;
}
.indexPartner .swiper-slide {
	width: auto;
	text-align: center;
}
.indexPartner img {
	height: 100px;
	width: 170px;
}
.aboutMain {
	padding-top: 75px;
	padding-bottom: 100px;
}
.longMenu {
	position: relative;
}
.longMenu dt {
	display: none;
	border-bottom: 1px solid #D3D3D3;
	font-size: 13px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	position: relative;
	background-color: #BE2D2D;
	overflow: hidden;
}
.longMenu dt:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/arrow2.png) center no-repeat;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.longMenu dt.open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.longMenu dd {
	text-align: center;
}
.longMenu dd a {
	display: inline-block;
	vertical-align: top;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	font-size: 13px;
	color: #666;
	border: 1px solid #D3D3D3;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
	cursor: pointer;
}
.longMenu dd a.cur, .longMenu dd a:hover {
	color: #FFF;
	background-color: #BE2D2D;
}
.partnerList {
	width: 1130px;
	margin: 0 auto;
	padding-top: 75px;
}
.partnerList li {
	float: left;
	width: 20%;
	position: relative;
	z-index: 1;
}
.partnerList li a {
	width: 100%;
	display: block;
	padding-bottom: 66.37168%;
	background-color: #FFF;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.partnerList li a img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.partnerList li:hover {
	z-index: 2;
}
.partnerList li:hover a {
	box-shadow: 0 0 30px #EAEAEA;
}
.contactMain {
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #FFF;
}
.mapCon {
	position: relative;
	padding-top: 35px;
}
.mapCon .shadow {
	position: absolute;
	z-index: 1;
	width: 80%;
	height: 10px;
	border-radius: 50%;
	box-shadow: 0 0 40px #666;
	left: 10%;
	bottom: 0;
}
.mapBox {
	position: relative;
	z-index: 2;
	background-color: #FFF;
}
.mapBox .info {
	float: left;
	display: table;
	width: 458px;
	height: 550px;
	background-color:#000;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.mapBox .contacttd {
	display: table-cell;
	width: 100%;
	height: 550px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 40px;
}
.mapBox .t {
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.mapBox .cn {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
}
.mapBox .en {
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.mapBox .p {
	padding-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.mapBox .p a {
	color: #FFF;
}
.mapBox .p a:hover {
	text-decoration: underline;
}
.map {
	position: relative;
	margin-left: 458px;
	height: 550px;
	overflow: hidden;
}
.map .box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.messageCon {
	padding-top: 65px;
	position: relative;
}
.messageCon .shadow {
	position: absolute;
	z-index: 1;
	width: 80%;
	height: 10px;
	border-radius: 50%;
	box-shadow: 0 0 40px #666;
	left: 10%;
	bottom: 0;
}
.messageCon .box {
	position: relative;
	z-index: 2;
	background-color: #F8F8F8;
}
.messageCon .img {
	float: left;
	width: 524px;
	height: 636px;
	box-shadow: 0 0 40px #F3F3F3;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.messageCon .info {
	margin-left: 524px;
	box-sizing: border-box;
	height: 634px;
	padding-top: 65px;
	padding-right: 20px;
	padding-left: 20px;
}
.mesForm {
	width: 714px;
	max-width: 100%;
	margin: 0 auto;
}
.mesForm li {
	overflow: hidden;
}
.mesForm .sInputBox {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.mesForm .sInputBox:nth-child(2n+1) {
	padding-right: 2px;
}
.mesForm .sInputBox:nth-child(2n) {
	padding-left: 2px;
}
.mesForm .sInputBox .word {
	float: left;
	line-height: 55px;
	height: 55px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	background-color: #FFF;
	padding-left: 25px;
	width: 75px;
	font-size: 14px;
	color: #666;
}
.mesForm .sInputBox .input {
	margin-left: 100px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFF;
	height: 55px;
	overflow: hidden;
}
.mesForm .sInputBox .input input[type="text"] {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: none;
	border: none;
	font-size: 14px;
	color: #666;
	-webkit-appearance: none;
}
.mesForm .lInputBox {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	margin-bottom: 5px;
}
.mesForm .lInputBox .word {
	line-height: 25px;
	padding-left: 25px;
	padding-top: 15px;
	width: 75px;
	font-size: 14px;
	color: #666;
}
.mesForm .lInputBox .input {
	padding: 0 25px;
}
.mesForm .lInputBox .input textarea {
	border: none;
	width: 100%;
	font-size: 14px;
	padding: 15px 0;
	color: #666;
	line-height: 25px;
	height: 125px;
	resize: none;
	-webkit-appearance: none;
}
.mesForm input[type="submit"] {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	background-color: #333;
	border: none;
	font-size: 15px;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.mesForm input[type="submit"]:hover {
	background-color: #333;
}
.honorList {
	margin: 0 auto;
	padding-top: 65px;
	width: 1128px;
}
.honorList li {
	float: left;
	width: 262px;
	margin: 0 10px 50px;
}
.honorList li a {
	display: block;
	cursor: pointer;
}
.honorList li .wrapper {
	padding: 8px;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.honorList li .img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ADADAD;
	padding: 2px;
	background-color: #FFF;
}
.honorList li .img span {
	display: block;
	width: 100%;
	padding-bottom: 76.11336%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.honorList li .p {
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.honorList li:hover .wrapper {
	background-color: #FFF;
	box-shadow: 0 0 30px #CDCDCD;
}
.honorList li:hover .p {
	color: #BE2D2D;
}
.imgDialog {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(121, 117, 117, 0.9);
	z-index: 999;
}
.imgDialog .dialogCon {
	position: absolute;
	width: 640px;
	max-width: 100%;
	padding: 45px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 0 0 10px #6A6868;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.imgDialog .close {
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 26px;
	color: #777;
	top: 0;
	right: 0;
	cursor: pointer;
}
.imgDialog .close:hover {
	color: #FFF;
	background-color: #BE2D2D;
}
.imgDialog .img {
	position: relative;
	width: 100%;
	padding-bottom: 71.01968%;
	margin-bottom: 10px;
}
.imgDialog .img img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.imgDialog .tit {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 10px;
}
.imgDialog .tit p {
	margin-right: 80px;
	font-size: 18px;
	color: #555;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.imgDialog .next {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/arrow6.png) center no-repeat;
	margin-left: 8px;
	cursor: pointer;
	background-size: 100% 100%;
}
.imgDialog .prev {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/arrow5.png) center no-repeat;
	cursor: pointer;
	background-size: 100% 100%;
}
.imgDialog .p {
	font-size: 12px;
	line-height: 24px;
	color: #555;
}
/*10.14*/
.swiper-slide .more {
	position: absolute;
	display: block;
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/icon5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-color: #3C3C3C;
	color: #FFF;
	font-size: 16px;
	right: 0;
	left: 0;
	bottom: 0px;
	z-index: 3;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.swiper-slide .more:hover {
	background-color: #333;
}
/*10.17*/
.article {
	position: relative;
	padding: 16px 0 10px;
	border-top: 1px solid #dedede;
}
.article ul {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.article ul li a {
	color: #666;
}
.article ul li a:hover {
	color: #007dc5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.indexFloatCon {
	position: fixed;
	display: block;
	right: 0;
	bottom: 0;
	width: 52px;
	z-index: 9999;
	background: #fff;
}
.indexFloatCon li {
	position: relative;
	margin-top: 1px;
	height: 50px;
*margin-top: -3px;
	border: 1px solid #d9d9d9;
}
.indexFloatCon li:first-child {
	margin-top: 0;
}
.indexFloatCon li a {
	display: block;
	height: 50px;
}
.indexFloatCon li a:hover {
	background: #333;
}
.indexFloatCon li a.back2up {
	background: url(../images/top1.png) center center no-repeat #333;
}
.indexFloatCon li a.back2up:hover {
	background: url(../images/top1.png) center center no-repeat #333;
}
.indexFloatCon li a.online {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	background: url(../images/qq.png) 6px center no-repeat #fff;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-indent: 50px;
}
.indexFloatCon li a.online:hover {
	background: url(../images/qq1.png) 6px center no-repeat #333
}
/* .indexFloatCon li a.wb { background: url(../images/wb.jpg) center center no-repeat; overflow: hidden; }
.indexFloatCon li a.wb:hover { background: url(../images/wb1.jpg) center center no-repeat #db2f43; }
 */
.indexFloatCon li a.wb {
	overflow: hidden;
	font-size: 17px;
	color: #666;
	text-align: center;
}
.indexFloatCon li a.wb:hover {
	background: #db2f43;
	color: #fff;
}
.indexFloatCon li a.erweima {
	background: url(../images/wx.png) center center no-repeat;
}
.indexFloatCon li a.erweima:hover {
	background: url(../images/wx1.png) center center no-repeat #db2f43
}
.indexFloatCon li .ewmCon {
	position: absolute;
	display: none;
	padding: 13px 10px 10px;
	bottom: 0;
	right: 50px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 5px #dbdbdb;
	font-size: 12px;
}
.indexFloatCon li .ewmCon .ewm {
	float: left;
	margin: 0 10px;
	width: 110px;
	text-align: center;
}
.indexFloatCon li .ewmCon .ewm img {
	display: block;
	width: 100%;
}
.indexFloatCon li .ewmCon .ewm p {
	color: #343434;
	margin-top: 5px;
}
.indexFloatCon li a.phone {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	background: url(../images/phone.png) 6px center no-repeat #fff;
	font-size: 17px;
	color: #fff;
	line-height: 50px;
	text-indent: 50px;
*margin:2px 0 0;
}
.indexFloatCon li a.phone:hover {
	background: url(../images/phone1.png) 6px center no-repeat #db2f43
}
/*10.12*/
.service {
	background: #b22823;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 1px 1px 6px #575252;
	-moz-box-shadow: 1px 1px 6px #575252;
	box-shadow: 1px 1px 6px #575252;
	display: none;
}
.service span {
	display: block;
	width: 33.33%;
	height: 45px;
	line-height: 45px;
	font-size: 1.2rem;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.service span a {
	color: #ffeed9 !important;
	text-decoration: none;
	text-shadow: 1px 1px 1px #077fa2;
	font-weight: 400 !important;
}
.service span:first-child {
	border-right: 1px solid #eee;
}
.service span:last-child {
	border-left: 1px solid #eee;
}
.service span img {
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
	margin-right: 5px;
}
.pagination a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination a.page-num-current {
	background: #da251c;
	color: #fff;
	border: 1px solid #da251c;
}
/*.pagination a.page-num-current, .pagination a.page-num-current:hover {
	background: transparent;
	border-color: #da251c;
	color: #fff;
	cursor: default;
}*/




.index-case {
	height: auto;
	overflow: hidden;
	text-align: center;
	
}
.index-case .prev {
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/prev.png) no-repeat;
}
.index-case .next {
	display: block;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/next.png) no-repeat;
}
.index-case .content {
	padding: 0 80px;
	position: relative;
}
.index-case ul {
	overflow: hidden;
	zoom: 1;
	width: 910px;
	height: auto;
}
.index-case ul li {
	float: left;
	width: 240px;
	overflow: hidden;
	height: 220px;
	margin-right: 20px;
}
.index-case ul li img {
	width: 230px;
	height: 167px;
	padding: 3px;
	border: 1px solid #c1c1c1;
}

.container {
	width: 1200px;
	margin: 0 auto;
}


.sec-title {
	text-align: center;
	padding: 30px 0;
}
.sec-title span {
	font-size: 30px;
	height: 50px;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}
.sec-title span:after {
	width: 30px;
	height: 2px;
	content: '';
	background: #007bdf;
	position: absolute;
	bottom: 0;
	left: 42%;
}
.sec-title p {
	font-size: 14px;
	margin-top: 20px;
}
