/* public css */
body{
	background: #fff;
}
.pic-box{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

@media screen and (max-width:900px){
	.w1300{
		width: 100%;
	}
}

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

.contain-wrapper{
	width:100%;
	overflow:hidden;
}
.contain-box{
	width:100%;
	padding: 10px 10px;
	background: #eee;
}
.mainbox{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


.containtitle{
	font-size: 18px;
	margin: 15px 0;
	color: #044DAB;
	text-shadow: 0 1px 5px #fff;
	text-align: center;
}
.containtitle .line{
	height: 2px;
	width: 130px;
	background-color: #044DAB;
	margin: 5px auto;
}
.containtitle h1{
	font-size: 20px;
}

.containtitle h1 span{
	color: #e64851;
}

.containtitle h2{
	font-size: 16px;
}
/* public css end*/

/* head css */

header{
	width: 100%;
	height: 60px;
}


header .headtop{
	display: flex;
	justify-content: space-between;
	height: 80px;
	padding: 5px 0;
	display: none;
}


header .headtop .logopic{
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .headtop .logopic p{
	font-size:20px;
	color: #e64851;
	font-weight: bold;
}
header .headtop .logopic .pic-box{
	height: 100%;
	width: 200px;
}

header .headtop .logopic .pic-box img{
	height:100%;
	width:auto;
}
header .headtop .topcallus{
	width: 25%;
	display: flex;
	justify-content: center;
	height: 100%;
	align-content: center;
	align-items: center;
}

header .headtop  .topcallus .left{
	width: 18%;
	letter-spacing: 10px;
}


header .headtop  .topcallus .left p{
	font-size: 18px;
}


header .headtop  .topcallus .line{
	width: 3px;
	height: 100%;
	background-color: #6262628a;
	margin: 0 5px;
}
header .headtop  .topcallus .right{
	width: 80%;
	display: flex;
	align-items: center;
}
header .headtop  .topcallus .right p img{
	width:45px;
}
header .headtop  .topcallus .right p{
	font-size: 30px;
	font-weight: bold;
	color: #e64851;
}

header .headnav{
	width: 100%;
	background: #044DAB;
	height: 50px;
	position: relative;
	z-index: 10;
	display: none;
}


header .headnav ul{
	display: flex;
	height: 100%;
	justify-content: flex-start;
}
header .headnav ul a{
	width:100%;
	display:inline-block;
}
header .headnav ul li>ul{
	width:100%;
	display:flex;
	flex-direction:column;
	background: #044DAB;
	opacity:0;
	height: auto;
}
header .headnav ul li:hover>ul{
	opacity:1;
}
header .headnav ul li>ul>li{
	width:100%;
	
}
header .headnav ul li{
	height: 100%;
	width: 16.66%;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


header .headnav ul li:hover{
	background-color: #e64851;
}
header .headnav ul li.active{
	background-color: #e64851;
}
/* head css end*/

.banner{
	max-height: 550px;
	width: 100%;
	overflow: hidden;
	position: relative;
	--swiper-navigation-color: #e64851;
	--swiper-pagination-color: #e64851;
	--swiper-navigation-size: 50px;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	background:#044dab4f;
	padding:5px;
	height:60px;
	width:40px
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
	background:#044daba3;
}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
}
.banner .pic-box{
	align-items:flex-start;
}
.contactlind{
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #044DAB;
	align-items: center;
	padding-top: 10px;
}


.contactlind .tel{
	display: flex;
	width: 350px;
	align-items: center;
	display: none;
}


.contactlind .tel .pic-box{
	width: 70px;
	height: 100%;
}
.contactlind .tel .text-box{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

.contactlind .tel .text-box b{
	font-size: 30px;
}

.contactlind .btu{
	width: 100%;
	color: #fff;
	text-align: center;
}


.contactlind .btu p{
	font-size: 14px;
}


.contactlind .btu a{
	display: inline-block;
	height: 25px;
	width: 120px;
	line-height: 24px;
	text-align: center;
	margin: 15px 10px;
	font-size: 14px;
	border: 1px #fff solid;
}
.contactlind .btu a:hover{
	background:#e64851;
}

/* abus  css*/
.abusbox{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.abusbox .right{
	position:relative;
	overflow:hidden;
	--swiper-navigation-color: #e64851;/* Ã¥Ââ€¢Ã§â€¹Â¬Ã¨Â®Â¾Ã§Â½Â®Ã¦Å’â€°Ã©â€™Â®Ã©Â¢Å“Ã¨â€°Â² */
	--swiper-pagination-color: #e64851;
}
.abusbox .right .swiper-pagination-bullet{
	height:15px;
	width:15px;
}
.abusbox .textbox{
	margin-top: 0px;
	font-size: 14px;
	line-height: 30px;
}

.abusbox .bottomnum{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	overflow:hidden;
}


.abusbox .bottomnum .showbox{
	width: 100%;
	text-align:center;
}

.abusbox .bottomnum .showbox b{
	color: #e64851;
	font-size: 40px;
}

.abusbox .bottomnum .showbox em{
	position: relative;
	top: -30px;
	font-size: 30px;
}

.abusbox .bottomnum .showbox p{
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.abusbox .right .pic-box{
	height: 280px;
	justify-content:flex-start;
	overflow:unset;
}
.abusbox .right .pic-box img{
	height:100%;
	width:auto;
}

/* abus 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;
	flex-direction: column;
} 

.probigbox .propagin{
	width: 100%;
	overflow: hidden;
	height: 180px;
	background: #044DAB;
}
.probigbox .propagin p{
	font-size: 16px;
	color:#fff;
	text-align:center;
	width:80%;
	margin:0 auto;
	padding:0 20px;
	border-bottom:1px #fff solid;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.probigbox .propagin p:hover{
	border-color:#e64851;
	color:#e64851;
}
.probigbox .propagin .swiper-slide-thumb-active p{
	border-color:#e64851;
	color:#e64851;
}
.probigbox .proshow{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

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

.probigbox .proshow .showbox .topbox{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.probigbox .proshow .showbox .topbox .pic-box{
	width: 100%;
	height: 300px;
	padding: 5px;
	background: #044DAB;
}
.probigbox .proshow .showbox .topbox .pic-box img{
	height:100%;
	width: 100%;
}

.probigbox .proshow .showbox .topbox .textbox{
	font-size: 16px;
	line-height: 25px;
	height: 100px;
	width: 100%;
	position:  relative;
	padding: 20px 10px;
}
.probigbox .proshow .showbox .topbox .textbox .contact-box{
	position:absolute;
	color:#044DAB;
	bottom:0;
	left: 10px;
	font-weight:bold;
	font-size: 14px;
	display: none;
}

.probigbox .proshow .showbox .topbox .textbox .arttitle{
	font-size: 18px;
	color: #044DAB;
}

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


.probigbox .proshow .showbox .bottombox .showitem{
	width: 48%;
	box-shadow: 0 0 5px #000000cf;
	background: #044DAB;
	padding: 5px;
	border: 1px #ffffffb5 solid;
	display: none;
}
.probigbox .proshow .showbox .bottombox .showitem:nth-child(1){
	display:block;
}
.probigbox .proshow .showbox .bottombox .showitem:nth-child(2){
	display:block;
}
.probigbox .proshow .showbox .bottombox .showitem .pic-box{
	width: 100%;
	height: 120px;
}
.probigbox .proshow .showbox .bottombox .showitem .pic-box img{
	height:100%;
}
.probigbox .proshow .showbox .bottombox .showitem p{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	color: #fff;
}
/* pro css end*/
/* advantage css */
#adbox:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background: #2a69a757;
	top:0;
	left:0;
}

.adbox {
	padding: 0 0 20px;
	position: relative;
	z-index: 20;
}
.adbox .containtitle{
	text-align: center;
	margin: 0;
}
.adbox .containtitle .line{
	margin: 5px auto;
}
.adbox .adshow {
	margin-top: 30px;
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}
.adshow .cartoon{
	width: 48%;
}
.adshow .showbox{
	width:100%;
	height: 150px;
	padding: 10px 5px;
	background: #044DABcc;
	border-radius: 20px;
	text-align: center;
	position: relative;
	overflow:hidden;
	margin-bottom: 10px;
}
.adshow .showbox:hover{
	
	background: #e64851cf;
}

.adshow .showbox:hover .title{

	color:#fff;
}
.adshow .showbox .title{
	font-size: 18px;
	color: #e64851;
	font-weight: bold;
	transition:none;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	flex-direction: column;
	justify-content: center;
}

.adshow .showbox .title span{
	transition:none;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}


.adshow .showbox .text-box{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.adshow .showbox:hover .text-box{
	left:0;
}
.adshow .showbox:hover .title{
	display:none;
}
/* advantage css end*/

/* case css */
.casebox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.casebox .containtitle{
	text-align: center;
	width: 100%;
}


.casepagin{
	width: 100%;
	overflow: hidden;
	height: 650px;
}
.casepagin>.swiper-wrapper{
}
.casepagin .swiper-slide{
	height: 25%;
	width: 50%;
}
.casepagin .showbox{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	border: 2px #fff solid;
	background: #044DAB;
	height: 100%;
	position:relative;
}
.casepagin .showbox p{
	position:absolute;
	bottom:0;
	background:#044dab7d;
	width:100%;
	text-align:center;
	padding:5px 0;
}

.casepagin .showbox .pic-box{
	width: 100%;
	min-height: 100%;
}

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

.casepagin .showbox:hover .pic-box{
	transform: rotateY(360deg);
	transition:0.5s linear;
}
.casepagin .showbox:hover{
	background: #e53a3a;
}
.caseshow{
	width: 70%;
	overflow: hidden;
	position:relative;
	display: none;
}


.caseshow .showbox{
	width: 100%;
	position: relative;
	height: 650px;
	overflow: hidden;
}
.caseshow .showbox .pic-box:hover img{
	transform:scale(1.2)
}
.caseshow .pic-box{
	height: 540px;
	width: 100%;
}

.caseshow .more{
	height:120px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 30px 100px;
}


.caseshow .more a{
	display: inline-block;
	border: 1px #e53a3a solid;
	color: #e53a3a;
	font-size: 20px;
	width: 200px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 10px;
}

.caseshow .more a:hover{
	background: #044DAB;
	color: #fff;
	border-color: #fff;
}


.caseshow .text-box{
	background: #e64851b8;
	position: absolute;
	bottom: 0;
	left: -500px;
	border-top-right-radius: 20px;
	width: 500px;
	height: 240px;
	padding:30px;
}
.caseshow .showbox:hover .text-box{
	left:0;
}
.caseshow .text-box .title{
	color: #fff;
	font-size: 22px;
}
.caseshow .text-box .line{
	width: 60px;
	height: 4px;
	background: #044DAB;
	margin: 20px 0 40px 0;
}
.caseshow .text-box .text{
	font-size:16px;
	color: #fff;
	line-height: 25px;
}








.casebox .containtitle .line{
	margin: 5px auto;
}
/* case css end*/
/* news css */
.newbox{
	margin: 10px auto;
}
.newbox .newsshow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.newbox .newsshow .left{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.newbox .newsshow .left .showbox {
	width: 100%;
	height: 180px;
	display: flex;
	margin-bottom: 20px;
	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: 14px;
	color: #333;
	margin-bottom: 5px;
}

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

.newbox .newsshow .left .text-box .more{
	width: 30px;
	height: 30px;
	background-color: #e4dddd;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
}
.newbox .newsshow .left .showbox:hover .text-box .more{
	background: #044DAB;
	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;
	display: none;
}
.newbox .nynewshow.newsshow .right{
	display:block;
}  
.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;
	display: block;
}
.newbox .newsshow .right .showbox .up{
	height: 100%;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

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

.newbox .newsshow .right .showbox .data b{
	color: #333;
	font-size: 30px;
}
.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: inherit;
	width: 75%;
}

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


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

/* footer css */
/* footer css */

.footer{
	padding: 0px 0px 0px;
	background-color: #044DAB;
	position: relative;
	z-index: 20;
	width: 100%;
	overflow: hidden;
}

.footer .main-contain{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
}


.footer .main-contain .contact{
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 10px;
}
.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: 12%;
	border-radius: 50%;
	padding: 10px;
	background-color: #0e3260;
}

.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: #e64851;
}


.footer .main-contain .other-contact{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

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


.footer .main-contain .other-contact .box img{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}


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


.footer .foot-nav
{
	width: 100%;
}

.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>ul>li>ul{
	display:none;
}
.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: 14px;
	margin-bottom: 15px;
	display: block;
}

.footer .bottom-text{
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

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

/* footer end */
/* footer css end */


/* nycss */

.nybanner{
	width:100%;
}

.nybanner img{
	width:100%;
	height:auto;
}



.nycontainer{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 10px 40px;
	flex-wrap: wrap;
}


.nycontainer .left{
	width: 100%;
	padding: 0px 0;
	border-radius: 20px;
}

.nycontainer .left .navtitle{
	color:#fff;
	font-size: 20px;
	padding: 10px 0 10px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 10px;
	color: #044DAB;
	display: none;
}

.nycontainer .left .navshow{
	background: #fff;
	padding: 0 10px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
}


.nycontainer .left .navshow .showbox{
	border: 1px #044dab70 solid;
	margin: 5px 1%;
	color: #044DAB;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.nycontainer .left .navshow .showbox:hover{
	border-color: #e64851;
	background: #e64851;
	color:#fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.nycontainer .left .contact{
	background-color: #fff;
	margin-top: 45px;
	border-radius: 20px;
	padding: 20px 0;
	display: none;
}
.nycontainer .left .contact .text-box{
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.nycontainer .left .contact .text-box .pic-box{
	width: 43px;
}


.nycontainer .left .contact .text-box .text{
	font-size: 20px;
	color: #e64851;
}

.nycontainer .left .contact .text-box .text p:nth-child(2){
	font-size: 27px;
	font-weight: bold;
}
	
.nycontainer .right{
	width: 100%;
	margin-top: 10px;
}

.nycontainer .showtitle{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	border-bottom: 2px #044DAB solid;
	font-size: 14px;
	align-items: flex-end;
}

.nycontainer .showtitle h2{
	color: #e64851;
	font-size: 20px;
}
.nycontainer .showtitle .breadcrumb{
	display:none;
}
.nycontainer .proshow{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nycontainer .proshow .showbox{
	width: 48%;
	display: block;
	background: #044DAB;
	overflow: hidden;
	position: relative;
	margin: 20px 1% 0 1%;
}


.nycontainer .proshow .showbox b{
	position:absolute;
	top:0;
	right:0;
	height:0;
	font-size: 22px;
	text-align: right;
	color:#fff;
	width:0;
	border-top: 30px #e64851b3 solid;
	border-bottom:30px #ffffff00 solid;
	border-left:30px #ffffff00 solid;
	border-right: 30px #e64851b3 solid;
}
.nycontainer .proshow .showbox b span{
	display:block;
	position:absolute;
	top:-25px;
	left:0;
}
.nycontainer .proshow .showbox .pic-box{
	width: 100%;
	max-height: 150px;
}
.nycontainer .proshow .showbox .pic-box img{
	min-height:100%;
}

.nycontainer .proshow .showbox p{
	font-size: 14px;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 10;
}
.nycontainer .proshow .showbox:hover{
	background: #e64851;

}

.nycontainer .proshow .showbox:hover img{
	transform:scale(1.1);
}

.nycontainer .prodetail{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: flex-start;
	flex-direction: column;
}



.nycontainer .prodetail .pic-box{
	width: 100%;
	height: auto;
	padding: 5px;
	box-shadow: 0 0 10px #8b8888;
}

.nycontainer .prodetail .text-box .pic-box{
	font-size: 12px;
	width: 100px;
	height:auto;
	flex-direction: column;
	float: left;
}


.nycontainer .prodetail .text-box{
	width: 100%;
	padding: 15px 30px 0px 30px;
}

.nycontainer .prodetail .text-box>p{
	margin: 10px 0;
	font-size: 14px;
}
.nycontainer .prodetail .text-box .texttitle span{
	font-weight: bold;
}

.nycontainer .prodetail .text-box .contact span{
	font-weight: bold;
	color: #e64851;
	font-size: 24px;
}
.nycontainer .prodetail .moredetail{
	width: 100%;
	margin-top: 60px;
	min-height:400px;
}

.nycontainer .prodetail .moredetail h3{
	border-bottom:2px #044DAB solid;
	font-size: 25px;
	color: #e64851;
	padding: 20px 0;
}

.prodetail .proshow{
	border-top:2px #044DAB solid;
	margin-top: 30px;
}
.nycontainer .proshow h3{
	font-size:25px;
	color: #e64851;
	padding: 20px 0 0;
	width: 100%;
}

.nyaboutus{
	width:100%;
	margin-top: 10px;
	font-size: 14px;
}

.nynewshow .right{
	width: 100%!important;
	margin-top: 30px;
}
.nynewshow .right a{
	margin-bottom:20px!important;
}


.pagination{
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:20px;
}


.pagination>li:nth-child(1){
	width:65px;
}
.pagination>li:nth-last-child(1){
	width:65px;
}
.pagination>li{
	text-align:center;
	width:30px;
	height:30px;
	height:30px;
	line-height:30px;
	background:#eee;
	margin:0 10px;
}

.pagination>li a{
	display:inline-block;
	width:100%;
	height:100%;
}


.pagination>li:hover{
	background:#044DAB;
	color:#fff;
}
.pagination>li.active{
	background:#044DAB;
	color:#fff;
}


.newsdetail .textbox{
	border: 1px #ccc solid;
	padding: 10px 20px;
	margin-top: 20px;
}

.newsdetail .textbox h2{
	font-size: 25px;
	color: #044DAB;
	padding-bottom: 10px;
	text-align: center;
}


.newsdetail .textbox .subti{
	color: #ccc;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
	font-size:14px;
	padding: 10px 0;
	text-align: center;
}

.newsdetail .textbox .text{
	font-size: 16px;
	padding-top: 20px;
}
.newsdetail .textbox .text img{
	max-width:100%!important;
	height:auto!important;
}

.nycontactus .contactgroup{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	flex-wrap: wrap;
}

.nycontactus .contactgroup .showbox{
	width: 48%;
	height: 200px;
	background-color: #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.nycontactus .contactgroup .showbox:nth-child(3){
	width:100%;
	margin-top:20px;
}
.nycontactus .contactgroup .showbox .pic-box{
	width: 50px;
	margin-bottom: 30px;
}

.nycontactus .contactgroup .showbox .text-box{
	font-size:16px;
	color: #044DAB;
	text-align: center;
}

.nycontactus .contactgroup .showbox .text-box span{
	font-weight: bold;
	font-size: 16px;
}

.nycontactus .othershow{
	display:flex;
	margin-top: 60px;
	flex-wrap:wrap;
}

.nycontactus .othershow h3{
	color:#e64851;
	font-size:25px;
	width:100%;
	text-align:center;
}

.nycontactus .othershow .showbox{
	width: 100%;
	margin:20px 1.5%;
	color:#044DAB;
	font-size:16px;
	height:320px;
	background:#eee;
	padding:20px;
	line-height:30px;
	overflow:hidden;
}

.nycontactus .othershow .showbox .pic-box{
	width:100%;
	margin:0 auto;
	height:150px;
	margin-top:20px;
}

.nycontainer .switch{
	width:100%;
	display:flex;
	justify-content:space-between;
	font-size: 14px;
}
.nycontainer .switch a{
	display:block;
	width:150px;
}
.nycontainer .switch a:nth-child(2){
	text-align:right;
}
.nycontainer .switch a:hover{
	color:#044DAB;
}

.prodetail .switch{
	margin-top:20px
}