@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

@font-face {
	font-family: 'rubikbold';
	src: url('../fonts/rubik/Rubik-Bold.ttf');
}

@font-face {
	font-family: 'rubikmedium';
	src: url('../fonts/rubik/Rubik-Medium.ttf');
}

@font-face {
	font-family: 'rubikregular';
	src: url('../fonts/rubik/Rubik-Regular.ttf');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 35px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #c1232c !important;
	background-color: #c1232c;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #c1232c;
}

.text-primary {
	color: #c1232c;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #c1232c;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #28C445;
}

.text-default {
	color: #666;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #c1232c !important;
	background-color: #c1232c !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

body {
	color: #333;
	font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
	font-size: 16px;
	background: #fff;
}

a {
	color: #333;
}

a:hover {
	color: #2F6651;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-content-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex-content-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-40 {
	padding: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-top-130 {
	padding-top: 130px;
}

.padding-top-190 {
	padding-top: 190px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

.padding-bottom-190 {
	padding-bottom: 190px;
}

.padding-left-40 {
	padding-left: 40px;
}

.layui-btn {
	background-color: #2F6651;
	width: 100%;
}

.layui-btn-primary {
	background-color: #fff;
}

.layui-btn-warm {
	background-color: #FFB800;
}

.alert {
	padding: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid transparent;
}

.alert.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert.alert-info {
	background: #aaa;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert .close {
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}



#scrolltop {
	width: 56px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	line-height: 30px;
	flex-direction: column;
	cursor: pointer;
}
#scrolltop .icon {
	width: 44px;
	height: 44px;
	background: #275A46;
	color: #fff;
}




.img-responsive {
	width: 100%;
	display: block;
}

.hfade {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.layui-fluid {
	padding: 0;
}

.clearfix2 {
	zoom: 1;
}

.clearfix2::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix2::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.mheader,
.mnav {
	display: none;
}

.header {
	width: 100%;
	height: auto;
	z-index: 200;
	box-sizing: border-box;
	position: relative;
}

.header h1.logo {
	text-align: center;
	color: #fff;
}

.header h1.logo a {
	color: #fff;
}


.header .nav>ul>li {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-left: 40px;
}

.header .nav>ul>li:last-child a {
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 100%;
	color: #2F6651;
	display: flex;
	margin-top: -5px;
}

.header .nav>ul>li>a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
	color: #FFFFFF;
}

.header .nav>ul>li>a .iconfont {
	font-size: 16px;
	font-weight: normal;
	margin-left: 0;
}

.header .nav>ul>li>a .cn {
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	padding-bottom: 10px;
}

.header .nav>ul>li>a:hover .cn,
.header .nav>ul>li.on>a .cn,
.header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.header .nav>ul>li .layui-icon {
	font-size: 18px;
	color: #2F6651;
}

.header .nav .submenu {
	position: absolute;
	width: 370px;
	top: 50px;
	left: 50%;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	margin-left: -185px;
	text-align: left;
	padding: 20px 0;
}

.header .nav .submenu ul {
	background: rgba(255, 255, 255, .8);
	padding: 20px 10px 0;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
}

.header .nav>ul>li:last-child .submenu {
	left: auto;
	right: 0;
	margin: 0;
}

.header .nav>ul>li:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 33px;
}

.header .nav .submenu ul li {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}

.header .nav .submenu ul li a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #414141;
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
	width: 150px;
	margin: 0 10px;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
}

.header .nav .submenu ul li a:hover {
	color: #fff;
	background: #2F6651;
}


.header .nav .submenu .body img {
	width: 300px;
	height: 150px;
}

.header .nav .submenu .navli {
	padding-right: 100px;
	margin-right: 130px;
	width: 622px;
	border-right: 1px solid #cdcdce;
}

.header .nav .submenu .navli li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.header .nav .submenu .navli li a {
	display: block;
	border-bottom: 1px solid #d7d7d8;
	padding: 5px 15px;
}

.header .nav .submenu .navli li a:hover {
	border-bottom: 1px solid #7292e2;
	color: #7292e2;
}

.header .hover {
	width: 100%;
	height: 0;
	background: #f7f8fa;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	overflow: hidden;

}

.header:hover .hover {
	display: block;
	height: 250px;
}


.head_frame {
	width: 100%;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
	transition: .8s cubic-bezier(.19, 1, .22, 1);
	position: fixed;
	z-index: 1000;
}

.head_frame .logo .pic1 {
	display: block;
}

.head_frame .logo .pic2 {
	display: none;
}

.opacity_head {
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
	z-index: 1000;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	/* position: relative; */
	/* transform: translateY(-100%); */
}

.header.opacity_head .nav>ul>li>a {
	color: #333;
}

.opacity_head .logo .pic1 {
	display: none;
}

.opacity_head .logo .pic2 {
	display: block;
}

.modal-open .mc_ph_hd {
	position: fixed;
}

.top_text {
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0;
}


.top_text a {
	color: #134e93;
	margin-right: 20px;
}


.topsch .sch_q {
	width: 300px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	display: none;
}

.topsch .sch_btn {
	width: 40px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	cursor: pointer;
	position: relative;
	color: #1686c6;
}

.topsch .sch_btn::before {
	content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #d8dadb;
	display: none;
}

.topsch:hover .sch_q {
	display: block;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
	color: #001eb4;
}

.mc_ph_hd {
	display: none;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 64px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
	top: 0;
}


.mc_ph_navbar {
	padding: 0 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
}

.mc_language_ph a {
	line-height: 64px;
	color: #333;
	margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
	line-height: 64px;
	margin-right: 20px;
	color: #333;
}

.mc_ph_hd .mc_ph_logo a {
	line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
	margin-top: 20px;
	margin-right: 20px;
}

.mc_ph_logo img {
	width: auto !important;
	height: 40px !important;
}

.mc_ph_menu {
	overflow: hidden;
	width: 26px;
	height: 50px;
}

