anim* {
	margin: 0;
	padding: 0;
}

/* html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
small,
strong,
dl,
dt,
dd,
ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
} */

ul,
a,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: initial;
}

/* body {
	font-size: 1rem;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #666;
	background: #fff;
	overflow-x: hidden;
} */


ul,
ol {
	list-style: none;
}

li,
span,
em,
strong,
i {
	display: inline-block;
}

em,
strong,
i {
	font-style: normal;
}

a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
i,
span {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

img {
	max-width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

#pc-header,
#pc-footer {
	display: block;
}

#m-header,
#m-footer,
#navs {
	display: none;
}

.inner {
	margin: 0 auto;
	width: 96rem;
	height: 30rem;
	margin-top: 1.9rem;
}

.m-tab {
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 11;
	background-color: #f8f8f8;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .05);
}

.m-tab.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.m-tab ul {
	display: inline-block;
}

.m-tab li {
	float: left;
	position: relative;
}

.m-tab li a {
	display: block;
	line-height: 64px;
	height: 64px;
	margin: 0 70px;
	position: relative;
	font-size: 18px;
	color: #333;
}

.m-tab li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background-color: #dfdfdf;
	margin-top: -8px;
}

.m-tab li.on a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #094;
}

.m-tab li:hover a {
	color: #094;
}

.m-tab li:last-child:after {
	display: none;
}

.row-x1 {
	overflow: hidden;
}

.wp6 {
	width: 85%;
	max-width: 1600px;
	margin: 0 auto;
}

.g-t1 {
	text-align: center;
	padding: 75px 0 0;
}

.g-t1 h3 {
	font-size: 2.72vw;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}

.g-t1 p {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	line-height: 2.5rem;
}

.m-list15 {
	margin: 0 -60px;
	overflow: hidden;
	padding: 50px 0 130px;
	position: relative;
}

.m-list15 .con {
	text-align: center;
	margin: 0 60px;
}

.m-list15 .icon {
	height: 80px;
	display: block;
	margin-bottom: 50px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.m-list15 h4 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 13px;
}

.m-list15 h4:after {
	content: '';
	width: 45px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #8c8c8c;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.m-list15 p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 41px;
}

.m-list15 .btn {
	width: 125px;
	height: 35px;
	display: block;
	margin: 0 auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	background-color: #009944;
	text-align: center;
	border-radius: 35px;
	opacity: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list15 .swiper-pagination {
	bottom: 60px !important;
}

.m-list15 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}

.m-list15 .swiper-pagination-bullet-active {
	background-color: #000;
}

