.btnav li:before,
.pub2b span,
.slider1tre a,
.btpage4a,
.btpage5b a,
.btpage4a i,
.btpage4a img,
.btpage4desc h2,
.puba,
.puba i,
.puba span,
.btlogo img,
.btnav a,
.homepage span,
.homepage span:before,
.homepage span:after,
.btpage2p2,
.btpage2desc,
.btpage2bg,
.btpage2sm img {
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.promainrdesc .p_ico1 {
	transition-delay: 0.2s;
}

.promainrdesc .p_ico2 {
	transition-delay: 0.3s;
}

.promainrdesc .p_ico3 {
	transition-delay: 0.4s;
}

.btpage4desc .h2{
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

/* banner左右箭头 */
.slider1 .swiper-button-prev {
	background-image: url(../images/swi-le.png);
	width: 50px;
	height: 50px;
	background-size: 44px;
	left: 30px;
}

.slider1 .swiper-button-next {
	background-image: url(../images/swi-ri.png);
	width: 50px;
	height: 50px;
	background-size: 44px;
	right: 30px;
}


.slider1img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: 4s;
	transition: 4s;
}


.more {
	position: absolute;
	z-index: 6;
	width: 100%;
	left: 62px;
	top: 0;
}

.more a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.97, 0, 0.63, 1);
	transition: -webkit-transform 0.9s cubic-bezier(0.97, 0, 0.63, 1);
	transition: transform 0.9s cubic-bezier(0.97, 0, 0.63, 1);
	transition: transform 0.9s cubic-bezier(0.97, 0, 0.63, 1),
		-webkit-transform 0.9s cubic-bezier(0.97, 0, 0.63, 1);
}

.more.text-r {
	text-align: right;
}

.more.type2 a {
	color: #010101;
}

.more-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.more-text:after {
	content: "";
	margin-right: 7.5px;
	margin-left: 7.5px;
	width: 0;
	height: 1px;
	display: block;
	background-color: currentColor;
	-webkit-transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
	transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
}

.more-circle {
	width: 40px;
	height: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid currentColor;
	border-radius: 50%;

}

.more-circle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	background-color: currentColor;
	-webkit-transition: background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
	transition: background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
	transition: transform .4s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1);
	transition: transform .4s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
}

