html {
	-webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
	display: block;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
	font-style: normal;
	font-weight: 400;
}

dl,
ol,
ul {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

textarea {
	resize: none;
}

img {
	vertical-align: middle;
}

button,
input[type='submit'],
input[type='text'],
input[type='button'],
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: 0;
	blr: expression(this.onFocus=this.blur());
}

body {
	color: #000;
	line-height: 1.3;
	overflow-x: hidden;
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

#web-ietip {
	width: 526px;
	height: 90px;
	padding: 83px 0 0 84px;
	overflow: hidden;
	background: url(../css/ietip/browser.png) no-repeat center center;
	margin: 200px auto 0;
}

#web-ietip a {
	display: block;
	width: 65px;
	height: 80px;
	float: left;
}

.layout {
	margin: 0 auto;
	padding: 0 3%;
	max-width: 1170px;
}

.top {
	background-color: whitesmoke;
	color: #222;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
}

.topBox {
	display: flex;
}

.top em {
	margin-right: 39px;
}

.top img {
	height: 15.75px;
	margin-right: 10px;
}

.header {
	height: 120px;
	position: relative;
	z-index: 1000;
}

.header .headerBox {
	background-color: #fff;
	height: 120px;
}

.header .headerWrap {
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .headerLog img {
	height: 108px;
}

.header .headerBtn {
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
}

.header .headerBtn .sameBtn {
	margin-left: 5px;
}

.header .headerFx {
	margin-left: 30px;
	display: flex;
	align-items: center;
	line-height: 16px;
	color: #222;
	font-size: 15px;
}

.header .headerFx a:hover {
	transform: translateY(-5px);
}

.header .headerFx a {
	transition: all 0.25s;
	margin-left: 8px;
	width: 32px;
	height: 32px;
	background: #95d03a;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .headerFx a img {
	width: 18px;
	height: 18px;
}

.sameBtn {
	cursor: pointer;
	background: #f79431;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	padding: 0 15px;
	height: 45px;
	transition: all 0.25s;
	border: 1px solid transparent;
}

.sameBtn img {
	margin-right: 10px;
	width: 20px;
}

.sameBtn .ion {
	display: none;
}

.sameBtn:hover {
	background-color: #fff;
	color: #f79431;
	border: 1px solid #f79431;
}

.sameBtn:hover .ion {
	display: block;
}

.sameBtn:hover .i {
	display: none;
}

.nav {
	background: #1b8f44;
}

.nav ul {
	display: flex;
	align-items: center;
}

.nav ul li {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 100;
	flex-grow: 1;
}

.nav ul li>a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.nav ul li>a img {
	width: 10px;
	margin-left: 10px;
}

.nav ul li.on dl,
.nav ul li:hover dl {
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	background: #f79431;
}

.nav ul dl {
	display: none;
	width: 200px;
	padding: 5px 0;
	position: absolute;
	top: 50px;
	background: #fff;
	left: 0;
}

.nav ul dd {
	position: relative;
	line-height: 35px;
}

.nav ul dd a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	color: #666;
	font-size: 14px;
}

.nav ul dd a img {
	width: 10px;
}

.nav ul dd a .i1 {
	display: block;
}

.nav ul dd a .i2 {
	display: none;
}

.nav ul .sub2 a:hover,
.nav ul dd:hover>a {
	color: #fff;
	background: #f79431;
	font-size: 14px;
}

.nav ul .sub2 a:hover .i1,
.nav ul dd:hover>a .i1 {
	display: none;
}

.nav ul .sub2 a:hover .i2,
.nav ul dd:hover>a .i2 {
	display: block;
}

.nav ul dd:hover .sub2 {
	display: block;
}

.nav ul .sub2 {
	display: none;
	width: 150px;
	padding: 5px 0;
	position: absolute;
	top: 0;
	left: 200px;
	background: #fff;
}

.showWx {
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 100;
}

.showWx img {
	width: 40px;
	height: 40px;
}

.goTop {
	display: none;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 40px;
	z-index: 100;
}

.goTop img {
	opacity: 0.7;
	width: 40px;
	height: 40px;
}

.goTop img:hover {
	opacity: 1;
}

.fixEwm {
	position: fixed;
	z-index: 10000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}

