/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: Arial, Helvetica, sans-serif, 'Poppins';
}

html,
body {
	font-size: 16px;
	background-color: #fff;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-920 {
	margin: 0 auto;
	width: 920px;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-1140 {
	margin: 0 auto;
	width: 1140px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #fff;
}

#header .logo {
	height: 50px;
	margin-top: 18px;
	margin-bottom: 18px;
}

#nav {
	float: right;
	margin-top: 30px;
}

#nav a {
	float: left;
	font-size: 14px;
	color: #555;
	margin-right: 26px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

#nav a:hover,
#nav a.active {
	color: #0366d6;
}

.search {
	float: right;
	margin-top: 32px;
}

.search i {
	color: #404248;
	font-size: 14px;
}

.search i:hover {
	color: #0366d6;
}

#banner {
	position: relative;
}

#banner .list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_zi {
	position: absolute;
	color: #ffffff;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: 5px;
	z-index: 999;
	text-align: center;
}

.banner_zhe {
	background-color: #262732;
	opacity: 0.85;
	height: 100%;
	width: 100%;
	position: absolute;
}

#home>.one {
	padding: 106px 0;
}

#home>.one .one_bt {
	text-align: center;
	color: #e67e22;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 150px;
}

.one_two {
	display: flex;
	justify-content: space-evenly;
}

.one_list {
	text-align: center;
}


.one_list_one {
	color: #bfbfbf;
	font-size: 85px;
	font-weight: 100;
	font-family: "Roboto Slab", Sans-serif;
	text-align: center;
	display: flex;
	justify-content: center;
}

.one_list_two {
	font-family: "Roboto Slab", Sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 2.5;
}

.two {
	background-color: #f7f7f7;
	padding: 140px 0;
}

.two_bt {
	color: #313131;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 30px;
}

.two_info {
	color: #616161;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 100px;
}

.two_list li {
	float: left;
	width: calc(25% - 83px);
	margin-right: 30px;
	margin-bottom: 72px;
	background-color: #fff;
	padding: 60px 30px;
	text-align: center;
}

.two_list li:nth-of-type(1),
.two_list li:nth-of-type(5) {
	border-bottom: 3px solid #fc5f45;
}

.two_list li:nth-of-type(2),
.two_list li:nth-of-type(6) {
	border-bottom: 3px solid #38c695;
}

.two_list li:nth-of-type(3),
.two_list li:nth-of-type(7) {
	border-bottom: 3px solid #b27cf5;
}

.two_list li:nth-of-type(4),
.two_list li:nth-of-type(8) {
	border-bottom: 3px solid #feb960;
}

.two_list li:nth-of-type(4n) {
	margin-right: 0;
}

