body,
div,
ul,
li,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
dl,
dt,
dd,
a,
img,
button,
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
select {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft", "微软雅黑";
	outline: none;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.cb {
	width: 100%;
	height: 0;
	clear: both;
}
.dn {
	display: none;
}
img {
	max-width: 100%;
}

#nav {
	width: 100%;
	height: 86px;
	background: #fff;
	border-top: 1px solid #c8c8c8;
}
#nav .ban {
	width: 100%;
	max-width: 1445px;
	padding: 0 10px;
	margin: 0 auto;
	height: 85px;
	position: relative;
}
#nav .logo {
	margin-top: 22px;
}
#nav .a1 {
	height: 37px;
	line-height: 37px;
	margin-top: 24px;
	color: #343434;
	padding: 0 6px;
	margin-left: 4.5%;
	position: relative;
}
#nav .a1 span {
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	background: #fa8b12;
	bottom: 0;
	left: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#nav .a1:hover span,
#nav .a1.cur span {
	width: 100%;
	left: 0;
}
.h_nav .qh {
	width: 64px;
	height: 29px;
	border-top: 1px solid #b7b7b7;
	margin-top: 28px;
	background: url(../web/xiala.png) no-repeat left center;
	background-position-x: 40px;
	background-position-y: 12px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	position: absolute;
	right: 15px;
}
.h_nav .qh.cur {
	height: 58px;
}
.h_nav .qh a {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: 1px solid #b7b7b7;
	border-top: none;
	color: #2a2a2a;
	padding-left: 14px;
	position: absolute;
	top: 28px;
}
.h_nav .qh a.cur {
	top: 0px;
}
.h_nav .qh a:nth-of-type(1):hover {
	background: none;
}
.h_nav .qh a:hover {
	background: #efefef;
}
#nav .sousuo {
	width: 102px;
	height: 85px;
	background: url(../web/sousuo.png) no-repeat center center;
	position: relative;
	cursor: pointer;
	margin-right: 69px;
	z-index: 99999;
}
#nav .sousuo:hover .k {
	display: block;
}
#nav .sousuo .k {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 85px;
	width: 482px;
	display: none;
}
#nav .sousuo input {
	float: left;
	width: 380px;
	height: 60px;
	line-height: 60px;
	background: #121821;
	color: #cacaca;
	padding-left: 15px;
	font-size: 16px;
}
#nav .sousuo button {
	float: left;
	width: 102px;
	height: 60px;
	line-height: 60px;
	background: #fa8b12;
	color: #fff;
}

#nav2 {
	padding: 0 15px;
	background: #fff;
	height: 80px;
	display: none;
}
#nav2 .logo {
	margin-top: 23px;
	font-size: 0;
}
#nav2 .logo img {
	height: 30px;
}
#nav2 .t_fr {
	height: 80px;
	line-height: 80px;
	color: #444;
	font-size: 18px;
	cursor: pointer;
}
#nav2 .t_fr img {
	position: relative;
	top: -1px;
	transform: rotate(-90deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#nav2 .t_fr.cur img {
	transform: rotate(0deg);
}
#nav2 .box {
	position: absolute;
	top: 80px;
	width: 100%;
	border-bottom: 1px solid #eee;
	display: none;
	z-index: 999;
	background: #fff;
	margin-left: -15px;
}
#nav2 .box .a2 {
	display: block;
	min-height: 60px;
	line-height: 60px;
	border-top: 1px solid #eee;
	font-size: 16px;
	padding-left: 15px;
	color: #666;
	overflow: hidden;
}
#nav2 .box .a2 .fr {
	margin-right: 15px;
	margin-top: 24px;
	transform: rotate(-90deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#nav2 .box .a2.cur .fr {
	transform: rotate(0);
}
#nav2 .box2 {
	height: 60px;
	position: relative;
	line-height: 60px;
}
#nav2 .box2 input {
	float: left;
	background: #121821;
	color: #cacaca;
	padding-left: 15px;
	font-size: 14px;
	width: 100%;
	padding-right: 105px;
}
#nav2 .box2 button {
	background: #fa8b12;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	text-align: center;
	font-size: 16px;
}
.banner img {
	object-fit: cover;
	min-height: 162px;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #f5b834;
}