.mc_ph_hd .mc_phmenubox {
	width: 26px;
	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: 26px;
	height: 22px;
	margin-top: 15px;
	transform: translateX(-3px);
}

.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: 20px;
	height: 2px;
	background: #2F6651;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
	position: absolute;
	top: 8px;
	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 .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .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;
	background: #292929;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after {
	top: -8px;
	width: 30px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
	top: 8px;
	width: 15px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
	background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
	width: 30px;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #2F6651;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
	width: 30px;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #2F6651;
}

.mc_ph_navbar {
	position: relative;
	z-index: 999;
}

/*ph导航&下拉*/
.phxia {
	position: fixed;
	width: 100%;
	left: 0;
	top: 64px;
	z-index: 998;
	/* transform: translateX(-50%); */
	/* padding: 0 15px; */
	background-color: #fff;
	max-height: calc(100vh - 64px);
	overflow: auto;
}

.xialaph {
	display: none;
	width: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
	height: calc(100vh - 64px);
	padding: 10px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

.xialaph h4 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
}

.xialaph h4::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h4 a {
	font-size: 18px;
	line-height: 46px;
	/* 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;
	background: #f7f8fa;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
	max-width: 100%;
	padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
	display: none;
}

.xialaph .ul1 {}


.img_s {
	float: right;
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
	position: relative;
}

.xialaph h5::after {
	content: '';
	/* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
	display: block;
	clear: both;
}

.xialaph h5 a {
	font-family: '微软雅黑';
	font-size: 16px;
	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;
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph h5.active .img_s {
	transform: rotate(180deg);
}

.xialaph h4.active .img_s {
	transform: rotate(180deg);
}

.xialaph_bot {
	margin: 20px 0;
	text-align: right;
	padding: 0 20px;
	font-size: 0;
}

.xialaph_bot>div {
	display: inline-block;
	margin-left: 15px;
}

.mc_ph_search {
	margin-right: 40px;
	margin-top: 15px;
}
.mc_ph_search .layui-icon{
	font-size: 24px;
}


.xialaph_bot>div {
	margin: 0 8px;
}

.xialaph_bot {
	text-align: center !important;
}

.tp_link {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
}

.tp_link a {
	font-size: 14px;
	color: #fff;
}

.tp_link span {
	padding: 0 5px;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.nav_box {
	background: #123f79;
}

#colbox {
	background: #fff;
}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

.conent_box {
	background: #f7f7f7;
}

.conent_box .layui-row {
	overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
	overflow: hidden;
}

.leftmenu li {
	position: relative;
	float: left;
}

.leftmenu li a {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
	z-index: 2;
}

.leftsubmenu {
	background: url(../images/bg28.jpg) no-repeat center;
	background-size: cover;
	padding-left: 20px;
}

.leftsubmenu li {
	display: inline-block;
	margin-right: 10px;
}

.leftsubmenu li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
	border: solid 1px #123f79;
	font-weight: bold;
	color: #123f79;
}



.layui-tab-bar {
	height: 48px;
	line-height: 48px;
}

.page_main {
	padding: 0px;
	border: 1px solid #E1E1E1;
}


.page_detail {
	padding: 40px 184px;
}


.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #9E9E9E;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
	margin: 15px 0 0;
	padding-bottom: 15px;
}

.col-att a {
	color: #9E9E9E;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}
.dtl_detail img,.dtl_detail video{
	max-width: 100%;
}

.pager {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {
	color: #999;
}

.pager li:last-child {
	float: right;
}

.pager li a:hover {
	color: #3F7C65;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 0;
}

.pagination li a {
	display: inline-block;
	background: #fff;
	width: 33px;
	height: 33px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #595959;
	transition: All .4s ease-in;
	-webkit-transition: All .4s ease-in;
	-moz-transition: All .4s ease-in;
	-o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
	background: #2F6651;
	color: #fff;
	border: solid 1px #2F6651;
}

.textlist {}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}

.textlist li .title {
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}

.textlist li .desc {
	line-height: 35px;
	color: #999999;
}

.textlist li .nianyue {
	color: #999999;
	font-size: 12px;
}

.textlist li .nianyue .more {
	float: right;
	font-size: 14px;
}

.textlist li .nianyue .iconfont {
	font-size: 18px;
	margin-left: 10px;
	color: #123f79;
}

.textlist li a:hover .nianyue {
	color: #123f79;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #123f79;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}

.piclist {}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}



.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	background: #f3f3f3;
	z-index: 2;
}

.piclist li a:hover .title {
	background: #3F7C65;
	color: #fff;
}




.piclist2 li a {
	display: block;
	position: relative;
}

.piclist2 li .text {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px;
}

.piclist2 li .title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.piclist2 li .time {
	font-size: 14px;
	color: #aaaaaa;
}

.piclist2 li a:hover {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
	border-bottom: 1px solid #123f79;
}

.piclist2 li a:hover .title {
	font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
	position: relative;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tuwenlist li .pic {
	flex: none;
	width: 340px;
}

.tuwenlist li .text {
	width: calc((100% - 355px));
	background-size: cover;
}

.tuwenlist li .title {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}

.tuwenlist li .desc {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	opacity: 0.5;
}

.tuwenlist li .date {
	opacity: 0.5;
	font-size: 14px;
}

.tuwenlist li .more {
	color: #2F6651;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #2F6651;
	padding: 10px 40px;
}

.tuwenlist li a:hover .title {
	font-weight: bold;
}

.tuwenlist li a:hover .more {
	color: #fff;
	background: #2F6651;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
	color: #1B1B1B;
	opacity: .5;
}


.search_list .item .text {
	text-align: center;
	background: #f9f9f9;
	line-height: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 30px;
}

.search_list .item .iconfont {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 30px;
	flex: none;
	color: #123f79;
}

.search_list .item .text1 {
	color: #333;
	font-size: 18px;
}

.search_list .item:hover .text {
	background: #123f79;
}

.search_list .item:hover .text1 {
	color: #fff;
}

/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: calc((100% - 100px));
	height: 30px;
	line-height: 30px;
	color: #aaa;
	margin-left: 100px;
}

.sch-form .sch-type{
	position: absolute;
	left: 20px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	cursor: pointer;
	color: #828282;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.sch_result_list li.no_data .text {
	border-radius: 10px;
	background: #F0EFEE;
	padding: 40px;
}

.sch_result_list li.no_data .text .text1 {
	font-size: 26px;
	font-weight: bold;
	color: #828282;
}

.sch_result_list li.no_data .text .text2 {
	font-size: 18px;
	color: #828282;
}

.loadmore {
	text-align: center;
}

.banner_slide {
	height: 100vh;
}

.banner_slide .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_slide .slide-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.banner_slide .swiper-slide img {
	width: 100%;
	height: 100vh;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.banner_slide .swiper-slide-active img,
.banner_slide .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.banner_slide .slide-text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
	width: auto;
	text-align: center;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}

.banner_slide .slide-text .text1 {
	font-size: 60px;
	opacity: 1;
	-webkit-transform: translateY(140%);
	transform: translateY(140%);
	-webkit-transition: -webkit-transform .9s ease-out 1s;
	transition: -webkit-transform .9s ease-out 1s;
	transition: transform .9s ease-out 1s;
	transition: transform .9s ease-out 1s, -webkit-transform .9s ease-out 1s;
	will-change: transform;
	opacity: 0;
}

.banner_slide .slide-text .text2 {
	font-size: 18px;
	letter-spacing: 35px;
	margin-top: 20px;
	-webkit-transform: translateY(140%);
	transform: translateY(140%);
	-webkit-transition: -webkit-transform .9s ease-out 1s;
	transition: -webkit-transform .9s ease-out 1s;
	transition: transform .9s ease-out 1s;
	transition: transform .9s ease-out 1s, -webkit-transform .9s ease-out 1s;
	will-change: transform;
	opacity: 0;
}


.banner_slide .swiper-slide-active .slide-text {
	opacity: 1;
}

.banner_slide .swiper-slide-active .slide-text .text1 {
	transform: translateY(0);
	opacity: 1;
}

.banner_slide .swiper-slide-active .slide-text .text2 {
	transform: translateY(0);
	opacity: 1;
}

.banner_slide .swiper-button-next,
.banner_slide .swiper-button-prev {
	display: none;
}

.banner_slide .swiper-pagination {
	position: relative;
	left: auto;
	bottom: auto;
}

.banner_slide .swiper-pagination-bullet {
	width: 300px;
	height: 2px;
	border-radius: 0;
	background: rgba(255, 255, 255, .4);
	opacity: 1;
}

.banner_slide .swiper-pagination-bullet-active {
	background: rgba(39, 90, 70, 0.59);
}

.swiper_pagination_box {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	z-index: 2;
}

.swiper-scroll-btn {
	z-index: 56;
	position: absolute;
	left: 50%;
	width: 44px;
	height: 44px;
	margin-left: -22px;
	border: 1px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	bottom: 100px;
}

.swiper-scroll-btn .swiper-scroll-btn-icon {
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	background: url(../images/down-icon2.png) no-repeat center center;
	cursor: pointer;
	animation: downico 1.5s ease-out infinite;
}

.banner_slide .swiper-buttons .swiper-button-prev1,
.banner_slide .swiper-buttons .swiper-button-next1 {
	width: 37px;
	height: 37px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	color: #2F6651;
}

.banner_slide .swiper-buttons .swiper-button-next1 {
	transform: rotate(180deg);
	margin-left: 6px;
}

.banner_slide .swiper-buttons .swiper-button-prev1 .iconfont,
.banner_slide .swiper-buttons .swiper-button-next1 .iconfont {
	font-size: 14px;
}

.swiper-total {
	color: #fff;
	font-size: 14px;
}

.swiper-total .current-slide {
	font-size: 20px;
}

.banner_slide .swiper-buttons .swiper-button-prev1:hover,
.banner_slide .swiper-buttons .swiper-button-next1:hover {
	background: rgba(49, 141, 106, 0.302);
	color: #fff;
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 50%;
		opacity: 0;
	}

	65% {
		top: -50%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.header_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.3896) 50%, rgba(10, 61, 167, 0) 100%);
}

.header_index .header_box {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	padding-bottom: 70px;
	border-top: 2px solid #e06218;
}

.header_index .top_link a {
	color: #fff;
	font-family: rubikregular;
}

.header_index .top_link a:hover {
	color: #fff;
}

.header_index .header .nav>ul>li>a {
	color: #fff;
}

.header_index .header .nav>ul>li>a:hover .cn,
.header_index .header .nav>ul>li.on>a .cn,
.header_index .header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid #fff;
}

.header_index h1.logo .logo_index {
	display: block;
}

.header_index h1.logo .logo_nei {
	display: none;
}

.header_index .top_link .line {
	background: rgba(255, 255, 255, .5);
}

.header_index.fiexd .header_box {
	background: #fff;
	padding-bottom: 30px;
	border-top: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.header_index.fiexd .top_link a {
	color: #3B3B3B;
}


.header_index.fiexd .header .nav>ul>li>a {
	color: #3B3B3B;
}

.header_index.fiexd .header .nav>ul>li>a:hover .cn,
.header_index.fiexd .header .nav>ul>li.on>a .cn,
.header_index.fiexd .header .nav>ul>li:hover a .cn {
	border-bottom: 2px solid #3B3B3B;
}

.header_index.fiexd h1.logo .logo_index {
	display: none;
}

.header_index.fiexd h1.logo .logo_nei {
	display: block;
}

.header_index.fiexd .top_link .line {
	background: rgba(0, 0, 0, .5);
}

.top_link {
	color: #fff;
	padding-top: 37px;
}

.top_link .iconfont {
	font-size: 16px;
}

.top_link .line {
	margin: 0 25px;
	display: block;
	width: 1px;
	height: 9px;
	background: rgba(0, 0, 0, .5);
}

.top_link img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
}

.pchide {
	display: none;
}

.column {
	text-align: center;
}

.column .en {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2F6651;
	font-style: italic;
}

.column_white .en {
	color: #fff;
}

.column .en span {
	color: #8BBB41;
}

.column .cn {
	font-size: 26px;
	position: relative;
	display: inline-block;
}

.column .cn::before {
	content: ' ';
	width: 170px;
	height: 1px;
	background: #2F6651;
	position: absolute;
	left: -190px;
	top: 50%;
	z-index: 2;
}

.column_white .cn::before {
	background: #fff;
}

.column .cn::after {
	content: ' ';
	width: 170px;
	height: 1px;
	background: #2F6651;
	position: absolute;
	right: -190px;
	top: 50%;
	z-index: 2;
}

.column_white .cn::after {
	background: #fff;
}

.column .line span {
	display: inline-block;
	width: 30px;
	height: 3px;
	border-radius: 9px;
	opacity: 1;
	background: #8BBB41;
	margin: 0 2px;
}

.column_white .line span {
	background: #fff;
}

.column .line span.linex2 {
	background: #2F6651;
}

.column_white .line span.linex2 {
	background: #fff;
}

.column_white a {
	color: #fff;
}

.cpzx_box {
	background: url(../images/cpzx_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.cpzx_nav_box .item {
	width: 340px;
	height: 630px;
	position: relative;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	overflow: hidden;
}

.cpzx_nav_box .item .normal {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 3vw 0 0 3vw;
	color: #fff;
}

.cpzx_nav_box .item .normal a {
	color: #fff;
}

.cpzx_nav_box .item .normal .icon {
	width: 72px;
	height: 72px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
}

.cpzx_nav_box .item .normal .text {}

.cpzx_nav_box .item .normal .text a {
	display: block;
	position: relative;
}

.cpzx_nav_box .item .normal .en {
	font-size: 14px;
	transform: rotate(90deg);
	transform-origin: top left;
	white-space: nowrap;
	position: absolute;
	left: 15px;
	top: 20px;
	text-transform: uppercase;
	word-spacing: 5px;
}

.cpzx_nav_box .item .normal .cn {
	font-size: 40px;
	width: 40px;
	position: absolute;
	left: 25px;
	top: 10px;
}

.cpzx_nav_box .item.on {
	width: 680px;
}

.cpzx_nav_box .item .hover {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: -100%;
	top: 0;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	color: #fff;
}

.cpzx_nav_box .item.on .hover {
	left: 0;
}

.cpzx_nav_box .item .hover .text {
	padding: 3vw;
}

.cpzx_nav_box .item .hover .en {
	font-size: 14px;
	text-transform: uppercase;
	word-spacing: 5px;
}

.cpzx_nav_box .item .hover a {
	color: #fff;
}

.cpzx_nav_box .item .hover .cn {
	font-size: 40px;
}

.cpzx_nav_box .item .hover .line {
	width: 78px;
	height: 2px;
	background: #FFFFFF;
}

.cpzx_nav_box .item .hover .desc {
	font-size: 14px;
	line-height: 2em;
	height: 112px;
}

.cpzx_nav_box .item .hover .icon {
	position: absolute;
	left: 3vw;
	bottom: 3.3vw;
}

.cpzx_nav_box .item .hover .icon .iconfont {
	font-size: 80px;
}

.cpzx_nav_box .item .hover .num {
	position: absolute;
	right: 3vw;
	bottom: 2vw;
	font-size: 100px;
	opacity: .1;
	font-style: italic;
}

.cpzx_nav_box .item .hover .cpzx_nav li {
	display: inline-block;
	margin-right: 30px;
}

.cpzx_nav_box .item .hover .cpzx_nav li a {
	display: block;
	height: 40px;
	border: 1px solid #FFFFFF;
	padding: 0 35px;
	line-height: 40px;
	color: #fff;
}

.jjfa_box {
	background-image: url(../images/jjfa_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.jjfa_bd .box {
	color: #fff;
	width: 788px;
	display: none;
}

.jjfa_bd .box a {
	color: #fff;
}

.jjfa_bd .box .icon .iconfont {
	font-size: 50px;
}

.jjfa_bd .box .cn {
	font-size: 30px;
}

.jjfa_bd .box .line {
	width: 63px;
	height: 2px;
	background: #FFFFFF;
}

.jjfa_bd .box .desc {
	font-size: 14px;
	line-height: 25px;
	height: 75px;
}

.jjfa_bd .box ul {
	height: 150px;
}

.jjfa_bd .box ul li {
	display: inline-block;
	margin-right: 45px;
}

.jjfa_bd .box ul li a {
	position: relative;
	padding-left: 15px;
}

.jjfa_bd .box ul li a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}

.jjfa_bd .box .more a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	padding: 0 40px;
	text-align: center;
	font-size: 14px;
}

.jjfa_box .layui-container {
	position: static;
}

.jjfa_box .jjfa_hd {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	width: 640px;
	height: 100%;
}

.jjfa_box .jjfa_hd ul {
	height: 100%;
}

.jjfa_box .jjfa_hd li {
	height: 25%;
}

.jjfa_box .jjfa_hd li a {
	color: #fff;
	height: 100%;
	padding: 0 70px;
	border-bottom: 1px solid rgba(255, 255, 255, .27);
	background-color: transparent;
}

.jjfa_box .jjfa_hd li:last-child a {
	border-bottom: none;
}

.jjfa_box .jjfa_hd li .icon {
	margin-right: 20px;
}

.jjfa_box .jjfa_hd li .iconfont {
	font-size: 50px;
}

.jjfa_box .jjfa_hd li .en {
	text-transform: uppercase;
	font-size: 14px;
}

.jjfa_box .jjfa_hd li .cn {
	font-size: 20px;
}

.jjfa_box .jjfa_hd li .more {
	width: 43px;
	height: 43px;
	border-radius: 100%;
	border: 1px solid #2F6651;
	color: #2F6651;
	display: none;
}

.jjfa_box .jjfa_hd li .more .layui-icon {
	font-size: 20px;
}

.jjfa_box .jjfa_hd li a:hover {
	background-image: url(../images/jjfa_bg2.jpg);
	background-size: cover;
	background-color: #fff;
	background-repeat: no-repeat;
}

.jjfa_box .jjfa_hd li a:hover .iconfont {
	color: #2F6651;
}

.jjfa_box .jjfa_hd li a:hover .en {
	color: #999999;
}

.jjfa_box .jjfa_hd li a:hover .cn {
	color: #333333;
}

.jjfa_box .jjfa_hd li a:hover .more {
	display: flex;
}

.xwzx_box {
	background: url(../images/xwzx_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.xwzx_hd {
	text-align: center;
}

.xwzx_hd li {
	display: inline-block;
	margin: 0 10px;
}

.xwzx_hd li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.xwzx_hd li.on a {
	background: linear-gradient(180deg, #70A125 0%, #2F6651 100%);
	color: #fff;
	font-weight: bold;
}

.xwzx_bd .box {
	display: none;
}

.xwzx_slide {
	width: 1920px;
}

.xwzx_slide .swiper-slide:nth-child(2n+1) {
	padding-top: 100px;
}

.xwzx_slide .date {
	font-size: 14px;
	color: #2F6651;
}

.xwzx_slide .title {
	font-size: 18px;
	line-height: 30px;
}

.xwzx_slide .more {
	font-size: 14px;
	color: #2F6651;
	line-height: 30px;
	height: 30px;
	border-top: 1px solid #2F6651;
	display: inline-block;
	text-transform: uppercase;
}

.xwzx_slide .swiper-buttons {
	position: absolute;
	left: 1270px;
	top: 0;
	z-index: 2;
}

.xwzx_slide .swiper-buttons .swiper-button-prev1,
.xwzx_slide .swiper-buttons .swiper-button-next1 {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	margin: 0 20px;
}

.xwzx_slide .swiper-buttons .swiper-button-prev1 .layui-icon,
.xwzx_slide .swiper-buttons .swiper-button-next1 .layui-icon {
	font-size: 20px;
}

.gsgk_box {
	background: url(../images/gsgk_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.gsgk_box .linex {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	top: 0;
}

.gsgk_box .left {
	padding-left: 260px;
	padding-right: 120px;
	color: #fff;
}

.gsgk_box .left .title a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.gsgk_box .left .liney {
	width: 42px;
	height: 2px;
	background: #FFFFFF;
}

.gsgk_box .left .desc {
	line-height: 30px;
}

.gsgk_box .left .more {
	display: inline-block;
}

.gsgk_box .left .more a {
	color: #fff;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	height: 38px;
	line-height: 38px;
	padding: 0 25px;
}
.gsgk_box .left .more a:hover{
	background: rgba(255, 255, 255, 1);
	color: #2F6651;
}

.gsgk_box .left .more .iconfont {
	font-size: 20px;
	margin-left: 5px;
}

.gsgk_nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.gsgk_nav li a {
	color: #fff;
	display: block;
	padding: 3vw 0 0 3vw;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.gsgk_nav li a:hover{
	background: rgba(255, 255, 255, 0.8);
	color: #2F6651;
}

.gsgk_nav li {
	width: 50%;
	height: 50%;
	float: left;
	box-sizing: border-box;
}

.gsgk_nav li:last-child {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.gsgk_nav li .more {
	position: absolute;
	left: 3vw;
	bottom: 3vw;
	font-size: 14px;
}

.gsgk_nav li .more .iconfont {
	display: inline-block;
	font-size: 20px;
	transform: rotate(180deg);
	margin-left: 10px;
}

.gsgk_nav li .text {
	display: inline-block;
	text-align: center;
}

.gsgk_nav li .icon .iconfont {
	font-size: 50px;
}

.gsgk_nav li .title {
	font-size: 24px;
}

.gsgk_nav li:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.fwyhz_box {
	background: url(../images/fwyhz_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height: 878px;
	box-sizing: border-box;
	overflow: hidden;
}

.column2 {
	text-align: center;
}

.column2 .title1 {
	font-size: 45px;
	color: #4A4A4A;
}

.column2 .title2 {
	font-size: 40px;
	color: #4A4A4A;
	opacity: 0.5;
}


.fwyhz_nav {}

.fwyhz_nav li {
	position: absolute;
	border-radius: 100%;
	animation: infinite upDown 4s linear;
}

.fwyhz_nav li a {
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
}

.fwyhz_nav li .iconfont {
	font-size: 45px;
}

.fwyhz_nav li .name {
	font-size: 20px;
}

.fwyhz_nav li:nth-child(1) {
	width: 155px;
	height: 155px;
	background: #275A46 url(../images/fwyhz_nav1.png) no-repeat center;
	top: 283px;
	animation-delay: 1s;
}

.fwyhz_nav li:nth-child(2) {
	width: 207px;
	height: 207px;
	background: #8BBB40 url(../images/fwyhz_nav2.png) no-repeat center;
	left: 176px;
	top: 515px;
	animation-delay: 0s;
}

.fwyhz_nav li:nth-child(3) {
	width: 176px;
	height: 176px;
	background: #B79572 url(../images/fwyhz_nav3.png) no-repeat center;
	left: 517px;
	top: 374px;
	animation-delay: 1s;
}

.fwyhz_nav li:nth-child(4) {
	width: 176px;
	height: 176px;
	background: #BCB24E url(../images/fwyhz_nav4.png) no-repeat center;
	left: 786px;
	top: 250px;
	animation-delay: 0s;
}

.fwyhz_nav li:nth-child(5) {
	width: 178px;
	height: 178px;
	background: #FBAC14 url(../images/fwyhz_nav5.png) no-repeat center;
	left: auto;
	right: 120px;
	top: 285px;
	animation-delay: 1s;
}

.fwyhz_nav li:nth-child(6) {
	width: 246px;
	height: 246px;
	background: #E46504 url(../images/fwyhz_nav6.png) no-repeat center;
	left: auto;
	right: 218px;
	top: 543px;
	animation-delay: 0s;
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.yjal_box {
	background: url(../images/yjal_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.yjal_box .yjal_slide {
	width: 2150px;
}

.yjal_box .yjal_slide .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 576px;
	position: relative;
}

.yjal_box .yjal_slide .swiper-slide img {
	width: 893px;
	height: 498px;
}

.yjal_box .yjal_slide .swiper-slide-active img {
	width: 1034px;
	height: 576px;
}

.yjal_box .yjal_slide .text {
	width: 1034px;
	height: 165px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(63, 124, 101, 0) 0%, rgba(63, 124, 101, 0.72) 58%, #3F7C65 100%);
	color: #fff;
	font-size: 18px;
	display: none;
}
.yjal_box .yjal_slide .num {
	position: absolute;
	right: 3vw;
	bottom: 2vw;
	font-size: 100px;
	opacity: .1;
	font-style: italic;
}

.yjal_box .yjal_slide .swiper-slide-active .text {
	display: block;
	box-sizing: border-box;
	padding: 100px 0 0 30px;
}


.yjal_box .yjal_slide .swiper-pagination1 {
	bottom: auto;
	position: relative;
	top: auto;
}

.yjal_box .yjal_slide .swiper-pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(47, 102, 81, 0.5);
	margin: 0 10px 0 0;
	opacity: 1;
}

.yjal_box .yjal_slide .swiper-pagination1 .swiper-pagination-bullet-active {
	background: #2F6651;
}

.yjal_slide .swiper-buttons {
	position: absolute;
	left: 1270px;
	bottom: 10px;
	z-index: 2;
}

.yjal_slide .swiper-buttons .swiper-button-prev1,
.yjal_slide .swiper-buttons .swiper-button-next1 {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 100%;
	cursor: pointer;
	color: #B9B9B9;
	margin: 0 15px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.yjal_slide .swiper-buttons .swiper-button-prev1 .layui-icon,
.yjal_slide .swiper-buttons .swiper-button-next1 .layui-icon {
	font-size: 20px;
}

.yjal_slide .swiper-buttons .swiper-button-prev1:hover,
.yjal_slide .swiper-buttons .swiper-button-next1:hover {
	color: #2F6651;
}

.hzhb_box {
	background: url(../images/hzhb_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.hzhb_slide{
	padding: 8px;
}
.hzhb_slide .pic {
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	width: 190px;
	height: 190px;
	overflow: hidden;
}
.hzhb_slide .pic img{
	border-radius: 100%;
}

.footer {
	background: #498A71 url(../images/footer_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	border-top: 5px solid #8BBB41;
}

.footer_info .yqlj {
	height: 50px;
	border-radius: 80px;
	border: 1px solid #FFFFFF;
	padding: 0 30px;
	display: inline-block;
	line-height: 50px;
	color: #fff;
}

.contact_list {
	overflow: hidden;
	width: 860px;
	flex: none;
}

.contact_list li {
	float: left;
	width: 430px;
	color: rgba(255, 255, 255, 0.8);
	height: 48px;
	font-size: 14px;
}

.contact_list li .icon {
	width: 37px;
	height: 37px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-right: 15px;
}

.contact_list li .icon .iconfont {
	font-size: 20px;
}

.contact_list li .text1 {
	margin-bottom: 5px;
}

.footer_info2 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.erweima li {
	color: rgba(255, 255, 255, 0.8);
	margin-left: 30px;
	text-align: center;
}

.erweima li a {
	color: #fff;
}

.erweima li .hover {
	background: #fff;
	padding: 2px;
	border-radius: 3px;
	margin-top: 20px;
	position: relative;
}

.erweima li .iconfont {
	font-size: 40px;
}

.erweima li .hover::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}

.footer2 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

.footer2 a {
	color: #FFFFFF;
}



.banner_nei {
	height: 600px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	background-position: center;
}

.banner_nei a {
	color: #fff;
}

.banner_nei .title {
	font-size: 40px;
	font-weight: bold;
}

.banner_nei .position {
	color: rgba(255, 255, 255, 0.82);
}

.banner_nei .position .iconfont {
	font-size: 26px;
	margin-right: 10px;
}

.up_cpzx_nav li:nth-child(1) .box {
	background: url(../images/up_cpzx_nav1.jpg) no-repeat center;
	background-size: cover;
}

.up_cpzx_nav li:nth-child(2) .box {
	background: url(../images/up_cpzx_nav2.jpg) no-repeat center;
	background-size: cover;
}

.up_cpzx_nav li:nth-child(3) .box {
	background: url(../images/up_cpzx_nav3.jpg) no-repeat center;
	background-size: cover;
}

.up_cpzx_nav li .box {
	padding: 70px 0;
	position: relative;
}

.up_cpzx_nav li .item {
	text-align: center;
}

.up_cpzx_nav li .item .en {
	font-size: 14px;
	color: #9F9F9F;
	text-transform: uppercase;
}

.up_cpzx_nav li .item .cn {
	font-size: 40px;
}

.up_cpzx_nav li .item .more {
	display: inline-block;
	color: #2F6651;
	font-size: 14px;
	border: 1px solid #2F6651;
	height: 38px;
	line-height: 38px;
	padding: 0 25px;
}

.up_cpzx_nav li .item .more .iconfont {
	font-size: 20px;
	margin-left: 5px;
}

.up_cpzx_nav li:first-child .item {
	width: 305px;
	margin-left: 237px;
}

.up_dpl_nav a {
	width: 245px;
	height: 245px;
	position: absolute;
	top: 104px;
	right: 275px;
	flex-direction: column;
	background: url(../images/up_dpl_nav1.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
}

.up_dpl_nav a:nth-child(2) {
	background: url(../images/up_dpl_nav2.png) no-repeat center;
	width: 177px;
	height: 176px;
	right: 495px;
	top: 385px;
}

.up_dpl_nav a:nth-child(3) {
	background: url(../images/up_dpl_nav3.png) no-repeat center;
	width: 180px;
	height: 180px;
	right: 160px;
	top: 400px;
}

.up_dpl_nav .name {
	font-size: 20px;
	font-weight: bold;
}

.up_dpl_nav .iconfont {
	font-size: 60px;
}

.col_nav {
	text-align: center;
	box-sizing: border-box;
}

.col_nav li {
	display: inline-block;
	padding: 0 60px;
	position: relative;
}

.col_nav li::after {
	content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: #D8D8D8;
}

.col_nav li:last-child:after {
	display: none;
}

.col_nav li a {
	font-size: 20px;
	position: relative;
}

.col_nav li a::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #3F7C65;
	position: absolute;
	left: 0;
	bottom: -40px;
	display: none;
}

.col_nav li.on a::after,
.col_nav li a:hover::after {
	display: block;
}

.col_nav li.on a {
	color: #3F7C65;
}

.col_box {
	background: #FAFAFA;
}

.infolist li a {
	display: block;
	border: 1px solid #E4E4E4;
	padding: 30px;
	background: #FFFFFF;
	overflow: hidden;
}

.infolist li .title {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.infolist li .desc {
	font-size: 14px;
	height: 60px;
	line-height: 30px;
	color: #9E9E9E;
}

.infolist li .date_num {
	font-size: 14px;
	color: #999999;
}

.infolist li .date_num .iconfont {
	font-size: 18px;
	color: #2F6651;
	margin-right: 5px;
}

.infolist li .date_num .date .iconfont {
	font-size: 14px;
}

.infolist li .date {
	margin-right: 15px;
}

.infolist li .more {
	height: 32px;
	line-height: 32px;
}

.infolist li .more .iconfont {
	color: #2F6651;
	display: inline-block;
	font-size: 20px;
	transform: rotate(180deg);
}

.infolist li .more .more_text {
	display: none;
	font-size: 14px;
}

.infolist li a:hover {
	border: 1px solid #2F6651;
}

.infolist li a:hover .more {
	background: linear-gradient(180deg, #8BBB41 0%, #2F6651 100%);
	color: #fff;
	padding: 0 18px;
}

.infolist li a:hover .more .more_text {
	display: block;
}

.infolist li a:hover .more .iconfont {
	display: none;
}

.infolist li .pic {
	float: left;
	margin-right: 30px;
}

.infolist li .pic img {
	width: 302px;
	height: 169px;
}
.col_nav_center.col_nav2{
	text-align: center;
}
.col_nav_center.col_nav2 li{
	display: inline-block;
	float: none;
}
.col_nav2 li {
	width: 155px;
	margin: 0 20px 20px 0;
	float: left;
}

.col_nav2 li a {
	display: block;
	height: 35px;
	line-height: 35px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	text-align: center;
}

.col_nav2 li.on a,
.col_nav2 li a:hover {
	background: linear-gradient(180deg, #70A125 0%, #2F6651 100%);
	color: #fff;
	font-weight: bold;
}

.up_jjfa_box .item {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	padding: 50px;
	box-sizing: border-box;
}

.up_jjfa_box .item .pic img {
	width: 100%;
	height: 324px;
}

.up_jjfa_box .item .pic {
	margin-top: -90px;
}

.up_jjfa_box .item .en {
	font-size: 14px;
	color: #8BBB41;
	text-transform: uppercase;
	height: 20px;
}

.up_jjfa_box .item .cn {
	font-size: 30px;
	font-weight: bold;
}

.up_jjfa_box .item .line {
	width: 84px;
	height: 1px;
	background: #BEBEBE;
}

.up_jjfa_box .item ul {
	height: 220px;
}

.up_jjfa_box .item ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}

.up_jjfa_box .item ul li a {
	display: block;
	border-bottom: 1px solid #fff;
	width: 80px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.up_jjfa_box .item ul li a:hover {
	border-bottom: 1px solid #017147;
}
.up_jjfa_box .item ul li .name{
	float: left;
}
.up_jjfa_box .item ul li .iconfont {
	font-size: 24px;
	color: #017147;
	float: left;
}
.up_jjfa_box .item ul li .icon{
	background: #017147;
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-left: 10px;
	padding-left: 2px;
	box-sizing: border-box;
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
}
.up_jjfa_box .item ul li .icon .layui-icon{
	font-size: 12px;
}
.up_jjfa_box .item ul li a:hover .iconfont{
	display: none;
}
.up_jjfa_box .item ul li a:hover .icon{
	display: flex;
}

.up_jjfa_box .item .more {
	display: inline-block;
	font-size: 14px;
}

.up_jjfa_box .item .more .iconfont {
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
	transform: rotate(180deg);
}

.up_jjfa_box .layui-col-space30 {
	margin: -20px;
}

.up_jjfa_box .layui-col-space30>* {
	padding: 20px;
	margin-bottom: 40px;
}

.up_spyl_box {
	overflow: hidden;
}

.up_spyl_box .left {
	width: 210px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	float: left;
}

.up_spyl_box .left li a {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	border-bottom: 1px solid #F4F4F4;
	color: #7B7B7B;
}

.up_spyl_box .left li:last-child a {
	border-bottom: none;
}

.up_spyl_box .left li a:hover,
.up_spyl_box .left li.on a {
	font-weight: bold;
	color: #3F7C65;
	background: #F3F3F3;
}

.up_spyl_box .right {
	width: calc((100% - 270px));
	float: right;
}

.up_spyl_box .right .top {
	/* overflow: hidden; */
}

