/* banner */
.headtop,
.backtops,
.m_foot {
	display: none;
}

.slider1p1,
.slider1more {
	transition: 1.2s;
	-webkit-transition: 1.2s;
}

.slider1p1 {
	transition-delay: 0.4s;
}

.slider1more {
	transition-delay: 0.8s;
}

.slider1img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: 4s;
	transition: 4s;
}

.slider1img video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bw1200 {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: left;
}

.pubmorea {
	cursor: pointer;
}

.puba span {
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}

.pubps {
	text-align: center;
}

#banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pagesm {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.pagesm.swiper-slide-active {
	box-shadow: none;
}



.mainbox {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}




.w100 {
	width: 100%;
}

.slider1img {
	background-position: center;
}

.pagesnavs a,
.homebanner .homebannerpage span.swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.pagesnavs,
.homebannerpage {
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 40px !important;
	z-index: 66;
	position: absolute;
}

.pagesnavs .active,
.homebanner .homebannerpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e89b37;
}

.homebanner .swiper-slide {
	pointer-events: inherit;
}

.bw1200 {
	text-align: left;
	color: #fff;
	transform: none;
	-webkit-transform: none;
	left: 15%;
}

.pbtbanp1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #f1f1f1;
}

.pbtbanp1>img {
	max-width: 100%;
}

.pbtbanp2 {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 40px;
	margin-top: 0;
	padding: 15px 0;
}

.pbtbanp3 {
	margin-top: 40px;
}

.pbtbanp3 a {
	font-size: 12px;
	color: #2c7dd0;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 120px;
	background: #FFFFFF;
	text-align: center;
	border-radius: 33px;
	-webkit-border-radius: 33px;
	position: relative;
}


.homebanner {
	height: 695px;
}

.pbtbanp1,
.pbtbanp2,
.pbtbanp3 {
	position: relative;
	opacity: 0;
	-webkit-opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transition: 1.2s;
}

.pbtbanp1 {
	transition-delay: 0.4s;
}

.pbtbanp2 {
	transition-delay: 0.4s;
}

.pbtbanp3 {
	transition-delay: 0.6s;
}