.i_con1 {
	padding: 25px 0 0;
	overflow: hidden;
}
.i_con1 .box1 {
	background: #fff; /*padding: 12px 22px 15px;*/
	overflow: hidden; /*border: 1px solid #e8e8e8;*/
}
.i_con1 .box1 .p1_k {
	position: relative;
}
.i_con1 .box1 .p1 {
	position: absolute;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: left;
	background: url(../web/i_cp_bt.png) no-repeat bottom center;
	margin-bottom: 20px;
	font-weight: bold;
	background-size: 100% auto;
}
.i_con1 .box1 span {
	font-size: 16px;
	color: #353535;
}
.i_con1 .news_lb {
	padding-top: 36px;
}
.i_con1 .news_lb .swiper-button-next,
.i_con1 .news_lb .swiper-button-prev,
.i_con1 .dp .swiper-button-next,
.i_con1 .dp .swiper-button-prev {
	width: 26px;
	height: 26px;
	top: -9px;
	right: 0;
	margin-top: 14px;
	left: auto;
}
.i_con1 .news_lb .swiper-button-next,
.i_con1 .dp .swiper-button-next {
	background: url(../web/i_news_r.jpg) no-repeat center center;
}
.i_con1 .news_lb .swiper-button-prev,
.i_con1 .dp .swiper-button-prev {
	background: url(../web/i_news_l.jpg) no-repeat center center;
	right: 34px;
}
.i_con1 .news_lb .swiper-slide {
}
.i_con1 .news_lb .box {
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}
.i_con1 .news_lb .img {
	position: absolute;
	left: 0;
	width: 130px;
	height: 80px;
	overflow: hidden;
	opacity: 0.85;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.i_con1 .news_lb .img:hover {
	opacity: 1;
}
.i_con1 .news_lb .img img {
	width: 100%;
	min-height: 100%;
}
.i_con1 .news_lb .wz {
	height: 82px;
	padding-left: 150px;
}
.i_con1 .news_lb .a1 {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	color: #353535;
	height: 38px;
	line-height: 38px;
}
.i_con1 .news_lb .a1:hover {
	color: #f5b834;
}
.i_con1 .news_lb .p01 {
	font-size: 16px;
	color: #a5a5a5;
	line-height: 38px;
	height: 76px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i_con1 .col-sm-12 {
	margin-bottom: 35px;
}

.i_con1 .news_btn {
	width: 194px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	border-radius: 3px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
	float: right;
	font-size: 16px;
	margin-top: 15px;
	color: #363636;
	font-size: 13px;
}
.i_con1 .news_btn:hover {
	color: #fa8b12;
}
.i_con1 .box2 {
	/*padding: 20px 30px 34px;*/
	background: #fff;
	overflow: hidden; /*border: 1px solid #e8e8e8;*/
	position: relative;
}
.i_con1 .box2 .p2 {
	height: 36px;
	line-height: 36px;
	text-align: left;
	font-size: 16px;
	color: #353535;
	background: url(../web/i_cp_bt.png) no-repeat bottom center;
	margin-bottom: 10px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: 100% auto;
}
.i_con1 .box20 {
	margin-bottom: 12px;
}
.i_con1 .box20 .img {
	display: block;
	width: 100%;
	text-align: center;
	height: 175px;
	line-height: 175px;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
}
.i_con1 .box20 .img img {
	max-height: 100%;
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.i_con1 .box20 .img:hover img {
	transform: scale(1.05);
}
.i_con1 .box20 .a01 {
	display: block;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	height: 20px;
	height: 54px;
	line-height: 54px;
	font-size: 22px;
	color: #353535;
}
.i_con1 .box20 .a01:hover {
	color: #f5b834;
}
/*.i_con1 .dp .swiper-button-next,.i_con1 .dp .swiper-button-prev{background: none;width: 26px;height: 70px;border-radius: 2px;text-align: center;line-height:70px;font-size: 24px;font-family: "宋体","STHeiTiSC";border: 1px solid #bfbfbf;color: #bfbfbf;background: #FFF;top:162px;margin-top: 0;transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
}
.i_con1 .dp .swiper-button-next:hover,.i_con1 .dp .swiper-button-prev:hover{
	background: #f5b834;
	color: #fff;
	border: 1px solid #f5b834;
}
.i_con1 .dp .swiper-button-next{right: 0;}
.i_con1 .dp .swiper-button-prev{left: 0;}*/
.i_con1 .dp .swiper-slide {
	padding: 0;
}
.i_con1 .dp .swiper-pagination-bullet {
	background: #8c8e92;
	opacity: 1;
}
.i_con1 .dp .swiper-pagination-bullet-active {
	background: #f5b834;
}
.i_con2 {
	padding: 0 0 5px;
	overflow: hidden;
}
.i_con2 .col-xs-6 {
	padding: 0 3px;
}
.i_con2 .box {
	position: relative;
	margin-bottom: 30px;
}
.i_con2 .box img {
	width: 100%;
	display: block;
}
.i_con2 .box a {
	position: absolute;
	width: 190px;
	height: 46px;
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top: -23px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.i_con2 .box a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #484848;
}

#foot {
	background: #696d74;
	padding-top: 30px;
}

#foot .container > .box {
	padding-left: 0;
}
#foot dl {
	height: 148px;
	margin-bottom: 20px;
}
#foot .ban {
	width: 100%;
	max-width: 1445px;
	padding: 30px 10px 30px;
	margin: 0 auto;
	overflow: hidden;
}
#foot .box dt {
	height: 46px;
	line-height: 46px;
	margin-bottom: 6px;
}
#foot .box dt a {
	display: inline-block;
	line-height: 46px;
	height: 46px;
	background: url(../web/foot_xian.jpg) repeat-x left bottom;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
