@import "swiper.min.css";
@import "mobile_nav.css";
@import "animate.css";
@import "../iconfont/iconfont.css";


/***

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: Microsoft YaHei, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.8em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	padding-top: 72px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #443f45;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

img {
	max-width: 100%;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0;
	background: none;
	line-height: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
}

input,
button,
select,
textarea {
	font-weight: 400;
}

p {
	position: relative;
	line-height: 1.7em;
	font-family: 'Lato', sans-serif;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

hr {
	border-top: 1px #ccc solid;
}

input::-webkit-input-placeholder {
	color: #999;
}

.font16 {
	font-size: 16px;
}

.blank-10 {
	height: 10px;
}

.blank-20 {
	height: 20px;
}

.blank-30 {
	height: 30px;
}

.blank-40 {
	height: 40px;
}

.blank-50 {
	height: 50px;
}

.blank-60 {
	height: 60px;
}

.blank-70 {
	height: 70px;
}

.blank-80 {
	height: 80px;
}


.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.paddzero {
	margin: 0 !important;
	padding: 0 !important;
}



/*  web style css */
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 72px;
	line-height: 72px;

	z-index: 1000;
	background: #fff;
}

#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 72px;
	width: 400px;
	background: #fff;
	z-index: 10000;
}

#header .logo a {
	margin: 20px;
	display: block;
	width: 166px;
	height: 22px;
	background: url(../images/maxwiner_logo.png) no-repeat 0 0;
}

#header .menu {
	padding-right: 20px;
	float: right;
}

#header .menu a {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
	letter-spacing: 1px;
}

#header .menu a:hover {
	color: #ef0000;
}

#header .menu a:after {
	position: absolute;
	display: block;
	left: 50%;
	top: 52px;
	width: 0;
	height: 1px;
	background: #ef0000;
	content: '';
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

#header .menu a:hover:after {
	left: 0;
	width: 100%;
}

#header .menu .active {
	color: #ef0000;
}

#header .menu .active:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top: 52px;
	height: 1px;
	background: #ef0000;
	content: '';

}



.bannerBar {
	height: 880px;
}

.bannerBar .swiper-wrapper .swiper-slide {
	text-align: right
}

#leftBar {
	position: fixed;
	left: 0;
	top: 0;
	width: 74px;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 900;
}

#leftBar .leftmenu {
	display: block;
	width: 74px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: 100;
	cursor: pointer;

}

#leftBar .leftmenu .leftsubmenu {
	position: absolute;
	left: 74px;
	top: 0;
	height: 100%;
	background: rgba(240, 0, 0, .7);
	display: none;
}

#leftBar .leftmenu:hover .leftsubmenu {
	display: block;

}

#leftBar .leftmenu .leftsubmenu ul {
	height: 100%;
	width: 140px;
}

#leftBar .leftmenu .leftsubmenu ul li {
	padding: 15px 0;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
	width: 100%;

}

#leftBar .leftmenu .leftsubmenu ul li:last-child {
	border: none;
}

#leftBar .leftmenu .leftsubmenu ul li a {
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #fff;
	font-weight: bold;
}

#leftBar .leftmenu .leftsubmenu ul li a:hover {
	color: #fff;


}

#leftBar .leftmenu .leftsubmenu ul li>div {
	position: absolute;
	left: 140px;
	top: 0;
	width: 140px;
	height: 100%;
	background: rgba(204, 204, 204, .95);
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: none;
}

#leftBar .leftmenu .leftsubmenu ul li:hover>div {
	display: -webkit-box;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

#leftBar .leftmenu .leftsubmenu ul li>div a {
	padding: 10px 0;
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

#leftBar .leftmenu .leftsubmenu ul li>div a:hover {
	color: #ef0000;
}


#leftIcon {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 74px;
	z-index: 950;
	padding-bottom: 30px;
}

#leftIcon>div a {
	display: block;
	padding: 10px 0;
	font-size: 15px;
	position: relative;
}

#leftIcon>div .iconfont {
	font-size: 20px;
}

#leftIcon>div a:hover {
	color: #ef0000;
}

#leftIcon>div .qrCode {
	position: absolute;
	left: 62px;
	top: -35px;
	display: none;
	width: 121px;
	height: 110px;
}

#leftIcon>div:hover .qrCode {
	display: block;
}