.swiper-slide-active .pbtbanp1,
.swiper-slide-active .pbtbanp2,
.swiper-slide-active .pbtbanp3 {
	opacity: 1;
	-webkit-opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.bw1200 {
	width: 90%;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.ban,
.homebanner {
	height: 35vh;
}

.slider1txt {
	z-index: 12;
}

.pbtbanp3 {
	margin-top: 20px;
}

/* .homepage span {
	width: 16px;
	height: 16px;
	border-radius: 14px;
	display: inline-block;
	border: solid 2px #ffffff;
	margin-right: 20px;
	cursor: pointer;
	transition: all .5s ease;
}

.homepage span.on {
	width: 60px;
} */

.puba {
	margin-top: 25px;
	color: #fff;
	border-radius: 33px;
	display: inline-block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #2c7dd0;
}


.mabout {
	padding-bottom: 10px;
	position: relative;
}

.mabout img {
	vertical-align: top;
	max-width: 100%;
}

.ph_plays {
    position: absolute;
    top: 26%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
.ph_plays img{
    width: 50px;
}

.videoPops{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	background: rgba(0,0,0,0.65);
	display: none;
}

.videoPops .w12{
    width: 50%;
	padding: 15px 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.videoPops .w12 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.closeP{
	text-align: right;
	font-size: 22px;
	margin-bottom: 10px;
	cursor: pointer;
}

.pubtxt1 {
	background: #fff;
	padding: 25px 20px;
	padding-bottom: 30px;
}

.pubtxt1 h6 {
	font-size: 12px;
}

.pubtxt1 h2 {
	font-size: 18px;
}

.pubtxt1 p {
	text-align: left;
	line-height: 22px;
	margin-top: 10px;
}

.pubtxt1 h5 {
	font-size: 16px;
	color: #484848;
}

.pubtxt1 h5 img {
	width: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.mabouttxt {
	position: relative;
}

.mabouti {
	position: absolute;
	right: 30px;
	bottom: -12px;
}

.xiasj {
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #fff;
}

.mserverm {
	margin-top: 20px;
}

.mserverimg img {
	width: 100%;
}

.mserverimg {
	position: relative;
}

.mserverimg img {
	vertical-align: top;
}

.mserverh2 {
	text-align: right;
	font-size: 24px;
	padding-right: 15px;
}

.mserverh21 {
	text-align: left;
	padding-left: 15px;
}

.mservertit {
	font-size: 16px;
	color: #fff;
}

.mservertit span {
	background: #122a3c;
	display: inline-block;
	width: 85px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
}

.mservertit i {
	width: 35px;
	height: 25px;
	background: #fc6f23;
	position: relative;
	display: block;
	vertical-align: top;
}

.mservertit i:before,
.mservertit i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.mservertit i:before {
	background: url(../images/jiagao.png) center no-repeat;
	background-size: 10px auto;
}

.mservertit i:after {
	display: none;
}

.mservertit {
	position: absolute;
	z-index: 1;
	width: 60%;
	left: 20px;
	bottom: 20px;
}




.custer {
	background: url(../images/custer.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 90px 0;
	color: #fff;
}

.custerbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.51;
	-webkit-opacity: 0.51;
	-moz-opacity: 0.51; display: none;
}

.custerp1 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 2px;
}

.custerp2 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}

.custerp3 {
	display: inline-block;
	width: 110px;
	margin-top: 30px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background: #fc6f23;
	text-align: center;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.custerp3 i {
	position: relative;
	z-index: 4;
	display: block;
	vertical-align: top;
}

.custerp3:hover:before {
	top: 0;
}

.custerp4 {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

.custerp4 img {
	max-width: 100%;
}

.custerm {
	position: relative;
	z-index: 339;
	text-align: center;
	width: 83%;
	margin: 0 auto;
}

.custerpage {
	margin-top: 40px;
}

.custerpage span {
	width: 5px;
	height: 5px;
	border: 2px solid #fff;
	opacity: 1;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 4px;
}

.custerpage span.swiper-pagination-bullet-active {
	background: #fff;
}

.mttzh2 {
	font-size: 24px;
	padding-bottom: 15px;
}

.mttzh2 span {
	padding-left: 20px;
	display: inline-block;
}

.mttzh21 {
	color: #fff;
}

.newima {
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.newimp0 {
	font-size: 12px;
	color: #999;
	line-height: 14px;
}

.newimp1 {
	font-size: 12px;
	line-height: 15px;
	color: #2c7dd0;
}

.newimp2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 40px;
	color: #000000;
}

.newimimg {
	height: 215px;
	overflow: hidden;
}

.newimimg img {
	width: 100%;
	vertical-align: top;
}

.newimp0,
.newimp1,
.newimp2,
.newimi {
	position: relative;
	z-index: 5;
}

.neww3 {
	margin-left: 18px;
}

.mt18p {
	margin-top: 18px;
}

.newimi {
	width: 5px;
	height: 12px;
	float: right;
	vertical-align: middle;
	display: block;
}

.newimi:before,
.newimi:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
}

.newimi:before {
	background: url(../images/newiicon1.png) center no-repeat;
}

.newima {
	display: block;
}

.mttzma {
	width: 96%;
}

.newimdesc {
	padding: 20px;
}

.mttzp1 {
	text-align: right;
	padding-right: 8%;
	margin-top: 15px;
	padding-bottom: 30px;
}

.mttzp1 img {
	height: 30px;
}

.mttzp2m p {
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
}

.mttzp2m {
	background: #373d46;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	font-size: 14px;
}

.mttzp2qt {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 5px;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.mttzp2qt:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 30px;
	background: #fff;
}

.mttdown {
	padding-top: 15px;
}

.mttdown a {
	display: block;
	position: relative;
	margin-top: 15px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 20px 15px;
	padding-left: 65px;
	padding-right: 41px;
	color: #333;
	font-size: 16px;
}

.mttdown p {
	height: 24px;
	line-height: 22px;
}

.mttdown span {
	font-size: 13px;
	color: #666;
}

.mttdown a:before,
.mttdown a:after {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
}

.mttdown a:before {
	background: url(../images/pdf.png) center no-repeat;
	width: 35px;
	background-size: 100% auto;
	left: 15px;
}

.mttdown a:after {
	background: url(../images/xaizai.png) center no-repeat;
	width: 30px;
	background-size: 100% auto;
	right: 12px;
}

.mttz {
	padding-bottom: 50px;
}


.mfooter {
	background: #303030;
	background-size: 100% auto;
	text-align: center;
}

.mfooter,
.mfooter a {
	color: #fff;
	font-size: 12px;
}

.mfooterp1 {
	text-align: center;
}

.mfooterp1 img {
	height: 22px;
	margin: 0 5px;
}

.mfooterp2 {
	padding: 15px 0;
	font-size: 16px;
	border-bottom: 1px rgb(220, 220, 220, 0.15) solid;
}

.mfooterp2 a {
	display: inline-block;
	margin: 0 5px;
}

.mfooterp3 img {
	height: 30px;
}

.mfooterp4 {
	font-size: 14px;
	padding: 20px 0;
	text-align: left;
	width: 56%;
	margin: auto;
}

.mfooterp4 p {
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.7;
}

.mfooterp5 {
	padding: 0 0 20px;
	color: #d4d4d4;
}
.mfooterp5 img{
	width: 82px;
}
.mfooterp5 span{
	display: block;
	font-size: 12px;
}

.mfooterp6 {
	color: #6f6f6f;
	padding: 14px 20px;
	border-top: 1px solid #636363;
}

.dbgs {
	margin-top: 20px;
	display: inline-block;
	width: 168px;
	text-align: center;
	border: 1px solid #717171;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	line-height: 35px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.dbgs span,
.dbgs i {
	display: inline-block;
	padding-right: 38px;
	background: url(../images/dbgs.png) center right no-repeat;
}

.dbgssub {
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
	left: 0;
	display: none;
	text-align: center;
}

.dbgssub a {
	color: #333;
	font-size: 13px;
}

.dbgssub li {
	border-bottom: 1px solid #dcdcdc;
}

.dbgs i {
	background-image: url(../images/dbgs1.png);
}

.dbgssub li.m:hover {
	background: #f1f1f1;
}

.mabout,
.mserver,
.mttz,
.mttzh21,
.mfooter {
	padding-top: 35px;
}

.mserver {
	padding-bottom: 35px;
}

.mttznewslider {
	width: 100%;
}

.mabout,
.mserver,
.mttznewslider,
.mttzh2,
.mttzp2,
.mttdown,
.mfooter {
	padding-left: 4%;
	padding-right: 4%;
}


@media screen and (max-width:910px) {
	.custerp2{
		font-size: 14px;
	}
	.pubtxt1 h5 img{
	    display: none;
	}
	.pubtxt1 {
        padding-bottom: 20px;
    }
    .custerm,.pubtxt1 p{
        text-align: justify;
    }
    .newimp2{
        padding-right: 0;
    }
    .custer {
        background-attachment: inherit;
    }
}