#foot .box dd {
	line-height: 24px;
	height: 24px;
	margin: 0;
}
#foot .box dd a {
	color: #cbcbcb;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 24px;
}
#foot .box dd a:hover {
	color: #fff;
}
#foot .box2 dl > a {
	display: inline-block;
	margin: 3px;
	width: 30px;
}
.foot2 {
	background: #353535;
	line-height: ;
	font-size: 16px;
	color: #cbcbcb;
	line-height: 24px;
}
#foot .foot2 {
	padding: 15px 0;
	margin-top: 60px;
}

.list_banner {
	margin-bottom: 15px;
}
.list_banner img {
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 200px;
}

.nav_er {
	padding: 0;
	margin-bottom: 30px;
}
.nav_er .box1 {
	overflow: hidden;
	display: block;
	border-bottom: 1px dashed #cdcdcd;
}
.nav_er .p1 {
	color: #000000;
	height: 38px;
	line-height: 38px;
	font-size: 28px;
	border-bottom: 1px dashed #cdcdcd;
}
.nav_er .box1.cur {
}
.nav_er .box11 {
	height: 38px;
	line-height: 38px;
	position: relative;
	font-size: 14px;
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
	padding-left: 15px;
	display: block;
}

.nav_er .box11 img {
	position: relative;
	top: 25px;
	right: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.nav_er .box12 {
	/*background:#e6851b;padding: 8px 5px;margin: 0 12px 16px 18px;display: none;*/
}
.nav_er .box1.cur .box12 {
	display: block;
	position: relative;
	top: -1px;
	background: #fff;
}
.nav_er .box12 .a121 {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	color: #2f2e2e;
	font-size: 14px;
}

.nav_er .a122 {
	padding-left: 15px;
	display: block;
	line-height: 28px;
	color: #a5a5a5;
	font-size: 12px;
}
.nav_er .a122:hover,
.nav_er .a122.cur {
	color: #fff;
	background: #fa901c;
}

.nav_er .box1.cur.cur2 .box11 {
	border-bottom: 1px dashed #cdcdcd;
}
.dqwz {
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	margin: 0 10px 20px;
}
.dqwz p {
	height: 24px;
	line-height: 24px;
	color: #909090;
	font-size: 12px;
}
.dqwz p a {
	color: #909090;
	font-size: 12px;
}
.dqwz p a:hover,
.dqwz p a.cur {
	color: #fa901c;
}
.dqwz span {
	display: block;
	width: 80px;
	height: 1px;
	background: #fa901c;
}
.cp_box0 {
	margin-bottom: 20px;
}
.cp_box {
	background: #fafafa;
	text-align: center;
	position: relative;
}
.cp_box .cp_zz {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.38);
	display: flex;
	align-items: center;
	transform: scale(0);
	transition: all 0.8s;
}
/*.cp_box:hover .cp_zz{transform: scale(1);}*/
.cp_box .cp_zz div {
	width: 100%;
}
.cp_box .cp_zz a {
	width: 194px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	display: block;
	border-radius: 3px;
	background: #f5b834;
	color: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	max-width: 90%;
}
.cp_box .cp_zz a:hover {
	background: #f9b115;
}
.cp_box a {
	display: block;
}
.cp_box .img img {
	width: 100%;
}
/* 修改 */
.cp_box .wz {
	padding: 15px;
}
.cp_box .a1 {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #131212;
	height: 40px;
	line-height: 40px;
}

/* 修改 */
.cp_box .p1 {
	font-size: 13px;
	color: #828282;
	line-height: 20px;
	height: 40px;

	text-align: left;
	overflow-wrap: break-word;
	overflow: hidden;
}

.fenye {
	text-align: center;
	padding: 15px 0 55px;
}
.fenye a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border: 1px solid #bfbfbf;
	padding: 0 12px;
	font-size: 12px;
	color: #bfbfbf;
	margin: 0 4px;
}
.fenye a.cur,
.fenye a:hover {
	background: #fa901c;
	color: #fff;
}

.sup_down {
	padding: 22px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin: 0 15px 25px;
}
.sup_down .p1 {
	font-size: 16px;
	color: #323232;
	height: 42px;
	line-height: 32px;
	padding: 5px 0 5px 23px;
	background: #eeeeee;
}

.down_box {
	height: 105px;
	border-bottom: 1px dashed #999999;
	overflow: hidden;
	padding-top: 28px;
}
.down_box .img {
	float: left;
	margin-left: 8px;
}
.down_box .wz {
	float: left;
	padding-left: 14px;
}
.down_box .wz a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #323232;
}
.down_box .wz a:hover {
	color: #fa901c;
}
.down_box .wz p {
	line-height: 1;
	color: #989898;
	font-size: 12px;
}
.down_box .fr {
	text-align: center;
	font-size: 12px;
	color: #fa901c;
	line-height: 20px;
	margin-right: 8px;
	margin-top: 6px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);

	filter: grayscale(100%);

	filter: gray;
}