.fixEwm .fixMask {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.fixEwm .fixImg {
	position: fixed;
	z-index: 2;
	width: 250px;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.footer {
	color: #959595;
}

.footer .footerBg {
	display: block;
	margin: 0 auto;
	margin-bottom: -1px;
	width: 321px;
}

.footer .footerTopTit {
	text-align: center;
	color: #f79431;
	font-size: 22px;
	line-height: 56px;
	margin-top: -56px;
	font-weight: bold;
}

.footer .footerTop {
	background: #1f1f1f;
	padding: 56px 0;
}

.footer .footerTopWrap {
	padding-top: 30px;
	display: flex;
}

.footer .footerTopWrap dl {
	width: 32%;
	padding-right: 1%;
}

.footer .footerTopWrap dl dt {
	line-height: 41px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}

.footer .footerTopWrap dl dt::after {
	position: absolute;
	width: 20px;
	height: 4px;
	background: #f79431;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer .footerTopWrap dl .footerTopBox {
	flex-grow: 1;
	line-height: 17px;
	font-size: 13px;
}

.footer .footerTopWrap dl p {
	padding-bottom: 20px;
}

.footer .footerTopWrap dl h5 {
	padding-bottom: 15px;
	font-size: 13px;
	color: #f79431;
	font-weight: bold;
}

.footer .footerTopWrap dl dd {
	display: flex;
	align-items: flex-start;
}

.footer .footerTopWrap dl img {
	margin-right: 10px;
	width: 17px;
}

.footer .footerTopWrap dl .footerTopMap {
	width: 100%;
	height: 142px;
	background: #dddddd;
}

.footer .footerTopWrap dl .footerTopLink {
	display: block;
	margin-top: 10px;
	color: #f79431;
}

.footer .footerBot {
	background: #151515;
	padding: 20px 0;
}

.footer .footerBotWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .footerBotLog img {
	height: 58px;
}

.footer .footerBotMsg {
	line-height: 27px;
	font-size: 13px;
}

.footer .footerBotMsg em,
.footer .footerBotMsg a {
	color: #f79431;
}

.navBtn {
	display: none;
}

.bannerLink {
	height: 395px;
	padding: 0 20px;
	display: block;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
}

.bannerMsg {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
}

.bannerMsg .bannerMsgBox {
	width: 436px;
}

.bannerMsg .bannerMsgTop {
	height: 143px;
	line-height: 35.75px;
	margin-top: -143px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 21px;
	padding: 0 23px;
	color: #fff;
}

.bannerMsg .bannerMsgBot {
	height: 75px;
	background-image: url(../images/s.png);
	background-size: 100% 100%;
	line-height: 53px;
	padding: 0 23px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.sameBtn2 {
	cursor: pointer;
	background: #fff;
	border: 1px solid #1b8f44;
	border-radius: 5px;
	display: flex;
	align-items: center;
	color: #1b8f44;
	font-size: 15px;
	height: 47px;
	transition: all 0.25s;
}

.sameBtn2 img {
	width: 20px;
}

.sameBtn2 span {
	padding: 0 10px;
}

.sameBtn2 em {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	background: #1b8f44;
}

.sameBtn2:hover {
	color: #f79431;
	border: 1px solid #f79431;
}

.sameBtn2:hover em {
	background: #f79431;
}

.indexBt {
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
}

.wc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wc .wcImg img {
	width: 100%;
}

.wc .wcCnt {
	flex-grow: 1;
	padding-left: 52px;
}

.wc .wcH5 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.2;
	color: #222;
}

.wc .wcH4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.2;
	color: #f79431;
}

.wc .wcP {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
}

.wcA {
	margin-top: 20px;
	white-space: nowrap;
	display: inline-block;
	padding: 0 18px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #222;
	border: 1px solid #e8e8e8;
}

.wcA img {
	margin-right: 5px;
	width: 20px;
}

.wcA:hover {
	color: #fff;
	background: #f79431;
}

.ac {
	background: #3c3c3c;
	padding: 56px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

.ac a {
	color: #f79431;
}

.ac .acBox {
	display: flex;
	justify-content: space-between;
}

.ac .l {
	width: 49%;
}

.ac .lb {
	margin-top: 40px;
}

.ac .lb img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 160px;
}

.ac .lTit {
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 400;
}

.ac .lTit em {
	color: #f79431;
}

.ac .lb2 {
	margin-bottom: 28px;
}

.ac .lb2 h5 {
	color: #3fae48;
	margin: 10px 0;
	position: relative;
	font-size: 20px;
}

.ac .lb2 h5 img {
	margin-right: 14px;
	width: 20px;
}

.ac .lb2 p {
	padding-left: 40px;
}

.someMsg {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.someMsg .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.someMsg .left {
	margin-right: 23px;
}

.someMsg .h5 {
	padding-left: 38px;
	font-size: 50px;
	color: #222;
}

.someMsg p {
	color: #000;
	font-size: 28px;
	color: #f79431;
}

.someMsg p img {
	margin-right: 16px;
	width: 22px;
}

.someMsg .img {
	width: 58px;
}

.sile {
	background: #f7f7f7;
	padding: 35px 0;
}

.sile .lTit {
	text-align: center;
	color: #222;
	line-height: 54px;
	font-size: 34px;
	font-weight: 400;
}

.sile .lTit em {
	color: #f79431;
}

.sile .sileB {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.sile img {
	max-width: 100%;
	max-height: 100%;
}

.sile .sileS {
	padding: 40px 0;
}

.sile .sileS .swiper-pagination-bullet-active {
	background: #f79431;
}

.to {
	background: #3c3c3c;
	padding: 56px 0;
}

.to .toBox {
	line-height: 1.7;
	color: #fff;
}

.to .toBox .b {
	display: flex;
	align-items: flex-start;
}

.to .toBox .b img {
	margin-right: 37px;
	width: 127px;
}

.to .toBox .p {
	line-height: 37px;
	font-size: 16px;
}

.to .toBox .h5 {
	margin-top: 20px;
	font-size: 16px;
}

.to .toBox .e {
	font-size: 14px;
	color: #adadad;
}

.to .toBox .swiper-pagination {
	width: 8px;
	right: 10px;
	bottom: 0;
	left: auto;
}

.to .toBox .swiper-pagination-bullet {
	display: block;
	margin-top: 10px !important;
	background: transparent;
	border: 1px solid #828282;
}

.to .toBox .swiper-pagination-bullet-active {
	background: #f79431;
}

.imgBox {
	padding: 63px 0;
	display: flex;
	justify-content: space-between;
}

.imgBox .l {
	border: 1px solid #eeeeee;
	width: 48.5%;
	text-align: center;
}

.imgBox .l h5 {
	line-height: 51px;
	color: #f79431;
	font-size: 20px;
}

.imgBox .l img {
	width: 100%;
}

.imgBox2 {
	padding: 40px 0;
	background: #3c3c3c;
}

.imgBox2 .lTit {
	text-align: center;
	color: #fff;
	line-height: 84px;
	font-size: 34px;
	font-weight: 400;
}

.imgBox2 .lTit em {
	color: #f79431;
}

.imgBox2 .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.imgBox2 .img a {
	width: 16.2666%;
	margin: 0 .2%;
	margin-bottom: .4%;
}

.imgBox2 .img img {
	width: 100%;
}

.imgBox2 .a {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	background: #f79431;
	width: 201px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-size: 16px;
}

.imgBox2 .a:hover {
	color: #f79431;
	background: #fff;
}

.form {
	display: flex;
	align-items: center;
}

.form .formr {
	flex-wrap: wrap;
	padding: 44px;
	width: 50%;
	background: #1b8f44;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.form .formr .lTit {
	width: 100%;
	text-align: left;
	color: #fff;
	line-height: 84px;
	font-size: 34px;
	font-weight: 400;
}

.form .formr .lTit em {
	color: #222;
}

.form .formr .formTab {
	width: 100%;
	display: flex;
}

.form .formr .formTab li {
	cursor: pointer;
	margin-left: 10px;
	width: 103px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #666666;
	font-size: 16px;
}

.form .formr .formTab li.on {
	background: #fff;
	color: #666666;
}

.form .formr .formForm li {
	display: none;
	padding: 20px;
	border: 1px solid #fff;
}

.form .formr .formForm .lab {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

.form .formr .formForm .lab label {
	margin-right: 10px;
}

.form .formr .formForm .lab input {
	margin-right: 5px;
}

.form .formr .formForm .input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form .formr .formForm .input input {
	margin-bottom: 36px;
	width: 48.5%;
	background: transparent;
	line-height: 40px;
	height: 40px;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}

.form .formr .formForm .input input::-webkit-input-placeholder {
	color: #fff;
}

.form .formr .formForm .kz {
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	font-size: 14px;
}

.form .formr .formForm .kz h5 em {
	color: red;
}

.form .formr .formForm .kz .kzImg {
	padding-top: 10px;
}

.form .formr .formForm .kz .kzImg img {
	width: 50px;
	margin-right: 10px;
}

.form .formr .formForm .btn {
	margin-top: 20px;
	cursor: pointer;
	width: 178px;
	height: 51px;
	line-height: 51px;
	border-radius: 51px;
	text-align: center;
	color: #222;
	font-size: 14px;
	border: none;
	background: #fff;
}

.form .formr .formForm .btn:hover {
	color: #fff;
	background: #f79431;
}

.form .forml {
	background: #fff;
	width: 50%;
	padding: 31px 21px;
}

.form .imgBox3 {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form .imgBox3 .l {
	width: 48.5%;
	padding-bottom: 10px;
	text-align: center;
}

.form .imgBox3 .l h5 {
	line-height: 51px;
	color: #f79431;
	font-size: 20px;
}

.form .imgBox3 .l img {
	width: 100%;
	border: 1px solid #eeeeee;
}

.ban {
	height: 141px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
}

.ban h2 {
	padding-bottom: 20px;
	position: relative;
}

.ban h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 25px;
	height: 3px;
	background: #f79431;
	transform: translateX(-50%);
}

.main {
	padding: 50px 0;
}

.xq .lTit {
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: 400;
}

.xq .lTit em {
	color: #f79431;
}

.xq .b {
	margin-bottom: 40px;
}

.xq .p {
	line-height: 1.7;
	font-size: 16px;
	color: #666;
}

.xq .t {
	margin-top: 25px;
	font-size: 21px;
	color: #333;
	margin-bottom: 20px;
}

.xq .t::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 25px;
	height: 3px;
	background: #f79431;
}

.xq .t2 {
	margin-top: 10px;
	font-size: 21px;
	color: #333;
	margin-bottom: 20px;
}

.xq .b2 {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.xq .p2 {
	flex-grow: 1;
	padding-left: 10px;
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}

.xq .e {
	color: #000;
	font-weight: bold;
}

.xq .img {
	width: 12px;
	margin-top: 5px;
}

.xq .b3 {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 18px;
}

.xq .b4 {
	display: flex;
	flex-wrap: wrap;
}

.xq .b5 {
	width: 32%;
	padding-right: 1%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 10px;
}

.xq .e2 {
	font-weight: bold;
}

.xq .e3 {
	font-size: 17px;
	font-weight: bold;
}

.xq .e4 {
	color: #f79431;
}

.xq .e5 {
	font-weight: bold;
	text-decoration: underline;
}

.xq .b6 {
	width: 48%;
	padding-right: 2%;
}

.xq .b7 {
	display: flex;
	margin-top: 30px;
}

.xq .b8 {
	padding-right: 30px;
	flex-grow: 1;
}
.xq .b8 img{
	max-width: 100%;
}
.xq .b9 {
	flex-shrink: 0;
}

.xq .b10 {
	display: flex;
}

.xq .b11 {
	display: flex;
	margin-bottom: 40px;
}

.xq .b12 {
	flex-shrink: 0;
	width: 400px;
}

.xq .b13 {
	display: flex;
	justify-content: space-between;
}

.xq .b14 {
	width: 500px;
}

.xq .form .formForm .kz {
	border: 1px solid #999;
	color: #222;
}

.xq .form .formForm .lab {
	color: #222;
}

.xq .form .formForm .input input {
	color: #222;
	border-bottom: 1px solid #999;
}

.xq .form .formForm .input input::-webkit-input-placeholder {
	color: #666;
}

.xq .form .formForm .btn {
	background: #eee;
}

.xq .form .formr {
	width: 100%;
	background: transparent;
	padding: 0;
}

.xq .form .formr li {
	border: none;
	padding: 0;
}

.xq .form .lTit {
	box-sizing: border-box;
	padding-bottom: 20px;
	color: #222;
	font-size: 27px;
	line-height: 40px;
	padding-left: 20px;
}

.t2020 {
	display: flex;
	flex-wrap: wrap;
}

.t2020 .t2020b {
	width: 32.33%;
	margin: 0 .5%;
	margin-bottom: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t2020 .t2020i {
	max-width: 100%;
	max-height: 100%;
}

.t2020.spe .t2020b {
	box-sizing: border-box;
	border: 1px solid #eee;
}

.t2021 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.t2021 .t2021b {
	width: 24%;
	padding: 2% 0;
	text-align: center;
}

.t2021 .t2021p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}

.t2021 .t2021i {
	max-width: 100%;
	max-height: 100%;
}

.modlist li {
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
}

.modlist li .mp {
	line-height: 50px;
	color: #999;
	font-size: 14px;
}

.modlist li .mp img {
	margin-right: 5px;
	width: 15px;
}

.modlist li .mc {
	line-height: 1.8;
	font-size: 14px;
	color: #666;
}

.page {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.page a {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #999;
	text-align: center;
	margin: 0 5px;
}

.page a:hover {
	color: #fff;
}

.page a.on {
	background: #f79431;
}

.imgBig {
	padding: 0 3%;
}

.imgBig .nianfen {
	line-height: 70px;
	font-weight: bold;
	font-size: 25px;
	color: #333;
	text-align: center;
}

.imgBig .imgBigList {
	display: flex;
	flex-wrap: wrap;
}

.imgBig a {
	padding: 10px;
	border: 1px solid #eee;
	width: 12%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 .25%;
	margin-bottom: .5%;
}

.imgBig img {
	max-height: 100%;
	max-width: 100%;
}

.hg {
	text-align: center;
}

.hg img {
	width: 61px;
}

.hg .hgh5 {
	font-size: 25px;
	font-weight: bold;
	line-height: 3;
}

.hg .hgh5c {
	color: #f79431;
}

.par {
	padding-bottom: 20px;
}

.enews .enewsTit {
	line-height: 120px;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	position: relative;
	text-align: center;
}

.enews .enewsTit::after {
	content: "";
	background: #F4524D;
	height: 2px;
	left: 0;
	top: 50%;
	right: 50%;
	position: absolute;
	margin-right: 50px;
}

.enews .enewsTit::before {
	content: "";
	background: #F4524D;
	height: 2px;
	right: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: 50px;
}

.enews .enewsTit2 {
	line-height: 60px;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	position: relative;
	text-align: center;
}

.enews .enewsImg {
	padding: 10px;
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 .25%;
	margin-bottom: .5%;
}

.enews img {
	max-height: 100%;
	max-width: 100%;
}

.enews .enewsList {
	display: flex;
	flex-wrap: wrap;
}

.enews .enewsList li {
	padding-bottom: 2%;
	width: 24%;
	margin: 0 .5%;
}

.cont {
	padding-bottom: 20px;
}

.contList {
	display: flex;
	justify-content: space-between;
}
.contList li{
	width: 48.5%;
}
.contList .contBox {
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
}

.contList dl {
	padding-top: 10px;
}

.contList dl p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #666;
}

.contList dl h5 {
	padding-bottom: 15px;
	font-size: 13px;
	color: #f79431;
	font-weight: bold;
}

.contList dl dd {
	display: flex;
	align-items: flex-start;
}

.contList dl img {
	margin-right: 10px;
	width: 17px;
}

.contList .contImg {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contList .contImg img {
	max-width: 100%;
	max-height: 100%;
}

.contList .contCnt {
	width: 70%;
	box-sizing: border-box;
	padding: 10px 20px;
}

@media screen and (max-width: 1200px) {
	.top {
		background-color: whitesmoke;
		color: #222;
		font-size: 11.05px;
		height: 29.75px;
		line-height: 29.75px;
	}

	.topBox {
		display: flex;
	}

	.top em {
		margin-right: 33.15px;
	}

	.top img {
		height: 13.3875px;
		margin-right: 8.5px;
	}

	.header {
		height: 102px;
	}

	.header .headerBox {
		background-color: #fff;
		height: 102px;
	}

	.header .headerWrap {
		height: 102px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header .headerLog img {
		height: 91.8px;
	}

	.header .headerBtn {
		display: flex;
		justify-content: flex-end;
		flex-grow: 1;
	}

	.header .headerBtn .sameBtn {
		margin-left: 4.25px;
	}

	.header .headerFx {
		margin-left: 25.5px;
		display: flex;
		align-items: center;
		line-height: 13.6px;
		color: #222;
		font-size: 12.75px;
	}

	.header .headerFx a:hover {
		transform: translateY(-4.25px);
	}

	.header .headerFx a {
		transition: all 0.25s;
		margin-left: 6.8px;
		width: 27.2px;
		height: 27.2px;
		background: #95d03a;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header .headerFx a img {
		width: 15.3px;
		height: 15.3px;
	}

	.sameBtn {
		background: #f79431;
		border-radius: 4.25px;
		display: flex;
		align-items: center;
		font-weight: bold;
		color: #fff;
		font-size: 12.75px;
		padding: 0 12.75px;
		height: 38.25px;
		transition: all 0.25s;
		border: 1px solid transparent;
	}

	.sameBtn img {
		margin-right: 8.5px;
		width: 17px;
	}

	.sameBtn .ion {
		display: none;
	}

	.sameBtn:hover {
		background-color: #fff;
		color: #f79431;
		border: 1px solid #f79431;
	}

	.sameBtn:hover .ion {
		display: block;
	}

	.sameBtn:hover .i {
		display: none;
	}

	.nav {
		background: #1b8f44;
	}

	.nav ul {
		display: flex;
		align-items: center;
	}

	.nav ul li {
		height: 42.5px;
		line-height: 42.5px;
		position: relative;
		z-index: 100;
		flex-grow: 1;
	}

	.nav ul li>a {
		text-align: center;
		display: block;
		color: #fff;
		font-size: 13.6px;
		font-weight: bold;
	}

	.nav ul li>a img {
		width: 8.5px;
		margin-left: 8.5px;
	}

	.nav ul li.on dl,
	.nav ul li:hover dl {
		display: block;
	}

	.nav ul li.on>a,
	.nav ul li:hover>a {
		background: #f79431;
	}

	.nav ul dl {
		display: none;
		width: 170px;
		padding: 4.25px 0;
		position: absolute;
		top: 42.5px;
		background: #fff;
		left: 0;
	}

	.nav ul dd {
		position: relative;
		line-height: 29.75px;
	}

	.nav ul dd a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 17px;
		color: #666;
		font-size: 11.9px;
	}

	.nav ul dd a img {
		width: 8.5px;
	}

	.nav ul dd a .i1 {
		display: block;
	}

	.nav ul dd a .i2 {
		display: none;
	}

	.nav ul .sub2 a:hover,
	.nav ul dd:hover>a {
		color: #fff;
		background: #f79431;
		font-size: 11.9px;
	}

	.nav ul .sub2 a:hover .i1,
	.nav ul dd:hover>a .i1 {
		display: none;
	}

	.nav ul .sub2 a:hover .i2,
	.nav ul dd:hover>a .i2 {
		display: block;
	}

	.nav ul dd:hover .sub2 {
		display: block;
	}

	.nav ul .sub2 {
		display: none;
		width: 127.5px;
		padding: 4.25px 0;
		position: absolute;
		top: 0;
		left: 170px;
		background: #fff;
	}

	.showWx {
		cursor: pointer;
		position: fixed;
		right: 8.5px;
		bottom: 85px;
		z-index: 100;
	}

	.showWx img {
		width: 34px;
		height: 34px;
	}

	.goTop {
		display: none;
		cursor: pointer;
		position: fixed;
		right: 8.5px;
		bottom: 34px;
		z-index: 100;
	}

	.goTop img {
		opacity: 0.7;
		width: 34px;
		height: 34px;
	}

	.goTop img:hover {
		opacity: 1;
	}

	.footer {
		color: #959595;
	}

	.footer .footerBg {
		display: block;
		margin: 0 auto;
		margin-bottom: -1px;
		width: 272.85px;
	}

	.footer .footerTopTit {
		text-align: center;
		color: #f79431;
		font-size: 18.7px;
		line-height: 47.6px;
		margin-top: -47.6px;
		font-weight: bold;
	}

	.footer .footerTop {
		background: #1f1f1f;
		padding: 47.6px 0;
	}

	.footer .footerTopWrap {
		padding-top: 25.5px;
		display: flex;
	}

	.footer .footerTopWrap dl {
		width: 24%;
		padding-right: 1%;
	}

	.footer .footerTopWrap dl dt {
		line-height: 34.85px;
		font-size: 12.75px;
		font-weight: bold;
		padding-left: 34px;
		position: relative;
		margin-bottom: 25.5px;
	}

	.footer .footerTopWrap dl dt::after {
		position: absolute;
		width: 17px;
		height: 3.4px;
		background: #f79431;
		content: '';
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.footer .footerTopWrap dl .footerTopBox {
		flex-grow: 1;
		line-height: 14.45px;
		font-size: 11.05px;
	}

	.footer .footerTopWrap dl p {
		padding-bottom: 17px;
	}

	.footer .footerTopWrap dl h5 {
		padding-bottom: 12.75px;
		font-size: 11.05px;
		color: #f79431;
		font-weight: bold;
	}

	.footer .footerTopWrap dl dd {
		display: flex;
		align-items: flex-start;
	}

	.footer .footerTopWrap dl img {
		margin-right: 8.5px;
		width: 14.45px;
	}

	.footer .footerTopWrap dl .footerTopMap {
		width: 100%;
		height: 120.7px;
		background: #dddddd;
	}

	.footer .footerTopWrap dl .footerTopLink {
		display: block;
		margin-top: 8.5px;
		color: #f79431;
	}

	.footer .footerBot {
		background: #151515;
		padding: 20px 0;
	}

	.footer .footerBotWrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer .footerBotLog img {
		height: 49.3px;
	}

	.footer .footerBotMsg {
		line-height: 22.95px;
		font-size: 11.05px;
	}

	.footer .footerBotMsg em,
	.footer .footerBotMsg a {
		color: #f79431;
	}

	.bannerLink {
		height: 335.75px;
		padding: 0 20px;
		display: block;
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 34px;
	}

	.bannerMsg {
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: flex-end;
	}

	.bannerMsg .bannerMsgBox {
		width: 370.6px;
	}

	.bannerMsg .bannerMsgTop {
		height: 121.55px;
		line-height: 30.3875px;
		margin-top: -121.55px;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		font-size: 17.7px;
		padding: 0 19.55px;
		color: #fff;
	}

	.bannerMsg .bannerMsgBot {
		height: 63.75px;
		background-image: url(../images/s.png);
		background-size: 100% 100%;
		line-height: 45.05px;
		padding: 0 19.55px;
		font-size: 18.7px;
		color: #fff;
	}

	.sameBtn2 {
		cursor: pointer;
		background: #fff;
		border: 1px solid #1b8f44;
		border-radius: 4.25px;
		display: flex;
		align-items: center;
		color: #1b8f44;
		font-size: 12.75px;
		height: 39.95px;
		transition: all 0.25s;
	}

	.sameBtn2 img {
		width: 17px;
	}

	.sameBtn2 span {
		padding: 0 8.5px;
	}

	.sameBtn2 em {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 39.95px;
		height: 39.95px;
		background: #1b8f44;
	}

	.sameBtn2:hover {
		color: #f79431;
		border: 1px solid #f79431;
	}

	.sameBtn2:hover em {
		background: #f79431;
	}

	.indexBt {
		padding: 38.25px 0;
		display: flex;
		justify-content: space-between;
	}

	.wc {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.wc .wcImg img {
		width: 100%;
	}

	.wc .wcCnt {
		flex-grow: 1;
		padding-left: 44.2px;
	}

	.wc .wcH5 {
		margin-top: 17px;
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
		line-height: 1.2;
		color: #222;
	}

	.wc .wcH4 {
		margin-top: 17px;
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
		line-height: 1.2;
		color: #f79431;
	}

	.wc .wcP {
		font-size: 12.75px;
		color: #666;
		line-height: 1.7;
	}

	.wcA {
		margin-top: 17px;
		white-space: nowrap;
		display: inline-block;
		padding: 0 15.3px;
		height: 32.3px;
		line-height: 32.3px;
		border-radius: 32.3px;
		text-align: center;
		font-weight: bold;
		font-size: 10.2px;
		color: #222;
		border: 1px solid #e8e8e8;
	}

	.wcA img {
		margin-right: 4.25px;
		width: 17px;
	}

	.wcA:hover {
		color: #fff;
		background: #f79431;
	}

	.ac {
		background: #3c3c3c;
		padding: 47.6px 0;
		color: #fff;
		font-size: 12.75px;
		line-height: 1.7;
	}

	.ac a {
		color: #f79431;
	}

	.ac .acBox {
		display: flex;
		justify-content: space-between;
	}

	.ac .l {
		width: 49%;
	}

	.ac .lb {
		margin-top: 34px;
	}

	.ac .lb img {
		float: left;
		margin-right: 8.5px;
		margin-bottom: 8.5px;
		width: 136px;
	}

	.ac .lTit {
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.ac .lTit em {
		color: #f79431;
	}

	.ac .lb2 {
		margin-bottom: 23.8px;
	}

	.ac .lb2 h5 {
		color: #3fae48;
		margin: 8.5px 0;
		position: relative;
		font-size: 17px;
	}

	.ac .lb2 h5 img {
		margin-right: 11.9px;
		width: 17px;
	}

	.ac .lb2 p {
		padding-left: 34px;
	}

	.someMsg {
		padding: 51px 0;
		display: flex;
		justify-content: space-between;
	}

	.someMsg .item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.someMsg .left {
		margin-right: 19.55px;
	}

	.someMsg .h5 {
		padding-left: 32.3px;
		font-size: 42.5px;
		color: #222;
	}

	.someMsg p {
		color: #000;
		font-size: 23.8px;
		color: #f79431;
	}

	.someMsg p img {
		margin-right: 13.6px;
		width: 18.7px;
	}

	.someMsg .img {
		width: 49.3px;
	}

	.sile {
		background: #f7f7f7;
		padding: 29.75px 0;
	}

	.sile .lTit {
		text-align: center;
		color: #222;
		line-height: 45.9px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.sile .lTit em {
		color: #f79431;
	}

	.sile .sileB {
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
	}

	.sile img {
		max-width: 100%;
		max-height: 100%;
	}

	.sile .sileS {
		padding: 34px 0;
	}

	.sile .sileS .swiper-pagination-bullet-active {
		background: #f79431;
	}

	.to {
		background: #3c3c3c;
		padding: 47.6px 0;
	}

	.to .toBox {
		line-height: 1.7;
		color: #fff;
	}

	.to .toBox .b {
		display: flex;
		align-items: flex-start;
	}

	.to .toBox .b img {
		margin-right: 31.45px;
		width: 107.95px;
	}

	.to .toBox .p {
		line-height: 31.45px;
		font-size: 13.6px;
	}

	.to .toBox .h5 {
		margin-top: 17px;
		font-size: 13.6px;
	}

	.to .toBox .e {
		font-size: 11.9px;
		color: #adadad;
	}

	.to .toBox .swiper-pagination {
		width: 6.8px;
		right: 8.5px;
		bottom: 0;
		left: auto;
	}

	.to .toBox .swiper-pagination-bullet {
		display: block;
		margin-top: 8.5px !important;
		background: transparent;
		border: 1px solid #828282;
	}

	.to .toBox .swiper-pagination-bullet-active {
		background: #f79431;
	}

	.imgBox {
		padding: 53.55px 0;
		display: flex;
		justify-content: space-between;
	}

	.imgBox .l {
		border: 1px solid #eeeeee;
		width: 48.5%;
		text-align: center;
	}

	.imgBox .l h5 {
		line-height: 43.35px;
		color: #f79431;
		font-size: 17px;
	}

	.imgBox .l img {
		width: 100%;
	}

	.imgBox2 {
		padding: 34px 0;
		background: #3c3c3c;
	}

	.imgBox2 .lTit {
		text-align: center;
		color: #fff;
		line-height: 71.4px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.imgBox2 .lTit em {
		color: #f79431;
	}

	.imgBox2 .img {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.imgBox2 .img img {
		width: 100%;
	}

	.imgBox2 .a {
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 17px;
		color: #fff;
		background: #f79431;
		width: 170.85px;
		height: 42.5px;
		line-height: 42.5px;
		border-radius: 42.5px;
		font-size: 13.6px;
	}

	.imgBox2 .a:hover {
		color: #f79431;
		background: #fff;
	}

	.form {
		display: flex;
		align-items: center;
	}

	.form .formr {
		flex-wrap: wrap;
		padding: 37.4px;
		width: 50%;
		background: #1b8f44;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.form .formr .lTit {
		width: 100%;
		text-align: left;
		color: #fff;
		line-height: 71.4px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.form .formr .lTit em {
		color: #222;
	}

	.form .formr .formTab {
		width: 100%;
		display: flex;
	}

	.form .formr .formTab li {
		cursor: pointer;
		margin-left: 8.5px;
		width: 87.55px;
		height: 48.45px;
		line-height: 48.45px;
		text-align: center;
		border-radius: 4.25px 4.25px 0 0;
		color: #fff;
		background: #666666;
		font-size: 13.6px;
	}

	.form .formr .formTab li.on {
		background: #fff;
		color: #666666;
	}

	.form .formr .formForm li {
		display: none;
		padding: 17px;
		border: 1px solid #fff;
	}

	.form .formr .formForm .lab {
		color: #fff;
		font-size: 11.9px;
		line-height: 34px;
	}

	.form .formr .formForm .lab label {
		margin-right: 8.5px;
	}

	.form .formr .formForm .lab input {
		margin-right: 4.25px;
	}

	.form .formr .formForm .input {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.form .formr .formForm .input input {
		margin-bottom: 36px;
		width: 48.5%;
		background: transparent;
		line-height: 34px;
		height: 34px;
		border: none;
		border-bottom: 1px solid #fff;
		font-size: 11.9px;
		color: #fff;
	}

	.form .formr .formForm .input input::-webkit-input-placeholder {
		color: #fff;
	}

	.form .formr .formForm .kz {
		border: 1px solid #fff;
		padding: 8.5px;
		color: #fff;
		font-size: 11.9px;
	}

	.form .formr .formForm .kz h5 em {
		color: red;
	}

	.form .formr .formForm .kz .kzImg {
		padding-top: 8.5px;
	}

	.form .formr .formForm .kz .kzImg img {
		width: 42.5px;
		margin-right: 8.5px;
	}

	.form .formr .formForm .btn {
		margin-top: 17px;
		cursor: pointer;
		width: 151.3px;
		height: 43.35px;
		line-height: 43.35px;
		border-radius: 43.35px;
		text-align: center;
		color: #222;
		font-size: 11.9px;
		border: none;
	}

	.form .formr .formForm .btn:hover {
		color: #fff;
		background: #f79431;
	}

	.form .forml {
		background: #fff;
		width: 50%;
		padding: 26.35px 17.85px;
	}

	.form .imgBox3 {
		padding: 8.5px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.form .imgBox3 .l {
		width: 48.5%;
		padding-bottom: 8.5px;
		text-align: center;
	}

	.form .imgBox3 .l h5 {
		line-height: 43.35px;
		color: #f79431;
		font-size: 17px;
	}

	.form .imgBox3 .l img {
		width: 100%;
		border: 1px solid #eeeeee;
	}

	.xq .lTit {
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.xq .lTit em {
		color: #f79431;
	}

	.xq .b {
		margin-bottom: 34px;
	}

	.xq .p {
		line-height: 1.7;
		font-size: 13.6px;
		color: #666;
	}

	.xq .t {
		margin-top: 21.25px;
		font-size: 17.85px;
		color: #333;
		margin-bottom: 17px;
	}

	.xq .t::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 8.5px;
		width: 21.25px;
		height: 2.55px;
		background: #f79431;
	}

	.xq .t2 {
		margin-top: 8.5px;
		font-size: 17.85px;
		color: #333;
		margin-bottom: 17px;
	}

	.xq .b2 {
		margin-bottom: 8.5px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.xq .p2 {
		flex-grow: 1;
		padding-left: 8.5px;
		font-size: 12.75px;
		color: #666;
		line-height: 1.8;
	}

	.xq .e {
		color: #000;
		font-weight: bold;
	}

	.xq .img {
		width: 10.2px;
		margin-top: 4.25px;
	}

	.xq .b3 {
		border-bottom: 1px dashed #ddd;
		padding-bottom: 15.3px;
	}

	.xq .b4 {
		display: flex;
		flex-wrap: wrap;
	}

	.xq .b5 {
		width: 32%;
		padding-right: 1%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding-bottom: 8.5px;
	}

	.xq .e2 {
		font-weight: bold;
	}

	.xq .e3 {
		font-size: 14.45px;
		font-weight: bold;
	}

	.xq .e4 {
		color: #f79431;
	}

	.xq .e5 {
		font-weight: bold;
		text-decoration: underline;
	}

	.xq .b6 {
		width: 48%;
		padding-right: 2%;
	}

	.xq .b7 {
		display: flex;
		margin-top: 25.5px;
	}

	.xq .b8 {
		padding-right: 25.5px;
		flex-grow: 1;
	}

	.xq .b9 {
		flex-shrink: 0;
	}

	.xq .b10 {
		display: flex;
	}

	.xq .b11 {
		display: flex;
		margin-bottom: 34px;
	}

	.xq .b12 {
		flex-shrink: 0;
		width: 340px;
	}

	.xq .b13 {
		display: flex;
		justify-content: space-between;
	}

	.xq .b14 {
		width: 425px;
		padding: 0 10px;
	}

	.xq .form .formForm .kz {
		border: 1px solid #999;
		color: #222;
	}

	.xq .form .formForm .lab {
		color: #222;
	}

	.xq .form .formForm .input input {
		color: #222;
		border-bottom: 1px solid #999;
	}

	.xq .form .formForm .input input::-webkit-input-placeholder {
		color: #666;
	}

	.xq .form .formr {
		width: 100%;
		background: transparent;
		padding: 0;
	}

	.xq .form .formr li {
		border: none;
		padding: 0;
	}

	.xq .form .lTit {
		box-sizing: border-box;
		padding-bottom: 17px;
		color: #222;
		font-size: 22.95px;
		line-height: 34px;
		padding-left: 17px;
	}

	.t2020 {
		display: flex;
		flex-wrap: wrap;
	}

	.t2020 .t2020b {
		width: 32.33%;
		margin: 0 .5%;
		margin-bottom: 1%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.t2020 .t2020i {
		max-width: 100%;
		max-height: 100%;
	}

	.t2020.spe .t2020b {
		box-sizing: border-box;
		border: 1px solid #eee;
	}

	.t2021 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.t2021 .t2021b {
		width: 24%;
		padding: 2% 0;
		text-align: center;
	}

	.t2021 .t2021p {
		font-size: 13.6px;
		line-height: 2;
		color: #666;
	}

	.t2021 .t2021i {
		max-width: 100%;
		max-height: 100%;
	}

	.modlist li {
		padding-bottom: 17px;
		border-bottom: 1px dashed #eee;
	}

	.modlist li .mp {
		line-height: 42.5px;
		color: #999;
		font-size: 11.9px;
	}

	.modlist li .mp img {
		margin-right: 4.25px;
		width: 12.75px;
	}

	.modlist li .mc {
		line-height: 1.8;
		font-size: 11.9px;
		color: #666;
	}

	.page {
		display: flex;
		justify-content: center;
		padding-top: 51px;
	}

	.page a {
		padding: 0 8.5px;
		height: 25.5px;
		line-height: 25.5px;
		color: #fff;
		background: #999;
		text-align: center;
		margin: 0 4.25px;
	}

	.page a:hover {
		color: #fff;
	}

	.page a.on {
		background: #f79431;
	}

	.imgBig {
		padding: 0 3%;
	}

	.imgBig .nianfen {
		line-height: 59.5px;
		font-weight: bold;
		font-size: 21.25px;
		color: #333;
		text-align: center;
	}

	.imgBig .imgBigList {
		display: flex;
		flex-wrap: wrap;
	}

	.imgBig a {
		padding: 8.5px;
		border: 1px solid #eee;
		width: 19.5%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin: 0 .25%;
		margin-bottom: .5%;
	}

	.imgBig img {
		max-height: 100%;
		max-width: 100%;
	}

	.hg {
		text-align: center;
	}

	.hg img {
		width: 51.85px;
	}

	.hg .hgh5 {
		font-size: 21.25px;
		font-weight: bold;
		line-height: 3;
	}

	.hg .hgh5c {
		color: #f79431;
	}

	.par {
		padding-bottom: 17px;
	}

	.enews .enewsTit {
		line-height: 102px;
		font-size: 21.25px;
		font-weight: bold;
		color: #333;
		position: relative;
		text-align: center;
	}

	.enews .enewsTit::after {
		content: "";
		background: #F4524D;
		height: 2px;
		left: 0;
		top: 50%;
		right: 50%;
		position: absolute;
		margin-right: 42.5px;
	}

	.enews .enewsTit::before {
		content: "";
		background: #F4524D;
		height: 2px;
		right: 0;
		top: 50%;
		left: 50%;
		position: absolute;
		margin-left: 42.5px;
	}

	.enews .enewsTit2 {
		line-height: 51px;
		font-size: 21.25px;
		font-weight: bold;
		color: #333;
		position: relative;
		text-align: center;
	}

	.enews .enewsImg {
		padding: 8.5px;
		border: 1px solid #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin: 0 .25%;
		margin-bottom: .5%;
	}

	.enews img {
		max-height: 100%;
		max-width: 100%;
	}

	.enews .enewsList {
		display: flex;
		flex-wrap: wrap;
	}

	.enews .enewsList li {
		padding-bottom: 2%;
		width: 24%;
		margin: 0 .5%;
	}

	.cont {
		padding-bottom: 17px;
	}

	.contList {
		display: flex;
		justify-content: space-between;
	}
	.contList li{
		width: 48.5%;
	}
	.contList .contBox {
		border: 1px solid #eee;
		display: flex;
		justify-content: center;
		
	}

	.contList dl {
		padding-top: 8.5px;
	}

	.contList dl p {
		padding-bottom: 8.5px;
		font-size: 11.9px;
		color: #666;
	}

	.contList dl h5 {
		padding-bottom: 12.75px;
		font-size: 11.05px;
		color: #f79431;
		font-weight: bold;
	}

	.contList dl dd {
		display: flex;
		align-items: flex-start;
	}

	.contList dl img {
		margin-right: 8.5px;
		width: 14.45px;
	}

	.contList .contImg {
		width: 30%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.contList .contImg img {
		max-width: 100%;
		max-height: 100%;
	}

	.contList .contCnt {
		width: 70%;
		box-sizing: border-box;
		padding: 8.5px 17px;
	}

	.ban {
		height: 119.85px;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 29.75px;
		font-weight: bold;
	}

	.ban h2 {
		padding: 0 20px;
		padding-bottom: 8.5px;
		position: relative;
	}

	.ban h2::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 21.25px;
		height: 3px;
		background: #f79431;
		transform: translateX(-50%);
	}

	.main {
		padding: 42.5px 0;
	}
}

@media screen and (max-width: 800px) {
	.top {
		background-color: whitesmoke;
		color: #222;
		font-size: 11.05px;
		height: auto;
		line-height: 29.75px;
	}

	.topBox {
		display: flex;
		flex-wrap: wrap;
	}

	.top em {
		width: 100%;
		white-space: normal;
		margin-right: 12.75px;
	}

	.top img {
		height: 13.3875px;
		margin-right: 8.5px;
	}

	.header {
		height: auto;
	}

	.header .headerBox {
		background-color: #fff;
		height: auto;
	}

	.header .headerWrap {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.header .headerLog {
		height: 42.5px;
		line-height: 42.5px;
	}

	.header .headerLog img {
		height: 38.25px;
	}

	.header .headerBtn {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0;
		white-space: nowrap;
		display: flex;
		justify-content: space-between;
		flex-grow: 1;
		margin: 0 -5px;
	}

	.header .headerBtn .sameBtn {
		flex: 1;
		margin: 0 5px;
	}

	.header .headerFx {
		margin-left: 25.5px;
		display: flex;
		align-items: center;
		line-height: 13.6px;
		color: #222;
		font-size: 12.75px;
	}

	.header .headerFx a:hover {
		transform: translateY(-4.25px);
	}

	.header .headerFx a {
		transition: all 0.25s;
		margin-left: 6.8px;
		width: 27.2px;
		height: 27.2px;
		background: #95d03a;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header .headerFx a img {
		width: 15.3px;
		height: 15.3px;
	}

	.sameBtn {
		background: #f79431;
		border-radius: 4.25px;
		display: flex;
		align-items: center;
		font-weight: bold;
		color: #fff;
		font-size: 12.75px;
		padding: 0 8.5px;
		height: 38.25px;
		transition: all 0.25s;
		border: 1px solid transparent;
	}

	.sameBtn img {
		margin-right: 8.5px;
		width: 12.75px;
	}

	.sameBtn .ion {
		display: none;
	}

	.sameBtn:hover {
		background-color: #fff;
		color: #f79431;
		border: 1px solid #f79431;
	}

	.sameBtn:hover .ion {
		display: block;
	}

	.sameBtn:hover .i {
		display: none;
	}

	.nav {
		position: fixed;
		transition: all .25s ease-out;
		top: 0;
		right: -300px;
		bottom: 0;
		overflow: auto;
		width: 250px;
		z-index: 1001;
		background: #1b8f44;
	}

	.nav .navBtn {
		margin-top: 15px;
	}

	.nav ul {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.nav ul li {
		height: auto;
		width: 100%;
		line-height: 42.5px;
		flex-grow: 1;
	}

	.nav ul li>a {
		padding: 0 10px;
		text-align: left;
		display: block;
		color: #fff;
		font-size: 13.6px;
		font-weight: bold;
	}

	.nav ul li>a img {
		width: 8.5px;
		margin-left: 8.5px;
	}

	.nav ul li.on dl,
	.nav ul li:hover dl {
		display: block;
	}

	.nav ul li.on>a,
	.nav ul li:hover>a {
		background: #f79431;
	}

	.nav ul dl {
		display: none;
		width: 100%;
		padding: 4.25px 0;
		position: initial;
		top: 42.5px;
		background: #fff;
		left: 0;
	}

	.nav ul dd {
		position: relative;
		line-height: 29.75px;
	}

	.nav ul dd a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 17px;
		color: #666;
		font-size: 11.9px;
	}

	.nav ul dd a img {
		width: 8.5px;
	}

	.nav ul dd a .i1 {
		display: block;
	}

	.nav ul dd a .i2 {
		display: none;
	}

	.nav ul .sub2 a:hover,
	.nav ul dd:hover>a {
		color: #fff;
		background: #f79431;
		font-size: 11.9px;
	}

	.nav ul .sub2 a:hover .i1,
	.nav ul dd:hover>a .i1 {
		display: none;
	}

	.nav ul .sub2 a:hover .i2,
	.nav ul dd:hover>a .i2 {
		display: block;
	}

	.nav ul dd:hover .sub2 {
		display: block;
	}

	.nav ul .sub2 {
		background: #eee;
		display: none;
		width: 100%;
		padding: 4.25px 0;
		position: initial;
		top: 0;
		left: 170px;
	}

	.showWx {
		cursor: pointer;
		position: fixed;
		right: 8.5px;
		bottom: 85px;
		z-index: 100;
	}

	.showWx img {
		width: 34px;
		height: 34px;
	}

	.goTop {
		display: none;
		cursor: pointer;
		position: fixed;
		right: 8.5px;
		bottom: 34px;
		z-index: 100;
	}

	.goTop img {
		opacity: 0.7;
		width: 34px;
		height: 34px;
	}

	.goTop img:hover {
		opacity: 1;
	}

	.footer {
		color: #959595;
	}

	.footer .footerBg {
		display: block;
		margin: 0 auto;
		margin-bottom: -1px;
		width: 187.85px;
	}

	.footer .footerTopTit {
		text-align: center;
		color: #f79431;
		font-size: 18.7px;
		line-height: 30.6px;
		margin-top: -30.6px;
		font-weight: bold;
	}

	.footer .footerTop {
		background: #1f1f1f;
		padding: 30.6px 0;
	}

	.footer .footerTopWrap {
		padding-top: 8.5px;
		display: flex;
		flex-wrap: wrap;
	}

	.footer .footerTopWrap dl {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.footer .footerTopWrap dl dt {
		line-height: 34.85px;
		font-size: 12.75px;
		font-weight: bold;
		padding-left: 34px;
		position: relative;
		margin-bottom: 8.5px;
	}

	.footer .footerTopWrap dl dt::after {
		position: absolute;
		width: 17px;
		height: 3.4px;
		background: #f79431;
		content: '';
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.footer .footerTopWrap dl .footerTopBox {
		flex-grow: 1;
		line-height: 14.45px;
		font-size: 11.05px;
	}

	.footer .footerTopWrap dl p {
		padding-bottom: 17px;
	}

	.footer .footerTopWrap dl h5 {
		padding-bottom: 12.75px;
		font-size: 11.05px;
		color: #f79431;
		font-weight: bold;
	}

	.footer .footerTopWrap dl dd {
		display: flex;
		align-items: flex-start;
	}

	.footer .footerTopWrap dl img {
		margin-right: 8.5px;
		width: 14.45px;
	}

	.footer .footerTopWrap dl .footerTopMap {
		width: 100%;
		height: 120.7px;
		background: #dddddd;
	}

	.footer .footerTopWrap dl .footerTopLink {
		display: block;
		margin-top: 8.5px;
		color: #f79431;
	}

	.footer .footerBot {
		background: #151515;
		padding: 20px 0;
	}

	.footer .footerBotWrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.footer .footerBotLog {
		width: 100%;
		text-align: center;
	}

	.footer .footerBotLog img {
		height: 49.3px;
	}

	.footer .footerBotMsg {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		line-height: 22.95px;
		font-size: 11.05px;
	}

	.footer .footerBotMsg em,
	.footer .footerBotMsg a {
		color: #f79431;
	}

	.navBtn {
		display: block;
	}

	.navBtn img {
		width: 25px;
		height: 25px;
	}

	.showNav .nav {
		right: 0;
	}

	.bannerLink {
		height: 335.75px;
		padding: 0 20px;
		display: block;
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 34px;
	}

	.bannerMsg {
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
	}

	.bannerMsg .bannerMsgBox {
		width: 370.6px;
	}

	.bannerMsg .bannerMsgTop {
		height: 121.55px;
		line-height: 30.3875px;
		margin-top: 0;
		margin-top: 10px;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		font-size: 17.7px;
		padding: 0 19.55px;
		color: #fff;
	}

	.bannerMsg .bannerMsgBot {
		height: 63.75px;
		background-image: url(../images/s.png);
		background-size: 100% 100%;
		line-height: 45.05px;
		padding: 0 19.55px;
		font-size: 18.7px;
		color: #fff;
	}

	.sameBtn2 {
		cursor: pointer;
		background: #fff;
		border: 1px solid #1b8f44;
		border-radius: 4.25px;
		display: flex;
		align-items: center;
		color: #1b8f44;
		font-size: 12.75px;
		height: 39.95px;
		transition: all 0.25s;
	}

	.sameBtn2 img {
		width: 17px;
	}

	.sameBtn2 span {
		padding: 0 8.5px;
	}

	.sameBtn2 em {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 39.95px;
		height: 39.95px;
		background: #1b8f44;
	}

	.sameBtn2:hover {
		color: #f79431;
		border: 1px solid #f79431;
	}

	.sameBtn2:hover em {
		background: #f79431;
	}

	.indexBt {
		padding: 38.25px 0 8.5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.indexBt .sameBtn2 {
		margin-bottom: 20px;
		width: 45%;
	}

	.wc {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.wc .wcImg {
		width: 100%;
	}

	.wc .wcImg img {
		width: 100%;
	}

	.wc .wcCnt {
		flex-grow: 1;
		padding-left: 0;
	}

	.wc .wcH5 {
		margin-top: 17px;
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
		line-height: 1.2;
		color: #222;
	}

	.wc .wcH4 {
		margin-top: 17px;
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
		line-height: 1.2;
		color: #f79431;
	}

	.wc .wcP {
		font-size: 12.75px;
		color: #666;
		line-height: 1.7;
	}

	.wcA {
		margin-top: 17px;
		white-space: nowrap;
		display: inline-block;
		padding: 0 15.3px;
		height: 32.3px;
		line-height: 32.3px;
		border-radius: 32.3px;
		text-align: center;
		font-weight: bold;
		font-size: 10.2px;
		color: #222;
		border: 1px solid #e8e8e8;
	}

	.wcA img {
		margin-right: 4.25px;
		width: 17px;
	}

	.wcA:hover {
		color: #fff;
		background: #f79431;
	}

	.ac {
		background: #3c3c3c;
		padding: 22.1px 0;
		padding-bottom: 0;
		color: #fff;
		font-size: 12.75px;
		line-height: 1.7;
	}

	.ac a {
		color: #f79431;
	}

	.ac .acBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ac .l {
		width: 100%;
		margin-bottom: 30px;
	}

	.ac .lb {
		margin-top: 34px;
	}

	.ac .lb img {
		float: left;
		margin-right: 8.5px;
		margin-bottom: 8.5px;
		width: 136px;
	}

	.ac .lTit {
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.ac .lTit em {
		color: #f79431;
	}

	.ac .lb2 {
		margin-bottom: 23.8px;
	}

	.ac .lb2 h5 {
		color: #3fae48;
		margin: 8.5px 0;
		position: relative;
		font-size: 17px;
	}

	.ac .lb2 h5 img {
		margin-right: 11.9px;
		width: 17px;
	}

	.ac .lb2 p {
		padding-left: 34px;
	}

	.someMsg {
		padding: 34px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.someMsg .item {
		width: 45%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.someMsg .left {
		margin-right: 11.05px;
	}

	.someMsg .h5 {
		padding-left: 18.7px;
		font-size: 27.2px;
		color: #222;
	}

	.someMsg p {
		color: #000;
		font-size: 19.55px;
		color: #f79431;
	}

	.someMsg p img {
		margin-right: 0px;
		width: 18.7px;
	}

	.someMsg .img {
		width: 32.3px;
	}

	.sile {
		background: #f7f7f7;
		padding: 29.75px 0;
	}

	.sile .lTit {
		text-align: center;
		color: #222;
		line-height: 45.9px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.sile .lTit em {
		color: #f79431;
	}

	.sile .sileB {
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
	}

	.sile img {
		max-width: 100%;
		max-height: 100%;
	}

	.sile .sileS {
		padding: 34px 0;
	}

	.sile .sileS .swiper-pagination-bullet-active {
		background: #f79431;
	}

	.to {
		background: #3c3c3c;
		padding: 30.6px 0;
	}

	.to .toBox {
		line-height: 1.7;
		color: #fff;
	}

	.to .toBox .b {
		display: flex;
		align-items: flex-start;
	}

	.to .toBox .b img {
		margin-right: 14.45px;
		width: 56.95px;
	}

	.to .toBox .p {
		line-height: 31.45px;
		font-size: 13.6px;
	}

	.to .toBox .h5 {
		margin-top: 17px;
		font-size: 13.6px;
	}

	.to .toBox .e {
		font-size: 11.9px;
		color: #adadad;
	}

	.to .toBox .swiper-pagination {
		width: 6.8px;
		right: 8.5px;
		bottom: 0;
		left: auto;
	}

	.to .toBox .swiper-pagination-bullet {
		display: block;
		margin-top: 8.5px !important;
		background: transparent;
		border: 1px solid #828282;
	}

	.to .toBox .swiper-pagination-bullet-active {
		background: #f79431;
	}

	.imgBox {
		padding: 53.55px 0;
		display: flex;
		justify-content: space-between;
	}

	.imgBox .l {
		border: 1px solid #eeeeee;
		width: 48.5%;
		text-align: center;
	}

	.imgBox .l h5 {
		line-height: 43.35px;
		color: #f79431;
		font-size: 17px;
	}

	.imgBox .l img {
		width: 100%;
	}

	.imgBox2 {
		padding: 34px 0;
		background: #3c3c3c;
	}

	.imgBox2 .lTit {
		text-align: center;
		color: #fff;
		line-height: 71.4px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.imgBox2 .lTit em {
		color: #f79431;
	}

	.imgBox2 .img {
		display: flex;
		flex-wrap: wrap;
	}

	.imgBox2 .img a {
		width: 32.933%;
		margin: 0 .2%;
		margin-bottom: .2%;
	}

	.imgBox2 .img img {
		width: 100%;
	}

	.imgBox2 .a {
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 17px;
		color: #fff;
		background: #f79431;
		width: 170.85px;
		height: 42.5px;
		line-height: 42.5px;
		border-radius: 42.5px;
		font-size: 13.6px;
	}

	.imgBox2 .a:hover {
		color: #f79431;
		background: #fff;
	}

	.form {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.form .formr {
		flex-wrap: wrap;
		padding: 11.9px;
		width: 100%;
		background: #1b8f44;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.form .formr .lTit {
		width: 100%;
		text-align: left;
		color: #fff;
		line-height: 71.4px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.form .formr .lTit em {
		color: #222;
	}

	.form .formr .formTab {
		width: 100%;
		display: flex;
	}

	.form .formr .formTab li {
		cursor: pointer;
		margin-left: 8.5px;
		width: 87.55px;
		height: 48.45px;
		line-height: 48.45px;
		text-align: center;
		border-radius: 4.25px 4.25px 0 0;
		color: #fff;
		background: #666666;
		font-size: 13.6px;
	}

	.form .formr .formTab li.on {
		background: #fff;
		color: #666666;
	}

	.form .formr .formForm li {
		display: none;
		padding: 17px;
		border: 1px solid #fff;
	}

	.form .formr .formForm .lab {
		color: #fff;
		font-size: 11.9px;
		line-height: 34px;
	}

	.form .formr .formForm .lab label {
		margin-right: 8.5px;
	}

	.form .formr .formForm .lab input {
		margin-right: 4.25px;
	}

	.form .formr .formForm .input {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.form .formr .formForm .input input {
		margin-bottom: 36px;
		width: 48.5%;
		background: transparent;
		line-height: 34px;
		height: 34px;
		border: none;
		border-bottom: 1px solid #fff;
		font-size: 11.9px;
		color: #fff;
	}

	.form .formr .formForm .input input::-webkit-input-placeholder {
		color: #fff;
	}

	.form .formr .formForm .kz {
		border: 1px solid #fff;
		padding: 8.5px;
		color: #fff;
		font-size: 11.9px;
	}

	.form .formr .formForm .kz h5 em {
		color: red;
	}

	.form .formr .formForm .kz .kzImg {
		padding-top: 8.5px;
	}

	.form .formr .formForm .kz .kzImg img {
		width: 42.5px;
		margin-right: 8.5px;
	}

	.form .formr .formForm .btn {
		margin-top: 17px;
		cursor: pointer;
		width: 151.3px;
		height: 43.35px;
		line-height: 43.35px;
		border-radius: 43.35px;
		text-align: center;
		color: #222;
		font-size: 11.9px;
		border: none;
	}

	.form .formr .formForm .btn:hover {
		color: #fff;
		background: #f79431;
	}

	.form .forml {
		background: #fff;
		width: 100%;
		padding: 26.35px 17.85px;
	}

	.form .imgBox3 {
		padding: 8.5px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.form .imgBox3 .l {
		width: 48.5%;
		padding-bottom: 8.5px;
		text-align: center;
	}

	.form .imgBox3 .l h5 {
		line-height: 43.35px;
		color: #f79431;
		font-size: 17px;
	}

	.form .imgBox3 .l img {
		width: 100%;
		border: 1px solid #eeeeee;
	}

	.xq .lTit {
		margin-bottom: 8.5px;
		font-size: 28.9px;
		font-weight: 400;
	}

	.xq .lTit em {
		color: #f79431;
	}

	.xq .b {
		margin-bottom: 34px;
	}

	.xq .p {
		line-height: 1.7;
		font-size: 13.6px;
		color: #666;
	}

	.xq .t {
		margin-top: 21.25px;
		font-size: 17.85px;
		color: #333;
		margin-bottom: 17px;
	}

	.xq .t::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 8.5px;
		width: 21.25px;
		height: 2.55px;
		background: #f79431;
	}

	.xq .t2 {
		margin-top: 8.5px;
		font-size: 17.85px;
		color: #333;
		margin-bottom: 17px;
	}

	.xq .b2 {
		margin-bottom: 8.5px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.xq .p2 {
		flex-grow: 1;
		padding-left: 0;
		font-size: 12.75px;
		color: #666;
		line-height: 1.8;
	}

	.xq .e {
		color: #000;
		font-weight: bold;
	}

	.xq .img {
		width: 10.2px;
		margin-top: 4.25px;
	}

	.xq .b3 {
		border-bottom: 1px dashed #ddd;
		padding-bottom: 15.3px;
	}

	.xq .b4 {
		display: flex;
		flex-wrap: wrap;
	}

	.xq .b5 {
		width: 100%;
		padding-right: 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding-bottom: 8.5px;
	}

	.xq .e2 {
		font-weight: bold;
	}

	.xq .e3 {
		font-size: 14.45px;
		font-weight: bold;
	}

	.xq .e4 {
		color: #f79431;
	}

	.xq .e5 {
		font-weight: bold;
		text-decoration: underline;
	}

	.xq .b6 {
		width: 100%;
		padding-right: 0;
	}

	.xq .b7 {
		display: flex;
		margin-top: 25.5px;
	}

	.xq .b8 {
		padding-right: 0;
		flex-grow: 1;
	}

	.xq .b9 {
		width: 100%;
		margin-top: 40px;
		flex-shrink: 0;
	}

	.xq .b10 {
		display: flex;
		flex-wrap: wrap;
	}

	.xq .b11 {
		display: flex;
		margin-bottom: 34px;
	}

	.xq .b12 {
		flex-shrink: 0;
		width: 340px;
	}

	.xq .b13 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.xq .b14 {
		margin-bottom: 20px;
		width: 100%;
		padding: 0;
	}

	.xq .form .formForm .kz {
		border: 1px solid #999;
		color: #222;
	}

	.xq .form .formForm .lab {
		color: #222;
	}

	.xq .form .formForm .input input {
		color: #222;
		border-bottom: 1px solid #999;
	}

	.xq .form .formForm .input input::-webkit-input-placeholder {
		color: #666;
	}

	.xq .form .formr {
		width: 100%;
		background: transparent;
		padding: 0;
	}

	.xq .form .formr li {
		border: none;
		padding: 0;
	}

	.xq .form .lTit {
		margin-top: 20px;
		box-sizing: border-box;
		padding-bottom: 17px;
		color: #222;
		font-size: 22.95px;
		line-height: 34px;
		padding-left: 17px;
	}

	.t2020 {
		display: flex;
		flex-wrap: wrap;
	}

	.t2020 .t2020b {
		width: 49%;
		margin: 0 .5%;
		margin-bottom: 1%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.t2020 .t2020i {
		max-width: 100%;
		max-height: 100%;
	}

	.t2020.spe .t2020b {
		box-sizing: border-box;
		border: 1px solid #eee;
	}

	.t2021 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.t2021 .t2021b {
		width: 32.3%;
		margin: 2% 0.5%;
		padding: 0;
		text-align: center;
	}

	.t2021 .t2021p {
		font-size: 13.6px;
		line-height: 2;
		color: #666;
	}

	.t2021 .t2021i {
		max-width: 100%;
		max-height: 100%;
	}

	.modlist li {
		padding-bottom: 17px;
		border-bottom: 1px dashed #eee;
	}

	.modlist li .mp {
		line-height: 42.5px;
		color: #999;
		font-size: 11.9px;
	}

	.modlist li .mp img {
		margin-right: 4.25px;
		width: 12.75px;
	}

	.modlist li .mc {
		line-height: 1.8;
		font-size: 11.9px;
		color: #666;
	}

	.page {
		display: flex;
		justify-content: center;
		padding-top: 51px;
	}

	.page a {
		padding: 0 8.5px;
		height: 25.5px;
		line-height: 25.5px;
		color: #fff;
		background: #999;
		text-align: center;
		margin: 0 4.25px;
	}

	.page a:hover {
		color: #fff;
	}

	.page a.on {
		background: #f79431;
	}

	.imgBig {
		padding: 0 3%;
	}

	.imgBig .nianfen {
		line-height: 59.5px;
		font-weight: bold;
		font-size: 21.25px;
		color: #333;
		text-align: center;
	}

	.imgBig .imgBigList {
		display: flex;
		flex-wrap: wrap;
	}

	.imgBig a {
		padding: 8.5px;
		border: 1px solid #eee;
		width: 32.8%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin: 0 .25%;
		margin-bottom: .5%;
	}

	.imgBig img {
		max-height: 100%;
		max-width: 100%;
	}

	.hg {
		text-align: center;
	}

	.hg img {
		width: 51.85px;
	}

	.hg .hgh5 {
		font-size: 21.25px;
		font-weight: bold;
		line-height: 3;
	}

	.hg .hgh5c {
		color: #f79431;
	}

	.par {
		padding-bottom: 17px;
	}

	.enews .enewsTit {
		line-height: 68px;
		font-size: 21.25px;
		font-weight: bold;
		color: #333;
		position: relative;
		text-align: center;
	}

	.enews .enewsTit::after {
		content: "";
		background: #F4524D;
		height: 2px;
		left: 0;
		top: 50%;
		right: 50%;
		position: absolute;
		margin-right: 42.5px;
	}

	.enews .enewsTit::before {
		content: "";
		background: #F4524D;
		height: 2px;
		right: 0;
		top: 50%;
		left: 50%;
		position: absolute;
		margin-left: 42.5px;
	}

	.enews .enewsTit2 {
		line-height: 51px;
		font-size: 21.25px;
		font-weight: bold;
		color: #333;
		position: relative;
		text-align: center;
	}

	.enews .enewsImg {
		padding: 8.5px;
		border: 1px solid #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		margin: 0 .25%;
		margin-bottom: .5%;
	}

	.enews img {
		max-height: 100%;
		max-width: 100%;
	}

	.enews .enewsList {
		display: flex;
		flex-wrap: wrap;
	}

	.enews .enewsList li {
		padding-bottom: 2%;
		width: 49%;
		margin: 0 .5%;
	}

	.cont {
		padding-bottom: 17px;
	}

	.contList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contList .contBox {
		margin-bottom: 10px;
		border: 1px solid #eee;
		display: flex;
		justify-content: center;
		width: 100%;
	}
.contList li{
	width: 100%;
}
	.contList dl {
		padding-top: 8.5px;
	}

	.contList dl p {
		padding-bottom: 8.5px;
		font-size: 11.9px;
		color: #666;
	}

	.contList dl h5 {
		padding-bottom: 12.75px;
		font-size: 11.05px;
		color: #f79431;
		font-weight: bold;
	}

	.contList dl dd {
		display: flex;
		align-items: flex-start;
	}

	.contList dl img {
		margin-right: 8.5px;
		width: 14.45px;
	}

	.contList .contImg {
		width: 30%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.contList .contImg img {
		max-width: 100%;
		max-height: 100%;
	}

	.contList .contCnt {
		width: 70%;
		box-sizing: border-box;
		padding: 8.5px 17px;
	}

	.ban {
		height: 119.85px;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 21.25px;
		font-weight: bold;
	}

	.ban h2 {
		padding: 0 20px;
		padding-bottom: 8.5px;
		position: relative;
	}

	.ban h2::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 21.25px;
		height: 3px;
		background: #f79431;
		transform: translateX(-50%);
	}

	.main {
		padding: 21.25px 0;
	}
}
