html {
	width: 100%;
}

body {
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft Yahei", "Arial", Verdana, Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	transition: all .3s ease;
	cursor: pointer;
}

a:hover {
	color: #DD0518 !important;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

strong {
	font-weight: 800;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

button:focus {
	outline: 0;
}

textarea {
	resize: none;
}

video {
	outline: none;
	display: block;
}

/* *{margin: 0;padding: 0;font-size: 14px;} */
* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	overflow: hidden;
}

.relative {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* .w1920{position: relative;width: 1920px;margin: 0 auto;} */
.w1830 {
	position: relative;
	width: 1830px;
	margin: 0 auto;
}

.w1650 {
	position: relative;
	width: 1650px;
	margin: 0 auto;
}

.w1710 {
	position: relative;
	width: 1710px;
	margin: 0 auto;
}

.w1680 {
	position: relative;
	width: 1680px;
	margin: 0 auto;
}

.w1400 {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}





/*********************************** sec1 start ********************************/
.sec1 {
	padding-bottom: 65px;
}

.ind_tit1 {
	margin: 50px 0 30px 0;
}

.ind_tit1 .tit {
	float: left;
}

.ind_tit1 .tit strong {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
}

.ind_tit1 .tit span {
	padding-left: 15px;
	font-size: 16px;
	color: #666;
}

.ind_tit1 .tit span i {
	color: #DD0518;
}

.ind_tit1 .a_wz {
	float: right;
	margin-top: 15px;
}

.ind_tit1 .a_wz a {
	font-size: 14px;
	font-weight: bold;
	color: #DD0518;
	margin: 0 12px;
	position: relative;
	display: inline-block;
}

.ind_tit1 .a_wz a+a::after {
	content: "";
	display: block;
	height: 14px;
	width: 1px;
	background: #DD0518;
	position: absolute;
	top: 3px;
	left: -12px;
}

.wz_sel {
	margin-bottom: 20px;
}

.wz_sel li {
	display: inline-block;
	margin-right: 40px;
}

.wz_sel li.as {
	display: none;
}

.wz_sel a {
	display: block;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	position: relative;
	transition: 0s !important;
}

.wz_sel a::after {
	content: "";
	/* opacity: 0; */
	/* visibility: hidden; */
	height: 8px;
	width: 9px;
	background: url(../images/sjx.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4.5px;
	transition: 0s !important;
	display: none;
}

.wz_sel li.on a {
	color: #DD0518;
}

.wz_sel li.on a::after {
	/* opacity: 1; */
	/* visibility: visible; */
	display: block;
}

.wz_sel a.more {
	font-size: 14px;
	color: #DD0518;
	display: inline-block;
	display: none;
}

.wz_sel a.more::after {
	display: none;
}


.wz_item {
	width: calc(25% - 27px);
	float: left;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	margin-right: 35px;
	margin-bottom: 40px;
	transition: .3s;
}

.wz_item:nth-of-type(4n) {
	margin-right: 0;
}

.wz_item .img {
	overflow: hidden;
}

.wz_item .img img {
	width: 100%;
	transition: .6s;
}

.wz_item .desc {
	box-sizing: border-box;
	padding: 0 25px;
}

.wz_item .tit {}

.wz_item .tit p {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wz_item .tit span {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wz_item .more {
	border-top: 1px solid #e5e5e5;
	margin-top: 8px;
	box-sizing: border-box;
}

.wz_item .more p {
	font-size: 13px;
	color: #999999;
	line-height: 45px;
	height: 45px;
	background: url(../images/right.png) no-repeat;
	background-position: right center !important;
}

.wz_item:hover {
	margin-top: -15px;
	box-shadow: 0px 8px 10px 0px rgba(175, 175, 175, 0.29);
	margin-bottom: 55px;
}

/*********************************** sec1 end ********************************/





.ind_tit {
	text-align: center;
	padding: 60px 0 40px 0;
}

.ind_tit p {
	font-size: 34px;
	color: #222;
	line-height: 32px;
}

.ind_tit span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 29px;
}

.ind_tit span i {
	color: #DD0518;
}

/*********************************** sec2 start ********************************/
.sec2 {
	background: url(../images/sec2_bg.jpg) no-repeat;
	background-position: center !important;
	background-size: cover !important;
	padding-bottom: 85px;
}

.sec2 .ind_tit p,
.sec2 .ind_tit span {
	color: #fff;
}


.wzlx_item {
	width: 16.66%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	box-sizing: border-box;
	transition: .3s;
}

.wzlx_item a {
	display: block;
	padding: 80px 20px 110px 20px;
}

.wzlx_item+.wzlx_item {
	border-left: 1px solid #e5e5e5;
}

.wzlx_item .icon {
	display: block;
	height: 100px;
	width: 110px;
	margin: 0 auto;
	background: url(../images/wzlx1.png) no-repeat;
	transition: .3s;
}

.wzlx_item .icon1 {
	background-position: 9px 0px !important;
}

.wzlx_item .icon2 {
	background-position: -298px 0px !important;
}

.wzlx_item .icon3 {
	background-position: -605px 0px !important;
}

.wzlx_item .icon4 {
	background-position: -925px 0px !important;
}

.wzlx_item .icon5 {
	background-position: -1233px 0px !important;
}

.wzlx_item .icon6 {
	background-position: -1540px 0px !important;
}

.wzlx_item strong {
	font-size: 25px;
	color: #111111;
	line-height: 32px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 30px;
	display: block;
	transition: .3s;
	text-align: center;
}

.wzlx_item .desc {
	text-align: center;
	height: 66px;
}

.wzlx_item .desc p {
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	transition: .3s;
}

.wzlx_item:hover {
	background: #F57417;
}

.wzlx_item:hover .icon {
	background: url(../images/wzlx2.png) no-repeat;
}

.wzlx_item:hover strong,
.wzlx_item:hover p {
	color: #fff;
}

/*********************************** sec2 end ********************************/






/*********************************** sec3 start ********************************/
.sec3 {
	background: #f9f9f9;
	padding-bottom: 95px;
}

.ys_item {
	float: left;
	width: calc(16.66% - 15px);
	margin-right: 15px;
	background: #fff;
	padding: 65px 15px 75px 15px;
	box-sizing: border-box;
	text-align: center;
	transition: .3s;
	box-sizing: border-box;
	border-bottom: 5px solid #dcdcdc;
}

.ys_item:nth-of-type(6n) {
	margin-right: 0;
}

.ys_item .icon {
	display: block;
	height: 110px;
	width: 155px;
	background: url(../images/ys1.png) no-repeat;
	margin: 0 auto;
	transition: .3s;
}

.ys_item .icon1 {
	background-position: 18px 0px !important;
}

.ys_item .icon2 {
	background-position: -264px 0px !important;
}

.ys_item .icon3 {
	background-position: -556px 0px !important;
}

.ys_item .icon4 {
	background-position: -840px 0px !important;
}

.ys_item .icon5 {
	background-position: -1120px 0px !important;
}

.ys_item .icon6 {
	background-position: -1412px 0px !important;
}


.ys_item strong {
	font-size: 26px;
	color: #222222;
	line-height: 32px;
	font-weight: normal;
	display: block;
	margin: 35px 0 20px 0;
	transition: .3s;
}

.ys_item .desc {
	height: 96px;
}

.ys_item .desc p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	transition: .3s;
}

.ys_item:hover {
	background: #DD0518;
	border-bottom: 5px solid #DD0518;
}

.ys_item:hover .icon {
	background: url(../images/ys2.png) no-repeat;
}

.ys_item:hover strong,
.ys_item:hover p {
	color: #fff;
}

/*********************************** sec3 end ********************************/






/*********************************** sec4 start ********************************/
.sec4 {
	background: url(../images/sec4_bg.png) no-repeat fixed;
	min-height: 820px;
	background-position: center !important;
	background-size: cover !important;
	padding: 250px 0;
	box-sizing: border-box;
}

.ab_box {
	box-sizing: border-box;
	padding: 0 30px;
}

.ab_box .a_box {
	float: left;
	width: calc(100% - 800px);
}

.ab_box .a_box strong {
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 51px;
}

.ab_box .a_box .desc {
	margin-top: 55px;
	max-width: 610px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:4;
	height: 142px; */
}

.ab_box .a_box .desc p {
	font-size: 18px;
	color: #EAEAEA;
	line-height: 38px;
}

.ab_box .a_box a {
	font-size: 15px;
	color: #cfcfcf;
	line-height: 38px;
	display: inline-block;
	margin-top: 30px;
}

.ab_box .b_box {
	float: right;
	width: 792px;
}

/*********************************** sec4 end ********************************/






.ind_tit2 {
	text-align: center;
	padding: 55px 0 25px 0;
}

.ind_tit2 strong {
	font-weight: 400;
	font-size: 26px;
	color: #222;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.ind_tit2 strong::after,
.ind_tit2 strong::before {
	content: "";
	display: block;
	height: 3px;
	width: 20px;
	background: #DD0518;
	position: absolute;
	top: 50%;
}

.ind_tit2 strong::after {
	left: -35px;
}

.ind_tit2 strong::before {
	right: -35px;
}

.ind_tit2 strong span {
	color: #DD0518;
}

.ind_tit2 p {
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}

/*********************************** sec5 start ********************************/
.sec5 {
	padding-bottom: 60px;
}

.dz_item {
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 0 10px 0;
	margin: 0 .555%;
}

.dz_item .desc .icon {
	margin: 0 auto;
	display: block;
	height: 50px;
	width: 50px;
	background: url(../images/dz1.png) no-repeat;
}

.dz_item .desc .icon1 {
	background-position: 3px 0px !important;
}

.dz_item .desc .icon2 {
	background-position: -185px 0px !important;
}

.dz_item .desc .icon3 {
	background-position: -364px 0px !important;
}

.dz_item .desc .icon4 {
	background-position: -549px 0px !important;
}

.dz_item .desc .icon5 {
	background-position: -733px 0px !important;
}

.dz_item .desc .icon6 {
	background-position: -915px 0px !important;
}

.dz_item .desc .icon7 {
	background-position: -1104px 0px !important;
}

.dz_item .desc .icon8 {
	background-position: -1299px 0px !important;
}

.dz_item .desc .icon9 {
	background-position: -1471px 0px !important;
}

.dz_item .desc p {
	font-size: 16px;
	color: #000000;
	position: relative;
	padding: 20px 0 15px 0;
}

.dz_item .desc p::after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 1px;
	background: rgb(170, 170, 170);
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.dz_item .more {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(221, 5, 24, .9);
	top: 100%;
	left: 0;
	display: flex;
	transition: .3s;
}

.dz_item .more b {
	margin: auto;
	font-weight: normal;
	color: #E01D2E;
	display: block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: #FFFFFF;
}

.dz_item:hover .more {
	top: 0;
}

/*********************************** sec5 end ********************************/






/*********************************** sec6 start ********************************/
.sec6 {
	background: #f9f9f9;
	padding: 70px 0 50px 0;
}

.xw_box {
	box-sizing: border-box;
}

.swiper-container_xw {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	/* 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;
}

.ind_tit3 {
	padding-bottom: 35px;
	padding-left: 20px;
}

.ind_tit3 p {
	font-size: 30px;
	color: #333;
	padding-bottom: 10px;
}

.ind_tit3 span {
	font-size: 16px;
	color: #666;
}


.x_box {
	float: left;
	width: 570px;
}

.news_box {
	box-sizing: border-box;
	padding: 18px;
	background: #fff;
	padding-bottom: 60px;
	position: relative;
}

.xw_item {
	width: 100%;
}

.xw_item .img {
	overflow: hidden;
	margin-bottom: 15px;
}

.xw_item .img img {
	width: 100%;
	transition: .6s;
}

.xw_item .desc p {
	font-size: 16px;
	color: #222222;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}

.xw_item .desc i {
	font-size: 14px;
	color: #999999;
	display: block;
	margin: 5px 0 10px 0;
}

.xw_item .desc span {
	display: block;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
}

.news_box .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #C8C8C8;
	border-radius: 50%;
	opacity: 1;
	margin: 0 2.5px;
}

.news_box .swiper-pagination-bullet-active {
	background: #DD0518;
}

.news_box .swiper-pagination {
	bottom: 15px;
}



.w_box {
	float: right;
	width: calc(100% - 595px);
}

.xw_sel {
	padding: 50px 0 35px 0;
}

.xw_sel ul li {
	display: block;
	float: left;
	position: relative;
	margin-right: 40px;
}

.xw_sel ul li a {
	font-size: 18px;
	color: #222;
}

.xw_sel ul li+li::after {
	content: "/";
	position: absolute;
	left: -25px;
	top: 0;
	font-size: 18px;
	color: #222;
}

.xw_sel ul li.on a {
	color: #DD0518;
}

.xw_list_box {
	background: #fff;
}

.w_item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 30px 45px 35px 20px;
}

.w_item .tit p {
	margin-bottom: 20px;
	float: left;
	display: block;
	width: calc(100% - 100px);
	font-size: 17px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}

.w_item .tit i {
	display: block;
	font-size: 15px;
	color: #999;
	width: 100px;
	float: right;
	text-align: right;
}

.w_item .desc p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.w_item1,
.w_item2,
.w_item3,
.w_item4 {
	border-bottom: 1px solid #e5e5e5;
}

.w_item1,
.w_item3,
.w_item5 {
	border-right: 1px solid #e5e5e5;
}

.xw_item:hover img {
	transform: scale(1.1);
}

.xw_item:hover .desc p {
	color: #DD0518;
}

.w_item:hover .tit p {
	color: #DD0518;
}


.xw_more {
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 70px;
}

.xw_more:hover {
	background: #DD0518;
	color: #fff !important;
}

/*********************************** sec6 end ********************************/







/*********************************** ç•™è¨€ start ********************************/
.sec_ly {
	background: #DD0518;
	box-sizing: border-box;
	padding: 50px 0 45px 0;
}

.ind_tit4 p {
	font-size: 28px;
	color: #F9F9F9;
	padding-bottom: 12px;
}

.ind_tit4 span {
	font-size: 18px;
	color: #F9F9F9;
}

.ly_box {
	margin-top: 25px;
}

.ly_box .sel {
	display: block !important;
	float: left !important;
	margin-right: 10px;
	width: 19%;
	height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #444;
	font-size: 14px;
	background: url(../images/xjt.png) no-repeat #fff;
	background-position: calc(100% - 20px) center;
	padding-right: 25px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}

.ly_box .int {
	display: block;
	float: left;
	background: #fff;
	margin-right: 10px;
	width: 15%;
	height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #444;
	font-size: 14px;
}

.ly_box .btnn {
	display: block;
	float: left;
	background: #fff;
	width: calc(12% - 40px);
	background: #FFBA00;
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


.sec_ly .bootstrap-select>.dropdown-toggle {
	height: 45px;
	line-height: 45px;
	outline: none !important;
}

/*********************************** ç•™è¨€ end ********************************/





/*********************************** footer start ********************************/
.footer {
	background: #222222;
}

.foot1 {
	box-sizing: border-box;
	padding: 60px 50px 0px 0;
}

.ft_nav {
	float: left;
	width: calc(100% - 580px);
}

.ft_nav dl {
	float: left;
	width: 16.666%;
}

.ft_nav dl dt {
	margin-bottom: 30px;
}

.ft_nav dl dt a {
	font-size: 16px;
	color: #FFFFFF;
}

.ft_nav dl dd a {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.foot1 a:hover {
	color: #fff !important;
}

.ewm_box {
	float: right;
}

.ewm_box .ewm {
	float: left;
	width: 110px;
}

.ewm_box .ewm img {
	width: 100%;
	padding: 5px;
	background: #fff;
}

.ewm_box .ewm p {
	font-size: 12px;
	color: #7E7E7E;
	padding-bottom: 20px;
	text-align: center;
}

.ewm_box .ewm+.ewm {
	margin-left: 45px;
}

.ft_phone {
	float: right;
	margin-left: 80px;
}

.ft_phone p {
	font-size: 30px;
	color: #DD0518;
	font-weight: 400;
}

.ft_phone span {
	font-size: 14px;
	color: #B2B2B2;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.ft_phone a {
	display: block;
	text-align: center;
	width: 144px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #626262;
	color: #DD0518;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../images/ly1.png) no-repeat;
	background-position: 25px 10px !important;
}

.ft_phone a:hover {
	background: #fff url(../images/ly1.png) no-repeat;
	color: #E60012 !important;
}

.foot2 {
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #434343;
}

.foot2,
.foot2 span,
.foot2 a {
	font-size: 12px;
	color: #868686;
}

.foot2 a:hover {
	color: #fff !important;
}

.wap_footer {
	text-align: center;
	background: #222;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: none;
	padding-bottom: 50px;
}

.wap_footer span {
	font-size: 12px;
	color: #999;
}

.fd_footer {
	box-sizing: border-box;
	background: none;
	position: fixed;
	bottom: 10px;
	z-index: 1000001;
	max-width: 780px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.fd_footer .bt {
	width: 44%;
	margin: 0 1%;
	text-align: center;
	height: 43px;
	margin-top: 5px;
	line-height: 42px;
	display: block;
	border-radius: 50px;
}

.fd_footer .bt a {
	color: #fff !important;
	padding-left: 34px;
	font-size: 16px;
}

.fd_footer .bt1 a {
	background: url(../images/phone2.png) no-repeat;
	background-size: 20px;
	background-position: 8px 2.5px;
}

.fd_footer .bt2 a {
	background: url(../images/kefu.png) no-repeat;
	background-size: 17px;
	background-position: 10px 1px;
}

.fd_footer .bt1 {
	background: #FD4C5A;
}

.fd_footer .bt2 {
	background: #55A3FF;
}







.wap_nav {
	display: none;
	box-sizing: border-box;
	padding: 0 15px;
	background: #222;
}

.wap_nav .dt {
	position: relative;
}

.wap_nav .dt a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	position: relative;
	display: block;
	border-bottom: 1px solid #333;
}

.wap_nav .dt .jt {
	display: block;
	height: 50px;
	width: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/yjt1.png) no-repeat;
	background-position: center;
	background-size: 20px;
	transition: .3s;
}

.wap_nav .dd {
	box-sizing: border-box;
	padding: 0 10px;
}

.wap_nav .dd a {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	display: block;
}

.wap_nav .erji_box {
	display: none;
}

.wap_nav .jt.active {
	transform: rotate(90deg);
}

/*********************************** footer end ********************************/











/*********************************** sec7 start ********************************/
.sec7 {
	background: #F9F9F9;
}

.sec7 .ind_tit2 strong {
	font-size: 34px;
}

.zs_item {
	width: calc(20% - 15px);
	margin-right: 18px;
	margin-bottom: 20px;
	float: left;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 50px 0 30px 0;
	border: 1px solid #dcdcdc;
	transition: .3s;
}

.zs_item:nth-of-type(5n) {
	margin-right: 0;
}

.zs_item strong {
	font-size: 24px;
	color: #222222;
	font-weight: normal;
	transition: .3s;
}

.zs_item .x {
	display: block;
	width: 28px;
	height: 4px;
	background: #333333;
	margin: 18px auto 30px auto;
	transition: .3s;
}

.zs_item .desc {
	height: 64px;
}

.zs_item .desc p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	transition: .3s;
}

.zs_item .icon {
	display: block;
	height: 100px;
	width: 120px;
	margin: 0 auto;
	background: url(../images/zs1.png) no-repeat;
	margin-bottom: 15px;
}

.zs_item .icon1 {
	background-position: 13px 0px !important;
}

.zs_item .icon2 {
	background-position: -115px 0px !important;
}

.zs_item .icon3 {
	background-position: -249px 0px !important;
}

.zs_item .icon4 {
	background-position: -381px 0px !important;
}

.zs_item .icon5 {
	background-position: -512px 0px !important;
}

.zs_item .icon6 {
	background-position: -643px 0px !important;
}

.zs_item .icon7 {
	background-position: -775px 0px !important;
}

.zs_item .icon8 {
	background-position: -907px 0px !important;
}

.zs_item .icon9 {
	background-position: -1034px 0px !important;
}

.zs_item .icon10 {
	background-position: -1169px 0px !important;
}

.zs_item .icon11 {
	background-position: -1298px 0px !important;
}

.zs_item .icon12 {
	background-position: -1430px 0px !important;
}

.zs_item .icon13 {
	background-position: -1561px 0px !important;
}

.zs_item .icon14 {
	background-position: -1694px 0px !important;
}

.zs_item .icon15 {
	background-position: -1824px 0px !important;
}

.zs_item:hover {
	background: #DD0518;
}

.zs_item:hover .icon {
	background: url(../images/zs2.png) no-repeat;
}

.zs_item:hover strong,
.zs_item:hover p {
	color: #fff;
}

.zs_item:hover .x {
	background: #fff;
}

/*********************************** sec7 end ********************************/














/*********************************** å·¦ä¾§æ ã€å³ä¾§æ ã€å†…é¡µæ¨¡æ¿ start ********************************/
.ny_banner img {
	width: 100%;
}

.wap_nav_banner {
	display: none;
}

.wap_nav_banner img {
	width: 100%;
}

.ny_content {
	box-sizing: border-box;
	padding: 50px 0 145px 0;
	background: #f9f9f9;
}

.leftbar {
	float: left;
	width: 250px;
}

.leftbar_box {
	background: #fff;
	box-sizing: border-box;
	padding: 18px 18px 20px 15px;
	transition: .5s;
}

.left_nav a {
	display: block;
	background: #f3f3f3;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.left_nav a:hover,
.left_nav a.active {
	background: #DD0518;
	color: #fff !important;
}

.rightbar {
	float: left;
	width: 300px;
	position: relative;
}

.bar_search .int {
	height: 38px;
	width: calc(100% - 60px);
	background: #fff;
	outline: none;
	float: left;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	padding: 0 10px;
}

.bar_search .btn {
	height: 38px;
	width: 60px;
	outline: none;
	background: url(../images/search.png) no-repeat #313131;
	background-position: center;
	float: left;
	cursor: pointer;
}

.bar_lx {
	margin-top: 30px;
	background: #DD0518;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 0 50px 0;
}

.bar_lx img {
	width: 149px;
}

.bar_lx a {
	display: block;
	margin: 50px auto 0 auto;
	background: #fff;
	width: 180px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	font-size: 16px;
	color: #DD0518;
}

.bar_news {
	margin-top: 30px;
}

.bar_news strong {
	font-size: 20px;
	line-height: 32px;
	color: #222222;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/lx.png) no-repeat;
	background-position: 5px 9px;
}

.bn_list {
	background: #fff;
	box-sizing: border-box;
	padding: 5px 18px 20px 18px;
	margin-top: 10px;
}

.bn_list .bn_item a {
	font-size: 14px;
	line-height: 45px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #e1e1e1;
	display: block;
	box-sizing: border-box;
	padding: 0 8px;
}


.zhuti_content {
	width: calc(100% - 550px);
	float: left;
	box-sizing: border-box;
	padding: 0 50px;
	display: block;
}

.white_bg {
	background: #fff;
	display: block;
}


.mbx_box {
	box-sizing: border-box;
	padding: 10px 0;
}

.mbx_box span,
.mbx_box a {
	font-size: 14px;
	color: #7F7F7F;
	line-height: 30px;
}

.wap_mbx {
	display: none;
}

.np_box {
	box-sizing: border-box;
	padding: 30px 0 20px 0;
}

.np_box .p_box {
	float: left;
	width: 50%;
}

.np_box .n_box {
	float: right;
	width: 50%;
	text-align: right;
}

.np_box span,
.np_box a {
	font-size: 14px;
	color: #666666;
}

.np_box .p_box,
.np_box .n_box {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.leftbar.active {
	position: fixed;
	top: 120px;
	left: auto;
	-webkit-transform: translateZ(0);
}

.rightbar .rightbar_fd.active {
	position: fixed;
	top: 90px !important;
	left: auto;
	-webkit-transform: translateZ(0);
}

/*********************************** å·¦ä¾§æ ã€å³ä¾§æ ã€å†…é¡µæ¨¡æ¿ end ********************************/






/*********************************** æ–°é—»åˆ—è¡¨è¯¦æƒ… start ********************************/
.list_xw {
	box-sizing: border-box;
	padding: 35px 25px 100px 25px;
}

.item_xw {
	margin-bottom: 30px;
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid #DCDCDC;
}

.item_xw .img {
	overflow: hidden;
	float: left;
	width: 350px;
	height: 170px;
}

.item_xw .img img {
	width: 100%;
	transition: .6s;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.item_xw .desc {
	float: left;
	width: calc(100% - 350px);
	box-sizing: border-box;
	padding-left: 25px;
}

.item_xw .tit p {
	display: block;
	float: left;
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	transition: .3s;
}

.item_xw .tit span {
	float: right;
	width: 100px;
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.item_xw .info {
	margin: 20px 0 30px 0;
}

.item_xw .info p {
	font-size: 14px;
	color: #444444;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 78px;
}

.item_xw .more .gjc {
	float: left;
	width: calc(100% - 120px);
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 16px;
}

.item_xw .more .gjc span {
	font-size: 12px;
	color: #666;
}

.item_xw .more .gjc span+span {
	padding-left: 15px;
}

.item_xw .more .lll {
	float: right;
	width: 120px;
	text-align: right;
	font-size: 12px;
	color: #666;
}

.item_xw:hover .img img {
	transform: scale(1.1) translateY(-50%);
}

.item_xw:hover .tit p {
	color: #DD0518;
}

.item_xw.other .desc {
	width: 100%;
}

.item_xw.other .more {
	display: none;
}

.item_xw.other .info {
	margin: 20px 0 0 0;
}

.item_xw.other .info p {
	-webkit-line-clamp: 2;
	height: 52px;
}





.news_desc {
	box-sizing: border-box;
	padding: 50px 35px 10px 35px;
}

.news_desc h1 {
	font-size: 26px;
	font-weight: bold;
	color: #222222;
	line-height: 56px;
}

.news_desc .news_etit {
	border-bottom: 1px solid #DCDCDC;
	padding-top: 8px;
}

.news_desc .news_etit span {
	font-size: 13px;
	color: #999999;
	line-height: 40px;
}

.news_desc .news_etit .p3 {
	float: right;
}

.news_desc .gy {
	margin: 35px 0;
	height: 55px;
	line-height: 55px;
	background: #F7F7F7;
	box-sizing: border-box;
	padding: 0 15px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_desc .gy span {
	font-size: 14px;
	color: #666;
}

.news_desc .news_content {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding-bottom: 100px;
}

.news_content img {
	width: 100% !important;
	height: auto !important;
}

.news_xq_gjc {
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #DCDCDC;
}




.rediantuijian {
	margin-top: 15px;
	background: #fff;
	box-sizing: border-box;
	padding: 22px 45px 50px 22px;
}

.rediantuijian .tit strong {
	line-height: 32px;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/lx.png) no-repeat;
	background-position: 5px 8px;
}

.rediantuijian .tit p {
	float: right;
	line-height: 32px;
}

.rediantuijian .tit p a {
	font-size: 13px;
	color: #222222;
	position: relative;
	margin: 0 10px;
}

.rediantuijian .tit p a+a::after {
	content: "";
	display: block;
	height: 14px;
	width: 1px;
	background: #222;
	position: absolute;
	top: 2px;
	left: -10px;
}

.rdtj_list {
	float: left;
	width: 50%;
	padding-top: 20px;
	padding-right: 60px;
	box-sizing: border-box;
}

.rdtj_list a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #555;
	box-sizing: border-box;
	border-bottom: 1px dashed #E1E1E1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.rdtj_list+.rdtj_list {
	padding-right: 0;
	padding-left: 40px;
	position: relative;
}

.rdtj_list+.rdtj_list::after {
	content: "";
	display: block;
	height: 330px;
	width: 1px;
	background: url(../images/x.png) no-repeat;
	position: absolute;
	top: 80px;
	left: 0;
}

/*********************************** æ–°é—»åˆ—è¡¨è¯¦æƒ… end ********************************/







/*********************************** æ¡ˆä¾‹åˆ—è¡¨è¯¦æƒ… start ********************************/
.case_form .tit {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	float: left;
	width: 100px;
	line-height: 25px;
}

.case_form .opt_list {
	width: calc(100% - 100px);
	float: left;
}

.opt_box {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.opt_box input {
	display: none;
}

.opt_box .lab {
	display: block;
	height: 14px;
	width: 14px;
	background: url(../images/rad.png) no-repeat;
	float: left;
	cursor: pointer;
	background-size: 100%;
}

.opt_box input:checked+.lab {
	background-position: 0px -18px !important;
}

.opt_box .span {
	height: 25px;
	line-height: 23px;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	cursor: pointer;
	position: relative;
	top: -6px;
}

.case_form.s {
	margin-bottom: 30px;
}

.case_form.s .tit {
	line-height: 40px;
}

.case_search {
	height: 40px;
	background: #fff;
	outline: none;
	float: left;
}

.case_search .int {
	width: 380px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	color: #999;
}

.case_search .btn {
	height: 40px;
	width: 70px;
	background: url(../images/search.png) no-repeat #6B37FF;
	float: left;
	cursor: pointer;
	outline: none;
	background-position: center !important;
}

.learn_more {
	display: block;
	margin: 0 auto;
	width: 125px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #EEEEEE;
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}

.learn_more:hover {
	background: #DD0518;
	color: #fff !important;
}

.case_tj {
	padding: 50px 0 60px 0;
	background: #fff;
}

.case_tj_tit .tit {
	float: left;
}

.case_tj_tit .case_tj_sel {
	float: right;
}

.case_tj_tit .tit p {
	font-size: 28px;
	color: #333;
	padding-left: 22px;
	background: url(../images/lx.png) no-repeat;
	background-position: 0px center;
	height: 45px;
	line-height: 45px;
	display: block;
}

.case_tj_tit .tit span {
	font-size: 16px;
	color: #777;
	display: block;
	padding-top: 4px;
}

.case_tj_tit .case_tj_sel a {
	line-height: 45px;
	margin: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	position: relative;
	display: inline-block;
}

.case_tj_tit .case_tj_sel a+a::after {
	content: "";
	display: block;
	height: 14px;
	width: 1px;
	background: #666;
	position: absolute;
	top: 16px;
	left: -11px;
}


.case_tj_list_box {}

.case_tj_list {
	float: left;
	width: calc(25% - 45px);
	margin-right: 60px;
}

.case_tj_list:nth-of-type(4n) {
	margin-right: 0;
}

.case_tj_item {
	display: block;
	border-bottom: 1px dashed #cacaca;
	line-height: 65px;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 27px;
	position: relative;
	font-size: 16px;
}

.case_tj_item::after {
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	background: #b1b1b1;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}

.case_banner {
	position: relative;
	overflow: hidden;
	height: 434px;
	background-position: center !important;
	background-size: cover !important;
}

.case_banner img {
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.case_banner .desc {
	position: absolute;
	top: 90px;
	left: 100px;
}

.case_banner .desc strong {
	font-size: 44px;
	color: #FFFFFF;
	font-weight: 300;
}

.case_banner .desc i {
	display: block;
	width: 60px;
	height: 2px;
	background: #FFFFFF;
	margin: 30px 0 35px 0;
}

.case_banner .desc p {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}

.case_banner .desc a {
	margin-top: 42px;
	display: block;
	height: 33px;
	width: 33px;
	background: url(../images/link.png) no-repeat;
}


.gswz_box {
	box-sizing: border-box;
	padding: 0 15px;
}

.gswz_info {
	background: #fff;
	text-align: center;
	padding: 45px 0 55px 0;
	margin: 18px 0 20px 0;
}

.gswz_info p {
	font-size: 24px;
	font-weight: 400;
	color: #222222;
}

.gswz_info i {
	display: block;
	width: 30px;
	height: 5px;
	background: #222222;
	margin: 25px auto 35px auto;
}

.gswz_info ul {
	display: inline-block;
}

.gswz_info ul+ul {
	margin-left: 40px;
}

.gswz_info ul li {
	text-align: left !important;
	font-size: 16px;
	color: #222222;
	line-height: 43px;
}

.gswz_info ul li span {
	color: #757575;
}



.gswz_show {
	position: relative;
	box-sizing: border-box;
	padding: 100px 80px 0 220px;
	width: 100%;
}

.gswz_bg {
	background: url(../images/gswz.jpg) no-repeat;
	display: block;
	height: 490px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.gswz_left {
	position: relative;
	z-index: 99;
	float: left;
	box-sizing: border-box;
}

.gswz_left p {
	display: inline-block;
	font-size: 38px;
	font-weight: 300;
	color: #F6F6F6;
	position: relative;
}

.gswz_left p::after {
	content: "";
	display: block;
	background: url(../images/yp.png) no-repeat;
	height: 31px;
	width: 31px;
	position: absolute;
	right: -46px;
	top: 0;
}

.gswz_left span {
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 35px 0;
}

.gswz_left .wz_img {
	width: 160px;
	text-align: center;
}

.gswz_left .wz_img img {
	width: 100%;
}

.gswz_left i {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	padding-top: 12px;
	display: block;
}

.gswz_right {
	position: relative;
	z-index: 99;
	float: right;
}

.gswz_right img {
	width: 827px;
}


.xgt_show {
	box-sizing: border-box;
	background: #fff;
	margin-top: 20px;
	padding: 50px;
}

.xgt_show strong {
	font-size: 38px;
	font-weight: 300;
	color: #212121;
	display: block;
	margin-bottom: 50px;
}

.xgt_show .img_box img {
	width: 100%;
}

.wz_np {
	margin-top: 38px;
}

.wz_np .np {
	height: 70px;
	line-height: 70px;
	width: calc(50% - 30px);
	background: #eee;
	box-sizing: border-box;
	padding: 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wz_np .np a,
.wz_np .np span {
	font-size: 16px;
	font-weight: 400;
	color: #212121;
}

.wz_np .np.prev {
	float: left;
	margin-right: 60px;
}

.wz_np .np.next {
	float: right;
}

.al_tj {
	margin-top: 60px;
}

.tj_al_lb {
	margin-top: 40px;
}

.tj_al_lb .wz_item {
	width: 100%;
	margin-right: 0 !important;
	float: none;
}

.tj_al_lb .swiper-container_al {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}

.tj_al_lb .swiper-slide {
	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;
}

.tj_al_lb .swiper-pagination-bullet {
	height: 25px;
	width: 25px;
	background: #cfcfcf;
	opacity: 1;
	transition: .3s;
}

.tj_al_lb .swiper-pagination-bullet-active {
	background: rgb(255, 0, 0);
}

.tj_al_lb .swiper-pagination {
	bottom: 25px;
}













.case_form_box_fd_zw {
	display: block;
	height: 0;
}

.case_form_box_fd {
	transition: .5s;
}

.case_form_box_fd.active {
	position: fixed;
	background: #fff;
	top: 90px;
	left: 0;
	box-sizing: border-box;
	padding: 20px 0;
	width: 100%;
	z-index: 99999;
}

/*********************************** æ¡ˆä¾‹åˆ—è¡¨è¯¦æƒ… end ********************************/



/*********************************** å…³äºŽæˆ‘ä»¬ start ********************************/
.about1 {
	background: #f3f3f3;
}

.ab_a1 {
	background: #EAEAEA;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ab_a1 .service {
	float: right;
	height: 145px;
	width: 145px;
	line-height: 145px;
	text-align: center;
	background: #F3F3F3;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}

.ab_a1 .desc {
	box-sizing: border-box;
	padding-left: 40px;
}

.ab_a1 .desc strong {
	font-size: 28px;
	color: #222222;
	font-weight: 400;
}

.ab_a1 .desc i {
	display: block;
	width: 20px;
	height: 4px;
	background: #DD0518;
	margin: 20px 0 45px 0;
}

.ab_a1 .desc h5 {
	font-size: 18px;
	color: #333;
}

.ab_a1 .desc h6 {
	font-size: 16px;
	color: #1C1C1C;
	margin-top: 15px;
}

.ab_a1 .desc h6 span {
	font-size: 16px;
	color: #DD0518;
}

.ab_a1 .desc .a {
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/more1.png)no-repeat;
	margin-top: 130px;
}


.ab_b1 {
	float: right;
	width: 50%;
	margin-top: -140px;
}

.ab_b1 .tit {
	box-sizing: border-box;
	padding: 40px 50px;
	background: #DD0518;
}

.ab_b1 .tit p {
	font-size: 32px;
	color: #FFFFFF;
}

.ab_b1 .tit i {
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	margin: 30px 0 30px 0;
}

.ab_b1 .tit span {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.ab_b1 .img {
	height: 425px;
	background-size: cover !important;
	background-position: center !important;
}


.about2 {
	box-sizing: border-box;
	background: #F3F3F3;
	padding-bottom: 70px;
}

.about2 .white {
	background: #fff;
	box-sizing: border-box;
	padding: 60px 40px 70px 40px;
}

.about-dpp {
	background-position: center;
	position: relative;
	box-sizing: border-box;
}

.about-dpp:after,
.about-dpp:before {
	content: "";
	height: 1px;
	width: 50%;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px;
	background-color: #eee;
}

.about-dpp:before {
	left: auto;
	right: 0;
}

.about-dpp .adbox {
	position: relative;
}

.about-dpp .adpp-swiper {
	height: 100%;
	max-width: 1500px;
	width: calc(94% - 80px);
	margin-left: auto;
	margin-right: auto;
}

.adpp-swiper .swiper-slide .inbox {
	position: relative;
	cursor: pointer;
}

.adpp-swiper .swiper-slide .inbox .year {
	transition: .3s;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.adpp-swiper .swiper-slide .inbox:hover .year {
	color: #dd0518;
}

.adpp-swiper .swiper-slide .inbox {
	padding-left: 30px;
	overflow: hidden;
	padding-bottom: 10px;
}

.adpp-swiper .swiper-slide .inbox:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 22px;
	height: 100%;
	width: 1px;
	background-color: #ddd;
}

.adpp-swiper .swiper-slide .inbox:after {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #ddd;
	position: absolute;
	top: 8px;
	left: 1px;
}

.red_dian {
	position: absolute;
	height: 8px;
	width: 8px;
	background: #666;
	border-radius: 100%;
	top: 12px;
	left: 5px;
}

.adpp-swiper .swiper-slide .inbox:hover .red_dian {
	background: #DD0518;
	transition: .3s;
}

.adpp-swiper .swiper-slide .inbox .year {
	line-height: 1;
	height: 30px;
	overflow: hidden;
}

.adpp-swiper .swiper-slide .inbox .desc {
	overflow: hidden;
}

.adpp-swiper .swiper-slide .inbox .desc .demo {
	font-size: 18px;
	color: #5f5f5f;
	height: 26px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

.adpp-swiper .swiper-slide .inbox .desc .imgbox {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.adpp-swiper .swiper-slide .inbox .desc .content {
	line-height: 1.8;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.adpp-swiper .swiper-slide .inbox .desc img {
	width: 100%;
}

.adpp-swiper .swiper-slide {
	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: flex-end;
}

.about-dpp .btn {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 100%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50%;
	border: 2px solid #ddd;
	background-color: #fff;
}

.about-dpp .btn:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.about-dpp .adpp-prev {
	left: 0px;
}

.about-dpp .adpp-next {
	right: 0px;
}

.about-dpp .adpp-prev:after {
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	margin-left: -4px;
}

.about-dpp .adpp-next:after {
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	margin-left: -7px;
}


.about3 {
	background: url(../images/ab3.jpg)no-repeat;
	background-size: cover !important;
	background-position: center !important;
	box-sizing: border-box;
	padding: 110px 0 130px 0;
}

.about3 .ab3_tit {}

.about3 .ab3_tit strong {
	font-size: 30px;
	font-weight: 300;
	color: #DD0518;
	position: relative;
}

.about3 .ab3_tit strong::after {
	content: "";
	display: block;
	background: url(../images/yp2.png) no-repeat;
	height: 31px;
	width: 31px;
	position: absolute;
	right: -40px;
	top: -20px;
}

.about3 .ab3_tit span {
	display: block;
	font-size: 40px;
	font-weight: 300;
	color: #222222;
	line-height: 56px;
	max-width: 500px;
	margin: 40px 0 40px 0;
}

.about3 .ab3_tit p {
	font-size: 18px;
	font-weight: 300;
	color: #444444;
	line-height: 39px;
	display: block;
	max-width: 650px;
}


.about4 {
	box-sizing: border-box;
	padding: 80px 0;
}

.about4 .ab4 .img {
	width: 50%;
}

.about4 .ab4 .img img {
	width: 100%;
}

.about4 .ab4 .desc {
	width: 50%;
}

.about4 .ab4 .desc strong {
	font-size: 52px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	line-height: 51px;
	display: block;
}

.about4 .ab4 .desc b {
	font-size: 28px;
	font-weight: 300;
	color: #333333;
	line-height: 41px;
	display: block;
	margin: 35px 0 30px 0;
}

.about4 .ab4 .desc p {
	font-size: 16px;
	color: #666;
	max-width: 600px;
	line-height: 30px;
}

.about4 .ab4 .desc p span {
	font-weight: bold;
	font-size: 16px;
	color: #DD0518;
}

.about4 .ab41 .img {
	box-sizing: border-box;
	padding-right: 60px;
}

.about4 .ab41 .desc {
	box-sizing: border-box;
	padding-top: 35px;
}

.about4 .ab42 .desc {
	text-align: right;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 60px;
	padding-top: 70px;
}

.about4 .ab42 .desc p {
	max-width: none;
}


.about5 {
	padding-bottom: 120px;
}

.about5 .ab5_list .img {
	box-sizing: border-box;
	border: 3px solid #dcdcdc;
	overflow: hidden;
}

.about5 .ab5_list .img img {
	width: 100%;
	transition: .6s;
}

.about5 .ab5_list .img:hover img {
	transform: scale(1.1);
}


.about5 .swiper-container_ab5 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.about5 .swiper-slide {
	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;
}

.about6 iframe {
	width: 100%;
	height: 800px;
	display: block;
}

/*********************************** å…³äºŽæˆ‘ä»¬ end ********************************/





/*********************************** æŠ€æœ¯ä¸ŽæœåŠ¡ start ********************************/
.jsfw_box {
	margin: 20px 0;
}

.jsfw_nav {
	float: left;
	width: 300px;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	padding-bottom: 10px;
	background: #fff;
}

.jsfw_nav .dl {
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 10px;
}

.jsfw_nav .dl .dt {
	border-bottom: 1px solid #eee;
	position: relative;
}

.jsfw_nav .dt i {
	display: block;
	height: 100%;
	width: 40px;
	background: url(../images/right2.png) no-repeat;
	background-size: 14px !important;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jsfw_nav .dl .dt a {
	font-size: 17px;
	font-weight: bold;
	background: rgb(243, 243, 243);
	color: #333;
	box-sizing: border-box;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	transition: .3s;
	display: block;
}

.jsfw_nav .dl .dd {
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
	border-bottom: 1px dashed #eee;
}

.jsfw_nav .dl .dd a {
	display: block;
}

.jsfw_nav .dl .dd:hover,
.jsfw_nav .dl .dd.active {
	background: #F6F6F6;
}

.jsfw_nav .dl .dd:hover a,
.jsfw_nav .dl .dd.active a {
	color: #E60012;
}

.jsfw_nav .dd_box {
	display: none;
	margin: 10px 0;
}


.jsfw_desc {
	box-sizing: border-box;
	padding-left: 40px;
	float: right;
	width: calc(100% - 300px);
}

.jsfw_hd {
	padding-bottom: 20px;
	padding-top: 15px;
}

.jsfw_hd+.jsfw_hd {
	padding-top: 50px;
}

.jsfw_hd .tit {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 0 15px 10px 20px;
	position: relative;
}

.jsfw_hd .tit p {
	background: #fff;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
}

.jsfw_hd .tit::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	z-index: -1;
}

.jsfw_hd .desc {
	font-size: 14px;
	color: #666;
}

.jsfw_hd .down {
	margin-top: 15px;
	display: block;
}

.jsfw_hd .down img {
	width: 30px;
	height: 30px;
	float: left;
}

.jsfw_hd .down p {
	width: calc(100% - 30px);
	float: left;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jsfw_ml {
	position: fixed;
	right: 10px;
	top: 40vh;
	z-index: 99999;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	padding-bottom: 10px;
	min-width: 130px;
}

.jsfw_ml p {
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.jsfw_ml a {
	line-height: 30px;
	display: block;
	box-sizing: border-box;
	padding: 0 10px 0 30px;
	position: relative;
	font-size: 14px;
	color: #666;
}

.jsfw_ml a::after {
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	background: #333;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 13px;
	transition: .3s;
}

.jsfw_ml a:hover::after {
	background: #E60012;
}

.black_bg,
.jsfw_nav_btn {
	display: none;
}

/*********************************** æŠ€æœ¯ä¸ŽæœåŠ¡ end ********************************/


.case_form .opt_list .more {
	display: none;
}


/*********************************** ç™»å½• start ********************************/


.top-menu {
	position: relative;
	z-index: 999;
}

.top-menu .topbar-body {
	background: #fff;
	position: relative;
	box-shadow: 1px 0 3px #ccc;
	z-index: 3000;
}

.top-menu .topbar-box {
	width: 1200px !important;
	height: 60px;
	margin: 0 auto
}

.top-menu .logo {
	margin-top: 10px
}

.top-menu .logo img {
	max-height: 40px;
}

.top-menu .tool-body .t-l {
	margin: 5px 5px 0
}

.top-menu .tool-body a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
}

.dl_footer {
	color: #999;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}

.dl_footer a {
	color: #999;
	font-size: 12px;
	text-align: center;
}

.dl_footer p {
	font-size: 12px;
}

.footer-menu-line {
	margin: 0 5px
}

.dl_footer .footer-menu a {
	color: inherit;
	display: inline-block;
}

.menu-icon {
	display: inline-block;
	height: 35px;
	vertical-align: middle;
}

.mt15 {
	margin-top: 15px;
}

.bule-c {
	color: #E60012;
}

.cas-main-box {
	width: 1200px !important;
	height: 500px;
	margin: 60px auto;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.tool-body {
	color: #333;
}

.hover-img {
	display: none;
}

.m-web:hover .hover-img,
.official-account:hover .hover-img {
	display: block;
}

.c-default {
	cursor: default;
}

.cas-main-box-silder {
	width: 780px;
	height: 500px;
	float: left;
}

.cas-main-box-login {
	background-color: #fff;
	width: 420px;
	height: 500px;
	/* float: right; */
	box-shadow: 1px 0 5px #ededee;
	box-sizing: border-box;
	border-width: 1px 1px 1px 0px;
	border-color: #e6e6e6;
	border-style: solid;
	margin: 0 auto;
}

.login-loser-tip {
	width: 319px;
	padding: 0 50px;
	background-color: #fdf7ed;
	height: 59px;
	line-height: 59px;
}

.login-loser-tip span {
	display: inline-block;
}

.login-loser-tip-span {
	background-position: -4px -12px;
	width: 15px;
	height: 15px;
	margin: 22px 5px;
}

.login-title {
	border-bottom: 1px solid #ededed;
	height: 79px;
	line-height: 79px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.login-box {
	top: 135px;
	left: 50px;
	width: 320px;
}

.login-error {
	top: 155px;
	color: red;
	text-align: left;
	left: 50px;
	width: 320px;
}

.input-box {
	margin-bottom: 20px;
	height: 40px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

.input-box .icon-login,
.input-box .icon-password,
.input-box .icon-authcode {
	background-color: #eeeeee;
	width: 39px;
	height: 38px;
	border-right: 1px solid #dcdcdc;
}

.input-box i {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 8px 9px;
}

.input-box .icon-login i {
	background: url(../images/logo_icon1.png) no-repeat;
	background-size: 85%;
	background-position: center;
}

.input-box .icon-password i {
	background: url(../images/logo_icon2.png) no-repeat;
	background-size: 100%;
}

.input-box .code-img {
	right: 0;
	top: 1px;
}

.input-box input {
	font-size: 14px;
	width: 270px;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 8px;
	border: 0;
}

.input-box-button {
	width: 100%;
	background-color: #E60012;
	border: 0;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 8px;
}

.login-bottom-box {
	width: 320px;
	left: 50px;
	bottom: 90px;
}

.other-login-type {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ededed;
	height: 59px;
	line-height: 59px;
	bottom: 0;
	background-color: #f6f6f6;
}

#browser-360 {
	width: 1200px !important;
	margin: -30px auto 30px;
}

#browser-360 p {
	font-size: 12px;
	color: #bbb;
	line-height: 1;
	padding: 5px 0;
}

.mt10 {
	margin-top: 5px;
}

.input-box .dx {
	width: calc(100% - 160px);
	float: left;
	box-sizing: border-box;
}

.input-box .hqyzm {
	width: 120px;
	float: left;
	height: 38px;
	line-height: 38px;
	background: #eee;
	text-align: center;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #ddd !important;
	transition: 0s;
}

.input-box .hqyzm.k {
	color: #555 !important;
}

.input-box .hqyzm.k:hover {
	color: #E60012 !important;
}

.official-account .absolute {
	left: -18px;
}


/*********************************** ç™»å½• end ********************************/





/*********************************** è”ç³»æˆ‘ä»¬ start ********************************/
.contact1 {
	box-sizing: border-box;
	padding: 80px 0 90px 0;
}

.contact1 .cot1 .tit {
	float: left;
	width: 40%;
}

.contact1 .cot1 .desc {
	float: left;
	width: calc(100% - 40% - 300px);
}

.contact1 .cot1 .ewm {
	float: right;
	width: 200px;
	margin-right: 100px;
	margin-top: 60px;
}

.contact1 .cot1 .tit strong {
	font-size: 49px;
	font-family: Verdana;
	font-weight: bold;
	color: #1E1E1E;
	line-height: 63px;
}

.contact1 .cot1 .tit p {
	font-size: 33px;
	font-weight: 300;
	color: #242424;
	margin: 25px 0 2px 0;
}

.contact1 .cot1 .tit span {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	display: block;
	margin-bottom: 85px;
}

.contact1 .cot1 .tit a {
	width: 240px;
	text-align: center;
	display: block;
	font-size: 26px;
	font-weight: 300;
	color: #FFFFFF !important;
	height: 48px;
	line-height: 48px;
	background: #D40011;
}

.contact1 .cot1 .desc .info strong {
	font-size: 24px;
	color: #D40011;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
}

.contact1 .cot1 .desc .info p {
	font-size: 28px;
	font-weight: bold;
	color: #D40011;
	margin-bottom: 8px;
}

.contact1 .cot1 .desc .info span {
	font-size: 15px;
	font-weight: 300;
	color: #666666;
}

.contact1 .cot1 .desc .desc_phone {
	margin-top: 80px;
}

.contact1 .cot1 .desc .desc_phone p {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	line-height: 39px;
}

.contact1 .cot1 .desc .desc_phone span {
	display: block;
	float: left;
}

.contact1 .cot1 .desc .desc_phone b {
	display: block;
	float: left;
	font-weight: normal;
}

.contact1 .cot1 .ewm .img {
	width: 200px;
	box-sizing: border-box;
	padding: 13px;
	background: #eee;
}

.contact1 .cot1 .ewm .img img {
	width: 100%;
}

.contact1 .cot1 .ewm p {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	text-align: center;
	padding-top: 14px;
}



.my-map {
	margin: 0 auto;
	width: 100%;
	height: 550px;
}

.my-map .icon {
	background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-red {
	background-position: -11px -5px;
}

.amap-container {
	height: 100%;
}

.myinfowindow {
	width: 240px;
	min-height: 50px;
}

.myinfowindow h5 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	width: 220px;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}

.myinfowindow div {
	margin-top: 10px;
	min-height: 40px;
	line-height: 20px;
	font-size: 13px;
	color: #6f6f6f;
}

.amap-drags {
	background: #000000;
}

.amap-layers {
	opacity: .6;
}

.amap-logo,
.amap-copyright {
	display: none !important;
}



.contact2 {
	background: url(../images/contact2_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	padding: 1px 0 40px 0;
}

.wp {
	max-width: 1200px;
	width: 100%;
}

.msg-form li {
	margin-bottom: 20px;
}

.msg-form li:before,
.msg-form li:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.msg-form li:after {
	clear: both;
}

.msg-form li {
	zoom: 1;
}

.msg-form .inp-box {
	float: left;
	width: 50%;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}

.msg-form {
	margin: 0 -10px;
}

.msg-form .bootstrap-select,
.msg-form .inp {
	border: none;
	border-radius: 6px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 20px;
	border: 1px solid #dddddd;
	font-size: 18px;
	box-sizing: border-box;
}

.pop-join .bootstrap-select,
.msg-form .bootstrap-select {
	color: #999;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../images/ar2.png) no-repeat 97% 50%;
}

.msg-form textarea::-webkit-input-placeholder,
.msg-form .inp::-webkit-input-placeholder {
	font-family: "Microsoft Yahei";
	color: #999;
}

.msg-form textarea::-moz-placeholder,
.msg-form .inp::-moz-placeholder {
	font-family: "Microsoft Yahei";
	color: #999;
}

.msg-form textarea::-ms-input-placeholder,
.msg-form .inp::-ms-input-placeholder {
	font-family: "Microsoft Yahei";
	color: #999;
}

.text-bor {
	position: relative;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	border: 1px solid #dddddd;
}

.text-pad {
	padding: 0 12px;
}

.text-bor label {
	position: static;
}

.msg-form textarea {
	width: 100%;
	border: none;
	font-family: "Microsoft Yahei";
	font-size: 18px;
}

.contact-box {
	background-color: #f6f6f6;
}

.full-w .inp-box {
	width: 100%;
}

.msg-box .inp-yzm {
	position: relative;
	padding-right: 200px;
}

.inp-yzm .yzm {
	position: absolute;
	right: 0;
	top: 0;
}

.inp-yzm .yzm img {
	height: 50px;
	width: 180px;
}

.more-5 {
	font-family: "Microsoft Yahei";
	width: 200px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #d7262e;
	font-weight: bold;
	border-radius: 6px;
	font-size: 18px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin-top: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}

.more-5:hover {
	opacity: .8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.con-row3 {
	overflow: hidden;
	padding-bottom: 6%;
}

.msg-box h3 {
	font-size: 40px;
	margin: 60px 0 50px 0;
	color: #333;
}

.msg-box .bootstrap-select>.dropdown-toggle {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #999;
}

.msg-form .dropdown-menu li {
	margin-bottom: 0;
}

/*********************************** è”ç³»æˆ‘ä»¬ end ********************************/




@keyframes upshow {
	0% {
		opacity: 0;
		transform: translateY(100%);
		-webkit-transform: translateY(100%)
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
		-webkit-transform: translateY(0%)
	}
}

@-webkit-keyframes upshow {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%)
	}
}





.case_form_box_fd.active .wxxt {
	padding: 0 20px;
}


.pagesDiv {
	clear: both;
	width: 100%;
	margin: 0 auto;
	line-height: 25px;
	padding: 10px 0px 10px 0px;
}

.pages {
	height: 30px;
	color: #666666;
	margin-top: 5px;
	text-align: center;
}

.pages a:link,
.pages a:visited {
	color: #666666;
}

.pages a,
.pages a:link {
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin: 0px 2px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.pages a:hover {
	background: #FB9007;
	color: #FFFFFF;
	border: 1px solid #E61636;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px;
}

.pages .cpb {
	font-weight: bold;
	color: #FFFFFF;
	background: #FB9007;
	border: 1px solid #E61636;
	text-align: center;
	margin: 0px 2px;
	padding: 2px 5px;
}

.pages .intext {
	width: 30px;
	border: 1px solid #7F9DB9;
	height: 19px;
	line-height: 19px;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
	color: #333333;
	height: 30px;
	line-height: 30px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.pagination li a {
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}

.pagination li a:hover {
	background: #FB9007;
	color: #ffffff;
}

.pagination li a.thisclass {
	background: #FB9007;
	color: #ffffff;
	border: 1px solid #E61636;
	cursor: default;
}

.pagination li a.thisclass:hover {
	background: #FB9007;
	color: #ffffff;
	border: 1px solid #E61636;
	cursor: default;
}

.pagination li .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999999;
}

.pagination li .pageinfo strong {
	color: #555555;
	font-weight: normal;
}

.pagination table {
	text-align: center;
	margin: 10px 0px 0px 25%;
}

.pagination table td {
	padding: 0px 2px;
}

#pages {
	padding: 14px 0 10px;
	text-align: right;
}

#pages a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333333;
	padding: 0 14px;
}

#pages a.a1 {
	background: url('../images/pages.png') no-repeat 0 5px;
	padding: 0 5px;
}

#pages a:hover {
	background: #f1f1f1;
	color: #000000;
	text-decoration: none;
}

#pages span {
	display: inline-block;
	height: 30px;
	padding: 0 14px;
	line-height: 30px;
	background: #FF0A04;
	border: 1px solid #FF0A04;
	color: #ffffff;
	text-align: center;
}

#pages .noPage {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: url('../images/titlebg.png') repeat-x 0 -55px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}


.item_xw .more .gjc {
	height: 28px;
}

.gggggjc {
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 4px;
	color: #666 !important;
	box-sizing: border-box;
	padding: 5px 8px;
}

.gggggjc:hover {
	color: #FF0A04 !important;
}

.jsfw_hd .desc,
.jsfw_hd .desc p,
.jsfw_hd .desc span {
	font-size: 16px;
	line-height: 33px;
	color: #666;
	font-family: "microsoft yahei";
}


@media screen and (max-width:1899px) {
	.w1830 {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 0 50px;
	}

	.zs_item {
		padding: 50px 10px 30px 10px;
	}
}

@media screen and (max-width:1799px) {
	.w1710 {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 0 50px;
	}
}

@media screen and (max-width:1699px) {

	.w1650,
	.w1680,
	.w1400 {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 0 50px;
	}

	.foot1 {
		padding-right: 0;
	}

	.header .top_nav>ul>li+li {
		margin-left: 30px;
	}

	.gswz_show {
		padding: 100px 50px 0 50px;
	}

	.ab_a1 {
		left: 50px;
		width: calc(50% - 50px);
	}
}

@media screen and (max-width:1520px) {
	.header .top_nav {
		padding-right: 20px;
	}

	.header .top_nav ul li+li {
		margin-left: 15px;
	}

	.ab_box .b_box {
		width: 600px;
	}

	.ab_box .b_box img {
		width: 100%;
	}

	.ab_box .a_box {
		width: calc(100% - 650px);
	}

	.ly_box .int {
		width: 13%;
	}

	.ly_box .sel {
		width: 18%;
	}

	.ly_box .btnn {
		width: calc(15% - 40px);
	}

	.zs_item .desc {
		height: 96px;
	}

	.zhuti_content {
		padding: 0 30px;
		width: calc(100% - 500px);
	}

	.rightbar {
		width: 250px;
	}

	.gswz_right img {
		width: 700px;
	}

	.gswz_left p {
		font-size: 32px;
	}

	.xgt_show strong {
		font-size: 32px;
	}

	.gswz_left span {
		font-size: 18px;
	}

	.gswz_left .wz_img {
		width: 130px;
	}

	.gswz_left i {
		font-size: 12px;
	}

	.gswz_bg {
		height: 420px;
	}

	.case_banner {
		height: 350px;
	}

	.case_banner .desc {
		top: 60px;
	}

	.about4 .ab41 .desc {
		padding-top: 10px;
	}

	.about4 .ab4 .desc b {
		margin: 15px 0;
	}
}

@media screen and (max-width:1370px) {
	.head_more .p {
		padding: 0 15px;
	}

	.head_more .ai {
		padding: 32px 15px;
	}

	.header .top_nav ul li+li {
		margin-left: 10px;
	}

	.w1830,
	.w1810,
	.w1710,
	.w1680,
	.w1650 {
		padding: 0px 20px;
	}

	.ind_tit1 .a_wz a {
		margin: 0 6px;
	}

	.header .logo {
		margin-left: 25px;
	}

	.zhuti_content {
		padding: 0 15px;
	}

	.rediantuijian {
		padding: 22px 22px 50px 22px;
	}

	.rdtj_list {
		padding-right: 30px;
	}

	.rediantuijian .tit p {
		float: none;
	}

	.about4 .ab4 .desc strong {
		font-size: 46px;
		line-height: 45px;
	}

	.about4 .ab4 .desc b {
		font-size: 24px;
		line-height: 34px;
	}

	.contact1 .cot1 .desc {
		width: calc(100% - 40% - 200px);
	}

	.contact1 .cot1 .ewm {
		margin-right: 0;
	}

	.ab_a1 {
		left: 20px;
		width: calc(50% - 20px);
	}

}

@media screen and (max-width:1280px) {
	.ind_tit1 .a_wz {
		margin-top: 42px;
	}

	.ind_tit1 .tit span {
		display: block;
		padding-left: 0;
	}

	.wz_item {
		margin-right: 25px;
		margin-bottom: 30px;
		width: calc(25% - 19px);
	}

	.wz_item:hover {
		margin-bottom: 45px;
	}

	.wz_item:nth-of-type(4n) {
		margin-right: 0;
	}

	.ab_box .b_box {
		width: 500px;
	}

	.ab_box .a_box {
		width: calc(100% - 520px);
	}

	.x_box {
		width: 500px;
	}

	.w_box {
		width: calc(100% - 525px);
	}

	.w_item {
		padding: 26px 45px 27px 20px;
	}

	.head_more .p {
		padding: 0 10px;
		font-size: 16px;
	}

	.head_more .ai {
		padding: 32px 10px;
	}

	.about4 .ab4 .desc p {
		font-size: 14px;
		line-height: 22px;
	}
}






@media screen and (max-width:1199px) {

	.pc_nav_box,
	.sub_nav_box,
	.header .black_bg {
		display: none !important;
	}

	.top_nav,
	.header .head_more .ai,
	.header .head_more .p {
		display: none;
	}

	.header .head_more,
	.header_zw {
		height: 60px;
	}

	.ind_tit1 .tit span {
		display: block;
	}

	.ind_tit1 .tit {
		float: none;
		text-align: center;
	}

	.ind_tit1 .a_wz {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.wz_sel {
		text-align: center;
	}

	.wz_sel li {
		margin-right: 15px;
	}

	.wz_sel a {
		line-height: 35px;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		margin-top: 2.5px;
		height: 55px;
	}

	.header .logo img {
		height: 100%;
	}

	#submenu {
		display: block;
	}

	#submenu .nav_logo {
		width: 198px;
	}

	.leftbar {
		padding-bottom: 10px;
	}

	.pc_mbx {
		display: none;
	}

	.wap_mbx {
		display: block;
	}

	.ny_content {
		padding: 0px 0 70px 0
	}

	.news_desc {
		padding: 0px 15px 10px 15px;
	}

	.wzlx_item {
		width: 33.33%;
	}

	.wzlx_item:nth-of-type(4),
	.wzlx_item:nth-of-type(5),
	.wzlx_item:nth-of-type(6) {
		border-top: 1px solid #e5e5e5;
	}

	.wzlx_item a {
		padding: 50px 20px 40px 20px;
	}


	.ys_item {
		width: calc(33.3% - 10px);
		margin-bottom: 15px;
		padding: 50px 15px 20px 15px;
	}

	.ys_item:nth-of-type(3n) {
		margin-right: 0;
	}

	.ab_box .a_box {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.ab_box .b_box {
		width: 100%;
		float: none;
		max-width: 600px;
		margin: 0 auto;
	}

	.ab_box .a_box .desc {
		max-width: none;
	}

	.sec4 {
		min-height: auto;
		padding: 150px 0;
	}

	.dz_item {
		width: calc(33.3% - 20px);
		margin: 10px;
	}

	.x_box,
	.w_box {
		width: 100%;
		float: none;
	}

	.footer {
		display: none;
	}

	.wap_footer,
	.wap_nav {
		display: block;
	}

	.ly_box .btnn {
		font-size: 16px;
	}

	.zs_item {
		width: calc(33.3% - 10px);
		margin-right: 15px !important;
		padding: 30px 10px 30px 10px;
	}

	.zs_item:nth-of-type(3n) {
		margin-right: 0 !important;
	}

	.zs_item .desc {
		height: 64px;
	}

	.zs_item .icon {
		margin-bottom: 0;
	}

	.zs_item .x {
		margin: 15px auto 20px auto;
	}


	.rightbar {
		display: none;
	}

	.leftbar {
		float: none;
		width: 100%;
	}

	.left_nav {
		text-align: center;
	}

	.left_nav a {
		display: inline-block;
		float: none;
		padding: 0 15px;
		margin: 0 5px 5px 5px;
	}

	.zhuti_content {
		width: 100%;
		padding: 0;
	}

	.case_tj_list {
		width: calc(50% - 30px);
	}

	.case_tj_list:nth-of-type(2n) {
		margin-right: 0px;
	}

	.case_tj_list:nth-of-type(2),
	.case_tj_list:nth-of-type(3) {
		display: none;
	}

	.case_tj_tit .tit,
	.case_tj_tit .case_tj_sel {
		float: none;
	}

	.tj_al_lb .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}

	.tj_al_lb .swiper-container_al {
		padding-bottom: 50px;
	}

	.gswz_show {
		text-align: center;
	}

	.gswz_left .wz_img {
		display: none;
	}

	.gswz_left {
		float: none;
		width: 100%;
	}

	.gswz_right {
		float: none;
		width: 100%;
	}

	.gswz_show {
		padding: 50px 50px 0 50px;
	}

	.gswz_right {
		text-align: center;
	}

	.gswz_right img {
		width: 100%;
		max-width: 700px;
	}

	.gswz_bg {
		height: 80%;
	}

	.case_form_box_fd {
		position: relative !important;
		top: 0 !important;
		padding: 0 !important;
	}

	.case_form_box_fd_zw {
		display: none !important;
	}

	.opt_box .span {
		top: -5px;
	}


	.cas-main-box {
		width: 100% !important;
		height: auto;
	}

	.top-menu .topbar-box {
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.cas-main-box-silder {
		display: none;
	}

	.cas-main-box-login {
		float: none;
		margin: 0 auto;
	}

	#browser-360 {
		display: none;
	}


	.msg-box h3 {
		font-size: 30px;
	}

	.contact1 .cot1 .tit strong {
		font-size: 38px;
		line-height: 44px;
	}

	.contact1 .cot1 .tit p {
		font-size: 26px;
		margin: 10px 0 2px 0;
	}

	.contact1 .cot1 .desc .info strong {
		font-size: 20px;
	}

	.contact1 .cot1 .desc .info p {
		font-size: 26px;
	}

	.contact1 .cot1 .desc .desc_phone {
		margin-top: 40px;
	}

	.contact1 .cot1 .desc .desc_phone p {
		font-size: 16px;
		line-height: 30px;
	}

	.contact1 .cot1 .tit span {
		margin-bottom: 60px;
	}

	.contact1 .cot1 .tit a {
		font-size: 18px;
		width: 200px;
	}

	.contact1 .cot1 .ewm .img,
	.contact1 .cot1 .ewm {
		width: 180px;
	}

	.contact1 .cot1 .ewm p {
		font-size: 14px;
	}

	.contact1 .cot1 .tit {
		width: 36%;
	}

	.contact1 .cot1 .desc {
		width: calc(100% - 36% - 180px);
	}

	.about6 iframe {
		height: 500px;
	}
}


@media screen and (max-width:1025px) {
	.ly_box .sel {
		width: calc(33.3% - 6.5px);
		margin-bottom: 10px;
	}

	.ly_box .sel:nth-of-type(3n) {
		margin-right: 0;
	}

	.ly_box .int {
		width: calc(33.3% - 6.5px)
	}

	.ly_box .btnn {
		width: calc(33.3% - 6.5px)
	}
}

@media screen and (max-width:998px) {
	.wz_item {
		width: calc(50% - 7.5px);
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.wz_item:hover {
		margin: 0 15px 15px 0;
	}

	.wz_item:nth-of-type(4n) {
		margin-right: 15px;
	}

	.wz_item:nth-of-type(2n) {
		margin-right: 0px;
	}

	.mbx_box span,
	.mbx_box a {
		font-size: 12px;
	}

	.wap_nav_banner {
		display: block;
	}

	.ny_banner {
		display: none;
	}

	.gswz_box {
		padding: 0;
	}

	.wz_np .np {
		width: calc(50% - 10px);
		height: 55px;
		line-height: 55px;
	}

	.wz_np .np.prev {
		margin-right: 20px;
	}

	.wz_np .np a,
	.wz_np .np span {
		font-size: 14px;
	}

	.wz_np {
		margin-top: 20px;
	}

	.case_banner .desc {
		left: 40px;
		top: 60px;
	}


	.ab_b1 {
		float: none;
		width: 100%;
	}

	.ab_a1 {
		position: relative;
		width: 100%;
		left: 0;
	}

	.ab_b1 .img {
		display: none;
	}

	.ab_a1 .desc {
		padding-bottom: 40px;
	}

	.ab_a1 .service {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.ab_a1 .desc .a {
		margin-top: 50px;
	}

	.adpp-swiper .swiper-slide .inbox .desc .content {
		font-size: 14px;
	}

	.about3 {
		padding: 80px 0;
	}

	.about3 .ab3_tit strong {
		font-size: 24px;
	}

	.about3 .ab3_tit span {
		margin: 20px 0;
		font-size: 28px;
		line-height: 38px;
	}

	.about3 .ab3_tit p {
		line-height: 28px;
		font-size: 16px;
	}

	.about4 .ab4 .desc,
	.about4 .ab4 .img {
		width: 100%;
		float: none;
	}

	.about4 .ab41 .img {
		padding: 0;
	}

	.about4 .ab4 .desc {
		padding: 20px 0;
	}

	.ab_b1 {
		margin-top: 0;
		padding-top: 15px;
	}

	.jsfw_nav {
		width: 240px;
	}

	.jsfw_desc {
		width: calc(100% - 240px);
	}

	.w1400 {
		padding: 0 15px;
	}

	.contact1 .cot1 .tit {
		width: 100%;
		margin-bottom: 20px;
	}

	.contact1 .cot1 .desc {
		width: calc(100% - 180px);
	}

	.contact1 .cot1 .tit span {
		margin-bottom: 25px;
	}

	.contact1 .cot1 .desc .info strong {
		margin-bottom: 0;
		font-size: 16px;
	}

	.contact1 .cot1 .desc .info p {
		margin-bottom: 0;
	}
}

@media screen and (max-width:699px) {

	.w1830,
	.w1810,
	.w1710,
	.w1650 {
		padding: 0 15px;
	}

	#submenu .nav_logo {
		width: 180px;
		margin: 10px auto;
	}

	#submenu .m_nav li>a {
		height: 40px;
		line-height: 40px;
	}

	#submenu .subnag a {
		font-size: 14px;
	}

	#submenu .m_nav li>a {
		font-size: 18px;
	}

	.header .logo {
		height: 50px;
		margin-top: 5px;
		margin-left: 10px;
	}

	.ind_tit1 .tit strong,
	.ind_tit p,
	.ind_tit3 p,
	.ind_tit4 p,
	.sec7 .ind_tit2 strong,
	.case_tj_tit .tit p {
		font-size: 26px;
	}

	.ind_tit1 .tit span,
	.ind_tit span,
	.ind_tit3 span,
	.ind_tit4 span,
	.case_tj_tit .tit span {
		font-size: 12px;
		line-height: 18px;
	}

	.ind_tit4 p {
		margin-bottom: 0;
	}

	.ind_tit3 {
		padding-bottom: 20px;
	}

	.ind_tit span {
		margin-top: 5px;
	}

	.ind_tit {
		padding: 40px 0 20px 0;
	}

	.ind_tit1 {
		margin: 40px 0 20px 0;
	}

	.wzlx_item {
		width: 50%;
		border-top: 1px solid #e5e5e5;
	}

	.wzlx_item strong {
		font-size: 22px;
		margin: 0px 0 10px 0;
	}

	.wzlx_item .desc p {
		font-size: 14px;
	}

	.wzlx_item a {
		padding: 20px 15px;
	}

	.wzlx_item .icon {
		zoom: .5;
	}

	.wzlx_item .desc {
		height: 52px;
	}

	.ys_item {
		width: calc(50% - 5px);
		margin-right: 10px !important;
		padding: 20px 15px;
	}

	.ys_item:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.ys_item .icon {
		zoom: .5;
	}

	.ys_item strong {
		margin: 5px 0 10px 0;
	}

	.ab_box .a_box strong {
		font-size: 28px;
	}

	.ab_box .a_box .desc p {
		font-size: 16px;
		line-height: 30px;
	}

	.ab_box .a_box .desc {
		margin-top: 20px;
	}

	.xw_more {
		margin-top: 50px;
	}

	.zs_item .icon {
		zoom: .5;
	}

	.zs_item .desc p {
		font-size: 14px;
		line-height: 22px;
	}

	.news_desc .news_content {
		font-size: 14px;
		line-height: 30px;
	}

	.rdtj_list {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.rdtj_list+.rdtj_list {
		display: none;
	}

	.rediantuijian {
		padding: 15px;
	}

	.rdtj_list {
		padding-top: 0;
	}

	.case_tj_tit .case_tj_sel a {
		font-size: 12px;
		margin: 0 5px;
	}

	.case_tj_tit .case_tj_sel a::after {
		left: -7px;
	}

	.case_tj_list {
		width: calc(50% - 7.5px);
		margin-right: 15px;
	}

	.learn_more {
		margin-bottom: 0;
	}

	.case_form .tit {
		font-size: 14px;
		width: 70px;
		line-height: 15px;
	}

	.case_search {
		width: calc(100% - 70px);
	}

	.case_form .opt_list {
		width: 100%;
	}

	.case_search .int {
		width: calc(100% - 70px);
		height: 35px;
	}

	.case_search .btn {
		height: 35px;
	}

	.case_form.s .tit {
		line-height: 35px;
	}

	.opt_box .lab {
		width: 15px;
		height: 15px;
		background-size: 100%;
	}

	.opt_box input:checked+.lab {
		background-position: 0 -20px !important;
	}

	/* .opt_box{margin-bottom: 10px;} */
	.al_tj {
		margin-top: 40px;
	}

	.gswz_info p {
		font-size: 22px
	}

	.gswz_info i {
		margin: 15px auto 20px auto;
	}

	.gswz_info ul li {
		font-size: 14px;
	}

	.gswz_info ul+ul {
		margin-left: 15px;
	}

	.xgt_show {
		padding: 30px 20px;
	}

	.gswz_show {
		padding: 50px 20px 0 20px;
	}

	.gswz_left p {
		font-size: 26px;
	}

	.gswz_left span {
		font-size: 14px;
	}

	.gswz_left p::after {
		width: 25px;
		width: 25px;
		background-size: 100%;
	}

	.xgt_show strong {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.case_banner .desc strong {
		font-size: 38px;
	}

	.case_banner .desc i {
		margin: 20px 0 25px 0;
	}

	.case_banner .desc p {
		font-size: 16px;
	}

	.case_banner .desc a {
		margin-top: 20px;
	}

	.about2 .white {
		padding: 60px 20px 70px 20px;
	}

	.about-dpp .btn {
		height: 30px;
		width: 30px;
	}

	.about-dpp .adpp-swiper {
		width: calc(94% - 60px);
	}

	.about4 {
		padding: 40px 0;
	}

	.about4 .ab4 .desc p {
		font-size: 16px;
		line-height: 30px;
	}

	.about5 {
		padding-bottom: 80px;
	}



	.jsfw_ml {
		display: none;
	}

	.jsfw_nav {
		display: none;
	}

	.jsfw_desc {
		width: 100%;
		padding: 0;
	}

	.jsfw_nav_btn {
		display: block;
		height: 45px;
		width: 45px;
		border-radius: 3px;
		background: url(../images/dh.png) no-repeat #DD0518;
		position: fixed;
		top: 80vh;
		left: 10px;
		z-index: 9999;
		background-size: 32px !important;
		background-position: center !important;
	}

	.black_bg {
		display: none;
		position: fixed;
		z-index: 9999999;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, .5);
	}

	.jsfw_nav {
		display: block;
		position: fixed;
		z-index: 99999999;
		left: -100%;
		top: 0;
		height: 100%;
		box-sizing: border-box;
		padding: 20px 0px 20px 10px;
		overflow: auto;
		transition: .6s;
	}

	.jsfw_nav.active {
		left: 0;
	}

	.opt_box {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.case_form .tit {
		display: inline;
		line-height: 20px;
	}

	.case_form .opt_list {
		display: inline;
		float: none;
	}

	.sec1 .case_form_box_fd .w1830 {
		padding: 0 !important;
	}

	.opt_box .span {
		padding-left: 5px;
	}

	.case_form .opt_list .more {
		display: inline;
		float: left;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		color: #DD0518;
		cursor: pointer;
		position: relative;
	}


	.tool-body .fl {
		display: none;
	}

	.tool-body .fl.ind {
		display: block;
	}


	.msg-form textarea,
	.msg-form select,
	.msg-form .inp {
		font-size: 14px;
		height: 40px;
	}

	.msg-box .inp-yzm {
		padding-right: 0;
		width: 100%
	}

	.msg-box .inp-yzm .inp {
		width: 50%;
	}

	.inp-yzm .yzm img {
		height: 40px;
		width: auto;
	}

	.inp-yzm .yzm {
		right: 10px;
	}

	.contact1 {
		padding: 60px 0 30px 0;
	}

	.contact1 .cot1 .desc {
		width: 100%;
	}

	.contact1 .cot1 .ewm {
		width: 100%;
		margin-top: 30px;
	}

	.contact1 .cot1 .ewm .img {
		margin: 0 auto;
	}

	.contact1 .cot1 .desc .desc_phone {
		margin-top: 20px;
	}

	.my-map {
		height: 300px;
	}


	.item_xw .img {
		width: 220px;
		height: 110px;
	}

	.item_xw .desc {
		width: calc(100% - 220px);
	}

	.item_xw .info p {
		-webkit-line-clamp: 2;
		height: 52px;
	}


	.msg-box .bootstrap-select>.dropdown-toggle {
		height: 40px;
		line-height: 40px;
	}

	.msg-form .bootstrap-select,
	.msg-form .inp {
		height: 40px;
		line-height: 40px;
	}

	.msg-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		font-size: 14px;
	}

	.item_xw .info {
		margin: 10px 0 10px 0;
	}
}

@media screen and (max-width:579px) {
	.wzlx_item .desc {
		height: 78px;
	}

	.item_xw .img {
		height: auto;
	}

	.item_xw .img img {
		transform: translateY(0);
	}

	.item_xw:hover .img img {
		transform: scale(1.1) translateY(0);
	}

	.ly_box .sel,
	.ly_box .int,
	.ly_box .btnn {
		width: 100%;
		margin-right: 0;
	}

	.ly_box .int {
		margin-bottom: 10px;
	}

	.w_item {
		padding: 20px 15px;
	}

	.ys_item .desc {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.wzlx_item .desc {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.sec4 {
		padding: 60px 0;
	}

	.ab_box {
		padding: 0 15px;
	}

	.ind_tit2 strong {
		font-size: 20px;
	}

	.ind_tit2 p {
		font-size: 12px;
	}

	.ind_tit2 strong::after,
	.ind_tit2 strong::before {
		display: none;
	}

	.sec2 {
		padding-bottom: 55px;
	}

	.ys_item strong {
		font-size: 20px;
	}

	.ab_box .a_box .desc p {
		font-size: 14px;
		line-height: 24px;
	}

	.ab_box .a_box strong {
		font-size: 24px;
	}

	.dz_item {
		padding: 10px 0;
	}

	.sec5 {
		padding-bottom: 40px;
	}

	.sec6 {
		padding: 50px 0 40px 0;
	}

	.xw_sel {
		padding: 50px 0 15px 0;
	}

	.xw_sel ul li a {
		font-size: 16px;
	}

	.xw_sel ul li {
		margin-right: 30px;
	}

	.xw_sel ul li+li::after {
		font-size: 16px;
		left: -18px;
	}

	.w_item {
		border: none !important;
		border-bottom: 1px solid #E5E5E5 !important;
		width: 100%;
		float: none;
	}

	.xw_more {
		margin-top: 30px;
	}

	.wzlx_item strong {
		font-size: 20px
	}

	.ly_box .sel {
		background-size: 10px;
	}

	.w1830,
	.w1810,
	.w1710,
	.w1680,
	.w1650 {
		padding: 0 10px;
	}

	.sec3 {
		padding-bottom: 50px;
	}

	.zs_item strong {
		font-size: 20px;
	}

	.zs_item {
		width: calc(50% - 10px);
		margin-right: 15px !important;
		margin-bottom: 15px;
	}

	.zs_item:nth-of-type(3n) {
		margin-right: 15px !important;
	}

	.zs_item:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.zs_item:last-child {
		width: 100%;
		margin: 0 !important;
	}

	.list_xw {
		padding: 15px;
	}

	.item_xw .img {
		margin-bottom: 20px;
	}

	.item_xw .desc {
		padding-left: 0;
	}

	.item_xw .img,
	.item_xw .desc {
		width: 100%;
		float: none;
	}

	.left_nav a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.item_xw {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.leftbar {
		padding: 18px 0 0 0;
	}

	.leftbar_box {
		padding: 15px;
	}

	.np_box .p_box,
	.np_box .n_box {
		float: none;
		width: 100%;
		text-align: left;
		line-height: 26px;
		height: 26px;
	}

	.np_box {
		padding: 15px 0 10px 0;
	}

	.rediantuijian .tit p a {
		font-size: 12px;
		margin: 0 6px;
	}

	.news_desc h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.news_desc .gy {
		margin: 20px 0;
	}

	.tj_al_lb {
		margin-top: 20px;
	}

	.gswz_info ul {
		display: block;
		margin: 0 !important;
	}

	.gswz_info ul li {
		line-height: 35px;
	}

	.gswz_info {
		padding: 45px 15px;
	}

	.wz_np .np {
		width: 100%;
		float: none;
	}

	.wz_np .np.prev {
		margin-bottom: 10px;
	}

	.gswz_info,
	.xgt_show {
		margin-bottom: 10px;
	}

	.case_banner {
		height: 300px;
	}

	.case_banner .desc strong {
		font-size: 32px;
	}

	.case_banner .desc i {
		margin: 15px 0 20px 0;
		width: 40px;
	}

	.case_banner .desc p {
		font-size: 14px;
	}

	.case_banner .desc a {
		margin-top: 20px;
	}

	.case_banner .desc {
		left: 20px;
	}

	.about4 .ab42 .desc p {
		display: inline;
	}

	.about4 {
		padding: 0 0 30px 0;
	}

	.ab_b1 .tit {
		padding: 40px 20px;
	}

	.ab_b1 .tit p {
		font-size: 28px;
	}

	.cas-main-box-login {
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width:430px) {
	.zs_item .desc {
		height: 88px;
	}

	.zs_item strong {
		font-size: 18px;
	}

	.case_tj_list {
		width: 100%;
		margin: 0;
	}

	.case_tj_item {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}

	.case_tj_tit .case_tj_sel a {
		line-height: 28px;
	}

	.case_tj_tit .case_tj_sel a+a::after {
		top: 8px;
		left: -6px;
	}

	.gswz_left p,
	.xgt_show strong {
		font-size: 22px;
	}

	.gswz_left p::after {
		right: -35px;
		top: -5px;
	}

	.about4 .ab4 .desc b {
		margin: 10px 0;
		font-size: 20px;
		line-height: 30px;
	}

	.about4 .ab4 .desc strong {
		font-size: 36px;
		line-height: 36px;
	}


	.msg-form .inp-box {
		width: 100%;
		float: none;
	}

	.msg-form .inp-box.s2 {
		margin-top: 15px;
	}

	.msg-form li {
		margin-bottom: 15px;
	}

	.contact1 .cot1 .tit strong {
		font-size: 30px;
		line-height: 36px;
	}

	.contact1 .cot1 .tit p {
		font-size: 22px;
	}

	.contact1 .cot1 .tit span {
		font-size: 14px;
	}

	.contact1 .cot1 .tit a {
		font-size: 14px;
		width: 140px;
		height: 40px;
		line-height: 40px;
	}

	.contact1 .cot1 .desc .desc_phone p {
		font-size: 14px;
		line-height: 22px;
	}
}