.down_box .fr:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sup_video .box_video {
	box-shadow: 0 1px 4px #ccc;
	margin-bottom: 30px;
}
.sup_video .box_video .img {
	display: block;
	padding-bottom: 57%;
	background: no-repeat center center;
	background-size: cover;
}
.sup_video .box_video .a2 {
	color: #1a1a1a;
	height: 52px;
	line-height: 52px;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 12px;
}
.sup_video .box_video .a2:hover {
	color: #fa901c;
}

.sup_ser {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin: 0 15px 25px;
	padding: 20px 25px 30px;
}
.sup_ser .p1 {
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #1e1e1e;
	font-weight: bold;
}
.sup_ser .p2 {
	height: 42px;
	line-height: 42px;
	color: #222222;
	font-weight: bold;
}
.sup_ser .p3 {
	color: #666666;
	line-height: 30px;
}
.sup_ser .p4 {
	color: #222222;
	line-height: 48px;
}

.sup_faq,
.about_box {
	margin: 0 15px;
}
.faq_box {
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 7px #ccc;
	margin-bottom: 30px;
}
.faq1 {
	position: relative;
}
.faq1 span {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background: #02a7f6;
	border-radius: 3px;
	top: 0;
	left: 0;
	position: absolute;
}
.faq1 p {
	line-height: 26px;
	font-size: 16px;
	color: #333333;
	padding-left: 40px;
}
.faq2 {
	background: #f7f7f7;
	overflow: hidden;
	margin-top: 8px;
	padding: 14px 26px;
	position: relative;
}
.faq2 span {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background: #61646f;
	border-radius: 3px;
	position: absolute;
	top: 14px;
	left: 26px;
}
.faq2 p {
	padding-left: 38px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.news_box {
	height: 185px;
	padding: 10px 5px 30px 0;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	position: relative;
}
.news_box .img {
	height: 154px;
	width: 250px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 10px;
}
.news_box .img img {
	width: 100%;
	min-height: 100%;
}
.news_box .wz {
	padding-left: 274px;
}
.news_box .wz .a1 {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #373737;
	height: 20px;
	line-height: 20px;
	margin-bottom: 6px;
}
.news_box .wz .a1:hover {
	color: #fa901c;
}
.news_box .wz .p01 {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #999;
}
.news_box .wz .sp1 {
	display: block;
	width: 40px;
	height: 2px;
	background: #e2e2e2;
}
.news_box .wz .p02 {
	height: 54px;
	line-height: 18px;
	color: #848484;
	overflow: hidden;
	margin: 5px 0 7px;
}
.news_box .wz .p03 {
	height: 54px;
	margin: 5px 0 7px;
}
.news_box .wz .a2 {
	width: 138px;
	height: 38px;
	border: 1px solid #c1c1c1;
	display: block;
	color: #8e8e8e;
	text-align: center;
	line-height: 37px;
}
.news_box .wz .a2:hover {
	color: #fff;
	background: #fa901c;
	color: #fff;
	border-color: #fa901c;
}
.about_box {
	padding-bottom: 50px;
}
.about_box img {
	margin: 0 25px 10px 0;
}
.about_box font {
	font-size: 24px;
	color: #000000;
	line-height: 46px;
}
.about_box span {
	line-height: 28px;
	color: #a1a1a1;
}
.news_body {
	height: auto !important;
}

.zs_box {
	background-color: #f8f8f8;
	position: relative;
	margin-bottom: 20px;
}
.zs_box .img {
	background: no-repeat center bottom;
	background-size: auto 90%;
	padding: 5% 5% 0;
}
.zs_box .p01 {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	color: #727272;
	text-align: center;
}
.zs_box .zs_zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	opacity: 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.zs_box:hover .zs_zz {
	opacity: 1;
}
.zs_zz img {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}

.zs_big {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	opacity: 0;
	z-index: 9999999999999;
}
.zs_big.cur {
	opacity: 1;
}
.zs_big div {
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
}
.zs_big div img {
	max-height: 90%;
	margin: 0 auto;
	max-width: 90%;
}
.zs_big .zs_gb {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

#fac_lb .box {
	background: no-repeat center center;
	background-size: cover;
	padding-bottom: 56%;
	position: relative;
}
#fac_lb .box p {
	position: absolute;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.52);
	color: #ffffff;
	font-size: 16px;
}
#fac_lb {
	padding: 9px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #999;
	border-radius: 3px;
	margin-bottom: 110px;
}

#fac_main {
	position: relative;
}
#fac_main .swiper-pagination-bullets {
	bottom: 46px;
	width: 100%;
	left: 0px;
}
#fac_main .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #d2d2d2;
	opacity: 1;
	margin: 0 8px;
}
#fac_main .swiper-pagination-bullet-active {
	background: #fa901c;
}