.two_list li .two_img {
	width: 100%;
	height: 0;
	display: block;
	padding-top: 100%;
	background-size: cover;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.two_list li .two_zi {
	font-size: 22px;
	color: #222;
	display: block;
	line-height: 33px;
	height: 130px;
}

.two_list li:nth-of-type(5) {
	padding: 5px 0 15px 0;
	width: calc(25% - 24px);
}

.two_list li:nth-of-type(5) .two_zi {
	color: #fc5f45;
	font-size: 18px;
	height: 25px;
}

.two_list li:nth-of-type(6) {
	padding: 5px 0 15px 0;
	width: calc(25% - 24px);
}

.two_list li:nth-of-type(6) .two_zi {
	color: #38c695;
	font-size: 18px;
	height: 25px;
}

.two_list li:nth-of-type(7) {
	padding: 5px 0 15px 0;
	width: calc(25% - 24px);
}

.two_list li:nth-of-type(7) .two_zi {
	color: #b27cf5;
	font-size: 18px;
	height: 25px;
}

.two_list li:nth-of-type(8) {
	padding: 5px 0 15px 0;
	width: calc(25% - 24px);
}

.two_list li:nth-of-type(8) .two_zi {
	color: #feb960;
	font-size: 18px;
	height: 25px;
}

.three {
	background-color: #f7f7f7;
	padding-bottom: 140px;
}

.three .three_img {
	width: 502px;
	height: 0;
	margin-right: 60px;
	float: left;
	padding-top: 388px;
	background-position: center center;
	background-repeat: no-repeat;
}

.three_list {
	float: left;
	width: calc(100% - 632px);
}

.three_list li {
	width: 100%;
	padding: 20px 35px 23px 35px;
	box-shadow: 0px -3px 0px 0px #fc5f45 inset;
	background-color: #fff;
	margin-bottom: 20px;
}

.three_list li .three_list_bt {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.three_list li .three_list_bt:hover {
	color: #666;
}

.three_list li .three_list_jj {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #616161;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}

li .three_list_an {
	background-color: #6ec1e4;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	height: 24px;
	display: inline-block;
}

#footer {
	padding: 20px 0;
	background-color: #1b1f23;
	color: #fff;
}

.footer {
	display: flex;
}

.footer_one {
	padding: 0 10px;
	width: 265px;
	text-align: center;
}

.footer_one img {
	width: 159px;
}

.footer_bt {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.footer_two {
	margin-right: 20px;
}

.footer_nr {
	width: 300px;
}

.footer_nr p {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Hind", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}

.footer_three a {
	margin-right: 20px;

}

.footer_three i {
	color: #fff;
	width: 15px;
	height: 15px;
}

.bq {
	background-color: #7A7A7A;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#main .banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 400px;
	background-attachment: fixed;
	background-position: 0vw -4vh;
	justify-content: center;
	align-items: center;
	display: flex;
}

.banner_title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 84px;
}

#main .pro {
	padding: 40px 0;
}

.pro li {
	float: left;
	width: calc(50% - 100px);
	margin-right: 80px;
	margin-bottom: 50px;
	padding: 30px;
	text-align: center;
}

.pro li:hover {
	box-shadow: 2px 2px 10px #dbdbdb;
}

.pro li:nth-of-type(2n) {
	margin-right: 0;
}

.pro li .pro_img {
	width: 60%;
	height: 0;
	display: block;
	padding-top: 60%;
	background-size: contain;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
}

.pro_bt {
	font-size: 30px;
	color: #4054b2;
	line-height: 60px;
	margin-top: 30px;
}

#main .banner_main {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 400px;
	justify-content: center;
	align-items: center;
	display: flex;
}

#main .banner_main_title {
	color: #223279;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 84px;
}

.pro_cp {
	padding-top: 80px;
}

.pro_cp li {
	margin-bottom: 30px;
}

.pro_cp li .pro_cp_img {
	float: left;
	width: 290px;
	background-size: contain;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	/* margin-right: 50px; */
}

.pro_cp li .pro_cp_nr {
	float: left;
	width: calc(100% - 290px);
}

.pro_cp_bt {
	margin-bottom: 20px;
	font-size: 26px;
	color: #4054b2;
}

.pro_cp_js p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.pro_cp_js p span {
	font-weight: bold;
}

#main .banner_budong {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 400px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.news {
	padding: 40px 0;
}

.news li {
	width: 100%;
	margin-bottom: 30px;
}

.news li a {
	width: 204px;
	height: 132px;
	float: left;
	margin-right: 80px;
}

.news li a .news_img {
	width: 100%;
	height: inherit;
	background-position: center center;
	background-repeat: no-repeat;
}

.news li .news_jj {
	float: left;
	width: calc(100% - 320px);
}

.news_bt {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.news_jj p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.down {
	padding: 40px 0;
}

.down li {
	padding: 0 14px;
	border-bottom: 1px solid #eee;
}

.down li>i {
	font-size: 16px;
	color: #000;
	margin-right: 16px;
	float: left;
	line-height: 60px;
}

.down li span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
	float: left;
}

.down li a>i {
	font-size: 20px;
	color: #000;
	float: right;
	line-height: 60px;
}

#main .banner_about {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 368px;
}