.box-vertical {
	display: -webkit-box;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.box-horizontal {
	display: -webkit-box;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.new_home>div {
	display: inline-block;
	float: left;
}

.new_home .newTitle {
	width: 145px;
	height: 150px;
	border-right: 2px #ccc solid;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.new_home .newMore {
	width: 145px;
	height: 150px;

}

.new_home .newList {
	padding: 0 80px;
	width: calc(100% - 290px);
	height: 150px;
	font-size: 14px;

}

.new_home .newList ul li {
	padding: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_home .newList a:hover {
	color: #ef0000;
}

.new_home .newList a span {
	margin-right: 20px;
	display: inline-block;
	width: 85px;
	color: #666;

}

.new_home .newMore a {
	display: block;
	padding: 10px 0;
	width: 145px;
	border: 1px #ddd solid;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.new_home .newMore a:hover {
	background: #ef0000;
	color: #fff;
	border: 1px #ef0000 solid;
}

.serviceMain {
	height: 575px;
	overflow: hidden;

}

.serviceCon {
	position: relative;
	height: 575px;
}

.serviceCon .pic {
	width: 736px;
	height: 480px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.serviceCon .text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 720px;
	height: 410px;
	overflow: hidden;
	background: #ebebeb;
	padding: 50px 50px;
}

.serviceCon .text h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.serviceCon .text h2 span {
	display: inline-block;
	margin: 0 20px;
	font-size: 12px;
	font-weight: normal;
	color: #969696;
}

.serviceCon .text h4 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.serviceCon .text p {
	height: 150px;
	line-height: 26px;
	width: 252px;
	color: #666;
	overflow: hidden;
}

.serviceCon .text a {
	display: block;
	width: 252px;
	background: #fff;
	line-height: 50px;
	text-align: center;
}

.serviceCon .text a:hover {
	background: #ef0000;
	color: #fff;
}

.serviceMain .swiper-pagination-fraction {
	padding-right: 140px;
	position: absolute;
	right: 0 !important;
	bottom: 12px !important;
	text-align: right;
	color: #999;
}

.serviceMain .swiper-pagination-fraction .swiper-pagination-current {
	color: #000;
}

.serviceMain .controlBtn {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	width: 110px;
	z-index: 1000;
}

.serviceMain .controlBtn a {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 30px;
	background: #e6e6e6;
	text-align: center;
	line-height: 48px;
	color: #000;
}

.serviceMain .controlBtn a span {
	font-size: 18px;
}

.serviceNext,
.servicePrev {
	display: none;
}

.servieBar {
	padding: 0 15px;
}

.servieImg {
	position: relative;
	max-width: 100%;
}

.servieImg a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}

.servieImg a:hover {
	background: rgba(0, 0, 0, 0);
	opacity: 0;
}

.titleBar {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 40px;
}

.titleBar span {
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}


.partnerMain {
	margin: 120px 0;
	padding: 120px 0;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.partnerList {
	margin: 0;
	display: block;

}

.partnerList li {
	margin: 10px 0;
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.partnerList li img {
	max-width: 100% !important;
}

/* .partnerList li img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	cursor: pointer;
} 


.partnerList li:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: normal;
}
*/
.partnerList li .shop {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 2%;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	z-index: 10000;
	transition: All 0.8s ease-in-out;
	-webkit-transition: All 0.8s ease-in-out;
	-moz-transition: All 0.8s ease-in-out;
	-o-transition: All 0.8s ease-in-out;
	opacity: 0;
}

.partnerList li:hover .shop {
	opacity: 1;
}

.partnerList li .shop a {
	padding-top: 15px;
	display: inline-block;
	width: 50%;
	margin: 0;
	text-align: center;
	float: left;
}


.historyMain {
	height: 945px;
	padding-top: 700px;
	background: url(../images/history_bg.jpg) no-repeat 0 0;
}

.footer {
	height: 500px;
	background: url(../images/foot_bg.jpg) no-repeat 50% 0;
	color: #fff;
	font-size: 18px;
}


/* about us */
.onepage-pagination {
	position: fixed;
	right: 0;
	top: 50%;
	width: 120px;
	height: 230px;
	margin-top: -130px;
	list-style: none;
	z-index: 1000;
}

.onepage-pagination li {
	margin: 30px 0;
	padding: 5px 0;
	cursor: pointer;
	font-size: 15px;
	color: #666;
	border-bottom: 2px rgba(0, 0, 0, 0) solid;
}

.onepage-pagination .active {
	border-bottom: 2px #ef0000 solid;
	color: #ef0000;
}


.bgCover {
	background-size: cover;
}

.page-bg {
	position: relative;
	height: 100%;
	width: 100%;

}

.about_title {
	padding: 100px 0 0 230px;
}

.about_info {
	padding: 50px 0 0 230px;
	font-size: 16px;
	width: 68%;
	line-height: 40px;
}

.about_business {
	position: relative;
	padding: 100px 0 0 0;
}

.about_business>div {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	border: 1px #333 solid;
	background: #fff;
	color: #666;
}

.about_business>div:nth-child(1) {
	left: 230px;
}

.about_business>div:nth-child(2) {
	left: 430px;
	top: 180px;
}

.about_business>div:nth-child(3) {
	left: 630px;
}

.about_business>div:nth-child(4) {
	left: 830px;
	top: 180px;
}

.about_business>div .about_icon {
	position: relative;
	display: block;
	height: 70px;
	width: 100%
}

.about_icon span::before {
	display: inline-block;
	font-size: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -35px;
}

.about_business>div p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.about_business>div:nth-child(4) .about_icon span::before {
	font-size: 100px;
	margin: -10px 0 0 -50px;
}

.about_team {
	position: relative;
	padding: 80px 0 0 230px;
}

.about_team>img {
	margin: 0 50px 0 0;
	float: left;
}

.newsCon {
	padding: 80px 0 0 230px;
	display: block;
	font-size: 16px;

}


.newsCon ul li {
	padding: 10px 0;
}

.newsCon a:hover {
	color: #ef0000;
}

.newsCon a span {
	margin-right: 20px;
	display: inline-block;
	color: #666;

}

.inside_banner {
	height: 500px;
	background-size: cover;
}

.inside_tit {
	margin: 120px 0 50px 0;
	padding: 0;
	font-size: 32px;
	font-weight: 400;
	position: relative;
}

.inside_gray {
	color: #666;
}

.inside_tit::after {
	position: absolute;
	left: 50%;
	top: 40px;
	display: block;
	margin-left: -40px;
	width: 80px;
	content: '';
	clear: both;
	border-bottom: 2px #000 solid;
}

.contactinfo {
	position: relative;
	width: 100%;
}

.contactinfo>div {
	margin: 0 30px;
	padding: 40px 20px 20px 20px;
	border: 1px #000 solid;
	background: #fff;
	width: 28%;
	font-weight: 100;
	text-align: center;
}

.contactinfo>div span {
	font-size: 40px;
	font-weight: 100;

}

.contactinfo>div h3 {
	font-size: 20px;
}

.contactinfo>div h3,
.contactinfo>div h4 {
	margin: 6px 0;
	font-weight: 100;
}

.contactBg {
	position: relative;
	width: 100%;
	height: 100%;
}

.join_list {
	margin: 80px 0 0 0;
	padding-left: 360px;
	min-height: 400px;
	background: url(../images/hr_pic.png) no-repeat 0 0;
}

.join_title {
	background: #f4f4f4;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}

.join_title>div {
	float: left;
	width: 25%;
	border-right: 1px #ccc solid;
}

.join_title>div:last-child,
.join_Con li>span:last-child {
	border: none;
}

.join_Con {
	margin: 0;
	padding: 0;
}

.join_Con li {
	margin: 4px 0;
	position: relative;

}

.join_Con li>span {
	display: inline-block;
	float: left;
	width: 25%;
	line-height: 40px;
	border-right: 1px #ccc solid;
	background: #f4f4f4;
	text-align: center;
}

.join_Con li>span:last-child {
	border: none !important;
}

.join_Con li span a {
	display: inline-block;
	padding: 2px 15px;
	background: #7b7b7b;
	color: #fff;
	line-height: 20px;
	border-radius: 5px;
}

.join_Con li span a:hover {
	background: #ef0000;
}

.join_Con li .join_info {
	margin: 20px 10px;
	padding: 0 30px;
	position: relative;
	border-left: 1px #ef0000 solid;
	display: none
}

.join_Con li .join_info .join_text {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	line-height: 30px;

}

.join_Con li:first-child .join_info {
	display: block;
}

.join_Con li .join_info h4 {
	font-size: 16px;
}

.join_Con li .join_info h4::before {
	position: absolute;
	display: inline-block;
	left: -36px;
	top: 10px;
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ef0000;
}

.partner_option a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px #ccc solid;
}

.partner_option a:hover,
.partner_option .active {
	border: 1px #ef0000 solid;
	background: #ef0000;
	color: #fff;
}

.about_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: cover
}

.team_title {
	padding: 10px 0;
}

.team_title a {
	margin-right: 10px;
	display: inline-block;
	padding: 5px 25px;
	border-radius: 15px;
	border: 1px #000 solid;
	background: rgba(255, 255, 255, .5);
	color: #000;
	font-size: 16px;
}

.team_title .active {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}

.team_title_text>div {
	padding: 20px 0;
	font-size: 16px;
	width: 75%;
	line-height: 30px;
	display: none;
}

.news_con {
	padding: 20px 0;
	font-size: 16px;
	color: #666;
}

.news_con p {
	margin-bottom: 20px;
}

.news_con img {
	max-width: 100%;
}

.new_prev_next {
	padding: 15px;
	border: 1px #999 solid;
	font-size: 14px;
}

.new_prev_next a:hover {
	color: #ef0000;
	text-decoration: underline;
}

.about_content {
	width: 60%;
	margin: 0 auto
}

.page {
	padding-left: 230px;
	line-height: 22px;

	clear: both;
}



.pagination {
	padding-left: 230px;
	margin-right: -5px;
	padding-top: 60px;

}

.pagination ul li {
	float: left;
}

.pagination a {
	color: #000;
	display: inline-block;
	_display: inline;
	padding: 0 10px;
	border: 1px solid #666;
	margin-right: 5px;
	line-height: 26px;
}

.pagination a.prev,
.pagination a.next {
	padding: 0 15px;
}

.pagination a:hover,
.pagination a.cur,
.pagination .active,
.pagination .active:hover {
	padding: 0 10px;
	background: #e6212a;
	color: #fff;
	border: 1px solid #e6212a;
	margin-right: 5px;
	line-height: 26px;
}


.about_content h2,
.about_content h3 {
	text-align: center;
	font-weight: 700;
	color: #000
}

.about_content h2 {
	font-size: 40px;
	margin-bottom: 50px
}

.about_content h3 {
	font-size: 26px;
	margin-bottom: 60px
}

.about_content p {
	font-size: 16px;
	color: #000;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: center
}

.about_content.history {
	text-align: center;
	position: relative
}

.event_box {
	width: 80%;
	margin: 3% auto 0;
	position: relative;
	min-height: 420px
}

.event_box .parHd {
	width: 96%;
	display: inline-block;
	height: 92px;
	overflow: hidden
}

.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important
}

.parHd .tempWrap {
	margin: 0 auto
}

.parHd .tempWrap:after {
	content: '';
	width: 86%;
	height: 1px;
	background: #580000;
	position: absolute;
	right: 7%;
	top: 35%;
	z-index: 10
}

.parHd li.no_line:before {
	display: none
}

.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top: 30px;
	font-size: 24px;
	color: #000;
	margin: 0 30px;
	position: relative;
	font-weight: bold;
}

.parHd li:after {
	content: '';
	background: url(../images/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: -12px;
	left: 50%;
	margin-left: -12px
}

.parHd .act:after {
	background: url(../images/dot_ico_active.png) no-repeat;

}

.parHd .act {
	color: #ef0000 !important;
}

.parBd {
	text-align: center;
	margin-top: 60px
}

.parBd h4 {
	position: relative;
	font-size: 40px;
	margin-bottom: 3%;
	padding: 0 60px;
	display: inline-block;
	text-align: center
}

.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 23px
}

.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 23px
}