#fac_lb .swiper-button-prev {
	background: url(../web/fac_l.png);
	left: 20px;
}
#fac_lb .swiper-button-next {
	background: url(../web/fac_r.png);
	right: 20px;
}
#fac_lb .swiper-button-next,
#fac_lb .swiper-button-prev {
	background-size: 100% 100%;
	width: 45px;
	height: 45px;
	margin-top: -22px;
}

.cot1_top .box {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 30px 10px;
	margin-bottom: 30px;
}
.cot1_top .box .p1 {
	color: #939598;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.cot1_top .box .p2 {
	font-size: 18px;
	color: #fa901c;
	line-height: 22px;
	margin-bottom: 14px;
}
.cot1_top .box .p3 {
	font-size: 12px;
	color: #a2a2a2;
	line-height: 22px;
}
.ditu {
	height: 400px;
	border: 1px solid #efefef;
	margin-bottom: 30px;
}
.ditu img {
	width: 100%;
	height: 100%;
}
.lx_box {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 38px 20px 45px;
}
/*input:focus{border:1px solid #000;}*/
.lx_box {
	margin-bottom: 50px;
	overflow: hidden;
}
.lx_box .p1 {
	text-align: center;
	font-size: 20px;
	color: #6d6d6d;
	font-weight: bold;
	background: url(../web/xz5.png) no-repeat center center;
	height: 40px;
	line-height: 40px;
}
.lx_box .p2 {
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
	line-height: 24px;
	color: #b6b6b6;
	text-align: center;
}
.lx_box .sr {
	width: 50%;
	padding: 0 10px;
	float: left;
	margin-top: 28px;
}
.lx_box .sr input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	border: 1px solid #dcdcdc;
	background: no-repeat right center;
}
.lx_box .sr input:focus {
	border: 1px solid #fa901c;
}
.lx_box .yzm {
	position: relative;
}
.lx_box .yzm img {
	position: absolute;
	right: 12px;
	top: 2px;
	height: 46px;
	cursor: pointer;
}
.lx_box .txt {
	padding: 0 10px;
}
.lx_box .txt textarea {
	width: 100%;
	margin-top: 28px;
	border: 1px solid #dcdcdc;
	resize: none;
	height: 165px;
	padding-left: 20px;
	padding-top: 12px;
}
.lx_box .txt textarea:focus {
	border: 1px solid #fa901c;
	outline: none;
}
.lx_box button {
	width: 310px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #fa901c;
	color: #fff;
	margin: 30px auto 0;
	display: block;
	max-width: 80%;
}
.lx_box button:hover {
	background: #fb8709;
}