.about_one {
	padding: 60px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.about_one_l {
	float: left;
	width: 570px;
	height: 442px;
	margin-right: 30px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.about_one_r {
	float: left;
	width: calc(100% - 600px);
	padding-top: 30px;
}

.about_one_bt {
	font-size: 28px;
	font-weight: bold;
	color: #ed8b00;
	margin-bottom: 20px;
}

.about_one_jj {
	font-size: 14px;
	color: #2c3e50;
	line-height: 24px;
}

.about_one_jj p {
	margin-bottom: 20px;
}

a.about_one_an {
	display: block;
	font-size: 15px;
	color: #fff;
	background-color: #2c3e50;
	width: 168px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 80px;
}

.about_two {
	padding-bottom: 70px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.about_two_l {
	float: left;
	width: calc(100% - 600px);
	padding-top: 30px;
}

.about_two_jj {
	font-size: 14px;
	color: #2c3e50;
	line-height: 24px;
}

a.about_one_an {
	display: block;
	font-size: 15px;
	color: #fff;
	background-color: #2c3e50;
	width: 168px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 80px;
}

.about_two_r {
	float: right;
	width: 570px;
	height: 442px;
	margin-left: 30px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.about_three li {
	margin-bottom: 20px;
}

.about_three li:nth-of-type(2) .about_three_l {
	float: right;
	margin-left: 30px;
	width: calc(100% - 630px);
}

.about_three li:nth-of-type(2) .about_three_r {
	float: left;
	width: 570px;
	text-align: right;
}

.about_three_l {
	float: left;
	width: 570px;
	height: 442px;
	margin-right: 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.about_three_r {
	float: left;
	text-align: left;
	padding-top: 80px;
}

.about_three_r p {
	color: #182e92;
	font-size: 22px;
	line-height: 50px;
}

.about_four {
	margin-bottom: 30px;
}

.about_four_bt {
	font-size: 30px;
	color: #182e92;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

.about_four_jj {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}

.about_four li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 0;
	padding-top: calc(25% - 15px);
	background-size: cover;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.about_four li:nth-of-type(4n) {
	margin-right: 0;
}

.about_five {
	padding-bottom: 60px;
	background-color: #f7f7f7;
	padding-top: 40px;
}

.about_five_bt {
	font-size: 30px;
	color: #2c3e50;
	text-align: center;
	margin-bottom: 38px;
	font-weight: bold;
}

.about_five span {
	width: 115px;
	height: 1px;
	display: block;
	margin: auto;
	text-align: center;
	background-color: #e67e22;
	margin-bottom: 70px;
}

.about_five li {
	display: flex;
	align-items: center;
}

.about_five li .about_five_l {
	float: left;
	width: calc(50% - 72px);
	padding: 0 36px;
}

.about_five li .about_five_l .about_five_l_bt {
	font-size: 24px;
	text-align: center;
	color: #2c3e50;
	margin-bottom: 10px;
}

.about_five_l_nr p {
	font-size: 14px;
	color: #2c3e50;
	line-height: 24px;
}

.about_five li .about_five_xian {
	float: left;
	width: 1px;
	height: 150px;
	background-color: #919aa4;
}

.about_five li .about_five_r {
	float: left;
	width: calc(50% - 72px);
	padding: 0 36px;
}

.about_five_r_nr {
	color: #2c3e50;
	font-size: 70px;
	font-style: italic;
	text-align: left;
}

.about_five li:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.about_five li:nth-of-type(2n) .about_five_r_nr {
	text-align: right;
}

.about_six {
	padding: 80px 0;
}

.about_six_bt {
	font-size: 30px;
	color: #2c3e50;
	margin-bottom: 34px;
}

.about_six span {
	width: 115px;
	height: 1px;
	display: block;
	background-color: #e67e22;
	margin-bottom: 30px;
}

.faq_list li {
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	border-top: 0px solid #d4d4d4;
	border-bottom: 0px solid #d4d4d4;
}

.faq_list li .faq_q {
	padding: 30px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 18px;
	transition: all 0.3s;
	color: #2c3e50;
	cursor: pointer;
}

.faq_list li.active .faq_q {
	color: #ed8b00;
}

.faq_list li:hover.active .faq_q {
	color: #ed8b00;
}

.faq_list li .faq_a {
	padding: 15px 30px;
	font-size: 15px;
	color: #76828d;
	display: none;
	line-height: 24px;
	margin-bottom: 18px;
}

.faq_list li:first-child {
	border-top: 1px solid #d4d4d4;
}

.faq_list li:last-child {
	border-bottom: 1px solid #d4d4d4;
}

.faq_list li.active {
	border-bottom: 1px solid #d4d4d4;
}

/* 搜索 */
#main .search {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

#main .search input {
	border: 1px solid #ccc;
	line-height: 40px;
	width: 500px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 16px;
	vertical-align: top;
	outline: none;
}

#main .search button {
	background-color: #0366d6;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	outline: none;
}

.s_contact {
	padding: 80px 0;
}

.s_contact_bt {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	line-height: 30px;
}

.s_contact_nr {
	margin-bottom: 20px;
}

.s_contact_nr p {
	font-size: 18px;
	color: #000080;
	line-height: 30px;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-920 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1140 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#header,
	#nav {
		display: none;
	}

	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 38px;
		margin-left: 10px;
		margin-top: 6px;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}

	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}

	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}

	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}

	#nav-m .list .language a {
		float: left;
		width: 50%;
	}

	#nav-m .list .language a:nth-of-type(1) {
		border-right: 1px solid #DEDEDF;
	}

	/* 搜索 */
	#nav-m .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	#nav-m .list .search_m input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .list .search_m button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.banner_zi {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
	}

	#home>.one {
		padding: 20px 0;
	}

	#home>.one .one_bt {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.one_list_one {
		font-size: 20px;
	}

	.one_list_two {
		font-size: 12px;
		letter-spacing: 0;
		line-height: 20px;
	}

	.two {
		padding: 20px 0;
	}

	.two_bt {
		font-size: 24px;
		margin-bottom: 0;
	}

	.two_info {
		margin-bottom: 20px;
	}

	.two_list li {
		width: calc(50% - 25px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
	}

	.two_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.two_list li .two_zi {
		font-size: 16px;
		line-height: 20px;
		height: 44px;
		margin-top: 20px;
	}

	.two_list li:nth-of-type(5) {
		width: calc(50% - 25px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
	}

	.two_list li:nth-of-type(5) .two_zi,
	.two_list li:nth-of-type(6) .two_zi,
	.two_list li:nth-of-type(7) .two_zi,
	.two_list li:nth-of-type(8) .two_zi {
		font-size: 16px;
		height: 20px;
	}

	.two_list li:nth-of-type(6) {
		width: calc(50% - 25px);
		margin-right: 0;
		margin-bottom: 10px;
		padding: 10px;
	}

	.two_list li:nth-of-type(7) {
		width: calc(50% - 25px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
	}

	.two_list li:nth-of-type(8) {
		width: calc(50% - 25px);
		margin-right: 0;
		margin-bottom: 10px;
		padding: 10px;
	}

	.three {
		padding-bottom: 20px;
	}

	.three .three_img {
		width: 100%;
		height: 0;
		margin-right: 0;
		float: none;
		padding-top: 273px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.three_list {
		float: none;
		width: 100%;
	}

	.three_list li {
		width: calc(100% - 40px);
		padding: 20px;
		margin-bottom: 20px;
	}

	.three_list li .three_list_bt {
		font-size: 16px;
		line-height: 18px;
	}

	.three_list li .three_list_jj {
		font-size: 14px;
		line-height: 20px;
	}

	.footer {
		display: block;
	}

	.footer_one img {
		width: 120px;
	}

	.footer_one {
		padding: 0;
		width: max-content;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_two {
		margin-right: 0;
	}

	.footer_bt {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.footer_nr p {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	#main .banner {
		height: 120px;
	}

	.banner_title {
		font-size: 20px;
		line-height: 30px;
	}

	#main .pro {
		padding: 20px 0;
	}

	.pro li {
		float: left;
		width: calc(50% - 25px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
		text-align: center;
	}

	.pro li .pro_img {
		width: 80%;
		padding-top: 80%;
	}

	.pro_bt {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}

	#main .banner_main {
		height: 120px;
	}

	#main .banner_main_title {
		font-size: 20px;
		line-height: 30px;
	}

	.pro_cp {
		padding-top: 20px;
	}

	.pro_cp li .pro_cp_img {
		width: 100%;
		height: 150px;
	}

	.pro_cp li .pro_cp_nr {
		float: none;
		width: 100%;
	}

	.pro_cp_bt {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.pro_cp_js p {
		font-size: 14px;
		line-height: 20px;
	}

	#main .banner_budong {
		height: 120px;
	}

	.news {
		padding: 20px 0;
	}

	.news li a {
		width: 100%;
		height: 132px;
		float: none;
		margin-right: 0;
	}

	.news li .news_jj {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.news_bt {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.news_jj p {
		font-size: 14px;
		line-height: 20px;
	}

	.s_contact {
		padding: 20px 0;
	}

	.s_contact_bt {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 22px;
	}

	.s_contact_nr p {
		font-size: 14px;
		line-height: 20px;
	}

	.down {
		padding: 20px 0;
	}

	.down li>i {
		line-height: 40px;
	}

	.down li span {
		line-height: 40px;
	}

	.down li a>i {
		font-size: 16px;
		line-height: 40px;
	}

	#main .banner_about {
		height: 100px;
	}

	.about_one {
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.about_one_l {
		float: none;
		width: 100%;
		height: 278px;
		margin-right: 0;
	}

	.about_one_r {
		float: none;
		width: 100%;
		padding-top: 20px;
	}

	.about_one_bt {
		font-size: 20px;
		margin-bottom: 10px;
	}

	a.about_one_an {
		font-size: 14px;
		width: 130px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}

	.about_two_l {
		float: none;
		width: 100%;
		padding-top: 10px;
	}

	.about_two_r {
		float: none;
		width: 100%;
		height: 278px;
		margin-left: 0;
		margin-top: 20px;
	}

	.about_two {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.about_three_l {
		float: none;
		width: 100%;
		height: 260px;
		margin-right: 0;
	}

	.about_three_r {
		float: none;
		text-align: left;
		padding-top: 20px;
	}

	.about_three_r p {
		font-size: 16px;
		line-height: 30px;
	}

	.about_three li:nth-of-type(2) .about_three_l {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.about_three li:nth-of-type(2) .about_three_r {
		float: none;
		text-align: left;
		width: 100%;
	}

	.about_four_bt {
		font-size: 24px;
	}

	.about_four_jj {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
	}

	.about_four li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding-top: calc(50% - 5px);
	}

	.about_four li:nth-of-type(2n) {
		margin-right: 0;
	}

	.about_five {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.about_five_bt {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.about_five li {
		display: block;
		border-bottom: 1px solid #919aa4;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.about_five li .about_five_l {
		float: none;
		width: 100%;
		padding: 0;
	}

	.about_five li .about_five_l .about_five_l_bt {
		font-size: 18px;
		text-align: left;
		color: #2c3e50;
		margin-bottom: 10px;
	}

	.about_five li .about_five_xian {
		display: none;
	}

	.about_five li .about_five_r {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
	}

	.about_five_r_nr {
		font-size: 40px;
		margin-top: 10px;
	}

	.about_five li:nth-of-type(2n) .about_five_r_nr {
		text-align: left;
	}

	.about_six_bt {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.about_six {
		padding: 20px 0;
	}

	.faq_list li .faq_q {
		padding: 14px;
		font-size: 16px;
	}

	.faq_list li .faq_a {
		padding: 15px;
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}

	#main .search input {
		width: 60%;
		font-size: 14px;
	}

	#main .search button {
		font-size: 14px;
	}
}