html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
	margin: 0;
	padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

body {
	font-size: 14px;
	line-height: 1;
	color: #333;
}

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

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

button,
input,
select,
textarea {
	font-size: 100%;
	border: 0;
	background: none;
}

fieldset,
img {
	border: 0;
}

a {
	color: #333;
}

a,
img {
	-webkit-touch-callout: none;
}

img {
	display: block;
}

li img {
	transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
	resize: none;
	outline: 0;
	-webkit-appearance: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: none;
	outline: none
}

.li,
.dd {
	cursor: pointer;
}

ul,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

ul::after {
	content: '';
	display: block;
	clear: both;
}


/*头部*/

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
	background: #fff;
}

.header-2 {
	border-bottom: 1px solid #f3f3f4;
}

.header .logo {
	width: 112px;
	height: 80px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo img {
	width: 100%;
}

.header .language {
	line-height: 30px;
	float: right;
	position: relative;
}

.header .language .iconfont1 {
	font-size: 22px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.header .language .iconfont2 {
	transform: rotate(90deg);
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: -2px;
}

.header .language .top {
	cursor: pointer;
	position: relative;
}

.header .language .top .list {
	position: absolute;
	left: calc(50% - 50px);
	top: 100%;
	width: 100px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: none;
}

.header .language .top .list a {
	display: block;
	height: 40px;
	line-height: 40px;
}

.header .language .top .list a:hover {
	color: #89673a;
}

.header .language .top:hover .list {
	display: block;
}

.header .nav {
	position: relative;
	padding-right: 95px;
	margin-left: 80px;
}

.header .nav::after {
	content: '';
	display: block;
	width: 1px;
	height: 22px;
	background: #666666;
	position: absolute;
	right: 0;
	top: calc(50% - 11px);
}

.header .nav li {
	display: inline-block;
	width: auto;
	position: relative;
	text-align: left;
	margin-left: 65px;
}

.header .nav li .nav-box {
	position: absolute;
	left: calc(50% - 175px);
	top: 100px;
	width: 350px;
	background: #fff;
	box-sizing: border-box;
	display: none;
	border-radius: 8px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .15);
	padding: 20px 0;

}

.header .nav li .nav-box a {
	display: block;
}

.header .nav li .nav-box a:hover {
	color: #89673a;
}

.header .nav li .n {
	color: #666;
	line-height: 100px;
}

.header .nav li.this {
	border-bottom: 1px solid #89673a;
	box-sizing: border-box;
}

.header .nav li.this .n {
	color: #89673a;
}




/* 
 */
.section-1 {
	margin-top: 100px;
}

.section-1 .t1 {}


.section-1 .pagination1 {
	width: 100%;
	height: 5px;
	text-align: left !important;
}

.section-1 .pagination1 .swiper-pagination-bullet {
	width: 60px;
	height: 5px;
	background: #fff;
	opacity: .3;
	position: relative;
	margin: 0 10px;
	border-radius: 0;
}

.section-1 .pagination1 .swiper-pagination-bullet:nth-child(1) {
	margin-left: 0;
}

.section-1 .pagination1 .swiper-pagination-bullet-active {
	opacity: 1;
}



.section-1 .posrabsolute {
	height: 5px;
	top: auto;
	bottom: 75px;
}

.section-1 .bg img {
	width: 1920px;
	position: relative;
	left: calc(50% - 960px);
}



.ant-d {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;

}

.ant-d .t1 {
	line-height: 56px;
	font-size: 44px;
	width: 650px;
	max-width: 100%;
}

.ant-d .t2 {
	width: 160px;
	height: 60px;
}

.ant-d .t2 .iconfont {
	margin-left: 6px;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.swiper-slide-active .fadeInUpSmall {
	animation-name: fadeInUpSmall;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}


.fadeInUpSmall2 {
	animation-delay: .4s;
}

.fadeInUpSmall3 {
	animation-delay: .8s;
}

.s-m {
	width: 120px;
}

.s-m span {
	display: block;
	width: 27px;
	height: 27px;
	background: linear-gradient(to right, #218c58, #adc86f);
	border-radius: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	margin-left: 10px;
	transition: all .35s;
}

.s-m:hover span {
	transform: translateX(10px);
}

.section-2 {
	padding: 95px 0 140px;
}

.section-2 .swiper-slide .l_img {
	box-sizing: border-box;
	border: 1px solid transparent;
}

.section-2 .swiper-slide .t2 {
	line-height: 24px;
}

.section-2 .swiper-slide:hover .l_img {
	border: 1px solid #89673a;
}

.section-2 .swiper-slide:hover .l_img img {
	transform: scale(1.1);
}

.section-2 .swiper-slide:hover .t1 {
	color: #89673a;
}



.section-3 {
	background: url(../images/s2_bg.jpg) center no-repeat;
	background-size: cover;
	border-bottom: 6px solid #89673a;
	position: relative;
}

.s3l {
	width: 50%;
}

.s3l .wrap_1400 {
	height: 100%;
}

.s3l .box {
	width: 50%;
	height: 100%;
}

.s3l .box .t1 {}

.s3l .box .t2 {
	width: 88%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	line-clamp: 9;
	-webkit-box-orient: vertical;
}

.s3l .box .t3 {
	width: 150px;
	height: 60px;
	background: rgba(255, 255, 255, .1);
}

.s3l .box .t3 .iconfont {
	margin-left: 6px;
}

.s3r {
	width: 50%;
}


.section-4 {
	padding: 110px 0 150px;
}

.s4l {
	width: 45.7%;
}

.s4l img {
	display: none;
}

.s4r {
	width: 48.5%;
}

.s4r li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.s4r li .t3 {
	line-height: 1.5;
}

.s4r li.on {
	border-bottom: 1px solid #89673a;
}

.s4r li.on .t2 {
	color: #89673a;
}

.section-5 {
	height: 240px;
}

.section-5 .t2 {
	width: 180px;
	height: 56px;
	margin: 20px auto 0;
}

.section-5 .t2 .iconfont {
	margin-left: 6px;
}



.footer {
	background: url(../images/f_bg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 60px;
}

.fd2 dl {
	font-size: 14px;
}

.fd2 dd a {
	display: block;
	opacity: .6;
}

.fd2 .fma {
	width: 148px;
}

.fd2 .fma .img {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 8px;
	box-sizing: border-box;
}

.fd2 .fma p {
	height: 16px;
	line-height: 1;
}

.fd2text {
	width: 31%;
}

.fd2text li {
	opacity: .6;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.fd2text li i {
	width: 40px;
	font-size: 24px;
	font-weight: bold;
}

.fd2text li p {
	width: calc(100% - 40px);
}

.fd3 {
	width: 100%;
	border-top: 1px solid #424a4e;
	border-bottom: 1px solid #424a4e;

}

.fd3 .wrap_1400 {
	height: 168px;
}

.fd3l a {
	margin-right: 30px;
	opacity: .6;
}

.fd3l a:hover {
	opacity: 1;
}

.fd3r {
	width: 456px;
	height: 66px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.fd3r input {
	width: calc(100% - 120px);
	border: 1px solid #3f3f3f;
	border-right: 0;
	box-sizing: border-box;
	padding-left: 15px;
	box-sizing: border-box;
}

.fd3r button {
	width: 120px;
	height: 66px;
	background: #2a3339;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fd3r button i {
	font-size: 22px;
	margin-left: 6px;
}

.fd4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.r_f {
	position: fixed;
	top: 36%;
	right: -120px;
	z-index: 9999;
	transition: all .3s;
}

.r_f:hover {
	right: 0px;
}

.r_f .icon {
	width: 40px;
	height: 70px;
	cursor: pointer;
	font-size: 26px;
}

.r_f ul {
	width: 120px;
	background: #fff;
	border: 3px solid #89673a;
	box-sizing: border-box;
	padding-top: 15px;
}

.r_f ul li {
	margin-bottom: 20px;
}

.r_f ul li .img1 {
	width: 30px;
	height: 30px;
	background: #25d366;
	border-radius: 30px;
	margin: 0 auto 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.r_f ul li .img2 {
	width: 30px;
	height: 30px;
	background: #235feb;
	border-radius: 30px;
	margin: 0 auto 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.r_f ul li .img3 {
	width: 100px;
	margin: 0 auto;
}

.r_f ul li .img3 img {
	width: 100%;
}

.banner2 {
	margin-top: 100px;
	font-size: 60px;
}

.banner2 img {
	width: 1920px;
	position: relative;
	left: calc(50% - 960px);
}

.position {
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}

.position i {
	font-size: 12px;
}
.position a{
	margin: 0 4px;
}
.pl {
	padding: 95px 0 135px;
}

.pl_l {
	width: 280px;
}

.pl_l .nav_l {
	border-top: 1px solid #eaeaea;
	margin-bottom: 55px;
}

.pl_l .nav_l li {
	border-bottom: 1px solid #eaeaea;
}

.pl_l .nav_l li a {
	display: block;
}

.pl_l .nav_l li a:hover {
	color: #89673a;
}

.pl_l .nav_l li .t {
	width: 100%;
	height: 65px;
	line-height: 65px;

}

.pl_l .nav_l li .t i {
	width: 30px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.pl_l .nav_l li.on .t a {
	color: #89673a;
}

.pl_l .nav_l li.on .t i {
	transform: rotate(90deg);
}

.pl_l .nav_l li .b {
	padding-bottom: 15px;
	display: none;
}

.pl_l .nav2 {
	width: 100%;
	height: 135px;
	background: #fafafa;
	margin-bottom: 10px;

}

.pl_r {
	width: calc(100% - 350px);
}

.pl_r li {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	margin-bottom: 60px;
}

.pl_r li .t2 {
	line-height: 1.5;
}

.pl_r li:nth-child(3n) {
	margin-right: 0;
}

.pl_r li:hover .t1 {
	color: #89673a;
}

.pl_r li:hover .l_img img {
	transform: scale(1.1);
}

.p_d {
	padding: 105px 0 135px;
}

.pd1 {
	padding-bottom: 90px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
}

.pd1l {
	width: 43%;
}

.pd1l .box {
	width: 100%;
	padding: 0 45px;
	box-sizing: border-box;
}

.pd1l .box .swiper-slide {
	opacity: .5;
}

.pd1l .box .swiper-slide-thumb-active {
	opacity: 1;
}

.pd1l .box .swiper-button-next {
	right: 0;
	width: 30px;
	height: 100%;
	border: 1px solid #eaeaea;
	top: 0;
	margin-top: 0;
	font-size: 12px;
	color: #666666;
}

.pd1l .box .swiper-button-prev {
	left: 0;
	width: 30px;
	height: 100%;
	border: 1px solid #eaeaea;
	top: 0;
	margin-top: 0;
}

.pd1l .swiper-button-next:after,
.pd1l .swiper-button-prev:after {
	font-size: 14px;
	color: #666666;
}


.pd1r {
	width: 50%;
	padding-top: 10px;
}

.pd1r .t1 {
	/*height: 130px;*/
	/*line-height: 130px;*/
	line-height: 1.37;
	padding-bottom: 5%;
	border-bottom: 1px solid #eaeaea;
}

.pd1r .t2 {
	line-height: 1.5;
}

.pd1r .t2 p {
	margin-bottom: 15px;
}

.pd1r .t3 {
	width: 180px;
	height: 58px;

}

.pd1r .t3 i {
	margin-right: 8px;
	font-size: 26px;
}

.p_t {
	font-size: 28px;
	height: 24px;
	line-height: 24px;
	padding-left: 16px;
	position: relative;
}

.p_t::after {
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background: #89673a;
	position: absolute;
	left: 0;
	top: 0;
}

.pd2 {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 50px;
	margin-bottom: 70px;
}

.pd2 .box {
	line-height: 1.5;
}

.pd2 .box p {
	margin-bottom: 10px;
}

.pd3 table {
	border: 1px solid #cdcdcd;
	width: 100%;
	margin-bottom: 120px;
}

.pd3 table th {
	height: 80px;
	line-height: 80px;
	font-family: 'ppb';
	color: #fff;
	font-size: 28px;
	background: #89673a;
	text-align: left;
	padding: 0 40px;
}

.pd3 table th:nth-child(1) {
	width: 37.5%;
}

.pd3 table td {
	height: 80px;
	line-height: 24px;
	font-family: 'ppr';
	color: #333;
	font-size: 20px;
	text-align: left;
	padding: 0 40px;
	border: 1px solid #cdcdcd;
}

.pd3 table td p {
	line-height: 24px;
}

.pd3 table td:nth-child(1) {
	font-size: 16px;
}

.pd3 table td:nth-child(1) {
	padding: 0 20px;
}

.pd3 table tr:nth-child(odd) td {
	background: #fafafa;
}

.pd4 .swiper-slide .t2 {
	line-height: 1.5;
}

.pd4 .box .swiper-button-next {
	right: 0;
	width: 50px;
	height: 50px;
	color: #666666;
	background: #89673a;
}

.pd4 .box .swiper-button-prev {
	left: 0;
	width: 50px;
	height: 50px;
	background: #89673a;
}

.pd4 .swiper-button-next:after,
.pd4 .swiper-button-prev:after {
	font-size: 14px;
	color: #fff;
}

.pd4 .swiper-slide:hover .t1 {
	color: #89673a;
}

.pd4 .swiper-slide:hover .l_img img {
	transform: scale(1.1);
}

.ad1 {
	padding: 65px 0 115px;
}

.ad1 .img {
	width: 46.5%;
}

.ad1 .text {
	width: 46.5%;
	padding-top: 40px;
}

.ad1r1 .btn {
	width: 85px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

.ad2 {
	width: 100%;
	background: url(../images/a2_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 98px 0 125px;
}

.ad2 .box .item {
	width: 31.5%;
	padding-bottom: 31.9%;
	position: relative;
	border-bottom: 4px solid #89673a;
}

.ad2 .box .item .zz {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 75px 30px 0;
}

.ad2 .box .item .t1 {
	line-height: 1;
}

.ad2 .box .item .t2 {
	line-height: 1.5;
}

.ad2 .box .item1 {
	background: url(../images/a2_bg1.jpg) center no-repeat;
	background-size: cover;
}

.ad2 .box .item2 {
	background: url(../images/a2_bg2.jpg) center no-repeat;
	background-size: cover;
}

.ad2 .box .item3 {
	background: url(../images/a2_bg3.jpg) center no-repeat;
	background-size: cover;
}

.ad3 {
	padding: 100px 0 60px;
}

.ad4 {
	padding: 105px 0 125px;
	background: url(../images/a4_bg.jpg) center no-repeat;
	background-size: cover;
}

.ad4 .l_img img {
	width: auto;
	height: 85%;
}

.ad4 .box .swiper-button-next {
	right: 0;
	width: 50px;
	height: 50px;
	color: #666666;
	background: #89673a;
}

.ad4 .box .swiper-button-prev {
	left: 0;
	width: 50px;
	height: 50px;
	background: #89673a;
}

.ad4 .swiper-button-next:after,
.ad4 .swiper-button-prev:after {
	font-size: 14px;
	color: #fff;
}

.ad5 {
	padding: 100px 0 165px;
}

.ad5 .l_img {
	padding-bottom: 65.6%;
}

.ad5 .r .swiper-pagination2 {
	position: relative;
}

.ad5 .r .swiper-pagination2 .swiper-pagination-current {
	color: #89673a;
	font-size: 32px;
}

.cd1 {
	padding: 110px 0 120px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 115px;
}

.cd1 .box {
	background: #f9f9f9;
}

.cd1 .box .item {
	width: 33.3%;
	height: 265px;
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.cd1 .box .item>div {
	width: 100%;
}

.cd1 .box .item .t3 {
	line-height: 1.6;
	padding: 0 5%;
	box-sizing: border-box;

}

.cd1 .box .item:hover {
	background: #89673a;
	color: #fff;
}

.cd1 .box .item:hover .t1 {
	color: #fff;
}

.cd1 .box .item:hover .t3 {
	color: #fff;
}

.cd1 .box2 {
	width: 100%;
	height: 140px;
	border: 1px solid #eaeaea;
}

.cd1 .box2 .item {
	width: 25%;
}

.cd1 .box2 .item:nth-child(1) {
	display: flex;
	align-items: center;
}

.cd1 .box2 .item:nth-child(1) img {
	margin: 0 20px 0 40px;
}

.cd2 {
	padding-bottom: 145px;
}

.cd2 li {
	float: left;
	width: 49%;
	height: 60px;
	background: #f8f8f8;
	border-radius: 5px;
	padding-left: 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}

.cd2 li:nth-child(1):after {
	content: '*';
	position: absolute;
	left: 16px;
	top: 22px;
	color: #bf0000;
	font-size: 14px;
}

.cd2 li input {
	width: 100%;
	line-height: 60px;
	font-family: 'ppr';
	font-size: 14px;
}

.cd2 li input::-webkit-input-placeholder {
	color: #666666;
}

.cd2 li:nth-child(2n) {
	float: right;
}

.cd2 li:nth-child(5) {
	width: 100%;
	height: 180px;
	margin-bottom: 0;
}

.cd2 li textarea {
	width: 100%;
	height: 180px;
	line-height: 60px;
	font-family: 'ppr';
	font-size: 14px;
}

.cd2 li textarea::-webkit-input-placeholder {
	color: #666666;
}

.cd2 button {
	width: 150px;
	height: 50px;
	border-radius: 8px;
	text-align: center;
	line-height: 50px;
	margin: 0 15px;
	cursor: pointer;
}

.hd1 {
	padding: 80px 0 70px;
}

.hd1l {
	width: 40%;
	font-size: 28px;
	line-height: 1.3;
}

.hd1r {
	width: 50%;
}

.hd2 .item {
	width: 32%;
}

.hd2 .item .l_img {
	padding-bottom: 66.7%;
}

.hd2 .item p {
	line-height: 1.5;
}

.hd2 {
	padding-bottom: 140px;
}

.hd3 .t2 p {
	margin-bottom: 5px;
}

.nl {
	padding: 120px 0 135px;
}

.nl li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.nl li .img {
	width: 416px;
}

.nl li .img .l_img {
	padding-bottom: 81.2%;
}

.nl li .text {
	width: calc(100% - 520px);
	padding-top: 28px;
}

.nl li .text .t1 {
	display: flex;
	align-items: center;
}

.nl li .text .t1 img {
	margin-right: 8px;
}

.nl li .text .t2 {
	font-size: 28px;
}

.nl li .text .t3 {
	line-height: 1.7;
}

.nl li .text .t4 {
	width: 180px;
	height: 60px;
	border: 1px solid #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nl li .text .t4 i {
	font-size: 12px;
	margin-left: 4px;
}

.nd {
	padding: 75px 0 155px;
}

.ndl {
	width: calc(100% - 520px);
}

.ndl1 {
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}

.ndl1 .t1 {
	font-size: 28px;
}

.ndl1 .t2 {
	display: flex;
	align-items: center;
}

.ndl1 .t2 img {
	margin-right: 8px;
}

.ndl2 {
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 50px;
}

.ndl2 img {
	width: 100%;
}

.ndl3 a {
	width: 400px;
	height: 60px;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 46%;
}

.ndl3 a i {
	margin: 0 10px;
	position: relative;
	top: -1px;
}

.ndl3 a.p i {
	transform: rotate(180deg);
}

.ndl3 a:hover {
	background: #89673a;
	color: #fff;
}

.ndl3 a:hover i {
	color: #fff;
}


.ndr {
	width: 330px;
}

.ndr li {
	margin-bottom: 40px;
}

.p_t {
	font-size: 28px;
	height: 24px;
	line-height: 24px;
	padding-left: 16px;
	position: relative;
}

.p_t::after {
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background: #89673a;
	position: absolute;
	left: 0;
	top: 0;
}



/*  */


/*手机端导航样式*/

.rg {

	display: none;
}


.page {
	text-align: center;
	margin-top: 15px;
}

.page a,
.page span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
	margin: 0 10px;
	box-sizing: border-box;
	min-width: 32px;
}

.page span {
	background: linear-gradient(to right, #218c59, #a8c567);
	color: #fff;
}


.page .page-num-current{
	color: #fff;
	background: #89673a;
}





.a_txt {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 999999999999;
	background: rgba(0, 0, 0, 0.3);
}

.a_txt .div1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0px;
	top: 0px;
	z-index: 1
}

.a_txt .div2 {
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 999999;
	width: 6%;
	background: #f2f2f2;
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}

.a_txt .div2 img {
	width: 100%
}

.a_txt .div2 a {
	font-size: 50px;
	color: #000;
}

.a_txt .div3 {
	position: absolute;
	width: 400px;
	right: 0px;
	top: 0px;
	background: #f2f2f2;
	height: 100%;
	z-index: 100;
	right: -50%;
	overflow-y: auto;
	max-width: 80%;
	padding: 0 20px;
	box-sizing: border-box;

}

.a_txt .div3 ul li {
	border-bottom: 1px solid #eaeaea;
	width: 100%;

}

.a_txt .div3 ul li:last-child {
	border-bottom: 0;
}

.a_txt .div3 ul li .clearfix {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}

.a_txt .div3 ul li a.n {
	height: 72px;
	line-height: 72px;
	font-size: 16px;

	/*float: left;*/
}

.a_txt .div3 ul li i.iconfont {
	float: right;
	line-height: 72px;
	cursor: pointer;
}

.a_txt .div3 ul li .nav-box {
	padding: 48px 0 28px 58px;
	width: 100%;
	box-sizing: border-box;
	display: none;
}

.a_txt .div3 ul li .nav-box a {
	display: block;
	height: 14px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 28px;
}

.a_txt .div3 ul li .nav-box a:hover {
	background: linear-gradient(to left, #a8c566, #1f8c58);
	-webkit-background-clip: text;
	color: transparent;
}

.a_txt .div3 ul li .nav-box a:last-child {
	margin-bottom: 0;
}

.a_txt .div3 ul li.on .clearfix {
	background: url(../images/jb-bg.png) center no-repeat;
	background-size: cover;
}

.a_txt .div3 ul li.on .clearfix i {
	color: #fff;
}

.a_txt .div3 ul li.on .n {
	color: #fff;
}

.a_txt .div3 .l-d {
	padding: 40px;
	height: 125px;
	border-bottom: 1px solid #eaeaea;
	color: #666666;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 22px;
}

.a_txt .div3 .l-d span {
	color: #444444;
	margin-right: 10px;
	font-size: 22px;
	position: relative;
}

.a_txt .div3 .l-d a {
	color: #666666;
	display: block;
	margin: 0 5px;
}

.a_txt .div3 .l-d a.this {
	color: #5aad55;
}

.a_txt .div3 .c {
	position: absolute;
	right: 60px;
	top: 40px;
	font-size: 20px;
	color: #060606;
	cursor: pointer;
}



@media screen and (max-width: 1600px) {
	/* .header .nav li {
		margin-left: 55px;
	}

	.ant-d .t1 {
		font-size: 50px;
	}

	.section-2 {
		padding: 100px 0;
	}

	.sbdl {
		font-size: 45px;
	}

	.a-1 {
		padding: 100px 0;
	} */

}

@media screen and (max-width: 1440px) {
	.header {
		height: 80px;
	}

	.header .logo {
		width: 80px;
		height: 80px;
	}

	.header .language {
		line-height: 80px;
	}

	.header .nav li {
		margin-left: 40px;
	}

	.header .nav li .n {
		line-height: 80px;
		font-size: 14px;
	}

	.header .nav li .nav-box {
		top: 80px;
		padding: 15px 0;
	}

	.ant-d .t1 {
		font-size: 40px;
	}

	.section-1 {
		margin-top: 80px;
	}

	.banner2 {
		margin-top: 80px;
		font-size: 40px;
	}

	.section-1 .bg img {
		width: 1400px;
		position: relative;
		left: calc(50% - 700px);
	}

	.ant-d .t1 {
		line-height: 40px;
		font-size: 30px;
		width: 450px;
	}

	.ant-d .t2 {
		width: 120px;
		height: 40px;
	}

	.section-1 .posrabsolute {
		height: 4px;
		top: auto;
		bottom: 40px;
	}

	.section-1 .pagination1 {
		height: 4px;
	}

	.section-1 .pagination1 .swiper-pagination-bullet {
		width: 40px;
		height: 4px;
		margin: 0 10px;
	}

	.section-2 {
		padding: 80px 0;
	}

	.section-2 .swiper-slide .t1 {
		line-height: 1;
	}

	.section-2 .swiper-slide .t2 {
		line-height: 1.5;
	}

	.s3l .box .t3 {
		width: 120px;
		height: 40px;
	}

	.s3l .box .t3 .iconfont {
		margin-left: 4px;
		font-size: 14px;
		position: relative;
		top: -1px;
	}

	.section-4 {
		padding: 80px 0;
	}

	.s4r .t1 {
		line-height: 1;
	}

	.s4r .t2 {
		line-height: 1;
	}

	.section-5 {
		height: 180px;
	}

	.section-5 .t2 {
		width: 120px;
		height: 40px;
		margin: 20px auto 0;
	}

	.section-5 .t2 i {
		font-size: 16px;
	}

	.section-5 .t2 .iconfont {
		margin-left: 4px;
		font-size: 14px;
		position: relative;
		top: -1px;
	}

	.ad1 {
		padding: 55px 0 80px;
	}

	.ad1 .text {
		padding-top: 20px;
	}

	.ad3 {
		padding: 60px 0;
	}

	.ad4 {
		padding: 60px 0;
	}

	.ad5 {
		padding: 60px 0;
	}

	.banner2 img {
		width: 1400px;
		left: calc(50% - 700px);
	}

	.ad4 .box .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.ad4 .box .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.cd1 {
		padding: 80px 0;
		margin-bottom: 80px;
	}

	.cd2 {
		padding-bottom: 80px;
	}
	.hd1 {
		padding: 60px 0;
	}
	.hd1l {
		font-size: 22px;
	}
	.hd2 {
		padding-bottom: 80px;
	}
	.nl li .img {
		width: 360px;
	}
	.nl li .text {
		width: calc(100% - 420px);
		padding-top: 15px;
	}
	.nl li .text .t2 {
		font-size: 24px;
	}
	.nl li .text .t4 {
		width: 120px;
		height: 40px;
	}
	.nl li {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.nl {
		padding: 80px 0;
	}
	.ndl {
		width: calc(100% - 320px);
	}
	.ndr {
		width: 280px;
	}
	.nd {
		padding: 60px 0 ;
	}
	.p_t {
		font-size: 24px;
		height: 20px;
		line-height: 20px;
		padding-left: 16px;
	}
	.p_t::after {
		width: 4px;
		height: 20px;
	}
	.ndr li {
		margin-bottom: 30px;
	}
	.pl {
		padding: 80px 0;
	}
	.p_d {
		padding: 80px 0;
	}
	.pd1r .t1 {
		/*height: 80px;*/
		/*line-height: 80px;*/
	}
	.pd1 {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.pd2 {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.pd3 table th {
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		padding: 0 30px;
	}
	.pd3 table td {
		height: 60px;
		line-height: 20px;
		font-size: 18px;
		padding: 0 30px;
	}
	.pd3 table {
		margin-bottom: 60px;
	}
}	

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
	.header .nav li {
		margin-left: 25px;
	}

	.header .language {
		margin-left: 30px;
	}

	.header .nav li .n {
		font-size: 12px;
	}



}

@media screen and (max-width: 1000px) {
	.header .nav {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header .language {
		display: none;
	}

	.rg {
		display: block;
		width: 30px;
		height: 50px;
		line-height: 50px;
	}

	.rg .iconfont {
		font-size: 24px;

	}


	.ant-d .t1 {
		font-size: 28px;
		line-height: 34px;
	}

	.section-1 {
		margin-top: 60px;
	}

	.banner2 {
		margin-top: 60px;
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {

	.a_txt .div3 .l-d {
		padding: 20px;
		height: 80px;
	}

	.a_txt .div3 .c {
		position: absolute;
		right: 60px;
		top: 20px;
	}

	.a_txt .div3 ul li .clearfix {
		padding: 0 20px;
	}

	.a_txt .div3 ul li a.n {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.a_txt .div3 ul li i.iconfont {
		line-height: 50px;
	}

	.a_txt .div3 ul li .nav-box {
		padding: 20px 0 20px 20px;
	}

	.a_txt .div3 ul li .nav-box a {

		height: 12px;
		line-height: 12px;
		margin-bottom: 20px;
	}

	.page a,
	.page span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 5px;
	}

	.ant-d .t1 {
		font-size: 20px;
		line-height: 28px;
	}

	.section-1 .bg img {
		width: 1000px;
		position: relative;
		right: 0;
	}

	.section-2 {
		padding: 40px 0;
	}

	.section-3 {
		display: block;
	}

	.s3l {
		width: 100%;
	}

	.s3l .box {
		width: 100%;
		height: 100%;
	}

	.s3l .box .t2 {
		margin-top: 10px;
		width: 100%;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 9;
		line-clamp: 9;
		-webkit-box-orient: vertical;
	}

	.s3l .box .t3 {
		width: 100px;
		height: 40px;
	}

	.s3l .posrabsolute {
		position: relative;
		padding: 20px 0;
	}

	.s3r {
		width: 100%;
	}

	.s3r img {
		width: 100%;
	}

	.section-4 {
		padding: 40px 0 20px;
	}

	.s4l {
		display: none;
	}

	.s4r {
		width: 100%;
	}

	.section-5 {
		height: 140px;
	}

	.footer {
		padding-top: 20px;
	}

	.fd2 {
		display: block;
		overflow: hidden;
	}

	.fd2 dl {
		width: 50%;
		float: left;
		height: 200px;
	}

	.fd2text {
		width: 100%;
		float: left;
	}

	.fd2text::after {
		content: '';
		display: block;
		clear: both;
	}

	.fd2text li i {
		width: 30px;
		font-size: 16px;
	}

	.fd2text li p {
		width: calc(100% - 30px);
	}

	.fd2text li {
		margin-bottom: 15px;
	}

	.fma {
		position: relative;
		left: calc(50% - 60px);
		width: 120px;
		float: left;
		text-align: center;
	}

	.fd3 .wrap_1400 {
		height: auto;
		padding: 15px 0;
		display: block;
	}

	.fd3l {
		width: 100%;
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fd3l a {
		margin: 0 10px;
	}

	.fd3r {
		width: 90%;
		margin: 0 auto;
		height: 40px;
	}

	.fd3r input {
		width: calc(100% - 80px);
		height: 40px;
		padding-left: 10px;
		font-size: 12px;
	}

	.fd3r button {
		width: 80px;
		height: 40px;
		font-size: 12px;
	}

	.fd3r button i {
		font-size: 12px;
	}

	.banner2 img {
		width: 1000px;
		left: calc(50% - 500px);
	}

	.ad1 {
		padding: 40px 0;
	}

	.ad1 .text {
		padding-top: 0px;
		width: 100%;
		margin-bottom: 20px;
	}

	.ad1 .text .t2 {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
	}

	.ad1 .mt_70 .text {
		margin-top: 20px;
	}

	.ad1 .img {
		padding-top: 0px;
		width: 100%;
	}

	.ad1 .disflex {
		display: block;
	}

	.ad2 {
		padding: 40px 0;
	}

	.ad2 .box {
		display: block
	}

	.ad2 .box .item {
		width: 100%;
		padding-bottom: 70%;
		margin-bottom: 15px;
	}

	.ad2 .box .item .zz {
		padding: 30px 30px 0;
	}

	.ad3 {
		padding: 30px 0;
	}

	.ad4 {
		padding: 40px 0;
	}

	.ad4 .box .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.ad4 .box .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.ad5 {
		padding: 40px 0;
	}

	.ad5 .top {
		position: relative;
	}

	.ad5 .top .r {
		position: absolute;
		top: 10px;
		right: 0;
	}

	.cd1 {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.cd1 .a_t{
		font-size: 20px;
	}
	.cd1 .box {
		display: block;
	}

	.cd1 .box .item {
		width: 100%;
		height: 150px;
		padding-top: 30px;

	}

	.cd1 .box2 {
		display: block;
		height: auto;
		overflow: hidden;
	}

	.cd1 .box2 .item:nth-child(1) {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cd1 .box2 .item {
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	.cd2 {
		padding-bottom: 40px;
	}
	.cd2 .a_t{
		font-size: 20px;
	}
	.cd2 li {
		width: 49%;
		height: 40px;
		border-radius: 5px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.cd2 li input {
		line-height: 40px;
		font-size: 13px;
	}
	.cd2 li:nth-child(1):after {
		left: 8px;
		top: 12px;
		color: #bf0000;
		font-size: 14px;
	}
	.cd2 li:nth-child(5) {
		width: 100%;
		height: 120px;
		margin-bottom: 0;
	}
	.cd2 li textarea {
		height: 120px;
		line-height: 40px;
		font-size: 14px;
	}
	.cd2 button {
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin: 0 10px;
	}
	.hd1 {
		padding: 40px 0;
		display: block;
	}
	.hd1l {
		font-size: 18px;
		width: 100%;
		margin-bottom: 15px;
	}
	.hd1r {
		width: 100%;
	}
	.hd2{
		display: block;
		padding-bottom: 40px;
	}
	.hd2 .item{
		width: 100%;
		margin-bottom: 15px;
	}
	.hd2 .item p{
		margin-top: 5px;
	}
	.hd3 .t1{
		font-size: 20px;
	}
	.hd3 .t2{
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
	}
	.hd3 img{
		width: 140%;
		left: -20%;
	}
	.nl {
		padding: 40px 0;
	}
	.nl li .img {
		display: none;
	}
	.nl li .text {
		width: 100%;
		padding-top: 0px;
	}
	.nl li .text .t1{
		display: none;
	}
	.nl li .text .t2{
		font-size: 16px;
		margin-top: 0px;
	}
	.nl li .text .t3{
		margin-top: 5px;
	}
	.nl li .text .t4{
		width: 110px;
		height: 30px;
		margin-top: 5px;
	}
	.nl li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.nd{
		padding: 40px 0;
	}
	.nd .wrap_1400{
		display: block;
	}
	.ndl{
		width: 100%;
		margin-bottom: 30px;
	}
	.ndr{
		width: 100%;
	}
	.ndl1 .t1 {
		font-size: 20px;
	}
	.ndl1 .t2 {
		height: 20px;
		line-height: 20px;
	}
	.ndl1 .t2 img{
		height: 20px;
	}
	.ndl1 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ndl2 {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ndl3 a {
		height: 40px;
	}
	.ndr li {
		margin-bottom: 20px;
	}
	.pl {
		padding: 40px 0;
	}
	.pl .wrap_1400{
		display: block;
	}
	.pl_l {
		width: 100%;
	}	
	.pl_l .nav2{
		display: none;
	}
	.pl_l .nav_l {
		margin-bottom: 30px;
	}
	.pl_l .nav_l li .t {
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.pl_r {
		width:  100%;
	}
	.pl_r li {
		width: 48%;
		float: left;
		margin-right: 0%;
		margin-bottom: 30px;
	}
	.pl_r li:nth-child(2n){
		float: right;
	}
	.pl_r li .t2{
		margin-top: 0;
	}
	.p_d {
		padding: 40px 0;
	}
	.pd1 .wrap_1400{
		display: block;
	}
	.pd1l{
		width: 100%;
		margin-bottom: 30px;
	}
	.pd1r{
		width: 100%;
	}
	.pd1r .t1 {
		/*height: 50px;*/
		/*line-height: 50px;*/
	}
	.pd1r .t3 {
		width: 120px;
		height: 40px;
	}
	.pd1r .t3 i {
		margin-right: 4px;
		font-size: 20px;
	}
	.pd1 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.p_t {
		font-size: 22px;
	}
	.pd3 .box{
		overflow-y: auto;
	}
	.pd3 table {
		margin-bottom: 30px;
	}

	.pd4 .box .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.pd4 .box .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.pd3 table th {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 10px;
	}
	.pd3 table td {
		height: 40px;
		line-height: 20px;
		font-size: 12px;
		padding: 0 10px;
	}


}