/*login*/
.login_page {
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.login_page .inner {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.login_left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -160px;
}

.login_right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -170px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	width: 342px;
	padding: 42px 20px 48px;
}
.login_right h5{
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 38px;
}
.login_right ul{
	margin-bottom: 36px;
}
.login_right li{
	float: none;
	margin-bottom: 17px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	overflow: hidden;
	position: relative;
}
.login_right li:last-child{
	margin-bottom: 0;
}
.login_right li input{
	font-size: 18px;
	color: #333;
	padding-left: 2em;
	padding-right: 1em;
	height: 2.56em;
	width: 100%;
}
.login_right li:nth-child(2) input{
	width: 63%;
}
.login_right li .get{
	width: 37%;
	display: none;
	vertical-align: top;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 2.56em;
	line-height: 2.56em;
}
.login_right li .get.active{
	display: inline-block;
}
.login_right li .get.trans-get{
	background-color: #d4003b;
}
.login_right li .get.reget{
	background-color: #999;
}
.login_right li .icon{
	height: 43.5%;
	width: auto;
	position: absolute;
	left: 2.666%;
	top: 28.25%;
}
.login_right .submit{
	background-color: #d4003b;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
}
.login_right .shadow{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	margin-top: 7px;
}

.ewm {
	position: absolute;
	right: 40px;
	top: 34px;
}

/*列表页*/
.index .wrap {
	padding-bottom: 70px;
}

.main_top {
	margin: 50px auto 46px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.select-box {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.select-box select {
	border-radius: 6px;
	width: 400px;
	height: 54px;
	line-height: 54px;
	color: #333;
	font-size: 18px;
	padding: 0 18px;
	background-repeat: no-repeat;
	background-image: url(../images/select_icon.png);
	background-position: 360px center;
}

.select-box select option {
	height: 30px;
	line-height: 30px;
	font-size: inherit;
	color: inherit;
}

.main_top a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	background-color: #d8083c;
	text-align: center;
	font-size: 18px;
	position: fixed;
	right: 4%;
	bottom: 4%;
}

.main_cont li {
	width: 100%;
	border-radius: 6px;
	border: #ccc solid 1px;
	margin-bottom: 22px;
	background-image: url(../images/next_btn.jpg);
	background-repeat: no-repeat;
	background-position: 1240px center;
}

.main_cont li:hover {
	border: #d8083c solid 1px;
}

.main_cont li a {
	padding: 40px 80px 40px 40px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.list_top {
	margin-right: 50px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.main_cont li .img-box {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 0 6px 6px 0px rgba(156, 128, 80, 0.79);
}

.main_cont li .img-box img {
	width: 100%;
}

.main_cont li .list_top p {
	font-size: 16px;
	color: #333333;
}

.main_cont li .list_tet {
	color: #999;
	font-size: 18px;
}

.main_cont li .list_tet.second {
	margin-left: 40px;
}

.main_cont li .list_tet.last {
	margin-left: 40px;
}

.main_cont li .list_tet span {
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.main_cont li .list_tet span.redColor {
	color: #d8083c;
}

/*客户服务*/
.main_top.info_people {
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.info_people .img-box {
	border-radius: 50%;
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin-right: 16px;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 6px 6px 0px rgba(156, 128, 80, 0.79);
}

.info_people .img-box img {
	width: 100%;
}

.info_people p {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.from_title {
	background-color: #f2f2f2;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-left: 30px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

@media only screen and (max-width:1366px) {

	/*main*/
}

.tab-content {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.tab-item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	height: 700px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	border-bottom: 10px solid #D4003B;
}

.tab-item .tab-bg-1 {
	width: 280px;
	height: 190px;
	background: url("../images/tab1.jpg") no-repeat;
	margin: 170px auto 0;
}

.tab-item .tab-bg-2 {
	width: 280px;
	height: 190px;
	background: url("../images/tab2.jpg") no-repeat;
	margin: 170px auto 0;
}

.tab-item .tab-bg-3 {
	width: 280px;
	height: 190px;
	background: url("../images/tab3.jpg") no-repeat;
	margin: 170px auto 0;
}

.tab-item.disable{
	background: #F9F9F9;
	border-bottom: 10px solid #AEAEAE;
}

.tab-item.disable .tab-bg-3{
	width: 280px;
	height: 190px;
	background: url("../images/tab3-2.png") no-repeat;
	margin: 170px auto 0;
	position: relative;
}

.tab-item.disable .tab-bg-3 span{
	position: absolute;
	font-size: 16px;
	color: #bbb;
	top: 170px;
	left: 107px;
}

.tab-item .tab-title{
	width: 100%;
	height: 177px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
}

.tab-item .tab-title .title-text{
	width: 100%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 83px;
}

.tab-item:not(.disable):hover{
	border-bottom: none;
	cursor: pointer;
}

.tab-item:not(.disable):hover .tab-title{
	border-bottom: none;
	background: #D4003B url("../images/tab_selected.png") no-repeat;
}

.tab-item:not(.disable):hover .tab-title .title-text{
	margin-top: 73px;
	color: #fff;
}

.title-text.type-1{
	display: none;
	background: url("../images/arrow.png") 64% 5px no-repeat;
}

.title-text.type-2{
	display: none;
	background: url("../images/arrow.png") 66% 5px no-repeat;
}

.tab-item:hover .tab-title .title-text.type-1,.tab-item:hover .tab-title .title-text.type-2 {
	display: block;
}