@charset "utf-8";

/* .carousel-inner .item {
	width: 100%;
	background: #B07846;
} */

.carousel-inner .item img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.form-horizontal {
	width: 100%;
}

.bgimg_index {
	width: 100%;
	background: url(../img/index/eight-bg@2x.png);
	background-size: cover;
}

.bg_white {
	padding: 10px;
}

.bg_white div {
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	border-radius: 8px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #abe2ff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.bg_white div img {
	max-width: 100%;
	width: 146px;
}

.bg_white div p {
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.index_div .container {
	padding: 70px 0;
}

.index_div .new-tit {
	margin-bottom: 30px;
}
.index_div .flex {
	margin-bottom: 20px;
}
.index_div .content .about-title {
	font-size: 20px;
}
.index_div .content .about-content {
	margin: 0;
}


.index_div .div_5 {
	width: 20%;
	margin: 0 10px;
}

.index_div .div_5 div {
	font-size: 14px;
	color: #333;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #3F3F3F;
}

.index_div .div_5.tab div {
	background: #6299F4;
	color: #FEFEFE;
	border-color: #6299f4;
}

.content>div {
	display: none;
}

.content>div.div_show {
	display: block;
	text-align: center;
}

.div_show {
	padding: 0 15px;
}

.div_show img {
	max-width: 100%;
}

.col-xs-12.flex {
	margin: 20px auto;
}

.left_div.flex {
	flex-direction: column;
	align-items: inherit;
}

.left_div .flex {
	justify-content: inherit;
	height: 33%;
	align-items: inherit;
}

/* .left_img{
	display: flex;
	justify-content: center;
	align-items: center;
} */
.left_img img {
	width: 52px;
}

.left_title {
	margin-left: 5px;
}

.left_title p {
	font-size: 16px;
	font-weight: normal;
	color: #6B6B6B;
	margin-bottom: 5px;
}

.left_title h2 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 0;
}

.form-horizontal {
	display: flex;
}

.main_content {
	padding: 70px 0;
}

.gdt-title {
	margin: 0 0 50px;
}

#remark {
	resize: none;
}

.main .container .row {
	margin-bottom: 0;
}



.mes_alert {
	display: none;
}

.mes_div {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1031;
}

.div_width {
	width: 300px;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 30px;
	justify-content: center;
	align-items: center;
	height: 200px;
	border-radius: 30px;
}

.ajax—title {
	color: #549DF8;
	font-size: 18px;
}

.hide_submit {
	margin-top: 20px;
	width: 146px;
	height: 40px;
	background: #549DF8;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	cursor: pointer;
}

.section1 {
	margin: 30px 0 40px;
	padding-bottom: 50px;
}
.about-content {
    line-height: 30px;
    color: #5d5d5d;
}
.abus-img {
	margin-top: 30px;
}

.section2 {
	margin: 40px 0 50px;
	padding-bottom: 50px;
}
.section2 .about-title {
	margin-bottom: 0;
}

.bgimg_index .new-tit {
	margin-bottom: 40px;
}

.gdt-title h2 {
    text-align: center;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 20px auto;
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
.gdt-title p {
    line-height: 30px;
    color: #555;
    font-size: 14px;
    margin-top: 0;
}




@media (max-width: 767px){ 
	.cartgory_footer .col-xs-12>.row {
		padding: 15px 0;
	}  
	.bg_black {
		border-right: none;
		text-align: center;
	}
	.bg_black .wechat-scan {
		padding: 0;
		background: none;
		border-radius: 0;
		text-align: center;
	}
	.bg_black .wechat-scan img {
		width: 200px;
		margin: 0 auto;
		display: inline-block;
		 padding: 15px;
    	background: #fff;
    	border-radius: 5px;
	}
	.bg_black h2 {
		font-size: 18px;
	}
	.foot-copyright {
		font-size: 12px;
	}
	.about-content {
		line-height: 24px;
	}
	.section1 {
		margin: 15px 0;
		padding-bottom: 15px;
	}
	.abus-img {
		margin-top: 20px;
	}
	.section2 {
		margin: 15px 0;
		padding-bottom: 15px;
	}
	.index_div .container {
		padding: 20px 10px;
	}
	.bgimg_index .new-tit {
		margin-bottom: 10px;
	}
	.bgimg_index .content-box {
		padding: 0 25px;
	}
	.bg_white {
		padding: 5px;
	}
	.bg_white div {
		height: 90px;
	}
	.bg_white div img {
		width: 50px;
	}
	.bg_white div p {
		font-size: 14px;
		color: #333;
		font-weight: normal;
	}
	.index_div .new-tit {
		margin-bottom: 15px;
	}
	.index_div .flex {
		margin-bottom: 10px;
	}
	.index_div .div_5 {
		margin: 0 1px;
	}
	.index_div .div_5 div {
		border-radius: 2px;
		font-size: 12px;
		border-color: #ccc;
		padding: 0 3px;
	}
	.index_div .content .about-title {
		font-size: 16px;
	}
	.main_content {
		padding: 20px 0;
	}
	.gdt-title h2 {
		font-size: 20px;
	}
	.gdt-title p {
		font-size: 14px;
		line-height: 24px;
	}
	.gdt-title {
		margin: 0 0 20px;
	}
	.form-horizontal {
		display: block;
	}
	.left_div {
		margin-bottom: 20px;
	}
	.left_div .flex {
		margin-bottom: 15px;
	}
	.left_img img {
		width: 26px;
	}
	.left_title p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.left_title h2 {
		font-size: 14px;
	}
	.from_submit {
		width: 100%;
	}
}
