@charset "utf-8";

*,:before,:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p,blockquot,filedset,input,nav,aside,header,article,section,figure,figcaption,video,audio {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,em,i {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

ul,ol,li {
	list-style: none;
}

fieldset,img {
	max-width: 100%;
	border: 0 none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

.texts table td,.texts table th {
	line-height: 24px;
	padding: 10px 0;
	border: 1px solid #ccc;
	text-align: center;
}

input,select,textarea,button {
	font: 12px/20px Arial;
	outline: none;
	border: none;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
	outline: 0px;
}

:focus {
	outline: none;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:link,a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font: 14px/20px "Microsoft YaHei",Arial;
	color: #333333;
	line-height: 1;
	position: relative;
}

.w {
	max-width: 1500px;
	margin: 0 auto;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #000;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-button-disabled {
	opacity: 0.3;
}

.header {
	width: 1500px;
	height: 100px;
	background-color: #de5217;
	background-image: linear-gradient(#de5217,#fb7830);
	border-radius: 0 0 50px 50px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -750px;
	text-align: center;
	box-shadow: 0 0 30px rgba(0,0,0,0.54);
	z-index: 9999;
}

.header .logo {
	width: 20.34%;
	height: 100%;
	float: left;
	line-height: 90px;
	padding: 0 3%;
}
.header .logo img {
	height: 80px;
}

.header .nav {
	width: 59.66%;
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 0 2.5%;
	position: relative;
}

.header .nav:before,.header .nav:after {
	content: "";
	width: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 0;
}

.header .nav:after {
	left: auto;
	right: 0;
}

.header .nav li {
	width: 11%;
	height: 100%;
	float: left;
}

.header .nav li:first-child {
	width: 11%;
}

.header .nav li a {
	height: 100%;
	font-size: 18px;
	color: #ffc5ad;
	display: block;
	padding: 40px 0;
	transition: all ease 0.3s;
}

.header .nav li a:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
	opacity: 0;
	transition: all ease 0.3s;
}

.header .nav li:hover a,.header .nav .hover a {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 30px 0;
}

.header .nav li:hover a:after,.header .nav .hover a:after {
	opacity: 1;
}

.header .tel {
	width: 20%;
	height: 100%;
	float: right;
	font-size: 18px;
	color: #ffc5ad;
	font-weight: bold;
	text-align: left;
	padding: 25px 0 25px 3.6%;
	position: relative;
	cursor: pointer;
}

.header .tel strong {
	font-size: 20px;
	color: #ffffff;
	display: block;
	margin-top: 10px;
}

.home-header {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.home-header .logo {
	padding: 0;
}

.home-header .nav:before,.home-header .nav:after {
	display: none;
}

.home-header .nav li a {
	color: #999999;
}

.home-header .tel {
	width: 15.5%;
	background: url(../images/home-tel.png) left center no-repeat;
	background-size: 25px;
	padding: 37px 0 37px 37px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.home-header .tel strong {
	font-size: 26px;
	color: #fff;
	display: inline;
	margin: 0;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: -240px 400px 80px -360px rgba(182,173,170,0.4);
}

.banner:before {
	content: "";
	background: url(../images/banner-zs02.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/banner-zs03.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	right: 10.1944%;
	top: 43%;
	opacity: 0.5;
}

.banner video {
	width: 100%;
	margin-top: -24px;
}

.banner .title {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 26.8%;
}

.banner .title dd {
	font-size: 66px;
	font-weight: lighter;
	letter-spacing: 6px;
}

.banner .title dd h1 {
	display: inline;
	font-weight: lighter;
	margin-left: 27px;
}

.banner .title dt {
	font-size: 66px;
	letter-spacing: 7px;
	margin-top: 48px;
}

.banner .title dt span {
	font-weight: bold;
	margin-left: 32px;
}

.banner .text {
	width: 26.275%;
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
	position: absolute;
	right: 22.6%;
	bottom: 29.5%;
}

.banner .gsnl {
	position: absolute;
	left: 19%;
	bottom: 17%;
}

.banner .gsnl p {
	font-size: 16px;
	color: #999999;
	margin-top: 26px;
}

.banner .gsnl p span {
	font-size: 22px;
	color: #fa5811;
	font-weight: bold;
	margin-right: 10px;
}

.banner .gsnl .two {
	margin-left: 50px;
}

.appoint_scroll {
	width: 22.6%;
	height: 116px;
	background: #ffffff;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 116px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
	transition: all linear 0.4s;
}

.appoint_scroll:before {
	content: "";
	background: #de5217;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	z-index: -1;
	transition: all linear 0.4s;
}

.appoint_scroll i {
	width: 52px;
	height: 1px;
	background: #000000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	transition: all linear 0.5s;
}

.appoint_scroll i:before {
	content: "";
	width: 18px;
	height: 18px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	position: absolute;
	left: -21px;
	top: -8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all linear 0.4s;
}

.appoint_scroll:hover {
	color: #ffffff;
}

.appoint_scroll:hover:before {
	bottom: 0;
}

.appoint_scroll:hover i {
	background: #ffffff;
}

.appoint_scroll:hover i:before {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.same-effect {
	width: 21px;
	height: 21px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	position: absolute;
	left: 10.5%;
	bottom: 22%;
}

.same-effect:before,.same-effect i:before,.same-effect i:after {
	content: "";
	border: 1px solid rgba(250,88,17,0.3);
	border-radius: 50%;
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	opacity: 0.5;
	-webkit-animation: quan 4s infinite linear;
	animation: quan 4s infinite linear;
}

.same-effect i:before {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.same-effect i:after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@keyframes quan {
	0% {
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		opacity: 1;
	}

	100% {
		left: -80px;
		right: -80px;
		top: -80px;
		bottom: -80px;
		opacity: 0;
	}
}

@-webkit-keyframes quan {
	0% {
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		opacity: 1;
	}

	100% {
		left: -80px;
		right: -80px;
		top: -80px;
		bottom: -80px;
		opacity: 0;
	}
}

.home .tits {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.home .tits:after {
	content: "";
	width: 70px;
	height: 3px;
	background: #de5317;
	display: block;
	margin: 20px 0 15px;
}

.home .text {
	font-size: 16px;
	color: #999999;
	line-height: 38px;
}

.home .text a {
	color: #999999;
}

.home .text a:hover {
	color: #de5317;
}

.home .tits2 {
	font-size: 50px;
}

.home .tits2:before {
	content: "";
	width: 85px;
	height: 1px;
	background: #535a63;
	display: inline-block;
	vertical-align: middle;
	margin-right: 33px;
}

.home .tits2:after {
	display: none;
}

.home .tits2 span {
	color: #fd5e20;
}

.home .text2 {
	width: 500px;
	margin-left: 118px;
	margin-top: 20px;
}

.home1 {
	padding-top: 80px;
}

.home1 .w {
	height: 810px;
	position: relative;
}

.home1 .text2 {
	width: 32%;
}

.home1 dl {
	background-color: #ffb38c;
	background-image: linear-gradient(#ffffff,#ffb38c);
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: all linear 0.5s;
}

.home1 dl:before {
	content: "";
	background-color: #efefef;
	background-image: linear-gradient(to bottom right,#efefef,#ffffff);
	border-radius: 10px;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	z-index: -1;
	transition: all linear 0.5s;
}

.home1 dl dd {
	text-align: center;
}

.home1 dl dt h3 a {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	display: block;
	transition: all linear 0.5s;
}

.home1 dl dt p {
	font-size: 16px;
	color: #666666;
	margin-top: 19px;
}

.home1 dl dt p span {
	color: #fd5e20;
	font-weight: bold;
}

.home1 dl:hover {
	background-image: linear-gradient(#ffb38c,#ffb38c);
	transform: translateY(-10px);
	box-shadow: 0 0 20px rgba(204,204,204,0.5);
}

.home1 .one {
	width: 43%;
	height: 499px;
	padding-top: 50px;
	left: 0;
	bottom: 84px;
}

.home1 .one dt {
	padding: 8px 67px 0;
}

.home1 .two {
	width: 29.0666%;
	height: 429px;
	padding-top: 13px;
	top: 18px;
	right: 26.2%;
}

.home1 .two dt {
	padding: 8px 38px 0;
}

.home1 .three {
	width: 24.7333%;
	height: 388px;
	padding-top: 25px;
	right: 0;
	top: 59px;
}

.home1 .three dt {
	padding: 18px 35px 0;
	float: right;
}

.home1 .four {
	width: 43%;
	height: 340px;
	padding: 0 10px;
	font-size: 0;
	line-height: 340px;
	right: 12.2%;
	bottom: 0;
}

.home1 .four dd {
	display: inline-block;
}

.home1 .four dt {
	line-height: 1;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 5.5%;
	margin-top: -12px;
}

.home2 {
	margin: 114px 0;
}

.home2 ul {
	margin-top: 66px;
}

.home2 ul li {
	width: 21.7%;
	margin-left: 4.4%;
	float: left;
	text-align: center;
	padding: 0 1px;
	position: relative;
}

.home2 ul li:first-child {
	margin-left: 0
}

.home2 ul li:before {
	content: "";
	border: 1px solid #f8752d;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	bottom: 0;
	z-index: -1;
	transition: all .5s;
}

.home2 ul li .pic {
	display: block;
	box-shadow: 0 0 43px rgba(0,0,0,0.15);
}

.home2 ul li p a {
	font-size: 20px;
	color: #666666;
	line-height: 1.5;
	padding: 20px 0;
	display: block;
	transition: all .5s
}

.home2 ul li:hover:before {
	background: #f8752d;
	box-shadow: 0 30px 20px -20px rgba(112,112,112,0.3);
}

.home2 ul li:hover p a {
	color: #fff;
}

.home3 {
	width: 100%;
	background: url(../images/home-albg.jpg) no-repeat;
	background-size: cover;
	padding: 152px 0 152px 200px;
}

.home3 .tits {
	color: #fff
}

.home3 dl {
	width: 504px;
	background: #000;
	background: rgba(0,0,0,0.76);
	position: relative;
	z-index: 2;
}

.home3 dl dd {
	padding: 40px 50px;
}

.home3 dl dd h3 a {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	display: block;
}

.home3 dl dd h3:hover a {
	color: #de5217
}

.home3 dl dd .al-text {
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	font-weight: bold;
	margin: 35px 0 25px;
}

.home3 dl dd .cs p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 18px;
}

.home3 dl dd .cs p span {
	color: #de5217
}

.home3 dl dt {
	background: #ffffff;
	line-height: 72px;
	text-align: center;
	overflow: hidden;
}

.home3 dl dt .video-btn {
	width: 35%;
	height: 100%;
	background: #fd5e20;
	float: left;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	transition: all linear 0.4s;
}

.home3 dl dt .video-btn:before {
	content: "";
	width: 17px;
	height: 21px;
	background: url(../images/video-btn.png) center no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	transition: all linear 0.4s;
}

.home3 dl dt .look-more {
	width: 65%;
	height: 100%;
	float: right;
	font-size: 20px;
	color: #fd5e20;
	font-weight: bold;
	transition: all linear 0.4s;
}

.home3 dl dt .look-more:hover {
	transform: scale(1.1);
}

.home3 dl dt .video-btn:hover {
	font-size: 17px;
	font-weight: bold;
}

.home3-albox .one {
	background: url(../images/home-albg01.jpg) center no-repeat;
	background-size: cover;
}

.home3-albox .two {
	background: url(../images/home-albg02.jpg) center no-repeat;
	background-size: cover;
}

.home3-albox .three {
	background: url(../images/home-albg03.jpg) center no-repeat;
	background-size: cover;
}

.home3-albox .swiper-slide:before {
	content: "";
	width: 50%;
	background-image: linear-gradient(to right, rgba(0,0,0,1) , rgba(0,0,0,0));
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.7;
}

.home3-albox .jtbtn {
	width: 50px;
	height: 50px;
	background: #ff5f4a;
	position: absolute;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.home3-albox .swiper-pagination {
	width: auto;
	position: absolute;
	left: 85px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	z-index: 2;
}

.home3-albox .swiper-pagination:before,.home3-albox .swiper-pagination:after {
	content: "";
	width: 2px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.home3-albox .swiper-pagination:before {
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	top: -120%;
	bottom: 100%;
}

.home3-albox .swiper-pagination:after {
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	top: 100%;
	bottom: -120%;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet {
	width: 36px;
	height: 36px;
	background: none;
	border-radius: 50%;
	margin: 20px 0;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 0;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.home3-albox .swiper-pagination .swiper-pagination-bullet em {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -7px;
	opacity: 0;
	transition: all linear 0.3s;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active em {
	right: -52px;
	opacity: 1;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active i {
	width: 18px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active .sl {
	left: 0;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active .sr {
	right: 0;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active i:before {
	content: "";
	border: 2px solid #f67b3f;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active .sl:before {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	left: 0;
	right: -18px;
	-webkit-animation: circleProgressLoad_left 6s linear infinite;
}

.home3-albox .swiper-pagination .swiper-pagination-bullet-active .sr:before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	left: -18px;
	right: 0;
	-webkit-animation: circleProgressLoad_right 6s linear infinite;
}

.home3-alsp {
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	transform: scale(0);
	transition: all ease 0.5s;
}

.home3-alsp-open {
	transform: scale(1);
}

.home3-alsp .swiper-slide {
	transform: scale(0);
}

.home3-alsp .swiper-slide-active {
	transform: scale(1);
}

.home3-alsp .swiper-slide p {
	width: 960px;
	margin: 10% auto 0;
	position: relative;
}

.home3-alsp .swiper-slide video {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.home3-alsp .swiper-slide .hide {
	width: 30px;
	height: 30px;
	font-size: 50px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: 100;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.home3-alsp .show {
	transform: scale(1);
}

.home4 {
	padding: 115px 0
}

.home4 .tits,.home5 .tits {
	text-align: center
}

.home4 .tits:after,.home5 .tits:after {
	margin: 20px auto 15px
}

.home4 .text,.home5 .text {
	text-align: center
}

.home4 ul {
	overflow: hidden;
	margin-top: 70px;
	position: relative
}

.home4 ul:before {
	content: "";
	width: 1px;
	background: #de5217;
	display: block;
	position: absolute;
	right: 50%;
	top: 30px;
	bottom: 30px
}

.home4 ul li {
	width: 50%;
	float: left;
	padding: 0 4%;
	margin: 20px 0;
	position: relative
}

.home4 ul li:before {
	content: "";
	background: #de5217;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -15px;
	bottom: -15px;
	z-index: -1;
	transition: all .3s
}

.home4 ul li h5 a {
	width: 80%;
	font-size: 20px;
	color: #333;
	line-height: 38px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-bottom: 5px
}

.home4 ul li p {
	height: 60px;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.home4 ul li span {
	font-size: 16px;
	color: #de5217;
	line-height: 38px;
	position: absolute;
	right: 8%;
	top: 0
}

.home4 ul li:hover:before {
	left: 4.8%;
	right: 4.8%
}

.home4 ul li:hover h5 a,.home4 ul li:hover p,.home4 ul li:hover span {
	color: #fff
}

.home5 {
	padding: 115px 0 0;
}

.home5 .list {
	margin: 70px 0 0 -2.2%;
}

.home5 .list dl {
	width: 22.8%;
	float: left;
	margin: 0 0 0 2.2%;
}

.home5 .list dl dd {
	box-shadow: 0 0 65px rgba(31,38,43,0.18);
	overflow: hidden;
	position: relative;
}

.home5 .list dl dd .pic {
	display: block;
}

.home5 .list dl dd img {
	width: 100%;
}

.home5 .list dl dd .more {
	height: 62px;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	display: block;
	position: absolute;
	left: 18%;
	right: 18%;
	top: -33px;
	margin-top: -31px;
	transition: all ease 0.5s;
}

.home5 .list dl dt {
	padding: 20px 0 12px;
	position: relative;
}

.home5 .list dl dt h3 {
	height: 60px;
	overflow: hidden;
	transition: all ease 0.5s;
}

.home5 .list dl dt h3 a {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all ease 0.5s;
	position: relative;
}

.home5 .list dl dt p {
	height: 90px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 16px;
}

.home5 .list dl dd .pic:before,.home5 .list dl dt:before {
	content: "";
	background: #f5561f;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease 0.5s;
}

.home5 .list dl dd .pic:before {
	bottom: 100%;
	opacity: 0.9;
}

.home5 .list dl dt:before {
	top: 100%;
}

.home5 .list dl:hover dd .pic:before {
	bottom: 0;
}

.home5 .list dl:hover dt:before {
	top: 0;
}

.home5 .list dl:hover dd .more {
	top: 50%;
}

.home5 .list dl:hover dt h3 a {
	height: auto;
	font-weight: bold;
	color: #ffffff;
	-webkit-box-orient: initial;
	padding: 18% 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home6 {
	position: relative;
	z-index: 1;
}

.home6 .hb-box {
	background: url(../images/home-hbpic.jpg) center no-repeat;
	background-size: cover;
	padding: 57px 70px;
	margin-top: 74px;
	border-radius: 30px;
	position: relative;
	box-shadow: 0 0 79px rgb(27,43,61,0.1);
}

.home6 .hb-text {
	width: 656px;
	background: #000;
	background: rgba(0,0,0,0.76);
	padding: 45px 7% 50px;
}

.home6 .hb-text h3 a {
	font-size: 30px;
	color: #df561c;
	font-weight: bold;
	line-height: 40px;
	display: block;
}

.home6 .hb-text p {
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	margin: 25px 0 30px;
}

.home6 .hb-text .btn-hover {
	text-align: center;
}

.home6 .hb-text .btn-hover:after {
	display: none;
}

.home7 {
	margin: 144px 0;
}

.home7 .swiper-container {
	margin-top: 80px;
}

.home7 .swiper-slide {
	width: 476px;
	transition: all linear 0.4s;
}

.home7 .swiper-slide .pic:before {
	content: "";
	background-image: linear-gradient(#000000,rgba(0,0,0,0));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}

.home7 .swiper-slide p {
	position: absolute;
	left: 6%;
	right: 6%;
	top: 20px;
}

.home7 .swiper-slide p:before {
	content: "";
	width: 43px;
	height: 43px;
	background: url(../images/video-btn.png) center no-repeat;
	background-size: 11px!important;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	transition: all linear 0.4s;
}

.home7 .swiper-slide p a {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.home7 .swiper-slide:hover p:before {
	background: url(../images/video-btn.png) center no-repeat #fd5e20;
	border: 1px solid #fd5e20;
}

.home7 .swiper-pagination {
	position: relative;
	display: table;
	margin: 62px auto 0;
}

.home7 .swiper-pagination:before {
	content: "";
	height: 8px;
	background: #eeeeee;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -4px;
	z-index: -1;
}

.home7 .swiper-pagination-bullet {
	width: 55px;
	height: 55px;
	background: #eeeeee;
	border-radius: 5px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
	margin: 0 106px;
}

.home7 .swiper-pagination-bullet-active,.home7 .swiper-pagination-bullet:hover {
	background: #fd5e20;
}

.footer {
	width: 100%;
	background: #000000;
	overflow: hidden;
}

.footer li {
	width: 50%;
	float: left;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 109px;
	font-weight: bold;
}

.footer li strong {
	font-size: 20px;
	color: #999999;
	margin-left: 28px;
}

.footer li span {
	font-size: 16px;
	color: #666666;
	margin-left: 28px;
}

.home-footer ul {
	height: 218px;
}

.home-footer li {
	height: 100%;
	line-height: 1!important;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 45px 0;
}

.home-footer .one {
	width: 16%;
}

.home-footer .two {
	width: 30%;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	text-align: center;
	justify-content: center;
}

.home-footer .three {
	width: 54%;
	padding-left: 5%;
}

.home-footer .two p {
	display: inline-block;
	text-align: left;
}

.home-footer .three p {
	width: 100%;
}

.home-footer .one,.home-footer .two {
	padding: 80px 0;
}

.home-footer li strong {
	display: block;
	margin: 18px 0 0;
}

.home-footer li span {
	display: block;
	margin: 18px 0 0;
	overflow: hidden;
}

.home-footer li span a {
	color: #666666;
	line-height: 30px;
	padding-right: 10px;
	display: block;
	float: left;
}

.home-footer .beian {
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #1b1b1b;
}

.location {
	/* font-size: 0!important; */
	color: #666666;
	font-size: 16px;
}

.location li,.location a {
	font-size: 16px;
	color: #666666;
}

.location li {
	display: inline-block;
}

.location li a:after {
	content: "";
/* width: 9px; */
	height: 12px;
/* background: url(../images/icon-mbx.png) center no-repeat; */
	background-size: 100%;
	display: inline-block;
/* margin: 0 10px; */
}

.cp-ban {
	width: 100%;
	background: url(../images/cpzs-banner.jpg) center top no-repeat;
	padding: 118px 0;
}

.cp-ban h2 {
	font-size: 60px;
	color: #db511b;
	font-weight: bold;
	text-align: center;
}

.cp-ban h2:after {
	content: "";
	width: 120px;
	height: 6px;
	background: #db511b;
	display: block;
	margin: 30px auto;
}

.cp-ban p {
	font-size: 20px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	padding: 0 31%;
}

.cpzs-list {
	margin-top: -58px;
}

.cpzs-list .title {
	width: 1214px;
	height: 113px;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.cpzs-list .title li {
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
}

.cpzs-list .title li:before {
	content: "";
	width: 1px;
	background: #db511b;
	display: block;
	position: absolute;
	left: 0;
	top: 38px;
	bottom: 38px;
}

.cpzs-list .title li:first-child:before {
	display: none;
}

.cpzs-list .title li a {
	height: 100%;
	font-size: 24px;
	color: #999999;
	text-align: center;
	padding: 43px 0;
	display: block;
	transition: all ease 0.3s;
}

.cpzs-list .title li a:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #db511b;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
	box-shadow: 0 2px 0 rgba(0,0,0,0.5);
	opacity: 0;
	transition: all ease 0.3s;
}

.cpzs-list .title li:hover a,.cpzs-list .title .active a {
	font-size: 30px;
	color: #db511b;
	font-weight: bold;
	padding: 25px 0;
}

.cpzs-list .title li:hover a:after,.cpzs-list .title .active a:after {
	opacity: 1;
}

.cpzs-list .list {
	margin: 75px 0;
}

.cpzs-list .list h3 {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.cpzs-list .list h3:after {
	content: "";
	width: 80px;
	height: 4px;
	background: #db511b;
	display: block;
	margin: 20px auto;
}

.cpzs-list .list p {
	font-size: 20px;
	color: #999999;
	text-align: center;
	line-height: 38px;
	padding: 0 31%;
}

.cpzs-list .list ul {
	margin: 40px 0 0 -1.32%;
}

.cpzs-list .list ul li {
	width: 23.68%;
	background: #ffffff;
	float: left;
	margin-left: 1.32%;
	border-radius: 20px;
	overflow: hidden;
	padding: 4px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	position: relative;
}

.cpzs-list .list ul li img {
	border-radius: 18px;
}

.cpzs-list .list ul li p {
	width: 79.2%;
	background: #fff;
	padding: 4px;
	border-radius: 50px 0 30px 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: 0 -5px 13px rgba(0,0,0,.6);
	transition: all ease .3s;
}

.cpzs-list .list ul li p a {
	font-size: 24px;
	color: #666;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	border: 1px solid #db511b;
	border-radius: 50px 0 30px 50px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 11px 5%
}

.cpzs-list .list ul li:hover p,.cpzs-list .list ul li:hover p a {
	width: 100%;
	border-radius: 0 0 20px 20px;
	white-space: normal
}

.cplb-list .list ul li {
	margin: 20px 0 20px 1.32%
}

.al-ban h2,.alzs-list .title .active a,.alzs-list .title li:hover a {
	color: #f3a104
}

.al-ban h2:after,.alzs-list .title li a:after,.alzs-list .title li:before {
	background: #f3a104
}

.alzs-list .title li {
	width: 20%;
}

.alzs-list .list ul li p a {
	font-size: 18px;
	border: 1px solid #f3a104;
}

.cppage-wz {
	padding: 118px 0 30px
}

.cppage1 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.cppage1 .fl {
	width: 51.92%;
	background: #fff;
	padding: 6px;
	box-shadow: 0 10px 16px rgba(0,0,0,.3);
	position: relative;
	z-index: 1
}

.cppage1 .fl img {
	width: 100%;
}

.cppage1 .fr {
	width: 43.3%;
	float: left;
	margin-left: -1.6%
}

.cppage1 .fr dl {
	overflow: hidden;
	border-radius: 0 120px 0 0;
	margin: 66px 0 0;
}

.cppage1 .fr dd {
	width: 100%;
	background: url(../images/cppage-bg.jpg) repeat;
	padding: 60px 11% 70px;
	border-radius: 0 120px 120px 0;
	position: relative
}

.cppage1 .fr dd .cs:after,.cppage1 .fr dd .cs:before,.cppage1 .fr dd:after,.cppage1 .fr dd:before {
	content: "";
	width: 55%;
	height: 1px;
	background: #de5217;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	opacity: .3
}

.cppage1 .fr dd .cs:after,.cppage1 .fr dd:after {
	background: #fff;
	top: auto;
	bottom: 30px;
	left: 0;
	right: auto
}

.cppage1 .fr dd h1 {
	font-size: 40px;
	color: #dd501f;
	font-weight: 700;
	text-shadow: 0 3px 0 rgba(0,0,0,.2)
}

.cppage1 .fr dd .cs {
	margin: 22px 0 35px
}

.cppage1 .fr dd .cs:before {
	width: 22px;
	right: 56.5%
}

.cppage1 .fr dd .cs:after {
	width: 22px;
	left: 56.5%
}

.cppage1 .fr dd .cs p {
	width: 82%;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 38px;
	padding: 8px 0 8px 30px;
	position: relative;
}

.cppage1 .fr dd .cs p:before,.cppage1 .fr dd .tel:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #dd501f;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 22px
}

.cppage1 .fr dd .tel {
	font-size: 20px;
	color: #999;
	font-weight: 700;
	padding-left: 30px;
	position: relative
}

.cppage1 .fr dd .tel:before {
	top: 10px
}

.cppage1 .fr dd .tel strong {
	font-size: 26px;
	color: #dc5020
}

.cppage1 .fr dd .btn {
	width: 285px;
	height: 340px;
	background: url(../images/cppage-btnbg.png) no-repeat;
	background-size: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
	padding: 205px 0 0;
	position: absolute;
	right: 3%;
	bottom: -144px;
}

.cppage1 .fr dt {
	padding: 0 0 0 11%;
}

.cppage1 .fr dt p {
	font-size: 18px;
	color: #e78a6e;
	margin: 24px 0 54px;
}

.cppage1 .fr dt p:after {
	content: "";
	width: 31px;
	height: 2px;
	background: #e78a6e;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.cppage1 .fr dt ul {
	overflow: hidden;
}

.cppage1 .fr dt ul li {
	font-size: 18px;
	color: #999999;
	float: left;
}

.cppage1 .fr dt ul .two:before,.cppage1 .fr dt ul .two:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #dc5020;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 40px;
}

.cppage1 .txt {
	width: 6.38%;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	float: left;
	padding: 80px 2.8%;
}

.cppage1 .txt:before,.cppage1 .txt:after {
	content: "";
	width: 1px;
	height: 129px;
	background: #666666;
	display: block;
	margin: 18px auto;
}

.cppage2 .title {
	background: #eeeeee;
	overflow: hidden;
	margin: 50px 0 46px;
}

.cppage2 .title li {
	width: 20%;
	float: left;
	position: relative;
}

.cppage2 .title li:before {
	content: "";
	width: 1px;
	background: #666666;
	display: block;
	position: absolute;
	left: 0;
	top: 30%;
	bottom: 30%;
}

.cppage2 .title li:first-child:before {
	display: none;
}

.cppage2 .title li a {
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	display: block;
}

.cppage2 .title li:hover a {
	color: #dd501f;
	font-weight: bold;
}

.cppage2 .cp-text .fl {
	width: 70%;
}

.texts {
	padding-bottom: 30px;
	position: relative;
}

.texts h3,.texts h2 {
	font-size: 30px;
	color: #dd501f;
	font-weight: bold;
	line-height: 48px;
	margin: 28px 0 18px;
}

.texts p,.texts li {
	font-size: 18px;
	color: #333333;
	line-height: 48px;
	margin: 18px 0;
}

.texts p img {
	display: block;
	margin: 5px auto;
}

.texts video {
	max-width: 800px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.texts table {
	margin: 18px 0
}

.texts a {
	color: #da251d
}

.update-time {
	background: #eeeeee;
	font-size: 14px!important;
	color: #999999!important;
	line-height: 30px!important;
	text-indent: 0!important;
	padding: 0 20px!important;
	margin: 0!important;
	border-radius: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cppage2 .cp-text .fl li {
	font-size: 16px;
	line-height: 32px;
	color: #3d3d3d;
	text-indent: 2em;
	margin: 20px 0;
	position: relative
}

.cppage2 .cp-text .fl li:before {
	content: "";
	width: 14px;
	height: 6px;
	background: #ea3a37;
	background: -webkit-linear-gradient(left,#ea3a37,#f77a3e);
	background: -o-linear-gradient(right,#ea3a37,#f77a3e);
	background: -moz-linear-gradient(right,#ea3a37,#f77a3e);
	background: linear-gradient(to right,#ea3a37,#f77a3e);
	display: block;
	position: absolute;
	left: 0;
	top: 12px
}

.cppage2 .cp-text .fr {
	width: 21.4%;
	margin: 60px 0 0;
}

.cppage2 .cp-text .fr .cp-tj {
	width: 100%;
	background: #ffffff;
	padding: 0 9%;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 1px 30px rgba(0,0,0,0.1);
	position: relative;
}

.cppage2 .cp-text .fr .cp-tj:before {
	content: "";
	width: 76%;
	height: 40px;
	background: #ffffff;
	border-top: 8px solid #e7560f;
	display: block;
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -38%;
	box-shadow: 0 -15px 10px rgba(0,0,0,0.05);
}

.cppage2 .cp-text .fr .cp-tj:after {
	content: "";
	width: 38.63%;
	height: 8px;
	background: #ffffff;
	display: block;
	position: absolute;
	right: 18%;
	top: -25px;
}

.cppage2 .cp-text .fr .cp-tj h4 {
	font-size: 24px;
	color: #de5217;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 30px 0;
}

.cppage2 .cp-text .fr .cp-tj ul li {
	margin-bottom: 10px;
}

.cppage2 .cp-text .fr .cp-tj ul li img {
	border-radius: 10px;
}

.cppage2 .cp-text .fr .cp-tj ul li p a {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	padding: 18px 0;
	display: block;
}

.cppage2 .cp-text .fr .cp-qt {
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	padding: 14px 8%;
	margin-top: 30px;
	box-shadow: 0 1px 30px rgba(0,0,0,0.1);
}

.cppage2 .cp-text .fr .cp-qt h4 {
	font-size: 20px;
	color: #de5217;
	margin: 12px 0;
	position: relative;
}

.cppage2 .cp-text .fr .cp-qt h4:before {
	content: "";
	border-bottom: 1px dashed #ea3b37;
	display: block;
	position: absolute;
	left: 34%;
	right: 0;
	top: 50%;
}

.cppage2 .cp-text .fr .cp-qt a {
	font-size: 14px;
	color: #666;
	padding: 12px 5px;
	display: inline-block
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(2) {
	font-size: 14px
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(3) {
	font-size: 22px;
	color: #000
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(5) {
	font-size: 16px;
	color: #575757
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(7) {
	font-size: 18px;
	color: #484848
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(9) {
	font-size: 14px
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(10) {
	font-size: 22px;
	color: #000
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(12) {
	font-size: 16px;
	color: #575757
}

.cppage2 .cp-text .fr .cp-qt a:nth-child(14) {
	font-size: 18px;
	color: #484848
}

.cppage3 {
	width: 100%;
	padding: 45px 0 60px;
}

.cppage3 h4 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.cppage3 h4:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #de5217;
	display: block;
	margin: 20px 0 10px;
}

.cppage3 ul {
	overflow: hidden;
	margin-left: -8%;
	position: relative;
}

.cppage3 ul li {
	width: 42.5%;
	float: left;
	margin: 15px 0 15px 7.5%;
	position: relative;
}

.cppage3 ul li h5 a {
	width: 80%;
	font-size: 20px;
	color: #333333;
	line-height: 38px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

.cppage3 ul li p {
	height: 60px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cppage3 ul li span {
	font-size: 16px;
	color: #de5217;
	line-height: 38px;
	position: absolute;
	right: 0;
	top: 0;
}

.cppage3 ul li:hover h5 a {
	color: #de5217;
}

.alpage1 {
	width: 100%;
	background: url(../images/cppage-bg.jpg) repeat;
	overflow: hidden;
}

.alpage1 .fl {
	width: 50%;
	padding: 118px 0 0 10.6%;
}

.alpage1 .fl dl {
	margin: 57px 0 0;
}

.alpage1 .fl dd {
	width: 66.39%;
	float: left;
	padding: 10px 2% 0 0;
}

.alpage1 .fl dd h1 {
	font-size: 40px;
	color: #de5217;
	font-weight: bold;
	line-height: 50px;
}

.alpage1 .fl dd .cs {
	margin: 35px 0;
}

.alpage1 .fl dd .cs p {
	font-size: 18px;
	color: #ffffff;
	line-height: 38px;
	margin: 15px 0;
	padding-left: 34px;
	position: relative;
}

.alpage1 .fl dd .cs p:before,.alpage1 .fl dd .tel:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #de5217;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
}

.alpage1 .fl dd .cs p strong {
	color: #de5217;
}

.alpage1 .fl dd .tel {
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	padding-left: 34px;
	margin-bottom: 60px;
	position: relative;
}

.alpage1 .fl dd .tel:before {
	top: 12px;
}

.alpage1 .fl dd .tel strong {
	font-size: 26px;
	color: #de5217;
}

.alpage1 .fl dt {
	width: 33.61%;
	background: #eeeeee;
	float: right;
	text-align: center;
	border-radius: 25px 0 0 25px;
	overflow: hidden;
}

.alpage1 .fl dt .tit {
	font-size: 20px;
	color: #de5217;
	font-weight: bold;
	line-height: 64px;
	background: url(../images/alpz-tit.png) left center no-repeat;
	display: inline-block;
	padding-left: 32px;
}

.alpage1 .fl dt ul {
	border-top: 6px solid #de5217;
	padding: 35px 0;
	box-shadow: 0 11px 44px rgba(0,0,0,0.44);
}

.alpage1 .fl dt ul li:before {
	content: "";
	width: 19px;
	height: 18px;
	background: url(../images/alpz-cpzs.png) no-repeat;
	display: block;
	margin: 15px auto;
}

.alpage1 .fl dt ul li:first-child:before {
	display: none;
}

.alpage1 .fl dt ul li p {
	font-size: 14px;
	color: #666666;
}

.alpage1 .fr {
	width: 50%;
	background: #fff;
	padding: 6px;
}

.alpage1 .fr img {
	width: 100%;
}

.alpage2 {
	padding: 10px 0;
}

.alpage2 .title {
	width: 100%;
	background: #eeeeee;
}

.alpage2 .title ul {
	overflow: hidden;
}

.alpage2 .title ul li {
	width: 20%;
	float: left;
	position: relative;
}

.alpage2 .title ul li:before {
	content: "";
	width: 1px;
	background: #666666;
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
	bottom: 22px;
}

.alpage2 .title ul li:first-child:before {
	display: none;
}

.alpage2 .title ul li a {
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	display: block;
}

.alpage2 .title ul li:hover a {
	color: #dd501f;
	font-weight: bold;
}

.al-more {
	margin: 50px 0;
}

.al-more .fl {
	width: 75%;
}

.al-more .fl .tit {
	margin-bottom: -18px;
	width: 180px;
	height: 74px;
	border-radius: 20px 20px 0 0;
	background: #ffffff;
	box-shadow: 0 0 5px #a7a7a7
}

.al-more .fl h4 {
	color: #df571e;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 55px;
}

.al-more .fl li {
	position: relative;
	float: left;
	overflow: hidden;
	margin-left: 3%;
	padding: 10px;
	width: 31.33%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 2px 5px #a7a7a7;
}

.al-more .fl li img {
	border-radius: 10px
}

.al-more .fl li:first-child {
	margin-left: 0
}

.al-more .fl li p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	margin: 10px;
	border-radius: 10px
}

.al-more .fl li p a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 103% 2% 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	transition: all ease .5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.al-more .fl li p a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 80px;
	background-image: linear-gradient(rgba(0,0,0,0),#000);
	content: "";
}

.al-more .fl li:hover p a {
	padding: 56% 5% 0;
	background: rgba(0,0,0,.8);
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	white-space: normal;
}

.al-more .fr {
	float: left;
	margin-top: 55px;
	margin-left: 2%;
	padding: 45px 30px 30px 30px;
	width: 23%;
	border-radius: 20px;
	background: url(../images/cppage-bg.jpg) repeat;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}

.al-more .fr h4 {
	display: inline-block;
	margin-bottom: 15px;
	color: #df571e;
	font-weight: 700;
	font-size: 24px;
}

.al-more .fr li a {
	position: relative;
	display: block;
	padding: 21px 0 21px 25px;
	font-size: 16px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.al-more .fr li a:before {
	position: absolute;
	top: -72px;
	bottom: 32px;
	left: 6px;
	display: block;
	width: 1px;
	background: #e5e5e5;
	content: "";
	display: none;
}

.al-more .fr li a:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #df571e;
	content: "";
}

.al-more .fr li:first-child a:before {
	display: none
}

.cp-more .fl {
	width: auto;
	float: none;
}

.cp-more .fl li {
	width: 23.5%;
	margin-left: 2%;
}

.video-more {
	margin: 80px 0;
}

.video-more .fl li .pic {
	border-radius: 10px;
	display: block;
	position: relative;
	overflow: hidden;
}

.video-more .fl li .pic:before {
	content: "";
	background: url(../images/maltj-tb.png) center no-repeat rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.video-more .fl li p {
	position: static;
	margin: 0;
}

.video-more .fl li p a {
	padding: 10px 0 0;
	color: #333333;
	line-height: 30px;
}

.video-more .fl li:hover p a {
	padding: 10px 0 0;
	background: none;
	font-size: 17px;
	color: #df571e;
}

.sp-ban {
	width: 100%;
	padding: 118px 0 20px;
}

.sp-ban dl {
	overflow: hidden;
	margin: 20px 0 0;
}

.sp-ban dl dd {
	width: 39%;
	float: left;
	margin-top: 70px;
}

.sp-ban dl dd p {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}

.sp-ban dl dd p:after {
	content: "";
	width: 80px;
	height: 6px;
	background: #de5217;
	display: block;
	margin-top: 20px;
}

.sp-ban dl dd p span {
	font-size: 46px;
	color: #ed540d;
	line-height: 1;
	display: block;
	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	margin-bottom: 12px;
}

.sp-ban dl dd ul {
	margin: 30px 0 40px;
}

.sp-ban dl dd ul li {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	padding-left: 35px;
	margin: 10px 0;
	position: relative;
}

.sp-ban dl dd ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #de5217;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.sp-ban dl dt {
	width: 61%;
	float: right;
	text-align: right;
	padding: 0 7.6%;
}

.spzs-list .list ul li {
	margin: 20px 0 50px 1.32%;
	overflow: visible;
}

.spzs-list .list ul li p {
	bottom: -28px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.spzs-list .list ul li p a {
	font-size: 16px;
	line-height: 24px;
}

.spzs-list .list ul li .pic {
	border-radius: 16px;
	display: block;
	position: relative;
	overflow: hidden;
}

.spzs-list .list ul li .pic:before {
	content: "";
	background: url(../images/maltj-tb.png) center no-repeat rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.greenpage {
	width: 100%;
	background: url(../images/video-bg.jpg) center -14px no-repeat;
	background-size: 100%;
}

.video-pic {
	margin-top: 35px;
}

.video-pic .video-box {
	width: 1400px;
	background: url(../images/bg-zs.jpg) repeat;
	padding: 0 50px 40px 60px;
	border-radius: 20px 20px 240px 20px;
	box-shadow: 0 23px 21px rgba(244,81,1,0.1);
	position: relative;
}

.video-pic h1 {
	font-size: 36px;
	color: #e7560f;
	font-weight: bold;
	line-height: 50px;
	padding: 30px 0;
}

.video-pic h1:before {
	content: "";
	width: 55px;
	height: 55px;
	background: url(../images/video-zs2.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: -4px;
	top: -4px;
}

.video-pic h1:after {
	content: "";
	width: 266px;
	height: 266px;
	background: url(../images/video-zs.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	right: -12px;
	bottom: -12px;
}

.video-pic .fl {
	width: 56%;
}

.video-pic .fl video {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.video-pic .fl .video-msg {
	width: 97%;
	text-align: center;
	margin: 35px 0 0 5px;
}

.video-pic .fl .video-msg span {
	font-size: 16px;
	color: #999999;
}

.video-pic .fl .video-msg span:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #f45000;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}

.video-pic .fl .video-msg .l {
	float: left;
}

.video-pic .fl .video-msg .r {
	float: right;
}

.video-pic .fr {
	width: 40%;
}

.video-pic .fr .qt-sp {
	padding: 1px 25px;
	border-radius: 10px 10px 82px 10px;
	box-shadow: 0 0 49px rgba(224,91,36,0.15) inset;
}

.video-pic .fr .qt-sp dl {
	font-size: 0;
	margin: 38px 0;
}

.video-pic .fr .qt-sp dd {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}

.video-pic .fr .qt-sp dt {
	width: 67%;
	padding: 0 0 0 22px;
	display: inline-block;
	vertical-align: middle;
}

.video-pic .fr .qt-sp dt h3 a {
	height: 52px;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.video-pic .fr .qt-sp dt p {
	font-size: 14px;
	color: #999999;
	padding: 15px 0 5px;
}

.video-pic .fr .qt-sp dl:hover h3 a {
	color: #e7560f;
}

.video-pic .fr .tel {
	font-size: 17px;
	color: #666666;
	font-weight: 700;
	margin: 40px 0 33px;
}

.video-pic .fr .tel strong {
	font-size: 24px;
	color: #e7560f;
}

.video-details {
	padding: 50px 0
}

.video-pz {
	overflow: hidden;
	padding: 50px 0
}

.video-pz .tit {
	background: #fff;
	background-size: 10px;
	display: inline-block;
	border-radius: 20px 20px 0 0;
	padding: 15px 4% 30px;
	margin: 0 0 -15px;
	box-shadow: 0 0 4px rgba(0,0,0,.3)
}

.video-pz h4 {
	font-size: 24px;
	font-weight: 700;
	color: #dd501f
}

.video-pz .ul {
	margin-left: -2%;
	position: relative
}

.video-pz dl {
	width: 23%;
	background: #fff;
	float: left;
	border-radius: 20px;
	margin-left: 2%;
	box-shadow: 0 3px 4px rgba(0,0,0,.2)
}

.video-pz dd {
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0 3px 4px rgba(0,0,0,.2)
}

.video-pz dd img {
	border-radius: 15px
}

.video-pz dt {
	padding: 22px
}

.video-pz dt h5 a {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px;
	display: block
}

.video-pz dt p {
	font-size: 16px;
	color: #666;
	margin: 18px 0 0
}

.video-pz dt p:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #e7560f;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px
}

.news-ban {
	width: 100%;
	/* background: url(../images/newscenter-ban.jpg) center top no-repeat; */
	padding: 118px 0;
}

.news-ban h2 {
	font-size: 50px;
	color: #e7560f;
	font-weight: bold;
	margin: 65px 0 40px;
}

.news-ban ul {
	overflow: hidden;
}

.news-ban ul li {
	font-size: 16px;
	color: #666666;
	margin-right: 75px;
	float: left;
	padding-left: 25px;
	position: relative;
}

.news-ban ul li:before {
	content: "";
	width: 6px;
	height: 20px;
	background: #e7560f;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.news-ban ul li strong {
	font-size: 20px;
	color: #ffffff;
	display: block;
	margin-bottom: 11px;
}

.news-center {
	margin: -30px 0 30px;
}

.news-center .news-pic {
	padding: 65px 0 0;
}

.news-center .news-pic dl {
	padding: 95px 3.33%;
}

.news-center .news-pic dd {
	width: 43.5%;
	background: #fff;
	padding: 4px;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	float: left;
	position: relative;
	z-index: 1;
}

.news-center .news-pic dt {
	width: 56.6%;
	float: left;
	padding-right: 120px;
	margin-left: -.42%;
	position: relative;
}

.news-center .news-pic dt h3 a {
	font-size: 40px;
	color: #333;
	line-height: 58px;
	font-weight: 700;
	display: block;
	padding-left: 45px;
	margin: 75px 0 15px 100px;
	position: relative
}

.news-center .news-pic dt h3 a:before {
	content: "";
	width: 1px;
	background: #e7560f;
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px
}

.news-center .news-pic dt h3:hover a {
	color: #e7560f
}

.news-center .news-pic dt .text {
	border: 4px solid #e7560f;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	padding: 70px
}

.news-center .news-pic dt .text p {
	height: 152px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.news-center .news-pic dt .look-more {
	background: #eeeeee;
	padding: 3.3%;
	position: absolute;
	right: 45px;
	bottom: -48px;
}

.news-center .news-pic dt .look-more a,.news-special .fl .look-more {
	width: 191px;
	height: 50px;
	background-color: #d44c10;
	background-image: linear-gradient(to right,#d44c10,#ee6e35,#d44c10);
	border: none;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	font-weight: normal;
	text-shadow: none;
	box-shadow: none;
}

.news-center .news-pic dt .look-more a:after,.news-special .fl .look-more:after {
	display: none;
}

.news-center .news-pic .controller {
	width: 344px;
	height: 125px;
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	position: absolute;
	right: 166px;
	top: 30px;
	z-index: 999;
	box-shadow: 0 0 54px rgba(0,0,0,0.2);
}

.news-center .news-pic .controller:before {
	content: "";
	width: 300px;
	height: 40px;
	background: #ffffff;
	border-top: 8px solid #e7560f;
	display: block;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -150px;
}

.news-center .news-pic .controller:after {
	content: "";
	width: 180px;
	height: 8px;
	background: #ffffff;
	display: block;
	position: absolute;
	right: 40px;
	top: -30px;
}

.news-center .news-pic .swiper-pagination {
	font-size: 30px;
	color: #999999;
	line-height: 125px;
	position: static;
}

.news-center .news-pic .swiper-pagination-current {
	font-size: 50px;
	color: #de5217;
	font-weight: bold;
}

.news-center .news-pic .btn {
	width: 110px;
	height: 100%;
	background: url(../images/jt01.png) center no-repeat;
	background-size: 11px;
	display: block;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 99;
}

.news-center .news-pic .swiper-button-prev {
	left: 0;
}

.news-center .news-pic .swiper-button-next {
	right: 0;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
}

.news-center .news-txt {
	overflow: hidden;
	padding: 0 4% 60px;
}

.news-center .news-txt h3 {
	font-size: 40px;
	color: #292330;
	text-align: center;
	font-weight: bold;
}

.news-center .news-txt h3:after {
	content: "";
	width: 120px;
	height: 4px;
	background: #de5217;
	display: block;
	margin: 20px auto;
}

.news-center .news-txt .text {
	font-size: 16px;
	color: #999999;
	line-height: 38px;
	text-align: center;
	margin: 0 0 65px;
}

.news-center .news-txt .same {
	width: 50%;
	float: left;
	padding: 0 4%;
}

.news-center .news-txt .same .title {
	margin-bottom: 65px;
	overflow: hidden;
}

.news-center .news-txt .same .title h4 {
	font-size: 30px;
	color: #de5217;
	font-weight: bold;
	float: left;
}

.news-center .news-txt .same .title .more {
	width: 18%;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #969696;
	text-align: right;
}

.news-center .news-txt .same .title .more i {
	margin-left: 10px;
}

.news-center .news-txt .same .title .more:hover {
	font-size: 18px;
	color: #de5217;
	font-weight: bold;
}

.news-center .news-txt .same ul {
	position: relative;
}

.news-center .news-txt .same li {
	margin-top: 45px;
	position: relative;
}

.news-center .news-txt .same li:before {
	content: "";
	background: #de5217;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -15px;
	bottom: -15px;
	z-index: -1;
	transition: all .3s;
}

.news-center .news-txt .same li:first-child {
	margin: 0;
}

.news-center .news-txt .same li h5 a {
	width: 80%;
	font-size: 20px;
	color: #333333;
	line-height: 38px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

.news-center .news-txt .same li p {
	height: 60px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-center .news-txt .same span {
	font-size: 16px;
	color: #de5217;
	line-height: 38px;
	position: absolute;
	right: 0;
	top: 0;
}

.news-center .news-txt .type1 ul:before {
	content: "";
	width: 1px;
	background: #de5217;
	display: block;
	position: absolute;
	right: -9.66%;
	top: 0;
	bottom: 0;
}

.news-center .news-txt .same li:hover:before {
	left: -3.6%;
	right: -3.6%;
}

.news-center .news-txt .same li:hover h5 a,.news-center .news-txt .same li:hover p,.news-center .news-txt .same li:hover span {
	color: #ffffff;
}

.news-list {
	padding: 50px 0;
}

.news-list .list {
	overflow: hidden;
	position: relative;
}

.news-list .list:before {
	content: "";
	width: 1px;
	background: #de5217;
	display: block;
	position: absolute;
	right: 50%;
	top: 30px;
	bottom: 30px;
}

.news-list .list li {
	width: 50%;
	float: left;
	padding: 0 4%;
	margin: 20px 0;
	position: relative;
}

.news-list .list li:before {
	content: "";
	background: #de5217;
	position: absolute;
	left: 50%;
	right: 50%;
	top: -15px;
	bottom: -15px;
	z-index: -1;
	transition: all .3s;
}

.news-list .list li h5 a {
	width: 80%;
	font-size: 20px;
	color: #333333;
	line-height: 38px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

.news-list .list li p {
	height: 60px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list .list li span {
	font-size: 16px;
	color: #de5217;
	line-height: 38px;
	position: absolute;
	right: 8%;
	top: 0;
}

.news-list .list li:hover:before {
	left: 4.8%;
	right: 4.8%;
}

.news-list .list li:hover h5 a,.news-list .list li:hover p,.news-list .list li:hover span {
	color: #ffffff;
}

.news-special {
	margin-bottom: 80px;
}

.news-special .w {
	padding: 0 9% 95px;
	position: relative;
}

.news-special .w:before {
	content: "";
	background: #eeeeee;
	border-radius: 0 0 20px 20px;
	position: absolute;
	left: -50px;
	right: -50px;
	top: -200%;
	bottom: 0;
	z-index: -1;
}

.news-special .fl {
	width: 48.45%;
	padding: 25px 9% 0 0;
}

.news-special .fl h3 a {
	font-size: 30px;
	color: #e7560f;
	font-weight: bold;
	line-height: 45px;
}

.news-special .fl p {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	margin: 20px 0 26px;
}

.news-special .fr {
	width: 51.55%;
	background: #ffffff;
	padding: 4px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.newspage-ban {
	width: 100%;
	background: url(../images/cpzs-banner.jpg) center top no-repeat;
	padding: 118px 0 0;
	position: relative;
	z-index: 1;
}

.newspage-ban .location li,.newspage-ban .location a {
	color: #999999;
}

.newspage-ban .title {
	width: 100%;
	background: #ffffff;
	border-radius: 30px 30px 0 0;
	padding: 45px 60px 35px;
	margin: 100px 0 0;
	position: relative;
	top: 2px;
}

.newspage-ban .title h1 {
	width: 70%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 60px;
}

.newspage-ban .title .date {
	font-size: 14px;
	color: #999999;
	margin: 22px 0 25px;
	display: block;
}

.newspage-ban .title .date span {
	margin-right: 15px;
}

.newspage-ban .title .text {
	font-size: 16px;
	color: #ffb38d;
}

.newspage-ban .title .text span {
	display: block;
	margin-top: 15px;
}

.newspage-ban .title .text span strong {
	font-size: 24px;
	color: #df571e;
}

.newspage-ban .title .zx-box {
	width: 263px;
	background: url(../images/newspage-wxbg.png) left bottom no-repeat;
	position: absolute;
	right: 88px;
	top: 55px;
	z-index: 1;
}

.newspage-ban .title .zx-box dd {
	position: relative;
}

.newspage-ban .title .zx-box dd a {
	width: 100%;
	height: 71px;
	background-color: #f86d28;
	background-image: linear-gradient(to right,#f9702a,#ec4f13);
	border-radius: 14px;
	display: block;
	font-size: 28px;
	text-align: center;
	line-height: 71px;
	color: #ffffff;
	margin: 0 auto;
	box-shadow: 0 36px 20px -25px rgba(121,121,121,0.4);
	position: relative;
	overflow: hidden;
}

.newspage-ban .title .zx-box dd:after {
	content: "";
	width: 100%;
	height: 162px;
	background: url(../images/newspage-rw.png) center no-repeat;
	background-size: 164px;
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	z-index: -1;
}

.newspage-ban .title .zx-box dd a:before {
	content: "";
	width: 48px;
	height: 100%;
	background: url(../images/newspage-tb.gif) center no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px 0 0;
}

.newspage-ban .title .zx-box dt {
	background-image: linear-gradient(rgba(248,109,40,0.6),rgba(248,109,40,0) 22%);
	border: 1px solid #da4712;
	border-radius: 14px;
	padding: 46px 0 13px;
	margin-top: -21px;
}

.newspage-ban .title .zx-box dt p {
	margin: 0 auto;
}

.newspage-ban .title .zx-box dt .p1 {
	width: 150px;
	background-color: #f86d28;
	background-image: linear-gradient(to right,#f9702a,#ec4f13);
	border: 2px solid #ff9663;
	border-radius: 14px;
	padding: 13px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	box-shadow: -10px 14px 9px rgba(123,44,14,0.2);
}

.newspage-ban .title .zx-box dt .p1 img {
	border-radius: 7px;
	display: block;
	box-shadow: 0 16px 9px rgba(123,44,14,0.2);
}

.newspage-ban .title .zx-box dt .p2 {
	font-size: 24px;
	color: #e24b13;
	font-weight: bold;
	text-align: center;
	margin: 22px 0 14px;
}

.newspage-ban .title .zx-box dt .p2 span {
	font-size: 19px;
	color: #999999;
	font-weight: normal;
}

.newspage-ban .title .zx-box dt .p2 strong {
	font-size: 38px;
	color: #ec5014;
}

.newspage-ban .title .zx-box dt .p3 {
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 28px;
}

.newspage-ban .title .zx-box dt .p3 span {
	display: block;
}

.news-content {
	width: 100%;
	padding: 0 0 20px;
	position: relative;
	z-index: 1;
}

.news-content .w {
	padding: 0 60px;
}

.news-content .fl {
	width: 70%;
	border-top: 1px solid #e5e5e5;
	padding: 1px 0;
}

.news-content .fl .content .date {
	font-size: 14px;
	color: #ccc
}

.news-content .fl .news-choice {
	width: 100%;
	background: #eeeeee;
	padding: 0 4%;
	margin: 50px 0 0;
	position: relative;
}

.news-content .fl .news-choice:before {
	content: "";
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	left: 4%;
	right: 4%;
	top: 50%;
}

.news-content .fl .news-choice p {
	font-size: 16px;
	line-height: 54px;
}

.news-content .fl .news-choice p span {
	color: #666666;
}

.news-content .fl .news-choice p a {
	width: 86%;
	color: #999999;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.news-content .fl .news-choice p:hover a {
	color: #df571e;
	font-weight: 800;
}

.news-content .fr {
	width: 23%;
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	padding: 0 1.87%;
	/* margin: 300px 0 0; */
	box-shadow: 0 1px 30px rgba(0,0,0,0.1);
	position: relative;
}

.news-content .fr:before {
	content: "";
	width: 76%;
	height: 40px;
	background: #ffffff;
	border-top: 8px solid #e7560f;
	display: block;
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -38%;
	box-shadow: 0 -15px 10px rgba(0,0,0,0.05);
}

.news-content .fr:after {
	content: "";
	width: 38.63%;
	height: 8px;
	background: #ffffff;
	display: block;
	position: absolute;
	right: 18%;
	top: -25px;
}

.news-content .fr h4 {
	font-size: 24px;
	color: #de5217;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 30px 0;
}

.news-content .fr ul li {
	margin-bottom: 10px;
}

.news-content .fr ul li p a {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	padding: 18px 0;
	display: block;
}

.news-content .fr .news-recom {
	border-bottom: 1px solid #eeeeee;
}

.news-content .fr .news-review {
	position: relative;
	top: -18px;
}

.news-content .fr .news-review li {
	margin: 0;
}

.news-content .fr .news-review li a {
	font-size: 16px;
	color: #666666;
	display: block;
	padding: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-content .fr .news-review li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #ff702a;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.message {
	margin: 50px 0;
}

.message .fl {
	width: 44%;
	background: #f6f6f6;
	padding: 25px 9% 50px 3.3%;
	margin: 250px 0 0;
	position: relative;
}

.message .fl:before {
	content: "";
	width: 6px;
	height: 70px;
	background: #de5217;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.message .fl .text {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	margin: 0 0 15px 0;
}

.message .fl ul li {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding: 9px 0 9px 25px;
	position: relative;
}

.message .fl ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #de5217;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.message .fr {
	width: 56.2%;
	height: 738px;
	background: url(../images/msg-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 165px 0 0 140px;
	margin-left: -58px;
	position: relative;
	float: left;
}

.message .fr h4 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	position: absolute;
	right: 12%;
	top: 145px;
}

.message .fr .text {
	width: 23%;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	position: absolute;
	right: 12%;
	top: 210px;
}

.message .fr form p {
	width: 54%;
	height: 65px;
	margin: 40px 0;
}

.message .fr form p input,.message .fr form p textarea,.message .fr form p select {
	width: 100%;
	height: 100%;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 0 15px;
	font-size: 18px;
}

.message .fr form .ly-text {
	width: 76.4%;
	/* height: 190px; */
}

.message .fr form .ly-text textarea {
	padding: 15px;
}

.message .fr form .submit {
	position: absolute!important;
	right: -35px;
	bottom: 50px;
}

.submit img {
	width: 24px;
	display: none;
	margin-left: 10px;
}

.load img {
	display: inline-block
}

.news-xg {
	width: 100%;
	font-size: 0
}

.news-xg .fl {
	width: 42%;
	background: #fff;
	padding: 6px;
	position: relative;
	box-shadow: 0 25px 32px rgba(0,0,0,.3);
	float: none;
	display: inline-block;
	vertical-align: middle
}

.news-xg .fl img {
	width: 100%
}

.news-xg .fr {
	width: 58%;
	background: url(../images/cppage-bg.jpg) repeat;
	padding: 32px 6% 44px 5.35%;
	margin: 45px 0;
	border-radius: 0 10px 10px 0;
	box-shadow: -3px 3px 5px #bfbfbf;
	float: none;
	display: inline-block;
	vertical-align: middle
}

.news-xg .fr h1 {
	font-size: 32px;
	color: #e05419;
	font-weight: 700
}

.news-xg .fr h1:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #e05419;
	display: block;
	margin: 20px 0 33px 0
}

.news-xg .fr .cs {
	overflow: hidden
}

.news-xg .fr .cs p {
	font-size: 20px;
	color: #fff;
	float: left;
	margin-left: 77px
}

.news-xg .fr .cs p:first-child {
	margin-left: 0
}

.news-xg .fr .cs p span {
	color: #e05419;
	font-weight: 700
}

.news-xg .fr .spec {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 30px 30px rgba(0,0,0,.36);
	margin: 40px 0 30px
}

.news-xg .fr .spec dl {
	background: #fff;
	overflow: hidden;
	border-radius: 15px;
	font-size: 0;
	text-align: center;
	padding: 15px 0
}

.news-xg .fr .spec dd {
	width: 20%;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.news-xg .fr .spec dd:before {
	content: "";
	width: 1px;
	background-image: linear-gradient(rgb(204,204,204,0),#ccc,rgb(204,204,204,0));
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px
}

.news-xg .fr .spec dd P {
	color: #e05419
}

.news-xg .fr .spec dd P strong {
	color: #000;
	display: block
}

.news-xg .fr .spec dt {
	width: 80%;
	display: inline-block;
	vertical-align: middle
}

.news-xg .fr .spec dt li {
	width: 25%;
	float: left
}

.news-xg .fr .spec dt li img {
	border-radius: 50%;
	box-shadow: 0 3px 5px #ff9e9e
}

.news-xg .fr .spec dt li span {
	font-size: 16px;
	display: block;
	margin-top: 10px
}

.news-xg .fr .materiel {
	font-size: 16px;
	line-height: 30px;
	color: #fff
}

.news-xg .fr .materiel span {
	color: #666;
	font-weight: 700
}

.news-xg .fr .btn {
	width: 260px;
	height: 50px;
	display: block;
	background: #ea3a37;
	background-image: linear-gradient(90deg,#ea3a37 0,#f77a3e 50%,#ea3a37 100%);
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	transition: background-position .6s ease;
	position: absolute;
	right: 40px;
	top: 40px
}

.news-xg .fr .btn:before {
	content: "";
	width: 80%;
	height: 10px;
	background: 0 0;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: -1;
	box-shadow: 0 15px 20px #ff9390
}

.news-xg .fr .btn a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px
}

.news-xg .fr .btn:hover {
	background-position: right center
}

.news-xg2 {
	width: 100%;
	background: #eee;
	margin-top: 55px
}

.news-xg2 .advantage {
	background: url(../images/gjhz-bg.jpg) left -140px no-repeat;
	background-size: 100%;
	box-shadow: 0 40px 35px rgba(0,0,0,.3);
	border-radius: 20px;
	overflow: hidden;
	position: relative
}

.news-xg2 .advantage:before {
	content: "";
	width: 100%;
	height: 8px;
	background: #e05419;
	display: block;
	position: absolute;
	left: 0
}

.news-xg2 .advantage li {
	width: 25%;
	height: 100%;
	border-left: 1px solid #bfbfbf;
	padding: 50px 45px 40px;
	display: table-cell
}

.news-xg2 .advantage li:first-child {
	border: none
}

.news-xg2 .advantage li h3 {
	font-size: 24px;
	color: #000;
	font-weight: 700
}

.news-xg2 .advantage li p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px
}

.news-xg2 .lists {
	padding: 60px 3% 0
}

.news-xg2 .lists ul {
	margin-left: -8%
}

.news-xg2 .lists li {
	width: 42%;
	margin: 20px 0 20px 8%;
	float: left;
	position: relative
}

.news-xg2 .lists li h4 a {
	width: 80%;
	font-size: 20px;
	color: #333;
	font-weight: 700;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news-xg2 .lists li p {
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news-xg2 .lists li span {
	font-size: 16px;
	color: #df561d;
	position: absolute;
	right: 0;
	top: 3px
}

.about h3 {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.about h3:after {
	content: "";
	width: 120px;
	height: 4px;
	background: #d4500f;
	display: block;
	margin: 25px 0 30px;
}

.about p {
	font-size: 16px;
	line-height: 30px;
}

.about1 {
	width: 100%;
	background: url(../images/about-banner.jpg) center top no-repeat;
	padding: 118px 0 130px;
	text-align: center;
	overflow: hidden;
}

.about1 .location {
	text-align: left;
	margin-bottom: 37px;
}

.about1 .same p {
	font-size: 16px;
	color: #999999;
	line-height: 1;
	margin: 45px 0;
	position: relative;
}

.about1 .same p:before {
	content: "";
	width: 4px;
	height: 20px;
	background: #d4500f;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.about1 .same p strong {
	font-size: 50px;
	color: #d4500f;
	display: block;
	margin-bottom: 5px;
}

.about1 .left {
	text-align: left;
	float: left;
}

.about1 .left p:before {
	left: -20px;
}

.about1 .right {
	text-align: right;
	float: right;
}

.about1 .right p:before {
	right: -20px;
}

.about1 .center {
	width: 826px;
	display: inline-block;
}

.about1 .center .text {
	color: #666666;
	margin: 40px 0;
	padding: 0 20%;
}

.about1 .center .zx-fs {
	width: 392px;
	background: url(../images/msgzs.png) center no-repeat;
	background-size: 100%;
	padding: 38px 40px 80px 0;
	margin: 0 auto;
	line-height: 1;
	position: relative;
	right: -50px;
}

.about1 .center .zx-fs strong {
	font-size: 20px;
	color: #d4500f;
}

.about1 .center .zx-fs span {
	font-size: 16px;
	color: #999999;
	display: block;
	margin: 12px 0 18px;
}

.about1 .center .zx-fs .btn-hover {
	width: 270px;
	margin: 0 auto;
}

.about1 .center .zx-fs .btn-hover:after {
	display: none;
}

.about2 {
	margin: -90px 0 0;
	position: relative;
	z-index: 1;
}

.about2 .fl {
	width: 50%;
}

.about2 .fl p {
	margin: 35px 0;
}

.about2 .fr {
	width: 50%;
	padding: 0 7.3%;
	margin: 300px 0 0;
	position: relative;
}

.about2 .fr:before {
	content: "";
	width: 106.667%;
	height: 560px;
	background: url(../images/irregular01.png) left top no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: -30px;
	top: -160px;
}

.about2 .fr:after {
	content: "";
	width: 605px;
	height: 649px;
	background: url(../images/about-rw.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 70px;
	top: -640px;
	z-index: -1;
}

.about2 .fr li {
	font-size: 22px;
	color: #de5217;
	line-height: 38px;
	padding: 12px 0 12px 50px;
	position: relative;
}

.about2 .fr li:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #de5217;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.about3 {
	width: 100%;
	background: #f8f8f8;
	padding: 33px 0 12px;
}

.about3 .fl {
	width: 48%;
	padding: 90px 5% 0 0;
}

.about3 .fl p {
	margin: 30px 0;
}

.about3 .fl .btn-hover {
	margin-top: 50px;
}

.about3 .fr {
	width: 51.534%;
}

.about3 .fr ul {
	background: url(../images/about-cpbg.png) center no-repeat;
	background-size: 100%;
	padding: 20px 0 60px;
}

.about3 .fr li {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 300px;
}

.about4 {
	text-align: center;
	margin: 90px 0;
}

.about4 h3:after {
	margin: 25px auto 30px;
}

.about4 ul {
	overflow: hidden;
	margin: 50px 0;
}

.about4 ul li {
	width: 26%;
	float: left;
	margin-left: 11%;
	position: relative;
}

.about4 ul li:first-child {
	margin-left: 0;
}

.about4 ul li:before {
	content: "";
	width: 1px;
	background: #de5217;
	position: absolute;
	right: -22%;
	top: 70px;
	bottom: 45px;
}

.about4 ul li strong {
	font-size: 24px;
	color: #de5217;
}

.about4 ul li p {
	color: #999999;
	margin-top: 25px;
}

.contact-ban {
	width: 100%;
	background: url(../images/contact-ban.jpg) center bottom no-repeat;
	padding: 118px 0 297px;
}

.contact-ban .w {
	position: relative;
	z-index: 5;
}

.contact-ban h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
	margin: 85px 0 25px;
}

.contact-ban .text {
	width: 30%;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.contact-ban ul li {
	font-size: 20px;
	color: #808080;
	font-weight: bold;
	margin: 45px 0;
	padding-left: 48px;
	position: relative;
}

.contact-ban ul li:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #db4a17;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.contact-ban ul li strong,.contact-ban ul li span {
	color: #de5020;
	display: block;
	margin-top: 20px;
}

.contact-ban ul li strong {
	font-size: 26px;
}

.contact-ban ul li span {
	font-size: 16px;
}

.contact-ban ul li a {
	margin-top: 20px;
}

.contact-ban .p1 {
	width: 397px;
	height: 177px;
	background: url(../images/contact-rwzs.png) no-repeat;
	background-size: 100%;
	font-size: 30px;
	color: #de5020;
	padding: 57px 0 0 68px;
	position: absolute;
	right: 115px;
	top: 90px;
}

.contact-ban .p1 strong {
	font-size: 36px;
	display: block;
	margin-bottom: 12px;
}

.message2 {
	padding: 0;
	margin: -450px 0 0;
	position: relative;
	z-index: 1;
}

.message2 .w {
	position: relative;
}

.message2 .fr {
	width: 64.66%;
	height: 835px;
	float: none;
	margin: 0 auto;
	position: relative;
}

.message2 .fr:before {
	content: "";
	width: 708px;
	height: 748px;
	background: url(../images/contact-rw.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: -455px;
	margin-left: -354px;
	z-index: -1;
}

.message2 .fr form p {
	width: 45.55%;
}

.message2 .fr form .ly-text {
	width: 86%;
	/* height: 255px; */
}

.message2 .fr .text {
	width: 32%;
}

.message2 .fwlc {
	position: absolute;
	right: 0;
	top: -35px;
}

.message2 .fwlc li {
	font-size: 16px;
	color: #666666;
	text-align: right;
}

.message2 .fwlc li:before {
	content: "";
	width: 1px;
	height: 53px;
	border-left: 1px dashed #dc5121;
	display: inline-block;
	margin: 14px;
}

.message2 .fwlc li:first-child:before {
	display: none;
}

.message2 .fwlc li strong {
	font-size: 20px;
	color: #dc5121;
	display: block;
	margin-bottom: 10px;
}

.map h4 {
	font-size: 36px;
	color: #111a30;
	font-weight: bold;
	margin-bottom: 45px;
	position: relative;
}

.map h4:before {
	content: "";
	width: 66px;
	height: 66px;
	background: #feaf79;
	border: 12px solid #ffdac1;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -27px;
	top: -27px;
	z-index: -1;
}

.same-message {
	width: 100%;
	height: 555px;
	margin: 50px 0 0;
	position: relative;
	z-index: 1;
}

.same-message:before {
	content: "";
	background-color: #f75d27;
	background-image: linear-gradient(to bottom right,#f6462d,#f86d26);
	position: absolute;
	left: 20%;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.same-message .w,.same-message .clearfix {
	height: 100%;
	border-radius: 30px 0 0 30px;
	position: relative;
}

.same-message .w:before {
	content: "";
	border-radius: 20px;
	box-shadow: 0 60px 20px rgba(0,0,0,0.4);
	transform: rotate(-8deg);
	position: absolute;
	left: 2%;
	right: 2%;
	top: 22%;
	bottom: 22%;
	z-index: -1;
	opacity: 0.8;
}

.same-message .fl {
	width: 743px;
	height: 100%;
	background: url(../images/samemsg-bg.png) left center no-repeat;
	padding: 58px 45px;
	position: relative;
	border-radius: 30px 0 0 30px;
}

.same-message .fl h4 {
	font-size: 36px;
	color: #ff6a2b;
	font-weight: bold;
}

.same-message .fl .text {
	width: 385px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin: 23px 0;
}

.same-message .fl .fw-txt {
	padding: 9% 0;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
}

.same-message .fl .fw-txt li {
	font-size: 16px;
	color: #ffb596;
	padding-left: 21px;
	margin: 118px 0 0;
	position: relative;
}

.same-message .fl .fw-txt li:after {
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
	position: absolute;
	left: 0;
	top: 0;
}

.same-message .fl .fw-txt li:before {
	content: "";
	width: 18px;
	height: 2px;
	background: #f96d26;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

.same-message .fl .fw-txt li span {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.same-message .fl .fw-txt .one {
	margin: 0;
}

.same-message .fl .fw-txt .two {
	left: 8px;
}

.same-message .fl .fw-txt .two:after {
	width: 16px;
	height: 16px;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
}

.same-message .fl .fw-txt .three {
	padding-left: 24px;
	left: 64px;
}

.same-message .fl .fw-txt .three:after {
	width: 18px;
	height: 18px;
	top: -1px;
	box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
}

.same-message .fl .fw-txt .four {
	padding-left: 29px;
	left: 98px;
}

.same-message .fl .fw-txt .four:after {
	width: 22px;
	height: 22px;
	top: -3px;
	box-shadow: 0 0 0 7px rgba(255,255,255,0.3);
}

.same-message .fl .rot-tel {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.same-message .fl .rot-tel img {
	width: 392px;
	position: absolute;
	left: -31px;
	bottom: -62px;
	z-index: 1;
}

.same-message .fl .rot-tel p {
	width: 310px;
	height: 140px;
	background: url(../images/contact-rwzs.png) center no-repeat;
	background-size: 100%;
	font-size: 18px;
	color: #f45000;
	padding: 6% 0 0 8%;
	position: absolute;
	right: 115px;
	bottom: 66px;
}

.same-message .fl .rot-tel p span {
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
}

.same-message .fr {
	width: 458px;
	height: 100%;
	margin-right: 100px;
	padding: 15px 0 0;
	position: relative;
	z-index: 1;
}

.same-message .fr .same {
	margin: 40px 0;
}

.same-message .fr .same input,.same-message .fr .same textarea {
	width: 100%;
	height: 65px;
	background: #ffffff;
	border-radius: 10px;
	font-size: 18px;
	padding: 0 20px;
}

.same-message .fr .same textarea {
	height: 205px;
	padding: 15px 20px;
	line-height: 30px;
}

.same-message .fr .same input::-webkit-input-placeholder,.same-message .fr .same textarea::-webkit-input-placeholder {
	color: #c1c1c1;
}

.same-message .fr .same input::-moz-placeholder,.same-message .fr .same textarea::-moz-placeholder {
	color: #c1c1c1;
}

.same-message .fr .same input:-moz-placeholder,.same-message .fr .same textarea:-moz-placeholder {
	color: #c1c1c1;
}

.same-message .fr .same input:-ms-input-placeholder,.same-message .fr .same textarea:-ms-input-placeholder {
	color: #c1c1c1;
}

.same-message .fr .submit {
	width: 202px;
	height: 70px;
	background-color: #f75d27;
	background-image: linear-gradient(to top right,#f45000,#f63c2f);
	border-radius: 50px;
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	margin: 45px auto 0;
	position: relative;
}

.same-message .fr .submit:before {
	content: "";
	width: 231px;
	height: 78px;
	background: url(../images/samemsg-zs.png) center no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: -14px;
	top: -8px;
	z-index: -1;
}

.bg-box {
	width: 100%;
	background: url(../images/bg-zs.jpg) repeat;
	padding: 80px 0 1px;
	margin-top: -30px;
}

.same-message2 {
	text-align: right;
}

.same-message2 .w {
	max-width: 100%;
	width: 1711px;
	height: 624px;
	background: url(../images/liuyan-bg.jpg) center right no-repeat;
	background-size: cover;
	display: inline-block;
	padding: 0 210px 0 132px;
	border-radius: 600px 0 0 600px;
	overflow: hidden;
}

.same-message2 .fl {
	width: 45%;
	text-align: left;
	padding: 90px 0 0;
}

.same-message2 .fl .p1 {
	font-size: 28px;
	color: #ffffff;
}

.same-message2 .fl .p2 {
	font-size: 38px;
	font-weight: bold;
	color: #ff6e3c;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(#f37f21,#fb510e);
	margin: 22px 0 24px;
}

.same-message2 .fl .p3 {
	font-size: 17px;
	color: #fbaf56;
}

.same-message2 .fw-txt {
	margin-top: 42px;
	position: relative;
}

.same-message2 .fw-txt:before {
	content: "";
	width: 644px;
	height: 352px;
	background: url(../images/liuyan-zs.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -46px;
}

.same-message2 .fw-txt li {
	background: rgba(0,0,0,0.3);
	border-radius: 50px 0 50px 50px;
	font-size: 16px;
	color: #999999;
	line-height: 46px;
	padding: 0 18px;
	display: table;
	position: relative;
}

.same-message2 .fw-txt li:before,.same-message2 .fw-txt li:after {
	content: "";
	width: 15%;
	height: 1px;
	background-image: linear-gradient(to right,#f88636,rgba(248,134,54,0));
	position: absolute;
	left: 24px;
	top: 0;
}

.same-message2 .fw-txt li:after {
	top: auto;
	bottom: 0;
}

.same-message2 .fw-txt li p:before {
	content: "";
	width: 25px;
	border: 1px solid #f88636;
	border-right: none;
	border-radius: 50px 0 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.same-message2 .fw-txt .one {
	border-radius: 50px 50px 50px 0;
	margin-left: 50px;
}

.same-message2 .fw-txt .one:before,.same-message2 .fw-txt .one:after {
	background-image: linear-gradient(to right,rgba(230,162,83,0),#e6a253 );
	left: auto;
	right: 24px;
}

.same-message2 .fw-txt .one p:before {
	border-radius: 0 50px 50px 0;
	border: 1px solid #e6a253;
	border-left: none;
	left: auto;
	right: 0;
}

.same-message2 .fw-txt .two {
	margin: 100px 0 63px 18px;
}

.same-message2 .fw-txt .three {
	margin-left: 155px;
}

.same-message2 .fw-txt .three:before,.same-message2 .fw-txt .three:after {
	background-image: linear-gradient(to right,#dd591b,rgba(221,89,27,0));
}

.same-message2 .fw-txt .three p:before {
	border: 1px solid #dd591b;
	border-right: none;
}

.same-message2 .fr {
	width: 750px;
	height: 541px;
	padding: 55px 7%;
	position: relative;
	float: left;
	z-index: 1;
}

.same-message2 .fr:before {
	content: "";
	width: 829px;
	height: 619px;
	background: url(../images/liuyan-bg2.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: -39px;
	top: 4px;
	z-index: -1;
}

.same-message2 .fr .quick-ly {
	width: 330px;
	height: 234px;
	padding: 10px 0;
	overflow: hidden;
	position: absolute;
	left: -280px;
	top: 211px;
}

.same-message2 .fr .quick-ly dt {
	width: 0%;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 0 0 18px;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px;
	transition: all ease 0.5s;
}

.same-message2 .fr .quick-ly dt:before,.same-message2 .fr .quick-ly dt:after {
	content: "";
	width: 9px;
	height: 11px;
	background: url(../images/liuyan-bg3.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	right: 50px;
	top: -10px;
}

.same-message2 .fr .quick-ly dt:after {
	top: auto;
	bottom: -10px;
	background: url(../images/liuyan-bg3s.png) center no-repeat;
}

.same-message2 .fr .quick-ly dt .hide {
	width: 0px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #000;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	transition: all ease 0.5s;
	cursor: pointer;
}

.same-message2 .fr .quick-ly dt.show {
	width: 89%;
}

.same-message2 .fr .quick-ly dt.show .hide {
	width: 30px;
	left: -25px;
}

.same-message2 .fr .quick-ly .show_btn {
	width: 49px;
	background: #ffffff;
	border-radius: 10px 0 0 10px;
	padding: 15% 0 0 10%;
	font-size: 16px;
	color: #999999;
	text-align: right;
	position: absolute;
	right: 30px;
	top: 10px;
	bottom: 10px;
	cursor: pointer;
}

.same-message2 .fr .quick-ly .show_btn:before {
	content: "";
	width: 16px;
	background: url(../images/liuyan-tb.gif) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
}

.same-message2 .fr .quick-ly .tit {
	font-size: 16px;
	font-weight: bold;
	color: #ff6e3c;
}

.same-message2 .fr .quick-ly .quick {
	margin-top: 18px;
}

.same-message2 .fr .quick-ly .quick li {
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.same-message2 .fr .quick-ly .quick li p {
	display: inline;
}

.same-message2 .fr .same {
	margin: 30px 0 0;
	position: relative;
}

.same-message2 .fr .ly-tel:before {
	content: "*";
	font-size: 22px;
	color: red;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}

.same-message2 .fr .same input,.same-message2 .fr .same textarea,.same-message2 .fr .same select {
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	font-size: 18px;
	padding: 0 35px;
	resize: none;
}

.same-message2 .fr .same textarea {
	height: 203px;
	line-height: 30px;
	padding: 13px 35px;
}

.same-message2 .fr .note {
	font-size: 14px;
	color: #ff6e3c;
	text-align: center;
	padding: 20px 0;
}

.same-message2 .fr .submit {
	width: 462px;
	height: 100px;
	background-color: #ff5f4a;
	background-image: linear-gradient(#f37f21,#fb510e);
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #ffffff;
	line-height: 100px;
	text-align: center;
	box-shadow: 0 0 46px rgba(11,13,20,0.2);
	overflow: hidden;
	position: relative;
}

.same-message2 .fr .submit strong {
	font-size: 30px;
	font-weight: bold;
	padding-right: 25px;
}

.same-message2 .fr .submit strong input{
    line-height: 56px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    background: none;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.swiper-tab {
	width: 100%;
	overflow: hidden;
	position: relative
}

.swiper-tab .swiper-hd {
	width: 100%
}

.swiper-tab .swiper-hd .swiper-hd-wrap {
	width: 100%;
	overflow: hidden;
	margin-left: -2%
}

.swiper-tab .swiper-hd .swiper-hd-wrap .swiper-item {
	display: block;
	float: left;
	background: #2a3944;
	border-radius: 25px;
	padding: 2px;
	margin: 20px 0 20px 2%;
	text-indent: 0;
}

.swiper-tab .swiper-hd .swiper-hd-wrap .swiper-item:before {
	display: none
}

.swiper-tab .swiper-hd .swiper-hd-wrap .swiper-item:hover span {
	color: #2a3944
}

.swiper-tab .swiper-hd .swiper-hd-wrap .swiper-item span {
	padding: 0 20px;
	background: #fff;
	line-height: 46px;
	font-size: 17px;
	border-radius: 25px;
	display: block;
	color: #2a3944;
	cursor: pointer
}

.swiper-tab .swiper-hd .swiper-hd-wrap .swiper-item.swiper-item-active {
	padding: 2px;
	background: #de5216
}

.swiper-tab .swiper-hd .swiper-hd-wrap .swiper-item.swiper-item-active span {
	background: #fff;
	color: #de5216;
	font-weight: 700
}

.swiper-tab .swiper-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}

.swiper-tab .swiper-wrapper .swiper-slide {
	width: 100%;
	overflow: hidden;
	float: left;
	display: none
}

.swiper-tab .swiper-wrapper .swiper-slide>p {
	margin: 20px 0 10px;
	height: 36px;
	line-height: 36px;
	font-weight: 700;
	font-size: 16px
}

.swiper-tab .swiper-wrapper .swiper-slide>p:first-child {
	margin-top: 0
}

.swiper-tab .swiper-wrapper .swiper-slide.swiper-slide-active {
	display: block
}

.table-wrap {
	width: 100%;
	overflow-y: auto
}

.table-wrap>p {
	margin: 20px 0 10px;
	height: 36px;
	line-height: 36px;
	font-weight: 700
}

.table-wrap>p:first-child {
	margin-top: 0
}

.pager {
	clear: both;
	padding: 20px 0px;
	text-align: center;
	display: block;
	border-radius: 4px;
	line-height: 18px;
	position: relative;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination li {
	float: left;
	margin-left: -1px;
	border: 1px solid #ddd;
}

.pagination li:nth-child(1) {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination li a {
	color: #666;
}

.pagination li a,.pagination li span {
	padding: 5px 13px;
	display: block;
	cursor: pointer;
}

.pagination li:hover {
	position: relative;
	z-index: 1;
	color: #fff;
	background: #de5216;
	border-color: #de5216;
}

.pagination li:hover a {
	color: #fff;
}

.pagination li.disabled:hover,.pagination li.disable:hover,.pagination li.disabled,.pagination li.disable {
	text-decoration: none;
	background: #f5f5f5;
	color: #999;
	border-color: #ddd;
}

.pagination li.active, .pagination li.thisclass {
	position: relative;
	z-index: 2;
	border-color: #de5216;
	background: #de5216;
}

.pagination li.active a, .pagination li.thisclass a {
	color: #fff;
}

.pagination #pageup {
	background: #de5216;
	color: #fff;
}

.allpageindex {
	width: 82.54%;
	background: #de5214;
	border-radius: 20px;
	padding: 2px;
	position: absolute;
	left: 50%;
	bottom: 110px;
	margin-left: -41.27%;
	z-index: 5;
	display: none;
}

.allpageindex:before,.allpageindex:after {
	content: "";
	width: 22px;
	height: 22px;
	background: #de5214;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: rotate(45deg) translate(-50%);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: -1;
}

.allpageindex:after {
	background: #fff;
	bottom: -8px;
}

.allpageindex ul {
	background: #fff;
	border-radius: 18px;
	font-size: 0;
	text-align: left;
	padding: 10px 5px;
}

.allpageindex ul li {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 2px solid #c8c8c8;
	border-radius: 50%;
	margin: 10px 15px;
}

.allpageindex ul li a {
	font-size: 18px;
	color: #c8c8c8;
	text-align: center;
	line-height: 34px;
	display: block;
}

.allpageindex ul .on,.allpageindex ul li:hover {
	background: #de5214;
	border: none;
}

.allpageindex ul .on a,.allpageindex ul li:hover a {
	color: #fff;
	line-height: 38px;
}

.right-float {
	width: 150px;
	text-align: center;
	letter-spacing: 1px;
	position: fixed;
	right: -160px;
	top: 50%;
	margin-top: -290px;
	opacity: 0;
	z-index: 9999;
	transition: all linear 0.4s;
}

.right-float ul {
	width: 100%;
	background-color: #fd884b;
	background-image: linear-gradient(#fd884b,#e3591e);
	border: 1px solid #b44514;
	border-radius: 80px 80px 8px 8px;
}

.right-float ul li {
	font-size: 14px;
	color: #ffceb6;
	padding: 15px 0 18px;
	cursor: pointer;
	transition: all linear 0.3s;
}

.right-float ul li strong {
	font-size: 18px;
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
}

.right-float ul li strong:before {
	content: "";
	width: 100%;
	height: 28px;
	display: block;
	margin-bottom: 12px;
	transition: all linear 0.3s;
}

.right-float ul .one {
	border-radius: 80px 80px 0 0;
}

.right-float ul .one strong:before {
	background: url(../images/rlfl-tb01.png) center no-repeat;
}

.right-float ul .two {
	border-top: 1px solid #b44514;
	border-bottom: 1px solid #b44514;
	position: relative;
}

.right-float ul .two strong:before {
	background: url(../images/rlfl-tb02.png) center no-repeat;
}

.right-float ul .two .tel {
	width: 220px;
	height: 65px;
	background: #fff;
	font-size: 16px;
	color: #666666;
	line-height: 1;
	text-align: left;
	padding: 9px 0 9px 40px;
	position: absolute;
	right: -320px;
	bottom: 0;
	transition: all .5s;
}

/*.right-float ul .two .tel:before {
	content: "";
	width: 100px;
	height: 100px;
	background: url(../images/ewm.jpg) no-repeat;
	background-size: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.35);
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -50px;
}*/

.right-float ul .two .tel span {
	font-size: 20px;
	color: #de5217;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	margin: 12px 0 0;
}

.right-float ul .two:hover .tel {
	right: -1px;
}

.right-float ul .three {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	padding: 20px 0 7px;
}

.right-float ul .three p:after {
	content: "";
	width: 100%;
	height: 19px;
	background: url(../images/rlfl-zs.png) center no-repeat;
	display: block;
	margin-top: 3px;
}
.right-float ul .three strong  {
	display: none;
}
/*.right-float ul .three strong:before {
	width: 120px;
	height: 120px;
	background: url(../images/wxqr2.jpg) center no-repeat;
	background-size: 100% auto;
	border-radius: 6px;
	margin: 9px auto 14px;
	box-shadow: -9px 9px 9px rgba(61,41,27,0.44);
}*/

.right-float ul .three strong span {
	margin-left: 6px;
}

.right-float ul .one:hover,.right-float ul .two:hover {
	background: #b44514;
}

.right-float ul .one:hover strong:before {
	background: url(../images/rlfl-tb1.png) center no-repeat;
}

.right-float ul .two:hover strong:before {
	background: url(../images/rlfl-tb2.png) center no-repeat;
}

.right-float .to-top {
	width: 100%;
	height: 51px;
	background-color: #fd884b;
	background-image: linear-gradient(#fd884b,#e3591e);
	border: 1px solid #b44514;
	border-radius: 8px;
	font-size: 18px;
	color: #ffffff;
	line-height: 49px;
	margin-top: 21px;
	cursor: pointer;
	transition: all linear 0.3s;
}

.right-float .to-top:hover {
	background: #b44514;
}

.rlfl-show {
	right: 0;
	opacity: 1;
}

.wxqr {
	max-width: 100%;
	width: 132px;
	height: 192px;
	background: #de5217;
	border-radius: 25px;
	text-align: center;
	padding: 9px;
	margin: -3% auto;
}

.wxqr img {
	border-radius: 20px;
}

.wxqr p {
	font-size: 16px;
	color: #ffffff;
	margin-top: 11px;
}

.wxqr p span {
	margin-top: 9px;
	display: block;
}

@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}

	50%,100% {
		-webkit-transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(10px);
	}
}

@keyframes bounce-down {
	25% {
		transform: translateY(-10px);
	}

	50%,100% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(10px);
	}
}

.btn-hover,.message .fr form .submit {
	width: 268px;
	height: 64px;
	background: #de5217;
	border: 4px solid #fd9861;
	border-radius: 100px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: 54px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 0 20px;
	display: block;
	box-shadow: 0 6px 0 #de5217,0 0 6px rgba(0,0,0,0.1) inset;
	overflow: hidden;
	position: relative;
	transition: all 0.8s ease;
}

.message .fr form .submit input{
        width: 268px;
      background: none;
   font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 56px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
   display: block;
   overflow: hidden;
   text-align: left;
}

.btn-hover:after,.message .fr form .submit:after {
	content: "";
	width: 14px;
	height: 24px;
	background: url(../images/btn-jt.png) center no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -12px;
}

.btn-hover:before,.message .fr form .submit:before,.newspage-ban .title .zx-box dd a:after,.same-message2 .fr .submit:before {
	content: "";
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	transition: all 0.8s ease;
	opacity: 0.8;
}

.btn-hover:hover:before,.message .fr form .submit:hover:before,.newspage-ban .title .zx-box dd a:hover:after,.same-message2 .fr .submit:hover:before {
	left: 100%;
}

#LRdiv0 {
	display: none!important;
}

#LRfloater1 img {
	width: auto;
}

.uds-zy {
	display: none;
}

.contentLink {
	background-color: #df5519;
	background-image: linear-gradient(#f6732d,#df5417);
	color: #fff!important;
	box-shadow: 0 4px 0 #be4511;
	position: relative;
	line-height: 1;
	border-radius: 5px 20px;
	margin: 0 10px;
	padding: 12px 20px;
	display: inline-block;
	text-indent: 0;
}

.ie9 .home3-albox .swiper-slide,.ie9 .home3-albox .swiper-pagination {
	display: none;
}

.ie9 .home3-albox .swiper-slide-active {
	display: block;
}

.ie9 .home7 .swiper-wrapper {
	margin-left: -2.2%;
}

.ie9 .home7 .swiper-slide {
	width: 31.13%;
	margin-left: 2.2%;
	float: left;
}

.ie9 .home7 .swiper-slide p a {
	color: #000000;
}

.ie9 .news-center .news-pic dl,.ie9 .news-center .news-pic .controller,.ie9 .home7 .swiper-pagination,.ie9 .home7 .swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
	display: none;
}

.ie9 .news-center .news-pic dl:first-child {
	display: inline-block;
}

.ie8 .header .nav li a:after,.ie8 .home3 .al-video {
	display: none;
}

.ie8 .header .nav li:hover a:after {
	display: block;
}

.ie8 .home5 .list dl:hover dt h3 a {
	top: 10%;
}

.ie8 .about1 .center .zx-fs {
	width: auto;
	border: 6px solid #666;
	padding: 40px 5% 55px;
	display: inline-block;
	background: none;
}

.ie8 .about3 .fr ul {
	background: none;
}

.ie8 .about2 .fr:before,.ie8 .about2 .fr:after,.ie8 .message2 .fr:before {
	display: none;
}

.ie8 .about2 .fr {
	width: 46%;
	border: 1px solid #000;
	padding: 5%;
	margin: 150px 0 0;
}

.ie8 .cppage1 .fr dd .btn {
	height: 318px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hxpsj.cn/images/cppage-btnbg.png',sizingMethod='scale');
	bottom: -124px;
}

.ie8 .message .fr {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hxpsj.cn/images/msg-bg.png',sizingMethod='scale');
}

.ie8 .message2 {
	margin-top: -360px;
}

.ie8 .contact-ban .p1 {
	width: auto;
	background: none;
	border: 6px solid #666;
	padding: 40px 4% 55px;
	right: 30%;
	top: 120px;
}

.ie8 .newspage-ban .title .zx-box dd a:before {
	display: none;
}

.ie8 .video-pic .fl .video {
	font-size: 25px;
	line-height: 40px;
	padding: 26% 0;
}

.ie8 .video-pic h1:before,.ie8 .video-pic h1:after {
	display: none;
}

.banner,.home3,.cp-ban,.news-ban,.newspage-ban,.contact-ban {
	background-size: cover;
}

.about1 {
	background-size: 100% 100%;
}

.video-swt {
	max-width: 800px;
	position: relative;
	margin: 18px auto!important;
}

.video-swt video {
	border-top: 3px solid #ff5f4a;
	display: block;
}

.video-swt .span-swt {
	width: 103.7%;
	height: 190px;
	background: url(../images/video-swtzs.png) center top no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	left: -3.6%;
	top: -5px;
	display: block;
	font-size: 0;
}

.table-template {
	width: 100%;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	border-radius: 30px 30px 0 0;
}

.table-template .table-top {
	background: #df5519;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	padding: 20px 3%;
	border-radius: 30px 30px 0 0;
}

.table-template .table-top span {
	font-size: 17px;
	color: #f87a61;
	font-weight: 400;
	display: block
}

.table-template .table-tit,.table-template thead tr:first-child {
	background: #dd501f!important;
}

.table-template tr td,.table-template tr th {
	font-size: 16px;
	line-height: 1.9;
	color: #51575a;
	border: 1px solid #e6e6e6;
	padding: 10px;
}

.table-template thead tr:first-child th,.table-template thead tr:first-child td,.table-template .table-tit th,.table-template .table-tit td {
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	padding: 10px;
}

.table-template .odd,.table-template tr:nth-child(odd) {
	background: #fff
}

.table-template .even,.table-template tr:nth-child(even) {
	background: #fdf8f1;
}

.table-template .table-bottom th {
	font-size: 18px;
	color: #f87a61;
	line-height: 30px;
	padding: 10px
}

.ewm-tel {
	text-align: center;
	display: block;
}

.alpage1 .fl dt ul li img {
		width: 53%;
}

@media screen and (min-width: 1921px) {
	.same-message2 {
		width: 1920px;
		margin: 0 auto;
	}

	.same-message2 .w {
		border-radius: 600px;
	}

	.greenpage {
		background-position: center -15%;
	}
}

@media screen and (max-width: 1800px) {
	.w {
		max-width: 1300px;
	}

	.banner .title dd {
		font-size: 55px;
	}

	.banner .title dt {
		font-size: 55px;
		margin-top: 44px;
	}

	.appoint_scroll {
		height: 110px;
		line-height: 110px;
	}

	.home .tits2 {
		font-size: 45px;
	}

	.home1 dl dd {
		padding: 0 4%;
	}

	.home1 dl dt h3 a {
		font-size: 22px;
	}

	.home1 .one dt {
		padding-top: 5%;
	}

	.home1 .two {
		padding-top: 2%;
	}

	.home1 .four {
		width: 50%;
		right: 5.2%;
	}

	.home1 .four dd {
		padding: 0;
	}

	.home2 ul li p a {
		font-size: 18px;
		padding: 15px 0;
	}

	.home3 dl dd h3 a {
		font-size: 37px;
	}

	.home7 .swiper-slide {
		width: 411px;
	}

	.home-footer li span {
		font-size: 15px;
	}

	.cpzs-list .list ul li p a {
		font-size: 22px;
	}

	.alzs-list .list ul li p a {
		font-size: 17px;
	}

	.news-center .news-pic dt h3 a {
		font-size: 35px;
		line-height: 45px;
		margin: 55px 0 15px 80px
	}

	.news-center .news-pic dt .text {
		padding: 50px
	}

	.news-special .w {
		padding: 0 6% 94px 4%;
	}

	.news-special .fl {
		padding: 15px 6% 0 0;
	}

	.newspage-ban .title h1 {
		font-size: 35px;
		line-height: 55px;
	}

	.newspage-ban .title .zx-box {
		right: 66px;
	}

	.texts h3 {
		font-size: 25px
	}

	.texts p {
		font-size: 16px;
		line-height: 38px
	}

	.message .fr {
		padding: 165px 0 0 110px
	}

	.message .fr .text {
		font-size: 15px;
		line-height: 36px;
	}

	.cppage1 .fr dl {
		margin: 45px 0 0;
	}

	.cppage1 .fr dd {
		padding: 50px 11% 60px
	}

	.cppage1 .fr dd h1 {
		font-size: 37px
	}

	.cppage1 .fr dd .cs p {
		font-size: 17px
	}

	.cppage1 .fr dd .tel strong {
		font-size: 24px
	}

	.cppage1 .fr dd .btn {
		width: 270px;
		height: 326px;
		padding: 194px 0 0;
	}

	.cppage1 .fr dt p {
		font-size: 17px
	}

	.cppage1 .fr dt ul li {
		font-size: 16px
	}

	.cppage1 .txt {
		padding: 40px 2.8%
	}

	.cppage2 .cp-text .fr .cp-qt h4:before {
		left: 39%
	}

	.alpage1 .fl dd h1 {
		font-size: 35px
	}

	.alpage1 .fl dd {
		padding: 0 2% 0 0
	}

	.alpage1 .fl dd .cs p {
		font-size: 17px;
		line-height: 34px
	}

	.alpage1 .fl dd .tel {
		font-size: 18px;
		margin-bottom: 40px
	}

	.alpage1 .fl dt .tit {
		font-size: 19px;
		line-height: 60px
	}

	.alpage1 .fl dt ul {
		padding: 15px 0
	}

	.al-more .fr li a {
		padding: 15px 0 16px 25px;
	}

	.greenpage {
		background-position: center -35px;
	}

	.video-pic .video-box {
		width: 100%;
	}

	.video-pic h1:after {
		width: 240px;
		height: 240px;
		right: -10px;
		bottom: -10px;
	}

	.about2 .fr:after {
		width: 500px;
		top: -550px
	}

	.about3 .fl {
		padding: 30px 5% 0 0;
	}

	.about3 .fl .btn-hover {
		margin-top: 0;
	}

	.about3 .fr li {
		padding: 0 4%;
		line-height: 245px
	}

	.contact-ban .p1 {
		right: 50px
	}

	.message2 .fr:before {
		width: 600px;
		margin-left: -300px;
		height: 600px;
		top: -370px
	}

	.message2 .fwlc {
		top: 50px
	}

	.same-message .fl {
		width: 700px;
		background-position: -40px center;
	}

	.same-message .fl .rot-tel img {
		width: 350px;
		left: -28px;
		bottom: -55px;
	}

	.same-message .fr {
		width: 400px;
		margin: 0;
	}

	.same-message2 .w {
		width: 1600px;
		padding: 0 100px 0 132px;
	}

	.ie8 .cppage1 .fr dd .btn {
		height: 302px;
	}
}

@media screen and (max-width: 1700px) {
	.banner .text {
		bottom: 20%;
	}

	.cppage1 .fr dl {
		margin: 20px 0 0;
	}

	.cppage1 .fr dd h1 {
		font-size: 35px
	}

	.cppage1 .fr dd .cs {
		margin: 22px 0 30px
	}

	.cppage1 .fr dd .tel {
		font-size: 18px
	}

	.cppage1 .fr dd .btn {
		width: 250px;
		height: 307px;
		padding: 179px 0 0;
		font-size: 19px
	}

	.cppage1 .fr dt p {
		font-size: 16px
	}

	.ie8 .cppage1 .fr dd .btn {
		height: 280px;
		bottom: -115px;
	}
}

@media screen and (max-width: 1600px) {
	.w {
		max-width: 1200px;
	}

	.header {
		width: 1300px;
		height: 90px;
		margin-left: -650px;
	}

	.header .nav li a {
		font-size: 16px;
		padding: 36px 0;
	}

	.header .nav li:hover a,.header .nav .hover a {
		font-size: 20px;
	}

	.header .tel {
		padding: 21px 0 21px 3.6%;
	}

	.home-header .tel {
		width: 16.5%;
		padding: 31px 0 31px 37px;
		font-size: 20px;
	}

	.home-header .tel strong {
		font-size: 24px;
	}

	.footer li {
		line-height: 90px;
	}

	.footer li {
		font-size: 16px;
	}

	.footer li span {
		font-size: 14px;
	}

	.footer li strong {
		font-size: 18px;
	}

	.home-footer ul {
		height: 180px;
	}

	.home-footer li {
		padding: 40px 0;
	}

	.home-footer .one,.home-footer .two {
		padding: 65px 0;
	}

	.home-footer li span a {
		line-height: 24px;
	}

	.home-footer li strong,.home-footer li span {
		margin: 10px 0 0;
	}

	.home-footer .beian {
		font-size: 14px;
		line-height: 50px;
	}

	.location li,.location a {
		font-size: 14px;
	}

	.location li a:after {
		width: 8px;
		height: 10px;
	}

	.banner .title dd {
		font-size: 50px;
	}

	.banner .title dt {
		font-size: 50px;
		margin-top: 40px;
	}

	.banner .text {
		font-size: 15px;
		line-height: 34px;
		width: 30%;
		right: 18%;
		bottom: 22%;
	}

	.appoint_scroll {
		height: 90px;
		line-height: 90px;
	}

	.home .tits {
		font-size: 35px;
	}

	.home .text {
		font-size: 14px;
		line-height: 28px;
	}

	.home1 dl dt h3 a {
		font-size: 20px;
	}

	.home1 .one dt {
		padding-top: 8%;
	}

	.home1 .two {
		padding-top: 3%;
	}

	.home1 .four {
		width: 55.2%;
		right: 0%;
	}

	.home2 ul li p a {
		font-size: 17px;
	}

	.home3 {
		padding-left: 180px;
	}

	.home3 dl dd h3 a {
		font-size: 34px;
	}

	.home3-albox .swiper-pagination {
		left: 70px;
	}

	.home4 ul li {
		margin: 15px 0
	}

	.home4 ul li h5 a {
		font-size: 18px;
		line-height: 32px
	}

	.home4 ul li p {
		height: 48px;
		font-size: 14px;
		line-height: 24px
	}

	.home4 ul li span {
		font-size: 14px;
		line-height: 32px
	}

	.home5 .list dl dt {
		padding-top: 15px;
	}

	.home5 .list dl dt h3 a {
		font-size: 18px;
	}

	.home5 .list dl dt p {
		height: 72px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.home6 .hb-text p {
		font-size: 14px;
	}

	.home7 .swiper-slide {
		width: 377px;
	}

	.home7 .swiper-pagination-bullet {
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 50px;
	}

	.cp-ban h2 {
		font-size: 50px
	}

	.cp-ban h2:after {
		width: 100px;
		height: 5px
	}

	.cp-ban p {
		font-size: 18px;
		line-height: 32px
	}

	.cpzs-list .list p {
		font-size: 16px;
		line-height: 31px
	}

	.cpzs-list .list ul li p a {
		font-size: 20px;
		padding: 6px 5%
	}

	.alzs-list .list ul li p a {
		font-size: 17px;
	}

	.sp-ban dl dd {
		margin-top: 60px
	}

	.sp-ban dl dd p {
		font-size: 30px;
		line-height: 42px
	}

	.sp-ban dl dd p span {
		font-size: 40px
	}

	.sp-ban dl dd ul {
		margin: 30px 0
	}

	.sp-ban dl dd ul li {
		font-size: 16px;
		line-height: 30px
	}

	.news-ban h2 {
		font-size: 40px;
	}

	.news-ban ul li {
		font-size: 14px;
		margin-right: 60px;
	}

	.news-ban ul li strong {
		font-size: 18px;
	}

	.news-center .news-txt h3 {
		font-size: 35px;
	}

	.news-center .news-txt .text {
		font-size: 14px;
		line-height: 30px;
	}

	.news-center .news-pic dt h3 a {
		font-size: 30px;
		line-height: 40px;
		margin: 75px 0 15px 80px;
	}

	.news-center .news-pic dt .text {
		font-size: 14px;
		line-height: 30px;
		padding: 40px;
	}

	.news-center .news-pic dt .text p {
		height: 120px;
	}

	.news-center .news-txt .same li {
		margin-top: 30px;
	}

	.news-center .news-txt .same li h5 a {
		font-size: 18px;
		line-height: 32px
	}

	.news-center .news-txt .same li p {
		height: 48px;
		font-size: 14px;
		line-height: 24px
	}

	.news-center .news-txt .same li span {
		font-size: 14px;
		line-height: 32px
	}

	.news-list .list li {
		margin: 15px 0
	}

	.news-list .list li h5 a {
		font-size: 18px;
		line-height: 32px
	}

	.news-list .list li p {
		height: 48px;
		font-size: 14px;
		line-height: 24px
	}

	.news-list .list li span {
		font-size: 14px;
		line-height: 32px
	}

	.news-special .fl {
		padding: 0 6% 0 0;
	}

	.news-special .fl h3 a {
		font-size: 25px;
	}

	.news-special .fl p {
		font-size: 14px;
		line-height: 28px;
		margin: 10px 0 20px;
	}

	.newspage-ban .title {
		padding: 35px 40px 30px;
	}

	.newspage-ban .title h1 {
		width: 66%;
		font-size: 33px;
	}

	.newspage-ban .title .text {
		font-size: 15px;
	}

	.newspage-ban .title .zx-box {
		right: 46px;
	}

	.newspage-ban .title .zx-box dd a {
		height: 64px;
		font-size: 24px;
		line-height: 64px;
		border-radius: 10px;
	}

	.news-content .w {
		padding: 0 40px;
	}

	.news-content .fl {
		width: 66%;
	}

	.news-content .fr {
		width: 25%;
	}

	.cppage3 h4 {
		font-size: 33px;
	}

	.cppage3 ul li h5 a {
		font-size: 18px;
		line-height: 32px
	}

	.cppage3 ul li p {
		height: 48px;
		font-size: 14px;
		line-height: 24px
	}

	.cppage3 ul li span {
		font-size: 14px;
		line-height: 32px
	}

	.message .fr {
		width: 60.8%;
	}

	.news-xg .fr {
		padding: 30px 6% 30px 5.35%
	}

	.news-xg .fr h1 {
		font-size: 28px
	}

	.news-xg .fr .cs p {
		font-size: 18px
	}

	.news-xg .fr .spec {
		margin: 30px 0
	}

	.news-xg2 .advantage {
		background-position: left -100px
	}

	.news-xg2 .advantage li {
		padding: 3%
	}

	.news-xg2 .advantage li h3 {
		font-size: 20px
	}

	.news-xg2 .advantage li p {
		font-size: 14px
	}

	.news-xg2 .lists li {
		margin: 15px 0 15px 8%
	}

	.news-xg2 .lists li h4 a {
		font-size: 18px;
		line-height: 32px
	}

	.news-xg2 .lists li p {
		height: 48px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px
	}

	.news-xg2 .lists li span {
		font-size: 14px;
		line-height: 32px
	}

	.cppage1 .fr dl {
		margin: 30px 0 0;
	}

	.cppage1 .fr dd h1 {
		font-size: 33px
	}

	.cppage1 .fr dd .cs {
		margin: 15px 0
	}

	.cppage1 .fr dd .cs p {
		font-size: 16px;
		line-height: 32px
	}

	.cppage1 .fr dd .cs p:before {
		top: 18px
	}

	.cppage1 .fr dd .tel {
		font-size: 17px
	}

	.cppage1 .fr dd .tel:before {
		top: 9px
	}

	.cppage1 .fr dd .tel strong {
		font-size: 22px
	}

	.cppage1 .fr dd .btn {
		width: 225px;
		height: 291px;
		padding: 161px 0 0;
		font-size: 18px
	}

	.cppage2 .title {
		margin-bottom: 30px;
	}

	.cppage2 .title li a {
		font-size: 18px;
		line-height: 60px
	}

	.alpage1 .fl dd h1 {
		font-size: 25px;
		line-height: 35px;
	}

	.alpage1 .fl dd .cs p {
		font-size: 16px;
		line-height: 30px;
	}

	.alpage1 .fl dd .cs p:before,.alpage1 .fl dd .tel:before {
		top: 11px;
	}

	.alpage1 .fl dd .tel:before {
		top: 9px;
	}

	.alpage1 .fl dd .tel {
		font-size: 17px;
	}

	.alpage1 .fl dd .tel strong {
		font-size: 22px;
	}

	.alpage1 .fl dt ul li img {
		width: 53%;
	}

	.alpage2 .title ul li a {
		font-size: 18px;
	}

	.al-more .fr {
		padding: 32px 20px 20px 20px;
	}

	.al-more .fl li p a,.al-more .fr li a {
		font-size: 15px;
	}

	.al-more .fl li p a {
		padding-top: 102%;
	}

	.video-more .fl li .pic:before {
		background-size: 60px;
	}

	.video-more .fl li p a {
		padding: 10px 0 0;
	}

	.greenpage {
		background-position: center -75px;
	}

	.video-pic .video-box {
		border-radius: 20px 20px 220px 20px;
	}

	.video-pic h1 {
		font-size: 33px;
	}

	.video-pic .fr .qt-sp dl {
		margin: 30px 0;
	}

	.video-pic h1:after {
		width: 220px;
		height: 220px;
	}

	.video-pz .tit {
		padding: 15px 3% 30px
	}

	.video-pz h4 {
		font-size: 22px
	}

	.video-pz dt h5 a {
		font-size: 17px
	}

	.video-pz dt p {
		font-size: 15px
	}

	.about h3 {
		font-size: 35px
	}

	.about h3:after {
		width: 100px
	}

	.about p {
		font-size: 14px
	}

	.about1 {
		padding: 118px 0 170px
	}

	.about1 .same p {
		font-size: 14px
	}

	.about1 .same p strong {
		font-size: 40px
	}

	.about1 .center {
		width: 610px;
	}

	.about1 .center .text {
		padding: 0 15%;
	}

	.about2 .fr:before {
		height: 540px
	}

	.about2 .fr li {
		font-size: 19px;
		line-height: 34px
	}

	.about3 .fl p {
		margin: 20px 0;
	}

	.about3 .fr li {
		line-height: 227px
	}

	.contact-ban h2 {
		font-size: 50px
	}

	.contact-ban ul li {
		font-size: 18px;
		padding-left: 40px
	}

	.contact-ban ul li strong {
		font-size: 24px
	}

	.contact-ban .p1 {
		width: 355px;
		padding: 53px 0 0 68px;
		font-size: 25px
	}

	.contact-ban .p1 strong {
		font-size: 30px
	}

	.message2 .fwlc {
		top: 100px
	}

	.message2 .fr .text {
		width: 27%
	}

	.same-message .fl {
		width: 660px;
		background-size: cover;
		background-position: -64px center;
	}

	.same-message .fl h4 {
		font-size: 30px;
	}

	.same-message .fl .text {
		font-size: 15px;
	}

	.same-message .fl .rot-tel p {
		width: 272px;
		height: 124px;
		font-size: 16px;
	}

	.same-message .fl .rot-tel p span {
		font-size: 24px;
	}

	.same-message .fl .fw-txt {
		padding: 10.5% 0;
		right: 5px;
	}

	.same-message .fl .fw-txt li {
		font-size: 15px;
	}

	.same-message .fl .fw-txt li span {
		font-size: 18px;
	}

	.same-message .fr {
		width: 400px;
	}

	.same-message2 .w {
		width: 1400px;
		padding: 0 60px;
		border-radius: 60px 0 0 60px;
	}

	.same-message2 .fl .p1 {
		font-size: 24px;
	}

	.same-message2 .fl .p2 {
		font-size: 33px;
	}

	.same-message2 .fl .p3 {
		font-size: 16px;
	}

	.same-message2 .fr {
		width: 55%;
		float: right;
		padding: 55px 6% 55px 9%;
	}

	.same-message2 .fr:before {
		content: "";
		width: 730px;
		background-size: 100% 98%;
		left: auto;
		right: -35px;
		top: -2px;
	}

	.same-message2 .fr .quick-ly {
		left: -235px;
	}

	.right-float {
		width: 120px;
	}

	.right-float ul li {
		font-size: 12px;
	}

	.right-float ul li strong {
		font-size: 16px;
	}

	.right-float ul .three {
		font-size: 14px;
		line-height: 20px;
	}

	.right-float ul .three strong:before {
		width: 100px;
		height: 100px;
		background-size: 100%;
	}

	.right-float ul .three strong span {
		margin: 0;
	}

	.right-float .to-top {
		height: 45px;
		font-size: 16px;
		line-height: 43px;
	}

	.btn-hover {
		width: 220px;
		height: 54px;
		font-size: 18px;
		line-height: 45px
	}

	.ie8 .cppage1 .fr dd .btn {
		height: 252px;
	}
}

@media screen and (max-width: 1500px) {
	.cppage1 .fr dd .btn {
		width: 200px;
		height: 274px;
		padding: 143px 0 0;
		font-size: 17px;
	}

	.cppage1 .fr dt p {
		font-size: 15px;
		margin: 24px 0 35px
	}

	.cppage1 .fr dt ul li {
		font-size: 15px
	}

	.alpage1 .fl dd .cs {
		margin: 25px 0;
	}

	.alpage1 .fl dd .cs p {
		font-size: 15px;
		margin: 10px 0;
	}

	.alpage1 .fl dd .cs p:before,.alpage1 .fl dd .tel:before {
		top: 11px;
	}

	.alpage1 .fl dd .tel:before {
		top: 9px;
	}

	.alpage1 .fl dd .tel {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.alpage1 .fl dd .tel strong {
		font-size: 20px;
	}

	.alpage1 .fl dt .tit {
		font-size: 18px;
		line-height: 50px;
	}

	.alpage1 .fl dt ul li:before {
		width: 15px;
		height: 14px;
		background-size: 100%;
		margin: 10px auto;
	}

	.ie8 .cppage1 .fr dd .btn {
		height: 225px;
		bottom: -90px;
	}
}

@media screen and (max-width: 1400px) {
	.w {
		max-width: 1100px;
	}

	.header {
		width: 1100px;
		height: 80px;
		margin-left: -550px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header .nav li a {
		font-size: 15px;
		padding: 32px 0;
	}

	.header .nav li:hover a,.header .nav .hover a {
		font-size: 18px;
	}

	.header .tel {
		padding: 16px 0 16px 3.6%;
	}

	.home-header .tel {
		width: 18%;
		background-size: 22px;
		padding: 28px 0 28px 33px;
		font-size: 18px;
	}

	.home-header .tel strong {
		font-size: 22px;
	}

	.home-footer li {
		padding: 25px 0;
	}

	.banner .title {
		top: 24%;
	}

	.banner .title dd {
		font-size: 40px;
	}

	.banner .title dt {
		font-size: 40px;
		margin-top: 30px;
	}

	.banner .text {
		font-size: 14px;
		line-height: 30px;
	}

	.banner .gsnl p {
		font-size: 14px;
	}

	.banner .gsnl p span {
		font-size: 18px;
	}

	.appoint_scroll {
		height: 80px;
		line-height: 80px;
	}

	.home .tits {
		font-size: 30px;
	}

	.home1 .w {
		height: 735px;
	}

	.home1 dl dt h3 a {
		font-size: 18px;
	}

	.home1 dl dt p {
		font-size: 14px;
	}

	.home1 .one {
		height: 450px;
	}

	.home1 .one dt {
		padding-top: 8%;
	}

	.home1 .two {
		height: 380px;
	}

	.home1 .three {
		height: 366px;
		top: 32px;
	}

	.home1 .four {
		height: 320px;
		line-height: 320px;
	}

	.home1 .four dd {
		width: 60%;
	}

	.home2 ul li p a {
		font-size: 16px;
		padding: 10px 0;
	}

	.home3 {
		padding-top: 120px;
		padding-bottom: 120px;
		padding-left: 160px;
	}

	.home3 dl {
		width: 450px;
	}

	.home3 dl dd h3 a {
		font-size: 28px;
	}

	.home3 dl dd .al-text {
		font-size: 14px;
		line-height: 30px;
		margin: 25px 0 20px;
	}

	.home3 dl dd .cs p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
	}

	.home3-albox .swiper-pagination {
		left: 50px;
	}

	.home4 {
		padding: 80px 0;
	}

	.home4 ul,.home5 .list {
		margin-top: 50px;
	}

	.home5 {
		padding: 80px 0 0;
	}

	.home5 .list dl dd {
		box-shadow: 0 0 35px rgba(31,38,43,0.18);
	}

	.home5 .list dl dd .more {
		height: 50px;
		line-height: 48px;
		font-size: 18px;
		margin-top: -25px;
	}

	.home5 .list dl dt h3 a {
		font-size: 17px;
		line-height: 26px;
	}

	.home5 .list dl dt p {
		margin-top: 5px;
	}

	.home6 .w:before {
		left: -20px;
		right: -20px;
		top: -20px;
		bottom: -20px;
	}

	.home6 .hb-box {
		margin-top: 50px;
	}

	.home7 {
		margin: 120px 0;
	}

	.home7 .swiper-slide {
		width: 311px;
	}

	.home7 .swiper-slide p:before {
		width: 35px;
		height: 35px;
		margin-right: 15px;
	}

	.home7 .swiper-slide p a {
		font-size: 14px;
	}

	.home7 .swiper-container {
		margin-top: 50px;
	}

	.cp-ban h2 {
		font-size: 40px
	}

	.cp-ban h2:after {
		width: 80px;
		height: 4px;
		margin: 25px auto
	}

	.cp-ban p {
		font-size: 16px;
		line-height: 30px
	}

	.cpzs-list .title {
		width: 100%;
		height: 100px
	}

	.cpzs-list .title li a {
		font-size: 20px;
		padding: 39px 0
	}

	.cpzs-list .title .active a,.cpzs-list .title li:hover a {
		font-size: 25px
	}

	.cpzs-list .list h3 {
		font-size: 30px
	}

	.cpzs-list .list p {
		font-size: 14px;
		line-height: 26px
	}

	.cpzs-list .list ul li p a {
		font-size: 18px
	}

	.alzs-list .list ul li p a {
		font-size: 16px;
	}

	.sp-ban dl dd p {
		font-size: 26px;
		line-height: 34px
	}

	.sp-ban dl dd p span {
		font-size: 34px
	}

	.sp-ban dl dd ul li {
		font-size: 14px;
		line-height: 24px
	}

	.news-ban h2 {
		font-size: 30px;
	}

	.news-ban ul li strong {
		font-size: 17px;
	}

	.news-center .news-txt h3 {
		font-size: 30px;
	}

	.news-center .news-pic dt h3 a {
		margin: 55px 0 15px 50px;
	}

	.news-center .news-txt .same .title {
		margin-bottom: 20px;
	}

	.news-center .news-txt .same h4 {
		font-size: 25px;
		margin-bottom: 40px;
	}

	.news-center .news-pic dt .look-more {
		bottom: -40px;
	}

	.news-center .news-pic dt .look-more a,.news-special .fl .look-more {
		width: 180px;
		height: 45px;
		font-size: 18px;
		line-height: 45px;
	}

	.newspage-ban {
		padding: 118px 0 0
	}

	.newspage-ban .title h1 {
		font-size: 30px;
		line-height: 45px;
	}

	.newspage-ban .title .date {
		margin: 17px 0 20px;
	}

	.newspage-ban .title .text {
		font-size: 14px;
	}

	.newspage-ban .title .zx-box {
		width: 255px;
		right: 38px;
	}

	.texts h3 {
		font-size: 20px
	}

	.texts p {
		font-size: 14px;
		line-height: 30px
	}

	.news-content .fr {
		margin-top: 320px;
	}

	.news-content .fr h4 {
		font-size: 20px;
		padding: 20px 0
	}

	.news-content .fr ul li p a {
		font-size: 14px;
		padding: 10px 0
	}

	.news-content .fr .news-review {
		top: -8px;
	}

	.news-content .fr .news-review li a {
		font-size: 14px;
		padding: 12px 0;
	}

	.cppage3 h4 {
		font-size: 30px
	}

	.message .fl {
		margin: 200px 0 0
	}

	.message .fl .text {
		font-size: 16px;
		line-height: 32px
	}

	.message .fl ul li {
		font-size: 14px;
		line-height: 20px
	}

	.message .fr {
		height: 660px;
		padding: 150px 0 0 100px
	}

	.message .fr h4 {
		font-size: 30px;
		right: 90px;
		top: 130px
	}

	.message .fr .text {
		font-size: 14px;
		line-height: 30px;
		top: 180px;
	}

	.message .fr form p {
		height: 55px;
		margin: 30px 0
	}

	.message .fr form p input,.message .fr form p textarea,.message .fr form p select {
		font-size: 16px
	}

	.news-xg .fr {
		padding: 25px 4%;
		margin: 30px 0;
	}

	.news-xg .fr h1 {
		font-size: 24px;
	}

	.news-xg .fr h1:after {
		height: 3px;
		margin: 15px 0 25px 0;
	}

	.news-xg .fr .cs p {
		font-size: 16px;
	}

	.news-xg .fr .spec {
		margin: 20px 0;
	}

	.news-xg .fr .spec dl {
		padding: 10px 0;
	}

	.news-xg .fr .spec dd {
		font-size: 14px;
	}

	.news-xg .fr .spec dt li img {
		width: 70%;
	}

	.news-xg .fr .spec dt li span {
		font-size: 14px;
	}

	.cppage1 .fr dl {
		margin: 35px 0 0;
	}

	.cppage1 .fr dd h1 {
		font-size: 25px
	}

	.cppage1 .fr dd .cs p {
		font-size: 15px;
		line-height: 26px
	}

	.cppage1 .fr dd .cs p:before {
		top: 17px
	}

	.cppage1 .fr dd .tel {
		font-size: 14px
	}

	.cppage1 .fr dd .tel:before {
		top: 4px
	}

	.cppage1 .fr dd .tel strong {
		font-size: 16px
	}

	.cppage1 .fr dd .btn {
		width: 190px;
		height: 267px;
		padding: 136px 0 0;
		font-size: 16px
	}

	.cppage1 .fr dt p {
		font-size: 14px;
		margin: 20px 0 35px
	}

	.cppage1 .txt {
		font-size: 14px;
		padding: 10px 2.8%
	}

	.cppage2 .cp-text .fr .cp-tj h4 {
		font-size: 20px;
		padding: 20px 0
	}

	.cppage2 .cp-text .fr .cp-tj ul li p a {
		font-size: 14px;
		padding: 10px 0
	}

	.cppage2 .cp-text .fr .cp-qt h4:before {
		left: 45%
	}

	.alpage1 .fl dl {
		margin: 40px 0 0;
	}

	.alpage1 .fl dd .cs {
		margin: 20px 0;
	}

	.alpage1 .fl dd .cs p {
		font-size: 14px;
		margin: 5px 0;
	}

	.alpage1 .fl dd .tel {
		font-size: 15px;
	}

	.alpage1 .fl dd .tel strong {
		font-size: 18px;
	}

	.alpage1 .fl dt .tit {
		font-size: 17px;
		line-height: 45px;
	}

	.alpage2 .title ul li a {
		font-size: 16px;
		line-height: 60px;
	}

	.al-more .fl .tit {
		height: 60px;
	}

	.al-more .fl h4 {
		font-size: 20px;
		line-height: 40px;
	}

	.al-more .fl li p a,.al-more .fr li a {
		font-size: 14px;
	}

	.al-more .fr li a {
		padding: 12px 0 12px 25px;
	}

	.al-more .fl li:hover p a {
		font-size: 17px;
	}

	.al-more .fr {
		padding: 32px 20px 20px 20px;
	}

	.al-more .fr h4 {
		font-size: 20px;
	}

	.greenpage {
		background-position: center -133px;
	}

	.video-pic .video-box {
		border-radius: 15px 15px 190px 15px;
	}

	.video-pic h1 {
		font-size: 27px;
		padding: 20px 0;
	}

	.video-pic h1:before {
		width: 45px;
		height: 45px;
	}

	.video-pic h1:after {
		width: 200px;
		height: 200px;
	}

	.video-pic .fl .video-msg {
		margin-top: 25px;
	}

	.video-pic .fl .video-msg span {
		font-size: 14px;
	}

	.video-pic .fr .qt-sp dl {
		margin: 25px 0;
	}

	.video-pic .fr .qt-sp dt h3 a {
		height: 40px;
		font-size: 14px;
		line-height: 20px;
	}

	.video-pic .fr .qt-sp dt p {
		padding: 10px 0 3px;
	}

	.video-pic .fr .tel strong {
		font-size: 20px;
	}

	.video-pz h4 {
		font-size: 20px
	}

	.video-pz dt h5 a {
		font-size: 16px
	}

	.video-pz dt p {
		font-size: 14px
	}

	.about2 .fr:after {
		width: 450px;
		left: 32px;
		top: -500px
	}

	.about3 .fl {
		padding: 20px 2% 0 0;
	}

	.about3 .fr li {
		line-height: 210px
	}

	.contact-ban h2 {
		font-size: 40px
	}

	.contact-ban .text {
		font-size: 14px
	}

	.contact-ban ul li {
		font-size: 16px;
		padding-left: 40px
	}

	.contact-ban ul li strong {
		font-size: 22px
	}

	.contact-ban .p1 {
		width: 310px;
		padding: 48px 0 0 68px;
		font-size: 20px
	}

	.contact-ban .p1 strong {
		font-size: 24px
	}

	.message2 .fr:before {
		width: 500px;
		margin-left: -250px;
		top: -320px
	}

	.message2 .fr form .ly-text {
		height: 180px
	}

	.message2 .fwlc li {
		font-size: 14px
	}

	.message2 .fwlc li strong {
		font-size: 18px
	}

	.map h4 {
		font-size: 30px
	}

	.map h4:before {
		width: 50px;
		height: 50px;
		left: -10px;
		top: -15px
	}

	.same-message {
		height: 500px;
		border-radius: 30px;
	}

	.same-message .w {
		max-width: 100%;
		width: 100%;
	}

	.same-message .fl {
		width: 570px;
		background-position: -88px center;
	}

	.same-message .fl h4 {
		font-size: 25px;
	}

	.same-message .fl .text {
		width: 250px;
		font-size: 14px;
		line-height: 24px;
	}

	.same-message .fl .rot-tel img {
		width: 300px;
		left: -24px;
		bottom: -28px;
	}

	.same-message .fl .rot-tel p {
		width: 220px;
		height: 105px;
		font-size: 14px;
		padding: 6% 0 0 6.6%;
	}

	.same-message .fl .rot-tel p span {
		font-size: 20px;
	}

	.same-message .fl .fw-txt li {
		font-size: 14px;
		margin: 108px 0 0;
	}

	.same-message .fl .fw-txt li span {
		font-size: 17px;
	}

	.same-message .fr {
		width: 38%;
		margin-right: 5%;
	}

	.same-message .fr .same input,.same-message .fr .same textarea {
		height: 50px;
	}

	.same-message .fr .same textarea {
		height: 180px;
	}

	.same-message2 .w {
		width: 1200px;
		height: 500px;
		padding: 0 90px;
		border-radius: 60px 0 0 60px;
	}

	.same-message2 .fl .p1 {
		font-size: 20px;
	}

	.same-message2 .fl .p2 {
		font-size: 28px;
	}

	.same-message2 .fl .p3 {
		font-size: 14px;
	}

	.same-message2 .fl {
		width: 428px;
		padding: 60px 0 0;
	}

	.same-message2 .fw-txt:before {
		width: 120%;
		top: -70px;
	}

	.same-message2 .fw-txt .two {
		margin: 80px 0 50px 0;
	}

	.same-message2 .fw-txt .three {
		margin-left: 100px;
	}

	.same-message2 .fw-txt li {
		font-size: 14px;
		line-height: 40px;
	}

	.same-message2 .fr {
		width: 518px;
		float: right;
		padding: 50px 6%;
	}

	.same-message2 .fr:before {
		content: "";
		width: 573px;
		height: 510px;
		background-size: 100% 98%;
		left: auto;
		right: -28px;
		top: -2px;
	}

	.same-message2 .fr .quick-ly {
		left: -280px;
		top: 140px;
	}

	.same-message2 .fr .same {
		margin: 20px 0 0;
	}

	.same-message2 .fr .ly-tel:before {
		left: 6px;
	}

	.same-message2 .fr .same input,.same-message2 .fr .same textarea,.same-message2 .fr .same select {
		height: 50px;
		font-size: 14px;
		padding: 0 20px;
	}

	.same-message2 .fr .same textarea {
		height: 155px;
		line-height: 22px;
		padding: 15px 20px;
	}

	.same-message2 .fr .submit {
		width: 390px;
		height: 80px;
		line-height: 80px;
	}

	.same-message2 .fr .submit strong {
		font-size: 20px;
		padding-right: 15px;
	}
	

	.ie8 .cppage1 .fr dd .btn {
		height: 212px;
		bottom: -85px;
	}
}

@media screen and (max-width: 1300px) {
	.cppage1 .fr dd .cs:after,.cppage1 .fr dd .cs:before,.cppage1 .fr dd:after,.cppage1 .fr dd:before {
		display: none
	}

	.cppage1 .fr dd {
		padding: 30px 10%
	}

	.cppage1 .fr dd .cs p {
		font-size: 14px;
	}

	.cppage1 .fr dd .cs p:before {
		top: 16px
	}

	.cppage1 .fr dd .btn {
		width: 170px;
		height: 245px;
		padding: 121px 0 0;
		font-size: 15px
	}

	.cppage1 .fr dt {
		padding: 0 0 0 10%
	}

	.cppage1 .fr dt p:after {
		width: 22px;
		margin-left: 10px
	}

	.cppage1 .fr dt ul li {
		font-size: 14px
	}

	.cppage1 .fr dt ul .two:after,.cppage1 .fr dt ul .two:before {
		margin: 0 20px
	}

	.alpage1 .fl {
		padding: 100px 0 0 10.6%
	}

	.alpage1 .fl dl {
		margin: 30px 0 0
	}

	.alpage1 .fl dd .cs {
		margin: 10px 0;
	}

	.alpage1 .fl dd .btn-hover {
		width: 200px;
		height: 45px;
		border: 3px solid #fd9861;
		line-height: 37px
	}

	.ie8 .cppage1 .fr dd .btn {
		height: 190px;
		bottom: -90px;
	}
}

@media screen and (max-width: 1200px) {
	.w {
		max-width: 1000px;
	}

	.header {
		width: 1000px;
		margin-left: -500px;
	}

	.header .nav li a {
		font-size: 14px;
		padding: 33px 0;
	}

	.header .nav li:hover a,.header .nav .hover a {
		font-size: 16px;
	}

	.header .tel {
		font-size: 16px;
	}

	.header .tel strong {
		font-size: 18px
	}

	.banner .title {
		top: 24%;
	}

	.banner .title dd {
		font-size: 30px;
	}

	.banner .title dt {
		font-size: 30px;
		margin-top: 20px;
	}

	.banner .text {
		bottom: 20%;
	}

	.appoint_scroll {
		height: 70px;
		line-height: 70px;
	}

	.home2 ul li {
		height: 290px;
	}

	.home5 .list dl dt h3 a {
		font-size: 16px;
		line-height: 24px;
	}

	.home5 .list dl dt p {
		margin: 0;
	}

	.home7 .swiper-pagination-bullet {
		margin: 0 66px;
	}

	.cp-ban h2 {
		font-size: 30px
	}

	.cp-ban h2:after {
		width: 60px;
		height: 3px;
		margin: 20px auto
	}

	.cp-ban p {
		font-size: 14px;
		line-height: 24px
	}

	.cpzs-list .title {
		height: 90px
	}

	.cpzs-list .title li a {
		font-size: 18px;
		padding: 35px 0
	}

	.cpzs-list .title li a:after {
		width: 6px;
		height: 6px
	}

	.cpzs-list .title .active a,.cpzs-list .title li:hover a {
		font-size: 20px
	}

	.cpzs-list .list ul li p a {
		font-size: 16px;
		padding: 2px 5%
	}

	.alzs-list .list ul li p a {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 5%
	}

	.sp-ban dl dd {
		margin-top: 40px;
	}

	.sp-ban dl dd ul {
		margin: 20px 0;
	}

	.news-center .news-pic dt h3 a {
		font-size: 25px;
		line-height: 35px;
		margin: 55px 0 15px 50px;
	}

	.news-center .news-pic dt .text {
		padding: 30px;
	}

	.news-special .w {
		padding: 0 3% 60px;
	}

	.news-special .w:before {
		left: 0;
		right: 0;
	}

	.news-special .fl {
		padding: 0 5% 0 0;
	}

	.newspage-ban .title h1 {
		font-size: 25px;
		line-height: 40px;
	}

	.newspage-ban .title .zx-box {
		width: 240px;
		right: 45px;
	}

	.newspage-ban .title .zx-box dd:after {
		height: 200px;
		background-size: 120px;
	}

	.newspage-ban .title .zx-box dd a {
		height: 55px;
		font-size: 20px;
		line-height: 55px;
	}

	.newspage-ban .title .zx-box dt .p2 {
		font-size: 20px;
	}

	.newspage-ban .title .zx-box dt .p3 {
		font-size: 14px;
	}

	.news-content .fr {
		width: 27%;
	}

	.message .fr form .submit {
		right: 0;
	}

	.cppage1 .fr dd .cs p {
		font-size: 13px;
		line-height: 20px
	}

	.cppage1 .fr dd .cs p:before {
		top: 13px
	}

	.cppage1 .fr dd .btn {
		width: 150px;
		height: 230px;
		padding: 106px 0 0;
		font-size: 14px;
		right: 2%;
	}

	.cppage1 .fr dt p {
		font-size: 12px;
		margin: 20px 0 30px;
	}

	.cppage1 .fr dt p:after {
		display: none
	}

	.cppage1 .txt {
		padding: 10px 2.5%
	}

	.cppage1 .txt:after,.cppage1 .txt:before {
		height: 90px
	}

	.cppage2 .title li a {
		font-size: 16px;
		line-height: 50px
	}

	.cppage2 .cp-text .fr .cp-qt h4 {
		font-size: 18px
	}

	.alpage1 .fl {
		padding: 100px 0 0 5%;
	}

	.alpage1 .fl dl {
		margin: 20px 0 0;
	}

	.alpage1 .fl dd h1 {
		font-size: 20px;
		line-height: 25px;
	}

	.alpage1 .fl dd .cs p {
		font-size: 12px;
		line-height: 20px;
		margin: 0;
		padding: 4px 0 4px 20px;
	}

	.alpage1 .fl dd .tel {
		font-size: 14px;
		margin-bottom: 20px;
		padding-left: 20px;
	}

	.alpage1 .fl dd .tel:before {
		top: 6px
	}

	.alpage1 .fl dd .tel strong {
		font-size: 16px;
	}

	.alpage1 .fl dt .tit {
		font-size: 15px;
		line-height: 35px;
	}

	.alpage1 .fl dt ul li img {
		width: 42%;
	}

	.alpage1 .fl dt ul li p {
		font-size: 12px;
	}

	.al-more .fr {
		padding: 20px 20px 10px 20px;
	}

	.video-pic .video-box {
		border-radius: 15px 15px 160px 15px;
	}

	.video-pic h1 {
		font-size: 25px;
		padding: 15px 0;
	}

	.video-pic h1:after {
		width: 170px;
		height: 170px;
	}

	.video-pic .fr .qt-sp dl {
		margin: 18px 0;
	}

	.video-pic .fr .tel {
		margin: 28px 0 25px;
	}

	.about h3 {
		font-size: 30px;
	}

	.about1 {
		padding: 118px 0 190px
	}

	.about1 .center {
		width: 500px;
	}

	.about1 .center .text {
		padding: 0 8%;
	}

	.about1 .center .zx-fs {
		width: 340px
	}

	.about1 .center .zx-fs strong {
		font-size: 18px
	}

	.about1 .center .zx-fs span {
		font-size: 14px
	}

	.about1 .center .zx-fs .btn-hover {
		width: 220px
	}

	.about3 .fl {
		padding-top: 10px;
	}

	.about3 .fr ul {
		background-size: 100% 100%
	}

	.same-message .fl {
		width: 500px;
		background-position: -150px center;
	}

	.same-message .fl .rot-tel img {
		width: 250px;
		left: -20px;
		bottom: -18px;
	}

	.same-message .fl .rot-tel p {
		right: 82px;
		padding: 7% 0 0 8%;
	}

	.same-message2 {
		text-align: center;
	}

	.same-message2 .w {
		width: 1000px;
		border-radius: 30px;
		padding: 0 30px;
	}

	.same-message2 .fl {
		width: 365px;
	}

	.same-message2 .fl .p2 {
		font-size: 23px;
	}

	.same-message2 .fw-txt:before {
		top: -48px;
	}

	.same-message2 .fw-txt .one {
		bottom: -40px;
	}

	.same-message2 .fw-txt .two {
		margin: 100px 0 30px 0;
	}

	.same-message2 .fw-txt .three {
		margin-left: 40px;
	}

	.ie8 .cppage1 .fr dd .btn {
		height: 169px;
		bottom: -77px;
	}

	.video-swt .span-swt {
		height: 170px;
	}
}

@media screen and (max-width: 1100px) {
	.cppage1 .fr dl {
		margin: 0;
	}

	.same-message .fr {
		width: 35%;
	}
}

@keyframes circleProgressLoad_right {
	0% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		-webkit-transform: rotate(225deg);
	}

	100% {
		-webkit-transform: rotate(225deg);
	}
}

@-webkit-keyframes circleProgressLoad_right {
	0% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		-webkit-transform: rotate(225deg);
	}

	100% {
		-webkit-transform: rotate(225deg);
	}
}

@keyframes circleProgressLoad_left {
	0% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
	}

	100% {
		-webkit-transform: rotate(225deg);
	}
}

@-webkit-keyframes circleProgressLoad_left {
	0% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
	}

	100% {
		-webkit-transform: rotate(225deg);
	}
}

.map{
    width: 100%;
}
#iframe2{width:100%;}