﻿@charset 'utf-8';
body {
	color: #333;
}
a{color:#FF0000;}
.header1 .logo img,
.header1,
.header1 .pctopnav
.header1 .pctopnav li,
.header1::before,
.logo,
.logo img,
.pcheader,
.chanlist p,
.chanlist p::after,
.slick_honor .slick-center .imgk,
.slick_honor .slick-slide,
.lb3 .content .condiv .gdiv h3,
.lb3 .content .condiv .gdiv p,
.lb3 .content .condiv .gdiv h4
{
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.home3ul li .imgk img,
.h_news li .li1 img
{
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
.wzys{line-height: 30px;}
.wzys div{margin-bottom: 10px;}
@font-face {
	font-family: 'RL';
	src: url('../fonts/raleway-light.eot');
	src: url('../fonts/raleway-light.woff') format('woff'), 
	url('../fonts/raleway-light.ttf') format('truetype'), 
	url('../fonts/raleway-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RT';
	src: url('../fonts/roboto-thin.eot');
	src: url('../fonts/roboto-thin.woff') format('woff'), 
	url('../fonts/roboto-thin.ttf') format('truetype'), 
	url('../fonts/roboto-thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rw';
	src: url('../fonts/raleway.eot');
	src: url('../fonts/raleway.woff') format('woff'), 
	url('../fonts/raleway.ttf') format('truetype'), 
	url('../fonts/raleway.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RB';
	src: url('../fonts/roboto-bold.eot');
	src: url('../fonts/roboto-bold.woff') format('woff'), 
	url('../fonts/roboto-bold.ttf') format('truetype'), 
	url('../fonts/roboto-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:focus, a:active, 
button::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
select::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner { 
	border: 0; 
	outline : 0; 
} 




@-webkit-keyframes flyld {
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-200%,200%,0);
		-moz-transform: translate3d(-200%,200%,0);
		-ms-transform: translate3d(-200%,200%,0);
		-o-transform: translate3d(-200%,200%,0);
		transform: translate3d(-200%,200%,0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes flyld {
	0%{
		opacity: 0;
		-webkit-transform: translate3d(-200%,200%,0);
		-moz-transform: translate3d(-200%,200%,0);
		-ms-transform: translate3d(-200%,200%,0);
		-o-transform: translate3d(-200%,200%,0);
		transform: translate3d(-200%,200%,0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
.flyld {
	-webkit-animation-name: flyld;
	animation-name: flyld;
}
/*分页*/
.lpage
{
	margin-top: 27px;
	margin-bottom: 27px;
}
.lpage li
{
	font-size: 16px;
	line-height: 35px;
	font-family: "Arial";
	display: inline-block;

	width: 24px;
	height: 35px;
	margin-right: 38px;

	vertical-align: top;
	color: #999;
}
.lpage li:hover
{
	color: #fe3b3b;
	font-weight: bold;
	border-bottom: 2px solid #fe3b3b;
}
.lpage a:hover
{
	color: #fe3b3b;
	font-weight: bold;
}
.lpage .br
{
	display: none;
}
.lpage li:hover .br
{
	display: inline;
}
.lpage li:hover .b
{
	display: none;
}
.lpage .activepage
{
	color: #fe3b3b;    
	font-weight: bold;
	border-bottom: 2px solid #fe3b3b;
}
.lpage a:nth-child(2) li,
.lpage a:nth-child(14) li{
	margin-right: 30px;
}
.lpage a:nth-child(1) li,
.lpage a:nth-child(13) li{
	margin-right: 28px;
}

/*手机版分页*/
.h_phpage{
	display: none;
	margin-top: 44px;
	margin-bottom: 49px;
}
.h_phpage a{
	color: #555;
	font-size: 16px;
	width: 118px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	outline: 1px solid #ccc;
}
.h_phpage a:hover{
	color: #fff;
	background: #fe3b3b;
	outline: 1px solid #fe3b3b;
}
.h_phpage .lp{
	float: left;
	margin-left: 0;
}
.h_phpage .rp{
	float: right;
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.lpage{
		display: none;
	}
	.h_phpage{
		display: block;
	}
}





/*头部菜单*/
.header1{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1050;
}
.header1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.header1::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	box-shadow: 0 3px 8px #060001;
	opacity: 0.4;
	z-index: 1050;
}
.pcheadert{
	height: 87px;
	position: relative;
}
.pcheadertb{
	height: 100%;
	border-bottom: 1px solid #dddee3;
}
.pcheadert div.fr{
	margin-top: 35px;
}
.pcheadert p{
	font-size: 14px;
	color: #666;
}
.pcheadert p span{
	color: #fe3b3b;
	font-size: 16px;
	margin-left: 10px;
}
.pcheadert p:nth-child(2){
	font-size: 12px;
	margin-top: 6px;
}



.pcheader{
	position: relative;
	height: 64px;
	background: #fff;
	z-index: 1051;
}
.logo .img_1{
	/*width: 179px;*/
	
}
.logo .img_2{

	
}
.pcheader .logo{
	position: absolute;
	top: -68px;
	left: 15px;
	height: 64px;
	line-height: 64px;
}
.pcheader .logo span{
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.pcheader .logo span:nth-child(2)::before{
	display:none;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 1px;
	height: 27px;
	background-color: #dcdcdc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*pc导航右*/
.pctopicon{
	position: absolute;
	top: 50%;
	right: 52px;
	height: 20px;
	margin-top: -10px;
}
.pctopicon li{
	float: right;
	cursor: pointer;
	position: relative;
}
.pctopicon li.sou img{
	width: 19px;
	height: 20px;
}

.header1 .searchd {
	position: absolute;
	z-index: 5;
	bottom: -50px;
	left: 0;
	display: none;
	width: 100%;
	background: #f7f7f7;
}
.header1 .searchd form {
	position: relative;
	width: 100%;
}
.header1 .searchd form::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background-color: #b5b5b5;
}
.header1 .searchd input {
	background: #f7f7f7;
	color: #999;
	font-size: 16px;
}
.header1 .searchd input::-webkit-input-placeholder
{
	color: #999;
}
.header1 .searchd input:-moz-placeholder
{
	color: #999;
}
.header1 .searchd input::-moz-placeholder
{
	color: #999;
}
.header1 .searchd input:-ms-input-placeholder
{
	color: #999;
}

.header1 .searchd input.txt {
	line-height: 50px;
	width: 80%;
	height: 50px;
	padding-left: 20px;
}
.header1 .searchd img{
	width: 19px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 0;
	cursor: pointer;
}

/*pc导航*/
.pctopnav{
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
}
.pctopnav ul{
	height: 100%;
}
.pctopnav li{
	height: 100%;
	float: left;
	margin-right: 78px;
	line-height: 64px;
}
.pctopnav li:last-child{
	margin-right: 0;
}
.pctopnav li a{
	color: #333;
	font-size: 18px;
	letter-spacing: .5px;
	display: block;
	height: 100%;
	position: relative;
}

.pctopnav li a:hover
{
	color: #fe3b3b;
}



/*pc下拉*/
.xiala{
	position: absolute;
	top: 151px;
	left: 0;
	width: 100%;
}
.xiala .container{
	position: relative;
}
.xiala1{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	background-color: #fff;
}
.xiala .container::before{
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 400%;
	height: 100%;
	background-color: #fff;
	display: block;
}
.xiala1 ul{
	float: left;
	width: 290px;
	height: 100%;
	position: relative;
}
.xiala1 ul li{
}
.xiala1 ul li a{
	display: block;
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 70px;
	background-color: #f8fafc;
	position: relative;
}
.xiala1 ul li a:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.xiala1 ul li:last-child a:after{
	display: none;
}
.xiala1 ul li a.active,
.xiala1 ul li a:hover{
	color: #fff;
	background-color: #f8c2bd;
}
.xiala1 ul li a.active::after,
.xiala1 ul li a:hover::after{
	display: none;
}
.xiala1 .lin{
	position: relative;
	width: 910px;
}
.xiala1 .lin1{
	padding: 67px 0 54px 71px;
	font-family: "微软雅黑";
	display: none;
}
.xiala1 .lin .lin1:first-child{
	display: block;
}
.xiala1 .lin1 .lin1l{
	width: 472px;
	margin-top: -7px;
}
.xiala1 .lin1 .lin1l p{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.7px;
	padding-left: 25px;
	position: relative;
	float:left; 
	
	
}

.xiala1 .lin1 .lin2 p{
width:120px; border-bottom:2px solid  #f8c2bd;
margin:10px 15px;
}

.xiala1 .lin1 .lin1l p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f8c2bd;
}
.xiala1 .lin1 .lin1l .amore{
	display: inline-block;
	color: #fe3b3b;
	font-size: 14px;
	width: 113px;
	height: 27px;
	background-color: #fff;
	text-align: center;
	line-height: 27px;
	border-radius: 15px;
	box-shadow: 0 5px 5px 0 rgba(20, 74, 129,0.4);
	margin-top: 38px;
	margin-left: 25px;
}
.xiala1 .lin1 .lin1l .amore:hover{
	background-color: #fe3b3b;
	color: #fff;
}
.xiala1 .lin1 .lin1r{

}
.xiala1 .lin1 .lin1r .imgk{
	overflow: hidden;
}
.xiala1 .lin1 h5{
	color: #666;
	margin-top: 15px;
	text-align: center;
}




/*pc跟随*/
.header1.active{
	position: fixed;
}
.header1.active .pcheadert{
	display: none;
}
@media screen and (min-width: 1360px) {
	.header1.active .pcheader{
		width: 1360px;
	}
}
.header1.active .pcheader{
	height: 100px;
}
.header1.active .logo .img_1{
	/*width: 158px;*/

}
.header1.active .logo .img_2{

	height: 45px;
	display:none;
}
.header1.active .logo {
	top: 18px;
}
.header1.active .pctopnav {
	left: auto;
	right: 60px;
}
.header1.active .pctopnav li {
	line-height: 100px;
	margin-right: 48px;
}
.header1.active .pctopnav li a{
	font-size: 16px;
}
.header1.active .xiala{
	top: 100px;
}

/*phone*/
.header2{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1050;
	background-color: #fff;
}
.header2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .3;
}
.header2 .container{
	position: relative;
	height: 100%;
}
.header2 .logo {
	height: 40px;
	margin-top: 20px;
}
.slick_logo{
	height: 40px;
	margin: 0;
}
.slick_logo .slick-slide{
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.slick_logo .slick-slide img{
	display: inline-block;
}
.slick_logo .img_1{
	/*width: 158px;*/
	height: 45px;
}
.slick_logo .img_2{
	width: 147px;
	height: 28px;
}
.header2 .menuph{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #fe3b3b;
	text-align: center;
}
/*手机按钮*/
.header2 .menuph .point
{
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
	position: relative;
}
.header2 .menuph .point:hover .navbtn,
.header2 .menuph .point:hover .navbtn::after,
.header2 .menuph .point:hover .navbtn::before
{
	width: 28px;
}
.header2 .menuph .navbtn
{
	position: absolute;
	top: 10px;
	right: 0;

	display: inline-block;

	width: 21px;
	height: 1px;

	-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: #fff;
}
.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before
{
	position: absolute;
	right: 0;

	display: inline-block;

	width: 28px;
	height: 1px;

	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: #fff;
}
.header2 .menuph .navbtn::after
{
	top: -11px;
}
.header2 .menuph .navbtn::before
{
	top: 10px;
}
.header2 .menuph .point.active .navbtn{
	background: transparent;
}
.header2 .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;
}
.header2 .menuph .point.active .navbtn::before
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}



/*手机下拉*/
.xialaph{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding-bottom: 122px;
	display: none;
	z-index: 1049;
	background: #fff;
}
.xialaph .ul2,
.xialaph .ul3{
	display: none;
}
.xialaph h4 a{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 62px;
}
.xialaph h4{
	position: relative;
}
.xialaph li:last-child h4::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	/*opacity: 0.1;*/
}
.xialaph h4::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	/*opacity: 0.1;*/
}
.xialaph h5 a{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 57px;
}
.xialaph h5{
	position: relative;
}
.xialaph h5::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e5e5e5;
	/*opacity: 0.05;*/
}
.xialaph li:last-child h5::after{
	display: none;
}
.xialaph h4 img{
	width: 15px;
	height: 8px;
	float: right;
	margin-top: 29px;
	cursor: pointer;
}
.xialaph h5 img{
	width: 11px;
	height: 6px;
	float: right;
	margin-top: 26px;
	margin-right: 18px;
	cursor: pointer;
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
	display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
	display: block;
}
.xialaph .ul2{
	
}
.xialaph .ul3{
	padding-top: 12px;
	padding-bottom: 18px;
	padding-left: 15px;
	position: relative;
}
.xialaph .ul3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e5e5e5;
}
.xialaph li:last-child .ul3::after{
	display: none;
}
.xialaph .ul3 li a{
	color: #666;
	font-size: 14px;
	line-height: 35px;
	display: block;
}
.xialaph .ul3 li{
	padding-top: 5px;
}
.xialaph .ul3 li:first-child{
	padding-top: 0;
}
.xialaph .phsou{
	position: relative;
	margin-top: 34px;
}
.xialaph .phsou input{
	width: 100%;
	height: 56px;
	background-color: #fff;
	color: #aaa;
	font-size: 14px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
}
.xialaph .phsou .z_image{
	cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
}


.phonemeng{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	z-index: 196;
	display: none;
}
.phonemeng.active{
	display: block;
}


/*底部*/
.footer1{
	background-color: #f8fafc;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 31px;
}
.footer1 .footer_t{
	display: inline-block;
	color: #666;
	font-size: 24px;
	letter-spacing: 1.5px;
	vertical-align: top;
	margin-top: 34px;
}
.footer1 ul{
	display: inline-block;
	margin-left: 45px;
}
.footer1 ul li{
	float: left;
	margin: 15px 20px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0,0,0,.1);
}
.footer1 ul li img{
	width: 100%;
}
.footer1 ul li .weixin{
	position: relative;
}
.footer1 .weixin .erweima {
	position: absolute;
	bottom: 50px;
	left: 50%;
	overflow: hidden;
	height: 0;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120px;
	z-index: 1001;
}
.footer1 .weixin .erweima .imgk{
	width: 120px;
	height: auto;
}
.footer1 .weixin .erweima .img{
	position: absolute;
	top: 5px;
	left: 5px;
	height: auto;
	width: 111px;
	z-index: 1;
}
.footer1 ul li .weixin.active .erweima {
	height: 127px;
}
@media screen and (min-width: 767px) {
	.footer1 ul li:hover .img_s{
		display: none;
	}
	.footer1 ul li:hover .img_d{
		display: inline-block;
	}
}

.footer2{
	background-color: #989898;
	font-family: "微软雅黑";
}
.footer2 .p{
	padding-top: 20px;
	padding-bottom: 16px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}



.footer2 .p ul{
margin:10px 0;

}
.footer2 .p li{
float: left;
margin:0 10px;
}
.footer2 .p a{
	color: #fff;
	margin-left: 5px;
}
.footer2 .p a:last-child{
	font-family: "Arial";
	margin-left: 7px;
}
.footer2 .diding{

}
.footer2 .diding .ding{
	width: 42px;
	height: 42px;
	background-color: #fff;
	box-shadow: 0 6px 4px 0 #dcdcdc inset;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	margin-top: 12px;
	margin-bottom: 13px;
	border-radius: 5px;
	display: inline-block;
}
.footer2 .diding .ding img{
	width: 22px;
	height: 12px;
}
/*首页*/
.banner{
	position: relative;
}
.slick_banner{
	margin: 0;
}
.slick_banner .slick-slide{
	padding: 0;
}
.slick_banner .slick-slide img{
	width: 100%;
}
.slick_banner .slick-arrow{
	width: 49px;
	height: 49px;
	z-index: 1000;
}
.slick_banner .slick-prev{
	background: url(../images/arrow_lb.png) no-repeat center;
	left: 11%;
	border: none;
}
.slick_banner .slick-next{
	background: url(../images/arrow_rb.png) no-repeat center;
	right: 11%;
	border: none;
}
.slick_banner .slick-prev:hover{
	background: url(../images/arrow_lb.png) no-repeat center;
	left: 11%;
}
.slick_banner .slick-next:hover{
	background: url(../images/arrow_rb.png) no-repeat center;
	right: 11%;
}
.slick_banner .slick-dots{
	width: 1200px;
	margin-left: -600px;
	left: 50%;
	bottom: 17%;
	text-align: left;
}
.slick_banner .slick-dots li{
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 24px;
	margin-left: 0;
}
.slick_banner .slick-dots li::after{
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
}
.slick_banner .slick-dots li.slick-active::after{
	display: block;
}
.bding{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	text-align: center;
}
.bding::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bding01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 1000;
}
.bding img{
	margin-top: -105px;
	cursor: pointer;
	position: relative;
	z-index: 1002;
}
.cding{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	text-align: center;
}
.cding::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bding02.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.cding img{
	margin-top: -105px;
	cursor: pointer;
	position: relative;
	z-index: 1002;
}
.h1s{
	font-size: 36px;
	text-align: center;
	font-family: "微软雅黑";
	padding-top: 71px;
}
.h2s{
	color: #666;
	font-size: 30px;
	text-align: center;
	font-family: "robotolight";
	margin-top: 20px;
}
.chan{
	position: relative;
	min-height: 720px;
	padding-bottom: 169px;
}
.chan::before{
	content: '';
	position: absolute;
	top: -48px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/chanb.png) no-repeat top center;
	z-index: 1001;
}
.chan .container{
	position: relative;
	z-index: 1002;
}
.chann{
	position: relative;
	min-height: 627px;
}
.chanz{
	position: absolute;
	top: 0;
	left: 50%;
	width: 553px;
	height: 553px;
	transform: translateX(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.chanz::after{
	content: '';
	background-image: url(../images/chanbd.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation:rotate 25s infinite;
	-webkit-animation:rotate 25s infinite linear;
}
@-webkit-keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate{
	0%{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.chans{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 69%;
	height: 69%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.slick_pro{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 100%;
	/*display: none;*/
	opacity: 0;
	z-index: -2000;
}
.chans .slick_pro:first-child{
	/*display: block;*/
	opacity: 1;
	z-index: 1;
}
.slick_pro .slick-slide{
	padding: 0;
	text-align: center;
}
.slick_pro .imgk{
	height: 380px;
	line-height: 405px;
}
.slick_pro .imgk img{
	max-width: 80%;
	max-height: 100%;
	display: inline-block;
}
.chanarrow{
	position: absolute;
	bottom: -74px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.chanarrow span{
	display: inline-block;
	width: 50%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	background: #fff;
	opacity: 0;
}
.chanarrow .span1{
	left: 0;
}
.chanarrow .span2{
	right: 0;
}
.chanj{
	width: 338px;
	margin-top: 100px;
}
.slick_j{
	margin: 0;
	display: none;
}
.chanj .slick_j:first-child{
	display: block;
}
.slick_j .slick-slide{
	padding: 0;
}
.slick_j h1{
	font-size: 30px;
	margin-bottom: 18px;
}
.slick_j .h11{
	color: #fe3b3b;
	font-family: "RT";
}
.slick_j .h11{
	color: #fe3b3b;
}
.slick_j .h12{
	margin-bottom: 24px;
}
.slick_j p{
	color: #666;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 25px;
	padding-left: 29px;
	position: relative;
}
.slick_j p::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 13px;
	height: 9px;
	background-image: url(../images/chanz01.png);
	background-size: 100% 100%;
}
.slick_j a.amore{
	display: inline-block;
	width: 175px;
	height: 42px;
	background: #fff;
	color: #ff0000;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	border-radius: 25px 25px;
	box-shadow: 0 0 9px 0 #eaeaea;
	margin-top: 33px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.slick_j a.amore:hover{
	color: #fff;
	background: #ff0000;
}
.chanlist{
	position: relative;
}
.chanlist p{
	color: #666;
	font-weight: 300;
	font-size: 24px;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	padding-left: 30px;
}
.chanlist p::before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fe3b3b;
}
.chanlist p::after{
	content: '';
	position: absolute;
	top: 1px;
	left: -7px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 5px solid transparent;
}
.chanlist .p1{
	left: -277px;
	top: 121px;
}
.chanlist .p2{
	left: -250px;
	top: 229px;
}
.chanlist .p3{
	left: -257px;
	top: 349px;
}
.chanlist p.active,
.chanlist p:hover{
	padding-left: 50px;
}
.chanlist p.active::after,
.chanlist p:hover::after{
	border: 5px solid #dea5a5;
}

.chanzhan{
	margin-top: 51px;
	position: relative;
}
.chanzhant {
	margin-top: 15px;
}
.chanzhant .title{
	display: inline-block;
	width: 198px;
	height: 83px;
	background: url(../images/chanyb.png) no-repeat center;
	text-align: center;
}
.chanzhant .title h3{
	color: #fe3b3b;
	font-family: "微软雅黑";
	margin-top: 15px;
}
.chanzhant .title h4{
	color: #fe3b3b;
	font-family: "robotolight";
	margin-top: 8px;
}
.chanzhans{
	width: 850px;
	margin-left: 50px;
	position: relative;
}
.slick_cz img{
	display: inline-block;
	max-width: 100%;
	height: 106px;
}
.slick_cz .slick-slide{
	overflow: hidden;
}
.slick_cz .izw {

}
.slick_cz .izw .izk{
	width: 25%;
	text-align: center;
}
.slick_cz .izw .izk h5{
	color: #666;
	margin-top: 19px;
	height: 26px;
}
.slick_cz .izw .izk:hover h5{
	color: #fe3b3b;
}

.chanzarrow{
	position: relative;
	margin-top: 10px;
}
.chanzarrow span{
	display: inline-block;
	width: 100%;
	height: 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	background: #fff;
	opacity: 0;
}
.chanzarrow .span1{
	top: 0;
}
.chanzarrow .span2{
	bottom: 0;
}

.chanzhansph{
	margin-top: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2000;
	opacity: 0;
}
.slick_czp{
	text-align: center;
}
.slick_czp img{
	display: inline-block;
	max-width: 100%;
}
.slick_czp h5{
	color: #666;
	margin-top: 19px;
}
.slick_czp .slick-arrow{
	width: 35px;
	height: 35px;
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	top: 50% !important;
}
.slick_czp .slick-prev{
	background-image: url(../images/lab.png);
	left: 0;
}
.slick_czp .slick-next{
	background-image: url(../images/rab.png);
	right: 0;
}
.slick_czp .slick-prev:hover{
	background-image: url(../images/lab.png);
	left: 0;
}
.slick_czp .slick-next:hover{
	background-image: url(../images/rab.png);
	right: 0;
}

.zhao{
	background-color: #f8fafc;
	position: relative;
	padding-bottom: 160px;
}
.zhao .h1s{
	padding-top: 60px;
}
.zhao .h2s{
	margin-top: 15px;
}
.h5s{
	color: #666;
	margin-top: 38px;
	text-align: center;
}
.h5s p{
	width: 995px;
	line-height: 30px;
	display: inline-block;
}
.zhaoul{
	margin-top: 37px;
}
.zhaoul li{
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 15px;
}
.zhaoul li img{
	width: 100%;
}
.zhaoul li .amore{
	display: inline-block;
	width: 175px;
	height: 42px;
	background: #fff;
	color: #fe3b3b;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	border-radius: 22px;
	box-shadow: 0 5px 3px 0 #dcdcdc;
	position: absolute;
	bottom: 17%;
	left: 53%;
	transform: translateX(-50%);
}
.zhaoul li .amore:hover{
	background: #fe3b3b;
	color: #fff;
}
.zhaoul li .imgf{
	width: 137px;
	height: 86px;
	position: absolute;
	bottom: -5px;
	right: 0;
}
.jiam{
	position: relative;
}
.jiam .h1s,
.jiam .h2s{
	text-align: left;
}
.jiam .h2s{
	margin-top: 12px;
}
.jiams{
	position: relative;
	margin-top: 39px;
	margin-bottom: 123px;
}
.slick_jia .pnk{

}
.slick_jia .pn{
	width: 50%;
	position: relative;
	height: 63px;
}
.slick_jia2 .pn{
	width: 100%;
}
.slick_jia .pn p{
	padding-left: 100px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-right: 15px;
	margin-top: 11px;
	height: 48px;
	overflow: hidden;
}
.slick_jia .pn span{
	display: inline-block;
	color: #dedede;
	font-size: 71.48px;
	font-family: "RB";
	position: absolute;
	top: 0;
	left: 0;
}
.slick_jia .pn:hover span ,
.slick_jia .pn:hover p{
	color: #fe3b3b;
}
.slick_jia .slick-arrow{
	width: 48px;
	height: 48px;
	z-index: 1000;
	background-size: 100% 100%;
	border-radius: 50%;
	box-shadow: 0 5px 5px 0 #dcdcdc;
}
.slick_jia .slick-prev{
	background-image: url(../images/la.png);
	left: -140px;
	background-size: 100% 100%;
}
.slick_jia .slick-next{
	background-image: url(../images/ra.png);
	right: -140px;
	background-size: 100% 100%;
}
.slick_jia .slick-prev:hover{
	background-image: url(../images/lab.png);
	left: -140px;
	background-size: 100% 100%;
}
.slick_jia .slick-next:hover{
	background-image: url(../images/rab.png);
	right: -140px;
	background-size: 100% 100%;
}
.slick_jia .slick-dots{
	bottom: -55px;
}
.slick_jia .slick-dots li{
	width: 35px;
	height: 2px;
	background: #c9c9c9;
	margin: 0 7px;
}
.slick_jia .slick-dots li.slick-active{
	background: #fe3b3b;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.slick_jia2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2000;
	opacity: 0;
}
.slick_jia2 .pn span {
	font-size: 52.48px;
}
.slick_jia2 .pn p {
	padding-left: 66px;
	margin-top: 1px;
}
.slick_jia2 .slick-dots{
	bottom: -20px;
}
.slick_jia2 .slick-dots li {
	width: 10px;
	margin: 0 5px;
}


.xinwen{
	background: #fff;
	padding-bottom: 63px;
}
.newsul1{
	margin-top: 49px;
}
.newsul1 li{
	float: left;
	width: 50%;
}
.newsul1 li img{
	max-width: 100%;
}
.newsul1 li.li2{
	padding-left: 35px;
	padding-top: 30px;
}
.newsul1 li h2 {
	height: 72px;
	overflow: hidden;
}
.newsul1 li h2 a{
	color: #333;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: .5px;
}
.newsul1 li h2 a:hover{
	color: #fe3b3b;
}
.newsul1 li h5{
	color: #666;
	font-size: 16px;
}
.newsul1 li .h51{
	margin-top: 14px;
}
.newsul1 li .h52{
	line-height: 30px;
	margin-top: 17px;
	letter-spacing: 0.7px;
	height: 60px;
	overflow: hidden;
}
.newsul1 li .amore{
	display: inline-block;
	width: 113px;
	height: 27px;
	background: #fff;
	color: #fe3b3b;
	font-size: 14px;
	text-align: center;
	line-height: 27px;
	border-radius: 22px;
	box-shadow: 0 5px 3px 0 #dcdcdc;
	margin-top: 28px;
}
.newsul1 li .amore:hover{
	background: #fe3b3b;
	color: #fff;
}


.newsul2{
	margin-top: 15px;
	margin-left: -9px;
	margin-right: -9px;
}
.newsul2 li{
	float: left;
	width: 33.333%;
	margin-bottom: 15px;
}
.newsul2 li{
	padding-left: 9px;
	padding-right: 9px;
}
.newsul2 li div{
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 39px;
	padding-bottom: 35px;
	background-size: 100% 100%;
	position: relative;
}
.newsul2 li div::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
}
.newsul2 li div::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #f4f4f5;
}
.newsul2 li h2,
.newsul2 li h5{
	position: relative;
	z-index: 1;
	font-family: "微软雅黑";
}
.newsul2 li h2{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsul2 li h2 a{
	color: #333;
	font-size: 18px;
	letter-spacing: .5px;
}
.newsul2 li h5{
	color: #666;
}
.newsul2 li h5 a{
	color: #333;
	display: block;
}
.newsul2 li .h51{
	margin-top: 16px;
}
.newsul2 li .h52{
	line-height: 30px;
	margin-top: 13px;
	letter-spacing: 0.7px;
	height: 60px;
	overflow: hidden;
}
.newsul2 li div:hover::before{
	background: #fe3b3b;
}
.newsul2 li div:hover h2 ,
.newsul2 li div:hover h2 a,
.newsul2 li div:hover h5,
.newsul2 li div:hover h5 a{
	color: #fff;
}
/*内页banner*/
.ban{
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 1006;
}
.ban .img_s{
	position: absolute;
	top: 0;
	left: -960px;
	margin-left: 50%;
	height: 300px;
}
.ban .img_d{
	display: none;
	width: 100%;
	height: auto;
}
/*内页菜单*/
.bancai{
	position: relative;
	z-index: 1006;
}
.h_nav_nei{
	position: absolute;
	top: -61px;
	left: 0;
	width: 100%;
	height: 61px;
	text-align: center;
}
.h_nav_nei::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fe3b3b;
	opacity: 0.5;
}
.h_nav_nei .container{
	height: 100%;
	position: relative;
	z-index: 1;
}
.h_nav_nei ul{
	margin: 0;
	height: 100%;
	display: inline-block;
	text-align: left;
}
.h_nav_nei ul .pz_SideLayer{height: 100%;}
.h_nav_nei li{
	float: left;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-left: 124px;
	line-height: 2;
	height: 100%;
	position: relative;
}
.h_nav_nei li.l2{display:none;}
.h_nav_nei li:first-child{
	margin-left: 0px;
}
.h_nav_nei li a{
	color: #fff;
	display: block;
	height: 100%;
	padding-top: 12px;
}
.h_nav_nei li:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5.5px;
	height: 11px;
	width: 11px;
	border-radius: 50% 50%;
	border: 2px solid #fff;
	background-color: #fe3b3b;
	box-shadow: 0 0 3px 0 #666;
	display: none;
}
.h_nav_nei li:hover:after,
.h_nav_nei li.active:after{
	display: block;
}

.h_nav_nph{
	background-color: #F8FAFC;
	text-align: center;
	padding: 1px 0;
	display: none;
	position: relative;
	z-index: 1006;
}
.h_nav_nph h4{
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 18px 20px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
}
.h_nav_nph h4 img{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.phonemeng2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 1005;
	display: none;
}
.phonemeng2.active{
	display: block;
}
.banxia{
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
}
.banxia h5 {
	border-bottom: 1px solid #e3e3e3;
}
.banxia h5 a {
	color: #333;
	font-size: 16px;
	line-height: 50px;
}
.banxia h5 a:hover{
	color: #fe3b3b;
}

.banxia .l2{display:none;}

/*B4*/
.main04{
	padding-top: 73px;
	padding-bottom: 56px;
}
.main04 h1{
	color: #fe3b3b;
	font-size: 28px;
	padding-left: 30px;
	font-family: "微软雅黑";
}
.main04 h1 span{
	color: #4c8bab;
	font-size: 18px;
	margin-left: 38px;
}

.main04ul{
	margin-top: 63px;
}
.main04ul .ul1{
	margin: 0 -17.5px;
}
.main04ul .ul1 li{
	padding: 0 17.5px;
	width: 50%;
	float: left;
	margin-bottom: 38px;
}
.main04ul .ul1 li a{
	display: block;
	background-color: #f8fafc;
	padding: 30px 30px;
	text-align: center;
	color: #666;
	font-family: "微软雅黑";
}
.main04ul .ul1 li .imgk{
	overflow: hidden;
	height: 240px;
}
.main04ul .ul1 li .imgk img{
	max-width: 100%;
	max-height: 100%;
}
.main04ul .ul1 li h5{
}
.main04ul .ul1 li h5.h51{
	font-weight: bold;
	margin-top: 35px;
}
.main04ul .ul1 li h5.h52{
	line-height: 27px;
	margin-top: 6px;
	height: 54px;
	overflow: hidden;
}
.main04ul .ul1 li a:hover{
	color: #fe3b3b;
}

/*09页*/
.main09{
	padding-bottom: 50px;
	overflow: hidden;
}
.main09 .newsul1{
	margin-left: -25px;
	margin-right: -25px;
}
.main09 .newsul1 li{
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.main09 .newsul1 li.li2 {
	padding-left: 25px;
	padding-top: 72px;
}
.main09 .newsul1 li h2 {
	height: 36px;
}
.main09 .newsul1 li .h51 {
	margin-top: 25px;
}
.main09 .newsul1 li .h52 {
	color: #333;
	margin-top: 28px;
	height: 90px;
}
.main09 .newsul2 li h5 a{
	color: #666;
}
.main09 .li2 .li2z{
	display: none;
}
.main09 .li2 .li2z:first-child{
	display: block;
}
.slick_09a{
	position: absolute;
	bottom: 0;
	right: 25px;
}
.slick_09a span {
	display: inline-block;
	width: 100%;
	height: 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
}
.slick_09a .span1 {
	top: 0;
}
.slick_09a .span2 {
	bottom: 0;
}
.slick_09 img{
	width: 100%;
}

.h_news{
	margin-top: 75px;
	padding-bottom: 25px;
}
.h_news li{
    overflow:hidden;
	height: 175px;
	position: relative;
	margin-bottom: 1px;
}
.h_news li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1500px;
	width: 3000px;
	height: 100%;
	background: #f8fafc;
}
.h_news .li0,
.h_news .li1,
.h_news .li2{
	float: left;
	position: relative;
	z-index: 1;
}
.h_news .li0{
	width: 216px;
	font-family: "Arial";
	color: #999;
	padding-top: 50px;
	padding-left: 55px;
}
.h_news .li1{
	width: 341px;
	overflow: hidden;
	
}
.h_news .li2{
	width: 590px;
	padding-left: 90px;
	padding-top: 40px;
	
}
.h_news .li0 h1{
	font-size: 54px;
}
.h_news .li0 h5{
	margin-top: 1px;
}
.h_news .li1 img{
	width: 100%;
}
.h_news .li2 h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_news .li2 h3 a{
	color: #333;
}
.h_news .li2 h5{
	color: #666;
	line-height: 30px;
	margin-top: 18px;
	letter-spacing: .8px;
	height: 60px;
	overflow: hidden;
}
.h_news h6 {
	color: #999;
	font-size: 12px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 15px;
	display: none;
}


.h_news li:hover::after{
	background: #fe3b3b;
}
.h_news li:hover .li0,
.h_news li:hover .li2 a,
.h_news li:hover .li2 h3,
.h_news li:hover .li2 h6,
.h_news li:hover .li2 h5{
	color: #fff;
}
.h_news li:hover .li1 img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*13页*/
.main013{
	position: relative;
}
.main013 .h1s{
	padding-top: 77px;
}
.main013 .h2s{
	margin-top: 13px;
}
.main013t{
	position: relative;
	padding-top: 36px;
}
.main013t p{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 36px;
	text-align: center;
	margin-bottom: 66px;
}
.main013t p img{
	max-width: 100%;
}
.main013t .amore {
	display: inline-block;
	width: 175px;
	height: 42px;
	background: #fff;
	color: #fe3b3b;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	border-radius: 22px;
	box-shadow: 0 5px 3px 0 #dcdcdc;
}
.main013t .amore:hover{
	background: #fe3b3b;
	color: #fff;
}
.main013t .imgf {
	width: 258px;
	height: 161px;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.main013 .main014x{
	margin-top: -30px;
}
.main013h{
	font-family: "微软雅黑";
	padding-top: 35px;
	padding-bottom: 145px;
}
.main013h h1{
	color: #fe3b3b;
	font-size: 48px;
	text-align: center;
}
.main013h h4{
	color: #666;
	text-align: center;
	line-height: 40px;
	margin-top: 42px;
	letter-spacing: 0.8px;
}
.main013h h4 p{
	line-height: 40px;
}
.main013ht{
	background-position: center center;
	background-repeat: no-repeat;
	height: 569px;
	padding: 31px 26px 36px 26px;
	margin-top: 53px;
}
.main013htn{
	width: 100%;
	height: 100%;
	padding: 111px 69px 40px 69px;
	background: #fff;
	position: relative;
}
.main013htn .imgk{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.main013htn .imgk span{
	color: #fe3b3b;
	font-size: 42px;
	font-weight: bold;
	font-family: "Arial";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main013htn .liz{
	display: inline-block;
	width: 300px;
	margin-left: 15px;
	height: 93px;
	overflow: hidden;
}
.main013htn .liz p{
	color: #333;
	font-size: 16px;
	line-height: 31px;
	display: inline-block;
}
.main013htn ul.fr{
	text-align: right;
}
.main013htn ul.fr .imgk,
.main013htn ul.fr .liz{
	float: right;
}
.main013htn ul.fr .liz{
	margin-left: 0;
	margin-right: 15px;
}
.main013htn ul.fl li:first-child p{
	margin-top: 15px;
}
.main013htn li{
	margin-bottom: 16px;
	position: relative;
}
.main013htn .jiak{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main013htn .jiak span{
	color: #fe3b3b;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 47px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main013x{
	position: relative;
	width: 100%;
	height: 258px;
	background: url(../images/wave5.png) center center;
}

.main013f{
	background: #f8fafc;
	font-family: "微软雅黑";
	padding-top: 53px;
	padding-bottom: 142px;
}
.main013f h2{
	color: #00b8ff;
	font-size: 30px;
	text-align: center;
}
.main013f h3{
	color: #666;
	font-size: 18px;
	text-align: center;
	margin-top: 21px;
}
.main013f h3 span{
	position: relative;
}
.main013f h3 span::after{
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -19px;
	width: 38px;
	height: 1px;
	background: #b6b6b6;
}
.main013u{
	margin-top: 57px;
}

.main013ul {
	margin: 0 -13px;
}
.main013u .ull {
	width: 50%;
	padding: 0 13px;
}
.main013u .input1 {
	margin-top: 22px;
}
.main013u input {
	height: 51px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	color: #666;
	width: 100%;
	padding-left: 15px;
}
.main013u ::-webkit-input-placeholder
{
	color: #111;
}
.main013u :-moz-placeholder
{
	color: #111;
}
.main013u ::-moz-placeholder
{
	color: #111;
}
.main013u :-ms-input-placeholder
{
	color: #111;
}
.main013u .liuyan textarea {
	height: 123px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	color: #666;
	width: 100%;
	padding: 15px;
	resize: none;
}
.main013u .inputyan{
	margin-top: 64px;
	position: relative;
}
.main013u .inputyan input{
	width: 244px;
}
.main013u .inputyan img{
	margin-left: 27px;
	width: 90px;
	height: 40px;
}
.main013u .inputyan button{
	width: 175px;
	height: 42px;
	background: #fff;
	color: #fe3b3b;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	border-radius: 22px;
	box-shadow: 0 5px 3px 0 #dcdcdc;
	margin-left: 250px;
	margin-top: 3px;
}
.main013u .inputyan button:hover{
	background: #fe3b3b;
	color: #fff;
}
.jiakw{
	text-align: center;
}


/*14页*/
.main014{
	position: relative;
}
.main014 .h1s{
	padding-top: 77px;
}
.main014 .h2s{
	margin-top: 13px;
}
.youshi{
	padding-top: 104px;
}
.youshi h1{
	font-size: 36px;
	color: #333;
	font-family: "微软雅黑";
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.youshi h1 span{
	position: relative;
}
.youshi h1:first-letter{
	font-size: 99.78px;
	font-family: "Arial";
	color: #fe3b3b;
	margin-right: 20px;
	line-height: 0;
}
.youshi h5 {
	font-size: 18px;
	color: #fe3b3b;
	font-family: "微软雅黑";
	text-align: center;
	margin-bottom: 49px;
}
.youshi .posi {
	padding-top: 11px;
	padding-bottom: 11px;
}
.youshi .leftt {
	float: left;
	width: 82px;
	height: 100%;
	font-size: 71.48px;
	font-family: "RB";
	color: #fe3b3b;
	position: relative;
	z-index: 1;
	line-height: 1.12;
}
.youshi .rightt {
	float: left;
	width: 448px;
	position: relative;
	z-index: 1;
	margin-left: 23px;
	margin-top: 15px;
}
.youshi h6 {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.youshi .row{
	margin: 0 -45px;
}
.youshi .col-sm-6{
	padding: 0 45px;
}
.main014x {
	position: relative;
	width: 100%;
	height: 268px;
	background: url(../images/wave4.png) center center;

}
.main014p{
	padding-bottom: 29px;
}
.main014p p{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 36px;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 35px;
	letter-spacing: 1px;
}
.main014p p img{
	max-width: 100%;
}
.slick_14{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2000;
	opacity: 0;
}
.slick_14 .slick-dots{

}
.slick_14 .slick-dots li{
	width: 8px;
	height: 8px;
	background: #fff;
	box-shadow: 0 0 2px 0 #dcdcdc;
	border-radius: 50%;
}
.slick_14 .slick-dots li.slick-active{
	background: #fe3b3b;
}
.slick_14 .slick-arrow{
	display: none !important;
}

/*15页*/
.main15 {
	padding-top: 7px;
	padding-bottom: 47px;
}
.main15 .h2s{
	margin-top: 15px;
}
.main15n p{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 36px;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 35px;
	letter-spacing: 1px;
}
.main15n p img{
	max-width: 100%;
}
.main15z{
	padding-bottom: 33px;
}
.main15z .h40{
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	padding-top: 9px;
	padding-bottom: 35px;
	border-bottom: 3px solid #fe3b3b;
}
.honor {
	margin-top: 43px;
}
.honor .honor1{
	margin-bottom: 16px;
    overflow:hidden;
}
.honor2{
	background: #f8fafc;
	position: relative;
	cursor: pointer;
    overflow:hidden
}
.honor2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/h_zhao02.jpg) no-repeat center center;
	background-color: #21a8f9;
	width: 20px;
	height: 100%;
}
.honor2 .span1{
	color: #333;
	font-size: 18px;
	line-height: 89px;
	font-family: "微软雅黑";
	margin-left: 45px;
    float:left; width:200px; overflow:hidden; height:89px;
}
.honor2 ul{
	float: right;
}
.honor2 ul li{
	color: #888;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 89px;
	float: left;
	letter-spacing: 1px;
}
.honor2 ul .li1{
	width: 175px;
}
.honor2 ul .li2{
	width: 205px;
}
.honor2 ul .li3{
	width: 225px;
}
.honor2 ul .li4{
	width: 275px;
}
.honor2:hover::after,
.honor2.active::after
{
	background: url(../images/h_zhao03.jpg) center center;
}
.honor3{
	padding-top: 1px;
	padding-bottom: 42px;
	padding-left: 48px;
	display: none;
}
.honor3 h4{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.honor3 .h41{
	margin-top: 41px;
}
.honor3 .h42{
	margin-top: 40px;
}
.honor3 .h43{
	margin-top: 38px;
}
.honor3 .h43 span{
	font-size: 14px;
	font-weight: 500;
}
.honor3 p{
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	letter-spacing: .8px;
}
.honor3 .a_button{
	width: 175px;
	height: 42px;
	line-height: 42px;
	color: #ff0000;
	font-size: 20px;
	font-family: "微软雅黑";
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 9px 0 #eaeaea;
	border-radius: 25px 25px;
	margin-top: 54px;
    display:block;
}
.honor3 .a_button:hover{
	background-color: #ff0000;
	color: #fff;
}

/*16页*/
.main016{

}
.main0161{
	position: relative;
}
.main0161 .container{
	position: relative;
	z-index: 1;
}
.main0161 .h1s{
	padding-top: 78px;
}
.main0161 .h2s{
	margin-top: 14px;
}
.main0161 .h4s{
	text-align: center;
	color: #333;
	font-family: "微软雅黑";
	margin-top: 22px;
	line-height: 35px;
}
.main0161 .h4s p{line-height: 35px;}
.main0161 .h4s span{
	color: #fe3b3b;
}
.main0161n{
	font-family: "微软雅黑";
	padding-top: 5px;
}
.main0161n h3{
	color: #fe3b3b;
	padding-bottom: 37px;
	padding-top: 39px;
}
.main0161n h4{
	color: #333;
	padding-left: 15px;
	line-height: 30px;
	letter-spacing: 0.9px;
	padding-top: 5px;
	position: relative;
}
.main0161n h4::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #fe3b3b;
	border-radius: 50%;
}
.main0161n h5{
	color: #666;
	padding-left: 15px;
	line-height: 33px;
	letter-spacing: 0.75px;
	margin-top: -3px;
	padding-bottom: 3px;
}
.main0161 .hai{
	position: absolute;
	right: 0;
	bottom: 175px;
}
.main0162{
	background-color: #f8fafc;
}
.main0162 .h1s{
	padding-top: 34px;
}
.main0162 .h2s{
	margin-top: 13px;
}
.main0162 .videok
{
	padding-top: 69px;
	padding-bottom: 69px;
}
.main0162 .video_img
{
	position: relative;
	border: 2px solid #189ff2;
}
.main0162 .video_img video
{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	cursor: pointer;

	opacity: 0;
	background-color: #000;
}
.main0162 .video_img video.active
{
	opacity: 1;
}
.main0162 .video_img img
{
	width: 100%;

	cursor: pointer;
}
.main0162 .video_imgk .videoimg
{
	display: none;
	position: relative;
}
.main0162 .video_imgk .videoimg::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
.main0162 .video_imgk .videoimg h2{
	position: absolute;
	top: 36%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
.main0162 .video_imgk .videoimg:first-child
{
	display: block;
}
.main0162 .btnPlayWrap
{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;

	transition: 1s all;
}
.main0162 .btnPlayWrap .btnPlay
{
	position: relative;
	width: 100%;
	height: 100%;

}
.main0162 .btnPlayWrap .btnPlay .play
{
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s all;
}
.main0162 .btnPlayWrap .btnPlay:hover .play
{
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
}
.main0162 .main16sk{
	position: relative;
	margin-top: 53px;
}
.main0162 .main16sk .spanarrow{
	display: inline-block;
	width: 46px;
	height: 46px;
	z-index: 1000;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	box-shadow: 0 6px 6px rgba(0,0,0,.1);
	top: 70%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	position: absolute;
}
.main0162 .main16sk .spannext{
	background-image: url(../images/ra.png);
	right: -160px;
}
.main0162 .main16sk .spanprev{
	background-image: url(../images/la.png);
	left: -160px;
}
.main0162 .main16sk .spannext:hover{
	background-image: url(../images/rab.png);
}
.main0162 .main16sk .spanprev:hover{
	background-image: url(../images/lab.png);
}
.main0162 .main16s
{
	position: relative;
	overflow: hidden;
}
.main0162 .slick_video
{
	margin: 0 -1.5px;
}
.main0162 .slick_video .slick-slide
{
	padding: 0 1.5px;
	outline: 0;
}
.main0162 .slick_n
{
	position: relative;

	overflow: hidden;

	width: 100%;
	height: 100px;
	margin-bottom: 3px;
	cursor: pointer;
}
.main0162 .slick_n img
{
	width: 100%;
	height: 100%;
}
.main0162 .slick_n .imgk
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.main0162 .slick_n .imgk h4
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #000;

}
.main0162 .slick_n.active h4,
.main0162 .slick_n:hover h4
{
	color: #fe3b3b;
}

.main0162 .slick_video .slick-list
{
	padding-right: 3px !important;
}
.main0162 .slick_video .slick-arrow
{
	z-index: 1001;

	width: 46px;
	height: 46px;
}
.main0162 .slick_video .slick-prev
{
	left: -100px;
	top: 50%;
}
.main0162 .slick_video .slick-next
{
	right: -100px;
	top: 50%;
}
.main016x{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 271px;
	background: url(../images/wave6.png) no-repeat center;
}
.main0163{
	background: #fff;
	padding-bottom: 88px;
}
.main0163 .h1s{
	padding-top: 48px;
}
.main0163 .h2s{
	margin-top: 15px;
}
.main0163s{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 54px;
}
.main0163sk{
	/*overflow: hidden;*/
}
.slick_honor{
	
}
.slick_honor .slick-slide{
	padding: 85px 20px 20px 20px;
	height: 503px;
}
.slick_honor .slick-slide img{
	width: 100%;
}
.slick_honor .slick-slide.slick-active{
	text-align: right;
	direction: rtl;
}
.slick_honor .slick-slide.slick-cloned.slick-active{
	text-align: left;
	direction: ltr;
}
.slick_honor .slick-slide.slick-active img{
	width: auto;
}
.slick_honor .slick-slide.slick-cloned img{
	width: 100%;
}
.slick_honor .slick-slide img{
	height: 100%;
	display: inline-block;
}
.slick_honor .slick-list{
	padding: 0 !important;
}
.slick_honor .slick-center{
	position: relative;
	z-index: 1001;
	text-align: center;
	padding: 20px 20px;
	text-align: center;
}
.slick_honor .imgk{
	height: 100%;
}
.slick_honor .imgk img{
	box-shadow: 0 0 20px 0 #dcdcdc;
	
}
.slick_honor .slick-slide.slick-cloned.slick-active img{
	height: 100%;
	width: auto;
}
.slick_honor .slick-center .imgk{
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: auto;
}
.slick_honor .slick-arrow{
	z-index: 1000;
	width: 46px;
	height: 46px;
}
.slick_honor .slick-prev{
	background-image: url(../images/la.png);
	left: -156px;
}
.slick_honor .slick-next{
	background-image: url(../images/ra.png);
	right: -156px;
}
.slick_honor .slick-prev:hover{
	background-image: url(../images/lab.png);
	background-size: 46px 46px;
}
.slick_honor .slick-next:hover{
	background-image: url(../images/rab.png);
	background-size: 46px 46px;
}

.slick_honor .slick-slide.active{
	text-align: left;
	direction:ltr;
}

.main0163sz{
	text-align: center;
	margin-top: 57px;
}
.main0163sz .divz{
	display: none;
}
.main0163sz .divz:first-child{
	display: block;
}
.main0163sz .span1{
	display: inline-block;
	padding: 16.5px 0;
	width: 257px;
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
	background-image: url(../images/16_y.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;

}
.main0163sz h5{
	color: #666;
	margin-top: 15px;
}

.yding{
	position: fixed;
	right: 31px;
	top: 250px;
	width: 51px;
	z-index: 1009;
}
.yding img{
	width: 100%;
}
.yding li{
	margin-bottom: 1px;
}
.yding .li1,
.yding .li3{
	cursor: pointer;
}
.yding .li2{
	position: relative;
}
.yding .li2 span{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
	width: 68%;
	text-align: center;
	line-height: 32px;
}
.yding .li2 .span1{
	position: absolute;
	top: 0;
	left: 0;
}
.yding .li2 .span2{
	position: absolute;
	bottom: 0;
	right: 0;
}
.yding .li4{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 25px;
	line-height: 1.1;
	background-color: #2294c9;
}


/*媒体查询*/
@media screen and (max-width: 1500px) {
	.slick_jia .slick-prev{
		left: -62px;
	}
	.slick_jia .slick-next{
		right: -62px;
	}
	.main0162 .main16sk .spannext,
	.slick_honor .slick-next{
		right: -60px;
	}
	.main0162 .main16sk .spanprev,
	.slick_honor .slick-prev{
		left: -60px;
	}
	.main0161 .hai {
		width: 500px;
	}
}
@media screen and (max-width: 1229px){
	.header1
	{
		display: none;
	}
	.header2{
		display: block;
	}
	body{
		padding-top: 80px !important;
	}
	.slick_banner .slick-prev{
		left: 50px;
	}
	.slick_banner .slick-next{
		right: 50px;
	}
}

@media screen and (max-width: 1199px){
	.bding::after{
		background-image: url(../images/bding01_p.png);
	}
	.bding img{
		margin-top: -54px;
		width: 95px;
	}
	.cding::after{
		background-image: url(../images/bding02_p.png);
	}
	.cding img{
		margin-top: -54px;
		width: 95px;
	}
	.slick_banner .slick-dots{
		width: 940px;
		margin-left: -470px;
	}
	.chanj {
		width: 218px;
	}
	.chanlist .p1 {
		left: -150px;
	}
	.chanlist .p2 {
		left: -120px;
	}
	.chanlist .p3 {
		left: -128px;
	}
	.chanzhans {
		width: 650px;
		margin-left: 30px;
	}
	.h_nav_nei li{
		margin-left: 85px;
	}
	.honor2 .span1 {
		line-height: 48px;
		display: block;
        float:none; height:auto; width:auto;
	}
	.honor2 ul {
		float: none;
		padding-left: 45px;
		padding-bottom: 20px;
	}
	.honor2 ul li {
		line-height: 26px;
	}
	.youshi .rightt {
		width: 318px;
	}
	.main013htn {
		padding: 111px 25px 40px 25px;
	}
	.h_news .li0 {
		width: 180px;
	}
	.h_news .li2 {
		padding-left: 45px;
		width: 414px;
	}
	.main0161 .hai {
		width: 400px;
		bottom: 260px;
	}

}
@media screen and (max-width: 991px){
	.footer1 ul li {
		margin: 15px 15px;
	}
	.slick_banner .slick-dots{
		width: 720px;
		margin-left: -360px;
	}
	.chanlist .p1 {
		left: -109px;
	}
	.chanlist .p2 {
		left: -73px;
	}
	.chanlist .p3 {
		left: -82px;
	}
	.chanzhans {
		width: 450px;
		margin-left: 10px;
	}
	.h5s p{
		width: 100%;
	}
	.zhaoul li .amore {
		width: 137px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		bottom: 10%;
	}
	.zhaoul li .imgf {
		width: 85px;
		height: 53px;
	}
	.newsul1 li.li2 {
		padding-top: 0;
	}
	.h_nav_nei li {
		margin-left: 35px;
	}
	.youshi .rightt {
		width: 209px;
	}
	.youshi h6 {
		height: 72px;
	}
	.main013u .inputyan button {
		margin-left: 0;
		float: right;
	}
	.main013ht{
		background: transparent !important;
		height: auto;
		padding-bottom: 0;
	}
	.main013htn{
		background: transparent;
		padding: 39px 25px 0 25px;
	}
	.main013htn .jiak {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
		display: inline-block;
		margin-bottom: 25px;
	}
	.main013htn ul{
		float: none !important;
		text-align: left !important;
	}
	.main013htn ul.fr .imgk, 
	.main013htn ul.fr .liz {
		float: none;
	}
	.main013htn .imgk{
		position: absolute;
		top: 0;
		left: 0;
	}
	.main013htn li{
		padding-left: 80px;
	}
	.main013htn .liz,
	.main013htn ul.fr .liz{
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	.main013h {
		padding-bottom: 0px;
	}
	.main013f {
		padding-top: 0;
		padding-bottom: 42px;
	}
	.h_news .li0 {
		width: 109px;
		padding-left: 25px;
	}
	.h_news .li1 {
		width: 250px;
		height: 100%;
	}
	.h_news .li1 img{
		height: 100%;
	}
	.h_news .li2 {
		padding-left: 25px;
		width: 354px;
	}
	.main0162 .main16sk .spannext {
		right: 0;
		top: auto;
		bottom: -72px;
	}
	.main0162 .main16sk .spanprev{
		left: 0;
		top: auto;
		bottom: -72px;
	}
	.main0161 .hai {
		width: 300px;
		bottom: 211px;
	}
	.main016x {
		margin-top: -71px;
	}
	.slick_honor .slick-slide {
		padding: 20px 20px 20px 20px;
		height: auto;
	}
	.slick_honor .slick-center .imgk {
		position: relative;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		height: 100%;
	}
	.slick_honor .slick-slide.slick-active {
		text-align: center;
	}
	.slick_honor .slick-slide.slick-active img{
		width: 100%;
		height: auto;
	}
	.slick_honor .slick-prev{
		top: 50%;
		left: 5px;
	}
	.slick_honor .slick-next{
		top: 50%;
		right: 5px;
	}
	.main0163s {
		overflow: hidden;
	}

}
@media screen and (max-width: 767px) {
	.z_page video{
		height: auto;
	}
	.hmains {
		overflow: hidden;
	}
	.footer2 .p,
	.footer2 .diding{
		float: none;
		text-align: center;
	}

	
	.footer2 .p ul{
   display:none;
}
.footer2 .p li{
float: left;
}



	.footer2 .p a,
	.footer2 .p span{
		display: block;
		margin: 0 !important;
	}
	.footer1 .footer_t{
		display: block;
	}
	.footer1 ul {
		display: block;
		margin-left: 0;
		text-align: center;
	}
	.footer1 ul li{
		float: none;
		display: inline-block;
	}
    .footer1 ul li.jiathis_style_32x32 a.jiathis_txt{float:none; overflow:initial;}
	.bding,
	.cding,
	.main0161 .hai
	{
		display: none;
	}
	.slick_banner .slick-arrow,
	.slick_banner .img_s
	{
		display: none !important;
	}
	.slick_banner .img_dd
	{
		display: block !important;
	}
	.slick_banner .slick-dots{
		width: 100%;
		margin-left: 0;
		left: 0;
		bottom: 15px;
		text-align: center;
	}
	.h1s,
	.main014 .h1s,
	.main013 .h1s,
	.main0161 .h1s
	{
		font-size: 24px;
		padding-top: 40px;
	}
	.h2s,
	.main15 .h2s,
	.main014 .h2s,
	.main013 .h2s,
	.main0161 .h2s

	{
		font-size: 18px;
		margin-top: 8px;
	}
	.chanlist {
		float: none;
		margin-top: 35px;

	}
	.chanlist p{
		position: relative;
		display: block;
		left: 0 !important;
		top: 0 !important;
		padding-left: 30px !important;
		margin-bottom: 15px;
		font-size: 18px;
		z-index: 1002;
	}
	.chanlist p::before {
		top: 5px;
	}
	.chanlist p::after {
		top: -2px;
	}
	.chann {
		min-height: 1px;
	}
	.chanz {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.chanj {
		width: 100%;
		margin-top: 88px;
	}
	.chan::before{
		display: none;
	}
	.slick_pro .imgk {
		height: 200px;
		line-height: 200px;
	}
	.slick_pro .imgk img{
		max-height: 90%;
	}
	.chanzhans{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2000;
		opacity: 0;
	}
	.chanzhanr{
		display: none;
	}
	.chanzhant {
		margin-top: 15px;
		float: none;
		text-align: center;
	}
	.chanzhansph{
		position: relative;
		z-index: 1;
		opacity: 1;
	}
	.chan {
		padding-bottom: 50px;
	}
	.zhaoul li{
		width: 100%;
	}
	.slick_jia1{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -2000;
		opacity: 0;
	}
	.slick_jia2{
		position: relative;
		z-index: 1;
		opacity: 1;
	}
	.jiams {
		margin-bottom: 50px;
	}
	.zhao {
		padding-bottom: 50px;
	}
	.jiam .h1s, 
	.jiam .h2s {
		text-align: center;
	}
	.newsul1 li,
	.newsul2 li {
		width: 100%;
	}
	.newsul1 li.li2 {
		padding-left: 18px;
		padding-top: 30px;
	}
	.newsul1 li h2 a {
		font-size: 17px;
		line-height: 26px;
	}
	.newsul2 {
		margin-top: 35px;
	}
	.xinwen {
		padding-bottom: 35px;
	}
	.ban{
		height: auto;
	}
	.ban .img_s,
	.h_nav_nei
	{
		display: none;
	}
	.ban .img_d,
	.h_nav_nph
	{
		display: block;
	}
	.main04 {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.main04 h1 {
		text-align: center;
		padding-left: 0;
	}
	.main04 h1 span{
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
	.main04ul .ul1 li{
		width: 100%;
	}
	.main15z{
		padding-bottom: 0;
	}
	.main15 {
		padding-bottom: 0px;
	}
	.main15n p,
	.main014p p {
		font-size: 14px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.honor2 .span1 {
		margin-left: 15px;
	}
	.honor2 ul {
		float: none;
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.honor2 ul li {
		width: 100% !important;
	}
	.honor3{
		padding-left: 15px;
	}
	.youshid{
		display: none;
	}
	.youshi{
		padding-top: 50px;
	}
	.youshi h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.youshi h1:first-letter{
		font-size: 50px;
		margin-right: 10px
	}
	.youshi h5 {
		font-size: 14px;
		margin-bottom: 26px;
	}
	.slick_14{
		position: relative;
		z-index: 1;
		opacity: 1;
	}
	.slick_14 .leftt {
		font-size: 46px;
		width: 100%;
		text-align: center;
	}
	.slick_14 .rightt {
		width: 100%;
		margin-left: 0;
		margin-top: 0px;
	}
	.slick_14 h6 {
		font-size: 14px;
		height: 72px;
		text-align: center;
	}
	.main014x {
		height: 157px;
		background: url(../images/wave4.png) center top;
	}
	.main013x {
		height: 157px;
		background: url(../images/wave5.png) center top;
	}
	.main013t p{
		font-size: 14px;
		margin-bottom: 35px;
	}
	.main013t .imgf {
		width: 85px;
		height: 53px;
		bottom: 55px;
	}
	.main013h h1 {
		font-size: 24px;
	}
	.main013h h4{
		font-size: 14px;
	}
	.main013ht {
		padding: 31px 0 36px 0;
		margin-top: 0;
	}
	.main013htn {
		padding: 39px 0 0 0;
	}
	.main013htn .liz{
		height: auto;
		min-height: 93px;
	}
	.main013u .ull,
	.main013u .inputyan input {
		width: 100%;
	}
	.main013u .inputyan{
		text-align: center;
		margin-top: 22px;
	}
	.main013u .inputyan img{
		margin-left: 0;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.main013u .inputyan button{
		position: absolute;
		top: 60px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.slick_09a img{
		height: 65px;
	}
	.h_news li {
		height: auto;
	}
	.h_news .li0{
		display: none;
	}
	.h_news .li1{
		float: none;
		width: 100%;
	}
	.h_news .li2 {
		float: none;
		padding-left: 0;
		width: 100%;
		padding-bottom: 30px;
	}
	.h_news .li2 h6{
		display: block;
	}
	.h_news,
	.main09
	{
		padding-bottom: 0;
	}
	.main0161 .h4s{
		font-size: 14px;
		margin-top: 10px;
		line-height: 26px;
	}
    .main0161 .h4s p{
		font-size: 14px;
		line-height: 26px;
	}
	.main0162 .video_imgk .videoimg h2{
		font-size: 14px;
	}
	.main0162 .btnPlayWrap {
		top: 53%;
		width: 40px;
		height: 40px;
		margin-left: -20px;
	}
	.main016x {
		margin-top: -136px;
	}
	.main0162 .h1s {
		padding-top: 0;
	}
	.main0162 .videok {
		padding-top: 35px;
	}
	.main0162 .main16sk {
		margin-top: 15px;
	}
	.yding{
		display: none;
	}
	.chanarrow img{
		width: 145px;
	}

}

/*单页*/
.z_page{float:left;font-size: 16px; width:100%;line-height: 2.25;letter-spacing: .85px;color: #666;}

.z_page p{
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: .85px;
	color: #666;
}
.z_page img{
	max-width: 100%;
}
.z_page video{
	max-width: 100%;
}
/*20170120*/
.topwei {
    position:absolute; right:15px; top:50%; margin-top:-11px;
}
.topwei img{
	cursor: pointer;
	width: 22px;
	height: 23px;
}
.topwei .tanwei{
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -49.5px;
	background: url(../images/erweik1.png) no-repeat center;
	width: 99px;
	height: 104px;
	display: block;

}
.header1.active .topwei .tanwei{top: 68px;}
@media screen and (max-width: 1500px) {
.header1.active .topwei .tanwei{
	position: absolute;
	top: 55px;
	left: auto;
    right:0;
	margin-left: 0px;
	background:none;
	width: 90px;
	height: 104px;
	display: block;

}
}

.topwei .tanwei img{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 9px;
	left: 4px;
}
}