.dqwz2 {
	height: 48px;
	line-height: 48px;
	background: #f8f8f8;
	text-align: left;
	margin-top: -15px;
}
.dqwz2 a {
	color: #909090;
	font-size: 12px;
}
.dqwz2 a.cur {
	color: #fa901c;
}
.news_titil {
	text-align: center;
	padding-top: 32px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.news_titil .p1 {
	line-height: 30px;
	font-size: 30px;
	color: #000;
	padding: 10px 0;
}
.news_titil .p2 {
	height: 32px;
	line-height: 32px;
	color: #919191;
	font-size: 12px;
}

.newsx_body .p {
	font-size: 12px;
	color: #919191;
	line-height: 28px;
}
.newsx_body {
	padding-bottom: 25px;
}
.sx {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #eeeeee;
}
.sx a {
	display: inline-block;
	width: 96px;
	height: 36px;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	line-height: 35px;
	font-size: 13px;
	color: #555555;
	margin: 0 10px;
}
.sx a:hover {
	background: #fa901c;
	border: 1px solid #fa901c;
	color: #fff;
}

.cp_xx {
	padding: 15px 0 50px;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	border: 1px solid #eee;
	text-align: center;
}
.cp_dt {
	/*border: 1px solid #d2d2d2;*/
	margin-bottom: 25px;
}
.gallery-thumbs .swiper-slide-active {
	/* border: 1px solid #fb9f3a;*/
}
.cp_xt .swiper-button-prev.swiper-button-white {
	background-image: url(../web/cp_l.png);
	left: 0;
}
.cp_xt .swiper-button-next.swiper-button-white {
	background-image: url(../web/cp_r.png);
	right: -1px;
}
.cp_xt .swiper-button-prev.swiper-button-white,
.cp_xt .swiper-button-next.swiper-button-white {
	width: 45px;
	height: 100%;
	background-size: 15px 26px;
	background-color: #fff;
	top: 0;
	margin-top: 0;
}

.cp_xxr {
	height: 100%;
	background: #fafafa;
	min-height: 360px; /*border: 1px solid #d2d2d2;*/
	padding: 20px 30px;
}
.cp_xxr .p01 {
	font-size: 32px;
	color: #fa901c;
	line-height: 54px;
	margin-bottom: 16px;
}
.cpx_box li,
.cp_xxr li {
	list-style-type: disc;
}

.cpx_box table {
	border-collapse: collapse;
}

.cpx_box table td,
.cpx_box table th {
	border: 1px solid #000;
}
.gm_fx .cot_a {
	width: 160px;
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	background: #fa901c;
	color: #fff;
	float: left;
	text-align: center;
	margin-right: 24px;
}
.gm_fx .cot_a:hover {
	text-decoration: underline;
}
.gm_fx .fx_wb {
	height: 46px;
	line-height: 46px;
	background: url(../web/fx_tb.png) no-repeat left center;
	padding-left: 42px;
	font-size: 18px;
	color: #545260;
	float: left;
}
.cp_dh {
	overflow: hidden;
}
.cp_dh span {
	float: left;
	width: 25%;
	height: 48px;
	font-size: 16px;
	color: #777777;
	background: url(../web/cp_nav_bg.jpg) repeat-x center left;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.cp_dh span:nth-of-type(4) {
	border-right: none;
}
.cp_dh span img {
	margin-right: 5px;
}
.cp_dh span.cur {
	background: #fff;
	border-bottom: none;
}
.cpx_box {
	display: none;
	padding: 30px; /*box-shadow: 0 1px 8px rgba(0,0,0,0.2);margin: 10px 10px 30px;*/
}
.cpx_box.cur {
	display: block;
}
.sup_down.cpx_box {
	padding-top: 10px;
}
.dqwz3 {
	height: 48px;
	line-height: 48px;
	background: #f8f8f8;
}
.dqwz3 a {
	color: #909090;
}
.dqwz3 a.cur {
	color: #fa901c;
}
.search_main {
	padding-top: 40px;
}
.search_main .p1 {
	background: #f8f8f8;
	padding: 12px 25px;
	margin-bottom: 55px;
	line-height: 38px;
	color: #61646f;
	font-size: 20px;
}
.search_main .p1 font {
	color: #fa901c;
}
.search_main .box {
	padding: 20px 28px 32px;
	box-shadow: 0 2px 6px #ccc;
	margin-bottom: 30px;
}
.search_main .box .p01 {
	font-size: 16px;
	color: #333333;
	line-height: 52px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.search_main .box .p01 a {
	color: #333333;
}
.search_main .box_cp .box2 {
	overflow: hidden;
	background: #f7f7f7;
	padding: 15px;
}
.search_main .box_cp .box2 .p02 {
	margin: 5px;
	float: left;
}
.search_main .box_cp img {
	height: 120px;
	float: left;
}
.search_main .box_wz .p02 {
	line-height: 24px;
	color: #666666;
}

.i_con1 .box20 dl {
	padding-left: 41px;
	padding-right: 15px;
}
.i_con1 .box20 dt a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #3b3b3b;
}
.i_con1 .box20 dd {
	font-size: 12px;
	color: #747474;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}
.i_con1 .news_lb .box11 .a1 {
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	height: 22px;
	margin: 3px 0;
}
.i_con1 .news_lb .box11 .a1:hover {
	color: #fa8b12;
}
.i_con1 .news_lb .box11 .p01 {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.i_con1 .news_lb .box12 .wz {
	display: flex;
	align-items: center;
}
.i_con1 .news_lb .box12 .wz .a1 {
	white-space: normal;
	height: auto;
	font-size: 16px;
	line-height: 21px;
	max-height: 63px;
	color: #000;
}
.i_con1 .news_lb .box12 .wz .a1:hover {
	color: #fa8b12;
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}
@media (max-width: 1200px) {
	.cp_xxr {
		height: auto;
		padding: 30px 20px;
	}
	.cp_xxr .p02 {
		min-height: 245px;
		height: auto;
	}
}
@media (max-width: 1130px) {
	#nav .a1 {
		margin-left: 2.5%;
	}
}

@media (max-width: 992px) {
	#nav {
		display: none;
	}
	#nav2 {
		display: block;
	}
	.i_con1 {
		padding: 35px 0 0;
	}

	.news_box .img {
		width: 290px;
	}
	.news_box .wz {
		padding-left: 315px;
	}
	.lx_box .sr {
		width: 100%;
	}
	.cp_xxr {
		margin-top: 30px;
		height: auto;
		padding-bottom: 50px;
	}
	.cp_xxr .p02 {
		height: auto;
		margin-bottom: 20px;
	}
	.i_con2 {
		padding: 0 10px;
	}
	.cp_xx_cp {
		padding-right: 0;
	}
	.cp_xx_xq {
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.i_con1 .col-sm-12:nth-of-type(1) {
		padding-left: 0;
		padding-right: 10px;
	}
	.i_con1 .col-sm-12:nth-of-type(2) {
		padding-right: 0;
		padding-left: 10px;
	}
	#foot .container {
		padding: 0;
	}
}
/*.i_con1 .dp .swiper-slide.swiper-slide-active{padding-left: 30px;}
.i_con1 .dp .swiper-slide.swiper-slide-next{padding-right: 30px;}*/
@media (max-width: 768px) {
	.cp_zong {
		padding: 0;
	}
	.pro_main {
		padding: 0;
	}
	.cp_xxr {
		padding: 20px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (max-width: 580px) {
	.i_con1 .news_lb .box {
		padding: 15px 0;
	}

	.i_con2 {
		padding: 0 15px;
	}
	.i_con2 .col-xs-6 {
		width: 100%;
		padding: 0;
	}
	.list_banner img {
		min-height: 100px;
	}
	.cp_zong {
		padding: 0 5px;
	}
	.cp_box0 {
		padding: 0 10px;
	}
	.video_box0 {
		padding: 0 10px;
	}
	.sup_faq {
		margin: 0 10px;
	}
	.dqwz {
		margin: 0 10px 20px;
	}
	.zs_box0,
	.cot1_top,
	.cot1_bottom {
		padding: 0 10px;
	}
	.news_box .img {
		display: none;
	}
	.news_box .wz {
		padding-left: 0px;
	}
	.lx_box .sr {
		width: 100%;
	}
	.cp_dh {
		text-align: center;
	}

	.cpx_box {
		padding: 30px 15px;
	}
}
@media (max-width: 450px) {
	.i_con1 .dp .swiper-slide.swiper-slide-active {
		padding: 0 30px;
	}
}
@media (max-width: 450px) {
	.i_con1 .news_lb .wz {
		padding-left: 150px;
	}
	.i_con1 .news_lb .wz .a1 {
		font-size: 16px;
	}
	.i_con1 .news_lb .wz .p01 {
		font-size: 12px;
	}
	.i_con1 .box1 span {
		font-size: 22px;
	}
	.down_box .img {
		display: none;
	}
	.down_box .wz {
		padding-left: 4px;
	}
	.search_main .box_cp .box2 {
		text-align: center;
	}
	.search_main .box_cp img {
		float: none;
	}
	.search_main .box_cp .box2 .p02 {
		float: none;
	}
}
@media (max-width: 398px) {
	.banner img {
		object-fit: cover;
		min-height: 140px;
	}
	.i_con1 .box1 span {
		font-size: 20px;
	}
}
.cpx_box table {
	max-width: 100%;
	box-sizing: border-box;
}
#nav3 {
	position: relative;
	z-index: 9999999999;
}
#nav3 .top {
	height: 82px;
	background: #fff;
	padding: 0;
}
#nav3 .logo {
	margin-top: 21px;
}
#nav3 .top .fr {
	width: 192px;
	height: 30px;
	border: 1px solid #d9d9d9;
	background: #eeeeee;
	margin-top: 26px;
}
#nav3 .top .fr button {
	float: right;
	width: 38px;
	text-align: center;
	line-height: 28px;
	background: none;
}
#nav3 .top .fr input {
	width: 150px;
	float: left;
	height: 28px;
	color: #5c5c5c;
	padding-left: 15px;
	background: none;
}
#nav3 .bottom {
	height: 42px;
	background: #f6f6f6;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 8px;
}
#nav3 .bottom .box:nth-of-type(1) {
	background: none;
}
#nav3 .bottom .big_box {
}
#nav3 .bottom .box {
	float: left;
	height: 42px;
	width: 16.666%;
	text-align: center;
	background: url(../web/nav_bg.png) repeat-y left top;
	position: relative;
}
#nav3 .bottom .a1 {
	line-height: 26px;
	display: inline-block;
	margin-top: 8px;
	color: #343434;
	padding: 0 3px;
}
#nav3 .bottom .box.cur .a1 {
	border-bottom: 3px solid #fa8b12;
	margin-top: 5px;
}
#nav3 .bottom .box .box2 {
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	border-top: 4px solid #fb8b12;
	background: rgba(255, 255, 255, 0.95);
	text-align: left;
	display: none;
}
#nav3 .bottom .box .box2 a {
	display: block;
	padding-left: 18px;
}
#nav3 .bottom .box .box2 a:hover {
	color: #fb8b12;
}
/* 修改高度和行高 */
#nav3 .bottom .box .a2 {
	/* height: 38px; */
	/* line-height: 38px; */
	height: auto;
	padding: 10px 5px;
	overflow-wrap: break-word;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}