.up_spyl_box .right .top .pic {
	float: left;
	margin-right: 50px;
}

.up_spyl_box .right .top .pic img {
	width: 363px;
	height: 284px;
}
.up_spyl_box .right .top .pic .jjfa_ewm{
	width: 100%;
	position: relative;
}

.up_spyl_box .right .top .pic .jjfa_ewm {
	width: 100%;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-top: 15px;
}

.up_spyl_box .right .top .pic .jjfa_ewm_pic {
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #fff;
	padding: 5px;
	border-radius: 3px;
	display: none;
}

.up_spyl_box .right .top .pic .jjfa_ewm:hover .jjfa_ewm_pic {
	display: block;
}

.up_spyl_box .right .top .text {
	width: calc((100% - 413px));
	float: right;
}

.up_spyl_box .right .top .title {
	font-size: 24px;
	font-weight: bold;
}

.up_spyl_box .right .top .line {
	width: 84px;
	height: 1px;
	background: #BEBEBE;
}

.up_spyl_box .right .top .desc {
	color: #999999;
	line-height: 28px;
}

.column_spyl {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	padding-left: 12px;
}

.column_spyl::before {
	content: '';
	width: 3px;
	height: 22px;
	background: linear-gradient(180deg, #8BBB41 0%, #2F6651 100%);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}

.spyl_xtgc_list {
	align-items: flex-start;
}

.spyl_xtgc_list li {
	width: 250px;
}

.spyl_xtgc_list li .title {
	font-size: 20px;
	font-weight: bold;
}

.spyl_xtgc_list li .text a {
	display: block;
	font-size: 14px;
	line-height: 30px;
}

.yycj_slide .text {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
}

.yycj_slide .swiper-pagination1 {
	text-align: center;
}

.yycj_slide .swiper-pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #C5C5C5;
	margin: 0 10px 0 0;
	opacity: 1;
}

.yycj_slide .swiper-pagination1 .swiper-pagination-bullet-active {
	background: linear-gradient(180deg, #8BBB41 0%, #2F6651 100%);
}

.xmal_slide .text {
	font-size: 18px;
}

.xmal_slide .swiper-pagination1 {
	text-align: center;
}

.xmal_slide .swiper-pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #C5C5C5;
	margin: 0 10px 0 0;
	opacity: 1;
}

.xmal_slide .swiper-pagination1 .swiper-pagination-bullet-active {
	background: linear-gradient(180deg, #8BBB41 0%, #2F6651 100%);
}

.xnys_list {
	overflow: hidden;
}

.xnys_list li {
	float: left;
	width: 165px;
	margin-right: 76px;
}

.xnys_list li:last-child {
	margin-right: 0;
}

.up_contact_list li a {
	display: block;
	background: #fff;
	text-align: center;
	padding: 30px;
}

.up_contact_list li .icon {
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid #3F7C65;
	margin: 0 auto;
	border-radius: 100%;
	color: #3F7C65;
}

.up_contact_list li .desc {
	color: #999999;
	font-size: 14px;
}

.up_contact_list li a:hover .icon {
	background: #3F7C65;
	color: #fff;
}

#messageform {
	background: #fff;
	padding: 60px 90px;
}

#messageform .layui-input {
	height: 63px;
	line-height: 63px;
	background: #F7F7F7;
	border: none;
	padding: 0 25px;
}