.m-list15 .swiper-button-next,
.m-list15 .swiper-button-prev {
	width: 60px;
	height: 30px;
	top: auto;
	bottom: 53px;
	z-index: 12;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.m-list15 .swiper-button-next {
	right: 50%;
	margin: 0 -170px 0 0;
	background-image: url(../images/i-r.png);
}

.m-list15 .swiper-button-prev {
	left: 50%;
	margin: 0 0 0 -170px;
	bottom: 59px;
	background-image: url(../images/i-l.png);
}

.m-list15 .swiper-button-next:after,
.m-list15 .swiper-button-prev:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list15 .swiper-button-next:after {
	right: 0;
	background: url(../images/i-r-on.png) no-repeat right center;
}

.m-list15 .swiper-button-prev:after {
	left: 0;
	background: url(../images/i-l-on.png) no-repeat left center;
}

.m-list15 .swiper-button-next:hover:after,
.m-list15 .swiper-button-prev:hover:after {
	width: 100%;
}

.m-list15 .con:hover .btn {
	opacity: 1;
}

.m-list15 .con:hover h4 {
	color: #094;
}

.row-x2 {
	padding-bottom: 80px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.row-x2 .g-t1 h3,
.row-x2 .g-t1 p {
	color: #fff;
}

.m-list16 {
	overflow: hidden;
	margin: 0 -13px;
	padding-top: 38px;
}

.m-list16 li {
	width: 20%;
	float: left;
	margin-bottom: 32px;
}

.m-list16 .con {
	display: block;
	margin: 0 13px;
	padding: 28px 0 28px;
	background-color: rgba(0, 0, 0, .4);
	position: relative;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list16 .icon {
	height: 50px;
	display: block;
	margin-bottom: 8px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: 50px auto;
	-ms-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}

.m-list16 .i1 .icon {
	background-image: url(../images/ico-d1.png);
}

.m-list16 .i2 .icon {
	background-image: url(../images/ico-d2.png);
}

.m-list16 .i3 .icon {
	background-image: url(../images/ico-d3.png);
}

.m-list16 .i4 .icon {
	background-image: url(../images/ico-d4.png);
}

.m-list16 .i5 .icon {
	background-image: url(../images/ico-d5.png);
}

.m-list16 .i6 .icon {
	background-image: url(../images/ico-d6.png);
}

.m-list16 .i7 .icon {
	background-image: url(../images/ico-d7.png);
}

.m-list16 .i8 .icon {
	background-image: url(../images/ico-d8.png);
}

.m-list16 .i9 .icon {
	background-image: url(../images/ico-d9.png);
}

.m-list16 .i10 .icon {
	background-image: url(../images/ico-d10.png);
}

.m-list16 p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.m-list16 .con:hover {
	background-color: #009944;
}

.m-list16 .bor {
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
}

.m-list16 .bor:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border: 2px solid #fff;
	border-top: 0;
	border-right: 0;
	top: 100%;
	right: 100%;
	opacity: 0;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}

.m-list16 .bor:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	left: 100%;
	bottom: 100%;
	opacity: 0;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}

.m-list16 li:hover .bor:after {
	right: 0;
	top: 0;
	opacity: 1;
}

.m-list16 li:hover .bor:before {
	left: 0;
	bottom: 0;
	opacity: 1;
}

.row-x3 {
	padding: 8px 0 0;
	background-color: #f8f8f8;
}

.m-list17 {
	overflow: hidden;
	position: relative;
	margin: 0 -37px;
	padding-top: 42px;
	padding-bottom: 142px;
}

.m-list17 .con {
	margin: 0 37px;
	text-align: center;
	padding: 67px 0 43px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 16px 43px rgba(7, 18, 101, .09);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list17 .icon {
	display: block;
	height: 90px;
	margin-bottom: 45px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: auto 90px;
	-ms-background-size: auto 90px;
	-moz-background-size: auto 90px;
	-webkit-background-size: auto 90px;
	background-size: auto 90px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list17 h4 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
	position: relative;
	padding-bottom: 11px;
	margin-bottom: 15px;
}

.m-list17 h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 46px;
	height: 1px;
	background-color: #8c8c8c;
	margin-left: -23px;
}

.m-list17 p {
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
	margin: 0 15px;
	height: 48px;
	overflow: hidden;
}

.m-list17 .btn {
	width: 125px;
	height: 35px;
	display: block;
	margin: 0 auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	background-color: #009944;
	text-align: center;
	border-radius: 35px;
	opacity: 0;
	height: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list17 .con:hover {
	box-shadow: 0px 16px 33px rgba(7, 18, 101, .4);
}

.m-list17 .con:hover .icon {
	margin-bottom: 10px;
}

.m-list17 .con:hover .btn {
	opacity: 1;
	height: 35px;
}

.m-list17 .swiper-pagination {
	bottom: 60px !important;
}

.m-list17 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}

.m-list17 .swiper-pagination-bullet-active {
	background-color: #000;
}

.m-list17 .swiper-button-next,
.m-list17 .swiper-button-prev {
	width: 60px;
	height: 30px;
	top: auto;
	bottom: 53px;
	z-index: 12;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.m-list17 .swiper-button-next {
	right: 50%;
	margin: 0 -170px 0 0;
	background-image: url(../images/i-r.png);
}

.m-list17 .swiper-button-prev {
	left: 50%;
	margin: 0 0 0 -170px;
	bottom: 59px;
	background-image: url(../images/i-l.png);
}

.m-list17 .swiper-button-next:after,
.m-list17 .swiper-button-prev:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list17 .swiper-button-next:after {
	right: 0;
	background: url(../images/i-r-on.png) no-repeat right center;
}

.m-list17 .swiper-button-prev:after {
	left: 0;
	background: url(../images/i-l-on.png) no-repeat left center;
}

.m-list17 .swiper-button-next:hover:after,
.m-list17 .swiper-button-prev:hover:after {
	width: 100%;
}

.row-x4 {
	height: 676px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.row-x4:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 102px;
	background: url(../images/i-bor7.png) no-repeat center center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-list18 {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.m-list18 li {
	float: left;
	width: 25%;
}

.m-list18 .con {
	margin: 0 50px;
	text-align: center;
	color: #fff;
}

.m-list18 .icon {
	width: 138px;
	height: 138px;
	display: block;
	margin: 0 auto 16px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list18 .icon:after {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, .1);
}

.m-list18 .icon i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list18 .icon .i-2 {
	opacity: 0;
}

/*.m-list18 .icon1{background-image: url(../images/ico-f1.png);}
.m-list18 .icon2{background-image: url(../images/ico-f2.png);}
.m-list18 .icon3{background-image: url(../images/ico-f3.png);}
.m-list18 .icon4{background-image: url(../images/ico-f4.png);}*/
.m-list18 h4 {
	font-size: 1.88rem;
	font-weight: normal;
	margin-bottom: .81rem;
}

.m-list18 .desc {
	font-size: 1rem;
	line-height: 1.69rem;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-list18 .con:hover .icon {
	background-color: #009944;
}

.m-list18 .con:hover .i-1 {
	opacity: 0;
}

.m-list18 .con:hover .i-2 {
	opacity: 1;
}

/*.m-list18 .con:hover .icon1{background-image: url(../images/ico-f1-on.png);}
.m-list18 .con:hover .icon2{background-image: url(../images/ico-f2-on.png);}
.m-list18 .con:hover .icon3{background-image: url(../images/ico-f3-on.png);}
.m-list18 .con:hover .icon4{background-image: url(../images/ico-f4-on.png);}*/
.m-list18 .con:hover .desc {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.m-list18 .i1 {
	margin-top: 290px;
}

.m-list18 .i2 {
	margin-top: 205px;
}

.m-list18 .i3 {
	margin-top: 270px;
}

.m-list18 .i4 {
	margin-top: 290px;
}

/* .row-x5{background-color: #f8f8f8;padding: 10px 0 95px;} */
.row-x10 {
	background-color: #f8f8f8;
}

.m-lsit20 {
	padding: 60px 0 75px;
	height: 375px;
}

.m-lsit20 li {
	width: 25%;
	float: left;
}

.m-lsit20 .con {
	border: 1px solid #e5e5e5;
	color: #333;
	background-color: #fff;
	text-align: center;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	padding: 29px 0 39px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.m-lsit20 .icon {
	display: block;
	height: 90px;
	margin-bottom: 2px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.m-lsit20 .icon1 {
	background-image: url(../images/ico-h1.png);
}

.m-lsit20 .icon2 {
	background-image: url(../images/ico-h2.png);
}

.m-lsit20 .icon3 {
	background-image: url(../images/ico-h3.png);
}

.m-lsit20 .icon4 {
	background-image: url(../images/ico-h4.png);
}

.m-lsit20 .icon5 {
	background-image: url(../images/ico-h5.png);
}

.m-lsit20 .icon6 {
	background-image: url(../images/ico-h6.png);
}

.m-lsit20 .icon7 {
	background-image: url(../images/ico-h7.png);
}

.m-lsit20 .icon8 {
	background-image: url(../images/ico-h8.png);
}

.m-lsit20 .icon9 {
	background-image: url(../images/ico-h9.png);
}

.m-lsit20 .icon10 {
	background-image: url(../images/ico-h10.png);
}

.m-lsit20 h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 6px;
}

.m-lsit20 p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 72px;
	height: 48px;
	overflow: hidden;
}

/* .m-lsit20 .i6,.m-lsit20 .i7,.m-lsit20 .i8,.m-lsit20 .i9,.m-lsit20 .i10{border-top: 1px solid #e5e5e5;} */
.m-lsit20 li:hover {
	position: relative;
	z-index: 2;
}

.m-lsit20 li:hover .con {
	box-shadow: 0px 16px 30px rgba(7, 18, 101, .1);
}

.at-slider2 {
	padding: 40px 30px 0;
	overflow: hidden;
}

.at-slider2 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: -30px;
	background-color: #fff;
	border: 0;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	font-size: 0;
	text-indent: 9999px;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.at-slider2 .slick-prev {
	left: -16px;
	background-image: url(../images/ico-arr-l1.png);
}

.at-slider2 .slick-next {
	right: -16px;
	background-image: url(../images/ico-arr-r1.png);
}

.at-slider2 .slick-arrow:hover {
	background-color: #2fad38;
}

.at-slider2 .slick-prev:hover {
	background-image: url(../images/ico-arr-l1-on.png);
}

.at-slider2 .slick-next:hover {
	background-image: url(../images/ico-arr-r1-on.png);
}

.at-slider2 .new-list1 {
	overflow: visible;
	padding: 60px 0;
}

.at-slider2 .new-list1 .con .pic {
    height: 21.5rem;
	overflow: hidden;
}
.at-slider2 .new-list1 .con .pic img {
    min-height: 21.5rem;
	width: auto;
}

.at-slider2 .new-list1 .con .tit {
	width: 100%;
	height: 43px;
	margin-top: -43px;
	z-index: 99;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.at-slider2 .new-list1 .con .tit h3 {
	font-size: 18px;
	line-height: 43px;
	color: #fff;
	text-align: center;
}


.page-list {
	max-width: 1600px;
	margin: 30px auto 0;
	text-align: center;
}

.page-list a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	background: #fff;
	border-radius: 3px;
	margin-right: 10px;
	transition: all 0.5s linear;
	font-family: 'gotham-Book';
}

.page-list a:hover {
	color: #fff;
	background: #222;
	border: 1px solid #222;
}

.page-list a.now {
	color: #fff;
	background: #222;
	border: 1px solid #222;
}

.page-list a.prev {
	background: #fff url(../images/icon24.png) center center no-repeat;
}

.page-list a.next {
	background: #fff url(../images/icon25.png) center center no-repeat;
}


.case-tj {
	max-width: 1600px;
	background: #fff;
	margin: 60px auto 0;
	padding: 34px 30px 27px;
}

.case-tj .title {
	font-size: 18px;
	line-height: 30px;
	color: #999;
}

.case-tj .list {
	width: 100%;
	padding-top: 24px;
}

.case-tj .list li {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}

.case-tj li:hover {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.case-tj .list li:nth-child(3n) {
	margin-right: 0;
}

.case-tj .list li a {
	width: 100%;
	display: block;
}

.case-tj .list li .img {
	width: 100%;
	overflow: hidden;
}

.case-tj .list li .img img {
	width: 100%;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.case-tj .list li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.case-tj .list li .tbox {
	width: 100%;
	padding: 20px 20px 0;
	line-height: 36px;
	position: relative;
}

.case-tj .list li .tbox .t1 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.case-tj .list li .tbox .t2 {
	font-size: 14px;
	color: #666;
}

.case-tj .list li .tbox .icon {
	position: absolute;
	right: 10px;
	top: 30px;
}

.case-tj .list li .tbox .icon span {
	width: 18px;
	height: 16px;
	margin-left: 10px;
	display: block;
	float: left;
}

.case-tj .list li .tbox .icon .icon1 {
	background: url(../images/icon17.png) center center no-repeat;
}

.case-tj .list li .tbox .icon .icon2 {
	background: url(../images/icon18.png) center center no-repeat;
}

.case-tj .list li .tbox .icon .icon3 {
	background: url(../images/icon19.png) center center no-repeat;
}

.news-info {
	max-width: 1600px;
	margin: auto;
}

.news-info .leftbox {
	width: 68.75%;
	float: left;
	margin-right: 1.25%;
}

.news-info .leftbox .b1 {
	background: #fff;
	padding: 34px 30px 40px;
}

.news-info .leftbox .txt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
}

.news-info .leftbox .clickbox {
	width: 100%;
	border-top: 1px solid #eee;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	margin-top: 34px;
	padding-top: 20px;
}

.news-info .leftbox .clickbox a {
	color: #666;
}

.news-info .leftbox .clickbox a:hover {
	color: #222;
}

.news-info .leftbox .clickbox .goback {
	width: 96px;
	height: 40px;
	line-height: 38px;
	display: block;
	border: 1px solid #ececec;
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 30px;
	padding-left: 20px;
	background: url(../images/icon26.png) 58px center no-repeat;
	transition: all ease .3s;
}

.news-info .leftbox .clickbox .goback:hover {
	color: #222;
	background: url(../images/icon26-1.png) 58px center no-repeat;
	border: 1px solid #666;
}

.news-info .leftbox .case-sj {
	width: 100%;
	padding: 24px 30px;
	background: #fff;
	margin-top: 10px;
}

.news-info .leftbox .case-sj .title {
	font-size: 18px;
	color: #999;
	line-height: 30px;
}

.news-info .leftbox .case-sj .list {
	width: 100%;
	margin-top: 23px;
}

.news-info .leftbox .case-sj .list li {
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.news-info .leftbox .case-sj .list li:nth-child(3n) {
	margin-right: 0;
}

.news-info .leftbox .case-sj .list li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .case-sj .list li .img {
	width: 100%;
	overflow: hidden;
}

.news-info .leftbox .case-sj .list li .img img {
	width: 100%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover .img img {
	transform: scale(1.05);
}

.news-info .leftbox .case-sj .list li .title {
	font-size: 14px;
	line-height: 30px;
	color: #222;
	padding: 12px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox {
	width: 30%;
	float: right;
}

.news-info .rightbox .news-tj {
	width: 100%;
	background: #fff;
	padding: 37px 30px 10px;
}

.news-info .rightbox .news-tj .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .news-tj .list {
	margin-top: 10px;
}

.news-info .rightbox .news-tj .list li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 13px;
}

.news-info .rightbox .news-tj .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news-info .rightbox .news-tj .list li a {
	width: 100%;
	display: block;
}

.news-info .rightbox .news-tj .list li .t1 {
	font-size: 16px;
	line-height: 50px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox .news-tj .list li:hover .t1 {
	color: #000;
}

.news-info .rightbox .news-tj .list li .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 8px;
}

.news-info .rightbox .news-tj .list li .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 7px;
}

.news-info .rightbox .label {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label .box {
	margin-top: 18px;
}

.news-info .rightbox .label .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .rightbox .label-case {
	width: 100%;
	margin-top: 10px;
	background: #fff;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label-case .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label-case .box {
	margin-top: 18px;
}

.news-info .rightbox .label-case .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label-case .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .leftbox.l2 {
	background: #fff;
	padding: 30px 30px 40px;
}

.news-info .leftbox .list2 {
	width: 100%;
}

.news-info .leftbox .list2 li {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	display: inline-block;
	padding-bottom: 24px;
	margin-bottom: 30px;
}

.news-info .leftbox .list2 li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .list2 li .time {
	width: 110px;
	float: left;
	color: #999;
	font-size: 16px;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .time {
	color: #21abd7;
}

.news-info .leftbox .list2 li .time span {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	display: block;
}

.news-info .leftbox .list2 li .tbox {
	width: calc(100% - 110px);
	float: left;
}

.news-info .leftbox .list2 li .tbox .t1 {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .leftbox .list2 li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-info .leftbox .list2 li .tbox .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 18px;
	padding-right: 28px;
	background: url(../images/icon28.png) right center no-repeat;
	display: inline-block;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .tbox .t3 {
	color: #222;
	background: url(../images/icon29.png) right center no-repeat;
}

.news-info .leftbox.l2 .page-list {
	margin: 10px auto 0;
}


.label-case2 {
	width: 100%;
	background: #fff;
	padding: 37px 30px 10px;
}

.label-case2 .title {
	font-size: 18px;
	line-height: 24px;
	color: #222;
}

.label-case2 .list {
	width: 100%;
	margin-top: 27px;
}

.label-case2 .list li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 29px;
}

.label-case2 .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.label-case2 .list li:nth-child(3n) {
	margin-right: 0;
}

.label-case2 .list li a {
	width: 100%;
	display: block;
}

.label-case2 .list li .img {
	width: 100%;
	overflow: hidden;
}

.label-case2 .list li .img img {
	width: 100%;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.label-case2 .list li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.label-case2 .list li .tbox {
	width: 100%;
	padding: 10px 20px 7px;
	line-height: 36px;
	position: relative;
}

.label-case2 .list li .tbox .t1 {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.label-case2 .list li .tbox .t2 {
	font-size: 14px;
	color: #666;
}

.label-case2 .list li .tbox .icon {
	position: absolute;
	right: 10px;
	top: 30px;
}

.label-case2 .list li .tbox .icon span {
	width: 18px;
	height: 16px;
	margin-left: 10px;
	display: block;
	float: left;
}

.label-case2 .list li .tbox .icon .icon1 {
	background: url(../images/icon17.png) center center no-repeat;
}

.label-case2 .list li .tbox .icon .icon2 {
	background: url(../images/icon18.png) center center no-repeat;
}

.label-case2 .list li .tbox .icon .icon3 {
	background: url(../images/icon19.png) center center no-repeat;
}

.news .list1 .tbox_img {
	position: relative;
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	transition: all ease .3s;
}

.news .list1 .titles_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
	height: 40px;
	line-height: 40px;
}

.news .list1 .tbox_img .titles {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.news .list1 .tbox_img img {
	width: 100%;
	height: 100%;
}

@media(max-width:1660px) {

	.case-tj {
		margin: 60px 30px 0;
	}
}

@media(max-width:1370px) {}

@media(max-width:1330px) {}

@media(max-width:1280px) {}

@media(max-width:1200px) {}

@media(max-width:992px) {



	.inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		max-width: 95%;
	}

	.nav-modal {
		background: rgba(21, 22, 35, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 13;
		display: none;
	}

	.nav-modal.nav-show {
		display: block;
	}

	.container,
	.container-sm,
	.container-md {
		max-width: 46.25rem;
	}

	.ny-banner {
		height: 15.63rem;
		padding-top: 0px;
	}

	/* .ny-banner .cont{
		max-width: 50rem;
	} */
	.ny-banner .cont h2 {
		font-size: 1.5rem;
	}

	.ny-banner .cont .cont-space {
		font-size: .88rem;
	}

	.news {
		width: 100%;
		background: #f7f7f7;
		padding: 20px 0 20px;
	}

	.news .list1 li {
		background: #fff;
		float: none;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 20px;
	}

	.news .list1 li:nth-child(3n) {
		margin-right: 20px;
	}

	.news-info .leftbox {
		width: 100%;
		margin-right: 0;
	}

	.news-info .rightbox {
		display: none;
	}

	.m-tab {
		overflow-x: auto;
	}

	.m-tab ul {
		/* width: 600px; */
		width: auto;
	}

	.m-tab li a {
		font-size: 15px;
		margin: 0 12px;
	}

	.wp6 {
		width: auto;
		padding: 0 .2rem;
	}

	.g-t1 {
		padding-top: 20px;
	}

	.g-t1 h3 {
		font-size: 20px;
	}

	.g-t1 p {
		font-size: .3rem;
		line-height: .5rem;
    	margin-top: .3rem;
	}

	.m-list15 {
		padding-bottom: 40px;
		padding-top: 20px;
		margin: 0 -20px;
	}

	.m-list15 h4 {
		font-size: 20px;
	}

	.m-list15 .con .btn {
		opacity: 1;
	}

	.m-list15 h4,
	.m-list18 h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.row-x2 {
		padding-bottom: 40px;
	}

	.m-list15 .con {
		margin: 0 20px;
	}

	.m-list15 {
		margin: 0 -20px;
	}

	.m-tab li a {
		font-size: 16px;
		height: 46px;
		line-height: 46px;
	}

	.m-tab li.on a:after {
		height: 2px;
	}

	.m-list15 .icon {
		height: 60px;
		margin-bottom: 25px;
	}

	.m-list15 p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.m-list15 .btn {
		width: 110px;
		height: 30px;
		line-height: 30px;
		border-radius: 30px;
		font-size: 14px;
		color: #fff;
		background-color: #009944;
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	.m-list15 {
		padding-bottom: 45px;
	}

	.m-list15 .swiper-pagination {
		bottom: 40px !important;
	}

	.m-list15 .swiper-button-next,
	.m-list15 .swiper-button-prev {
		bottom: 33px;
	}

	.m-list15 .swiper-button-prev {
		bottom: 39px;
	}

	.m-list15 .swiper-pagination,
	.m-list15 .swiper-button-next,
	.m-list15 .swiper-button-prev {
		display: none;
	}

	.row-x4 {
		height: 200px;
	}
	.row-x4:after {
		top: 40%;
	    background-size: 100%;
	}

	.m-list18 .i1 {
		margin-top: 60px;
	}

	.m-list18 .i2 {
		margin-top: 45px;
	}

	.m-list18 .i3 {
		margin-top: 55px;
	}

	.m-list18 .i4 {
		margin-top: 58px;
	}

	.m-list18 .icon {
		width: 50px;
		height: 50px;
		-o-background-size: auto 40px;
		-ms-background-size: auto 40px;
		-moz-background-size: auto 40px;
		-webkit-background-size: auto 40px;
		background-size: auto 40px;
	}

	.m-list18 .desc {
		display: none;
	}


	.m-list18 h4 {
		margin-bottom: 10px;
		font-size: 10px;
	}

	.m-list18 .con {
		margin: 0 5px;
	}

	.m-list18 .icon i {
		-o-background-size: 40px auto;
		-ms-background-size: 40px auto;
		-moz-background-size: 40px auto;
		-webkit-background-size: 40px auto;
		background-size: 40px auto;
	}

	.m-lsit20 .icon {
		height: 1rem;
	}

	.m-lsit20 .con {
		padding: .5rem 0;
		border: 1px solid #e5e5e5;
	}

	.m-lsit20 {
		padding: 0;
		height: unset;
	}

	.m-lsit20 h4 {
		font-size: 18px;
	}

	.m-lsit20 p {
		padding: 0 10px;
		margin: 0;
	}
	.m-lsit20 li {
	    width: 50%;
	    float: left;
	}
	.at-slider2 {
		padding: .5rem .2rem 0;
		overflow: hidden;
	}
	.at-slider2 .new-list1 {
	    overflow: visible;
	    padding: 10px 0;
	}
	.at-slider2 .slick-arrow {
	    width: .8rem;
	    height: .8rem;
	}
	.at-slider2 .slick-prev {
	    left: 0;
	}
	.at-slider2 .slick-next {
	    right: 0;
	}
	.at-slider2 .new-list1 .con .pic {
	    height: 5rem;
	    overflow: hidden;
	}
	.at-slider2 .new-list1 .con .pic img {
	    height: auto;
	    min-height: unset;
	    width: 100%;
	}
	.at-slider2 .new-list1 .con .tit {
	    height: .8rem;
	    bottom: 0;
		margin-top: -.8rem;
	}
	.at-slider2 .new-list1 .con .tit h3 {
	    font-size: .3rem;
	    line-height: .8rem;
	}

}

@media(max-width:767px) {


	.news-info .leftbox .list2 li .time {
		width: 80px;
	}

	.news-info .leftbox .list2 li .tbox {
		width: calc(100% - 80px);
	}

	.news-info .leftbox .b1 {
		background: #fff;
		padding: 10px;
	}

	.page-list a {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}

	.case-tj {
		display: none;
	}

	.news .list1 li .tbox {
		padding: 0 0;
	}

	.news-info .leftbox .case-sj {
		display: none;
	}
}