#nav3 .bottom .box .a3 {
	line-height: 20px;
	font-size: 12px;
	color: #777777;
}
#nav3 .bottom .box3 {
	border-bottom: 1px solid #e6e6e6;
}
#nav3 .bottom .box4 {
	padding-bottom: 15px;
}

#nav2 .a2 .fr {
	transform: rotate(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#nav2 .a2 .fr.cur {
	transform: rotate(0deg);
}
#nav2 .box12 {
	background: #f6f6f6;
	display: none;
}
#nav2 .box12 a {
	display: block;
	padding-left: 18px;
}
#nav2 .box12 .box3 {
	border-bottom: 1px solid #eee;
}
#nav2 .box12 .a21 {
	line-height: 46px;
	font-size: 14px;
	color: #777;
}
#nav2 .box12 .a22 {
	line-height: 40px;
	font-size: 13px;
	color: #999;
}
#nav2 .box .a2 {
	border-top: none;
	border-bottom: 1px solid #eee;
}
#nav2 .box {
	border-bottom: none;
	border-top: 1px solid #eee;
}
@media (max-width: 992px) {
	#nav3 {
		display: none;
	}
	#nav2 {
		display: block;
	}
}

.i_con1 .dp {
	padding-top: 46px;
}
.cpx_body img {
	height: auto !important;
}