.parBd p {
	line-height: 180%;
	font-size: 20px;
	width: 80%;
	margin: 0 auto
}

div#listBox {
	width: 100%
}

.sPrev,
.sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px
}

.sPrev {
	left: 0
}

.sNext {
	right: 0
}

.sPrev img,
.sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95)
}

.service_title {
	margin: 20px 0;
	display: inline-block;
	position: relative;
}

.service_title span {
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(90deg, #1e5ef3, #ef0000);
	display: block;
	position: relative;
	z-index: 2;
	font-weight: bold;
}

.service_con {
	width: 80%;
	font-size: 16px;
	line-height: 30px;
}

.service_iso {
	padding: 15px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background: #fff;
}

.timeaxis {
	padding: 250px 0 0 0;
	color: #fff;
}

.timeaxis h1 {
	margin: 40px 0;
	display: block;
	font-size: 100px;
	font-weight: bold;
	text-align: center;
}

.timeaxis h2 {
	display: block;
	font-size: 32px;
	text-align: center;
}

#mybtns {
	margin: 80px 0 0 0;
	width: 1100px;
	display: block;
	height: 76px;
	position: relative;
}

#mybtns a {
	position: absolute;
	width: 40px;
	height: 76px;
	display: block;
	cursor: pointer;
	z-index: 10000;
}

