/* public css */

.pic-box{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.pic-box img{
	width: 100%;
	height:auto;
}

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

.left,.right{
	width: 50%;
}

.contain-wrapper{
	width:100%;
	overflow:hidden;
}
.contain-box{
	width:100%;
	padding: 80px 0;
	position: relative;
	background: #eee;
	background-size: cover;
	background-position: center;
}
.mainbox{
	width: 1300px;
	margin: 0 auto;
}




.containtitle{
	font-size: 25px;
	margin: 20px 0;
	color: #00469b;
}
.containtitle .line{
	height: 2px;
	width: 130px;
	background-color: #00469b;
	margin: 5px 0;
}
.containtitle h1{
	font-size: 35px;
}

.containtitle h1 span{
	color: #bc192e;
}

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



.w1300{
	width: 1300px;
	margin: 0 auto;
}

@media screen and (max-width:1600px) {
	.w1300{
		width: 1300px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1300px) {
	.w1300{
		width: 100%;
		margin: 0 auto;
		padding:0 30px;
	}
}


@media screen and (max-width:1600px) {
	.w1300{
		width: 1300px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1300px) {
	.w1300{
		width: 100%;
		margin: 0 auto;
		padding:0 30px;
	}
}

/* public css end */


/* head css */
.head{
	width: 100%;
}

.head .top-head{
	background-color: #eee;
	width: 100%;
	color: #333;
	font-size: 14px;
}

.head .top-head:hover{
	background: #cecccc;
}

.head .top-head .showbox{
	display: flex;
	justify-content: space-between;
	height:50px;
	overflow:hidden;
	align-items: center;
	font-size: 14px;
}

.head .top-head .showbox .right{
	text-align:right;
}

.head .top-head .showbox .right a{
	display:inline-block;
	margin:0 5px;
	text-decoration:underline;
}

.head .logoshowbox .showbox{
	height:100%;
	display: flex;
	justify-content: space-between;
}
.head .logoshowbox .showbox .left{
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
}
.head .logoshowbox .showbox .right{
	overflow: hidden;
	height: 100%;
	width: 35%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.head .logoshowbox{
	height: 130px;
	overflow: hidden;
}
.head .logoshowbox .logo{
	width: 300px;
}
.head .logoshowbox .showbox .headline{
	width: 2px;
	height: 60%;
	margin: 0 15px;
	background: #bc192e;
}
.head .logoshowbox .showbox .text-box{
	font-size: 25px;
	color: #00469b;
	font-weight: 600;
}
.head .logoshowbox .left .text-box p:nth-child(2){
	font-size:20px;
	margin-top:5px;
	font-weight:normal;
}
.head .logoshowbox .showbox .right .pic-box{
	height: 68%;
	padding: 10px;
}
.head .logoshowbox .showbox .right .pic-box img{
	height:100%;
	width:auto;
}
.head .logoshowbox .showbox .right p{
	text-align: right;
	font-size:20px;
}
.head .logoshowbox .showbox .right p{
	color: #bc192e;
	font-size:25px;
}



.head .headnav{
	width: 100%;
	background-color: #00469b;
}

.head .headnav>ul{
	height: 60px;
	display: flex;
	justify-content: space-between;
	line-height: 60px;
	font-size: 16px;
}


.head .headnav>ul>li{
	width: 50%;
	color: #fff;
	height: 100%;
	position: relative;
	background:#00469b
}


.head .headnav>ul>li:after{
	height:50%;
	width:1px;
	background:#fff;
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	margin: auto 0;
	right: 0;
}
.head .headnav>ul>li:hover .subnav{
	opacity:1
}
.head .headnav>ul>li>.subnav{
	transition:none;
	background:#bc192e;
	opacity:0;
	display:none;
	position: relative;
	z-index: 99;
	line-height: 50px;
}
.head .headnav>ul>li>.subnav>li:hover{
	background:#821e26;
}
.head .headnav>ul>li a{
	height: 100%;
	width: 100%;
	display: inline-block;
	text-align: center;
}


.head .headnav>ul li:hover{
	background-color: #bc192e;
}

.head .headnav>ul li.active{
	background-color: #bc192e;
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet{
	height: 15px;
	width: 15px;
}
/* head css end*/
/* pro css */
.probox .containtitle{
	text-align: center;
}
.probox .containtitle .line{
	margin:5px auto;
}
.probigbox{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: flex-start;
} 
.probigbox .pagingroup{
	width:20%;
	background: #00469b;
	padding: 0 10px;
}
.probigbox .propagin{
	width: 100%;
	margin: 0 auto;
	background:#fff;
	overflow: hidden;
	height: 600px;
}
.probigbox .pagingroup .propaginbot{
	height: 90px;
	color:#fff;
	padding: 10px 0 0;
}

.probigbox .pagingroup .propaginbot .texttitle{
	font-size:16px;
	display: flex;
	align-items: flex-end;
}
.probigbox .pagingroup .propaginbot .texttitle .pic-box{
	width: 30px;
}
.probigbox .pagingroup .propaginbot p{
	font-size:30px;
	color: #bc192e;
	font-weight: bold;
}
.probigbox .pagingroup .propagintit{
	width:100%;
	display:flex;
	height:80px;
	align-items:center;
	justify-content:space-around
}
.probigbox .pagingroup .propagintit .pic-box{
	width: 50px;
	margin-right:10px;
}
.probigbox .pagingroup .propagintit span{
	font-size: 22px;
	color:#fff;
	font-weight:bold;
}

.probigbox .propagin p{
	font-size:18px;
	cursor: pointer;
	color: #fff;
	text-align:center;
	width: 95%;
	margin: 0 auto;
	padding:0 20px;
	border-top: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	background: #00469b;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.probigbox .propagin p:hover{
	border-color: #fff;
	color: #fff;
	background: #bc192e;
}
.probigbox .propagin .swiper-slide-thumb-active p{
	border-color: #fff;
	color: #fff;
	cursor: unset;
	background: #bc192e;
}
.probigbox .proshow{
	width: 80%;
	overflow: hidden;
}

.probigbox .proshow .showbox{
	padding: 0 30px;
	width: 100%;
}

.probigbox .proshow .showbox .topbox{
	display: flex;
	justify-content: space-between;
}
.probigbox .proshow .showbox .topbox .pic-box{
	width: 75%;
	height: 500px;
	padding: 5px;
	background: #00469b;
}

.probigbox .proshow .showbox .topbox .pic-box:hover img{
	transform:scale(1.1);
}

.probigbox .proshow .showbox .topbox .pic-box img{
	height:100%;
	width:100%;
}

.probigbox .proshow .showbox .topbox .textbox{
	font-size: 16px;
	line-height: 30px;
	width: 45%;
	padding: 20px 40px;
	position:relative;
}
.probigbox .proshow .showbox .topbox .textbox p{
	margin-top:20px;
	line-height:30px;
	letter-spacing:3px
	
}
.probigbox .proshow .showbox .topbox .textbox a{
	position:absolute;
	background:#00469b;
	color:#fff;
	padding:0px 30px;
	font-size:14px;
	border-radius:5px;
	bottom:20px;
	right:20px;
}
.probigbox .proshow .showbox .topbox .textbox a:hover{
	background-color:#bc192e;
}
.probigbox .proshow .showbox .topbox .textbox .arttitle{
	font-size: 20px;
	color: #00469b;
}

.probigbox .proshow .showbox .bottombox{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 10px;
}


.probigbox .proshow .showbox .bottombox .showitem{
	width: 30%;
	box-shadow: 0 0 5px #000000cf;
	background: #00469b;
	padding: 5px;
	border: 1px #ffffffb5 solid;
}

.probigbox .proshow .showbox .bottombox .showitem .pic-box{
	width: 100%;
	height: 200px;
}
.probigbox .proshow .showbox .bottombox .showitem .pic-box img{
	height:100%;
}
.probigbox .proshow .showbox .bottombox .showitem:hover .pic-box img{
	transform:scale(1.1);
}
.probigbox .proshow .showbox .bottombox .showitem p{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	color: #fff;
}
/* pro css end*/
/* adbox css */
.f_pr {
				position: relative;
		}
		.g_cpys{background:url(../images/adbg.jpg) no-repeat center top;height: 1019px;padding-top:85px;box-sizing: border-box;}
		.g_cpys h2{height: 80px;text-align: center;font-size: 46px;font-weight: bold;color: #fff;width: 574px;line-height: 80px; background:#00469b;margin:0 auto 80px;}
		.g_cpys h2 a{color: #fff;}
		
		.g_cpys .cpysgy{float: left;width: 305px;height: 214px;margin-right: 605px; }
		.g_cpys .cpysgy dd{clear: both;overflow: hidden; line-height: 40px;text-align: left; font-size: 20px;color: #666666;font-weight: normal; }
		.g_cpys .cpysgy dd b{font-weight: bold;}
		.g_cpys .cpysgy dt{width:166px;height: 80px;overflow: hidden; background: #00469b; border-radius: 3px; line-height: 80px; color: #fff;font-size: 27px; text-align: center;}
		.g_cpys .cpysgy:nth-child(2n){margin-right: 0; float: right;width: 290px;}
		.g_cpys .cpysgy:nth-child(2n) dt{float: right;}
		.g_cpys .cpysgy:nth-child(2n) dd{text-align: right;}
		
		.m_cpys{height: 660px;}
		.cpystel{background:url(../images/ystel.png) no-repeat 332px 0;padding-left: 438px;font-size: 18px;color: #666666;position: relative; line-height: 31px;}
		.cpystel b{display: block;font-size: 40px;color: #666666;}
		.cpystel span{position: absolute;left:780px;top:-12px;width: 90px;height: 75px;background: #00469b;border-radius: 15px;text-align: center;font-size: 22px;color: #fff;padding-top: 10px;}
		.cpystel span a{color: #fff;font-weight: bold; text-decoration: none;}
		.g_cpys .cpysc{
		    position: absolute;
		    left: 417px;
		    top:196px;
		    width: 505px;
		    height: 505px;
		    border-radius: 50%;
		    overflow: hidden;
		    -webkit-animation: spin 15s linear infinite;
		    animation: spin 15s linear infinite;
		    }
		@-webkit-keyframes spin{
		  from {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		
		  50% {
		    -webkit-transform: rotate(180deg);
		    transform: rotate(180deg);
		  }
		
		  to {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}
		@keyframes spin {
		  from {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		
		  50% {
		    -webkit-transform: rotate(180deg);
		    transform: rotate(180deg);
		  }
		
		  to {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}

/* adbox css end*/
/* abusbox css */
.abusbox{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.abusbox .left{
	width: 65%;
	
}


.abusbox .left .pic-box{
	height: 500px;
	width: 100%;
	margin-bottom:30px
}
.abusbox .left p{
	line-height: 30px;
	font-size: 16px;
}
.abusbox .left a{
	display: inline-block;
	text-align: center;
	padding: 5px 40px;
	font-size: 14px;
	margin-top: 30px;
	border-radius: 5px;
	color: #fff;
	background-color: #00469b;
}
.abusbox .left a:hover{
	background: #bc192e;
}

.abusbox .right{
	width: 30%;
	display: flex;
	align-items: flex-end;
}
.abusbox .right b{
	position:absolute;
	display: inline-block;
	text-align: right;
	width: 450px;
	right:0;
	top:100px;
	font-size: 80px;
	line-height: 50px;
	color: #000000;
	opacity: 0.1;
}
.abusbox .right span{
	font-size: 32px;
	letter-spacing:0;
}
.abusbox .right .pic-box{
	width: 100%;
	height: 500px;
}
.abusbox .right .pic-box img{
	height:100%;
	width:auto:
}




/* abusbox css end*/

/* chooseus css */

.chooseus{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chooseus .containtitle{
	width: 100%;
	text-align:center;
}
.chooseus .containtitle .line{
	margin: 5px auto;
}
.chooseus .showbox{
	width: 22%;
	height: 500px;
	position: relative;
	display: flex;
	overflow: hidden;
}
.chooseus .showbox .contact{
	margin-bottom:100px;
	font-size:30px;
}
.chooseus .showbox:nth-child(odd) .contact{
	margin-bottom:0;
	margin-top:100px;
}
.chooseus .showbox .contact b{
	color: #fff;
	font-size: 35px;
	margin-top: 10px;
	display: inline-block;
}
.chooseus .showbox:nth-child(even){
	align-items: flex-end;
}
.chooseus .showbox:nth-child(odd){
	align-items: flex-start;
}

.chooseus .showbox .pic-box{
	height: 50%;
	width: 100%;
}

.chooseus .showbox .pic-box img{
	min-height:100%;
}
.chooseus .showbox .text-box{
	width:100%;
	height: 100%;
	position: absolute;
	top: -50%;
	background-color: #00469b;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 60px;
}



.chooseus .showbox .text-box .pic-box{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	background: #bc192ecc;
}
.chooseus .showbox:nth-child(odd) .text-box{
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 0;
	padding-top: 60px;
	top:50%;
}
.chooseus .showbox:nth-child(odd) .text-box .pic-box{
	top: -40px;
}

.chooseus .showbox:hover .text-box{
	top: 0;
	background-color: #00469bcf;
}
.chooseus .showbox .text-box  .title{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.chooseus .showbox .text-box  .text{
	font-size: 16px;
	padding: 10px 30px;
}

.chooseus .showbox .text-box  .text span{
	color: #ffffff;
	font-size:20px;
	font-weight:600;
	display: inline-block;
	margin-top: 20px;
	text-shadow: 0 0 4px black;
}



/* chooseus css end*/




/* proline css  */
#proline:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background:#fff;
	content:"";
	top:0;
	left: 0;
	opacity: 0.5;
	z-index: 1;
}
#proline .proline{
	position: relative;
	z-index: 10;
}
.proline .containtitle{
	text-align:center;
	text-shadow: 0 1px 1px #ffffff73;
}
.proline .containtitle .line{
	margin:5px auto;
}


.proline .lineshow{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proline .showbox{
	width: 15%;
	margin: 0 5%;
	margin-bottom: 35px;
	height: 200px;
	position:relative;
	background: #00469be0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
}
.proline .showbox:hover{
	background:#bc192e;
}
.proline .showbox .pic-box{
	width: 40%;
	margin-bottom: 10px;
}
.proline .showbox p{
	font-size: 18px;
	color: #fff;
}
.proline .showbox b{
	position: absolute;
	bottom: -25px;
	right: -15px;
	font-size: 100px;
	color: #cccccc8f;
	font-family: serif;
	transform: skew(340deg);
	display: none;
}
/* proline css  end*/


/* caseshow css */

.casebox{
	width: 100%;
	min-width: 1200px;
}


.casebox .containtitle{
	text-align: center;
}

.casebox .containtitle .line{
	margin: 5px auto;
}


.casebox .caseshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.casebox .caseshow .showbox{
	width: 25%;
	display: block;
	position: relative;
	border: 1px #fff solid;
}
.casebox .caseshow .showbox .picshow{
	padding-bottom: 66.66%;
	position:relative;
}

.casebox .caseshow .showbox .picshow img{
	position:absolute;
	top: 0;
	left: 0;
	min-height: 100%;
}

.casebox .caseshow .showbox .text-box{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	background-color: #00469bb5;
	justify-content: center;
	align-items: center;
}
.casebox .caseshow .showbox:hover .text-box{
	opacity:1;
}
.casebox .caseshow .showbox:hover .picshow img{
	transition:0.3s;
	transform:scale(1.1);
}
.casebox .caseshow .showbox .text-box .pic-box{
	width: 25%;
	padding: 20px;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}
.casebox .more{
	font-size: 18px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background-color: #00469b;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.casebox .more span{
	position: relative;
	z-index: 30;
}
.casebox .more:before{
	content: '';
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #bc192e;
	z-index: 10;
	transition: 0.3s linear;
}
.casebox .more:hover:before{
	left: 0;
}


/* caseshow css end*/


/* news css */
.newbox{
	margin: 30px auto;
}
.newbox .newsshow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newbox .newsshow .left{
	width: 48%;
	display: flex;
	flex-direction: column;
}
.newbox .newsshow .left .showbox {
	width: 100%;
	height: 235px;
	display: flex;
	margin-bottom: 40px;
	border: 1px #ccc solid;
}
.newbox .newsshow .left .pic-box{
	width: 45%;
	height: 100%;
}

.newbox .newsshow .left .text-box{
	width: 55%;
	padding: 10px 20px;
	position: relative;
}
.newbox .newsshow .left .text-box .arttitle{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}

.newbox .newsshow .left .text-box p{
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}

.newbox .newsshow .left .text-box .more{
	width: 50px;
	height: 50px;
	background-color: #eee;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
.newbox .newsshow .left .showbox:hover .text-box .more{
	background: #00469b;
	color: #fff;
	transform: rotate(360deg);
}
.newbox .newsshow .left .text-box .data{
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 16px;
	color: #808080;
}

.newbox .newsshow .right{
	display: flex;
	width: 48%;
	flex-direction: column;
}

.newbox .newsshow .right .showbox{
	height: 140px;
	width: 100%;
	border-bottom: 1px #e0dede solid;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.newbox .newsshow .right .showbox .up{
	height: 100%;
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;

}

.newbox .newsshow .right .showbox .down{
	position: absolute;
	left: -100%;
	top: 0;
	background-color: #00469b;
	height: 100%;
	width: 100%;
}
.newbox .newsshow .right .showbox:hover .down{
	left:0;
}
.newbox .newsshow .right .showbox .data{
	width: 20%;
	padding-right: 20px;
	border-right: 1px #b2b2b2 solid;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newbox .newsshow .right .showbox .data b{
	color: #333;
	font-size: 35px;
}
.newbox .newsshow .right .showbox:hover .data b{
	color: #fff;
}
.newbox .newsshow .right .showbox .data span{
	color: #878787;
	font-size: 16px;
	margin-top: 5px;
}

.newbox .newsshow .right .showbox .text-box{
	padding-left: 20px;
	width: 80%;
}

.newbox .newsshow .right .showbox .text-box .arttitle{
	font-size: 18px;
	color: #333;
}


.newbox .newsshow .right .showbox:hover .text-box .arttitle{
	color: #fff;
}
.newbox .newsshow .right .showbox .text-box p{
	font-size: 14px;
	color: #878787;
	margin-top: 15px;
}
.newbox .newsshow .right .showbox:hover .text-box p{
	color:#ffffff9e;
}
/* news css end */

/* footer css */

.footer{
	padding: 50px 0px 0px;
	background-color: #00469b;
	position: relative;
	z-index: 20;
}

.footer .main-contain{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	padding: 30px 0;
	width: 1300px;
	margin: 0 auto;
}


.footer .main-contain .contact{
	width: 24%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer .main-contain .contact .box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
	padding: 0;
}
.footer .main-contain .contact .pic-box{
	width: 15%;
	border-radius: 50%;
	padding: 10px;
	background-color: #182d4e;
}

.footer .main-contain .contact .pic-box img{
	width: 100%;
	height: 100%;
}
.footer .main-contain .contact .text-box{
	line-height: 23px;
	margin-left: 10px;
	width: 85%;
}
.footer .main-contain .contact .text-box h4{
	font-size: 12px;
	color: #fff;
}
.footer .main-contain .contact .text-box p{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.footer .main-contain .contact .box:nth-child(1) p{
	font-size: 30px;
	font-weight: bold;
	color: #bc192e;
}


.footer .main-contain .other-contact{
	width: 24%;
	display: flex;
	flex-direction: row-reverse;
}

.footer .main-contain .other-contact .box{
	width: 150px;
	margin: 0 10px;
}


.footer .main-contain .other-contact .box img{
	width: 100%;
	height: auto;
}


.footer .main-contain .other-contact .box p{
	color: #fff;
	text-align: center;
	margin-top: 10px;
}


.footer .foot-nav
{
	width: 50%;
	margin-left: 35px;
}


.footer .foot-nav .pic-box{
	width: 400px;
	background-color:#fff;
	margin: 40px auto 0;
}


.footer .foot-nav>ul{
	display:flex;
	justify-content:space-around;
	width: 100%;
}
.footer .foot-nav>ul>li{
	text-align: center;
	width: 19%;
}
.footer .foot-nav.footer .foot-nav>ul>li{
	width:20%;
}>ul>li>ul{
	display:flex;
}


.footer .foot-nav>ul>li>ul li{
	color:#fff;
	font-size: 12px;
	margin-bottom: 5px;
}
.footer .foot-nav>ul>li>ul li a{
	color:#fff
}

.footer .foot-nav>ul>li>ul li a:hover{
	color:#0d496e
}
.footer .foot-nav>ul span{
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	display: block;
}

.footer .bottom-text{
	padding-bottom: 30px;
	width: 1300px;
	margin: 0 auto;
	text-align: right;
}

.footer .bottom-text span{
	color: #fff;
}


/*ny part css*/
/* bread css */
.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	width: 1300px;
	margin: 0 auto;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #00469b;
	font-weight: normal;
	padding-left: 8px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
/* bread css end*/
/* product1 css */
.nybanner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nybanner img{
    width: 100%;
    height: auto;
}
.ny-wrapper{
	padding-bottom: 60px;
}
.ny-wrapper .nylistnav{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	flex-wrap: wrap;
}
.ny-wrapper .nylistnav h1{
	text-align:center;
	width:100%;
	font-size:30px;
	color: #00469b;
	margin-bottom: 30px;
}


.ny-wrapper .nylistnav .navbox{
	width: 23%;
	height: 50px;
	background-color: #eee;
	line-height: 50px;
	color: #333;
	margin: 10px 1%;
}

.ny-wrapper .nylistnav .navbox:nth-child(3) .subnav,.ny-wrapper .nylistnav .navbox:nth-child(2) .subnav{
	right:50%;
}

.ny-wrapper .nylistnav .navbox:nth-child(4) .subnav{
	right:100%;
}

.ny-wrapper .nylistnav .navbox>a{
	display: block;
	width:100%;
	height: 100%;
	line-height: inherit;
	text-align: center;
	color: inherit;
	font-size: 18px;
}

.ny-wrapper .nylistnav .navbox:hover{
	background: #00469b;
	color: #fff;
}
.ny-wrapper .nylistnav .navbox.active{
	background: #00469b;
	color: #fff;
}
.ny-wrapper .nylistnav .navbox .subnav{
	display: none;
	justify-content: space-evenly;
	width: 200%;
	flex-wrap: wrap;
	background: inherit;
	/* opacity: 0; */
	z-index: 100;
	position: relative;
	transition: unset;
}
.ny-wrapper .nylistnav .navbox .subnav>li{
	text-align: center;
	color: #fff;
	padding: 0 15px;
}
.ny-wrapper .nylistnav .navbox .subnav>li a{
	display:block;
	width:100%;
}
.ny-wrapper .nylistnav .navbox .subnav>li:hover{
	background:#0f5580;
}
.ny-wrapper .nylistnav .navbox:hover .subnav{
	opacity: 1;
	display: flex!important;
}

.nyproduct .nyprolist{
	width: 100%;
	margin: 10px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nyproduct .nyprolist .box-show{
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px #999999;
}


.nyproduct .nyprolist .box-show b{
	position:absolute;
	top:0;
	right:0;
	height:0;
	font-size: 22px;
	text-align: right;
	color:#fff;
	width:0;
	border-top: 40px #e64851b3 solid;
	border-bottom:40px #ffffff00 solid;
	border-left:40px #ffffff00 solid;
	border-right: 40px #e64851b3 solid;
	z-index:10;
}


.nyproduct .nyprolist .box-show b span{
	display:block;
	position:absolute;
	top:-30px;
	left:0;
	font-size:25px;
}

.nyproduct .nyprolist .box-show:hover{
	box-shadow: 0px 0px 15px #999999;
}
.nyproduct .nyprolist .box-show .pic-box{
	width: 100%;
	height: 380px;
	display: flex;
	justify-content: center;
}
.nyproduct .nyprolist .box-show .pic-box img{
	height:100%;
	width:auto;
}

.nyproduct .nyprolist .box-show .protitle{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.nyproduct .nyprolist .box-show .protitle p{
	width: 100%;
}
.nyproduct .nyprolist .box-show .protitle .more{
	line-height: 30px;
	background: #00469b9c;
	font-size: 16px;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 100;
}

.nyproduct .nyprolist .box-show .protitle .more .pic-box{
	width: 100px;
	background:#fff;
	padding: 10px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.nyproduct .nyprolist .box-show:hover .protitle .more{
	top:0;
}

/* video css */
.nyvideolist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 50px; */
	padding-bottom: 80px;
	justify-content: flex-start;
}

.nyvideolist .box-show{
	width: 30%;
	padding: 10px;
	cursor:pointer;
	position: relative;
	margin: 1.5%;
}

.nyvideolist .box-show:hover{
		box-shadow: 0px 0px 15px #999999;
}

.nyvideolist .box-show .pic-box{
	width: 100%;
	height: 250px;
	position: relative;
}
.nyvideolist .box-show .pic-box img{
	width:100%;
	height:auto;
}
.nyvideolist .box-show .protitle{
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}

.nyvideolist .box-show .voplay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0003;
	top: 0;
}

.nyvideolist .box-show .voplay img{
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	opacity: 0.6;
	transition: 3s linear;
}

.nyvideolist .box-show .voplay img:nth-child(2){
	display: none;
}

.nyvideolist .box-show:hover .voplay img:nth-child(2){
	display: block;
	opacity: 1;
}
.nyvideolist .box-show:hover .voplay img:nth-child(1){
	display: none;
}
.nyvideolist .box-show:hover .voplay{
	
}

.videoscreen{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	z-index: 999;
}
.videoscreen p{
	font-size: 40px;
	color:#fff;
	text-shadow: 0 5px 10px #333;
	position:absolute;
	z-index: 1000;
	font-weight: bold;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-text-stroke: 1px #5b5b5bd6;
}
.videoscreen video{
	position: absolute;
	z-index: 999;
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 80%;
	min-width: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto auto;
}


.videoscreen #close{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #00000063;
	z-index: 900;
}
/* download css */
.nydownload .nydownlist{
	width: 100%;
	padding-bottom:40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.nydownload .nydownlist .show-box{
	display: flex;
	width: 48%;
	padding-bottom: 10px;
	border-bottom: 2px #eee solid;
	margin-bottom: 20px;
	justify-content: space-between;
	height: 80px;
	line-height: 50px;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
	padding: 0 10px;
	position:relative;
	top:0;
	left:0;
	
}
.nydownload .nydownlist .show-box:hover{
	top:-10px;
	left:10px;
}
.nydownload .nydownlist .show-box p{
	width: 70%;
	color: #00469b;
	font-size: 20px;
	line-height: 50px;
}

.nydownload .nydownlist .show-box a{
	display: block;
	border-radius: 30px;
	width: 20%;
	line-height: 35px;
	height: 35px;
	background-color: #00469b;
	color: #fff;
	text-align: center;
	font-size: 16px;
}


/* product detail css */

.prodetail .detailshow {
	display: flex;
	justify-content: space-evenly;
	margin-top: 50px;
	flex-wrap: wrap;
}

.prodetail .detailshow .left{
	width: 35%;
	height: auto;
	overflow-x: hidden;
}
.prodetail .detailshow .left .showthumbs{
	margin-top:20px;
	position:relative;
}
.prodetail .detailshow .left .showthumbs .pic-box{
	padding:5px;
}
.prodetail .detailshow .left .showthumbs .swiper-slide-thumb-active .pic-box{
	border:3px #00469b solid;
}

.prodetail .detailshow .left img{
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.prodetail .detailshow .right{
	width: 52%;
	padding: 20px;
	border: 3px #eee solid;
}


.prodetail .detailshow .right h1{
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 30px;
	border-bottom: 1px #ccc dashed;
}

.prodetail .detailshow .right .switch{
	display: flex;
	justify-content: space-between;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin: 10px;
}
.prodetail .detailshow .right .switch a{
	display:flex;


}
.prodetail .detailshow .right .switch .but{
	width: 60px;
	background: #877a7a;
	display: block;
	color:#fff;
	text-align:center;
	margin:0 10px;
}

.prodetail .detailshow .right .switch a:hover .but{
	background-color: #00469b;
	text-align: center;
}


.prodetail .detailshow .right h2{
	font-size: 30px;
	color: #00469b;
	font-weight: bold;
	margin: 15px 0;
}


.prodetail .detailshow .right p{
	line-height: 30px;
	font-size: 16px;
	/* padding: 0px 20px; */
}


.prodetail .detailshow .right>a {
	float: left;
	height: 40px;
	width: 80px;
	background-color: #00469b;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	color: #fff;
}
.prodetail .detailshow .moredetail{
	overflow:hidden;
	font-size: 16px;
	line-height: 30px;
}
.prodetail .detailshow .moredetail h2{
		font-size: 30px;
		color: #00469b;
		font-weight: bold;
		margin: 25px 0;
		margin-top: 40px;
}
.prodetail .detailshow .moredetail img{
	max-width:100%;
}

/* newsdetail css */
.newsdetail{
	margin-top: 0px;
}

.newsdetail .newsdetailshow{
	width: 100%;
}

.newsdetail .newsdetailshow .arttitle{
	width: 100%;
	text-align: center;
	padding: 30px;
	border-bottom: 1px #00469b dashed;
	
}
.newsdetail .newsdetailshow .arttitle h1{
	font-size:30px;
	margin-bottom: 30px;
}
.newsdetail .newsdetailshow .arttitle h4{
	font-size: 18px;
	color: #b9a7a7;
}
.newsdetail .newsdetailshow .artcontent{
	width: 80%;
	padding: 30px;
	font-size: 20px;
	text-indent: 60px;
	margin: 0 auto;
	line-height: 30px;
	margin-bottom: 100px;
	margin-top: 30px;
	box-shadow: 0 0 10px #ccc;
}

.newsdetail  .switch{
	display: flex;
	justify-content: space-between;
}
.newsdetail  .switch>a{
	display: block;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.newsdetail  .switch .but{
	width: 80px;
	height: 40px;
	text-align: center;
	color: #fff;
	background:#877a7a;
	line-height: 40px;
	margin: 0 10px;
}


.newsdetail  .switch a:hover .but{
	background-color: #00469b;
}


/* contactus css */

.nycontact .tgroup{
	margin: 30px;
}
.nycontact .tgroup h1{
	font-size: 30px;
	color: #00469b;
	text-align: center;
}

.nycontact .tgroup h4{
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
.nycontact .contshow .totalcom{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
}
.nycontact .contshow .map{
	display:flex;
	justify-content: space-between;
	margin: 30px 0;
	width: 100%;
}

.nycontact .contshow .map .cardinfor{
	width: 396px;
	background: #00469b;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 30px;
}
.nycontact .contshow .map .cardinfor .pic-box{
	width: 40px;
}

.nycontact .contshow .map .cardinfor h4{
	color:#fff;
	margin-top:20px;
	font-size:20px
}

.nycontact .contshow .map .cardinfor p{
	font-size:18px;
	color:#fff;
	margin-top:15px;
	line-height: 30px;
}
.nycontact .contshow .map .cardinfor .line{
	height:3px;
	width:50px;
	background:#fff;
	margin-top:40px;
}
.nycontact .contshow .totalcom .showbox{
	width:23%;
	height: 200px;
	border:1px #eee solid;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #e8e8e8;
	flex-direction: column;
	color: #00469b;
}
.nycontact .contshow .totalcom .showbox>span{
	font-size:18px
}

.nycontact .contshow .totalcom .logo{
	width: 90%;
	height:auto;
}
.nycontact .contshow .totalcom .showbox .ewm{
	width:60%;
	border:1px #fff solid;
	padding:10px
}

.nycontact .contshow .totalcom .pic-box{
	display:flex;
}


.nycontact .contshow .totalcom p{
	font-size:20px;
	
}

.nycontact .othercom{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}
.nycontact .othercom h2{
	text-align:center;
	width:100%;
	font-size:30px;
	color: #00469b;
	margin-bottom:30px;
}

.nycontact .othercom .showbox{
	width: 25%;
	font-size:16px;
	display: flex;
	flex-wrap: wrap;
	line-height: 40px;
	align-items: flex-start;
	align-content: flex-start;
}
.nycontact .othercom .showbox p span{
	font-weight: bold;
	color: #00469b;
	font-size:20px;
}

.nycontact .contshow .basicshow{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.nycontact .contshow .basicshow .showbox{
	width: 49%;
	background: #efefed;
	color: #00469b;
	font-size: 20px;
	line-height: 40px;
	padding: 20px 40px;
}

.nycontact .contshow  .showbox .pic-box{
	width: 50px;
	margin-bottom: 15px;
}

.nycontact .contshow  .showbox:hover .pic-box{
	transform:rotate(360deg);
}
.nycontact .contshow  .showbox .pic-box img:nth-child(2){
	display: none;
}



.nycontact .contshow  .showbox:hover .pic-box img:nth-child(1){
}
.nycontact .contshow  .showbox:hover .pic-box img:nth-child(2){
	display: block;
}


.nycontact .contshow .showbox p{transition: unset;font-weight: normal;margin-top: 20px;color: #000;font-size: 16px;line-height: 30px;}
.nycontact .contshow .showbox p:nth-child(1) ~p{
	width:50%;
}
.nycontact .contshow .basicshow .showbox:hover{
	background:#00469b;
	color:#fff;
}

.nycontact .contshow .comshow{
	margin-top: 20px;
	position: relative;
	opacity: 0;
	animation: comshow 1.5s forwards;
	height: 300px;
}

@keyframes comshow {
	0%{opacity: 0;}
	40%{opacity: 0;}
	100%{opacity: 1;}
}

.nycontact .contshow .comshow .showbox:hover .lessshow{
	opacity: 0;
	display: none;
	
}

.nycontact .contshow .comshow .showbox:hover .moreshow{
	display: block;
	opacity: 1;
}

.nycontact .contshow .comshow .moreshow{
	display: none;
	width: 400px;
	height: auto;
}

.nycontact .contshow .comshow .moreshow p{
	line-height: 45px;
	font-size: 20px;
	margin: 5px 0;
}

.other-content{
	padding:30px;
	border: 1px #00469b61 solid;
	font-size:20px;
	margin-top:20px;
}
.about-content{
	border: 1px #00469b61 solid;
	margin-top:20px;
	font-size:20px;
	line-height:50px;
	padding:30px;
}

.about-content .num-show{
	width: 90%;
	display:flex;
	justify-content:space-between;
	margin: 0 auto;
	border-top: 1px #ccc solid;
	padding-top: 50px;
}

.about-content .num-show .show-box{
	width:20%;
	text-align:center;
}

.about-content .num-show .show-box b{
	font-size:40px
}

.newsbox.aboutny .news-show .newart{
	width: 23%;
	margin: 10px 1%;
}

.newsbox.aboutny .news-show{
	justify-content: space-between;
}
.newsbox.aboutny .news-show .newart .show-box .text-box{
	height:auto;
}
.newsbox.aboutny h1{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
	color: #00469b;
}
.newsbox.aboutny .news-show .newart .show-box .text-box  .newtitle{
	text-align:center;
	margin:0;
}

/* abus css */
.nyaboutus{
	width: 100%;
}

.nyaboutus .abtgroup h1{
	text-align:center;
	font-size: 30px;
	color:#00469b;
	margin-top: 30px;
}

.nyaboutus .abtgroup h4{
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}

.nyaboutus .abtgroup span{
	position: relative;
	opacity: 0;
	display: inline-block;
}

.flfont{
	animation: flfont 0.5s forwards;
}

@keyframes flfont {
	from{opacity: 0;left: -100px;top: -20px;transform: rotate(360deg);}
	to{opacity: 1;left: 0px;top: 0;transform: rotate(0);}
}

.abcontaint{
	padding-left: 40px;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 50%;
}
.abcontaint h1{
	font-size: 30px;
	text-align: left;
	color: #00469b;
}

.abcontaint h4{
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
	color: #666;
}

.nyaboutus .maincontain{
	width: 1300px;
	margin: 0 auto;
	padding: 30px 100px;
	margin-top: 50px;
	box-shadow: 0 0 10px #ccc;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
.nyaboutus .numwrapper{
	width: 100%;
	background-color: #00469b;
	padding: 30px;
	padding-top: 100px;
	margin-top: -40px;
	position: relative;
	z-index: 80;
}
.nyaboutus .numbox{
	display: flex;
	justify-content: space-between;
	width: 1300px;
	margin: 0 auto;
}
.nyaboutus .numbox .left{
	display:flex;
}
.nyaboutus .numbox .pic-box{
	width:80px;
}

.nyaboutus .numbox .left .text-box{
	color:#fff;
	font-size:20px
}

.nyaboutus .numbox .left .text-box p:nth-child(2)
{
	font-size:35px;
	color: #ed2233;
	font-weight: bold;
}

.nyaboutus .numbox .right{
	display:flex;
	flex-direction:column;
	color: #fff;
	align-items: center;
	width: 40%;
	justify-content: space-around;
	font-size: 20px;
	padding: 10px 0;
	box-shadow: 0 0 4px #ffffff75;
}
.nyaboutus .numbox .right .btn-box{
	width:100%;
	display:flex;
	justify-content:space-evenly;
	margin-top: 15px;
}
.nyaboutus .numbox .right .btn-box a{
	display:block;
	font-size:12px;
	padding: 5px 30px;
	border:5px #fff solid;
}


.nyaboutus .numbox .right .btn-box a:hover{
	background:#ed2233;
}

.nyaboutus .numbox .showbox{
	width: 16%;
	background-color: #fff;
	text-align: center;
	height: 160px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}


.nyaboutus .numbox .showbox b{
	color: #00469b;
	font-size: 30px;

	text-align: center;
}
.nyaboutus .numbox .showbox span{
	font-size: 20px;
	color: #00469b;
}

.nyaboutus .adwrapper{
	width: 100%;
	background-color: #eee;
	padding: 80px 0;
	margin-bottom: 30px;
}

.nyaboutus .adbox{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nyaboutus .adbox .left{
	width: 50%;
	display: flex;
	justify-content: center;
	overflow-x: hidden;
}
.nyaboutus .adbox .left img{
	width: auto;
	height: 100%;
}
.nyaboutus .adbox .right{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nyaboutus .adbox .right .boxgroup{
	width: 100%;
	display: flex;
	justify-content: space-between;
	
	
}
.nyaboutus .adbox .right .boxgroup:nth-child(2){
	justify-content: center;
}


.nyaboutus .adbox .right .boxgroup .showbox{
	width: 33%;
	height: 180px;
	background-color: #00469b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.nyaboutus .adbox .right .boxgroup .showbox p{
	font-size:20px;
}
.nyaboutus .adbox .right .boxgroup .showbox .pic-box{
	width: 55%;
	height: auto;
	margin-bottom: 20px;
}



.newsbox .news-show .newart{
	width: 30%;
	margin: 30px 1.5% 0 1.5%;
}
.newsbox .news-show .newart a{
	width:30%;
	display:block;
}
.newsbox .news-show .newart .swiper-slide{
	display: flex;
	justify-content: space-between;
}


.newsbox .news-show .newart .show-box{
	width: 100%;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
}

.newsbox .news-show .newart .show-box .pic-box{
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.nyaboutus .newsbox .news-show .newart .show-box .pic-box{
	height: 350px;
}



/* news css */
.nynew .text-box{
    position: relative;
    overflow: hidden;
}
.nynew.newart:hover .text-box p{
   position: relative;
   z-index: 10;
   color: #fff;
   font-size: 15px;
}
.nynew.newart:hover .text-box .newtitle{
   position: relative;
   z-index: 10;
   color: #fff;
}

.nynew .bgcolor{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 100%;
    left: 0;
    background: #00469b;
    z-index: 1;
}
.newart:hover .bgcolor{
    top: 0%;
    opacity: 1;
}
.newsbox{
}
.newsbox .news-title .title-line{
	margin: 5px auto;
}

.newsbox .contain-title{
	text-align: center;
}

.newsbox .news-show{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}



.newsbox .news-show .newart .show-box .pic-box img{
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}


.newsbox .news-show .newart .show-box .text-box{
	padding: 15px 20px;
	height: 130px;
}

.newsbox .news-show .newart .show-box .text-box .newtitle{
	font-size: 16px;
	margin-bottom: 15px;
}
.newsbox .news-show .newart .show-box .text-box .newtitle span{
	float:right;
}

.newsbox .news-show .newart .show-box .text-box{
	font-size: 14px;
}








/* abus css end */
.pglist{
	width:100%;
	display:flex;
	justify-content: center;
}

.pglist li{
	width:auto;
	height:30px;
	text-align:center;
	background:#ccc;
	margin:0 10px;
	width:35px;
	line-height:30px;
}
.pglist li:nth-child(1),.pglist li:nth-last-child(1){
	width:50px;
}



.pglist li.disabled,.pglist li:hover{
	background: #00469b;
	color:#fff
}
.pglist li a{
	display:block;
	width:100%;
}

/*ny part css*/

.m-footbut{
	display:none
}
.m-head{
    display: none;
}
.m-top-menu{
    display: none;
}
.m-head-box{
    display: none;
}





/* footer end */