.list_banner {
	padding: 0;
}

.pro_main .cp_box0 {
	padding: 0 10px;
}
@media (min-width: 992px) {
	.pro_main {
		padding: 0;
	}
	.pro_main .col-sm-3.col-xs-12 {
		padding-left: 0;
	}
	.pro_main .cp_zong {
		padding: 0;
		position: relative;
		right: -10px;
	}
	.prox_main {
		padding: 0;
	}
	.prox_main .col-sm-9.col-xs-12 {
		position: relative;
		right: -10px;
	}
}
@media (max-width: 680px) {
	.cp_dh span {
		width: 50%;
		border-bottom: 1px solid #ddd !important;
	}
	.cp_dh span:nth-of-type(2) {
		border-right: 0;
	}
}
.prox_main .dqwz {
	margin: 0;
}
.cp_xx_cp {
	padding-left: 0;
}
.cp_xx_xq {
	padding-right: 0;
}
.cp_xx_cp .cp_dt .swiper-slide {
	transform: scale(0.99);
}
.cp_nr {
	border: 1px solid #dddddd;
	margin-bottom: 60px;
}
.cp_nr .down_box {
	height: 60px;
	padding-top: 5px;
}
.cp_nr .down_box img {
	width: 24px;
}

.cp_dt img {
	display: none;
}
.cp_dt img.cur {
	display: block;
}
.cp_xt {
	overflow: hidden;
	position: relative;
	padding: 0 30px;
}
.cp_xt .xt_l {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}
.cp_xt .xt_r {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}
.cp_xt .xt_l.wu {
	cursor: auto;
	opacity: 0.3;
}
.cp_xt .xt_r.wu {
	cursor: auto;
	opacity: 0.3;
}
.cp_xt .xt_ww {
	width: 100%;
	overflow: hidden;
}
.cp_xt .xt_ww .big_xt {
	width: 300%;
	position: relative;
}
.cp_xt .xt_ww .xt_box {
	width: 10.1111%;
	border: 1px solid #d2d2d2;
	float: left;
	cursor: pointer;
	margin: 0 0.5%;
}
.cp_xt .xt_ww .xt_box.cur {
	border-color: #fbaa51;
}

.xz_lyk .p01 {
	line-height: 22px;
	margin-top: 8px;
	color: #747474;
	font-size: 12px;
}
.xz_lyk input {
	width: 305px;
	height: 26px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background: #f8f8f8;
	padding-left: 6px;
}
.xz_lyk textarea {
	width: 305px;
	height: 138px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background: #f8f8f8;
	padding-left: 6px;
	resize: none;
	display: block;
}
.xz_lyk .yzm .p01 {
	line-height: 26px;
}
.xz_lyk .yzm input {
	width: 56px;
	margin: 8px 6px 0;
	background: none;
}
.xz_lyk .yzm font {
	color: red;
}
.xz_lyk .yzm img {
	height: 26px;
	margin-top: 8px;
	cursor: pointer;
}
.xz_lyk button {
	display: block;
	width: 160px;
	height: 32px;
	border-radius: 5px;
	margin: 10px 0 30px;
	background: #fa8b12;
	color: #fff;
}

.dj_dt {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.dj_dt.cur {
	display: block;
}
.dj_dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gm_fx {
	height: 54px;
	position: relative;
	width: 200px;
}
.gm_fx .div {
	position: absolute;
	top: 52px;
	left: 0;
	display: none;
}
.gm_fx:hover .div {
	display: block;
}
.gm_fx .div a {
	float: left;
	margin-right: 15px;
}

.video-link {
	background-color: #fff;
	display: block;
	text-decoration: none !important;
	box-shadow: 0 1px 4px #ccc;
}
.video-link:link {
	text-decoration: none !important;
}

.video-link .pic {
	display: block;
	padding-bottom: 57%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.video-link .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
	transition: 0.45s ease;
	mix-blend-mode: multiply;
}

.video-link .text {
	color: #1a1a1a;
	font-size: 14px;
	text-align: center;
	/* padding-top: 10px; */
	transition: 0.45s ease;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-link:hover .text {
	color: #fa901c;
}

.video-link:hover .pic img {
	transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 576px) {
	.video-link-box {
		padding: 0 10px;
		margin-left: auto;
		margin-right: auto;
	}
}