#messageform .layui-input::placeholder {
	color: #9E9E9E;
}

#messageform .layui-textarea {
	height: 157px;
	background: #F7F7F7;
	border: none;
	padding: 25px;
}

#messageform .layui-btn {
	height: 63px;
	background: #3F7C65;
	color: #fff;
	border: none;
}

.pdc_box {
	overflow: hidden;
}

.pdc_box .left .ewm_video {
	float: left;
	margin-right: 10px;
}

.pdc_box .left .pdc_ewm {
	width: 65px;
	height: 200px;
	background: #FFFFFF;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.pdc_box .left .pdc_ewm_pic {
	position: absolute;
	left: 65px;
	top: 0;
	background: #fff;
	padding: 5px;
	border-radius: 3px;
	display: none;
}

.pdc_box .left .pdc_ewm:hover .pdc_ewm_pic {
	display: block;
}

.pdc_box .left .pdc_video {
	width: 65px;
	height: 180px;
	background: #FFFFFF;
	flex-direction: column;
	cursor: pointer;
}

.pdc_box .left .text {
	width: 18px;
	margin-top: 10px;
}

.pdc_slide {
	width: 498px;
	height: auto;
	background: #FFFFFF;
	float: left;
}
.pdc_slide .swiper-slide img{
	width: 498px;
	height: auto;
}
.pdc_slide .swiper-button-prev1,
.pdc_slide .swiper-button-next1 {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -25px;
	z-index: 2;
}
.pdc_slide .swiper-button-next1{
	right: 30px;
	left: auto;
}