.more-icon {
	width: 6px;
	height: 10px;
	position: relative;
	z-index: 1;
	-webkit-transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.more-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.more a:hover .more-text:after {
	width: 20px;
}

.more a:hover .more-circle:after {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.more a:hover .more-icon {
	color: #097ae4;
}

.more.type2 a:hover .more-icon {
	color: #fff;
}

.looks a {
	width: 180px;
	height: 46px;
	margin: auto;
	margin-top: 60px;
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-radius: 23px;
	border: solid 1px rgba(255, 255, 255, 0.6);
}

.looks a i {
	background: url(../images/con-righ2.png) no-repeat 0 center;
	width: 18px;
	height: 5px;
	margin-top: -2px;
	display: inline-block;
	margin-left: 15px;
	transition: all .5s ease;
}

.looks a:hover i {
	transform: translateX(50%);
}

.slider1txt1 .slider1h3,
.slider1txt1 .slider1p1,
.forms {
	transition: 1.2s;
	-webkit-transition: 1.2s;
}

.forms {
	width: 620px;
	margin: 0 auto;
	padding: 15px 15px;
	overflow: hidden;
	border-bottom: 1px rgba(255, 255, 255, .7) solid;
	margin-top: 80px;
	opacity: 0;
	-webkit-opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);

	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
}

.swiper-slide-active .forms {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.forms a {
	display: inline-block;
	float: left;
	padding-left: 0;
}

.forms .search-common {
	float: left;
	margin-left: 20px;
	display: inline-block;
	width: 90%;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	border-left: 1px rgba(255, 255, 255, .7) solid;
	text-indent: 1em;
	letter-spacing: 2px;
	color: #fff;
}

.forms .search-common::-webkit-input-placeholder {
	color: #fff;
	letter-spacing: 2px;
}


.goodTain {
	position: relative;
	top: 40px;
}

.goodTain .h3 {
	text-align: center;
}

.goodTain .h3 h1 {
    font-size: 24px;
    font-weight: bold;
    color: #27803e;
	line-height: 28px;
	margin-bottom: 10px;
}

.goodTain .h3 em {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.goodTain .h3 em span{
	color: #27803e;
}

.imgBoxTain {
	width: 100%;
	padding: 25px 0 30px;
}

.boxleft {
	width: 557px;
	/* height: 508px; */
}

.boxleft .botTis .botline {
	border-bottom: 1px #E5E5E5 solid;
}

.boxleft .botTis .botline img{
	max-width: 100%;
}

.boxleft:hover .botTis>p img {
	transform: scale(1.1);
}

.boxleft:hover .botTis h4 {
	background-color: #27803e;
}

.boxleft:hover .botTis h4 span {
	color: #FFFFFF;
}

.botTis {
	width: 100%;
}

.botTis>p {
	overflow: hidden;
}

.botTis>p img {
	display: block;
	max-width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.botTis h4 {
	padding: 24px 27px;
	background-color: #F8F8F8;
	text-align: left;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.botTis h4 span {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.botTis h4 span i {
	width: 22px;
	height: 22px;
	border: 1px #ffffff solid;
	border-radius: 2px;
	background-color: #27803e;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	float: right;
	display: inline-block;
}

.boxright {
	
}

.boxright .oneboxs {
	width:385px;
	float: left;
	background: #F8F8F8;
	margin-right: 20px;
}

.boxright .oneboxs:first-child{
	margin-bottom: 26px;
}

.boxright .oneboxs:hover .tib img {
	transform: scale(1.1);
}

.boxright .oneboxs:hover h4 {
	background-color: #27803E;
}

.boxright .oneboxs:hover h4 span {
	color: #FFFFFF;
}


.boxright .oneboxs .tib {
	width: 100%;
	height: 352px;
	border-bottom: 1px #E5E5E5 solid;
	overflow: hidden;
}

.boxright .oneboxs .tib img {
	max-width: 100%;
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.boxright .oneboxs h4 {
	padding: 18px 14px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	text-align: left;
}

.boxright .oneboxs h4 span {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.boxright .oneboxs h4 span i {
	width: 22px;
	height: 22px;
	display: block;
	float: right;
	margin-top: 3px;
	border: 1px #FFFFFF solid;
	background-color: #27803e;
	border-radius: 2px;
	background-image: url(../images/jia.png);
	background-position: 6px center;
	background-repeat: no-repeat;
}

.cpmore .puba {
	color: #27803E;
	border: 1px solid #27803E;
	background: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.cpmore .puba span{
  font-size: 14px;
}

.cpmore .puba i {
	background-image: url(../images/jt1.png);
}

.cpmore .puba:hover {
	background: #27803E;
	color: #fff;
}

.cpmore .puba:hover i {
	background-image: url(../images/jt3.png);
}
.yyly .h3{
    text-align: center;
}

.yyly .h3 h2{
    font-size: 22px;
    font-weight: bold;
    color: #27803e;
    line-height: 28px;
    margin-bottom: 10px;
}
.yyly .h3 em{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.yyly .lynr{
    margin-top:40px;
}
.yyly .lynr ul{
    overflow: hidden;
}
.yyly .lynr ul li{
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
}
.yyly .lynr ul li img{
width: 100%;
height: 150px;
}
.yyly .lynr ul li p{
    height: 40px;
    line-height: 40px;
}
.yyly .lynr ul li p:hover{color: #075034;}

.thrTain {
	position: relative;
	top: 40px;

}
.thrTain .abo{
    overflow: hidden;
    margin-bottom: 20px;
}
.thrTain .abo .zb{
    float: left;
}
.thrTain .abo .yb{
    float: left;
    width: 670px;
    margin-left: 25px;
    text-align: left;
}
.thrTain .abo .yb h2{
    font-size: 22px;
    margin: 10px 0;
    font-weight: bold;
    color: #27803e;
}
.thrTain .abo .yb p{
    line-height: 28px;
}
.thrTain .abo .yb p span{
    color: #27803e;
}
.thrTain .abo .yb a{
    padding: 5px 30px;
    border: 1px solid #27803e;
    margin-top: 20px;
    display: inline-block;
    border-radius: 20px;
    color: #27803e;
}
.thrTain .abo .yb a:hover{
    color: white;
    background: #27803e;
}
.topbox {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}

.topbox:hover .hovBg img,
.botleft:hover .hovbg img {
	transform: scale(1.1);
}

.topbox .adrowto:hover i,
.botleft .morespan:hover i {
	transform: translateX(30%);
}

.topbox .hovBg {
	overflow: hidden;
	height: 100%;
}

.topbox .hovBg img {
	max-width: 100%;
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.hovcontain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
}

.hovcontain h3 {
	font-size: 34px;
	line-height: 34px;
	color: #ffffff;
}

.hovcontain h3 span {
	font-size: 16px;
	line-height: 26px;
	padding-left: 15px;
}

.adrowto {
	width: 52%;
	text-align: center;
	margin-top: 30px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.morespan {
	font-size: 12px;
	width: 170px;
	float: right;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.adrowto span,
.morespan span {
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.adrowto i,
.morespan i {
	width: 28px;
	height: 28px;
	display: inline-block;
	border: 1px #FFFFFF solid;
	border-radius: 50%;
	transition: all .5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #FFFFFF;
}

.adrowto i em,
.morespan i em {
	width: 6px;
	height: 10px;
	position: relative;
	z-index: 1;
	-webkit-transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.adrowto i em svg,
.morespan i em svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.adrowto span:after,
.morespan span:after {
	content: "";
	margin-right: 7.5px;
	margin-left: 7.5px;
	width: 0;
	height: 1px;
	vertical-align: middle;
	display: inline-block;
	background-color: #FFFFFF;
	-webkit-transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
	-moz-transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
	transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
}

.adrowto:hover span:after,
.morespan:hover span:after {
	width: 20px;
}

.adrowto i:after,
.morespan i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
	transition: background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
	transition: transform .4s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1);
	transition: transform .4s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
}

.topbox .adrowto:hover i:after,
.morespan:hover i:after {
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
}

.topbox .adrowto:hover .more-icon,
.morespan:hover .more-icon {
	color: #27803e;
}

.botbox {
	width: 100%;
}

.botleft {
	position: relative;
	width: 585px;
	overflow: hidden;
}

.hovbg {
	width: 100%;
	overflow: hidden;
}

.hovbg img {
	max-width: 100%;
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.botleft .h4tis {
	font-size: 18px;
	width: 100%;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 22px 33px;
	box-sizing: border-box;
}

.h4tis span:nth-child(1) {
	display: inline-block;
	float: left;
	line-height: 30px;
}

.sectFourbox {
	background: #F6F6F6;
	padding: 150px 0 100px;
}

.sectFourbox .fourTain {
	margin-bottom: 30px;
}

.sectFourbox .fourTain .fourTis span {
	font-size: 34px;
	line-height: 34px;
	color: #333333;
}

.sectFourbox .fourTain .fourTis a {
	float: right;
	display: block;
	width: 84px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #c1c1c1;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #8c8c8c;
}

.swiContain {
	width: 100%;
	margin-top: 50px;
	border: 1px red solid;
	box-sizing: border-box;
}

.swiContain .swiper-slide {
	width: 32%;
	margin-right: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.swiContain .swiper-slide:last-child {
	margin-right: 0;
}

.sliTops {
	width: 100%;
}

.sliTops img {
	width: 100%;
	display: block;
}

.sliBots {
	padding: 30px 35px;
	border: 1px red solid;
}

.sliBots em {
	font-size: 12px;
	color: #27803e;
}

.sliBots h3 {
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	padding: 25px 0 18px;
}

.sliBots .newsdes {
	border: #007AFF solid 0.0625rem;
	height: 46px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
}

.babouta {
	background: #fff;
}

.baboutap1 {
	margin-top: 20px;
	text-align: justify;
}

.baboutap2 {
	margin-top: 30px;
}

.baboutb {
	background: #f8f8f8;
}

.lklinian {
	color: #666;
	margin-top: 35px;
}

.lklinianw {
	height: auto;
	display: block;
}

.lklinianm {
	float: left;
	text-align: center;
	height: auto;
	width: 30%;
	margin-right: 5%;
}

.lklinianm3 {
	margin-right: 0;
}

.lklinianm h4 {
	font-size: 18px;
}

.lklinianm i {
	display: inline-block;
	width: 86px;
	height: 86px;
	margin-top: 15px;
	position: relative;
}

.lklinianm i:before,
.lklinianm i:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.lklinianm p {
	margin-top: 20px;
}

.lklinianm1 i:before {
	background-image: url(../images/ll1.png);
}

.lklinianm2 i:before {
	background-image: url(../images/ll2.png);
}

.lklinianm3 i:before {
	background-image: url(../images/ll3.png);
}

.lklinianm1 i:after {
	background-image: url(../images/ll1_1.png);
}

.lklinianm2 i:after {
	background-image: url(../images/ll2_1.png);
}

.lklinianm3 i:after {
	background-image: url(../images/ll3_1.png);
}

.lklinianm i:after,
.lklinianm:hover i:before {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.lklinianm:hover i:after {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.lklinianm i:before,
.lklinianm i:after {
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}


.baboutc {
	background: #fff;
}

/*新闻*/
.bnewh4 {
	font-size: 12px;
	color: #2c7f41;
}

.bnewh5 {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}

.bnewdesc {
	margin-top: 10px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}

.bnewp1 {
	font-size: 12px;
	color: #999;
	line-height: 14px;
	overflow: hidden;
}


.bnewaal {
	width: 600px;
}

.bnewaal,
.bnewaar {
	height: 305px;
}

.bnewaar {
	width: 530px;
	padding: 40px 35px;
	background: #ececec;
}

.bnewaar {
	height: 225px;
}

.bnewaar .bnewh5 {
	margin-top: 18px;
}

.bnewaar .bnewdesc {
	min-height: 140px;
}

.bnewa {
	background: #f8f8f8;
}

.bnewabm {
	float: left;
	width: 505px;
	padding: 30px 40px;
	background: #fff;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
}

.bnewabm:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 1px;
	background: #27803e;
}

.bnewabm:hover {
	background: #ececec;
}

.bnewabm:hover .bnewh5,
.bnewabm:hover .bnewp1 i,
.bnewaa:hover .bnewh5 {
	color: #27803e;
}

.bnewabm:hover:before {
	left: 0;
}

.bnewabm .bnewp1 {
	margin-top: 20px;
}

.bnewabm:nth-child(even) {
	margin-right: 0;
}

.pubpage {}

.bnewabm:before,
.bnewabm,
.bnewh5,
.bnewp1 i {
	transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}





/* 手机端首页 */
.phTainban{
	width: 100%;
	height: 500px;
	position: relative;
}
.phswiper{
	width: 100%;
	height: 100%;
}
.sliderph{
	width: 70%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	text-align: center;
	opacity: 1;
	z-index: 450;
}
.sliderph .sliderph3{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 25px;
}

.phProBox{
	width: 100%;
	padding: 30px 0;
	background: #F8F8F8;
	
}
.phProBox .boxLists{
	width: 100%;
	margin: auto;
	text-align: center;
	
}
.phProBox .boxLists .oneboxs{
	width: 45%;
	display: inline-block;
	margin: 1.5%;
}
.phProBox .boxLists .oneboxs .tib{
	width: 100%;
}
.phProBox .boxLists .oneboxs .tib img{
	max-width: 100%;
}
.phProBox .boxLists .oneboxs h4{
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	font-size: 14px;
	color: #333333;
	
}
.phProBox .cpmore,.luckNews .cpmore{
	text-align: center;
	margin: 20px 0 0;
	
}
/* 
.honorBox{
	width: 100%;
	background: #F8F8F8;
	
} */
.topboxPh{
	width: 100%;
	margin: auto;
}
.botleftph{
}
.honorBox .hovcontain{
	text-align: center;
}
.honorBox .hovcontain h3{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.honorBox .hovcontain span{
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
}
.honorBox .hovBg img,.honorBox .hovbg img{
	max-width: 100%;
}
.botleftAB{
	width: 100%;
}
.botleftApar,.botleftBpar{
	box-sizing: border-box;
	width: 48% !important;
	float: right;
	
}
.botleftApar{
	float: left;
	margin-right: 2%;
	width: 48% !important;
}

.botleftA{
	width: 100%;
	display: block;
}

.luckNews{
	width: 100%;
	background: #F8F8F8;
	padding: 30px 0;
	
}
.newlist-box{
	width: 90%;
	margin: auto;
}
.newslist{
	width: 100%;
	/* height: 90px; */
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.newslist a{
	display: block;
	width: 100%;
	height: 100%;
}
.newslist .newsBoximg{
	display: none;
	width: 30%;
	height: 100%;
	vertical-align: middle;
}
.newslist .newsBoximg img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.newslist .newfiles{
	width: 91%;
	padding: 15px;
}
.newslist .newfiles h4{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist .newfiles p{
	font-size: 12px;
	color: #666666;
	height: 36px;
	padding-right: 15px;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	
	
}


















@media screen and (max-width:1500px) {
	
	.imgBoxTain {
		padding: 10px 0 10px;
	}
	.goodTain h3 p {
		font-size: 28px;
		line-height: 30px;
	}
	.boxleft{
		width: 380px;
		margin-left: 6%;
	}
	.boxleft .botTis .botline{
		height: 265px;
	}
	.botTis h4{
		padding: 16px 27px;
	}
	
	.boxright{
		margin-right: 6%;
	}
	.boxright .oneboxs .tib{
		height: 101px;
	}
	.boxright .oneboxs:first-child {
		margin-bottom: 20px;
	}
	.boxright .oneboxs h4{
		padding: 12px 15px;
	}
	.boxright .oneboxs h4 span i{
		margin-top: 0;
	}
	
	.hovcontain h3 {
		font-size: 28px;
	}
	.botleft {
		width: 43%;
		height: 185px;
	}
	.topbox {
		width: 88%;
		margin: 0 auto 15px;
		height: 215px;
	}
	.botleft1{
		margin-left: 6%;
	}
	.botleft2{
		margin-right: 6%;
	}


	.puba {
		background: rgba(255,255,255,0.8);
		text-align: center;
		font-size: 12px;
		width: 145px;
		height: 35px;
		margin: auto;
		display: block;
		line-height: 35px;
		color: #333;
	}
	.btpage4slider {
		height: 290px;
	}
	
	.btpage4img {
		height: 135px;
	}
	.btpage4h5{
		font-size: 28px;
		padding-bottom: 0;
	}
	.btpage4desc {
		padding: 10px 25px;
	}
	.btpage4a h2 {
		margin-top: 6px;
	}
	.desc{
		height: 42px;
		overflow: hidden;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
	}
	.btpage4h5 a{
		margin-top: 0;
	}
	.btpage4p{
		width: 77%;
		top: 50px;
	}
	.btpage4page {
		margin-top: 0px;
	}
	.btpage5h4{
		font-size: 28px;
	}
	.btpage5p1{
		margin-top: 5px;
	}
	.btpage5p2 {
		margin-top: 15px;
	}
	
	
	
	
}

@media screen and (max-width:1000px) {
	
	.botleft {
		width: 100%;
		height: auto;
		margin: 20px auto 0;
	}
	.hovbg>img{
		width: 100%;
	}
	.lklinianm i{
		width: 40px;
		height: 40px;
		margin-top: 10px;
	}
	.lklinianm p {
		margin-top: 12px;
		font-size: 12px;
	}
	.pubp2 {
		font-size: 18px;
		margin-top: 5px;
		padding-bottom: 5px;
	}
	.lklinian,.baboutap1{
		margin-top: 15px;
	}
	.lklinianm h4 {
		font-size: 14px;
	}
	.botleft .h4tis{
		padding: 10px 12px;
	}
	.adrowto i, .morespan i{
		width: 20px;
		height: 20px;
	}
	
	.bnewa-tain{
		width: 90%;
	}
	.bnewaa{
		width: 100%;
		display: block;
	}
	.bnewaal,.bnewaar{
		width: 100%;
		float: none;
		margin: 0 auto;
		height: auto;
	}
	.bnewaar{
		width: 96%;
		padding: 2%;
	}
	.bnewaal>img{
		width: 100%;
	}
	
	.bnewab{
		width: 100%;
	}
	.bnewabm {
		width: auto;
		float: none;
		margin-top: 30px;
		overflow: hidden;
		margin-right: 0;
		display: block;
		padding: 15px 12px;
	}
	.topboxPh {
	    padding-top: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}