* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333;
}

body {
	font-family: "微软雅黑";
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}


/*缓存*/


/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */


/*}*/

.load_box {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
}

.load_box .loader_loader {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.loader_loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes line-scale-party {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes line-scale-party {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.line-scale-party> div:nth-child(1) {
	-webkit-animation-delay: 0.77s;
	animation-delay: 0.77s;
	-webkit-animation-duration: 1.26s;
	animation-duration: 1.26s;
}

.line-scale-party> div:nth-child(2) {
	-webkit-animation-delay: 0.29s;
	animation-delay: 0.29s;
	-webkit-animation-duration: 0.43s;
	animation-duration: 0.43s;
}

.line-scale-party> div:nth-child(3) {
	-webkit-animation-delay: 0.28s;
	animation-delay: 0.28s;
	-webkit-animation-duration: 1.01s;
	animation-duration: 1.01s;
}

.line-scale-party> div:nth-child(4) {
	-webkit-animation-delay: 0.74s;
	animation-delay: 0.74s;
	-webkit-animation-duration: 0.73s;
	animation-duration: 0.73s;
}

.line-scale-party> div {
	background-color: #7aba1e;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation-name: line-scale-party;
	animation-name: line-scale-party;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}


/*end*/

.xinnewtop {
	float: left;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	height: 116px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.xinnewtopLeft {
	position: absolute;
	left: 6%;
	height: 100%;
	line-height: 116px;
}

.xinnewtopLeft a {}

.xinnewtopLeft a img {}

.xinnewtopimg {
position: absolute;
    right: 0;
    bottom: 0;
    width: 59%;
    height: 49px;
}

.xinnewtopguan {
	overflow: hidden;
}

.xinnewtopguanen {
	float: right;
	height: 67px;
	line-height: 67px;
	overflow: hidden;
}

.xinnewtopguanen a {
	width: 35px;
	display: inline-block;
	height: 35px;
	background: #5fb136;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}

.xinnewtopguansearch {
	float: right;
	height: 67px;
	line-height: 67px;
	overflow: hidden;
	margin: 0 1%;
}

.xinnewtopguanphone {
	float: right;
	height: 67px;
	line-height: 67px;
	overflow: hidden;
	color: #202020;
}

.xinnewtopguanphone img {
	margin-right: 7px;
}

.xinnewtopguanphone span {
	font-size: 18px;
	color: #5fb136;
}

.xinnewtopguanlainjie {
	float: right;
	height: 67px;
	line-height: 67px;
	margin-right: 1%;
}

.xinnewtopguanlainjie a {
	color: #202020;
	display: inline-block;
	margin: 0 10px;
}

.xinnewtopguanlainjie a img {
	margin-right: 7px;
}

.xinnewtopnav {
	margin: 0;
	height: 49px;
	text-align: right;
	font-size: 0;
	position: relative;
}

.xinnewtopnav li {
display: inline-block;
    font-size: 14px;
    width: 8.8%;
    position: relative;
    text-align: center;
}

.xinnewtopnav li>a {
	color: #fff;
	line-height: 49px;
	display: block;
}

.xinnewtopnav>li .more {
	position: absolute;
	left: 50%;
	top: 49px;
	width: 200px;
	margin-left: -100px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 7px 0 21px;
	z-index: 100;
	display: none;
}

.xinnewtopnav>li .more a {
	display: block;
	color: #333;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	transition: all 0.3s linear 0s;
}

.xinnewtopnav>li .more a:hover {
	color: #7abd5a;
}

.mysearch {}

.search-box {
	width: 28%;
	position: fixed;
	right: 0;
	top: 66px;
	display: none;
	z-index: 100;
	background: #7abd5a;
	padding: 18px 2%;
}

.search-box .close {
	float: right;
	width: 35px;
	height: 35px;
	background: url(../image/wel26.png) no-repeat center;
	background-size: 100%;
	margin-top: 2px;
	opacity: 1;
}

.search-box form {
	width: 76%;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .2);
}

.search-box form .text {
	font-size: 12px;
	color: #fff;
	border: none;
	background: none;
	padding: 0 28px 0 18px;
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
}

.search-box form .submit {
	width: 14px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -15px;
	background: url(../image/wel25.png) no-repeat center;
	border: none;
}

.search-box form .text::-webkit-input-placeholder {
	color: #fff;
}

.search-box form .text:-moz-placeholder {
	color: #fff;
}

.search-box form .text::-moz-placeholder {
	color: #fff;
}

.search-box form .text:-ms-input-placeholder {
	color: #fff;
}


/*头部*/


/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/


/*.listheader{
    width: 100%;
    margin: auto;
    height: 131px;
}

.listheader>div{
    max-width: 1280px;
    margin: auto;
}

.listheaderLeft{
    float: left;
    height: 131px;
    line-height: 131px;
    width: 24%;
}

.listheaderRight_a{
    float: right;
    cursor: pointer;
    height: 131px;
    line-height: 172px;
}

.listheaderRight{
    float: right;
    margin-right: 2%;
}


.listheaderRight_c{
    float: right;
    position: relative;
    cursor: pointer;
}
.myPhone{
    position: absolute;
    top: 96px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #3c0000;
    color: #fff;
    padding: 2em 3em;
    text-align: center;
    width: 100%;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
}


.nas{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.nas>li{
    position: relative;
    height: 131px;
    line-height: 172px;
    padding-left: 4rem;
}
.nas>li>a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    color: #000000;
    width: 100%;

    text-align: center;
    position: relative;
}
.nas>li>a img{
    margin-left: 5px;
}
.navs{
    transition: 0.3s linear;

}*/


/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/


/**/


/*.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}*/


/*.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}*/


/*.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 131px;
    display: none;
    z-index: 10;
    background: #007d5a;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}*/


/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/


/*.nas>li .more{
    position: absolute;
    left: 50%;
    top: 95px;
    width: 200px;
    margin-left: -49px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}
.nas>li .more a{
    display: block;
    color: #333;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding-left: 60px;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover{
    color: #8b5b24;
}*/

.pz_top_index {
	background: none;
}

.pz_top {
	float: left;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.top {
	width: 100%;
	float: left;
	height: 43px;
	background: url(../image/5.png)right 0 no-repeat;
	border-top: 3px solid #788395;
}

.c_1570 {
	width: 100%;
	float: left;
	padding: 0 8.3%;
}

.top .top_r {
	float: right;
	padding-left: 48px;
	position: relative;
	padding-top: 8px;
}

.top .top_r .top_r_bg {
	height: 43px;
	position: absolute;
	left: 0;
	top: 0;
}

.top .top_r a {
	display: block;
	float: left;
	font-size: 14px;
	color: black;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 20px;
	position: relative;
	z-index: 5;
	color: #fff;
}

.top .top_r a p {
	display: inline-block;
	margin: 0;
}

.top .top_r a.a1 {
	padding-right: 0;
	background: none !important;
}

.top .top_r a img {
	vertical-align: middle;
	margin: -3px 3px 0 0;
}

.pz_top_index .top .top_r a img.img_1 {
	display: inline-block;
}

.pz_top_index .top .top_r a {
	color: white;
	background-image: url(../image/top7.png);
}

.clear {
	clear: both;
}


/*.banner{
    width: 100%;
    height: 100%;
}
.banner img{
    width: 100%;
    height: 100%;
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #5fb136;
}

*/

.pz_banner {
	width: 100%;
	position: relative;
	float: left;
	z-index: 1;
	height: 100%;
	background: #1c1c1c;
}

.slide_banner {
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
}

.slide_banner .slick-list {
	height: 100%;
}

.slide_banner .slick-track {
	height: 100%;
}

.slide_banner .slick-slide {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.slide_banner img {
	width: 100%;
	float: left;
	height: 100%;
}

.slide_banner:before {
	content: '';
	background: url(../image/top2.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 38px;
	margin-left: -30px;
	z-index: 3;
}

.slide_banner:after {
	position: absolute;
	content: '';
	z-index: 2;
	width: 557px;
	height: 234px;
	background: url(../image/banner_mb.png) no-repeat center center;
	right: 0;
	bottom: 0;
	background-size: contain;
}

.arr {
	position: absolute;
	right: 60px;
	bottom: 36px;
	z-index: 3;
}

.arr .zuo,
.arr .you {
	display: block;
	float: left;
	width: 15px;
	height: 30px;
	background: url(../image/banner_btn.png) no-repeat left center;
	cursor: pointer;
}

.arr .you {
	left: auto;
	right: 0;
	margin-left: 61px;
	position: relative;
	background-position: right center;
}

.arr .you:before {
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	left: -31px;
	top: 0;
	background: url(../image/banner_btn.png) no-repeat center center;
}

.arr .dian {
	display: block;
	vertical-align: top;
	float: right;
	margin-left: 30px;
}

.arr .dian .slick-dots {
	position: relative;
	bottom: auto;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.arr .dian .slick-dots li {
	overflow: visible;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 30px;
	float: left;
	margin: 0 26px;
	opacity: 0.4;
}

.arr .dian .slick-dots li:before,
.arr .dian .slick-dots li:after {
	content: '';
	width: 26px;
	height: 1px;
	background: white;
	position: absolute;
	left: -26px;
	top: 50%;
}

.arr .dian .slick-dots li:after {
	left: auto;
	right: -26px;
}

.arr .dian .slick-dots li:first-child:before,
.arr .dian .slick-dots li:last-child:after {
	display: none;
}

.arr .dian .slick-dots li button {
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 40px;
	height: 30px;
	padding: 0;
	text-indent: 0;
	color: white;
}

.arr .dian .slick-dots li button:before {
	content: '0';
	width: 10px;
	color: white;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	font-size: 16px;
	top: 0px;
	line-height: 30px;
	height: 30px;
	opacity: 1;
}

.arr .dian .slick-dots li.slick-active {
	opacity: 1;
}

@media screen and (max-width: 1199px) {
	.arr .dian {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.arr,
	.slide_banner:before {
		display: none !important;
	}
	.slide_banner:after {
		display: none;
	}
	.h_105 {
		height: 50px;
	}
}

.left_headline {
	position: absolute;
	left: 68px;
	bottom: 57px;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-left: 58px;
	background: url(../image/top10.png) no-repeat left center;
	z-index: 9;
	font-family: 'OPENSANS-LIGHT';
}

@media screen and (max-width: 1380px) {
	.left_headline {
		left: 45px;
	}
}

@media screen and (max-width:1199px) {
	.left_headline {
		left: 15px;
	}
}

@media screen and (max-height:830px) {
	.left_headline {
		bottom: 20px;
	}
}

@media screen and (max-height:767px) {
	.left_headline {
		bottom: 10px;
	}
}

@media screen and (max-width:767px) {
	.left_headline {
		display: none;
	}
}

.leftnav {
	position: fixed;
	left: 70px;
	top: 50%;
	z-index: 9;
	width: 10px;
	margin-top: -100px;
}

.leftnav li {
	width: 100%;
	height: 10px;
	float: left;
	text-align: center;
	position: relative;
	margin-top: 25px;
}

.leftnav li a {
	display: block;
	width: 10px;
	height: 10px;
	position: relative;
	background: #b2b2b2;
	opacity: 1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.leftnav li a span {
	font-weight: 700;
	display: block;
	position: absolute;
	left: 120%;
	top: 50%;
	margin-top: -10px;
	font-size: 14px;
	font-family: 'OPENSANS-BOLD';
	color: #5fb136;
	text-transform: uppercase;
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.leftnav li:hover a span {
	width: 120px;
}

.leftnav li.active a {
	opacity: 1;
	background: #5fb136;
}

.leftnav.white li a {
	background: #b2b2b2;
	opacity: 1;
}

.leftnav.white li.active a {
	background: #5fb136;
}

@media screen and (max-width:1380px) {
	.leftnav {
		left: 50px;
	}
}

@media screen and (max-width:1199px) {
	.leftnav {
		left: 20px;
	}
}

@media screen and (max-height:767px) {
	.leftnav li {
		margin-top: 15px;
	}
}

@media screen and (max-width:767px) {
	.leftnav {
		display: none !important;
	}
}

.pz_top.on_1 {
	top: -43px;
}

.topnav {
	display: none;
	width: 100%;
	float: left;
	height: 88px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.topnav .logo {
	float: left;
	width: auto;
	margin-top: 2rem;
}

.topnav .logo img {
	width: 100%;
	float: left;
}

.pz_top.on_1 .topnav {
	height: 70px;
}

.pz_top.on_1 .topnav .logo {
	margin-top: 18px;
	width: auto;
}

.pz_top.on_1 .topnav .menu,
.pz_top.on_1 .topnav .menu ul .nli,
.pz_top.on_1 .topnav .search_i {
	height: 70px;
}

.pz_top.on_1 .topnav .menu ul .nli span> a {
	height: 70px;
	line-height: 70px;
}

.pz_top.on_1 .topnav .lang,
.pz_top.on_1 .topnav .search_i .search_ico {
	margin-top: 16px;
}

.topnav .topnav_right {
	float: right;
}

.topnav .lang {
	float: right;
	width: 38px;
	height: 38px;
	margin-top: 25px;
	margin-left: 13px;
	overflow: hidden;
	border: solid 1px #b0b0b0;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.topnav .lang a {
	display: block;
	width: 38px;
	height: 38px;
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	line-height: 36px;
	font-family: Arial;
}

.topnav .lang:hover,
.topnav .search_i .search_ico:hover {
	border-color: black;
}

.topnav .lang.on .a1 {
	margin-top: -38px;
}

.topnav .search_i {
	float: right;
	margin-left: 46px;
	height: 88px;
	position: relative;
	cursor: pointer;
}

.topnav .search_i .search_ico {
	width: 38px;
	height: 38px;
	margin-top: 25px;
	border: solid 1px #b0b0b0;
	background: url(../image/6.png) no-repeat center center;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.search .search_k {
	width: 348px;
	height: 44px;
	float: left;
	line-height: 44px;
	background: white;
	font-size: 16px;
	color: #1b62ba !important;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.search .search_b {
	border: 0;
	width: 50px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/top8.png) no-repeat center center #000;
	background-size: contain;
	cursor: pointer;
}

.search_i .search {
	width: 400px;
	height: 50px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -5;
	padding-right: 50px;
	border: solid 3px #000;
	display: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.search_i.on .search {
	display: block;
	-webkit-animation: fadeInUp1 0.5s 0s ease both;
	-moz-animation: fadeInUp1 0.5s 0s ease both;
}

@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

.menu {
	z-index: 99;
	float: right;
}

.menu> ul {
	float: left;
	width: 100%;
}

.menu ul .nli {
	float: left;
	z-index: 99;
	margin: 0 0 0 65px;
	height: 88px;
	position: relative;
}

.menu ul .nli span {
	display: block;
	width: 100%;
	float: left;
}

.menu ul .nli span a {
	display: block;
	float: left;
	height: 88px;
	line-height: 88px;
	color: black;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	border-bottom: solid 3px transparent;
}

.so span {
	display: block;
	float: left;
	width: 110px;
	height: 44px;
	border-right: 3px solid #000;
	background: url(../image/img_1_11.png) no-repeat 88px center #fff;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

.so span input.sou_inp {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 44px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=00);
}

.so span div {
	float: left;
	padding-left: 10px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #4c4c4c;
	position: relative;
	z-index: 9;
	width: 88px;
}

.so span ul {
	display: none;
	position: absolute;
	left: -3px;
	top: 44px;
	background: #f5f5f5;
	border: 3px solid #000;
	width: 113px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9
}

.so span ul li {
	float: left;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #4c4c4c;
}

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


/*下拉菜单（漂浮在menu .nli上）*/

.sub {
	z-index: 21;
	position: absolute;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	top: 100%;
	display: none;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sub .l2 {
	width: 100%;
	position: relative;
}

.sub .l2 .l2_a {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	overflow: hidden;
	position: relative;
	padding: 0 8px;
	background: rgba(0, 0, 0, 0.6);
}

.sub .l2:hover .l2_a {
	background: #7e9ac6;
}

.sub .l2 .l3_ul {
	width: 180px;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	padding-left: 1px;
}

.sub .l2 .l3_ul .l3 {
	width: 100%;
	position: relative;
}

.sub .l2 .l3_ul .l3 .l3_a {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	overflow: hidden;
	position: relative;
	padding: 0 8px;
	background: rgba(0, 0, 0, 0.6);
}

.sub .l2 .l3_ul .l3:hover .l3_a {
	background: #5fb136;
}

.sub .l2:hover .l3_ul {
	display: block;
	-webkit-animation: fadeInUp1 0.5s 0s ease both;
	-moz-animation: fadeInUp1 0.5s 0s ease both;
}

.menu ul .nli:hover .sub {
	display: block;
	-webkit-animation: fadeInUp1 0.5s 0s ease both;
	-moz-animation: fadeInUp1 0.5s 0s ease both;
}

.menu.white {
	background-image: url(../image/top2.png);
}

.menu ul .nli.on span a,
.menu ul .nli:hover span a {
	color: #7e9ac6;
	border-color: #7e9ac6;
}

.pf_menu {
	display: none;
}

.section .c_1570 {
	height: 100%;
	position: relative;
}

@media screen and (max-width: 1440px) {
	.menu ul .nli {
		margin: 0 0 0 35px;
	}
	.topnav .logo {
		float: left;
		width: 310px;
		margin-top: 3rem;
	}
	.pz_top.on_1 .topnav .logo {
		margin-top: 26px;
		width: 310px;
	}
}

@media screen and (max-width: 1380px) {
	.top .top_r {
		padding-left: 8px;
	}
	.top .top_r a {
		padding-left: 17px;
		padding-right: 22px;
	}
	.topnav .search_i {
		margin-left: 26px;
	}
}

@media screen and (max-width: 1280px) {
	.menu ul .nli {
		margin: 0 0 0 30px;
	}
}

@media screen and (max-width: 1199px) {
	.menu ul .nli {
		margin: 0 0 0 20px;
	}
	.topnav .logo {
		width: 296px;
	}
	.top .top_r a {
		padding-left: 7px;
		padding-right: 12px;
	}
	.menu ul .nli span a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1023px) {
	.top {
		display: none;
	}
	.topnav {
		height: 58px;
	}
	.menu {
		display: none;
	}
	.topnav .logo {
		width: 200px;
		height: 58px;
		line-height: 58px;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -100px;
		margin-top: 0;
	}
	.pz_top.on_1 .topnav .logo {
		margin-top: 0px;
	}
	.topnav .logo img {
		float: none;
		display: inline-block;
	}
	.topnav .topnav_right {
		float: left;
	}
	.topnav .search_i {
		display: none;
	}
	.topnav .lang {
		width: 30px;
		height: 30px;
		margin-top: 14px;
		margin-left: 0;
	}
	.topnav .lang a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.menuph {
		float: right;
		cursor: pointer;
		width: 30px;
		height: 50px;
		position: relative;
	}
	.menuph .point {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: 30px;
	}
	.menuph .navbtn {
		position: absolute;
		top: 28px;
		right: 10px;
		display: inline-block;
		width: 18px;
		height: 2px;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-ms-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
		background: #000;
		z-index: 9999;
	}
	.menuph .navbtn::after,
	.menuph .navbtn::before {
		position: absolute;
		right: 0;
		display: inline-block;
		width: 18px;
		height: 2px;
		content: '';
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-ms-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
		background: #000;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
	}
	.menuph .navbtn::after {
		top: -6px;
	}
	.menuph .navbtn::before {
		top: 6px;
	}
	.menuph .point.active .navbtn {
		background: transparent;
	}
	.menuph .point.active .navbtn::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0px;
	}
	.menuph .point.active .navbtn::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0px;
	}
	.pz_top_index .menuph .navbtn,
	.pz_top_index .menuph .navbtn::after,
	.pz_top_index .menuph .navbtn::before {
		background: white;
	}
	.pf_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		right: 0px;
		top: -100%;
		z-index: 9 !important;
		display: block;
		z-index: 98;
		background: #fff;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.pf_menu.on_1 {
		top: 0;
	}
	.ph_menu {
		float: left;
		width: 100%;
		text-align: left;
		padding: 58px 0 0 0px;
	}
	.nav_box {
		width: 100%;
		float: left;
	}
	.ph_menu .nli {
		list-style: none;
		float: left;
		width: 100%;
		position: relative;
	}
	.ph_menu .nli span {
		float: left;
		width: 100%;
	}
	.ph_menu .nli .l1_a {
		float: left;
		width: 100%;
		color: #000;
		font-size: 14px;
		line-height: 50px;
		white-space: nowrap;
		position: relative;
		letter-spacing: 1px;
		border-bottom: dashed 1px #ccc;
		padding: 0 10px;
	}
	.ph_menu .nli svg {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 5px;
		background: url(../image/top_6_h.png) no-repeat center center;
		background-size: auto 14px !important;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.ph_menu .nli.on .l1_a {
		color: #5fb136;
	}
	.ph_menu .nli.on svg {
		background-image: url(../image/top_6_h.png);
		transform: rotate(90deg);
	}
	.ph_menu .nli .l2_ul {
		display: none;
		height: auto;
		float: left;
		width: 100%;
		padding: 5px 15px;
		border-bottom: dashed 1px #ccc;
	}
	.ph_menu .nli .l2_ul .l2 {
		width: 100%;
		float: left;
		position: relative;
	}
	.ph_menu .nli .l2_ul .l2 .l2_a {
		line-height: 30px;
		font-size: 12px;
		color: #333;
		text-transform: uppercase;
		opacity: 0.6;
	}
	.ph_menu .nli .l2_ul .l2 i {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0px;
		background: url(../image/top_6_h.png) no-repeat center center;
		background-size: auto 12px !important;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.ph_menu .nli .l2_ul .l2.on .l2_a {
		opacity: 1;
	}
	.ph_menu .nli .l2_ul .l2.on i {
		background-image: url(../image/top_6_h.png);
		transform: rotate(90deg);
	}
	.ph_menu .nli .l3_ul {
		display: none;
		height: auto;
		float: left;
		width: 100%;
		padding: 5px 15px;
		border-bottom: dashed 1px #ccc;
	}
	.ph_menu .nli .l3_ul .l3 {
		width: 100%;
		float: left;
	}
	.ph_menu .nli .l3_ul .l3 .l3_a {
		line-height: 30px;
		font-size: 12px;
		color: #333;
		text-transform: uppercase;
		opacity: 0.6;
	}
	.ph_menu .search {
		display: block;
		float: left;
		height: 40px;
		border: solid 1px #000;
		width: 96%;
		padding: 0 0 0 0;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		margin-top: 10px;
		z-index: 1;
		margin-left: 2%;
	}
	.ph_menu .search .search_k {
		height: 38px;
		line-height: 38px;
		width: 100%;
		background: white;
		font-size: 14px;
		color: #000;
		padding-left: 10px;
		font-weight: bold;
	}
	.ph_menu .search .search_b {
		position: absolute;
		right: -1px;
		top: 0;
		height: 38px;
		width: 40px;
		background: #000 url(../image/top8.png) no-repeat center center;
		background-size: 40px 40px;
	}
	.ph_menu .search .so1 span {
		position: absolute;
		left: 0;
		top: 0;
	}
	.so1 span {
		display: block;
		float: left;
		width: 110px;
		height: 38px;
		border-right: 1px solid #000;
		background: url(/templates/cn/../image/img_1_11.png) no-repeat 88px center #fff;
		cursor: pointer;
		position: relative;
		z-index: 9999;
	}
	.so1 span input.sou_inp {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 110px;
		height: 38px;
		z-index: 1;
		opacity: 0;
		filter: alpha(opacity=00);
	}
	.so1 span div {
		float: left;
		padding-left: 10px;
		text-align: center;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		color: #4c4c4c;
		position: relative;
		z-index: 9;
		width: 88px;
	}
	.so1 span ul {
		display: none;
		position: absolute;
		left: -1px;
		top: 38px;
		background: #f5f5f5;
		border: 1px solid #000;
		width: 111px;
		height: auto;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 9
	}
	.so1 span ul li {
		float: left;
		width: 100%;
		text-align: center;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #4c4c4c;
	}
	.so1 span ul li:hover {
		background: #fff;
	}
	.ph_menu .msg {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.ph_menu .msg a {
		display: block;
		width: 100%;
		float: left;
		height: 36px;
		line-height: 36px;
		text-align: center;
		background: #073d6f;
		font-size: 14px;
		color: white;
		font-weight: bold;
		font-family: Arial;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		-khtml-border-radius: 18px;
		border-radius: 18px;
	}
	.pf_menu.on {
		padding: 64px 95px 0 95px;
	}
	.pz_top_index.active {
		background: black;
	}
	.ph_menu_down {
		width: 100%;
		float: left;
		padding: 10px;
		margin-top: 10px;
	}
	.ph_menu_down li {
		width: 100%;
		float: left;
		font-size: 14px;
		color: #333;
		line-height: 28px;
	}
	.ph_menu_down li a {
		color: #333;
	}
	.ph_menu_down li a img {
		height: 20px;
		vertical-align: middle;
		margin: -3px 5px 0 0;
	}
	.ph_menu_down li a p {
		display: inline-block;
	}
}

.tablebox {
	display: table;
	vertical-align: middle;
	height: 100%;
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.middlebox {
	display: table-cell;
	vertical-align: middle;
	padding-top: 88px;
}

.tit_1 {
	width: 100%;
	float: left;
	position: relative;
	font-size: 48px;
	color: #0094de;
	line-height: 74px;
	font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
}
.tit_1 span{
    position: absolute;
    top: -23px;
    left: -36px;
}
.tit_1 h1 {
    position: relative;
    font-size: 30px;
    color: #2a2a2a;
    margin: 0;
}
@media screen and (max-width:1380px) {






}

@media screen and (max-width:1023px) {
	.middlebox {
		padding-top: 0;
	}

	.fp-scrollable {
		overflow: visible;
	}
}

@media screen and (max-width:767px) {
	.middlebox {
		padding-top: 0;
	}

}




/*第二屏*/

.section_2 {
	position: relative;
}

.section_2 .left_headline,
.section_4 .left_headline,
.section_5 .left_headline {
	color: #1d1e21;
	background-image: url(../image/top10.png);
}

.slide_pic_2 {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 30px;
}

.slide_pic_2 .slick-prev,
.slide_pic_2 .slick-next {
	display: block;
	width: 13px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -12px;
	background: url(../image/index2_1.png) no-repeat left center;
	background-size: auto 100%;
	cursor: pointer;
}

.slide_pic_2 .slick-next {
	background-position: right center;
	left: auto;
	right: 0px;
}

.slide_pic_2 .slick-prev:hover,
.slide_pic_2 .slick-next:hover {
	background-image: url(../image/index2_1_h.png);
}

.ul_2 {
	margin-top: 20px;
}

.ul_2 .zbox {
	width: 100%;
	float: left;
	padding: 0 15px;
}

.ul_2 .zbox .zbox_box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.ul_2 .zbox .zbox_box .pic {
	width: 100%;
	float: left;
	height: 522px;
}

.ul_2 .zbox .zbox_box .pic img {
	width: 503px;
	border: 1px solid #ccc;
	height: 375px;
	/* position:absolute; left:50%; top:50%; max-width:none; margin:-187px 0 0 -251px;*/
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_2 .zbox .zbox_box .zbox_down {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
	height: 142px;
	padding: 25px 30px 0 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_2 .zbox .zbox_box .zbox_down .zbox_down_head {
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	background-position: center bottom;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_2 .zbox .zbox_box .zbox_down .zbox_down_body {
	width: 100%;
	margin-top: 16px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_2 .zbox .zbox_box .zbox_down .zbox_down_detail {
	margin-top: 42px;
	display: inline-block;
	width: 96px;
	height: 40px;
	line-height: 38px;
	border: solid 1px white;
	color: white;
	font-size: 14px;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ul_2 .zbox .zbox_box:hover .pic img {
	opacity: 0.4;
}

.ul_2 .zbox .zbox_box:hover .zbox_down {
	height: 100%;
	background: rgba(15, 152, 220, 0.8);
	padding: 134px 70px 0 70px;
}

.ul_2 .zbox .zbox_box:hover .zbox_down .zbox_down_head {
	color: white;
	padding-bottom: 27px;
	background: url(../image/index3_4.jpg) no-repeat center bottom;
}

.ul_2 .zbox .zbox_box:hover .zbox_down .zbox_down_body {
	color: white;
	margin-top: 21px;
	height: 90px;
}

.ul_2 .zbox .zbox_box .zbox_down .zbox_down_detail:hover {
	background: white;
	color: black;
}

.section_2 .slideGroup .hd {
	width: 42%;
}


/*.section_2 .slideGroup .hd .slick-slide{ width:auto !important; float:none;}*/

@media screen and (max-width:1660px) {
	.section_2 .slideGroup .hd {
		width: 75%;
	}
}

@media screen and (max-width: 1440px) {
	.ul_2 .zbox .zbox_box .pic {
		height: 426px;
	}
	.ul_2 .zbox .zbox_box .pic img {
		height: auto;
	}
}

@media screen and (max-width:1360px) {
	.section_2 .slideGroup .hd {
		width: 85%;
	}
	.ul_2 .zbox .zbox_box:hover .zbox_down {
		padding: 66px 40px 0 40px;
	}
	.ul_2 .zbox .zbox_box .pic {
		height: 403px;
	}
}

@media screen and (max-width:1199px) {
	.section_2 .slideGroup .hd {
		width: 80%;
	}
	.ul_2 .zbox .zbox_box .pic {
		height: 499px;
	}
}

@media screen and (max-width:1023px) {
	.section_2 .slideGroup .hd {
		width: 100%;
	}
	/*.section_2 .slideGroup .hd .slick-slide{ width:inherit !important; float:left;}*/
}

@media screen and (max-width:767px) {
	.slideGroup .hd ul .slick-track {
		float: none;
	}
	.ul_2 {
		margin-top: 0px;
	}
	.ul_2 .zbox {
		padding-bottom: 20px;
	}
	.ul_2 .zbox .zbox_box {
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	}
	.ul_2 .zbox .zbox_box .pic {
		height: 293px;
	}
	.ul_2 .zbox .zbox_box .pic img {
		width: 329px;
		height: auto;
		margin: 0;
	}
	.ul_2 .zbox .zbox_box .zbox_down {
		height: 102px;
		padding: 15px 10px 0 10px;
	}
	.ul_2 .zbox .zbox_box .zbox_down .zbox_down_head {
		font-size: 16px;
		line-height: 24px;
	}
	.ul_2 .zbox .zbox_box .zbox_down .zbox_down_body {
		margin-top: 10px;
		font-size: 12px;
		line-height: 22px;
		height: 42px;
	}
	.ul_2 .zbox .zbox_box .zbox_down .zbox_down_detail {
		margin-top: 22px;
		width: 66px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.ul_2 .zbox .zbox_box:hover .zbox_down {
		padding: 46px 20px 0 20px;
	}
	.ul_2 .zbox .zbox_box:hover .zbox_down .zbox_down_head {
		padding-bottom: 17px;
		background-size: auto 2px;
	}
	.ul_2 .zbox .zbox_box:hover .zbox_down .zbox_down_body {
		margin-top: 11px;
		height: 64px;
	}
}


/*首页第六屏*/

.section_6 {
	background: #f8f8f8;
}

.c_0100_1 {}

.slideGroup {
	width: 100%;
	float: left;
	margin-top: 80px;
	position: relative;
}

.slideGroup .hd {
	width: 50%;
	position: absolute;
	right: 0;
	top: -134px;
	text-align: right;
	padding-right: 116px;
}

.slideGroup .hd ul {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.slideGroup .hd ul .slick-track {
	float: right;
}

.slideGroup .hd ul .slick-slide {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	color: #333;
	padding: 0 12px;
	line-height: 40px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.slideGroup .hd ul .slick-current {
	color: #fff;
	background: #5fb136;
}

.slideGroup .hd a {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	letter-spacing: 1px;
	background: url(../image/index2.png) no-repeat left center;
	width: 116px;
}

.slideGroup .hd a:hover {
	color: #ff0000;
}

.slideGroup .hd a span {
	font-family: "宋体";
}

.slideGroup .bd {
	width: 100%;
	float: left;
}

.slide_pic_1 {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 30px;
}

.slide_pic_1 .slick-prev,
.slide_pic_1 .slick-next {
	display: block;
	width: 13px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -12px;
	background: url(../image/index2_1.png) no-repeat left center;
	background-size: auto 100%;
	cursor: pointer;
}

.slide_pic_1 .slick-next {
	background-position: right center;
	left: auto;
	right: 0px;
}

.slide_pic_1 .slick-prev:hover,
.slide_pic_1 .slick-next:hover {
	background-image: url(../image/index2_1_h.png);
}

.tempWrap {
	width: 100% !important;
}

.c_1570_box {
	margin: 0 -30px;
}

.ul_1 {
	margin-top: -20px;
}

.ul_1 .zbox {
	width: 100%;
	float: left;
	padding: 20px 15px;
}

.ul_1 li .zbox_box {
	width: 100%;
	float: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox_box .pic {
	width: 100%;
	float: left;
	position: relative;
	background: black;
}

.ul_1 li .zbox_box .pic img {
	width: 100%;
	float: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ul_1 li .zbox_box .pic .ico {
	width: 62px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 -31px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/*.ul_1 .zbox:hover .zbox_box {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ul_1 .zbox:hover .pic a> img {
	opacity: 0.4;
}

.ul_1 .zbox:hover .pic .ico {
	opacity: 1;
}
*/

.ul_1 .zbox .zbox_boxnew_a{
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #dfdfdf;
}

.ul_1 .zbox .zbox_boxnew_a span{
        color: #333333;
    font-weight: 700;
    padding: 0 14px;
    display: block;
    margin-top: 18px;
    margin-bottom: 5px;
}
.ul_1 .zbox .zbox_boxnew_a p{
margin: 0;
    color: #717171;
    line-height: 25px;
    padding: 0 14px;
    margin-bottom: 25px;
}
.ul_1 .zbox .zbox_boxnew_a div{
    line-height: 47px;
    text-align: right;
    overflow: hidden;
    padding: 0 15px;
    border-top: 1px solid #dfdfdf;
}
.ul_1 .zbox .zbox_boxnew_a div label{
    float: left;
    color: #333;
    font-weight: 400;
}
.ul_1 .zbox .zbox_boxnew_a div img{
        display: inline-block;
}













.ul_1 .zbox .zbox_down {
	width: 100%;
	float: left;
	padding: 19px 10px 25px 10px;
	background: white;
}

.ul_1 .zbox .zbox_down .zbox_down_head {
	width: 100%;
	float: left;
}

.ul_1 .zbox .zbox_down .zbox_down_head .time {
	float: left;
	font-size: 16px;
	clear: #666;
	line-height: 22px;
}

.ul_1 .zbox .zbox_down .zbox_down_head .btn {
	float: right;
}

.ul_1 .zbox .zbox_down .zbox_down_head .btn a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 9px 0 13px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.ul_1 .zbox .zbox_down .zbox_down_head .btn a.al {
	background-image: url(../image/index1_6.png);
}

.ul_1 .zbox .zbox_down .zbox_down_head .btn a.a2 {
	background-image: url(../image/index1_7.png);
}

.ul_1 .zbox .zbox_down .zbox_down_head .btn .al.on {
	background-image: url(../image/index1_6_h.png);
}

.ul_1 .zbox .zbox_down .zbox_down_title {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.ul_1 .zbox .zbox_down .zbox_down_title a {
	display: block;
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
}

.ul_1 .zbox:hover .zbox_down .zbox_down_title a {
	color: #5fb136;
}

@media screen and (max-width:1380px) {
	.slideGroup {
		margin-top: 40px;
	}
	.slideGroup .hd {
		top: -100px;
	}
	.slideGroup .hd ul .slick-slide {
		padding: 0 10px;
		font-size: 14px;
	}
}

@media screen and (max-width:1199px) {
	.c_0100_1 {
		min-height: 580px;
	}
	.slideGroup .hd ul .slick-slide {
		padding: 0 10px;
		font-size: 14px;
		line-height: 44px;
	}
	.ul_1 .zbox .zbox_down .zbox_down_title a {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}
	.slideGroup .hd a {
		width: 106px;
		font-size: 16px;
		line-height: 44px;
	}
	.slideGroup .hd {
		top: -80px;
	}
}

@media screen and (max-width:1023px) {
	.slideGroup {
		margin-top: 20px;
	}
	.slideGroup .hd {
		position: relative;
		right: auto;
		float: left;
		top: auto;
		width: 100%;
		margin-bottom: 20px;
		padding-right: 106px;
	}
}

@media screen and (max-width:767px) {
	.slide_pic_1 {
		padding: 0 20px;
	}
	.c_1570_box {
		margin: 0 0px;
	}
	.slide_pic_1 .slick-prev {
		left: 10px;
	}
	.slide_pic_1 .slick-next {
		right: 10px;
	}
	.slideGroup .hd {
		text-align: center;
		padding-right: 96px;
	}
	.slideGroup .hd ul {
		float: none;
		display: inline-block;
	}
	.slideGroup .hd ul .slick-slide {
		padding: 0 6px;
		font-size: 14px;
		line-height: 24px;
		background-size: auto 2px;
	}
	.ul_1 .zbox .zbox_down .zbox_down_title a {
		font-size: 14px;
		line-height: 24px;
		height: 46px;
	}
	.slideGroup .hd a {
		width: 96px;
		font-size: 14px;
		line-height: 24px;
		text-align: right;
	}
	.ul_1 .zbox .zbox_down {
		padding: 12px 10px 15px 10px;
	}
	.ul_1 .zbox .zbox_down .zbox_down_head .time {
		font-size: 12px;
		line-height: 20px;
	}
	.ul_1 .zbox .zbox_down .zbox_down_head .btn a {
		width: 16px;
		height: 20px;
		margin: 0 3px 0 3px;
	}
	.ul_1 .zbox .pic .ico {
		width: 42px;
		height: 42px;
		margin: -21px 0 0 -21px;
	}
	.c_0100_1 {
		min-height: 460px;
	}
	.ul_1 .zbox:hover .zbox_box {
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	}
}


/*第三屏*/



.thereabout{
    position: absolute;
    right: 0;
    top: 95px;
    font-size: 200px;
    color: #f4f4f4;
    line-height: 175px;
    opacity: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Arial Black";
    z-index: 1;
}
.thereaboutall{
    width: 100%;
    float: left;
    height: 100%;
    padding-top: 80px;
    position: relative;
}
.thereaboutall .aboutImgSmal {
    float: left;
    position: relative;
    z-index: 2;
    width: 13.48684%;
    margin-top: 30px;
}

.thereaboutall .aboutImgSmal .img {
    width: 100%;
    float: left;
    margin: 2px 0;
    padding-bottom: 59.95%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.thereaboutall .aboutImgSmal .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.thereaboutall .aboutImgBig {
    float: left;
    position: relative;
    margin-left: 25px;
    z-index: 2;
    width: 43.421%;
    margin-top: 42px;
}

.thereaboutall .aboutImgBig img {
    width: 100%;
    float: left;
}

.thereaboutall .aboutImgBig .slick-prev,
.thereaboutall .aboutImgBig .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: auto;
    right: 1px;
    top: auto;
    bottom: 82px;
    display: block;
    width: 80px;
    height: 80px;
    background: url(../image/index3.png) no-repeat top center;
}

.thereaboutall .aboutImgBig .slick-next {
    left: auto;
    right: 1px;
    background-position: bottom center;
    bottom: 1px;
}

.thereaboutall .aboutImgBig .slick-prev:hover,
.thereaboutall .aboutImgBig .slick-next:hover {
    background-image: url(../image/index3_h.png);
    border-right: solid 4px #009bde;
    width: 84px;
}

.thereaboutall .aboutText {
    width: 32.8947%;
    float: right;
    margin-right: 3.947%;
    margin-top: 68px;
    position: relative;
    z-index: 2;
}

.thereaboutall .aboutText h3 {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #3b3b3b;
    line-height: 58px;
    letter-spacing: 1px;
    font-family: 'OPENSANS-REGULAR';
    padding-bottom: 31px;
    background: url(../image/index4.jpg) no-repeat left bottom;
}

.thereaboutall .aboutText .p {
    width: 100%;
    float: left;
    margin-top: 41px;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 32px;
    letter-spacing: 1px;
    height: 256px;
    overflow: hidden;
}

.thereaboutall .aboutText .detail {
    width: 100%;
    float: left;
    margin-top: 39px;
}

.thereaboutall .aboutText .detail a {
    display: block;
    width: 157px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: white;
    background: #5fb136;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}

.thereaboutall .aboutText .detail a span {
    display: block;
    background: url(../image/10.png) no-repeat right center;
    width: 21px;
    height: 10px;
    position: absolute;
    right: -21px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.thereaboutall .aboutText .detail a:hover span {
    width: 41px;
    right: -41px;
}

.thereaboutall .aboutText .detail a span:before {
    content: '';
    width: 10px;
    height: 1px;
    background: white;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.thereaboutall .aboutText:before {
    content: '';
    background: url(../image/index5.png) no-repeat center center;
    width: 17px;
    height: 257px;
    position: absolute;
    right: -58px;
    bottom: 0;
}

.thereaboutall .aboutText .detail a:hover span:before {
    width: 20px;
    left: -20px;
}

@media screen and (max-width: 1660px) {
    .thereaboutall .aboutImgSmal {
        margin-top: 32px;
    }
    .thereaboutall .aboutImgSmal .img {
        margin: 10px 0;
    }
    .thereaboutall .aboutText {
        width: 35%;
        margin-right: 0;
        margin-top: 48px;
    }
}

@media screen and (max-width: 1366px) {
    .thereaboutall .aboutImgSmal {
        margin-top: 34px;
    }
    .thereaboutall .aboutImgSmal .img {
        margin: 8px 0;
    }
    .thereaboutall .aboutText {
        margin-top: 28px;
    }
}

@media screen and (max-width: 1199px) {

    .thereaboutall .aboutImgBig {
        margin-left: 20px;
        margin-top: 40px;
    }
    .thereaboutall .aboutText {
        width: 35%;
        padding-right: 2%;
        float: left;
        margin-left: 40px;
    }
    .thereaboutall .aboutText h3 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 26px;
    }
    .thereaboutall .aboutText .p {
        margin-top: 31px;
        font-size: 14px;
        line-height: 26px;
        height: 208px;
    }
    .thereaboutall .aboutText .detail {
        margin-top: 30px;
    }
    .thereaboutall .aboutText .detail a {
        width: 130px;
        height: 36px;
        line-height: 36px;
    }
    .thereaboutall .aboutText:before {
        right: -28px;
    }
}

@media screen and (max-width: 991px) {

    .thereaboutall .aboutImgSmal {
        display: none;
    }
    .thereaboutall .aboutImgBig {
        width: 46%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .thereaboutall .aboutText {
        width: 50%;
        padding-right: 40px;
        margin-top: 20px;
        margin-left: 0;
        float: right;
    }
    .thereaboutall .aboutText h3 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .thereaboutall .aboutText .p {
        margin-top: 21px;
    }
    .thereaboutall .aboutText .detail {
        margin-top: 20px;
    }
    .thereaboutall .aboutText:before {
        right: 0;
    }
}

@media screen and (max-width: 767px) {

    .thereaboutall .aboutImgBig {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .thereaboutall .aboutText {
        width: 100%;
        padding-right: 0px;
        margin-top: 10px;
    }
    .thereaboutall .aboutText h3 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px;
        background-size: auto 1px;
    }
    .thereaboutall .aboutText .p {
        margin-top: 11px;
        font-size: 13px;
        line-height: 22px;
        height: auto;
    }
    .thereaboutall .aboutText .detail {
        margin-top: 10px;
    }
    .thereaboutall .aboutText:before {
        display: none;
    }
}





























.c_0100_2 {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.c_0100_2 .pic {
	width: 49.22%;
	height: 100%;
	position: relative;
	float: right;
	z-index: 2;
	min-height: 700px;
}

.c_0100_2 .pic p,
.c_0100_2 .pic p iframe {
	width: 100%;
	height: 100%;
}

.c_0100_2 .c_975 {
	width: 50.78%;
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
	padding-left: 10%;
	z-index: 3;
}

.c_0100_2 .c_975 .c_975_box {
	width: 315px;
	display: inline-block;
	text-align: left;
}

.c_0100_2 .c_975 .c_975_box .c_975_head {
	width: 100%;
	padding-bottom: 34px;
	background: url(../image/index6_1.jpg) no-repeat left bottom;
	letter-spacing: 1px;
}

.c_0100_2 .c_975 .c_975_box .c_975_head h4 {
	width: 100%;
	text-transform: uppercase;
	font-size: 28px;
	color: #333;
	line-height: 52px;
	font-family: 'OPENSANS-REGULAR';
}

.c_0100_2 .c_975 .c_975_box .c_975_head h3 {
	margin: 0;
	width: 100%;
	font-size: 50px;
	color: #333;
	line-height: 78px;
	font-weight: bold;
	letter-spacing: 2px;
}

.c_0100_2 .c_975 .c_975_box .c_975_body {
	width: 100%;
	margin-top: 16px;
	font-size: 14px;
	line-height: 39px;
	font-weight: bold;
	color: #666666;
	color: #666666;
}

.c_0100_2 .c_975 .c_975_box .c_975_down {
	width: 100%;
	margin-top: 98px;
	position: relative;
}

.c_0100_2 .c_975 .c_975_box .c_975_down a {
	position: relative;
	z-index: 5;
	display: block;
	padding-left: 138px;
	font-size: 24px;
	color: #5fb136;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
}

.c_0100_2 .c_975 .c_975_box .c_975_down a:before {
	content: '';
	width: 107px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}


/*.c_0100_2 .c_975 .c_975_box .c_975_down a:hover{ color:#ff0000;}*/

.c_0100_2 .c_975 .c_975_box .c_975_down h1 {
	position: absolute;
	left: 50%;
	top: -50%;
	width: 832px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 100px;
	letter-spacing: 8px;
	text-transform: uppercase;
	opacity: 0.7;
	color: #f2f2f2;
	z-index: 4;
	margin: -8px 0 0 -416px;
	font-family: 'OPENSANS-BOLD';
}

@media screen and (max-width:1380px) {
	.c_0100_2 .c_975 .c_975_box .c_975_head {
		padding-bottom: 24px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_head h4 {
		font-size: 22px;
		line-height: 46px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_head h3 {
		font-size: 40px;
		line-height: 68px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_body {
		margin-top: 12px;
		font-size: 22px;
		line-height: 48px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down {
		margin-top: 78px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down a {
		padding-left: 108px;
		font-size: 18px;
		line-height: 28px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down a:before {
		width: 87px;
		height: 2px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down h1 {
		width: 632px;
		height: 56px;
		line-height: 56px;
		font-size: 80px;
		letter-spacing: 6px;
		margin: -8px 0 0 -316px;
	}
}

@media screen and (max-width:1199px) {
	.c_0100_2 .c_975 .c_975_box .c_975_head {
		padding-bottom: 14px;
		background-size: auto 2px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_head h4 {
		font-size: 18px;
		line-height: 36px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_head h3 {
		font-size: 30px;
		line-height: 38px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_body {
		margin-top: 8px;
		font-size: 16px;
		line-height: 38px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down {
		margin-top: 58px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down a {
		padding-left: 88px;
		font-size: 16px;
		line-height: 26px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down a:before {
		width: 67px;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down h1 {
		font-size: 60px;
		letter-spacing: 4px;
	}
}

@media screen and (max-width:767px) {
	.c_0100_2 .pic {
		width: 100%;
	}
	.c_0100_2 .c_975 {
		width: 94%;
		height: 94%;
		position: absolute;
		left: 3%;
		top: 3%;
		background: rgba(255, 255, 255, 0.8);
		padding-left: 0;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_head {
		background-position: bottom center;
	}
	.c_0100_2 .c_975 .c_975_box {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 20px;
		text-align: center;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down a {
		padding-left: 0;
	}
	.c_0100_2 .c_975 .c_975_box .c_975_down a:before {
		display: none;
	}
}

.gotop {
	position: absolute;
	right: 65px;
	bottom: 5%;
}

@media screen and (max-width:1199px) {
	.gotop {
		right: 25px;
	}
}

@media screen and (max-width:991px) {
	.gotop {
		right: 15px;
	}
}

@media screen and (max-width:767px) {
	.gotop {
		display: none;
	}
}

.fadeInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ul_2 .l1.fadeInUp {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ul_2 .l2.fadeInUp {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ul_2 .l3.fadeInUp {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ul_4 .l1.fadeInUp {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ul_4 .l2.fadeInUp {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ul_4 .l3.fadeInUp {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ul_4 .l4.fadeInUp {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.ul_3 .l1.fadeInUp {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ul_3 .l2.fadeInUp {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ul_3 .l3.fadeInUp {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ul_3 .l4.fadeInUp {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.ul_3 .l5.fadeInUp {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.ul_3 .l6.fadeInUp {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.ul_1 .l1.fadeInUp {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ul_1 .l2.fadeInUp {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ul_1 .l3.fadeInUp {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ul_1 .l4.fadeInUp {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.ul_1 .l5.fadeInUp {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@media screen and (max-width:1023px) {
	.fadeInUp,
	.fadeInDown,
	.fadeInLeft,
	.fadeInRight {
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
}

@media screen and (max-width:1023px) {
	.section {
		width: 100%;
		float: left;
		padding: 20px 0;
	}
	.slideGroup .hd ul .slick-track {
		float: left;
	}
	.ul_4 {
		top: 0;
	}
	.left_headline,
	.gotop {
		display: none !important;
	}
	.section_3,
	.section_5 {
		padding: 0;
	}
	.c_0100_1 {
		height: 500px !important;
		min-height: 500px;
	}
	.section_6 {
		padding-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.pz_banner_h,
	.section,
	.fp-tableCell,
	.slide_banner .slick-slide .img,
	.slide_banner {
		min-height: 200px;
	}
	.pz_banner_h {
		height: 280px !important;
	}
	.c_0100_2 .pic {
		position: absolute;
		min-height: 0;
		top: 0;
		left: 0;
	}
	.c_0100_2 .c_975 {
		position: relative;
		height: auto;
		padding: 30px;
		left: auto;
		top: auto;
		margin: 10px 3%;
	}
}

.pz_down {
	float: left;
	width: 100%;
	background: #788395;
}


/*footer*/


.footerHead {
    width: 100%;
    float: left;
    padding: 50px 0 47px 0;
    background: #1f1f1f;
}

.footerHead .footerHeadLeft {
    float: left;
    width: 40.98684%;
    padding-right: 7.76316%;
}

.footerHead .footerHeadLeft .logo {
    width: 100%;
    float: left;
}

.footerHead .footerHeadLeft .logo img {
    /*height: 67px;*/
}

.footerHead .footerHeadLeft .text {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-left: 15px;
    font-size: 13px;
    color: #bbb;
    line-height: 36px;
}

.footerHead .footerHeadLeft .footerGz {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.footerHead .footerHeadLeft .footerGz a {
    display: block;
    float: left;
    margin: 0 4px;
    position: relative;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.footerHead .footerHeadLeft .footerGz a .ewm {
    background: url(../image/ewm_bg.png) no-repeat center center;
    width: 112px;
    height: 121px;
    padding: 10px 10px 19px 10px;
    position: absolute;
    left: 50%;
    top: -121px;
    display: none;
    margin-left: -56px;
}

.footerHead .footerHeadLeft .footerGz a .ewm img {
    width: 100%;
    height: 100%;
}

.footerHead .footerHeadLeft .footerGz a.a1 {
    background-image: url(../image/footer3.png);
}

.footerHead .footerHeadLeft .footerGz a.a2 {
    background-image: url(../image/footer4.png);
}

.footerHead .footerHeadLeft .footerGz a.a3 {
    background-image: url(../image/footer5.png);
}

.footerHead .footerHeadLeft .footerGz a.a1:hover {
    background-image: url(../image/footer3_h.png);
}

.footerHead .footerHeadLeft .footerGz a.a2:hover {
    background-image: url(../image/footer4_h.png);
}

.footerHead .footerHeadLeft .footerGz a.a3:hover {
    background-image: url(../image/footer5_h.png);
}

@media screen and (min-width: 991px) {
    .footerHead .footerHeadLeft .footerGz a:hover .ewm {
        display: block;
        -webkit-animation: fadeInUp1 0.5s 0s ease both;
        -moz-animation: fadeInUp1 0.5s 0s ease both;
    }
}

.footerHead .footerHeadCenter {
    float: left;
    width: 31.90789%;
    padding: 0 0 0 7.5%;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    border-right: solid 1px rgba(255, 255, 255, 0.05);
}

.footerHead .footerHeadCenter dt {
    width: 100%;
    float: left;
    padding-bottom: 17px;
    background: url(../image/footer6.png) no-repeat left bottom;
    margin-bottom: 3px;
    font-size: 18px;
    color: white;
    line-height: 23px;
    letter-spacing: 1px;
}

.footerHead .footerHeadCenter dd {
    width: 100%;
    float: left;
    margin-top: 23px;
    padding-left: 44px;
    position: relative;
    font-size: 13px;
    line-height: 24px;
    color: #bbb;
}

.footerHead .footerHeadCenter dd .ico {
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    margin-top: -17px;
}

.footerHead .footerHeadRight {
    float: right;
    width: 22.10526%;
    position: relative;
    margin-top: 49px;
}

.footerHead .footerHeadRight .ewm {
    float: left;
    width: 166px;
    background: white;
    padding: 7px;
    border: solid 1px #ebebeb;
}

.footerHead .footerHeadRight .ewm img {
    width: 100%;
    float: left;
}

.footerHead .footerHeadRight h5 {
    margin: 17px 0 0 190px;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 22px;
}

.footerHead .footerHeadRight h4 {
    margin: 22px 0 0 190px;
}

@media screen and (max-width: 1660px) {
    .footerHead .footerHeadLeft {
        padding-right: 5%;
    }
    .footerHead .footerHeadCenter {
        padding: 0 0 0 5%;
    }
    .footerHead .footerHeadRight .ewm {
        width: 126px;
        padding: 5px;
    }
    .footerHead .footerHeadRight h5,
    .footerHead .footerHeadRight h4 {
        margin-left: 140px;
    }
}

@media screen and (max-width: 1366px) {
    .footerHead .footerHeadLeft {
        padding-right: 3%;
    }
    .footerHead .footerHeadLeft .text {
        margin-top: 20px;
        padding-left: 0px;
        font-size: 12px;
        line-height: 30px;
    }
    .footerHead .footerHeadCenter {
        padding: 0 0 0 3%;
    }
    .footerHead .footerHeadRight {
        width: 24%;
    }
}

@media screen and (max-width: 1199px) {
    .footerHead {
        padding: 30px 0 27px 0;
    }
    .footerHead .footerHeadLeft {
        width: 50%;
    }
    .footerHead .footerHeadRight {
        display: none;
    }
    .footerHead .footerHeadCenter {
        width: 40%;
        float: right;
        border-left: 0;
        border-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .footerHead {
        padding: 20px 10px 17px 10px;
    }
    .footerHead .footerHeadLeft .logo img {
        height: 40px;
    }
    .footerHead .footerHeadLeft .text {
        margin-top: 10px;
        line-height: 26px;
    }
    .footerHead .footerHeadLeft .footerGz {
        margin-top: 15px;
        padding-left: 30px;
        display: none;
    }
    .footerHead .footerHeadLeft .footerGz a {
        width: 26px;
        height: 26px;
    }
    .footerHead .footerHeadCenter {
        padding-left: 0 !important;
    }
    .footerHead .footerHeadCenter dt {
        padding-bottom: 12px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 21px;
    }
    .footerHead .footerHeadCenter dd {
        margin-top: 17px;
        padding-left: 40px;
        font-size: 12px;
        line-height: 22px;
    }
    .footerHead .footerHeadCenter dd .ico {
        margin-top: -16px;
        width: 23px;
    }
}

@media screen and (max-width: 767px) {
    .footerHead {
        padding: 10px 10px 7px 10px;
    }
    .footerHead .footerHeadLeft {
        width: 100%;
        text-align: center;
    }
    .footerHead .footerHeadLeft .footerGz {
        width: 100%;
        padding-left: 0;
    }
    .footerHead .footerHeadLeft .footerGz a {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .footerHead .footerHeadCenter {
        width: 100%;
        display: none;
    }
    .footerHead .footerHeadCenter dt {
        display: none;
    }
    .footerHead .footerHeadCenter dd {
        margin-top: 10px;
    }
}

.footerDown {
    width: 100%;
    float: left;
    background: #060606;
    padding: 21px 0 22px 0;
    position: relative;
}

.footerDown .footerDownLeft {
    float: left;
    font-size: 12px;
    color: #bbb;
    line-height: 26px;
}

.footerDown .footerDownLeft a {
    color: #bbb;
}

.footerDown .footerDownLeft a:hover {
    color: #009bde;
}

.footerDown .footerDownLeft span {
    margin: 0 7px;
}

.footerDown .footerDownBq {
    width: 30%;
    position: absolute;
    left: 40%;
    font-size: 12px;
    color: #bbb;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}

.footerDown .footerDownRight {
    float: right;
}

.footerDown .footerDownRight .yqLink {
    width: 200px;
    height: 26px;
    line-height: 24px;
    padding: 0 30px 0 14px;
    background: #060606 url(../image/footer11.png) no-repeat 96% center;
    cursor: pointer;
    border: solid 1px #838383;
    color: #bbb;
    font-size: 12px;
    float: left;
    position: relative;
}

.footerDown .footerDownRight .yqLink ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #060606;
    display: none;
    max-height: 186px;
    overflow-y: auto;
    border: solid 1px #838383;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.footerDown .footerDownRight .yqLink ul::-webkit-scrollbar {
    background: #ce2e33;
    width: 5px;
}

.footerDown .footerDownRight .yqLink ul::-webkit-scrollbar-thumb {
    background: black;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.footerDown .footerDownRight .yqLink ul::selection {
    color: white;
    -webkit-text-fill-color: black;
    -moz-text-fill-color: black;
    text-fill-color: black;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.footerDown .footerDownRight .yqLink ul::-moz-selection {
    color: black;
    -webkit-text-fill-color: black;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.footerDown .footerDownRight .yqLink ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ccc;
}

.footerDown .footerDownRight .yqLink ul li a {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.footerDown .footerDownRight .yqLink ul li a:hover {
    background: #009bde;
}

.footerDown .footerDownRight .wzdt {
    float: right;
    margin-left: 17px;
    font-size: 12px;
    color: #bbb;
    line-height: 26px;
}

.footerDown .footerDownRight .wzdt a {
    color: #bbb;
}

.footerDown .footerDownRight .wzdt a:hover {
    color: #009bde;
}

@media screen and (max-width: 1660px) {
    .footerDown .footerDownLeft span {
        margin: 0 16px;
        display: none;
    }
    .footerDown .footerDownBq {
        left: 38%;
    }
}

@media screen and (max-width: 1366px) {
    .footerDown .footerDownLeft {
        display: none;
    }
    .footerDown .footerDownBq {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        width: auto;
    }
.thereabout {
    font-size: 125px;
}

}

@media screen and (max-width: 1199px) {
    .footerDown {
        padding: 11px 0 12px 0;
    }
}

@media screen and (max-width: 991px) {
    .footerDown {
        padding: 11px 10px 12px 10px;
    }
    .footerDown .footerDownBq,
    .footerDown .footerDownRight {
        width: 100%;
        text-align: center;
    }
    .footerDown .footerDownRight {
        margin-top: 10px;
    }
    .footerDown .footerDownRight .yqLink {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .footerDown .footerDownRight .wzdt {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 767px) {
    .footerDown .footerDownBq {
        line-height: 20px;
        letter-spacing: 0px;
    }
}




























/*
.footer {
	width: 100%;
	float: left;
}

.footer .footer_head {
	width: 100%;
	float: left;
	padding: 41px 0 8px 0;
}

.footer .footer_head ul {
	width: 100%;
	float: left;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer .footer_head ul li {
	width: 14.285%;
	float: left;
}

.footer .footer_head ul li .dt {
	width: 100%;
	float: left;
	font-size: 18px;
	color: white;
	line-height: 36px;
}

.footer .footer_head ul li .dd {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.footer .footer_head ul li .dd .lin {
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
	color: white;
	line-height: 16px;
	letter-spacing: 1px;
	opacity: 1;
	background: url(../image/footer2.png) no-repeat left 18px;
	padding: 10px 0 10px 18px;
}

.footer .footer_head ul li .dd .lin:hover {
	opacity: 1;
}

.footer .footer_head ul li .dd .lin1 {
	width: 100%;
	display: block;
	float: left;
	font-size: 16px;
	color: white;
	line-height: 28px;
	letter-spacing: 1px;
	margin-top: 12px;
	padding-left: 46px;
	background: url(../image/12.png) no-repeat 17px center;
	background-size: 19px 19px;
}

.footer .footer_head ul li .dd .dd_gz {
	float: right;
	margin-top: 19px;
}

.footer .footer_head ul li .dd .dd_gz a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 17px;
	margin-left: 3px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 2rem;
}

.footer .footer_head ul li .dd .dd_gz a .ewm {
	position: absolute;
	left: 50%;
	top: -126px;
	width: 116px;
	height: 123px;
	padding: 10px 10px 17px 10px;
	background: url(../image/ewm_bg.png) no-repeat center center;
	background-size: contain;
	margin-left: -58px;
	display: none;
}

.footer .footer_head ul li .dd .dd_gz a .ewm img {
	width: 100%;
	float: left;
}

.footer .footer_head ul li .dd .dd_gz a:hover .ewm {
	display: block;
	-webkit-animation: fadeInUp1 0.5s 0s ease both;
	-moz-animation: fadeInUp1 0.5s 0s ease both;
}


/*.footer .footer_head ul .last .dd .lin1 p{
    font-size: 16px;
}
*/

/*.footer .footer_head ul li .dd .dd_gz>img {
	float: left;
	margin-right: 6px;
}

.footer .footer_head ul li .dd .dd_gz a.a1 {
	background-image: url(../image/footer3.png);
}

.footer .footer_head ul li .dd .dd_gz a.a2 {
	background-image: url(../image/footer4.png);
}

.footer .footer_head ul li .dd .dd_gz a.a3 {
	background-image: url(../image/footer5.png);
}

.footer .footer_head ul li .dd .dd_gz a.a1:hover {
	background-image: url(../image/footer3_h.png);
}

.footer .footer_head ul li .dd .dd_gz a.a2:hover {
	background-image: url(../image/footer4_h.png);
}

.footer .footer_head ul li .dd .dd_gz a.a3:hover {
	background-image: url(../image/footer5_h.png);
}

.fotterpz_down .footer_down {
	width: 100%;
	float: left;
	padding: 19px 0 29px 0;
}

.fotterpz_down .footer_down_left {
	float: left;
	width: 75%;
}

.fotterpz_down .footer_down_left .link {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: white;
}

.fotterpz_down .footer_down_left .link a {
	margin: 0 5px;
}

.fotterpz_down .footer_down_left .link a,
.fotterpz_down .footer_down_left .link span {
	color: white;
	opacity: 1;
}

.fotterpz_down .footer_down_left .p {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: white;
	opacity: 1;
	width: 100%;
}

.fotterpz_down .footer_down_right {
	float: right;
	font-size: 14px;
	line-height: 60px;
	color: white;
}

.fotterpz_down .footer_down_right a {
	color: white;
	opacity: 1;
}

.fotterpz_down .footer_down_right span {
	opacity: 1;
	margin: 0 16px;
}

.fotterpz_down .footer_down_right a:hover,
.fotterpz_down .footer_down_left .link a:hover {
	opacity: 1;
}

.fotterpz_down {
	border-top: 1px solid #AEB5BF;
	float: left;
	width: 100%;
}

@media screen and (max-width:1640px) {
	.footer .footer_head ul li .dd .dd_gz a {
		margin-right: 7px;
	}
	.footer .footer_head ul li .dd .lin1 {
		font-size: 16px;
		white-space: nowrap;
	}
}

@media screen and (max-width:1360px) {
	.footer .footer_head ul li .dd .dd_gz a {
		margin-right: 4px;
	}
}

@media screen and (max-width:1210px) {
	.footer .footer_head ul li .dd .dd_gz a {
		margin-right: 3px;
	}
}

@media screen and (max-width:1199px) {
	.footer .footer_head ul li {
		width: 25%;
	}
	.footer .footer_head ul li .dd .dd_gz {
		float: left;
	}
	.footer .footer_head ul li.last {
		width: 50%;
	}
}

@media screen and (max-width:1023px) {
	.footer .footer_head {
		padding: 21px 0 35px 0;
	}
}

@media screen and (max-width:767px) {
	.footer .footer_head ul li .dd .dd_gz>img {
		float: none;
		margin-right: 6px;
	}
	.footer .footer_head {
		padding: 11px 0 15px 0;
	}
	.footer .footer_head ul li {
		display: none;
	}
	.footer .footer_head ul li.last {
		display: block;
		width: 100%;
	}
	.footer .footer_head ul li .dt {
		display: none;
		font-size: 14px;
		line-height: 26px;
		background: black;
		position: relative;
		padding: 5px;
	}
	.footer .footer_head ul li .dd {
		text-align: center;
		margin-top: 3px;
	}
	.footer .footer_head ul li .dd .lin {
		font-size: 12px;
		line-height: 14px;
		background: url(../images/footer2.png) no-repeat left 10px;
		padding: 5px 0 5px 12px;
		background: none;
	}
	.footer .footer_head ul li .dd .lin1 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		padding-left: 26px;
		background-size: 14px 14px;
		background-position: 7px center;
		background: none;
		padding-left: 0;
	}
	.footer .footer_head ul li .dd .dd_gz {
		width: 100%;
		margin-top: 12px;
	}
	.footer .footer_head ul li .dd .dd_gz a {
		width: 30px;
		height: 30px;
		margin-right: 5px;
		margin-left: 5px;
		float: none;
		display: inline-block;
	}
	.fotterpz_down .footer_down {
		padding: 10px 0 10px 0;
	}
	.section_4 .fotterpz_down .footer_down {
		padding: 10px 0 10px 0;
	}
	.fotterpz_down .footer_down_left {
		width: 100%;
	}
	.fotterpz_down .footer_down_left .link {
		font-size: 12px;
		line-height: 20px;
	}
	.fotterpz_down .footer_down_left .p {
		font-size: 12px;
		line-height: 20px;
	}
	.fotterpz_down .footer_down_left .link a {
		margin: 0 3px;
	}
	.fotterpz_down .footer_down_right {
		width: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 20px;
	}
	.fotterpz_down .footer_down_right span {
		margin: 0 10px;
	}
}*/

.pz_top.on_2 {
	top: -43px;
}






.myhar{
    position: relative;
    border: 0;
}

.myhar .nas>li>a{
    color: #333;
}

.myhar .English a{
    color: #333333;
    border: 1px solid #ccc;
}

.listc_1570{
    max-width: 1620px;
    padding: 0 10px;
    margin: auto;
}


.pz_menu {
    width: 100%;
    position: relative;
    z-index: 9;
}
.listbanner{ width:100%; float:left; position:relative; height:440px;overflow: hidden;}
.listbanner.on{ margin-top:88px;}
.listbanner img{ width:1920px;  height:440px; max-width:none; position:absolute; left:50%; top:50%; margin:-220px 0 0 -960px;}
.nynav{ width:100%; float:left; margin-top:-47px; position:relative; background:url(../image/nygy3.png) repeat-x; background-size:100% 100%; height:126px;}
.nynav .headline{ width:423px; height:126px; position:relative; z-index:5; background:url(../image/nygy1.png) no-repeat right center; float:left;}
.nynav .headline:before{ content:''; width:500px; top:0; height:100%; background:#00bbf7; position:absolute; left:-500px;}
.nynav .headline h4{margin-bottom:0; width:100%; margin-top:28px; font-size:36px; color:white; line-height:35px; font-family:Arial; text-transform:uppercase; font-style:oblique; font-weight:bold;}
.nynav .headline h3{margin: 0; width:100%; padding-left:166px; position:relative; font-size:25px; color:white; line-height:36px;}
.nynav .headline h3:before{ content:''; width:500px; height:1px; background:white; position:absolute; left:-350px; top:50%;}
.nynav .subhead{ float:right; font-size:12px; color:white; line-height:41px;}
.nynav .subhead a{ color:white;}
.nynav .subhead a:hover{ color:#0094de;}
.nynav .subhead span{ margin:0 9px;}
.nynav .subhead img{ vertical-align:middle; margin:-2px 4px 0 0; height:13px;}
.pz_SideLayer_box{ width:100%; position:absolute; left:0; bottom:0;}
.pz_SideLayer{  float:right; height:85px; }
.pz_SideLayer li{ list-style: none; float:left; margin-right:2px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.pz_SideLayer li a{ display:block; padding:0 20px; font-size:16px; color:#000000; line-height:85px;}

.pz_SideLayer li.l2,
.pz_SideLayer li.l3{display:none;}


.pz_SideLayer li.on,.pz_SideLayer li:hover{ margin-top:-4px;}
.pz_SideLayer li.on a,.pz_SideLayer li:hover a{    color: #fff; background:#0094de; padding-top:4px; height:89px;}
@media screen and (max-width:1380px) {
.nynav .headline{ width:323px;}
.nynav .headline h4{ font-size:30px;}
.nynav .headline h3{ padding-left:70px; font-size:24px;}
.nynav .headline h3:before{ left:-450px;}
.nynav .subhead span{ margin:0 5px;}

.pz_SideLayer li a{ padding:0 15px;  font-size:14px;}
}
@media screen and (max-width:1023px) {

.nynav{ height:86px; margin-top:-29px;}
.nynav .headline{ display:none;}
.nynav .subhead{ line-height:29px;}
.nynav .subhead span{ margin:0 4px;}
.nynav .subhead img{ height:12px;}
.pz_SideLayer{ height:57px; padding-left:0px;}
.pz_SideLayer li a{ padding:0 10px; display:block; width:100%; text-align:center; font-size:14px; line-height:57px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pz_SideLayer li.on,.pz_SideLayer li:hover{ margin-top:-2px;}
.pz_SideLayer li.on a,.pz_SideLayer li:hover a{ padding-top:2px; height:59px;}
}
@media screen and (max-width:767px) {

.nynav{ height:auto; background-position:top center; margin-top:-29px;background-size: 100% auto;}
.pz_SideLayer_box{ position:relative; bottom:auto; left:auto; width:auto; margin:0 0;}
.pz_SideLayer_box .c_1570{ padding:0;}
.pz_SideLayer{ background:#3d4047; height:auto; float:left; width:100%;}
.pz_SideLayer li{ margin-right:0px; width:50%;}
.pz_SideLayer li a{color: #fff; line-height:37px;}
.pz_SideLayer li.on,.pz_SideLayer li:hover{ margin-top:0px;}
.pz_SideLayer li.on a,.pz_SideLayer li:hover a{ height:37px; padding-top:0;}

.listc_1570 {
    padding: 0 0;
}

}













/**/
.zhaoxin{
    max-width: 1620px;
    margin: auto;
    padding:0 10px;
    overflow: hidden;
    margin-top: 6rem;
    margin-bottom: 8rem;
}
.zhaoxintop{
    display: flex;
    width: 100%;
    background: #7F7F7F;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.zhaoxintop span{
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 1rem 0;
}
.zhaoxins li {
    position: relative;
    margin-bottom: 2rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}
.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}
.zhaoxins li.liNow .topDiv a {
    background: #0094de;
    color: #fff;
}
.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}
.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}
.zhaoxins li .msgDiv dl{
    display: flex;
    overflow: hidden;
    text-decoration:none;
}
.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration:none;
}

dl{
    margin-bottom: 0;
}
.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}
.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
}
.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #0094de;
    font-size: 14px;
}
.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}
.zhaoxins li .btnDiv a:hover {
    border: #0094de solid 1px;
    background: #0094de;
    color: #fff;
    transition: 0.2s linear;
}
.zhaoxins li .btnDiv{
    margin-top: 1rem;
}
.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}





.listabout{
    max-width: 1220px;
    padding: 0 10px;
    overflow: hidden;
    margin:8rem auto;
}

.listaboutTop{
    text-align: center;
    overflow: hidden;
}
.listaboutTop img{

}
.listaboutTop div{
    font-size: 36px;
    font-weight: 700;
    margin-top: -44px;
}
.listaboutTop i{
    display: block;
    width: 5px;
    height: 30px;
    background: #0094de;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 3rem;
}
.listaboutTop p{
    text-align: left;
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 7rem;
}




.listabouts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}


.listabouts .listabouts_a{
    position: relative;
    width: 49%;
    overflow: hidden;
    margin-bottom: 2rem;
}
.listabouts .listabouts_a>img{
    width: 100%;
}
.listabouts .listabouts_a .listabouts_as{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: table;
}
.listabouts_asmy{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 3rem;
}
.listabouts .listabouts_a .listabouts_asmy img{
        float: left;
}
.listabouts .listabouts_a .listabouts_asmy div{
        float: left;
    margin-top: 1rem;
    margin-left: 2rem;
}
.listabouts .listabouts_a .listabouts_asmy label{
        font-size: 24px;
    margin-bottom: 9px;
}
.listabouts .listabouts_a .listabouts_asmy p{
        margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.listabouts_a:nth-child(2) .listabouts_asmy div{
    margin-top: 0;
}



.leinew{
    max-width: 1620px;
    padding: 0 10px;
    margin:7rem auto;
    overflow: hidden;
}

.leinew a{
    display: block;
    background: #f5f5f5;
    margin-bottom: 3.5rem;
    overflow: hidden;
    padding: 26px 0;
    transition: all 0.3s;
}
.leinew a .leinewLeft{
    float: left;
    height: 165px;
    width: 12.5%;
    border-right: 1px solid #DCDCDC;
    text-align: center;
}
.leinew a .leinewLeft div{
    font-size: 72px;
    font-family: Arial Bold;
    font-weight: 700;
    color: #c2c2c2;
}
.leinew a .leinewLeft p{
    margin: 0;
    font-size: 20px;
    color: #333333;
    font-family: Arial Regular;
}
.leinew a .leinewCenter{
    float: left;
    overflow: hidden;
    width: 13.75%;
    margin: 0 3rem;
}
.leinew a .leinewCenter img{
    width: 100%;
    transition: all 0.3s;
}

.leinew a .leinewRight{
    float: left;
    width: 62%;
    overflow: hidden;
}
.leinew a .leinewRight div{
    font-size: 18px;
    color: #1a1a1a;
    margin-top: 3rem;
    margin-bottom: 11px;
}
.leinew a .leinewRight p{
    margin: 0;
    color: #666666;
    line-height: 27px;
}

.leinew a:last-child{
    margin-bottom: 0;
}

.leinew a:hover{
    background: #0094de;
}
.leinew a:hover .leinewLeft{
    border-right: 1px solid #fff;
}
.leinew a:hover .leinewLeft div{
    color: #fff;
}
.leinew a:hover .leinewLeft p{
    color: #fff;
}
.leinew a:hover .leinewCenter img{
    transform: scale(1.1);
}

.leinew a:hover .leinewRight div{
    color: #fff;
}
.leinew a:hover .leinewRight p{
    color: #fff;
}




.listhonor{
    max-width: 1620px;
    overflow: hidden;
    margin: 7rem auto 2rem;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;

}
.listhonor a{
display: block;
    margin-bottom: 3rem;
    width: 23%;
    overflow: hidden;
    margin-right: 1%;
}
.listhonor2 a{
    border:1px solid #dfdfdf;
       width: 14%;
}
.listhonor a div{
    overflow: hidden;
}
.listhonor a div img{
        width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.listhonor a span{
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #f0f0f0;
    text-align: center;
    color: #505050;
    transition: all 0.3s;
}

.listhonor a:hover img{
    transform: scale(1.1);
}
.listhonor a:hover span{
    background: #0094de;
    color: #fff;
}



.listcontact{
    max-width: 1620px;
    overflow: hidden;
    margin: auto;
    padding: 0 10px;
    margin-bottom: 9rem;
}

.listcontactTop{
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 6.4rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listcontactTop .listcontactTop_a{
    width: 32%;
    border: 1px solid #CCC;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    position: relative;
    padding: 30px;
    transition: all 0.3s;
    cursor: pointer;
}
.listcontactTop .listcontactTop_a div{
    font-size: 24px;
    color: #0094de;
    font-weight: 700;
    height: 43px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 1.5rem;
}
.listcontactTop div span{
    width: 95px;
    height: 1px;
    background: #0094de;
    display: block;
    bottom: -1px;
    position: absolute;
}
.listcontactTop p{
    margin: 0;
    color: #666666;
    line-height: 27px;
}
.listcontactTop a{
    color: #666666;
}
.listcontactTop img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.listcontactTop .listcontactTop_a:hover{
    background: #0094de;
}
.listcontactTop .listcontactTop_a:hover div{
    color: #fff;
    border-bottom: 1px solid #21C4F8;
}
.listcontactTop .listcontactTop_a:hover div span{
    background: #fff;
}
.listcontactTop .listcontactTop_a:hover p{
    color: #fff;
}
.listcontactTop .listcontactTop_a:hover a{
    color: #fff;
}



.listcontactTop .listcontactTop_a.on{
    background: #0094de;
}
.listcontactTop .listcontactTop_a.on div{
    color: #fff;
    border-bottom: 1px solid #21C4F8;
}
.listcontactTop .listcontactTop_a.on div span{
    background: #fff;
}
.listcontactTop .listcontactTop_a.on p{
    color: #fff;
}
.listcontactTop .listcontactTop_a.on a{
    color: #fff;
}



.listcontactmap{
    width: 100%;
}
.listcontactmap .listcontactmapbox{
    display: none;
    width: 100%;
    height: 814px;
}

#map1{
    width: 100%;
    height: 100%;
}
#map2{
    width: 100%;
    height: 100%;
}
#map3{
    width: 100%;
    height: 100%;
}




.loginheard{
    width: 100%;
    height: 110px;
    line-height: 110px;
    overflow: hidden;
}

.loginheards{
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
}

.loginheards a{

}
.loginheards a img{

}
.loginheards span{
    font-size: 24px;
    color: #e60101;
    border-left: 1px solid #ccc;
    padding-left: 11px;
    margin-left: 11px;
}



.mylogin{
    width: 100%;
    background: url(../image/31.png)center 0 no-repeat;
    height: 870px;
    overflow: hidden;
}

.mylogins{
    max-width: 1200px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
}

.denglu{
    margin-top: 194px;
    overflow: hidden;
    background: #fff;
    float: right;
    padding: 30px 44px;
    width: 460px;
}

.denglu_a{
    font-size: 20px;
    color: #e60101;
    margin-bottom: 20px;
}
.denglu_a img{
    margin: 0 10px;
}


.denglu_b{
    width: 100%;
    border: 1px solid #E4E4E4;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 19px;
}
.denglu_b img{
    float: left;
}
.denglu_b input{
    display: block;
    float: left;
    width: 87%;
    height: 100%;
    font-size: 15px;
    outline: none;
    border: 0;
    padding-left: 13px;
}

.denglu_b input::-webkit-input-placeholder {
        color: #e2e2e2;
      }
.denglu_b input::-moz-input-placeholder {
        color: #e2e2e2;
      }
.denglu_b input::-ms-input-placeholder {
        color: #e2e2e2;
      }
.denglu_c{
    width: 100%;
    overflow: hidden;
    margin-bottom: 27px;

}
.denglu_cLeft{
    float: left;
    border: 1px solid #E4E4E4;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    width: 66%;
}
.denglu_cLeft div{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
}
.denglu_cLeft div img{

}
.denglu_cLeft input{
    float: left;
    width: 79%;
    height: 48px;
    border: 0;
    padding-left: 11px;
    outline: none;
}
.denglu_c>img{
    float: right;
}


.denglu_c input::-webkit-input-placeholder {
        color: #e2e2e2;
      }
.denglu_c input::-moz-input-placeholder {
        color: #e2e2e2;
      }
.denglu_c input::-ms-input-placeholder {
        color: #e2e2e2;
      }

.denglu_d{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

.denglu_d .denglu_dLeft{
    float: left;
}
.denglu_d .denglu_dLeft input{
    margin: 0;
    width: 15px;
    height: 15px;
    float: left;
}
.denglu_d .denglu_dLeft span{
    display: inline-block;
    float: left;
    margin-top: -3px;
    margin-left: 6px;    
}
.denglu_d .denglu_dright{
    float: right;
}
.denglu_d .denglu_dright a{
    color: #333;
}

.denglu button{
    width: 100%;
    background: #e50012;
    height: 52px;
    text-align: center;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 25px;
    color: #fff;
    outline: none;
}



.xiaznavs{
    transition: 0.3s linear;
    border-bottom: 2px solid rgba(0,187,247,0);
    height: 79px;
}
.nas>li:hover>a .xiaznavs {
    border-bottom: 2px solid rgba(0,187,247,1);
    color: #0094de;
}




.mk_a{
    text-align: right;
    font-size: 30px;
    color: #0094de;
    margin-right: 2rem;
    line-height: 74px;
}
.mk_a img{
    margin-top: -7px;
    margin-right: 1rem;
}

.listxiazai{
    max-width: 1620px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-top: 5rem;
    margin-bottom: 7rem;
}

.listxiazaiLeft{
    float: left;
    min-height: 724px;
    overflow: hidden;
    width: 16%;
    background: #eeeeee;
}
.listxiazaiLeft .listxiazaiLeft_a{
    height: 52px;
    line-height: 52px;
    color: #333333;
    padding-left: 3.6rem;
    font-size: 20px;
    cursor: pointer;
}
.listxiazaiLeft .listxiazaiLeft_a img{
    margin-right: 1rem;
    margin-top: -4px;
}
.listxiazaiLeft .listxiazaiLeft_b{
    height: 48px;
    line-height: 48px;
    position: relative;
    background: url(../image/4_031.jpg)center 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #333333;
    padding-left: 6.3rem;
    cursor: pointer;
}
.listxiazaiLeft .listxiazaiLeft_b a{
    color: #333333;
}
.listxiazaiLeft .listxiazaiLeft_b img{
        position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: 2rem;
}
.listxiazaiLeft .listxiazaiLeft_b a:hover{
    color: #0094de;
}
.listxiazaiLeft .listxiazaiLeft_c{
    display: none;
}
.listxiazaiLeft .listxiazaiLeft_c a{
    display: block;
    height: 51px;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 51px;
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    padding-left: 6.3rem;
    transition: all 0.3s; 
}

.listxiazaiLeft .listxiazaiLeft_c a:hover{
    color: #0094de;
}

.listxiazaiRight{
    float: right;
    width: 82%;
    overflow: hidden;
}

.ul_5{ width:100%;}
.ul_5 li {
    width: 100%;
    border: solid 1px #e9e9e9;
    padding: 20px 138px 17px 134px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.6rem;
}
.ul_5 li .tab{ width:92px; height:107px; background:url(../image/jszz1.jpg) no-repeat center center; position:absolute; left:0; top:0; text-align:center; background-position:center center; background-size:contain;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_5 li .tab .ico{ width:100%; margin-top:29px; height:36px;}
.ul_5 li .tab .ico img{ height:100%;}
.ul_5 li .tab h6{ width:100%; height:100%; font-size:14px; color:white; line-height:32px; font-weight:bold; text-transform:uppercase; letter-spacing:1px;}
.ul_5 li .c_674{ width:51.37%; float:left; padding-top:0;}
.ul_5 li .c_674 h4{    margin: 0; width:100%; font-size:16px; color:#333; line-height:27px;}
.ul_5 li .c_674 h5{ width:100%; font-size:12px; color:#888; line-height:23px;}
.ul_5 li .c_674 h5 img{ vertical-align:middle; margin:-3px 6px 0 0 ; height:12px;}
.ul_5 li .c_637{ width:48.63%; float:left; padding:0 52px 0 41px; height:65px; line-height:65px; background:url(../image/jszz5.png) no-repeat left center;}
.ul_5 li .c_637 .p{ display:inline-block; vertical-align:middle; font-size:14px; color:#666; line-height:24px; max-height:72px; overflow:hidden;}
.ul_5 li .down{ width:153px; text-align:center; position:absolute; right:0; top:0; height:100%; background:url(../image/jszz6.png) no-repeat left center; padding-top:29px;}
.ul_5 li .down .ico{width:100%; height:24px; background:url(../image/jszz4.png) no-repeat center center; background-size:contain;}
.ul_5 li .down h5{ width:100%; font-size:14px; color:#666; line-height:20px; margin-top:10px;}
.ul_5 li:hover .tab{ background-image:url(../image/jszz1_h.jpg);}
.ul_5 li:hover .c_674 h4{ color:#009fe3;}
.ul_5 li:hover .down .ico{ background-image:url(../image/jszz4_h.png);}
.ul_5 li:hover .down h5{ color:#009fe3;}







@media screen and (max-width:1380px) {
.ul_5 li .c_674{ width:40%;}
.ul_5 li .c_637{ width:60%; padding:0 32px 0 21px;}
}
@media screen and (max-width:1199px) {
.ul_5 li{ margin-top:20px; padding:20px 123px 20px 103px;}
.ul_5 li .down{ width:123px;}
}
@media screen and (max-width:1023px) {
.c_1570_1{ padding:20px 0 40px 0;}
.ul_5 li .tab{ width:76px; height:88px;}
.ul_5 li .c_674{ padding-top:5px;}
.ul_5 li .c_674 h4{ font-size:14px; line-height:23px;}
.ul_5 li .c_674 h5{ line-height:20px;}
.ul_5 li .c_674 h5 img{ vertical-align:middle; margin:-3px 6px 0 0 ; height:12px;}
.ul_5 li .c_637{  padding:0 12px 0 11px; height:58px; line-height:58px;}
.ul_5 li .c_637 .p{ font-size:12px; line-height:22px; max-height:44px;}
.ul_5 li .down{ width:103px; padding-top:20px;}
.ul_5 li .down .ico{ height:20px;}
.ul_5 li .down h5{ font-size:12px; line-height:18px; margin-top:6px;}
.ul_5 li .tab .ico{ margin-top:20px; height:30px;}
.ul_5 li .tab h6{ font-size:12px; line-height:28px;}
.ul_5 li{ padding:15px 103px 15px 93px;}
.ul_5 li .down{ width:103px;}
}
@media screen and (max-width:767px) {
.c_1570_1{ padding:10px 0 30px 0;}
.ul_5 li .tab{ width:68px; height:79px;}
.ul_5 li .c_674{ width:100%; padding-top:0px;}
.ul_5 li .c_674 h4{ line-height:21px;}
.ul_5 li .c_674 h5{    margin: 0; line-height:18px;}
.ul_5 li .c_637{ width:100%; padding:0; height:20px; line-height:0px; background:none;}
.ul_5 li .c_637 .p{line-height:20px; height:18px;}
.ul_5 li .down{ width:63px; padding-top:18px;}
.ul_5 li .down .ico{ height:18px;}
.ul_5 li .down h5{ line-height:16px; margin-top:4px;}
.ul_5 li .tab .ico{ margin-top:18px; height:24px;}
.ul_5 li .tab h6{ line-height:24px;}
.ul_5 li{ padding:10px 0 10px 76px; margin-top:10px;}
.ul_5 li .down{ width:43px; display:none;}
}







.listxiazaiRightTop{
    height: 53px;
    line-height: 53px;
    background: #eeeeee;
    overflow: hidden;
}
.listxiazaiRightTop img{
    margin-top: -4px;
    margin-left: 14px;
    margin-right: 5px;
}
.listxiazaiRightTop span{
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

.listxiazaiRighttime{
    width: 100%;
    min-height: 670px;
    border: 1px solid #eeeeee;
}
.listxiazaiRighttime a{
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 19px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px dashed #ccc;
}
.listxiazaiRighttime a img{

}
.listxiazaiRighttime a div{
    display: inline-block;
    margin-left: 3px;
}
.listxiazaiRighttime a span{
    float: right;
}
.listxiazaiRighttime a:hover{
    color: #0094de;
}



.listpro{
    width: 100%;
    margin: 4rem 0;
    overflow: hidden;
}
.listpro_a{
    width: 100%;
    overflow: hidden;
}
.listpro_as{
    max-width: 1620px;
    padding: 0 10px;
    overflow: hidden;
    margin:4rem auto;
    position: relative;
}
.listpro_aLeft{
    float: left;
    width: 50%;
    overflow: hidden;
}
.listpro_aLeft img{
    transition: all 0.3s;
    width: 100%;
    cursor: pointer;
}
.listpro_aLeft:hover img{
    transform: scale(1.1);
}
.listpro_aRight{
    position: absolute;
    right: 10px;
    width: 45%;
    height: 100%;
    overflow: hidden;
    text-align: right;
}

.listpro_aRights{
    width: 100%;
    height: 100%;
    display: table;

}

.listpro_aRights div{
    display: table-cell;
    vertical-align: middle;
}
.listpro_aRights span{
    font-size: 40px;
    color: #464646;
    line-height: 100%;
    display: block;
    margin-bottom: 26px;
}
.listpro_aRights p{
    font-size: 20px;
    line-height:40px;
    color: #808080;
    min-height: 112px;
}
.listpro_aRights a{
    font-size: 16px;
    color: #0094de;
}






.listpro_a:nth-child(2n){
    background: #f2f2f2;
}

.listpro_a:nth-child(2n) .listpro_aLeft{
    float: right;
}
.listpro_a:nth-child(2n) .listpro_aRight{
    left: 10px;
    right: 0;
    width: 48.5%;
    text-align: left;
}









.listjiejue{
    width: 100%;
    margin: 9rem 0;
    overflow: hidden;
}
.listjiejue_a{
    width: 100%;
    overflow: hidden;
}
.listjiejue_as{
    max-width: 1620px;
    padding: 0 10px;
    overflow: hidden;
    margin: auto;
    position: relative;

}
.listjiejue_aLeft{
    float: left;
    width: 50%;
    overflow: hidden;
}
.listjiejue_aLeft img{
    transition: all 0.3s;
    width: 100%;
    cursor: pointer;
}
.listjiejue_aLeft:hover img{
    transform: scale(1.1);
}
.listjiejue_aRight{
    position: absolute;
    right: 10px;
    width: 49.33%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background: #f2f2f2;
}

.listjiejue_aRights{
    width: 100%;
    height: 100%;
    display: table;

}

.listjiejue_aRights div{
    display: table-cell;
    vertical-align: middle;
}
.listjiejue_aRights span{
    font-size: 30px;
    color: #333333;
    line-height: 100%;
    display: block;
    margin-bottom: 20px;
}

.listjiejue_aRights a{
    font-size: 16px;
    color: #333333;
}
.listjiejue_a:nth-child(2n){
    
}

.listjiejue_a:nth-child(2n) .listjiejue_aLeft{
    float: right;
}
.listjiejue_a:nth-child(2n) .listjiejue_aRight{
    left: 10px;
    right: 0;
    width: 49.33%;
}











.mylistjiejuedetail{
    width: 100%;
    margin: 7.7rem 0;
    overflow: hidden;
}

.listjiejuedetail{
    max-width: 1620px;
    padding: 0 10px;
    overflow: hidden;
    margin: auto;
    position: relative;
    margin-bottom: 6rem;
}
.listjiejuedetail:last-child{
    margin-bottom: 0;
}

.listjiejuedetailLeft{
    float: left;
    overflow: hidden;
    width: 49%;
}
.listjiejuedetailLeft img{
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
}
.listjiejuedetailLeft img:hover{
    transform: scale(1.1);
}

.listjiejuedetailRight{
    width: 44.65%;
    float: right;
    overflow: hidden;
}


.listjiejuedetailRight .title {
    width: 100%;
    float: left;
    padding-bottom: 37px;
    border-bottom: dashed 1px #e5e5e5;
    padding-right: 100px;
    font-size: 40px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
    margin-top: 45px;
    position: relative;
    letter-spacing: 1px;
}
.listjiejuedetailRight .title a {
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 16px;
    color: #666;
    line-height: 39px;
    display: block;
    font-weight: normal;
}


.listjiejuedetailRight .title a img {
    width: 20px;
    vertical-align: middle;
    margin: -3px 0 0 9px;
}




.listjiejuedetailRight .p {
    width: 100%;
    float: left;
    padding: 33px 0 35px 0;
    border-bottom: dashed 1px #e5e5e5;
    font-size: 16px;
    color: #676767;
    line-height: 30px;
}

.listjiejuedetailRight .p strong{
    display: block;
    color: #343434;
}



.listjiejuedetailRight .mybtn {
    width: 100%;
    float: left;
    margin-top: 40px;
}



.listjiejuedetailRight .mybtn a {
    display: block;
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #0094de;
    text-align: center;
    font-size: 18px;
    color: white;
}

.listjiejuedetailRight .mybtn a img {
    width: 30px;
    vertical-align: middle;
    margin: -3px 9px 0 0;
}

.listjiejuedetailRight .mybtn a:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.listjiejuedetailRight .title a:hover {
    color: #0094de;
}


@media  screen and (max-width:1580px){
.listjiejuedetailRight .title{ margin-top:5px;}
}


@media  screen and (max-width:1366px){
.listjiejuedetailRight .title{ padding-bottom:27px; padding-right:90px; font-size:30px; line-height:40px;}
.listjiejuedetailRight .title a{ top:6px; font-size:14px; line-height:30px;}
.listjiejuedetailRight .p{ padding:23px 0 25px 0; font-size:14px; line-height:24px;}
.listjiejuedetailRight .mybtn{  margin-top:30px;}
.listjiejuedetailRight .mybtn a{ width:160px; height:40px; line-height:40px; font-size:16px;}
}


@media  screen and (max-width:1023px){
.listjiejuedetailRight .title{ padding-bottom:17px; padding-right:0px; font-size:20px; line-height:24px;}
.listjiejuedetailRight .title a{ top:auto; right:auto; position:relative; float:right; font-size:12px; line-height:24px;}
.listjiejuedetailRight .p{ padding:13px 0 15px 0; line-height:22px;}
.listjiejuedetailRight .mybtn{  margin-top:20px;}
.listjiejuedetailRight .mybtn a{ width:140px;}
.listjiejuedetailRight .mybtn a img{ width:20px; margin:-3px 5px 0 0;}
}


@media  screen and (max-width:767px){
.mylistjiejuedetail {
    margin: 3.7rem 0;
}
.listjiejuedetailLeft{ width:100%;}
.listjiejuedetailRight{ width:100%; margin-top:20px; float:left; margin-left:0;}
}


.productdetail{
    max-width: 1620px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-top: 14rem;
    margin-bottom: 7rem;
}

.productdetail_a{
    border: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
}


.productdetail_aTop{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    line-height: 68px;
}
.productdetail_aTop img{
    margin-right: 7px;
}



.productdetail_acenter{
    overflow: hidden;
}
.productdetail_acenter div{
    line-height: 50px;
    background: #0094de;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 38px;
}
.productdetail_acenter p{
    margin: 0;
    padding: 46px 38px;
    font-size: 16px;
    line-height: 39px;
    color: #666666;
}


.productdetail_b{
    overflow: hidden;
}

.productdetail_bTop{
    width: 248px;
    height: 60px;
    background: #0094de;
    margin: auto;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin-top: 6rem;
    margin-bottom: 4rem;
    cursor: pointer;
}



.productdetail_bs{
    width: 850px;
    margin: auto;
    overflow: hidden;
    background: #ebecec;
    overflow: hidden;
    display: none;
    font-size: 16px;
}

.productdetail_bs span{
    display: block;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: #0094de;
    margin-bottom: 3.8rem;
}
.productdetail_bs textarea{
        width: 89%;
    margin: auto;
    display: block;
    height: 147px;
    outline: none;
    border: 1px solid #DCDCDC;
    padding-left: 10px;
    padding-top: 13px;
    margin-bottom: 5px;

}
.productdetail_bsinput{
background: #fff;
    overflow: hidden;
    width: 89%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #DCDCDC;
    height: 45px;
}
.productdetail_bsinput div{
    float: left;
    height: 100%;
    line-height: 45px;
    width: 6%;
    text-align: center;
}
.productdetail_bsinput div img{

}
.productdetail_bsinput input{
    float: left;
    width: 94%;
    height: 100%;
    border: 0;
    outline: none;
}


.productdetail_bs button{
    display: block;
    margin: auto;
    width: 121px;
    height: 36px;
    background: #0094de;
    color: #fff;
    border: 0;
    border-radius: 4px;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}





.proshow{
    max-width: 1600px;
    margin: 0 10px;
    margin: 8rem auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #f0f0f0;
}

.proshowTop{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.proshowTop label{
    width: 11.7125%;
    margin: 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    min-height: 57px;
    background: #d1d1d1;
    line-height: 57px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #282828;
}
.proshow label:nth-child(1){
    width: 6.3%;
}

.myproshow{
    width: 100%;
    overflow: hidden;
}
.myproshow a{
    display: flex;
    flex-wrap: wrap;
    color: #282828;

}
.myproshow a div{
    min-height: 109px;
    text-align: center;
    display: table;
    width: 11.7125%;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 15px;
    border-right: 1px solid #fff;
    transition: all 0.3s;
}
.myproshow a div span{
    display: table-cell;
    vertical-align: middle;
}
.myproshow a div:nth-child(1){
    width: 6.3%;
}
.myproshow a:hover div{
    background: #0094de;
    color: #fff;
}



.page-banner {
    display: table;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 270px;
}

.brand-banner {
    background: url(../image/brand-banner.jpg) no-repeat center;
    background-size: cover;
}
.page-banner .page-banner-taxt {
    display: table-cell;
    vertical-align: middle;
    color: #eee;
    text-align: center;
}
.page-banner .page-banner-taxt span {
    color: #999;
}

.text-shadow {
    text-shadow: 0 0 1px #000;
    color: #fff !important;
}

.page-banner .page-banner-taxt li {
    font-size: 36px;
    margin-bottom: 25px;
}





.brand-cat {
    padding: 100px 0 60px;
    overflow: hidden;
}

.brand-cats{
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.brand-cat .brand-cat-left {
    width: 100%;

    padding: 0 45px;
}

.brand-cat .brand-cat-left .brand-cat-l-t {
    padding: 60px 30px 50px;
    border-bottom: 1px solid #e0e0e0;
}
.brand-cat .brand-cat-left .brand-cat-l-t:before {
    left: 0;
    top: -40px;
}
.brand-cat .brand-cat-left .brand-cat-l-t:after, .brand-cat .brand-cat-left .brand-cat-l-t:before {
    content: '"';
    display: block;
    font-size: 120px;
    color: #eaeaea;
    font-style: italic;
    position: absolute;
}
.brand-cat .brand-cat-left .brand-cat-l-t p {
    padding-bottom: 30px;
    color: #6f6f6f;
    line-height: 2rem;
    text-indent: 2rem;
}

.brand-cat .brand-cat-left .brand-cat-l-t:after {
    right: 0;
    bottom: -60px;
}
.brand-cat .brand-cat-left .brand-cat-l-b {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
}
.brand-cat .brand-cat-left .brand-cat-l-b li {
    width: 25%;
    float: left;
    text-align: center;
}

.brand-cat .brand-cat-left .brand-cat-l-b li span {
    color: #0094de;
    font-size: 36px;
}

.brand-cat .brand-cat-left .brand-cat-l-b li p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}
.brand-cat .brand-cat-right {
    width: 50%;
    float: left;
    padding: 0 35px;
}


.brand-cat .brand-cat-right div.jy {
    margin: 15px 0;
}

.brand-cat .brand-cat-right p {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}
.brand-three .brand-three-t li {
    font-size: 28px;
    color: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    list-style: none;
}
.brand-three-t p{
    color:#fff;
}
.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #0094de;
    margin-left: -50px;
}
.brand-threecenter{
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}

.brand-three .brand-three-box {
    overflow: hidden;
}

.brand-three .brand-three-box .brand-three-item {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 40px 0;
    text-align: center;
}
.brand-three .brand-three-box .brand-three-item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: all 1s;
}
.brand-three .brand-three-box .brand-three-item li {
    margin: 25px auto;
    font-size: 24px;
    color: #5e5e5e;
}
.brand-three .brand-three-box .brand-three-item p {
    color: #6f6f6f;
}

.brand-three .brand-three-box .brand-three-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100px;
    margin-top: -50px;
    background: #e1e1e1;
}

.brand-three .brand-three-box .brand-three-item:nth-last-child(1):after {
    width: 0;
}

.brand-three .brand-three-box .brand-three-item:hover img {
    transform: rotateY(180deg);
}



.brand-goodnesscenter{
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
}


.brand-goodness {
    margin: 30px 0;
    padding: 85px 0;
    background: #2c6093;
    text-align: center;
}

.brand-goodness .brand-goodness-box {
    overflow: hidden;
}

.brand-goodness .brand-goodness-box .brand-goodness-list {
    position: relative;
    padding: 60px 0 30px;
    width: 25%;
    float: left;
}
.brand-goodness .brand-goodness-box .brand-goodness-list li {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
.brand-goodness .brand-goodness-box .brand-goodness-list p {
    color: #fff;
}

.brand-goodness .brand-goodness-box .brand-goodness-list:after {
    content: '...';
    color: #ccc;
    font-size: 50px;
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -40px;
}
.brand-goodness .brand-goodness-t .brand-three-t li {
    border-color: #4893dc;
}




.brand-goodness .brand-goodness-box .brand-goodness-list:last-child:after {
    content: '...';
    color: #ccc;
    font-size: 50px;
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -40px;
    display: none;
}

.brand-goodnesscentertext{
       position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden; 
}



.brand-ten {
    margin-bottom: 20px;
}

.brand-cat .brand-cat-left {
    width: 100%;
    padding: 0 45px;
}

.brand-ten .brand-goodnesscentertext .brand-cat-left {
    padding: 0;
}

.brand-cat .brand-cat-right {
    width: 50%;
    float: left;
    padding: 0 35px;
}
.brand-ten .brand-goodnesscentertext .brand-cat-right {
    padding: 20px 0 0 80px;
}

.brand-ten .brand-goodnesscentertext li {
    position: relative;
    color: #888;
    padding: 5px 0 10px 15px;
    transition: all .5s;
    cursor: pointer;
    font-size: 16px;
}


.brand-ten .brand-goodnesscentertext li:before {
    content: '.';
    display: block;
    color: #0094de;
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 20px;
}

.brand-ten .brand-goodnesscentertext li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #0094de;
    font-size: 20px;
    transition: all .5s;
}

.brand-ten .brand-goodnesscentertext li:hover:after {
    width: 100%;
}


.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}



.brand-honorswiper{
       position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden; 
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}
.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.news-next, .news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 58%;
    transition: all .5s;
    border-radius: 2px;
}
.news-next {
    right: 0;
    background: url(../image/new-right.png) no-repeat center center;
}
.news-prev {
    left: 0;
    background: url(../image/new-left.png) no-repeat center center;
}



.mycontacttop{
    text-align: center;
}
.mycontacttop label{
    display: block;
    height: 143px;
    line-height: 160px;
    margin: 0;
    font-size:26px;
}
.mycontacttop img{

}

.mycontacttops{
    max-width: 1200px;
    margin: 43px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mycontacttops a{
    display: block;
    width: 30%;
    position: relative;
    overflow: hidden;
}
.mycontacttops a img{
    width: 100%;
}
.mycontacttops a div{
    text-align: center;
    color: #333;
    position: absolute;
    width: 100%;
    bottom: 29%;
}
.mycontacttops a label{
    font-size: 16px;
}
.mycontacttops a p{
    margin-top: 6px;
    margin-bottom: 0;
}




#allmaps{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 500px;
    margin-bottom: 45px;
}


.contactliuTop{
    background: url(../image/221.png)center 0 no-repeat;
    width: 742px;
    background-position: 0;
    text-align: center;
    margin: auto;
    margin-bottom: 5rem;
    background-size: 100%;
}
.contactliuTop label{
    color: #0094de;
    font-family: Arial Bold;
    display: block;
    font-size: 24px;
}
.contactliuTop span{
    color: #04254d;
    font-size: 23px;
}

.liuyan{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 3rem;
}

.liuyanLeft{
    float: left;
    width: 40%;
    overflow: hidden;
}

.liuyanLeft input{
    display: block;
    width: 100%;
    height: 49px;
    padding-left: 10px;
    margin-bottom: 2rem;
    outline: none;
}

.liuyan textarea{
    display: block;
    float: right;
    width: 53%;
    height: 194px;
    padding: 7px;
    outline: none;  
}

.liuyanbottom{
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}
.liuyanbottom input{
    width: 162px;
    height: 48px;
    background: #0094de;
    color: #fff;
    border: 0;
    font-size: 18px;
}


