/* 公共 */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
}

a {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
	text-decoration: none;
	color: #333;
	transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;
	/* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;
	/* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;
	/* Opera */
}

html {
	min-height: 100%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	position: relative;
	min-height: 100%;
	font-size: 14px;
	color: #363a3d;
	font-family: Arial, "Microsoft Yahei";
	min-width: 320px;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 1.4;
}

body.on #ALL {
	padding-top: 0px;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select {
	font-family: Arial, "Microsoft YaHei";
	font-size: 12px;
	outline: none;
	transition: color .5s, background .5s, opacity .5s, border .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s;
	/* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s;
	/* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s;
	/* Opera */
}

*{
	outline: none;
}
*:focus{
    outline: none;/*去掉点击后出现的边框*/
}
button::-moz-focus-inner {border-color: transparent;}
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.w100 {
	width: 100%;
}

.disNone {
	display: none !important;
	opacity: 0 !important;
}

.disBlock {
	display: block !important;
	opacity: 1 !important;
}

@keyframes show{
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/* main  公共头部 */
.page-container{
	width: 100%;
	padding: 0 3%;
	position: relative;
	z-index: 1;
}
.page-wrap{
	max-width: 1350px;
	margin: 0 auto;
}
.page-wrap2{
	max-width: 1400px;
	margin: 0 auto;
	min-height: 600px;
}
.page-image1{
	width: auto;
	height: 320px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: block;
}
.page-title{
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.text-green{
	color: #238e3a;
	line-height: 40px;
	font-size: 36px;
	font-weight: bold;
}
.text-black{
	color: #363a3d;
	line-height: 40px;
	margin-top: 15px;
	font-size: 36px;
	font-weight: bold;
}

@media only screen and (max-width: 1300px) {
	.page-image1{
		height: 210px;
	}
	.page-title{
		height: 210px;
	}
	.text-green{
		line-height: 30px;
		font-size: 25px;
	}
	.text-black{
		line-height: 30px;
		margin-top: 10px;
		font-size: 25px;
	}
}

@media only screen and (max-width: 900px) {
	.page-image1{
		height: 160px;
	}
	.page-title{
		height: 160px;
	}
	.text-green{
		line-height: 21px;
		font-size: 20px;
	}
	.text-black{
		line-height: 21px;
		margin-top: 8px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.page-image1{
		height: 140px;
	}
	.page-title{
		height: 140px;
	}
	.text-green{
		line-height: 20px;
		font-size: 17px;
	}
	.text-black{
		line-height: 20px;
		margin-top: 6px;
		font-size: 17px;
	}
}

@media only screen and (max-width: 500px) {
	.page-image1{
		height: 120px;
	}
	.page-title{
		height: 120px;
	}
	.text-green{
		line-height: 18px;
		font-size: 16px;
	}
	.text-black{
		line-height: 18px;
		margin-top: 6px;
		font-size: 16px;
	}
}


/* 分页 */
.page-box {
	width: 100%;
	padding: 70px;
}

.newspage {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.page-box a {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	border: 2px solid #e1e2e2;
	display: inline-block;
	text-align: center;
	line-height: 2.8rem;
	margin: 0 6px;
	font-weight: bold;
	font-size: 15px;
}

.page-box a.dian {
	border-color: transparent !important;
}

.page-box a.on {
	color: #fff !important;
	background: #238e3a !important;
	border-color: #238e3a !important;
	cursor: default;
}

.page-box a:hover {
	border-color: #238e3a;
	color: #238e3a
}
.page-box a.prev{
	border: none;
	position: relative;
}
.page-box a.prev::after{
	content: '';
	width: 16px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/img-69.png);
	background-size: 100%;
}
.page-box a.prev span{
	display: none;
}

.page-box a.next{
	border: none;
	position: relative;
}
.page-box a.next::after{
	content: '';
	width: 16px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/img-70.png);
	background-size: 100%;
}
.page-box a.next span{
	display: none;
}

.page-box a.btn.null {
	opacity: 0.4;
}

.page-box .f-right {
	display: none;
}

.page-box .select {
	display: none;
}

@media only screen and (max-width: 1300px) {
	.page-box {
		width: 100%;
		padding: 50px;
	}
	.page-box a {
		width: 2.6rem;
		height: 2.6rem;
		line-height: 2.6rem;
		margin: 0 5px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 900px) {
	.page-box {
		width: 100%;
		padding: 35px 3%;
	}
	.page-box a {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		margin: 0 4px;
		font-size: 13px;
	}
	.page-box a:first-child::after{
		width: 13px;
		height: 11px;
	}
	.page-box a:last-child::after{
		width: 13px;
		height: 11px;
	}
}

@media only screen and (max-width: 700px) {
	.page-box {
		width: 100%;
		padding: 30px 3%;
	}
	.page-box a {
		width: 2.3rem;
		height: 2.3rem;
		line-height: 2.3rem;
		font-size: 12px;
	}
}

@media only screen and (max-width: 500px) {
	.page-box {
		width: 100%;
		padding: 25px 3%;
	}
	.page-box a {
		width: 2.2rem;
		height: 2.2rem;
		line-height: 2.2rem;
		font-size: 12px;
	}
	.page-box a:first-child::after{
		width: 13px;
		height: 11px;
	}
	.page-box a:last-child::after{
		width: 13px;
		height: 11px;
	}
}




/* banner  头部 */
.banner-container{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-background{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.banner-abs{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 6%;
}
.banner-abs::after{
	content: '';
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.banner-rel{
	max-width: 1350px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 5;
	position: relative;
}

.banner-title{
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
	position: relative;
}
.banner-title::after{
	content: '';
	width: 12px;
	height: 12px;
	background-image: url(../img/img-29.png);
	background-size: 100%;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.banner-desc{
	color: #FFFFFF;
	font-size: 30px;
	margin-top: 30px;
	font-weight: bold;
	line-height: 1.3;
}

@media only screen and (max-width: 1300px) {
	.banner-title{
		font-size: 34px;
	}
	.banner-title::after{
		width: 10px;
		height: 10px;
		left: -30px;
	}
	.banner-desc{
		font-size: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner-container{
		margin-top: 64px;
	}
}

@media only screen and (max-width: 900px) {
	.banner-background{
		width: 100%;
		height: 350px;
		display: block;
	}
	.banner-title{
		font-size: 26px;
	}
	.banner-title::after{
		width: 8px;
		height: 8px;
		left: -30px;
	}
	.banner-desc{
		font-size: 16px;
		margin-top: 20px;
	}
}


@media only screen and (max-width: 700px) {
	.banner-abs{
		padding: 0 8%;
	}
	.banner-background{
		width: 100%;
		height: 300px;
		display: block;
	}
	.banner-title{
		font-size: 20px;
	}
	.banner-title::after{
		width: 8px;
		height: 8px;
		left: -20px;
	}
	.banner-desc{
		font-size: 14px;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 500px) {
	.banner-abs{
		padding: 0 7%;
	}
	.banner-background{
		width: 100%;
		height: 220px;
		display: block;
	}
	.banner-title{
		font-size: 16px;
	}
	.banner-title::after{
		width: 6px;
		height: 6px;
		left: -14px;
	}
	.banner-desc{
		font-size: 12px;
		margin-top: 10px;
	}
}


/* 导航条 */

/* pc导航 */
.mc_pc_hd {
    position: relative;
    z-index: 99;
    width: 100%;
	height: 100%;
}



.mc_navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0 0 0;
    transition: all .36s;
}

.mc_navbar_rel{
	width: 100%;
	height: 100%;
	position: relative;
}

.mc_pc_background{
	position: absolute;
	z-index: 0;
	top: -10px;
	right: 0;
	height: 90px;
	width: auto;
	
}
.mc_pc_background_1{
	opacity: 1;
}
.mc_pc_background_2{
	opacity: 0;
}

.mc_container_hd {
    padding-left: 45px;
    padding-right: 45px;
	position: relative;
	z-index: 2;
}

.mc_logo a,
.mc_nav_a,
.mc_language a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    font-weight: lighter;
}



.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
	display: flex;
	align-items: center;
}

.mc_navbar_l>div,
.mc_navbar_r>div {
    height: 100%;
    float: left;
}

.mc_navbar_background{
	height: 100%;
	width: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

/* logo */
.mc_logo {
    width: 156px;
}

.mc_logo img {
    width: 100%;
}

.mc_logo .mc_logo_1{
	display: block;
}
.mc_logo .mc_logo_2{
	display: none;
}

/* nav */
.mc_nav_li {
    float: left;
    padding: 0 30px;
}

.mc_nav_a {
    position: relative;
}
.mc_nav_a.on{
	position: relative;
}
.mc_nav_a.on::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 100%;
    height: 3px;
    background: #238e3a;
}

.mc_nav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 0px;
    height: 1px;
    background: #238e3a;
    transition: width .36s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


/* pc  三条横线菜单 */
.mc_point_btn{
	width: 20px;
	height: 20px;
	margin-left: 35px;
}
.mc_point_btn .mc_point_nav_btn{
	position: relative;
	width: 20px;
	height: 2px;
	display: inline-block;
	background-color: #FFFFFF
}
.mc_point_nav_btn::after{
	content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
	position: absolute;
	top: -7px;
	left: 0;
}
.mc_point_nav_btn::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.mc_point_btn.mc_point_btn_active .mc_point_nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mc_point_btn.mc_point_btn_active .mc_point_nav_btn::after {
    top: 0;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}
.mc_point_btn.mc_point_btn_active .mc_point_nav_btn{
	background-color: rgba(0,0,0,0) !important;
}

/* search */
.mc_search{
	margin-left: 40px;
}
.mc_search_btn {
    line-height: 30px;
    cursor: pointer;
    color: #fff;
	width: 110px;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}

.mc_search_btn .iconfont {
    display: inline-block;
    font-size: 20px;
    transform: translateY(1px);
}

.mc_search_modal .mc_modal_content {
    width: 725px;
}

.mc_search_modal .mc_msc_box {
    width: 100%;
    height: 45px;
    /* border-bottom: 1px solid #fff; */
}
.mc_msc_line{
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.mc_search_modal .mc_modal_close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
}

.mc_msc_input {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-overflow: ellipsis;
}
.mc_msc_input::-webkit-input-placeholder {
    color: #fff;
}
.mc_msc_input:-moz-placeholder {
   color: #fff;
}
.mc_msc_input:-ms-input-placeholder {
    color: #fff;
}

.mc_msc_submit {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
}

.mc_language {
    position: relative;
    margin-left: 45px;
    margin-right: 30px;
}

.mc_search_modal .mc_modal_content {
    background: none;
}

.mc_nav_li.yxnav_active1 .mc_nav_a {
    color:  #238e3a;
}
.mc_nav_li .mc_nav_a::after{
	width: 0%;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 3px;
	background-color:  #238e3a;
	transition: all 0.4s ease;
}
.mc_nav_li .mc_nav_a:hover{
	 color:  #238e3a;
}
.mc_nav_li .mc_nav_a:hover::after{
	width: 100%;
	transition: all 0.4s ease;
}


.mc_navfixed {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_navfixed .mc_nav_a,
.mc_navfixed .mc_language a,
.mc_navfixed .mc_search_btn {
    color: #333;
}

.mc_navfixed .mc_search_btn {
	border-bottom: 1px solid #cecece;
}

.mc_navfixed .mc_point_btn .mc_point_nav_btn{
	background-color: #238e3a;
}
.mc_navfixed .mc_point_nav_btn::after{
	background-color: #238e3a;
}
.mc_navfixed .mc_point_nav_btn::before{
	background-color: #238e3a;
}

.mc_navfixed .mc_logo .mc_logo_1{
	display: none;
}
.mc_navfixed .mc_logo .mc_logo_2{
	display: block;
}

.mc_navfixed .mc_pc_background_1{
	opacity: 0;
}
.mc_navfixed .mc_pc_background_2{
	animation: show 0.2s;
	-webkit-animation: show 0.2s;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}

.mc_navfixed .mc_nav_li.yxnav_active1 .mc_nav_a::before {
    width: 100%;
}


.mc_navdetail {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_navdetail .mc_nav_a,
.mc_navdetail .mc_language a,
.mc_navdetail .mc_search_btn {
    color: #333;
}

.mc_navdetail .mc_search_btn {
	border-bottom: 1px solid #cecece;
}

.mc_navdetail .mc_point_btn .mc_point_nav_btn{
	background-color: #238e3a;
}
.mc_navdetail .mc_point_nav_btn::after{
	background-color: #238e3a;
}
.mc_navdetail .mc_point_nav_btn::before{
	background-color: #238e3a;
}

.mc_navdetail .mc_logo .mc_logo_1{
	display: none;
}
.mc_navdetail .mc_logo .mc_logo_2{
	display: block;
}

.mc_navdetail .mc_pc_background_1{
	opacity: 0;
}
.mc_navdetail .mc_pc_background_2{
	animation: show 0.2s;
	-webkit-animation: show 0.2s;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}

.mc_navdetail .mc_nav_li.yxnav_active1 .mc_nav_a::before {
    width: 100%;
}


.mc_navhover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_navhover .mc_nav_a,
.mc_navhover .mc_language a,
.mc_navhover .mc_search_btn {
    color: #333;
}

.mc_navhover .mc_search_btn {
	border-bottom: 1px solid #cecece;
}

.mc_navhover .mc_point_btn .mc_point_nav_btn{
	background-color: #238e3a;
}
.mc_navhover .mc_point_nav_btn::after{
	background-color: #238e3a;
}
.mc_navhover .mc_point_nav_btn::before{
	background-color: #238e3a;
}

.mc_navhover .mc_logo .mc_logo_1{
	display: none;
}
.mc_navhover .mc_logo .mc_logo_2{
	display: block;
}

.mc_navhover .mc_pc_background_1{
	opacity: 0;
}
.mc_navhover .mc_pc_background_2{
	animation: show 0.2s;
	-webkit-animation: show 0.2s;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}

.mc_navhover .mc_nav_li.yxnav_active1 .mc_nav_a::before {
    width: 0;
}
.mc_news_detail .mc_navbar {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_news_detail .mc_navbar .mc_nav_a,
.mc_news_detail .mc_navbar .mc_language a,
.mc_news_detail .mc_navbar .mc_search_btn {
    color: #333;
}

.mc_news_detail .mc_navbar  .mc_nav_li.yxnav_active1 .mc_nav_a::before {
    width: 0;
}




.mc_nav_xl {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #f1f2f2;
	z-index: 1;
	/* opacity: 0; */
	/* transition: all 0.5; */
}
.mc_nav_xl_show{
	z-index: 10;
	 /* opacity: 1 !important; */
}
.mc_nav_xl_rel{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0 3%;
}
.mc_nav_xl_background{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	z-index: 0;
}
.mc_nav_xl .mc_cont1200{
    padding: 60px 0 40px 0;
	display: flex;
	align-items: flex-start;
}
.mc_cont1200 {
    max-width: 1350px;
    margin: 0 auto;
	position: relative;
	z-index: 5;
}

.mc_navxl_title {
	width: 33%;
    font-size: 22px;
    color: #333;
}
.mc_navxl_title_text{
	margin-bottom: 14px;
}
.mc_navxl_title_color{
	color: #238e3a;
	font-weight: bold;
	line-height: 31px;
}

.mc_subnav {
	width: 40%;
    /* width: 450px; */
    padding-right: 30px;
}

.mc_subnav_a {
    color: #666666;
}


.mc_subnav_a span {
    font-size: 16px;
    max-width: calc(100% - 30px);
}

.mc_subnav_a>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.mc_subnav_li:not(:last-child) {
    margin-bottom: 24px;
}

.mc_subnav_a .mc_subnav_li_icon{
	width: 13px;
	height: auto;
	display: inline-block;
	opacity: 0;
}

.mc_subnav_li:hover a{
	color: #238e3a;
}

.mc_subnav_li:hover .mc_subnav_li_icon{
	margin-left: 20px;
	transition: all .36s;
	opacity: 1;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #000;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 56px;
}

.mc_ph_hd .mc_ph_logo {
    width: 88px;
}

.mc_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -10px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 10px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 64px;
    z-index: 998;
    transform: translateX(-50%);
    padding: 0 15px;
    background-color: #f1f1f1;
    max-height: calc(100vh - 64px);
    overflow: auto;

}

.xialaph {
    display: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 18px;
    background-color: #f1f1f1;
    font-family: '微软雅黑';
}

.xialaph h4 {
    position: relative;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.header2 {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    transform: translateX(-50%);
}

.header2 .logo {
    width: 80px;
    line-height: 64px;
}

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

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 50px;
    height: 100%;
}

.header2 .menuph {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "微软雅黑";
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}

.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}

/*电话*/
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;

}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 18px;
    color: #666;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en {
    color: #666;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}


.yxnav_active1 a {
    display: block;
}


/* 模态框 */
.mc_modal_btn {
    cursor: pointer;
}

.mc_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.mc_search_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .6);
}

.mc_modal_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 5;
}

.mc_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index: 5;
}

.mc_modal_content {
    width: 500px;
    padding: 20px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    background: #fff;
}



/* 列表图片 */

.mc_list_img {
    width: 340px;
    height: auto;
	display: block;
	float: right;
}

@media screen and (max-width: 1300px) {
    .mc_nav_li {
        float: left;
        padding: 0 25px;
    }
}


@media screen and (max-width: 1200px) {
    .mc_ph_hd {
        display: block;
    }

    .mc_pc_hd {
        display: none;
    }
}

/* footer */
.footer-container{
	width: 100%;
	background-color: #353c43;
}
.footer-copyright{
	width: 100%;
	padding: 10px 110px 26px 60px;
	border-top: 1px solid #2d3339;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-copyright a{
	font-size: 14px;
	color: rgba(255,255,255,0.3);
	margin-top: 16px;
	display: inline-block;
}
.footer-copyright-text{
	font-size: 14px;
	color: rgba(255,255,255,0.3);
	margin-top: 16px;
	display: inline-block;
}
.footer-copyright-flex{
	display: flex;
	flex-wrap: wrap;
}
.footer-copyright-flex .footer-copyright-color{
	color: #238e3a;
}
.footer-copyright-text2{
	margin-right: 10px;
}

@media screen and (max-width: 1400px) {
	.footer-copyright{
		padding: 10px 75px 26px 3%;
	}
	.footer-copyright-text{
		font-size: 13px;
	}
}

@media screen and (max-width: 900px) {
	.footer-copyright-text{
		font-size: 12px;
	}
	.footer-copyright{
		padding: 10px 3% 26px 3%;
	}
}


.footer-wrap{
	width: 100%;
	padding: 100px 110px 130px 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	color: #FFFFFF;
}

.footer-right{
	display: flex;
}
.footer-child1{
	width: 440px;
}
.footer-child1-text1{
	font-size: 18px;
	font-weight: bold;
}
.footer-child1-text2{
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.footer-child1-text3{
	font-size: 14px;
	line-height: 31px;
	color: #FFFFFF;
}
.footer-child1-icon{
	display: inline-block;
	width: 16px;
	height: auto;
	margin-right: 10px;
}
.footer-child1-icon:first-child{
	width: 14px;
}

.footer-child2{
	/*width: 460px;*/
	width: 735px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.footer-child2-wrap{
	width: 180px;
	padding: 0 10px;
}
.footer-child2-text{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.footer-child2-image{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer-left{
	flex-shrink: 0;
}
.footer-logo{
	display: block;
	width: 150px;
	height: auto;
	margin: 0 0 0 auto;
}

.footer-left-imgs{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}
.footer-left-img{
	width: 50px;
	height: 50px;
	margin-left: 12px;
}
.footer-left-img img{
	width: 100%;
	height: 100%;
}
.footer-left-img1{
	display: block;
}
.footer-left-img2{
	display: none;
}
.footer-left-img:hover .footer-left-img1{
	display: none;
}
.footer-left-img:hover .footer-left-img2{
	display: block;
}

.footer-navs{
	margin-top: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid #2d3339;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-nav-pc{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-nav-pc:not(:last-child){
	margin-right: 30px;
}


@media screen and (max-width: 1600px) {
	.footer-child1{
		width: 50%;
	}
	.footer-child2{
		width: 50%;
	}
}
@media screen and (max-width: 1400px) {
	.footer-wrap{
		padding: 80px 75px 110px 3%;
	}
	.footer-right{
		width: 55%;
	}
	.footer-child1{
		flex: 1;
	}
	.footer-child2{
		width: 280px;
		flex-shrink: 0;
	}
	.footer-child1-text1{
		font-size: 16px;
	}
	.footer-child1-text2{
		font-size: 13px;
		margin-top: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.footer-child1-text3{
		font-size: 13px;
		line-height: 29px;
	}
	
	.footer-child1-icon{
		width: 14px;
		margin-right: 8px;
	}
	.footer-child1-icon:first-child{
		width: 13px;
	}
	
	.footer-child2-wrap{
		/*flex: 1;*/
		padding: 0 20px;
	}
	.footer-child2-text{
		font-size: 13px;
		font-weight: bold;
		line-height: 22px;
	}
	.footer-child2-image{
		margin-top: 12px;
	}
	
	.footer-logo{
		width: 140px;
	}
	
	.footer-navs{
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.footer-nav-pc{
		font-size: 14px;
	}
	.footer-nav-pc:not(:last-child){
		margin-right: 30px;
	}
	
	.footer-left-imgs{
		margin-top: 24px;
	}
	.footer-left-img{
		width: 44px;
		height: 44px;
		margin-left: 12px;
	}
}


@media screen and (max-width: 1100px) {
	.footer-child2{
		width: 240px;
	}
}


@media screen and (max-width: 950px) {
	.footer-wrap{
		padding: 60px 3% 90px 3%;
	}
	.footer-right{
		display: block;
		flex: 1;
		width: 100%;
		padding-right: 3%;
		box-sizing: border-box;
	}
	.footer-child1{
		width: 100%;
	}
	.footer-child1-text1{
		font-size: 15px;
	}
	.footer-child1-text2{
		font-size: 12px;
		margin-top: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.footer-child1-text3{
		font-size: 12px;
		line-height: 30px;
	}
	.footer-child1-icon{
		width: 13px;
		margin-right: 7px;
	}
	.footer-child1-icon:first-child{
		width: 12px;
	}
	.footer-child2{
		width: 230px;
		margin-top: 30px;
	}
	.footer-child2-wrap{
		padding: 0 30px 0 0;
	}
	.footer-child2-image{
		margin-top: 8px;
	}
	.footer-logo{
		width: 130px;
	}
	.footer-navs{
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.footer-nav-pc{
		font-size: 13px;
	}
	.footer-nav-pc:not(:last-child){
		margin-right: 25px;
	}
	
	.footer-left-imgs{
		margin-top: 20px;
	}
	.footer-left-img{
		width: 40px;
		height: 40px;
		margin-left: 12px;
	}
}

@media screen and (max-width: 800px) {
	.footer-copyright{
		padding: 10px 5% 26px 5%;
	}
	.footer-wrap{
		padding: 50px 5%;
		display: block;
	}
	.footer-logo{
		width: 130px;
		margin: 0;
	}
	.footer-left-imgs{
		justify-content: flex-start;
		margin-top: 30px;
	}
	.footer-navs{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		border: none;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.footer-nav-pc{
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #2d3339;
		text-align: center;
	}
	.footer-left-img{
		margin: 0 10px 0 0;
	}
	
	.footer-child1{
		width: 100%;
		margin-top: 30px;
	}
	
	.footer-nav-pc:not(:last-child){
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.footer-copyright{
		padding: 10px 4% 26px 4%;
	}
	.footer-wrap{
		padding: 35px 4%;
		display: block;
	}
}



/* 悬浮侧边栏 */
.float-pc{
	position: fixed;
	right: 0;
	z-index: 99;
	bottom: 0;
}
.float-pc-child{
	width: 64px;
	height: 450px;
	background-image: url(../img/img-47.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 32px;
}
.float-pc-top{
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1b2127;
	cursor: pointer;
}
.float-pc-item{
	padding: 20px 0;
	width: 100%;
	display: block;
	position: relative;
}
.float-pc-line{
	height: 1px;
	margin: 0 auto;
	width: 22px;
	background-color: #b9d589;
}
.float-pc-icon{
	display: block;
	margin: 0 auto;
	width: 22px;
	height: auto;
}
.float-pc-text{
	margin: 14px auto 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	width: 20px;
	line-height: 1.1;
}

.float-show-image .float-pc-image{
	max-width: 120px;
	width: 1500px;
	height: auto;
	position: absolute;
	right: 75px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.4s;
}

.float-show-image:hover .float-pc-image {
	opacity: 1;
}



.float-mobile{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: none;
}
.float-mobile-rel{
	width: 100%;
	position: relative;
}
.float-mobile-background{
	width: 511px;
	height: 64px;
	display: block;
}
.float-mobile-wrap{
	display: flex;
	padding-left: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.float-mobile-child{
	flex: 1;
	display: flex;
	align-items: center;
}
.float-mobile-item{
	padding: 0 30px;
	display: block;
	position: relative;
	display: flex;
	align-items: center;
}
.float-mobile-icon{
	display: block;
	width: 22px;
	height: auto;
}
.float-mobile-text{
	margin-left: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
.float-mobile-line{
	height: 22px;
	width: 1px;
	background-color: #b9d589;
}
.float-mobile-top{
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1b2127;
	cursor: pointer;
	flex-shrink: 0;
}

.float-show-mobile .float-mobile-image{
	max-width: 120px;
	width: 1500px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 65px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.float-show-mobile:hover .float-mobile-image {
	display: block;
}

@media screen and (max-width: 1400px) {
	.float-pc-child{
		width: 57px;
		height: 400px;
		padding-top: 26px;
	}
	.float-pc-item{
		padding: 16px;
	}
	.float-pc-text{
		margin: 14px auto 0 auto;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		width: 18px;
	}
	.float-pc-top{
		width: 57px;
		height: 57px;
		line-height: 57px;
		font-size: 14px;
	}
}


@media screen and (max-width: 900px) {
	.float-pc{
		display: none;
	}
	.float-mobile{
		display: block;
	}
	.footer-container{
		padding-bottom: 64px;
	}
}


@media screen and (max-width: 700px) {
	.float-mobile-wrap{
		padding-left: 20px;
	}
	.float-mobile-background{
		width: 430px;
		height: 54px;
	}
	.float-mobile-item{
		padding: 0 20px;
	}
	.float-mobile-text{
		margin-left: 14px;
		font-size: 13px;
	}
	.float-mobile-top{
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		font-size: 14px;
	}
	
	.footer-container{
		padding-bottom: 54px;
	}
}


@media screen and (max-width: 450px) {
	.float-mobile-wrap{
		padding-left: 20px;
	}
	.float-mobile-background{
		width: 100%;
		height: auto;
	}
	.float-mobile-item{
		padding: 0 18px;
	}
	.float-mobile-icon{
		width: 20px;
	}
	.float-mobile-text{
		margin-left: 12px;
		font-size: 12px;
	}
	.float-mobile-top{
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		font-size: 12px;
	}
	.float-show-mobile .float-mobile-image{
		bottom: 54px;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	.footer-container{
		padding-bottom: 54px;
	}
}



@media screen and (max-width: 380px) {
	.float-mobile-wrap{
		padding-left: 15px;
	}
	.float-mobile-background{
		width: 100%;
		height: auto;
	}
	.float-mobile-item{
		padding: 0 15px;
	}
	.float-mobile-icon{
		width: 20px;
	}
	.float-mobile-text{
		margin-left: 12px;
		font-size: 12px;
	}
	.float-mobile-top{
		width: 54px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 12px;
	}
	
	.float-show-mobile .float-mobile-image{
		bottom: 44px;
	}
	
	.footer-container{
		padding-bottom: 44px;
	}
}



/* 展开 */
.more-container{
	position: relative;
	transition: all .3s;
}
.more-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255, 1);
	padding: 0 100px 0 32%;
	box-sizing: border-box;
}
.more-rel{
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
}
.more-wrap{
	width: 100%;
	padding: 150px 10% 70px 10%;
	box-sizing: border-box;
}
.more-item{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	padding-bottom: 60px;
	padding-top: 40px;
}
.more-item-title{
	width: 220px;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
	color: #363a3d;
}
.more-item-list{
	flex: 1;
}
.more-item-child{
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.more-child-list{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.more-child-item{
	word-wrap:break-word;
	margin-top: 16px;
	color: #238e3a;
	font-size: 16px;
	position: relative;
	font-weight: normal;
}
.more-child-item:not(:last-child){
	margin-right: 20px;
	padding-right: 20px;
}
.more-child-item::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #238e3a;
}
.more-child-item:last-child::before{
	background-color: rgba(0,0,0,0);
}
.more-item:not(:last-child){
	border-bottom: 1px solid #e3e4e6;
}




.more-contact{
	position: fixed;
	z-index: 602;
	left: 0;
	top: 0;
	width: 32%;
	height: 100%;
	background-color: #f7f7f7;
	overflow-y: scroll;
}
.more-contact-wrap{
	width: 100%;
	position: relative;
	padding: 20px 60px;
	box-sizing: border-box;
	max-height: 950px;
	height: 100%;
}
.more-contact-background{
	width: 200px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	
}
.more-contact-rel{
	width: 100%;
	position: relative;
	z-index: 2;
}
.more-contact-logo{
	width: 150px;
	height: auto;
	display: block;
}
.more-contact-content{
	margin-top: 100px;
	width: 100%;
}
.more-contact-content .more-content-text1{
	font-size: 18px;
	font-weight: bold;
}
.more-contact-content .more-content-text2{
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.more-contact-content .more-content-text3{
	font-size: 14px;
	line-height: 31px;
}
.more-contact-content .more-content-icon{
	display: inline-block;
	width: 16px;
	height: auto;
	margin-right: 10px;
}
.more-contact-images{
	margin-top: 60px;
	width: 100%;
	display: flex;
	align-items: center;
}
.more-contact-images .more-images-wrap{
	width: 120px;
}
.more-contact-images .more-images-wrap:first-child{
	margin-right: 60px;
}
.more-contact-images .more-images-text{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.more-contact-images .more-images-image{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
}
.more-contact-copyright{
	width: 100%;
	margin-top: 90px;
}
.more-contact-copyright .more-copyright-text{
	font-size: 14px;
	color: #86898c;
	line-height: 24px;
	display: block;
}
.more-contact-copyright .more-copyright-color{
	color: #238e3a;
}




/* 整个滚动条 */
.more-contact::-webkit-scrollbar, .more-rel::-webkit-scrollbar { 
    width: 3px; 
    height: 3px; 
    background-color: rgba(0,0,0,0); 
}
/* 滚动条上的按钮 (上下箭头). */
.more-contact::-webkit-scrollbar-button, .more-rel::-webkit-scrollbar-button {
    height: 3px;
    width: 3px;
}
/* 滚动条上的滚动滑块. */
.more-contact::-webkit-scrollbar-thumb, .more-rel::-webkit-scrollbar-thumb { 
    background-color: #e6e6e6; 
    border-radius: 50px;
}
/*  滚动条轨道. */
.more-contact::-webkit-scrollbar-track, .more-rel::-webkit-scrollbar-track { 
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0); 
    box-shadow:inset 0 0 6px rgba(0,0,0,0); 
    background-color: rgba(0,0,0,0); 
}
/* 滚动条没有滑块的轨道部分 */
.more-contact::-webkit-scrollbar-track-piece, .more-rel::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,0); 
}
/* 当同时有垂直滚动条和水平滚动条时交汇的部分. */
.more-contact::-webkit-scrollbar-corner, .more-rel::-webkit-scrollbar-corner {
    background:transparent;
}


/* 展开后的  三条横线 */
.more_btn_fixed{
	position: fixed;
	right: 0;
	top: 0;
	width: 100px;
	height: 100vh;
	border-left: 1px solid #e3e4e6;
	padding: 30px;
	display: flex;
	justify-content: center;
	z-index: 603;
}
.more_point_btn{
	width: 30px;
	height: 30px;
}
.more_point_btn .more_point_nav_btn{
	position: relative;
	width: 30px;
	height: 3px;
	display: inline-block;
}
.more_point_btn .more_point_nav_btn::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background-color: #238e3a;
}
.more_point_btn .more_point_nav_btn::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
    top: 0;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #238e3a;
}
.more_point_btn .more_point_nav_btn{
	background-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 1600px) {
	.more-fixed{
		padding: 0 90px 0 500px;
	}
	.more-wrap{
		padding: 150px 8% 70px 8%;
	}
	.more-contact{
		width: 500px;
	}
	.more-contact-wrap{
		padding: 20px 50px;
	}
	.more_btn_fixed{
		width: 90px;
	}
}

@media screen and (max-width: 1400px) {
	.more-fixed{
		padding: 0 70px 0 450px;
	}
	.more-wrap{
		padding: 100px 8% 0px 8%;
	}
	.more_btn_fixed{
		padding: 20px;
	}
	.more-contact{
		width: 450px;
	}
	.more-contact-wrap{
		padding: 20px 40px;
	}
	.more_btn_fixed{
		width: 70px;
	}
	.more-item-title{
		width: 190px;
		font-size: 18px;
	}
	.more-item-child{
		padding-bottom: 16px;
		font-size: 14px;
	}
	.more-child-item{
		margin-top: 12px;
		font-size: 1px;
	}
	
	.more-contact-content .more-content-text1{
		font-size: 15px;
	}
	.more-contact-content .more-content-text2{
		font-size: 12px;
	}
	.more-contact-content .more-content-text3{
		font-size: 12px;
	}
	.more-contact-content .more-content-icon{
		width: 14px;
	}
	.more-contact-images .more-images-wrap{
		width: 110px;
	}
	.more-contact-images .more-images-text{
		font-size: 12px;
	}
	.more-contact-copyright .more-copyright-text{
		font-size: 12px;
	}
	.more-contact-content{
		margin-top: 50px;
	}
	.more-contact-images{
		margin-top: 30px;
	}
	.more-contact-copyright{
		width: 100%;
		margin-top: 40px;
	}
	
	.more_point_btn{
		width: 20px;
		height: 2px;
	}
	.more_point_btn .more_point_nav_btn{
		width: 20px;
		height: 2px;
	}
	.more_point_btn .more_point_nav_btn::before {
		width: 20px;
		height: 2px;
	}
	.more_point_btn .more_point_nav_btn::after {
		width: 20px;
		height: 2px;
	}
}


@media screen and (max-width: 1400px) {
	.mc_logo a,
	.mc_nav_a,
	.mc_language a {
	    font-size: 14px;
	}
	.mc_logo {
	    width: 146px;
	}
	.mc_navxl_title {
	    width: 33%;
	    font-size: 20px;
	    color: #333;
	}
	.mc_subnav_a span {
	    font-size: 14px;
	    max-width: calc(100% - 30px);
	}
	.mc_subnav_a .mc_subnav_li_icon {
	    width: 10px;
	}
}


@media screen and (max-width: 1200px) {
	.more-container{
		display: none;
	}
}


.form-container{
	width: 100%;
	height: 100vh;
}


::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:vertical:hover{
	background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:vertical:active{
	background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-button{
	display: none;
}
::-webkit-scrollbar-track{
	background-color: rgba(0, 0, 0, 0);
}