.pdc_slide .swiper-button-prev1 .layui-icon,
.pdc_slide .swiper-button-next1 .layui-icon {
	font-size: 20px;
}
.pdc_slide .swiper-pagination1 {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
	text-align: center;
}

.pdc_slide .swiper-pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(47, 102, 81, 0.5);
	margin: 0 6px;
}

.pdc_slide .swiper-pagination1 .swiper-pagination-bullet-active {
	background: #2F6651;
}

.pdc_box .right{
	width: calc((100% - 613px));
	float: right;
}
.pdc_hd{
	background: #fff;
	white-space: nowrap;
}
.pdc_hd li{
	display: inline-block;
}
.pdc_hd li a{
	display: block;
	padding: 0 23px;
	font-size: 14px;
	height: 70px;
	line-height: 70px;
}
.pdc_hd li.on a,.pdc_hd li a:hover{
	background: #F1F1F1;
	border-bottom: 2px solid #2F6651;
	font-weight: bold;
}
.pdc_bd .box{
	line-height: 2.5em;
	display: none;
}
.pdc_bd .box .title{
	font-size: 20px;
}
.pdc_bd .box .desc{
	color: #999999;
}
.pdc_bd .box .desc span{
	color: #3D3D3D;
}
.pdc_bd .box .detail{
	color: #999999;
}