﻿.banner-bg {
	background: url(../images/banner.png) no-repeat top center;
	
}

.banner {

	width: 1200px;
	height: 450px;
	margin: 0px auto;
	position: relative;
	

}

/* 登录 */
.index_login {
	width: 340px;
	height: 240px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 10px;

	padding: 30px;
	position: absolute;
	right: 0px;
	top:60px;
}

.index_login_title {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	line-height: 22px;
}

.index_login_input {
	width: 344px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid rgba(140, 154, 192, 0.3);
	margin-top: 15px;
}

.index_login_input input {

	border: 0px;
	border-left: 1px solid rgba(151, 151, 151, 0.4);
	margin: 10px 15px;
	height: 20px;
	padding-left: 10px;
	width: 300px;

}

input::-webkit-input-placeholder {
	color: #D6D6D6;
}

input::-moz-input-placeholder {
	color: #D6D6D6;
}

input::-ms-input-placeholder {
	color: #D6D6D6;
}


.index_login_line {
	width: 344px;
	height: 1px;
	border-bottom: 1px solid rgba(151, 151, 151, 0.4);
	margin: 25px 0px;
}

.index_login_btn button {
	width: 160px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #2F72FF;
	border-radius: 5px;
	border: 0px;
	cursor: pointer;
}

.index_login_btn button:last-child {
	margin-left: 15px;
	background: rgba(94, 94, 94, 0.3);
}

.m_one {
	width: 1200px;
	padding-top: 40px;
	height: 160px;
	overflow: hidden;
	margin: 0px auto;
}


.swiper-container {
	height: 118px;
	overflow: hidden;
}

.swiper-container-vertical>.swiper-wrapper {
	color: #fff;
	transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	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;
}

.m_two {
	height: 585px;
	background: #F8F8F8;
}

.m_two .m_two_t {
	height: 95px;
	padding: 50px 0px;
}

.m_two .m_two_t .m_two_t_l {
	float: left;
	width: 400px;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
}

.m_two .m_two_t .m_two_t_r {
	float: right;
	width: 592px;
	height: 54px;
	color: rgba(0, 0, 0, 0.60);
	font-weight: 400;
	line-height: 20px;
	text-indent: 2em;
	font-size: 14px;
}

.m_two .m_two_b ul {
	margin: 0px;
	padding: 10px 0px;
}

.m_two .m_two_b ul li {
	width: 580px;
	height: 285px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	float: left;
	margin-right: 25px;

}


.m_two .m_two_b ul li p {
	width: 550px;
	/* height: 60px; */
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	margin: 10px;
}

.m_two .m_two_b ul li:nth-child(2n) {
	margin-right: 0px;
}

.m_two .m_two_b ul li img {
	width: 580px;
	height: 235px;
	border-radius: 10px 10px 0px 0px;
}