#mybtns a:nth-child(1) {
	right: -70px !important;
	top: -220px;
}

#mybtns a:nth-child(2) {
	left: -70px !important;
	top: -220px;
}



#mybtns #left {
	background-image: url(../images/jt_l.png);
}

#mybtns #right {
	background-image: url(../images/jt_r.png);
}

.timeAxis_more {
	text-align: center;
}

.timeAxis_more a {
	display: inline-block;
	border: 1px rgba(255, 255, 255, 1) solid;
	padding: 10px 50px;
	font-size: 18px;
	color: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.timeAxis_more a:hover {
	background: #ef0000;
	border: 1px #ef0000 solid;
}

/* 手机端样式 */
@media (max-width: 767px) {

	body {
		font-family: Microsoft YaHei, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		-webkit-font-smoothing: antialiased;
		padding-top: 50px;
	}

	.header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 50px;
		background: #fff;
		z-index: 10000;
	}

	.logo {
		display: block;
		width: 166px;
		height: 50px;
		background: url(../images/maxwiner_logo_2x.png) no-repeat 0 center;
		background-size: 70%;
	}

	.navIcon {

		height: 50px;
	}

	.navIcon span {
		font-size: 24px;
	}

	.bannerBar {
		height: 180px;
	}

	.bannerBar .swiper-wrapper .swiper-slide img {
		max-width: 100%;
	}

	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}

	.app-hide-list {
		background: #eaeaea;
		margin: 5px 0;
		color: #fff;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #ef0000;
	}

	.app-list-home:hover {
		background: #ef0000;
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
		color: #333;
	}

	.app-collapse-list {
		margin: 10px 0;
	}

	.menu-click {
		background: #666;
	}

	.app-btn {
		min-width: 100%;
		text-align: center;
		padding: 0;
	}


	#leftBar,
	#leftIcon {
		display: none;
	}

	.mobile_lang {
		position: fixed;
		left: 0;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.mobile_lang a {
		display: inline-block;
		padding: 0 10px;
		border-right: 1px #eaeaea solid;
		font-size: 16px;
	}

	.mobile_lang a:last-child {
		border: none;
	}

	.inside_banner {
		height: auto !important;
		background-size: cover;
	}

	.titleBar {
		font-size: 24px;
		color: #000;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.titleBar span {
		display: block;
		margin: 10px 0;
		font-size: 14px;
		color: #999;
		font-weight: normal;
	}

	.join_list {
		margin: 0;
		padding-left: 0;
		min-height: 400px;
		background: none;
	}

	.join_title {
		background: #f4f4f4;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		font-size: 14px;
	}

	.join_title>div {
		float: left;
		width: 33.33%;
		border-right: 1px #ccc solid;
	}

	.join_Con li>span {
		display: inline-block;
		float: left;
		width: 33.33%;
		line-height: 40px;
		border-right: 1px #ccc solid;
		background: #f4f4f4;
		text-align: center;
	}

	.footer {
		height: 300px;
		background: url(../images/foot_bg.jpg) no-repeat 50% 0;
		color: #fff;
		font-size: 14px;
		background-size: cover;
	}

	.partnerList li {
		margin: 5px 0;
		width: 50%;
		float: left;
		text-align: center;
		position: relative;
		overflow: hidden;
	}

	.partner_option a {
		margin: 5px 0;
		display: inline-block;
		padding: 3px 0;
		border: 1px #ccc solid;
		width: 24%;
		text-align: center;
	}

	.about_title {
		padding: 50px 0 0 30px;
	}

	.about_title img {
		max-width: 50%;
	}

	.about_info {
		padding: 30px 0 0 30px;
		font-size: 14px;
		width: 96%;
		line-height: 24px;
	}

	.about_business {
		position: relative;
		padding: 50px 0 0 0;
	}

	.about_business>div {
		position: absolute;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		border: 1px #333 solid;
		background: #fff;
		color: #666;
	}

	.about_business>div:nth-child(1) {
		left: 30px;
	}

	.about_business>div:nth-child(2) {
		left: 110px;
		top: 100px;
	}

	.about_business>div:nth-child(3) {
		left: 200px;
	}

	.about_business>div:nth-child(4) {
		left: 280px;
		top: 100px;
	}

	.about_business>div .about_icon {
		position: relative;
		display: block;
		height: 30px;
		width: 50%;
		text-align: center;
	}

	.about_icon span::before {
		display: inline-block;
		font-size: 30px;
		position: absolute;
		bottom: 0;
		left: 50%;
		top: 50%;
		margin: -10px 0 0 -15px;
	}

	.about_business>div p {
		font-size: 12px;
		margin: 0;
		padding: 0;
	}

	.about_business>div:nth-child(4) .about_icon span::before {
		font-size: 50px;
		margin: -10px 0 0 -25px;
	}

	.about_team {
		position: relative;
		padding: 0 0 0 30px;
	}

	.about_team>img {
		margin: 0 0 10px 0;
		width: 80%
	}

	.team_title {
		margin: 10px 0 0 0;
		padding: 10px 0;
	}

	.team_title a {
		margin-right: 10px;
		display: inline-block;
		padding: 5px 25px;
		border-radius: 15px;
		border: 1px #000 solid;
		background: rgba(255, 255, 255, .5);
		color: #000;
		font-size: 16px;
	}

	.team_title .active {
		background: rgba(0, 0, 0, 1);
		color: #fff;
	}

	.team_title_text>div {
		padding: 0 0;
		font-size: 14px;
		width: 90%;
		line-height: 22px;
		display: none;
	}

	.parBd h4 {
		position: relative;
		font-size: 16px;
		margin-bottom: 5%;
		padding: 0 30px;
		display: inline-block;
		text-align: center
	}

	.newsCon {
		padding: 30px 30px 0 30px;
		display: block;
		font-size: 16px;

	}


	.newsCon ul li {
		padding: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.newsCon a:hover {
		color: #ef0000;
	}

	.newsCon a span {
		margin-right: 20px;
		display: block;
		color: #666;

	}

	.pagination {
		padding-left: 30px;
		margin-right: -5px;
		padding-top: 30px;

	}

	.pagination a {
		color: #000;
		display: inline-block;
		_display: inline;
		padding: 0 5px;
		border: 1px solid #666;
		margin-right: 3px;
		line-height: 26px;
	}

	.service_con {
		width: 90%;
		font-size: 14px;
		line-height: 24px;
	}

	.new_home>div {
		display: block;
		float: none;
	}

	.new_home .newTitle {
		padding: 10px 0;
		width: 100%;
		height: auto;
		border-right: none;
		font-size: 24px;
		font-weight: bold;
		color: #333;
	}

	.new_home .newMore {
		width: 100%;
		height: auto;

	}

	.new_home .newList {
		padding: 10px 0;
		width: 100%;
		height: auto;
		font-size: 14px;

	}

	.new_home .newList ul li {
		padding: 4px 0;
	}

	.new_home .newList a:hover {
		color: #ef0000;
	}

	.new_home .newList a span {
		margin-right: 20px;
		display: inline-block;
		width: 85px;
		color: #666;

	}

	.new_home .newMore a {
		display: block;
		padding: 10px 0;
		width: 100%;
		border: 1px #ddd solid;
		text-align: center;
		color: #333;
		font-size: 14px;
	}

	.new_home .newMore a:hover {
		background: #ef0000;
		color: #fff;
		border: 1px #ef0000 solid;
	}

	.serviceMain {
		height: auto;
		overflow: hidden;

	}

	.serviceCon {
		position: relative;
		height: 560px;
	}

	.serviceCon .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	.serviceCon .pic img{
		max-width:100%;
	}

	.serviceCon .text {
		position: absolute;
		left: 0;
		top: 225px;
		z-index: 5;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #ebebeb;
		padding: 20px 20px;
	}

	.serviceCon .text h2 {
		font-size: 22px;
		font-weight: bold;
		color: #333;
	}

	.serviceCon .text h2 span {
		display: inline-block;
		margin: 0 20px;
		font-size: 12px;
		font-weight: normal;
		color: #969696;
	}

	.serviceCon .text h4 {
		margin: 20px 0;
		font-size: 18px;
		font-weight: bold;
		color: #666;
	}

	.serviceCon .text p {
		height: 100px;
		line-height: 26px;
		width: 100%;
		color: #666;
		overflow: hidden;
	}

	.serviceCon .text a {
		display: block;
		width: 100%;
		background: #fff;
		line-height: 50px;
		text-align: center;
	}

	.serviceCon .text a:hover {
		background: #ef0000;
		color: #fff;
	}

	.serviceMain .swiper-pagination-fraction {
		padding-right: 140px;
		position: absolute;
		right: 0 !important;
		bottom: 12px !important;
		text-align: right;
		color: #999;
	}

	.serviceMain .swiper-pagination-fraction .swiper-pagination-current {
		color: #000;
	}

	.serviceMain .controlBtn {
		position: absolute;
		right: 0 !important;
		bottom: 0 !important;
		width: 110px;
		z-index: 1000;
	}

	.serviceMain .controlBtn a {
		display: inline-block;
		width: 48px;
		height: 48px;
		border-radius: 30px;
		background: #e6e6e6;
		text-align: center;
		line-height: 48px;
		color: #000;
	}

	.serviceMain .controlBtn a span {
		font-size: 18px;
	}

	.serviceNext,
	.servicePrev {
		display: none;
	}
	
	.servieImg a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
	}
	
	.partnerMain {
		margin: 60px 0;
		padding: 60px 0;
		border-top: 1px #666 solid;
		border-bottom: 1px #666 solid;
	}
	
	.historyMain {
		height: 245px;
		padding-top:180px;
		background: url(../images/history_bg.jpg) no-repeat center 0;
		background-size: cover;
	}
	.timeAxis_more a {
		display: inline-block;
		border: 1px rgba(255, 255, 255, 1) solid;
		padding: 5px 30px;
		font-size: 12px;
		color: #fff;
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

}

/* ipad */
@media (min-width: 768px) and (max-width: 992px) {
	body {
		font-family: Microsoft YaHei, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		-webkit-font-smoothing: antialiased;
		padding-top: 50px;
	}

	.header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 50px;
		background: #fff;
		z-index: 10000;
	}

	.logo {
		display: block;
		width: 166px;
		height: 50px;
		background: url(../images/maxwiner_logo_2x.png) no-repeat 0 center;
		background-size: 70%;
	}

	.navIcon {

		height: 50px;
	}

	.navIcon span {
		font-size: 24px;
	}

	.bannerBar {
		height: 180px;
	}

	.bannerBar .swiper-wrapper .swiper-slide img {
		max-width: 100%;
	}

	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}

	.app-hide-list {
		background: #eaeaea;
		margin: 5px 0;
		color: #fff;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #ef0000;
	}

	.app-list-home:hover {
		background: #ef0000;
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
		color: #333;
	}

	.app-collapse-list {
		margin: 10px 0;
	}

	.menu-click {
		background: #666;
	}

	.app-btn {
		min-width: 100%;
		text-align: center;
		padding: 0;
	}


	#leftBar,
	#leftIcon {
		display: none;
	}

	.mobile_lang {
		position: fixed;
		left: 0;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}

	.mobile_lang a {
		display: inline-block;
		padding: 0 10px;
		border-right: 1px #eaeaea solid;
		font-size: 16px;
	}

	.mobile_lang a:last-child {
		border: none;
	}
	
	.inside_banner {
		height: auto !important;
		background-size: cover;
	}
	
	.titleBar {
		font-size: 24px;
		color: #000;
		font-weight: bold;
		margin-bottom: 40px;
	}
	
	.titleBar span {
		display: block;
		margin: 10px 0;
		font-size: 14px;
		color: #999;
		font-weight: normal;
	}
	
	.join_list {
		margin: 0;
		padding-left: 0;
		min-height: 400px;
		background: none;
	}
	
	.join_title {
		background: #f4f4f4;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		font-size: 14px;
	}
	
	.join_title>div {
		float: left;
		width: 33.33%;
		border-right: 1px #ccc solid;
	}
	
	.join_Con li>span {
		display: inline-block;
		float: left;
		width: 33.33%;
		line-height: 40px;
		border-right: 1px #ccc solid;
		background: #f4f4f4;
		text-align: center;
	}
	
	.footer {
		height: 300px;
		background: url(../images/foot_bg.jpg) no-repeat 50% 0;
		color: #fff;
		font-size: 14px;
		background-size: cover;
	}
	
	.partnerList li {
		margin: 5px 0;
		width: 50%;
		float: left;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	
	.partner_option a {
		margin: 5px 0;
		display: inline-block;
		padding: 3px 0;
		border: 1px #ccc solid;
		width: 24%;
		text-align: center;
	}
	
	.about_title {
		padding: 50px 0 0 30px;
	}
	
	.about_title img {
		max-width: 50%;
	}
	
	.about_info {
		padding: 30px 0 0 30px;
		font-size: 14px;
		width: 96%;
		line-height: 24px;
	}
	
	.about_business {
		position: relative;
		padding: 50px 0 0 0;
	}
	
	.about_business>div {
		position: absolute;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		border: 1px #333 solid;
		background: #fff;
		color: #666;
	}
	
	.about_business>div:nth-child(1) {
		left: 30px;
	}
	
	.about_business>div:nth-child(2) {
		left: 110px;
		top: 100px;
	}
	
	.about_business>div:nth-child(3) {
		left: 200px;
	}
	
	.about_business>div:nth-child(4) {
		left: 280px;
		top: 100px;
	}
	
	.about_business>div .about_icon {
		position: relative;
		display: block;
		height: 30px;
		width: 50%;
		text-align: center;
	}
	
	.about_icon span::before {
		display: inline-block;
		font-size: 30px;
		position: absolute;
		bottom: 0;
		left: 50%;
		top: 50%;
		margin: -10px 0 0 -15px;
	}
	
	.about_business>div p {
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	
	.about_business>div:nth-child(4) .about_icon span::before {
		font-size: 50px;
		margin: -10px 0 0 -25px;
	}
	
	.about_team {
		position: relative;
		padding: 0 0 0 30px;
	}
	
	.about_team>img {
		margin: 0 0 10px 0;
		width: 80%
	}
	
	.team_title {
		margin: 10px 0 0 0;
		padding: 10px 0;
	}
	
	.team_title a {
		margin-right: 10px;
		display: inline-block;
		padding: 5px 25px;
		border-radius: 15px;
		border: 1px #000 solid;
		background: rgba(255, 255, 255, .5);
		color: #000;
		font-size: 16px;
	}
	
	.team_title .active {
		background: rgba(0, 0, 0, 1);
		color: #fff;
	}
	
	.team_title_text>div {
		padding: 0 0;
		font-size: 14px;
		width: 90%;
		line-height: 22px;
		display: none;
	}
	
	.parBd h4 {
		position: relative;
		font-size: 16px;
		margin-bottom: 5%;
		padding: 0 30px;
		display: inline-block;
		text-align: center
	}
	
	.newsCon {
		padding: 30px 30px 0 30px;
		display: block;
		font-size: 16px;
	
	}
	
	
	.newsCon ul li {
		padding: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.newsCon a:hover {
		color: #ef0000;
	}
	
	.newsCon a span {
		margin-right: 20px;
		display: block;
		color: #666;
	
	}
	
	.pagination {
		padding-left: 30px;
		margin-right: -5px;
		padding-top: 30px;
	
	}
	
	.pagination a {
		color: #000;
		display: inline-block;
		_display: inline;
		padding: 0 5px;
		border: 1px solid #666;
		margin-right: 3px;
		line-height: 26px;
	}
	
	.service_con {
		width: 90%;
		font-size: 14px;
		line-height: 24px;
	}
	
	.new_home>div {
		display: block;
		float: none;
	}
	
	.new_home .newTitle {
		padding: 10px 0;
		width: 100%;
		height: auto;
		border-right: none;
		font-size: 24px;
		font-weight: bold;
		color: #333;
	}
	
	.new_home .newMore {
		width: 100%;
		height: auto;
	
	}
	
	.new_home .newList {
		padding: 10px 0;
		width: 100%;
		height: auto;
		font-size: 14px;
	
	}
	
	.new_home .newList ul li {
		padding: 4px 0;
	}
	
	.new_home .newList a:hover {
		color: #ef0000;
	}
	
	.new_home .newList a span {
		margin-right: 20px;
		display: inline-block;
		width: 85px;
		color: #666;
	
	}
	
	.new_home .newMore a {
		display: block;
		padding: 10px 0;
		width: 100%;
		border: 1px #ddd solid;
		text-align: center;
		color: #333;
		font-size: 14px;
	}
	
	.new_home .newMore a:hover {
		background: #ef0000;
		color: #fff;
		border: 1px #ef0000 solid;
	}
	
	.serviceMain {
		height: auto;
		overflow: hidden;
	
	}
	
	.serviceCon {
		position: relative;
		height: 560px;
	}
	
	.serviceCon .pic {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	.serviceCon .pic img{
		max-width:100%;
	}
	
	.serviceCon .text {
		position: absolute;
		left: 0;
		top: 225px;
		z-index: 5;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #ebebeb;
		padding: 20px 20px;
	}
	
	.serviceCon .text h2 {
		font-size: 22px;
		font-weight: bold;
		color: #333;
	}
	
	.serviceCon .text h2 span {
		display: inline-block;
		margin: 0 20px;
		font-size: 12px;
		font-weight: normal;
		color: #969696;
	}
	
	.serviceCon .text h4 {
		margin: 20px 0;
		font-size: 18px;
		font-weight: bold;
		color: #666;
	}
	
	.serviceCon .text p {
		height: 100px;
		line-height: 26px;
		width: 100%;
		color: #666;
		overflow: hidden;
	}
	
	.serviceCon .text a {
		display: block;
		width: 100%;
		background: #fff;
		line-height: 50px;
		text-align: center;
	}
	
	.serviceCon .text a:hover {
		background: #ef0000;
		color: #fff;
	}
	
	.serviceMain .swiper-pagination-fraction {
		padding-right: 140px;
		position: absolute;
		right: 0 !important;
		bottom: 12px !important;
		text-align: right;
		color: #999;
	}
	
	.serviceMain .swiper-pagination-fraction .swiper-pagination-current {
		color: #000;
	}
	
	.serviceMain .controlBtn {
		position: absolute;
		right: 0 !important;
		bottom: 0 !important;
		width: 110px;
		z-index: 1000;
	}
	
	.serviceMain .controlBtn a {
		display: inline-block;
		width: 48px;
		height: 48px;
		border-radius: 30px;
		background: #e6e6e6;
		text-align: center;
		line-height: 48px;
		color: #000;
	}
	
	.serviceMain .controlBtn a span {
		font-size: 18px;
	}
	
	.serviceNext,
	.servicePrev {
		display: none;
	}
	
	.servieImg a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		font-size: 14px;
		color: #fff;
		letter-spacing: 1px;
	}
	
	.partnerMain {
		margin: 60px 0;
		padding: 60px 0;
		border-top: 1px #666 solid;
		border-bottom: 1px #666 solid;
	}
	
	.historyMain {
		height: 245px;
		padding-top:180px;
		background: url(../images/history_bg.jpg) no-repeat center 0;
		background-size: cover;
	}
	.timeAxis_more a {
		display: inline-block;
		border: 1px rgba(255, 255, 255, 1) solid;
		padding: 5px 30px;
		font-size: 12px;
		color: #fff;
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}
}
