@charset "UTF-8";
/* -------------------------------- 初始化样式 -------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
	font-family: "Microsoft YaHei", "Heiti SC", "tahoma", "Arial", "Hiragino Sans GB", "\5B8B\4F53", "sans-serif";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-weight: normal;
	background-color: #ffffff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, em, h6, b, p, i {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important;
}

ol, ul, li, dl, dt, dd {
	list-style: none outside none;
}

ul:after, dl:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

table {
	border-collapse: collapse;
}

input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check, input[type=checkbox]::-ms-check {
	display: none;
}

input[type="submit"], input[type="reset"], input[type="button"], input {
	resize: none;
	border: none;
}

:focus {
	outline: none;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

.pr {
	position: relative !important;
}

.ovfl {
	overflow: hidden;
}

.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.txt-cut {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
}

.img {
	font-size: 0;
	-ms-interpolation-mode: bicubic;
	border: none;
}

.img-size img {
	width: 100%;
	height: 100%;
}

.w100 {
	width: 100% !important;
}

.h100 {
	height: 100%;
}

.mg-auto {
	margin: auto;
}

.wrap {
	padding: 0 8.33%;
}

.box-cnt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.automatic-01, .automatic-02, .automatic-03, .automatic-04, .automatic-05, .automatic-06, .automatic-07, .automatic-08 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.layout {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

/*内页-swiper翻页*/
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


/* 公共样式 */
/* 头部 */
.hd-heard {
	height: 90px;
	background-color: #ffffff;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	height: 60px;
}

