* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html {
	font-size: 14px;
	width: 100%;
	color: #111111;
	font-family: "microsoft yahei","微软雅黑";
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #111111;
}

a:hover, a:active, a:focus {
	color: #111111;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

input,button,select,textarea {
	outline: none!important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ta_l {
	text-align: left;
}

.ta_c {
	text-align: center;
}

.ta_r {
	text-align: right;
}

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

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

.flex_jlcenter {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

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

.img {
	overflow: hidden;
}

.img img {
	transition: 2s;
}

.img:hover img {
	transform: scale(1.2);
}

.m_top20 {
	margin: 30px 0;
}

.h_main {
	max-width: 1800px;
	margin: 0 auto;
}

.main {
	max-width: 1400px;
	margin: 0 auto;
}

.pd_70 {
	padding: 70px 0;
}

.header {
	background: #222222;
	height: 70px;
	position: relative;
}

.logo {
	margin-top: 15px;
	width: 200px;
}

.logo img {
	height: 40px;
}

.nav_box {
	margin-left: 25px;
}

.nav_box ul li {
	float: left;
	font-size: 14px;
	line-height: 70px;
	margin-right: 80px;
}

.nav_box ul li:last-child {
	margin-right: 0;
}

.nav_box ul li a {
	color: #fff;
	display: block;
	position: relative;
}

.nav_box ul li a:after {
	content: '';
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
	bottom: -8px;
	width: 100%;
	height: 10px;
	background: url("../images/t_hnav_d.png") no-repeat center;
}

.home1 .nav_box ul li.active1 a:after,.home2 .nav_box ul li.active2 a:after,.home3 .nav_box ul li.active3 a:after,.home4 .nav_box ul li.active4 a:after,.home5 .nav_box ul li.active5 a:after,.home6 .nav_box ul li.active6 a:after,.home7 .nav_box ul li.active7 a:after {
	display: block;
}

.nav_box ul li:hover a:after {
	display: block;
}

.dh_xiala_box {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 69px;
	width: 100%;
	background: #3b3b3b;
	opacity: 0;
	transition: all .1s ease;
	padding: 40px 0;
}

.dh_xiala_box .h_main {
	width: 1350px;
}

.dh_jjfa_l {
	margin-right: 70px;
}

.dh_jjfa_name {
	font-size: 20px;
	color: #fff;
	margin: 30px 0;
	padding-left: 10px;
	line-height: 1;
	border-left: 4px solid #f3ae00;
}

.nav_box .dh_xiala_box ul li {
	line-height: 40px;
}

.nav_box .dh_xiala_box ul li a:after {
	content: '';
	display: none !important;
	position: absolute;
	left: 0;
	z-index: 999;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background: #f3ae00;
}

.nav_box .dh_xiala_box ul li a:hover:after {
	display: block !important;
}

.dh_jjfa_l {
	padding-bottom: 30px
}

.nav_box ul li.dh_xl_h:hover .dh_xiala_box {
	opacity: 1;
	z-index: 100;
}

.t_header_r {
	margin-top: 15px;
}

.t_header_r .dh_box img {
	height: 35px;
}

.t_header_r .dh_box span {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

.t_header_r .line {
	margin: 0 20px;
	color: #eeeeee;
	font-size: 20px;
	line-height: 22px;
}

.lang {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 2px;
}

.lang .flex {
	cursor: pointer
}

.lang img {
	height: 10px;
	margin-left: 5px;
}

.lang_xl {
	display: none;
}

.nav_box ul li .dh_xiala_box li {
	margin-right: 30px;
}

.nav_box ul li .dh_xiala_box li a {
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.kongz {
	margin-left: 20px;
	background: #f3ae00;
	width: 120px;
	text-align: center;
	border-radius: 30px;
}

.kongz a {
	justify-content: center;
}

.kongz img {
	width: 20px;
	padding: 10px 0;
}

.kongz span {
	font-size: 14px;
	letter-spacing: 2px;
	margin-left: 5px;
	color: #fff;
}

.an_but {
	position: relative;
}

.an_but .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.an_but .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #fff;
	opacity: 1;
}

.an_but .swiper-pagination-bullet-active {
	background: #000;
}

.sy_ban {
	position: relative;
}

.pos_box .main {
	max-width: 90%;
}

.pos_box {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15%;
	/*bottom: 5%;*/
	z-index: 99;
}

.pos_box ul li {
	display: inline-block;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 26px;
	width: 190px;
	margin-right: 10px;
	padding: 5px 10px;
}

.pos_box ul li:first-child {
	background: #000;
	border: 1px solid #000;
}

.pos_box ul li:first-child span {
	color: #f3ae00;
}

.pos_box ul li a {
	color: #fff;
}

.pt_box {
	padding: 80px 0;
}

.pt_box {
	padding: 80px 0;
}

.title_name {
	margin-bottom: 65px;
	text-align: center;
}

.title_name .title_box {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 25px;
}

.title_name span {
	width: 70px;
	height: 6px;
	background: #f3ae00;
	display: block;
	margin: auto;
}

.i_img_h {
	display: none;
}

.ypt_box li {
	float: left;
	border: 1px solid #a9a9a9;
	width: 240px;
	margin-right: 50px;
	text-align: center;
	padding: 50px 15px;
	transition: all .6s ease;
}

.ypt_box li:last-child {
	margin-right: 0;
}

.ypt_box li .icon_img img {
	height: 40px;
}

.ypt_box li h3 {
	font-size: 18px;
	margin: auto;
	margin-top: 25px;
	position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pt_box  .ypt_box li h3:after,.hlwpt ul li h3:after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.pt_box .ypt_box li p {
	font-size: 14px;
	line-height: 26px;
	color: #838280;
	margin-top: 25px;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ypt_box li:hover {
	background: #f3ae00;
	border: 1px solid #f3ae00;
	transform: translateY(-15px);
}

.ypt_box li:hover .icon_img .i_img {
	display: none;
}

.ypt_box li:hover .icon_img .i_img_h {
	display: block;
	margin: auto;
}

.ypt_box li:hover h3,.ypt_box li:hover p {
	color: #fff;
}

.pt_box .ypt_box li:hover h3:after {
	width: 100%;
}

.hlwpt ul li:hover h3:after {
	width: 100%;
	background: #f3ae00;
}

.hlwpt ul li:hover h3,.hlwpt ul li:hover p {
	color: #f3ae00;
}

.cp_box li {
	float: left;
	width: 327px;
	margin-right: 30px;
	position: relative;
	margin-bottom: 30px;
}

.cp_box li:last-child {
	margin-right: 0;
}

.fist_cpimg {
	height: 360px;
}

.cp_box li:first-child .cp_text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.yi_box {
	padding: 30px 20px;
	color: #fff;
}

.yi_box h3,.text_box h3 {
	font-size: 20px;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.yi_box span {
	margin: 20px 0;
	display: block;
}

.yi_box p,.text_box  p {
	font-size: 16px;
	line-height: 26px;
}

.yi_box p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text_box p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #838280;
}

.xq {
	width: 160px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f3ae00;
	display: block;
	margin-top: 50px;
}

.xq:hover {
	color: #fff;
}

.text_box {
	padding: 14px 0;
	transition: all 0.5s ease 0s;
}

.text_box h3 {
	margin-bottom: 20px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.cp_pic {
	height: 230px;
}

.cp_pic img {
	height: 100%;
}

.text_box h3:after {
	content: "";
	width: 0;
	height: 4px;
	background: #f3ae00;
	position: absolute;
	bottom: -13px;
	left: 0px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.cp_box li:hover .text_box {
	box-shadow: 0 0 10px #ccc;
	padding: 14px 10px;
}

.cp_box li:hover .text_box h3:after {
	width: 70px;
}

.hyly {
	margin: 80px auto;
}

.hyly_box li {
	float: left;
	margin-right: 30px;
	width: 327px;
	position: relative;
	overflow: hidden;
}

.hyly_box li:last-child {
	margin-right: 0;
}

.ly_pic,.ly_tp {
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ly_pic img,.ly_tp img {
	height: 100%;
	max-width: inherit;
}

.nr_body {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.5s ease 0s;
}

.ly_pos {
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.5s ease 0s;
}

.nr_body .ly_nr {
	padding: 30px 20px;
	color: #fff;
}

.ly_nr .icon_img img {
	width: 55px;
}

.ly_nr h3 {
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0 40px;
}

.ly_pos .lynr_box {
	padding: 70px 20px;
	color: #fff;
}

.lynr_box h3 {
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0;
	position: relative;
}

.lynr_box p {
	font-size: 15px;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.lynr_box h3:after {
	content: "";
	width: 0;
	height: 4px;
	background: #f3ae00;
	position: absolute;
	bottom: -13px;
	left: 0px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.hyly_box li:hover .ly_pos {
	top: 0;
}

.hyly_box li:hover .lynr_box h3:after {
	width: 70px;
}

.xw_box {
	position: relative;
}

.xw_box .swiper-container {
	width: 100%;
	height: 100%;
}

.xw_box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
    /* Center slide text vertically */
	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;
	transition: 300ms;
	transform: scale(0.9);
}

.xw_box .swiper-slide-active,.swiper-slide-duplicate-active {
	transform: scale(1);
	padding-bottom: 8px;
}

.n_cont {
	width: 1220px;
	margin: 0 auto;
}

.n_cont .news_list {
	box-shadow: 0 0 10px #ebebeb;
	text-align: left;
}

.n_cont .news_list .news_text {
	padding: 20px 10px;
}

.news_list .news_text .title {
	font-size: 20px;
	line-height: 1.5;
	color: #838280;
	font-weight: bold;
	text-align: left;
	margin-bottom: 35px;
	position: relative;
}

.n_cont .news_list .news_text .title p {
	height: 30px;
	overflow: hidden;
}

.news_list .news_text p {
	font-size: 16px;
	line-height: 26px;
	color: #838280;
}

.n_cont .swiper-slide-active .news_list .news_text .title:after {
	content: "";
	width: 70px;
	height: 4px;
	background: #f3ae00;
	position: absolute;
	bottom: -20px;
	left: 0px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.xw_box .swiper-button-prev {
	background: #838280;
	left: 0;
	width: 55px;
	height: 60px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.xw_box .swiper-button-next {
	background: #838280;
	right: 0;
	width: 55px;
	height: 60px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.xw_box .swiper-button-next:after,.xw_box .swiper-button-prev:after {
	font-size: 30px;
}

.xw_box .swiper-button-prev:hover,.xw_box .swiper-button-next:hover {
	background: #f3ae00;
}

.swiper-button-prev:focus,.swiper-button-next:focus {
	outline: none;
}

.n_cont .swiper-slide-active .news_list {
	box-shadow: 0 0 10px #d3d3d3;
}

.n_cont .swiper-slide-active .news_list .news_text .title p {
	color: #111111;
}

.sy_ditu {
	margin: 80px 0;
}

.bs_left {
	width: 565px;
}

.bs_left .bs_li {
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
	justify-content: center;
}

.bs_left .bs_li .num {
	font-size: 24px;
	font-weight: bold;
	color: #f3ae00;
	width: 30%;
	text-align: left;
}

.bs_left .bs_li p {
	font-size: 18px;
	width: 70%;
}

.bs_right {
	width: 780px;
}

.help {
	padding: 55px 0;
	background: url("../images/help.jpg") no-repeat center;
	background-size: cover;
}

.help .title_box {
	color: #fff;
}

.hp_box ul li {
	float: left;
	width: 290px;
	margin-right: 80px;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.hp_box ul li:last-child {
	margin-right: 0;
}

.hp_box ul li .icon_img {
	margin-bottom: 45px;
}

.hp_box ul li .icon_img img {
	height: 50px;
}

.hp_box ul li .h_title {
	font-size: 20px;
}

.hp_box ul li span {
	display: block;
	margin: 25px auto;
	width: 30px;
	height: 2px;
	background: #f3ae00;
}

.hp_box ul li p {
	font-size: 16px;
	line-height: 26px;
	min-height: 52px;
}

.hp_box ul li:hover {
	border: 1px solid #f3ae00;
}

.kehu {
	margin: 80px 0;
}

.kh_box ul li {
	float: left;
	width: 200px;
	margin-right: 40px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.kh_box ul li:nth-child(6n) {
	margin-right: 0;
}

.kh_box ul li:after {
	content: "";
	width: 0;
	height: 6px;
	background: #f3ae00;
	position: absolute;
	bottom: 0;
	left: 0px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.kh_box ul li:hover {
	box-shadow: 0 0 10px #d3d3d3;
}

.kh_box ul li:hover:after {
	width: 100%;
}

.img_tu {
	width: 46%;
}

.img_tu img {
	max-width: 100%;
}

.sylx_box {
	position: relative;
	background: #eee;
}

.sylx_box .pos_box_db {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.lx_right {
	width: 725px;
	padding: 70px 0;
}

.lx_right .name {
	font-size: 28px;
	color: #222;
	font-weight: bold;
	letter-spacing: 3px;
}

.lx_right p {
	margin: 25px 0;
	font-size: 18px;
	color: #838280;
	letter-spacing: 4px;
}

.lx_right .more {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(to right,#f3ae01,#e57916);
	color: #fff;
	border-radius: 10px;
	margin-bottom: 45px;
}

.lx_right ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	color: #111111;
}

.lx_right ul li a {
	color: #111111;
}

.lx_right ul li:last-child a {
	color: #f3ae01;
}

.footer {
	padding: 50px 0;
	background: #222222;
}

.foot_nav ul li {
	float: left;
	color: #fff;
	margin-right: 30px;
	width: 18%;
}

.foot_nav ul li a {
	color: #fff;
}

.foot_nav ul li:last-child {
	margin-right: 0;
}

.f_nav_box .name {
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}

.f_nav_box .name:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #f3ae00;
	position: absolute;
	bottom: -20px;
	left: 0px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
}

.fnav_li,.fnav_box p {
	margin-top: 25px;
}

.fnav_li,.fnav_box p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.fnav_box p {
	color: #838280;
}

.fnav_box {
	padding-top: 1px;
}

.foot_nav ul li a:hover {
	color: #f3ae00;
}

.foot_nav ul li:nth-child(4) .fnav_box p {
	margin-top: 50px;
}

.foot_nav ul li:nth-child(4) .name:after {
	display: none;
}

.foot_lxfs {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #666666;
}

.lxfs_l {
	width: 100%;
}

.foot_lxfs .lxfs_l {
	color: #fff;
}

.lxfs_r {
	width: 15%;
	margin-top: 10px;
	text-align: right;
}

.foot_lxfs img,.lxfs_r img {
	height: 25px;
}

.foot_lxfs img {
	margin-right: 10px;
}

.foot_lxfs .dh span {
	font-size: 20px;
	font-weight: bold;
}

.dizhi span,.youxian span {
	font-size: 14px;
}

.corybox {
	padding: 20px 0;
	background: #444444;
	color: #838280;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.corybox a {
	color: #838280;
}

.corybox ul li {
	display: inline-block;
	border-right: 1px solid #838280;
	line-height: 1;
	padding: 0 10px;
}

.corybox p {
	margin-top: 10px;
}

.mbx_box {
	background: url("../images/mbx_bg.jpg") no-repeat center;
	background-size: cover;
	height: 100px;
	line-height: 95px;
	font-size: 14px;
	color: #838280;
}

.mbx_box a {
	color: #838280;
}

.mbx_box .flex {
	justify-content: flex-start;
	align-items: baseline;
}

.mbx_box a ,.mbx_box span,.mbx_box img {
	margin-right: 5px;
}

.mbx_box a.ys {
	margin-left: 5px;
	color: #f3ae00;
}

.cont_body1 {
	margin-bottom: 20px;
}

.ny_name {
	text-align: center;
	margin-bottom: 70px;
}

.ny_name .nt_title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}

.ny_name img {
	display: block;
	margin: 25px auto;
}

.ny_name p {
	font-size: 16px;
	line-height: 26px;
	color: #838280;
}

.mbx_box .main {
    /*max-width: 1550px;*/
}

.nr_cont .pt_li {
	float: left;
	position: relative;
	overflow: hidden;
	width: 330px;
	margin-right: 25px;
	background: #f6f6f6;
	margin-bottom: 60px;
	height: 265px;
}

.nr_cont .pt_li:nth-child(4n) {
	margin-right: 0;
}

.nr_cont .pt_li .pt_nr {
	padding: 25px 10px;
}

.nr_cont .pt_li h3 {
	font-size: 15px;
	color: #111;
	position: relative;
	margin-bottom: 40px;
}

.nr_cont .pt_li h3:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #f3ae00;
	position: absolute;
	bottom: -15px;
	left: 0px;
	transition: all 0.5s ease 0s;
}

.nr_cont .pt_li .pt_posbox {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f3ae00;
	transition: all 0.5s ease 0s;
}

.nr_cont .pt_li .pt_text img {
	height: 35px;
}

.nr_cont .pt_li .pt_text span {
	width: 83%;
	font-size: 14px;
	line-height: 24px;
	color: #838280;
}

.nr_cont .pt_li:hover {
	overflow: inherit;
}

.nr_cont .pt_li:hover .pt_posbox {
	top: -8%;
	left: -4%;
}

.posbox {
	padding: 20px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}

.posbox p {
	margin-bottom: 10px;
	justify-content: flex-start;
	align-items: flex-start;
}

.posbox p img {
	margin-top: 5px;
	margin-right: 10px;
}

.posbox p span {
	width: 93%;
}

.cont_body2 {
	padding: 80px 0;
	background: url("../images/hlwpt.jpg") no-repeat center;
	background-size: cover;
}

.cont_body2 .ny_name .nt_title {
	color: #fff;
}

.ypt_box li p {
	margin-top: 25px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ypt_box li h3:after {
	background: #f3ae00;
}

.ypt_box.hlwpt li h3 {
	color: #fff;
}

.ypt_box.hlwpt li:hover {
	background: none;
}

.cont_body3 {
	margin: 80px 0;
}

.kfs_l {
	width: 710px;
}

.kfs_r {
	width: 650px;
	text-align: center;
}

.kfs_r p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	color: #838280;
	text-align: left;
}

.aqzy_box {
	width: 220px;
	height: 60px;
	border-radius: 60px;
	background: #f3ae00;
	margin: auto;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	padding: 5px 0;
}

.aqzy_box span {
	width: 210px;
	margin: auto;
	border: 1px solid #fff;
	border-radius: 50px;
	display: block;
	height: 50px;
	line-height: 50px;
}

.ypt_shuju ul li {
	float: left;
	width: 345px;
	margin: 0 60px;
	text-align: center;
}

.ypt_shuju ul li p {
	font-size: 20px;
	line-height: 30px;
	margin-top: 25px;
}

.ypt_shuju ul li:hover p {
	color: #f3ae00;
}

.gongye ul li {
	float: left;
	width: 300px;
	border: 1px solid #eeeeee;
	margin-right: 65px;
}

.gongye ul li:last-child {
	margin-right: 0;
}

.gongye ul li .name_gy {
	padding: 35px 25px;
	background: #838280;
	border-bottom: 4px solid #a9a9a9;
	color: #fff;
	transition: all 0.5s ease 0s;
	font-size: 20px;
}

.gongye ul li .gytd_box {
	height: 270px;
	padding: 10px 10px 0;
}

.gytd_box .gy_p {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	background: url("../images/gybg.png") no-repeat left 10px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.gongye ul li:hover {
	box-shadow: 3px 3px 10px #ececec;
	border: none;
}

.gongye ul li:hover .name_gy {
	background: #f3ae00;
	border-bottom: 4px solid #f3ae00;
}

.gongye ul li:hover .gytd_box .gy_p {
	background: url("../images/gybg_h.png") no-repeat left 10px;
}

.yjg_bg {
	padding: 65px 0;
	background: #f4f4f4;
}

.yjg_bg ul li {
	float: left;
	width: 446px;
	height: 300px;
	margin-right: 30px;
	background: #fff;
	padding: 20px 10px;
}

.yjg_bg ul li:last-child {
	margin-right: 0;
}

.left_tu {
	text-align: center;
}

.left_tu img {
	height: 50px;
}

.right_box {
	width: 355px;
}

.right_box .yjg_t {
	font-size: 20px;
	line-height: 20px;
	color: #111111;
	margin-bottom: 10px;
}

.right_box .line_x {
	display: block;
	height: 2px;
	width: 80px;
	background: #f3ae00;
	margin-bottom: 20px;
}

.right_box p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #838280;
	background: url("../images/dian.png") no-repeat left 10px;
	padding-left: 10px;
}

.yjg_bg ul li:hover .left_tu .i_img {
	display: none;
}

.yjg_bg ul li:hover .left_tu .i_img_h {
	display: block;
	margin: auto;
}

.cont_body5 {
	background: url("../images/chufa_bg.jpg") no-repeat center;
	background-size: cover;
	margin: 200px 0 80px;
}

.chufa_box {
	position: relative;
}

.sbx_box ul li {
	width: 230px;
	height: 400px;
	margin-left: 1px;
	position: relative;
	background: #f3ae00;
	-webkit-transform: skew(-18deg);
	-moz-transform: skew(-18deg);
	-o-transform: skew(-18deg);
	transform: skew(-18deg);
	padding: 90px 30px;
}

.cf_pos {
	position: absolute;
	left: 0;
	top: -120px;
}

.sbx_box ul li .icon_img,.sbx_box ul li p,.sbx_box ul li .tu_right {
	-webkit-transform: skew(18deg);
	-moz-transform: skew(18deg);
	-o-transform: skew(18deg);
	transform: skew(18deg);
}

.sbx_box ul li .icon_img img {
	height: 45px;
}

.sbx_box ul li p {
	margin: 25px 0 70px;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	min-height: 46px;
}

.tu_right {
	text-align: right;
}

.left_sb img {
	height: 40px;
}

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

.sbx_box ul li:hover .zz_bg {
	display: none;
}

.join_cont ul li {
	width: 330px;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 25px;
	text-align: center;
	padding: 80px 20px;
	transition: all .6s ease;
}

.join_cont ul li:last-child {
	margin-right: 0;
}

.join_cont ul li img {
	height: 85px;
}

.join_cont ul li p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 30px;
	min-height: 90px;
	color: #838280;
	transition: all .6s ease;
}

.join_cont ul li:hover {
	border: 1px solid #f3ae00;
}

.join_cont ul li:hover p {
	color: #f3ae00;
}

.join_body2 {
	margin: 80px 0;
}

.zmfx_box ul li {
	float: left;
	margin: 0 30px 0 10px;
	width: 425px;
	transition: all .6s ease;
}

.zmfx_box ul li:last-child {
	margin-right: 30px;
}

.zmfx_t {
	padding: 25px 20px;
	border-top: 6px solid #dcdcdc;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	transition: all .6s ease;
}

.zmfx_box ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	padding: 0 20px;
}

.zmfx_box ul li .img {
	margin: 30px 20px;
}

.zmfx_box ul li .img img {
	width: 100%;
}

.zmfx_box ul li:hover {
	box-shadow: 0 0 10px #dfdfdf;
}

.zmfx_box ul li:hover .zmfx_t {
	border-top: 6px solid #f3ae00;
}

.zmbd_form {
	padding: 55px 40px;
	background: #f4f4f4;
	position: relative;
}

.form_box .input_text {
	position: relative;
	width: 420px;
	height: 46px;
	line-height: 46px;
}

.input_text img {
	position: absolute;
	top: 8px;
	left: 10px;
	height: 28px;
}

.input_text .f_inp {
	height: 46px;
	line-height: 46px;
	width: 100%;
	background: #fff;
	border: none;
	padding-left: 48px;
	font-size: 16px;
	color: #838280;
}

input::-webkit-input-placeholder {
	color: #838280;
	font-size: 16px;
}

.input_body {
	margin-bottom: 45px;
}

.inp_cont textarea {
	width: 100%;
	border: none;
	background: #fff;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 5px;
	height: 220px;
	color: #838280;
	font-family: "microsoft yahei";
}

.sub {
	width: 510px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	background: #838280;
	text-align: center;
	border: none;
	font-size: 18px;
	margin-top: 45px;
}

.zmbd_body3 {
	margin-bottom: 205px;
}

.lx_box {
	width: 600px;
	position: absolute;
	bottom: -140px;
	right: 40px;
	background: #f3ae00;
	padding: 15px;
}

.lx_line_box {
	border: 1px solid #fff;
	padding: 20px 15px;
}

.lx_zm_l {
	width: 150px;
	text-align: center;
}

.lx_zm_l img {
	height: 145px;
}

.lx_zm_l p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	color: #fff;
}

.lx_zm_r {
	width: 360px;
	color: #fff;
}

.lx_zm_r img {
	height: 25px;
	margin-right: 10px;
}

.lx_zm_r .flex {
	padding: 10px 0;
	justify-content: flex-start;
}

.lx_zm_r .flex span {
	width: 320px;
	font-size: 16px;
	line-height: 24px;
}

.lx_zm_r .flex:last-child {
	align-items: flex-start;
}

.xian {
	border-bottom: 1px solid #fff;
}

.xian span {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.cpfw_jj {
	margin-top: -75px;
	margin-bottom: 30px;
}

.cpfw_jj ul li {
	width: 436px;
	float: left;
	position: relative;
	background: #222222;
	margin: 0 15px;
	border-bottom: 10px solid #a9a9a9;
}

.fw_text {
	padding: 30px 15px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	min-height: 141px;
}

.cpfw_jj ul li .lin_box {
	width: 120px;
	height: 10px;
	background: #f3ae00;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.cpfw_body1 {
	margin-top: 30px;
	background: url("../images/zscp_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 80px 0;
}

.zi_ba {
	color: #fff;
}

.cplm_box {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.cplm_box .flex {
	justify-content: center;
}

.cpfw_cate {
	margin-bottom: 40px;
}

.cplm_box .cpfw_cate img {
	height: 50px;
}

.cplm_line {
	width: 1px;
	height: 65px;
	background: #bfbfbf;
	margin: 0 25px;
}

.cplm_name {
	text-align: left;
}

.cplm_name h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.cplm_name p {
	font-size: 14px;
	line-height: 24px;
}

.cpfw_type {
	margin-bottom: 50px;
}

.cpfw_left {
	width: 445px;
}

.cpfl_nav {
	width: 425px;
	background: #3b3b3b url("../images/cpfl_bg.png") no-repeat left;
	height: 140px;
	color: #fff;
	transition: all .6s ease;
}

.cpfl_nav .cp_tname {
	padding: 0 20px;
	margin: 15px 0;
	font-size: 18px;
	line-height: 1;
	color: #f3ae00;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.cpfl_nav p {
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.cpfl_ul:hover .cpfl_nav {
	background: #f3ae00 url("../images/cpfl_bg.png") no-repeat left;
}

.cpfl_ul:hover .cpfl_nav .cp_tname {
	color: #fff;
}

.cpfl_ul:hover .i_img {
	display: none;
}

.cpfl_ul:hover .i_img_h {
	display: block;
}

.cpfw_right {
	width: 810px;
}

.cpfw_right ul li {
	width: 360px;
	height: 58px;
	line-height: 58px;
	background: #838280;
	float: left;
	margin-right: 80px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 25px;
	transition: all .6s ease;
}

.cpfw_right ul li:nth-child(2n) {
	margin-right: 0;
}

.cpfw_right ul li:nth-child(3),.cpfw_right ul li:nth-child(4) {
	margin-bottom: 0;
}

.cpfw_right ul li a {
	display: block;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.cpfw_right ul li:hover {
	border: 1px solid #f3ae00;
	background: none;
}

.cpfw_right ul li:hover a {
	color: #f3ae00;
}

.cpdsj_nr .cpfl_nav {
	height: 210px;
}

.yunwl_nr .cpfl_nav {
	height: 180px;
}

.yunwl_nr .cpfw_type {
	justify-content: flex-start;
	margin-bottom: 0;
}

.yunwl_nr .cpfw_left {
	margin-right: 30px;
}

.yunwl_nr .cpfw_left:last-child {
	margin-right: 0;
}

.cpfw_body2 {
	padding: 80px 0;
	background: #f4f4f4;
}

.changjing ul li {
	float: left;
	width: 325px;
	margin-right: 30px;
	background: #fff;
}

.changjing ul li:last-child {
	margin-right: 0;
}

.cj_box {
	padding: 0 10px;
}

.line1_bg {
	width: 100%;
	height: 10px;
	background: #838280;
	transition: all .6s ease;
	margin-bottom: 5px;
}

.line2_bg {
	width: 100%;
	height: 4px;
	background: #a9a9a9;
	transition: all .6s ease;
}

.cj_box h3 {
	margin: 20px 0;
	font-size: 20px;
}

.cj_box span {
	display: block;
	background: #f3ae00;
	width: 38px;
	height: 4px;
	margin-bottom: 30px;
}

.cj_box p {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
}

.cj_box a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #f3ae00;
	margin: 35px 0;
	float: right;
}

.changjing ul li:hover {
	box-shadow: 0 0 10px #dfdfdf;
}

.changjing ul li:hover .line1_bg {
	background: #f3ae00;
}

.changjing ul li:hover .line2_bg {
	background: #dcdcdc;
}

.cpfw_body3 {
	margin: 80px 0;
}

.khjz_box ul li {
	width: 20%;
	text-align: center;
	float: left;
}

.yuan {
	width: 175px;
	height: 175px;
	margin: 0 auto;
	border-radius: 50%;
	background: #f4f4f4;
	overflow: hidden;
}

.yuan .shuzi {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Impact';
}

.yuan .shuzi span {
	font-size: 26px;
	letter-spacing: 2px;
}

.yuan .icon_img {
	margin-top: 25px;
}

.yuan .icon_img img {
	height: 40px;
}

.khjz_box ul li p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.cpxq_xmk {
	margin-top: -48px;
	position: relative;
	z-index: 990;
}

.cpxq_xmk ul {
	margin: 0 30px;
}

.cpxq_xmk ul li {
	background: #9b9a98;
	width: 24.9%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: relative;
}

.cpxq_xmk ul li a {
	color: #fff;
	position: relative;
}

.cpxq_xmk ul li a:before {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	left: -15px;
	top: 5px;
}

.cpxq_xmk ul li:hover,.cpxq_xmk ul li.active {
	background: #f3ae00;
}

.cpxq_xmk ul li:hover:after,.cpxq_xmk ul li.active:after {
	width: 20px;
	height: 12px;
	background: url("../images/sjx_xia.png") no-repeat center;
	position: absolute;
	bottom: -12px;
	left: 45%;
	content: '';
}

.cpgn_box ul li {
	float: left;
	width: 327px;
	margin-right: 30px;
	transition: transform .6s ease;
}

.cpgn_box ul li:last-child {
	margin-right: 0;
}

.cpgn_text {
	border: 1px solid #e5e5e5;
	padding: 30px 15px;
	color: #838280;
	font-size: 14px;
	line-height: 24px;
	border-top: none;
	border-bottom: none;
	min-height: 157px;
}

.cpgn_name {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #9b9a98;
	text-align: center;
	transition: transform .6s ease;
}

.cpgn_box ul li:hover {
	transform: translateY(-20px);
}

.cpgn_box ul li:hover .cpgn_name {
	background: #f3ae00;
}

.cpxq_body2 {
	margin: 80px 0;
}

.cpxq_jzbox ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 50px;
}

.cpxq_jzbox ul li p {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	margin-top: 25px;
}

.xq_yuan1 {
	width: 200px;
	height: 200px;
	background: #9b9a98;
	transition: all .6s ease;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.yuan2 {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
	display: flex;
}

.xq_yuan1 img {
	height: 65px;
}

.cpxq_jzbox ul li:hover .xq_yuan1 {
	background: #f3ae00;
}

.cpxq_body3 {
	background: #eeeeee;
	padding: 55px 0;
}

.xq_cjbox ul li {
	width: 439px;
	float: left;
	margin-right: 40px;
	padding: 10px;
	background: #fff;
	transition: all .6s ease;
	height: 180px;
}

.xq_cjbox ul li:last-child {
	margin-right: 0;
}

.xq_cjbox ul li .cj_listbox {
	padding: 20px 10px;
	transition: all .6s ease;
}

.cj_listbox .tt {
	font-size: 18px;
	color: #111111;
	margin-bottom: 25px;
	transition: all .6s ease;
}

.cj_listbox p {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
}

.xq_cjbox ul li img {
	display: none;
	transition: all .6s ease;
	height: 25px;
}

.xq_cjbox ul li:hover {
	background: #f3ae00;
}

.xq_cjbox ul li:hover .cj_listbox {
	padding: 20px 15px;
	border: 1px solid #fff;
}

.xq_cjbox ul li:hover .cj_listbox .tt {
	color: #fff;
	margin-bottom: 15px;
}

.xq_cjbox ul li:hover .cj_listbox p {
	color: #fff;
	margin-bottom: 20px;
}

.xq_cjbox ul li:hover img {
	display: block;
}

.cpxq_body4 {
	margin: 80px 0;
}

.tzsb_box ul li {
	float: left;
	width: 338px;
	margin-right: 15px;
}

.tzsb_box ul li:last-child {
	margin-right: 0;
}

.tzsb_box .sb_text {
	margin: -45px 15px 0;
	padding: 15px;
	background: #eeeeee;
	position: relative;
	z-index: 9;
	transition: all .6s ease;
	height: 181px;
}

.tzsb_box .sb_text .sb_t {
	font-size: 18px;
	color: #111;
	line-height: 1.2;
	margin-bottom: 10px;
}

.tzsb_box .sb_text span {
	display: block;
	height: 2px;
	width: 90px;
	background: #f3ae00;
	margin-bottom: 25px;
}

.tzsb_box .sb_text p {
	font-size: 14px;
	color: #838280;
	line-height: 24px;
}

.xq_a {
	display: none;
	margin-top: 10px;
}

.xq_a img {
	height: 25px;
}

.tzsb_box ul li:hover .sb_text {
	transform: translateY(-20px);
	background: #f3ae00;
}

.tzsb_box ul li:hover .sb_text .sb_t,.tzsb_box ul li:hover .sb_text p {
	color: #fff;
}

.tzsb_box ul li:hover .sb_text span {
	background: #fff;
}

.tzsb_box ul li:hover .xq_a {
	display: block;
}

.xqnr_body {
	margin: 40px 0 90px;
}

.left_nav {
	width: 310px;
}

.lnav_name {
	padding: 30px 25px;
	background: #222222;
	color: #fff;
	width: calc(100% - 10px);
}

.lnav_t {
	font-size: 22px;
}

.nav_dhl .nav_dhl_li {
	width: calc(100% - 10px);
	padding: 20px 10px;
	font-size: 14px;
	background: #f4f4f4 url("../images/dh_ycbg.png") no-repeat right;
	background-position: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.nav_dhl .nav_dhl_li {
	margin-bottom: 1px;
}

.nav_dhl ul li img {
	width: 10px;
}

.nav_dhl ul li.curr .nav_dhl_li,.nav_dhl ul li:hover .nav_dhl_li {
	background: #f3ae00 url("../images/dh_ycbg_h.png") no-repeat right;
	background-position: 90%;
}

.nav_dhl ul li.curr .nav_dhl_li a,.nav_dhl ul li:hover .nav_dhl_li a {
	color: #fff;
}

.nav_dhl ul li.curr .i_img,.nav_dhl ul li:hover .i_img {
	display: none;
}

.nav_dhl ul li.curr .i_img_h,.nav_dhl ul li:hover .i_img_h {
	display: block;
}

.cpcont_r {
	width: 1000px;
	padding: 50px;
	background: #f4f4f4;
}

.cpcont_r .name_box {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 40px;
	padding-left: 15px;
	border-left: 4px solid #f3ae00;
}

.cpcont_r .cp_textbox {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #a9a9a9;
}

.news_cont {
	width: 980px;
}

.news_cont ul li {
	align-items: normal;
	margin-bottom: 50px;
}

.news_cont ul li .news_pic {
	width: 28.5%;
	height: 226px;
}

.news_cont ul li .news_pic img {
	height: 100%;
}

.news_cont ul li .news_text {
	width: 71.5%;
	padding: 25px 30px;
	border: 1px solid #eeeeee;
	border-left: none;
}

.news_text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.news_text .time {
	font-size: 14px;
	color: #838280;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.news_text .time img {
	height: 18px;
	margin-right: 10px;
}

.news_text p {
	font-size: 14px;
	line-height: 24px;
	color: #111111;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_text .n_more {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #f3ae00;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 16px;
	margin-top: 7px;
}

.page {
	text-align: center;
}

.page a {
	display: inline-block;
	border: 1px solid #666666;
	font-size: 14px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	margin: 0 5px;
}

.page a:hover,.page a.cuur:hover {
	background: #f3ae00;
	border: 1px solid #f3ae00;
	color: #fff;
}

.page a.cuur {
	border: 1px solid #f3ae00;
	color: #f3ae00;
}

.jjfa_dh ul {
	justify-content: center;
}

.jjfa_dh ul li {
	width: 48%;
}

.tt_box {
	font-size: 20px;
	margin: 0 35px;
}

.left_sb span {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

.jjfa_sx {
	height: 50px;
	width: 1px;
	background: #f3ae00;
	margin: 0 50px;
}

.jjfa_fhbox {
	margin-top: 30px;
	margin-bottom: 30px;
}

.youshi_box {
	margin: 50px 0;
	padding: 40px 0;
	box-shadow: 0 0 15px #e8e8e8;
}

.jjfa_box1 {
	padding: 50px 0;
	background: #f4f4f4;
}

.jjfa_dhbox {
	margin-bottom: 100px;
	text-align: center;
}

.jjfa_dhbox ul li {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	width: 400px;
	font-size: 20px;
	color: #838280;
	background: #fff;
	margin: 0 -2px;
}

.jjfa_dhbox ul li.jj_cur,.jjfa_dhbox ul li:hover {
	background: #f3ae00;
}

.jjfa_dhbox ul li.jj_cur a,.jjfa_dhbox ul li:hover a {
	color: #fff;
}

.ys_tt {
	font-size: 20px;
	margin-bottom: 10px;
}

.youshi_box span {
	width: 70px;
	height: 4px;
	background: #f3ae00;
	display: block;
	margin-bottom: 20px;
}

.youshi_box p {
	font-size: 14px;
	line-height: 26px;
	color: #838280;
}

.jjfa_anli ul li {
	width: 327px;
	float: left;
	margin-right: 30px;
	margin-bottom: 65px;
	position: relative;
	transition: all .6s ease;
}

.jjfa_anli ul li:nth-child(4n) {
	margin-right: 0;
}

.jjfn_pic {
	border-bottom: 8px solid #838280;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.fatext_bg {
	background: #fff;
	padding: 20px 15px;
	height: 240px;
}

.fatext_bg .jjfa_t {
	font-size: 18px;
	color: #111111;
	margin-bottom: 10px;
	
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fatext_bg .jjfa_line {
	display: block;
	width: 95px;
	height: 1px;
	background: #f3ae00;
	margin-bottom: 30px;
}

.fatext_bg p {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.jj_gd {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -25px;
}

.jj_gd a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #838280;
	font-size: 16px;
	display: block;
	margin: auto;
}

.jjfa_anli ul li:hover {
	transform: translateY(-30px);
}

.jjfa_anli ul li:hover .jjfn_pic {
	border-bottom: 8px solid #f3ae00;
}

.jjfa_anli ul li:hover .jj_gd a {
	background: #f3ae00;
}

.ythpt_box ul li {
	width: 330px;
	margin-bottom: 50px;
}

.yth_t {
	padding: 25px 15px;
	border: 1px solid #eee;
	border-top: none;
}

.yth_t h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	padding-left: 10px;
	border-left: 4px solid #f3ae00;
	margin-bottom: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.yth_t p {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.yth_t .yth {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
	background: #838280;
	display: block;
	border-radius: 30px;
}

.ythpt_box ul li:hover .yth_t {
	border: 1px solid #fff;
	box-shadow: 0 0 10px #ccc;
}

.ythpt_box ul li:hover .yth_t .yth {
	background: #f3ae00;
}

.jjfa_box2 {
	margin: 80px 0 30px;
}

.jjfa_kh {
	margin-top: 0;
}

.jjfaxq_dh ul li {
	width: 33.3%;
}

.tongdian {
	padding: 0 20px;
}

.tongdian ul li {
	width: 315px;
	margin-right: 30px;
	float: left;
	position: relative;
	padding-bottom: 20px;
	transition: all .6s ease;
}

.text {
	padding: 35px 15px 20px;
	border-bottom: 6px solid #9b9a98;
	transition: all .6s ease;
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	min-height: 273px;
}

.tongdian ul li:last-child {
	margin-right: 0;
}

.num_td {
	width: 60px;
	height: 60px;
	background: #eeeeee;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	font-family: 'Impact';
	position: absolute;
	top: -30px;
	left: -20px;
}

.tongdian ul li:hover {
	box-shadow: 0 0 15px #e3e3e3;
}

.tongdian ul li:hover .text {
	border-bottom: 6px solid #f3ae00;
}

.tongdian ul li:hover .num_td {
	background: #f3ae00;
	color: #fff;
}

.jjfaxw_buz {
	padding: 50px 0;
	background: #f4f4f4;
	margin-top: 60px;
}

.bz_right {
	width: 1305px;
}

.bz_left {
	position: relative;
	width: 75px;
	margin-top: 58px;
}

.buz_list {
	width: 100%;
	background: #fff url(../images/bz_bg.png) no-repeat left;
	height: 240px;
}

.bz_name {
	padding: 15px 20px 15px;
	color: #111;
	font-size: 16px;
}

.buz_list p {
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	min-height: 120px;
}

.bz_bt {
	font-size: 20px;
	line-height: 30px;
	color: #f3ae00;
	text-align: right;
	padding: 0 30px;
}

.buz_list:hover {
	background: #fff url(../images/bz_bg_h.png) no-repeat left;
}

.bz_left .swiper-button-next,.bz_left .swiper-button-prev {
	position: relative;
	width: 50px;
	height: 60px;
	background: #111;
	margin: auto;
	left: 0;
}

.bz_left .swiper-button-next:after,.bz_left .swiper-button-prev:after {
	font-size: 20px;
}

.bz_left .swiper-button-next:hover, .bz_left .swiper-button-prev:hover {
	background: #f3ae00;
}

.xgcp_box {
	padding: 80px 0;
	margin-top: 80px;
	background: url("../images/xgcp_bg.jpg") no-repeat center;
	background-size: cover;
}

.ny_name p.zi_ba {
	color: #fff;
}

.xgcp_ul li {
	float: left;
	width: 300px;
	margin-right: 65px;
	transition: all .6s ease;
}

.xgcp_ul li:last-child {
	margin-right: 0;
}

.xgcp_ul li .xg_name {
	font-size: 18px;
	margin: 20px 0;
	color: #f3ae00;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.xgcp_ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.xgcp_ul li a {
	width: 180px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #838280;
	background: #fff;
	display: block;
	margin: 30px auto 0;
}

.xgcp_ul li:hover {
	transform: translateY(-30px);
}

.xgcp_ul li:hover a {
	background: #f3ae00;
	color: #fff;
}

.xqjzbox_body {
	margin: 80px 0;
}

.jiazhi_ul li {
	float: left;
	width: 300px;
	margin-right: 65px;
	border: 1px solid #9b9a98;
	text-align: center;
	transition: all .6s ease;
}

.jiazhi_ul li:last-child {
	margin-right: 0;
}

.jiazhi_ul li .icon_img {
	margin: 40px auto;
}

.jiazhi_ul li .icon_img img {
	height: 45px;
}

.jiazhi_ul li h3 {
	font-size: 20px;
	color: #838280;
	margin-bottom: 10px;
	font-weight: 500;
}

.jiazhi_ul li span {
	display: block;
	margin: auto;
	width: 35px;
	height: 4px;
	background: #f3ae00;
}

.jiazhi_ul li .text_p {
	padding: 0 15px;
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	text-align: left;
	margin-top: 20px;
	min-height: 168px;
	margin-bottom: 30px;
}

.jiazhi_ul li:hover {
	border: 1px solid #f3ae00;
}

.detail {
	font-size: 14px;
	line-height: 24px;
	color: #838280;
}

.detail p,.detail span {
	color: #838280 !important;
}

.cp_textbox p.p_sj {
	font-size: 16px;
	line-height: 26px;
	color: #838280;
	margin-bottom: 20px
}

.menu {
	display: none;
	margin-top: 20px;
}

.menu img {
	height: 29px;
}

.sj_dj_r {
	display: none;
}

.lang {
	position: relative;
}

.lang_xl a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}

.lang:hover .lang_xl {
	display: block;
	position: absolute;
	top: 24px;
	width: 125%;
	z-index: 999;
	left: 0;
	background: #000;
}

.dh_jjfa_l:last-child {
	margin-right: 0;
}

.ypt_bg {
	height: 425px;
	background: url(../images/pingtai.jpg) no-repeat center;
	background-size: cover !important;
}

.ny_pos_abs {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 99;
}

.ny_pos_abs .page_name {
	margin-top: 8%;
	color: #fff;
	justify-content: flex-start;
	margin-bottom: 25px;
}

.page_name .pg_tt {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5px;
	margin-right: 20px;
}

.page_name span {
	font-size: 36px;
	color: #f3ae00;
}

.ny_pos_abs p {
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 40px;
}

.ny_pos_abs ul li {
	display: inline-block;
	border: 1px solid #f3ae00;
	font-size: 16px;
	line-height: 26px;
	margin-right: 10px;
	padding: 8px 15px;
	text-align: center;
}

.ny_pos_abs ul li a {
	color: #f3ae00;
}

.ny_pos_abs ul li:first-child {
	background: #000;
	border: 1px solid #000;
}

.ny_pos_abs ul li:first-child a {
	color: #fff;
}

.jjfa_bg {
	height: 425px;
	background: url(../images/jjfa_b.jpg) no-repeat center;
	background-size: cover !important;
}

.fa_pos_abs {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 99;
}

.fa_box {
	width: 765px;
	color: #fff;
	margin-top: 6%;
}

.tt_fa {
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.fa_box p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.fa_box li {
	display: inline-block;
	border: 1px solid #f3ae00;
	font-size: 16px;
	line-height: 26px;
	margin-right: 10px;
	padding: 5px 15px;
	text-align: center;
}

.fa_box li a {
	color: #f3ae00;
}

.jjfaxq_bg {
	height: 425px;
	background: url(../images/jjfaxq_b.jpg) no-repeat center;
	background-size: cover !important;
}

.jjfaxq_bg .page_title {
	margin-top: 7%;
	font-size: 36px;
	color: #fff;
}

.jjfaxq_bg span {
	width: 100px;
	height: 3px;
	background: #f3ae00;
	margin: 15px auto;
	display: block;
}

.jjfaxq_bg p {
	font-size: 16px;
	line-height: 26px;
}

.ny_pos_abs ul li:last-child {
	margin-right: 0;
}

.jjfa_pt p {
	font-size: 16px;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cpyfw_bg {
	background: url(../images/cpfw.jpg) no-repeat center;
}

.cpyfw_bg .fa_box {
	width: 100%;
}

.cpyfw_bg .tt_fa {
	font-size: 28px;
}

.tt_fa span {
	font-size: 36px;
	letter-spacing: 3px;
}

.fa_box p span {
	color: #f3ae00;
}

.cpfwxq_bg {
	background: url(../images/cpfw_xq.jpg) no-repeat center;
}

.fa_box li:last-child {
	margin-right: 0;
}

.cpfwxq_bg .fa_box li:last-child {
	background: #000;
	border: 1px solid #000;
}

.cpfwxq_bg .fa_box li:last-child a {
	color: #fff;
}

.m_lang {
	display: none;
}

.saas_box {
	margin-bottom: 70px;
}

.saas_img {
	width: 40%;
}

.saas_text {
	width: 55%;
}

.saas_text .name {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	color: #111;
	margin-bottom: 30px;
	position: relative;
}

.saas_text .name:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	background: #f3ae00;
}

.saas_text p {
	font-size: 16px;
	line-height: 1.5;
	color: #838280;
}

.jiage ul li {
	float: left;
	width: 31%;
	border: 1px solid #eeeeee;
	margin-right: 3.5%;
}

.jiage ul li .name_gy {
	background: #28323e;
}

.jiage ul li .gytd_box {
	height: 85px;
	padding: 20px 10px 0;
}

.cjyy_js ul li {
	width: 100%;
	background: #f3ae00;
}

.xq_cjbox ul li:last-child {
	margin-right: 0;
}

.cjyy_js .cj_listbox .tt, .cjyy_js .cj_listbox p {
	color: #fff;
}

.xq_cjbox ul li:hover {
	height: 195px;
}

.yycj {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.yycj img {
    height: 40px;
    margin-right: 10px;
}
.ld_box .ld_li {
    background: #f5f5f5;
    box-shadow: 0 0 15px #d7d7d7;
    margin-bottom: 40px;
    padding: 30px 20px;
}
.ld_box .ld_pic {
    width: 45%;
}
.ld_box .ld_text {
    width: 55%;
}
.ld_box .ld_text .gytd_box {
    padding-left: 5%;
}
.ld_name {
    font-size: 18px;
    color: #f3ae00;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.ld_name img {
    height: 40px;
    margin-right: 10px;
}
.gytd_box .gy_p {
    font-size: 16px;
    line-height: 26px;
    color: #838280;
    background: url(../images/gybg.png) no-repeat left 10px;
    margin-bottom: 5px;
    padding-left: 15px;
}
.ld_box .ld_text .gytd_boxpd {
    padding-left: 0;
    padding-right: 5%;
}

.app_cpgn ul li {
    width: 46%;
    background: #f3ae00;
}
.app_cpgn .cj_listbox .tt, .app_cpgn .cj_listbox p {
    color: #fff;
}
.app_cpgn ul li:last-child {
    float: right;
}
.xq_cjbox ul li:last-child {
    margin-right: 0;
}
.ms {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}
.ms span {
    color: #f3ae00;
    margin-right: 5px;
}

.gn_body {
    padding: 55px 0;
}
.gn_box ul li {
    width: 48%;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 6%);
    transition: all 0.5s;
    padding: 30px 20px;
    background: #f9f9f9;
    margin-bottom: 30px;
}
.gn_box ul li .icon_img {
    width: 15%;
}
.gn_box ul li .gn_text {
    width: 82%;
}
.item_title {
    font-weight: bold;
    font-size: 28px;
    color: #2C3E5C;
    margin-bottom: 10px;
    font-family: 'Impact';
    letter-spacing: 2px;
}
.item_text {
    font-size: 14px;
    color: #838280;
    line-height: 20px;
}
.cjyy_js ul li {
    width: 100%;
    background: #f3ae00;
}
.zhccyy ul li {
    height: auto !important;
}
.xq_cjbox ul li:last-child {
    margin-right: 0;
}

.xtfa {
    padding: 55px 0;
}
.equity_item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 2%;
}
.equity_item_icon {
    width: 110px;
    margin: 0 auto 24px;
    transition: all 0.5s;
}
.equity_item_title {
    font-size: 18px;
    color: #111;
    margin-bottom: 18px;
    font-weight: bold;
}
.equity_item_text {
    font-size: 14px;
    color: #838280;
    line-height: 24px;
	text-align: left;
}


.f_nav_box .line_none:after{
	display: none;
}

.sy_sas_ys li {
    width: 300px;
    margin-bottom: 30px;
}
.sy_sas_ys li:nth-child(4n) {
    margin-right: 0;
}
.ypt_box li .icon_img img {
    height: 60px;
}
.cp_box li:nth-child(4n) {
    margin-right: 0;
}
.xw_body {
    margin-top: 40px;
}

.sy_ditu{
	position: relative;
}
.sy_ditu .dizhi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.add_bj{
	position: absolute;
    width: 20px;
    height: 20px;
    right: 225px;
    top: 242px;
	cursor: pointer;
}
.add_tj{
	position: absolute;
    width: 20px;
    height: 20px;
    right: 200px;
    top: 250px;
    cursor: pointer;
}
.add_sz{
	position: absolute;
    width: 20px;
    height: 20px;
    right: 214px;
    top: 362px;
    cursor: pointer;
}
.add_nb{
	position: absolute;
    width: 20px;
    height: 20px;
    right: 175px;
    top: 415px;
    cursor: pointer;
}
.add_ks{
	position: absolute;
    width: 20px;
    height: 20px;
    right: 175px;
    top: 373px;
    cursor: pointer;
}
.dz_li {
	display: none;
	width: 280px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    background: #f9f9f9;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
}
.dz_li p{
	margin: 0;
	margin-bottom: 5px;
}
.dz_bj{
	right: 95px;
    top: 85px;
}
.dz_tj{
	right: 80px;
    top: 145px;
}
.dz_sz{
	top: 265px;
    right: 50px;
}
.dz_nb{
	top: 335px;
    right: 45px;
}
.dz_ks{
	top: 222px;
    right: 45px;
}
.sy_mdt{
	display: none;
	font-size: 14px;
	line-height: 24px;
	color: #838280;
	margin-top: 20px;
}
.sy_mdt .m_dzli{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.f_nav_box .name.line_none:after{
	display: none;
}
.cp_pic {
    height: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp_pic img {
    height: 100%;
    width: auto;
}


.biaodan{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
	display: none;
}
.biaodan.open{
	display: block;
}
.bd_box{
	width: 720px;
    margin: 10% auto;
    background: #fff;
    padding: 30px 20px;
}
.bd_name{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
    position: relative;
	margin-bottom: 20px;
	color: #f3ae00;
}
.bd_name .close{
	width: 50px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
	color: #111;
}
.bd_form .input_box{
	width: 48%;
}
.in_title{
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
input::-webkit-input-placeholder {
    line-height: 26px;
	font-size: 16px;
}
.bd_input{
	border: none;
    padding: 10px;
    width: 100%;
    background: #ffecbe;
    font-size: 16px;
    line-height: 26px;
	border-radius: 5px;
}
.text_box .in_text{
	width: 100%;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 5px;
}
.in_tijiao{
	text-align: center;
    margin-top: 20px;
}
.in_tijiao input{
	width: 140px;
    padding: 10px;
    font-size: 16px;
    border: none;
    color: #fff;
    background: #f3ae00;
    border-radius: 5px;
}
.dj_bd,.close{
	cursor: pointer;
}


@media(max-width: 1799px) {
	.h_main {
		max-width: 1400px;
	}

	.dh_xiala_box .h_main {
		width: 1125px;
	}

	.nav_box ul li {
		margin-right: 40px;
	}

	.nav_box ul li .dh_xiala_box li a {
		width: 181px;
	}
}

@media (max-width: 1600px) {
	.mbx_box .main {
		max-width: 1400px;
	}
}

@media (max-width: 1399px) {
	.h_main {
		max-width: 1200px;
	}

	.mbx_box .main {
		max-width: 1200px;
	}

	.nav_box ul li {
		margin-right: 18px;
	}

	.t_header_r .line {
		margin: 0 10px;
	}

	.main {
		max-width: 1200px;
	}

	.t_header_r .dh_box span {
		font-size: 18px;
	}

	.ypt_box li {
		width: 215px;
		margin-right: 30px;
	}

	.pt_box .ypt_box li p {
		font-size: 15px;
	}

	.cp_box li {
		width: 281px;
		margin-right: 25px;
	}

	.hyly_box li {
		margin-right: 25px;
		width: 281px;
	}

	.n_cont {
		width: 1090px;
	}

	.bs_left {
		width: 450px;
	}

	.bs_right {
		width: 685px;
	}

	.hp_box ul li {
		margin-right: 30px;
		width: 275px;
	}

	.kh_box ul li {
		width: 185px;
		margin-right: 18px;
	}

	.lx_right {
		width: 580px;
		padding: 30px 0;
	}

	.lx_right .name {
		font-size: 24px;
	}

	.lx_right p {
		margin: 15px 0;
	}

	.foot_nav ul li {
		margin-right: 26px;
	}

	.foot_lxfs .dh span {
		font-size: 18px;
	}

	.dizhi span, .youxian span {
		font-size: 12px;
	}

	.foot_lxfs img {
		margin-right: 5px;
	}

	.dizhi img,.youxian img {
		height: 17px;
	}

	.nr_cont .pt_li {
		width: 285px;
		margin-right: 20px;
		height: 238px;
	}

	.nr_cont .pt_li .pt_text img {
		height: 35px;
	}

	.nr_cont .pt_li .pt_nr {
		padding: 20px 10px;
	}

	.nr_cont .pt_li .pt_text span {
		width: 74%;
	}

	.posbox {
		padding: 20px 10px;
	}

	.kfs_l {
		width: 600px;
	}

	.kfs_r {
		width: 560px;
	}

	.kfs_r p {
		font-size: 14px;
		line-height: 24px;
	}

	.ypt_shuju ul li {
		width: 285px;
		margin-right: 20px;
	}

	.gytd_box .gy_p {
		padding-left: 10px;
	}

	.gongye ul li {
		width: 277px;
		margin-right: 30px;
	}

	.right_box {
		width: 305px;
	}

	.yjg_bg ul li {
		width: 386px;
		margin-right: 20px;
	}

	.right_box .line_x {
		margin-bottom: 10px;
	}

	.right_box .yjg_t {
		font-size: 20px;
	}

	.right_box p {
		font-size: 14px;
	}

	.jjfa_anli ul li {
		width: 277px;
	}

	.fatext_bg .jjfa_t {
		font-size: 20px;
	}

	.fatext_bg p {
		font-size: 14px;
	}

	.ythpt_box ul li {
		width: 280px;
	}

	.yth_t h3 {
		font-size: 20px;
	}

	.yth_t p {
		font-size: 14px;
	}

	.tongdian ul li {
		width: 255px;
		margin-right: 30px;
	}

	.num_td {
		font-size: 32px;
	}

	.text {
		padding: 35px 10px 20px;
	}

	.bz_right {
		width: 92%;
	}

	.buz_list p {
		padding: 0 10px 0 20px;
		font-size: 14px;
	}

	.xgcp_ul li {
		width: 260px;
		margin-right: 52px;
	}

	.jiazhi_ul li {
		width: 276px;
		margin-right: 30px;
	}

	.cpfw_jj ul li {
		width: 370px;
	}

	.fw_text {
		min-height: 170px;
	}

	.cpfw_left {
		width: 390px;
	}

	.cpfl_nav {
		width: 370px;
	}

	.cpfl_nav .cp_tname {
		padding: 0 15px 0 25px;
		margin: 20px 0;
	}

	.cpfw_right {
		width: 735px;
	}

	.cpfw_right ul li {
		width: 340px;
		margin-right: 55px;
	}

	.changjing ul li {
		width: 280px;
		margin-right: 26px;
	}

	.cpgn_box ul li {
		width: 277px;
	}

	.cpgn_text {
		padding: 30px 10px;
	}

	.xq_cjbox ul li {
		width: 386px;
		margin-right: 20px;
	}

	.tzsb_box .sb_text span {
		margin-bottom: 10px;
	}

	.tzsb_box .sb_text {
		height: 195px;
	}

	.tzsb_box ul li {
		width: 288px;
	}

	.cpcont_r {
		width: 870px;
		padding: 30px;
	}

	.left_nav {
		width: 285px;
	}

	.nav_dhl .nav_dhl_li {
		font-size: 15px;
	}

	.news_cont {
		width: 870px;
	}

	.news_text h3 {
		font-size: 20px;
	}

	.news_text .time ,.news_text p {
		font-size: 14px;
	}

	.join_cont ul li {
		width: 280px;
	}

	.zmfx_box ul li {
		margin: 0 20px 0 10px;
		width: 366px;
	}

	.form_box .input_text {
		width: 355px;
	}

	.sub {
		width: 510px;
	}

	.lx_box {
		right: 40px;
	}

	.zmfx_t {
		padding: 15px;
		font-size: 18px;
	}

	.zmfx_box ul li p {
		padding: 0 15px;
		min-height: 139px;
	}

	.lx_zm_r .flex span {
		font-size: 14px;
		line-height: 24px;
	}

	.lx_zm_r .flex.xian span {
		font-size: 20px;
	}
	.jiage ul li {
		width: 31%;
		margin-right: 3.5%;
	}
	.xq_cjbox ul li .cj_listbox {
		padding: 25px 30px;
	}
	.xq_cjbox ul li {
    /* width: 380px; */
		width: 100%;
	}

	.sub {
		width: 460px;
	}
	.sy_sas_ys li {
		width: 277px;
	}
	
	.add_bj{
		right: 196px;
		top: 211px;
	}
	.dz_bj {
		right: 75px;
		top: 60px;
	}
	.add_tj{
		right: 173px;
		top: 215px;
	}
	.dz_tj {
		right: 50px;
		top: 115px;
	}
	.add_sz{
		right: 187px;
		top: 315px;
	}
	.dz_sz {
		top: 223px;
		right: 35px;
	}
	.add_nb{
		right: 154px;
		top: 360px;
	}
	.dz_nb {
		right: 30px;
		top: 280px;
	}
	.add_ks{
		right: 152px;
		top: 326px;
	}
	.dz_ks {
		top: 176px;
		right: 25px;
	}
	.cp_pic{
		height: 195px;
	}
	.app_cpgn ul li {
		width: 46%;
	}
}

@media(max-width: 767px) {
	.main,.h_main {
		max-width: 95%;
		width: 95%;
		margin: auto;
	}

	.logo {
		width: auto;
	}

	.nav_box,.t_header_r {
		display: none;
	}

	.nav_box {
		position: absolute;
		width: 100%;
		height: 600px;
		left: 0;
		top: 70px;
		z-index: 999;
		background: #000;
		margin-left: 0;
		overflow: scroll !important;
	}

	.nav_box ul {
		padding: 20px 15px;
	}

	.nav_box ul li {
		margin-right: 0;
		width: 100%;
		line-height: 42px;
		position: relative;
	}

	.nav_box ul li a:after {
		bottom: -2px;
		background: url(../images/t_hnav_d.png) no-repeat left;
	}

	.nav_box ul li.dh_xl_h .dh_xiala_box.opty {
		position: relative;
		top: 0;
		opacity: 1 !important;
	}

	.nav_box ul li.dh_xl_h:hover .dh_xiala_box {
		opacity: 0;
	}

	.dh_jjfa_l {
		margin-right: 0;
	}

	.dh_jjfa_name {
		font-size: 16px;
		margin: 10px 0;
	}

	.dh_xiala_box .dh_jjfa_l  ul {
		padding: 0;
	}

	.nav_box .dh_xiala_box ul li {
		line-height: 32px;
	}

	.dh_jjfa_l {
		padding-bottom: 15px;
	}

	.menu {
		display: block;
	}

	.pt_box {
		padding: 50px 0 20px;
	}

	.title_name .title_box {
		font-size: 20px;
	}

	.title_name {
		margin-bottom: 40px;
	}

	.ypt_box li {
		float: none;
		display: inline-grid;
		width: 49%;
		margin-right: 0;
		padding: 20px 10px;
		margin-bottom: 30px;
	}

	.ypt_box li .icon_img img {
		height: 35px;
	}

	.ypt_box li h3 {
		font-size: 16px;
		margin-top: 15px;
	}

	.yi_box p, .text_box p {
		font-size: 14px;
		line-height: 24px;
	}

	.pt_box .ypt_box li p {
		font-size: 14px;
		line-height: 24px;
		min-height: 96px;
	}

	.ly_nr h3,.yi_box h3, .text_box h3 {
		font-size: 18px;
	}

	.cp_box li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.cp_box li:last-child {
		margin-bottom: 0;
	}

	.cp_box li .text_box {
		box-shadow: 0 0 10px #ccc;
		padding: 14px 10px;
	}

	.hyly_box li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.hyly_box li:last-child {
		margin-bottom: 0;
	}

	.hyly {
		margin: 50px auto;
	}

	.xw_box .swiper-button-prev,.xw_box .swiper-button-next {
		width: 30px;
		height: 45px;
	}

	.xw_box .swiper-button-next:after, .xw_box .swiper-button-prev:after {
		font-size: 18px;
	}

	.n_cont {
		width: 75%;
	}

	.sy_ditu {
		margin: 50px 0;
	}

	.bs_left,.bs_right {
		width: 100%;
	}

	.bs_left .bs_li {
		padding: 10px 0;
	}

	.bs_left .bs_li .num {
		font-size: 20px;
		width: 30%;
	}

	.bs_left .bs_li p {
		font-size: 16px;
		width: 70%;
	}

	.bs_left {
		margin-bottom: 20px;
	}

	.hp_box ul li {
		width: 100%;
		margin-right: 0;
		border: 1px solid rgba(0,0,0,0);
	}

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

	.hp_box ul li .icon_img img {
		height: 40px;
	}

	.hp_box ul li .h_title {
		font-size: 16px;
	}

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

	.hp_box ul li span {
		margin: 10px auto;
	}

	.hp_box ul li p {
		font-size: 14px;
		line-height: 24px;
		min-height: 48px;
	}

	.cj_box h3 {
		font-size: 16px;
	}

	.kehu {
		margin: 50px 0;
	}

	.kh_box ul li {
		width: 48%;
		margin-right: 0;
	}

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

	.img_tu {
		width: 100%;
	}

	.sylx_box .pos_box_db {
		position: relative;
	}

	.lx_right {
		width: 100%;
		padding: 40px 0;
	}

	.lx_right .name {
		font-size: 20px;
	}

	.lx_right p {
		margin: 15px 0;
		font-size: 16px;
		letter-spacing: 0px;
	}

	.lx_right .more {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.nav_box ul li .dh_xiala_box li a {
		width: auto;
	}

	.footer {
		display: none;
	}

	.ny_name img {
		display: block;
		margin: 20px auto;
	}

	.ny_name .nt_title {
		font-size: 20px;
	}

	.ny_name p {
		font-size: 14px;
		line-height: 24px;
	}

	.ny_name {
		margin-bottom: 40px;
	}

	.nr_cont .pt_li .pt_nr {
		padding: 20px;
	}

	.nr_cont .pt_li h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.nr_cont .pt_li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		overflow: hidden !important;
	}

	.nr_cont .pt_li .pt_text span {
		width: 75%;
	}

	.nr_cont .pt_li .pt_text img {
		height: 50px;
	}

	.nr_cont .pt_li:hover .pt_posbox {
		top: 0;
		left: 0;
	}

	.cont_body2 {
		padding: 50px 0;
	}

	.ypt_box li p {
		margin-top: 25px;
	}

	.hlwpt ul li p {
		min-height: 96px;
		line-height: 24px;
	}

	.cont_body3 {
		margin: 50px 0;
	}

	.kfs_l,.kfs_r {
		width: 100%;
	}

	.ypt_shuju ul li {
		width: 100%;
		margin: 0 0;
	}

	.ypt_shuju ul li img {
		width: 100%;
	}

	.ypt_shuju ul li p {
		font-size: 18px;
		line-height: 1.5;
		margin: 10px 0;
	}

	.gongye ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.gongye ul li:last-child {
		margin-bottom: 0;
	}

	.yjg_bg {
		padding: 40px 0;
	}

	.yjg_bg ul li {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding: 30px 15px;
		margin-bottom: 20px;
	}

	.yjg_bg ul li:last-child {
		margin-bottom: 0;
	}

	.left_tu img {
		height: 55px;
	}

	.right_box {
		width: 76%;
	}

	.right_box .yjg_t {
		font-size: 18px;
		line-height: 1;
	}

	.right_box p {
		font-size: 14px;
		line-height: 24px;
	}

	.cf_pos img {
		height: 100px;
	}

	.sbx_box ul li {
		width: 48%;
		height: auto;
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		transform: skew(0);
		padding: 20px 10px;
		margin-bottom: 20px;
	}

	.sbx_box ul li .icon_img, .sbx_box ul li p, .sbx_box ul li .tu_right {
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		transform: skew(0);
	}

	.sbx_box {
		padding: 50px 0 30px;
	}

	.cf_pos {
		top: -55px;
	}

	.cont_body5 {
		margin: 80px 0 50px;
	}

	.sbx_box ul li p {
		margin: 20px 0;
		font-size: 16px;
	}

	.sbx_box ul li .icon_img img {
		height: 40px;
	}

	.cpxq_xmk ul {
		margin: 0 0;
	}

	.tt_box {
		font-size: 14px;
		margin: 0 10px;
	}

	.jjfa_sx {
		display: none;
	}

	.left_sb span {
		font-size: 18px;
	}

	.left_sb img {
		height: 25px;
	}

	.jjfa_fhbox {
		margin-top: 0;
		margin-bottom: 0;
	}

	.youshi_box {
		margin: 30px 0;
		padding: 30px 0;
	}

	.ys_tt {
		font-size: 18px;
	}

	.youshi_box p {
		font-size: 14px;
		line-height: 24px;
	}

	.jjfa_dhbox ul li {
		height: 50px;
		line-height: 50px;
		width: 50%;
		font-size: 16px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}

	.jjfa_dhbox {
		margin-bottom: 40px;
	}

	.jjfa_anli ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.jjfn_pic img {
		width: 100%;
	}

	.fatext_bg .jjfa_t {
		font-size: 18px;
	}

	.fatext_bg .jjfa_line {
		width: 85px;
		margin-bottom: 10px;
	}

	.fatext_bg {
		height: 170px;
	}

	.jj_gd {
		bottom: -20px;
	}

	.jj_gd a {
		height: 40px;
		line-height: 40px;
	}

	.jjfa_anli ul li:hover {
		transform: translateY(-10px);
	}

	.jjfa_anli ul li:last-child {
		margin-bottom: 0;
	}

	.jjfa_box2 {
		margin: 50px 0 30px;
	}

	.ythpt_box ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.yth_img img {
		width: 100%;
	}

	.yth_t h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.yth_t p {
		color: #838280;
		min-height: auto;
	}

	.yth_t .yth {
		height: 40px;
		line-height: 40px;
	}

	.tongdian ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
		box-shadow: 0 0 15px #e3e3e3;
	}

	.num_td {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 30px;
	}

	.text {
		padding: 30px 15px 20px;
		font-size: 14px;
		line-height: 24px;
		min-height: auto;
	}

	.cont_body1 {
		margin-bottom: 0;
	}

	.jjfaxw_buz {
		margin-top: 0;
	}

	.bz_right {
		width: 100%;
	}

	.bz_name {
		padding: 15px;
		font-size: 16px;
	}

	.buz_list p {
		padding: 0px 15px !important;
		font-size: 14px;
	}

	.buz_list {
		height: 210px !important;
	}

	.bz_bt {
		font-size: 16px;
	}

	.bz_left {
		width: 100%;
		margin-top: 0;
	}

	.bz_left .swiper-button-next, .bz_left .swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		display: inline-block;
	}

	.xgcp_box {
		padding: 50px 0;
		margin-top: 0;
	}

	.xgcp_ul li {
		width: 100%;
		margin-right: 0;
	}

	.xgcp_ul li img {
		width: 100%;
	}

	.xgcp_ul li .xg_name {
		font-size: 18px;
		margin: 10px 0;
	}

	.xgcp_ul li p {
		font-size: 14px;
		line-height: 24px;
	}

	.xgcp_ul li a {
		height: 40px;
		line-height: 40px;
		margin: 10px auto;
	}

	.xqjzbox_body {
		margin: 50px 0;
	}

	.jiazhi_ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

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

	.jiazhi_ul li .icon_img {
		margin: 20px auto;
	}

	.jiazhi_ul li .icon_img img {
		height: 40px;
	}

	.jiazhi_ul li h3 {
		font-size: 18px;
	}

	.jiazhi_ul li .text_p {
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		min-height: auto;
	}

	.xqnr_body {
		margin: 10px 0 40px;
	}

	.left_nav {
		width: 100%;
	}

	.lnav_name {
		padding: 25px 15px;
	}

	.lnav_t {
		font-size: 20px;
	}

	.nav_dhl .nav_dhl_li {
		padding: 10px 15px;
		font-size: 14px;
		background-position: 95% !important;
	}

	.cpcont_r {
		margin-top: 30px;
		width: 100%;
		padding: 20px 15px;
	}

	.cpcont_r .name_box {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.detail {
		font-size: 14px;
	}

	.news_cont {
		margin-top: 30px;
		width: 100%;
	}

	.news_cont ul li .news_pic {
		width: 100%;
		height: auto;
	}

	.news_cont ul li .news_pic img {
		height: auto;
	}

	.news_cont ul li .news_text {
		width: 100%;
		padding: 15px 10px;
		border: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
	}

	.news_text h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news_text .time {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.news_text p {
		font-size: 14px;
	}

	.news_text .n_more {
		font-size: 14px;
		margin-top: 15px;
	}

	.news_cont ul li {
		margin-bottom: 30px;
	}

	.cp_textbox p.p_sj {
		font-size: 14px;
	}

	.cpcont_r .news_ttt {
		line-height: 1.5;
	}

	.cpfw_jj {
		margin-top: 30px;
	}

	.cpfw_jj ul li {
		width: 100%;
		margin: 0 0;
		margin-bottom: 20px;
	}

	.zmfx_t {
		font-size: 16px;
	}

	.fw_text {
		padding: 20px 15px;
		min-height: auto;
	}

	.cpfw_body1 {
		padding: 50px 0;
	}

	.cplm_box .cpfw_cate img {
		height: 40px;
	}

	.cplm_line {
		display: none;
	}

	.cplm_name h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.cplm_name {
		margin-top: 20px;
		text-align: center;
	}

	.cpfw_cate,.cplm_box {
		margin-bottom: 20px;
	}

	.cpfl_nav {
		width: 100%;
		height: 150px;
	}

	.cpfl_nav .cp_tname {
		padding: 0 15px 0 30px;
		margin: 20px 0;
		font-size: 20px;
	}

	.cpfl_nav p {
		padding: 0 15px 0 30px;
	}

	.cpfw_right ul li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.cpfw_right ul li:nth-child(3) {
		margin-bottom: 15px;
	}

	.cpfw_right ul li:last-child {
		margin-bottom: 0;
	}

	.yunwl_nr .cpfw_left {
		margin-right: 0;
		width: 100%;
	}

	.cpfl_nav {
		margin-bottom: 20px;
	}

	.cpfw_body2 {
		padding: 50px 0;
	}

	.cpfl_ul .icon_img {
		display: none;
	}

	.changjing ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.changjing ul li:last-child {
		margin-bottom: 0;
	}

	.cj_box h3 {
		margin: 15px 0;
		font-size: 20px;
	}

	.cpfw_body3 {
		margin: 50px 0;
	}

	.khjz_box ul li {
		width: 48%;
	}

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

	.yuan {
		width: 120px;
		height: 120px;
	}

	.yuan .shuzi {
		margin-top: 25px;
		font-size: 20px;
	}

	.yuan .shuzi span {
		font-size: 20px;
	}

	.yuan .icon_img {
		margin-top: 10px;
	}

	.yuan .icon_img img {
		height: 30px;
	}

	.khjz_box ul li p {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.cpxq_xmk {
		margin-top: -40px;
	}

	.cpxq_xmk ul li {
		height: 40px;
		line-height: 40px;
	}

	.cpgn_box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cpgn_box ul li:last-child {
		margin-bottom: 0;
	}

	.cpgn_box ul li img {
		width: 100%;
	}

	.cpgn_text {
		padding: 30px 25px;
		min-height: auto;
	}

	.cpgn_name {
		font-size: 18px;
	}

	.cpxq_body2 {
		margin: 50px 0;
	}

	.cpxq_jzbox ul li {
		width: 48%;
		padding: 0 0;
	}

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

	.xq_yuan1 {
		width: 140px;
		height: 140px;
	}

	.yuan2 {
		width: 120px;
		height: 120px;
	}

	.xq_yuan1 img {
		height: 50px;
	}

	.cpxq_jzbox ul li p {
		margin: 15px 0;
		min-height: 145px;
	}

	.cpxq_body3 {
		padding: 50px 0;
	}

	.xq_cjbox ul li {
		width: 100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 20px;
	}

	.xq_cjbox ul li:last-child {
		margin-bottom: 0;
	}

	.cj_listbox .tt {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.xq_cjbox ul li .cj_listbox {
		padding: 20px 15px;
	}

	.cpxq_body4 {
		margin: 50px 0;
	}

	.tzsb_box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.tzsb_box .sb_text .sb_t {
		font-size: 18px;
	}

	.tzsb_box .sb_text p {
		font-size: 14px;
		line-height: 24px;
	}

	.tzsb_box .sb_text {
		margin: -75px 15px 0;
	}

	.join_cont ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px 20px;
	}

	.join_cont ul li p {
		font-size: 16px;
		min-height: auto;
	}

	.join_cont ul li:last-child {
		margin-bottom: 0;
	}

	.join_body2 {
		margin: 50px 0;
	}

	.zmfx_box ul li {
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.zmfx_box ul li:last-child {
		margin-bottom: 0;
	}

	.zmbd_form {
		padding: 30px 15px;
	}

	.sub {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 20px;
	}

	.inp_cont textarea {
		padding: 15px;
		font-size: 14px;
	}

	.input_text img {
		top: 12px;
		height: 23px;
	}

	.input_text .f_inp {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	input::-webkit-input-placeholder {
		font-size: 14px;
	}

	.form_box .input_text {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.input_body {
		margin-bottom: 0;
	}

	.lx_box {
		width: 100%;
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 20px;
	}

	.lx_line_box {
		padding: 15px;
	}

	.lx_zm_l {
		width: 100%;
	}

	.lx_zm_r {
		width: 100%;
		margin-top: 20px;
	}

	.lx_zm_r .flex span {
		width: 86%;
		font-size: 15px;
	}

	.zmbd_body3 {
		margin-bottom: 50px;
	}

	.sj_dj_r {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		width: 44px;
		text-align: right;
	}

	.sj_dj_r img {
		height: 10px;
	}

	.cpfw_left {
		width: 100%;
	}

	.cpfw_right {
		width: 100%;
	}

	.pos_box ul li {
		font-size: 12px;
		line-height: 16px;
		width: auto;
	}

	.pos_box {
		bottom: 2%;
	}

	.ypt_bg {
		height: 230px;
	}

	.page_name .pg_tt {
		font-size: 20px;
		letter-spacing: 2px;
		margin-right: 10px;
	}

	.ny_pos_abs p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.ny_pos_abs ul li {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 10px;
	}

	.ny_pos_abs .page_name {
		margin-top: 40px;
		margin-bottom: 15px;
	}

	.ny_pos_abs {
		background: rgba(0,0,0,0.2);
	}

	.fa_box {
		width: 100%;
		margin-top: 30px;
	}

	.fa_box p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
		margin-bottom: 15px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.tt_fa {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}

	.fa_box li {
		font-size: 14px;
		line-height: 24px;
	}

	.jjfa_bg {
		height: 240px;
	}

	.jjfaxq_bg {
		height: 285px;
	}

	.jjfaxq_bg .page_title {
		margin-top: 8%;
		font-size: 22px;
	}

	.jjfaxq_bg .ny_pos_abs p {
		font-size: 14px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.jjfa_pt .page_name {
		margin-top: 40px;
		margin-bottom: 10px;
	}

	.jjfa_pt .page_name .pg_tt {
		font-size: 20px;
	}

	.jjfa_pt p {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 24px;
	}

	.mbx_box {
		height: auto;
		padding: 20px 0;
	}

	.page_name span {
		display: none;
	}

	.tt_fa span {
		font-size: 22px;
	}

	.cpyfw_bg .tt_fa {
		font-size: 16px;
	}

	.m_lang {
		display: block;
		padding: 0 15px;
		line-height: 26px;
	}

	.yuyan {
		color: #fff;
	}
	.cp_pic {
		height: auto;
	}
	.cp_pic img {
		width: 100%;
		height: 100%;
	}
	.ypt_box li h3{
		width: 100%;
	}
	.sy_mdt{
		display: block;
	}
	.sy_ditu .dizhi{
		display: none;
	}
	.saas_img {
		width: 100%;
		margin-bottom: 20px;
	}
	.saas_text {
		width: 100%;
	}
	.mbx_box {
		height: auto;
		padding-top: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.saas_text .name{
		font-size: 18px;
	}
	.ld_box .ld_li{
		padding: 20px 10px;
	}
	.ld_box .ld_pic {
		width: 100%;
		margin-bottom: 20px;
	}
	.ld_box .ld_text {
		width: 100%;
	}
	.ld_box .ld_text .gytd_box {
		padding-left: 0%;
	}
	.ld_box .ld_text .gytd_boxpd {
		padding-left: 0;
		padding-right: 0;
	}
	.gn_box ul li {
		width: 100%;
		padding: 15px 10px;
	}
	.gn_body {
		padding: 30px 0;
	}
	.saas_box {
		margin-bottom: 30px;
	}
	.xtfa {
		padding: 30px 0;
	}
	.equity_item {
		width: 100%;
		margin-bottom: 20px;
	}
	.bd_box {
		width: 100%;
	}
	.bd_name {
		font-size: 22px;
	}
	.bd_form .input_box {
		width: 100%;
	}
}