.hd-heard-nav {
	height: 90px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hd-heard-menu {
	height: 90px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hd-heard-menu li {
	width: 128px;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.hd-heard-menu li::before {
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	display: block;
	width: 2px;
	height: 8px;
	background-color: #B6B6B6;
}

.hd-heard-menu li:last-child::before {
	display: none;
}

.hd-heard-menu li a {
	position: relative;
	display: inline-block;
	height: 90px;
	line-height: 90px;
	color: #0D0D0D;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

.hd-heard-menu li a span {
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	width: 0px;
	height: 0px;
	background-color: #EE0632;
}

.hd-heard-menu li a:hover {
	color: #EE0632;
}

.hd-heard-btn {
	position: relative;
	margin-left: 44px;
	width: 128px;
	height: 42px;
	background-color: #0D0D0D;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	
}

.hd-heard-btn span {
	position: relative;
	z-index: 2;
	display: block;
	color: #ffffff;
}

.hd-heard-btn::before {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	content: " ";
	position: absolute;
	z-index: 1;
	height: 42px;
	width: 0;
	left: 0;
	top: 0;
	background-color: #EE0632;
}

.hd-heard-btn:hover::before {
	width: 128px;
}

/* 底部 */
.foot {
	background-color: #222222;
}

.foot__h2 {
	padding-bottom: 19px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.top-foot {
	padding-top: 4.75%;
	padding-bottom: 4.75%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #393939;
}

.top-foot-box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 42.62%;
}

.top-foot-box-l {
	width: 52.93%;
}

.top-foot-box-l p {
	line-height: 28px;
	font-size: 14px;
	color: #7A7A7A;
}

.top-foot-box-l-btn {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	width: 136px;
	height: 42px;
	border-radius: 27px;
	border: 1px solid #393939;
	line-height: 42px;
	font-size: 14px;
	color: #7A7A7A;
}

.top-foot-box-l-btn i {
	width: 17px;
	height: 20px;
	margin-right: 10px;
	background-image: url(../images/icon-01@2x.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.top-foot-box-l-btn i img {
	vertical-align: top;
}

.top-foot-box-l-btn span {
	font-size: 14px;
	color: #7A7A7A;
}

.top-foot-box-l-btn:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}

.top-foot-box-l-btn:hover span {
	color: #222222;
}

.top-foot-box-r {
	width: 19.94%;
}

.top-foot-box-r-wx {
	width: 100%;
}

.top-foot-contact {
	width: 31.75%;
}

.top-foot-contact__list {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.top-foot-contact a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-right: 3.74%;
	margin-bottom: 3.74%;
	align-items: center;
	width: 22.19%;
	height: 42px;
	border: 1px solid #393939;
	line-height: 42px;
	font-size: 14px;
	color: #7A7A7A;
	box-sizing: border-box;
}

.top-foot-contact a:nth-child(4n) {
	margin-right: 0;
}

.top-foot-contact a i {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-image: url(../images/icon-02@2x.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.top-foot-contact a i img {
	vertical-align: top;
}

.top-foot-contact a span {
	font-size: 14px;
	color: #7A7A7A;
}

.top-foot-contact a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}

.top-foot-contact a:hover span {
	color: #222222;
}

.bot-foot {
	height: 60px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #7A7A7A;
}

.bot-foot a {
	color: #7A7A7A;
}

.iPartners {
    padding-top: 4.75%;
    padding-bottom: 4.75%;
}

.iPartners__list {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.iPartners__item {
    width: 10.73%;
    margin-right: 7.12%;
}

.iPartners__item:nth-child(6n) {
    margin-right: 0;
}

.iPartners__item-box {
    padding-top: 61.79%;
    z-index: 10;
    text-align: center;
}

.iPartners__item-box img {
    max-width: 100%;
    max-height: 100%;
}

.floatIng {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.floatIng-show {
	display: block !important;
}

.floatIng-box {
	width: 36.5%;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	
}

.floatIng-box-cnt {
	padding: 0 6.50% 6.50%;
}

.floatIng-box-cnt-title {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 68px;
	border-bottom: 1px solid #F1F1F1;
}

.floatIng-box-cnt-title h3 {
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #0D0D0D;
}

.floatIng-box-cnt-title i {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.floatIng-box-cnt-mgs {
	padding-top: 7.48%;
	display: none;
}

.floatIng-box-cnt-mgs__item {
	padding: 0 3.94%;
	height: 48px;
	background-color: #F1F1F1;
	margin-bottom: 3.94%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.floatIng-box-cnt-mgs__item:nth-child(3) {
	padding-right: 0;
}

.floatIng-box-cnt-mgs__item input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 16px;
	color: #0D0D0D;
}

.floatIng-box-cnt-mgs__item input::-webkit-input-placeholder {
	color: #979C9B;
}

.floatIng-box-cnt-mgs__item input::-moz-placeholder {
	color: #979C9B;
}

.floatIng-box-cnt-mgs__item input:-moz-placeholder {
	color: #979C9B;
}

.floatIng-box-cnt-mgs__item input:-ms-input-placeholder {
	color: #979C9B;
}

.floatIng-box-cnt-mgs__item input:last-child {
	width: 73.23%;
}

.mgs-yzm {
	width: 26.77%;
	background-color: #0D0D0D;
}

.floatIng-box-cnt-mgs-btn {
	cursor: pointer;
	height: 48px;
	background-color: #0D0D0D;
	line-height: 48px;
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.floatIng-box-cnt-contact {
	padding-top: 7.48%;
	display: none;
}

.floatIng-box-cnt-contact-wx {
	width: 136px;
	height: 136px;
	background-color: #0D0D0D;
}

.floatIng-box-cnt-contact-font {
	width: -webkit-calc(100% - 156px);
    width: -moz-calc(100% - 156px);
    width: calc(100% - 156px);
}

.floatIng-box-cnt-contact-font h2 { 
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	color: #0D0D0D;
	padding-bottom: 10px;
}

.floatIng-box-cnt-contact-font p { 
	line-height: 28px;
	font-size: 14px;
	color: #979C9B;
}

.nBanner {
	width: 100%;
    height: 600px;
    position: relative;
    background-color: #000;
    top: 0;
    z-index: 5;
}

.nBanner-box {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

.nBanner-box__img {
	width: 48.31%;
}

.nContant {
    padding-top: 4.75%;
	padding-bottom: 4.75%;
	background-color: #ffffff;
}

.page-fy {
	padding-top: 2.37%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.page-fy a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	margin: 0 5px;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;	
	font-size: 14px;
	color: #7E7E7E;
}

.page-fy span {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	margin: 0 5px;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;	
	font-size: 14px;
	color: #7E7E7E;
}

.page-fy span.current {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px !important;
	margin: 0 5px;
	background-color: #222222 !important;
	border: 1px solid #222222 !important;
	font-size: 14px !important;
	color: #ffffff !important;
}

.page-fy a:hover {
	background-color: #222222;
	border: 1px solid #222222;
	color: #ffffff;
}

.nMenu {
	height: 60px;
	line-height: 60px;
	background-color: #F1F1F1;;
}

.nMenu-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.nMenu-l li {
	position: relative;
	float: left;
	padding: 0 30px;
	font-size: 16px;
}

.nMenu-l li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background-color: #D8D8D8;
}

.nMenu-l li:last-child::after {
	display: none;
}

.nMenu-l li a {
	color: #333333;
}

.nMenu-l li a:hover {
	color: #EE0632;
}

.nMenu-l-hover a {
	color: #EE0632 !important;
}

.nMenu-r {
	padding-left: 20px;
	background-image: url(../images/icon-18@2x.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
}

.nMenu-r i {
	padding-right: 26px;
	background-image: url(../images/icon-19@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px 9px;
}

.nMenu-r i.icon {
	background-image: url(../images/icon-20@2x.png);
}

.nMenu-r a {
	color: #666666;
}

.nMenu-r a:hover {
	color: #EE0632;
}

.nMenu-r span {
	color: #EE0632;
}






































@media(max-width: 1500px) {

}

@media(max-width:960px) {

}
