/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{
	padding: 0;
	margin: 0;
	font-family: fontR,"微软雅黑";
	/* [disabled]font-size: 16px; */
	color: #333333;/*min-width: 1200px;*/
}
.wrap{margin: 0 auto;max-width: 1400px;width: 95%; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.pa{position: absolute; }
.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
/**导航菜单**/

header{position: fixed;left: 0;top: 0;display: block;width: 100%;z-index: 99;transition: all 0.3s;padding: 0 3.75vw;transition: all .5s;border-bottom: 1px solid rgba(255,255,255,0.15);}
header .logo{display: block;}
header .logo img{ max-width: 18.83vw;display: block; }
header .logo img{max-height: 60px;display: block;}
header .logo img.cai{display: none;}
header .menuUl>li{margin-left: 3vw;position: relative;}
header .menuUl>li.mshow{display: none;}
header .menuUl>li:first-child{margin-left: 0;}
header .menuUl .yiji{height: 100px;display: flex;justify-content: center;align-items: center;position: relative;}
header .menuUl .yiji a{font-size: 18px;color: rgb(255, 255, 255);line-height: 1.5;display: block;position: relative;text-align: center;height: 100px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;}
header .menuUl>li .yiji a::before{
	content: "";
	display: block;
	width: 0;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #0c53a5;
	transition: all 0.3s;
}
header .menuUl>li.on .yiji a,
header .menuUl>li:hover .yiji a{color: #0c53a5;}
header .menuUl>li.on .yiji a::before,
header .menuUl>li:hover .yiji a::before{
	width: 100%;
	left: 0;
}
header .menuUl .erjiBox{
	position: absolute;
	left: 50%;
	top: 100px;
	transition: all 0.3s;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px) translateX(-50%);
	min-width: 250px;
	padding-top: 10px;
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .menuUl .erjiUl{
	border-radius: 5px;
	padding: 20px 0;
	background: #ffffff;
}
header .menuUl .erjiUl .erji a{
	font-size: 16px;
	color: #666666;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 24px;
}
header .menuUl .erjiUl li:hover .erji a{color: #0c53a5;}
header .hasTri .erjiBox{
	padding-top: 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 100px;
	transform: translateY(-20px);
	background: #ffffff;
	padding: 48px 0;
}
header .menuUl>li.hasTri:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .hasTri .erjiUl{
	padding: 0 0;
	background: none;
}
header .hasTri .erjiUl::before{
	content: "";
	left: 32%;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	background: #eaeaea;
}
header .hasTri .erjiUl>li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .hasTri .erjiUl .erji{
	width: 32%;
	padding-right: 48px;
	/* position: absolute;
	left: 0;
	top: 0; */
}
header .hasTri .erjiUl .erji a{
	display: block;
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	padding: 10px 18px 10px 0 !important;
}
header .hasTri .sanjiBox{
	width: 68%;
	position: absolute;
	left: 32%;
	top: 0;
	padding-left: 88px;
	display: none;
}
header .hasTri .sanjiUl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -7px -26px;
}
header .hasTri .sanjiUl li{
	width: calc(100% / 3);
	border-radius: 10px;
	padding: 7px 26px;
}
header .hasTri .sanjiUl li:nth-child(3n){margin-right: 0;}
header .hasTri .sanjiUl li:nth-child(-n+3){margin-top: 0;}
header .hasTri .sanjiUl li a{
	width: 100%;
	font-size: 18px;
	color: rgb(153, 153, 153);
	line-height: 43px;
	padding: 0 32px;
	border-radius: 10px;
	display: block;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	transition: all 0.3s;
}
header .hasTri .sanjiUl li a:hover{
	color: #ff2e4d;
	background-color: rgb(250, 246, 247);
}
header .langB{
	margin-left: 4vw;
	position: relative;
}
header .langB::before{
	content: "";
	background-color: rgb(255, 255, 255);
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: -2vw;
	top: calc(50% - 10px);
}
header .langB .aB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	cursor: pointer;
	position: relative;
}
header .langB .aB span{margin: 0 10px;display: block;}
header .langB .aB .find{font-size: 25px;display: block;}
header .langB .aB .jiantou{font-size: 8px;display: block;}
header .langB .bB{
	position: absolute;
	left: 0;
	top: 40px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .langB .bB a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 16px;
	text-align: center;
}
header .langB .bB a.on{
	background: #E8EAE9;
	pointer-events: none;
}
header .langB .bB a:hover{
	background: #0c53a5;
	color: #ffffff;
}
header .findBtn{
	margin-left: 2vw;
	cursor: pointer;
}
header .findBtn i{
	width: 26px;
	height: 26px;
	font-size: 26px;
	color: #ffffff;
	display: flex;justify-content: center;align-items: center;
}
header .findBtn i.guanbi{font-size: 20px;display: none;}
header.openSearch .findBtn i.find{display: none;}
header.openSearch .findBtn i.guanbi{display: block;}
header .headSearch{
	transition: all 0.3s;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(20px);
	position: fixed;
	left: 0;
	top: 100px;
	display: block;
	width: 100%;
	z-index: 99;
	background: #ffffff;
}
header.openSearch .headSearch{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .headSearch .kuang{
	min-height: 400px;
}
header .headSearch .headForm{
	width: 100%;
	max-width: 600px;
	position: relative;
}
header .headSearch .headForm .input{
	display: block;
	width: 100%;
	line-height: 64px;
	font-size: 18px;
	border: 0;
	padding: 0 64px 0 0;
	border-bottom: 1px solid #cdcdcd;
	background: none;
}
header .headSearch .headForm .submit{
	width: max-content;
	height: 64px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
header .headSearch .headForm .submit i{
	font-size: 24px;
	color: #0c53a5;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .headSearch .headForm .submit input{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
header.nyHead,
header.onFix{background: #ffffff;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);}
header.nyHead .logo img,
header.onFix .logo img{filter: unset;}
header.nyHead .menuUl .yiji a,
header.onFix .menuUl .yiji a{color: #2e2e2e;}
header.nyHead .langB .aB,
header.nyHead .findBtn i,
header.onFix .langB .aB,
header.onFix .findBtn i{color: #2e2e2e;}
header.nyHead .langB::before,
header.onFix .langB::before{background: #2e2e2e;}
header.onFix .logo img.bai{display: none;}
header.onFix .logo img.cai{display: block;}
header .mopenBtn{display: none;}
.dingwei{position: absolute;left: 0;top: -100px;}
.nbanny{height: 100px;}
@media (max-width:1432px) {
	header .menuUl>li{margin-left: 2vw;}
	header .langB{margin-left: 4vw;}
	header .langB::before{left: -2vw;}
	header .menuUl .erjiUl{padding: 12px 0;}
	header .hasTri .sanjiBox{padding-left: 48px;}
	header .hasTri .sanjiUl{margin: -6px;}
	header .hasTri .sanjiUl li{padding: 6px;}
	header .hasTri .sanjiUl li a{padding: 0 16px;}
}
@media (max-width:1232px) {
	header .menuUl .yiji a{font-size: 16px;}
	header .menuUl>li{margin-left: 1.2vw;}
	header .findBtn{margin-left: 1.2vw;}
	header .hasTri .erjiBox{padding: 16px 0;}
}
@media (max-width:1024px) {
	.nbanny{height: 56px;}
	.dingwei{top: -56px;}
	header{padding:0 16px;}
	header .logo{position:relative;z-index:2;}
	header .logo img{max-height:32px;max-width:unset;filter:grayscale(1) brightness(0%) invert(100%);}
	header .langB{margin-left:0;font-size:14px;}
	header .langB::before{display: none;}
	header .findBtn{margin: 0 16px;}
	header .headSearch{
		top: 56px;
	}
	header .headSearch .kuang{min-height: unset;padding: 16px;}
	
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #fff;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 56px;
		display: block;
		width: 100%;
		height: calc(100vh - 56px);
		background: #ffffff;
		transition: all 0.3s;
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);height: unset;justify-content: flex-start;}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #ff2e4d;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #ff2e4d;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
	}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
	header .menuUl .erjiUl{padding: 0;}
	header .menuUl .erjiUl .erji a{padding: 8px 16px;position: relative;}
	header .menuUl .erjiUl .erji a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #666666;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiBox,
	header .menuUl>li.hasTri:hover .erjiBox{
		position: relative;left: unset;top: unset;
		visibility:unset;opacity: unset;transform: unset;transition: unset;
	}
	header .hasTri .erjiUl::before{display: none;}
	header .hasTri .erjiUl .erji{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li{position: relative;}
	header .hasTri .sanjiBox{
		position: relative;left: unset;top: unset;
		padding: 0;
	}
	header .menuUl .erjiBox,
	header .menuUl>li:hover .erjiBox{
		opacity: unset;
		height: unset;
		visibility: unset;
		transform: unset;
		padding: 0;
	}
	header .erjiBox .container{padding: 0;}
	header .hasTri .erjiUl .erji a{font-size: 16px;font-weight: 400;padding-left: 16px !important;}
	header .hasTri .erjiUl>li{display: block;}
	header .hasTri .sanjiBox{width: 100%;}
	header .hasTri .sanjiUl{margin: 0;padding: 4px 16px;}
	header .hasTri .sanjiUl li{width: 100%;padding: 0;}
	header .hasTri .sanjiUl li a{font-size: 16px;line-height: 1.5;padding: 3px 16px;position: relative;}
	header .hasTri .sanjiUl li a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #b1b1b1;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header.nyHead .mopenBtn span,
	header.nyHead .mopenBtn span:after, 
	header.nyHead .mopenBtn span:before,
	header.onFix .mopenBtn span,
	header.onFix .mopenBtn span:after, 
	header.onFix .mopenBtn span:before{background: #ff2e4d;}
	header.nyHead.open .mopenBtn span,
	header.onFix.open .mopenBtn span{background: #ffffff;}
}

/****底部***/
.footerDiv .hdDiv{padding: 50px 0 ;background: #252525;}
.footerDiv .hdDiv .flexbet{align-items: flex-start;color: #fff;}
.footerDiv .hdDiv .logoDiv{width: 170px; }
.footerDiv .hdDiv .logoDiv .shareDiv{margin-top: 30px; }
.footerDiv .hdDiv .logoDiv .shareDiv a{margin-right: 15px;color: #fff; }
.footerDiv .hdDiv .logoDiv .shareDiv a:last-child{margin-right: 0; }
.footerDiv .hdDiv .logoDiv .shareDiv a i{font-size: 22px; }
.footerDiv .hdDiv .listDiv{margin-left: 40px;max-width: 22%; }
.footerDiv .hdDiv .listDiv>span{display: block;margin-bottom: 20px;text-transform: capitalize; font-weight:bold }
.footerDiv .hdDiv .aDiv a{color: #fff;display: block;margin-bottom:10px;font-size: 14px;font-weight: 400; text-transform:capitalize}

.footerDiv .hdDiv .p{margin-bottom: 10px;;font-size: 14px; }
.footerDiv .hdDiv .p i{margin-right: 5px;font-size: 20px;color: #fff; }
.footerDiv .hdDiv .ewmDiv{width: 123px;text-align: center; }
.footerDiv .hdDiv .ewmDiv p{margin-top: 15px;font-size: 14px; }
.footerDiv .bdDiv{padding: 17px 0;text-align: center;background: #151515;color: #fff; }
.footerDiv .bdDiv a{color: #fff;}
.footerDiv .bdDiv a:hover{color: #baab7b;}


.bottomDiv{padding: 58px 0 36px;}
.bottomDiv .leftDiv{color: #fff;font-size: 32px;margin-bottom: 25px;}
.bottomDiv .rightDiv form input{width: 27.78%;line-height: 46px;background: rgba(255,255,255,.3);border: 0;border-radius: 4px;color: #fff;padding: 0 10px;margin-right: 20px;}
.bottomDiv .rightDiv form input::-webkit-input-placeholder{color: #fff;}
.bottomDiv .rightDiv form input::-moz-placeholder{color: #fff;}
.bottomDiv .rightDiv form input::-ms-input-placeholder{color: #fff;}
.bottomDiv .rightDiv form button{width: 11%;line-height: 46px;background:#ef2555;border: 0;border-radius: 4px;color: #fff;padding: 0 10px;cursor: pointer;min-width: 120px;}

/* .testDiv ul li{margin-top: -5px;}
.testDiv ul li a{border: 1px solid #eee;padding: 10px;background: #fff;}
.testDiv ul li a .imgDiv{width: 200px;height: 70px;display: flex;justify-content: flex-end;transition: all .6s;}
.testDiv ul li a .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.testDiv ul li:nth-child(2){margin-left: 10px;}
.testDiv ul li:hover{position: relative;z-index: 1;}
.testDiv ul li:hover .imgDiv{transform: scale(1.5);} */

/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 0; }


/*banner轮播*/
.banner{overflow: hidden;}
.swiper_banner{position: relative;z-index: 1;}
.swiper_banner .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.swiper_banner .nrBox{
	position: relative;
	z-index: 2;
	padding-top: 70px;
	min-height: 48vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.swiper_banner .kuang{max-width: 50%;}
.swiper_banner .dazi{
	color: #ffffff;
	margin: 0;
	 
	transition: all 0.6s;
	transform: translateY(40px); font-size:46px; font-weight:bold; line-height:70px; font-style: italic;
	opacity: 0; text-transform:capitalize
}

.swiper_banner .dazi1{
	color: #ffffff;
	margin: 0;
	 
	transition: all 0.6s;
	transform: translateY(40px); font-size:36px; font-weight:bold; line-height:60px; font-style: italic;
	opacity: 0; text-transform:capitalize
}

.swiper_banner .xzi{
	color: #ffffff;
	margin: 0;
	 
	transition: all 0.6s;
	transform: translateY(40px); font-size:38px; font-weight:bold; line-height:70px;  
	opacity: 0; text-transform:capitalize
}
.swiper_banner .btnB{
	margin-top: 2.8vw;
	transition: all 0.6s;
	transform: translateY(40px);
	transition-delay: 0.3s;
	opacity: 0;
}
.btnB,
.btnB2{
	font-family: "D_bold";
	border-radius: 10px;
	background-color:#0c53a5;
	/* min-width: 200px; */
	width: max-content;
	padding: 0 38px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .7s cubic-bezier(.435,.25,.15,.965);
}
.btnB2{
	background: #ffffff;
	border: 1px solid rgb(51, 51, 51);
	color: rgb(51, 51, 51);
}
.btnB i,
.btnB2 i{display: block;margin-left: 18px;font-size: 24px;}
.btnB span,.btnB i,
.btnB2 span,.btnB2 i{position: relative;z-index: 2;transition: transform .7s cubic-bezier(.435,.25,.15,.965);}
.btnB::before,
.btnB2::before{content: "";width: 100%;height: 100%;z-index: 1;background-color: rgba(255, 255, 255,0.1);border-radius: 10px;transition: transform .7s cubic-bezier(.435,.25,.15,.965);display: block;position: absolute;top: 0;left: 0;transform: translate(-102%);}
.btnB2::before{background-color: rgb(255, 46, 77);}
.btnB2:hover{border-color: rgba(51, 51, 51,0);color: #ffffff;}
.btnB:hover::before,
.btnB2:hover::before{transform: translate(0);}
.btnB:hover span,
.btnB2:hover span{transform: translate(4px);}
.btnB:hover i,
.btnB2:hover i{transform: translate(8px);}
.swiper_banner .swiper-slide-active .dazi{transform: translateY(0);opacity: 1;}
.swiper_banner .swiper-slide-active .xzi{transform: translateY(0);opacity: 1;}
.swiper_banner .swiper-slide-active .btnB{transform: translateY(0);opacity: 1;}
.swiper_banner .swiper-slide-active .dazi1{transform: translateY(0);opacity: 1;}
.banner .swiper-pagination{
	bottom: 2.125vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background: none;
	margin: 0 10px;
	transition: all 0.3s;
	opacity: 1;
	border: 2px solid rgba(255, 46, 77,0);
	border-radius: 50%;
	width: 2vw;
	height: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet::after{
	content: "";
	border-radius: 50%;
	background: rgb(255, 255, 255);
	width: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background: #fff;}
.downBtn{
	position: absolute;
	left: 3.75vw;
	bottom: 3.75vw;
	display: block;
	width: 11px;
	height: 46px;
	background: url(../img/cjt.webp) center no-repeat;
	background-size: 100% 100%;
	z-index: 9;
	cursor: pointer;
	animation:mymove 5s infinite;
	-webkit-animation:mymove 5s infinite;
	animation-direction:alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation:mymove 5s infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes mymove{
    0%{transform: translateY(0);}
    25%{transform: translateY(-16px);}
    50%{transform: translateY(0);}
    75%{transform: translateY(-16px);}
}
@-webkit-keyframes mymove{
    0%{transform: translateY(0);}
    25%{transform: translateY(-16px);}
    50%{transform: translateY(0);}
    75%{transform: translateY(-16px);}
}
.banny .imgB{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
	z-index: 1;
}
.banny .nrBox{
	height: 520px;
	padding: 0;
	z-index: 2;
	padding: 3vw 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.banny .catB{
	color: rgb(255, 255, 255);
	margin: 0;
}
@media (max-width:1024px) {
	/* .swiper_banner .nrBox{min-height: unset;padding: calc(10vw + 56px) 0 10vw;} */
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 20px;height: 20px;}
	.banner .swiper-pagination-bullet::after{width: 6px;height: 6px;}
	.banny .nrBox{padding: 24vw 0 24px;height: auto;}
}
@media (max-width:800px) {
	/* .swiper_banner .nrBox{padding: calc(14vw + 56px) 0 14vw;} */
	.downBtn{width: 5px;height: 20px;left: 8px;bottom: 8px;display: none;}
}
@media (max-width:640px) {
	/* .swiper{background: #000000;padding-top: 56px;} */
	.swiper_banner .nrBox{padding: 56px 0 0;}
	.swiper_banner .dazi{font-size: 16px;line-height: 30px;}
	.swiper_banner .dazi1 {
  color: #ffffff;
  margin: 0;
  transition: all 0.6s;
  transform: translateY(40px);
  font-size: 14px;
  font-weight: bold;
  line-height:20px;
  font-style: italic;
  opacity: 0;
  text-transform: capitalize;
}
	.swiper_banner .btnB{height: 32px;margin-top: 10px;padding: 0 10px; font-size:14px}
	.swiper_banner .btnB i{ font-size:14px}
	.banner .swiper-pagination-bullet{width: 10px;height: 10px;border-width: 1px;}
	.swiper_banner .xzi{
	color: #ffffff;
	margin: 0;
	 
	transition: all 0.6s;
	transform: translateY(40px); font-size:14px; font-weight:bold; line-height:30px;  
	opacity: 0; text-transform:capitalize
}
}

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{display: block;font-weight: bold;color: #333;margin-bottom: 5px; text-transform:capitalize}
.indexTitle small{font-size: 16px;color: #999999;text-transform: uppercase; }
.indexTitle.cfff span{color: #fff;}
.indexTitle.cfff small{color: #fff;}


.f40{font-size: 40px;}
.f30{font-size: 30px;}
.f24{font-size: 24px;}
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}

.indexDiv1{padding: 80px 0 80px;}
 
.indexDiv1 .bdDiv{margin-top: 49px; }
.indexDiv1 .bdDiv .swiper-container{padding: 10px 10px 50px;}
.indexDiv1 .bdDiv a{display: block;box-shadow: 0px 0px 13px rgba(0,0,0,.08);background: #fff; }
.indexDiv1 .bdDiv .imgDiv{position: relative;padding-top:75%;border-bottom: 1px solid #eee; }
.indexDiv1 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.indexDiv1 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv1 .bdDiv .textDiv{padding: 25px 6.4%; }
.indexDiv1 .bdDiv .textDiv .title{font-weight: bold;color: #333;text-align: center; font-size:18px}
.indexDiv1 .bdDiv .textDiv .p{color: #666;line-height: 1.875;text-align: center;margin: 10px 0;  overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:4;}
.indexDiv1 .bdDiv .moreBtn{background: #0c53a5;height: 56px;color: #fff;padding-left: 7.6%; }
.indexDiv1 .bdDiv .moreBtn i{width: 56px;height: 56px;display: flex;justify-content: center;align-items: center;background: #39afd9; }
.indexDiv1 .swiper-container-horizontal>.swiper-scrollbar{background: rgba(12,83,165,.1);height: 3px;}
.indexDiv1 .swiper-scrollbar-drag{background: rgba(12,83,165,1);}
.indexDiv1 .bdDiv a:hover .textDiv .title{color: #0c53a5; }
 .indexDiv2{ padding: 60px 0  ; height:auto; overflow:hidden}
.indexDiv2 .hdDiv{}
.indexDiv2 .bdDiv { margin-top:50px}
.indexDiv2 ul { }
.indexDiv2 ul li{width: 32%; transition: all .6s; float:left; margin-right:2%; margin-bottom:2% }
.indexDiv2 ul li:nth-child(3n){margin-right:0; }
.indexDiv2 ul li a{display: block;height: 16vw;position: relative; }
.indexDiv2 ul li a img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv2 ul li .textDiv{position: absolute;width: 100%;left: 0;bottom: 0;padding: 20px;text-align: center;color: #fff;background: linear-gradient(to top,rgba(0,0,0,.5),rgba(255,255,255,0)); }
.indexDiv2 ul li .textDiv .title{font-weight: bold; }
.indexDiv2 ul li .textDiv .p{margin: 20px 0;line-height: 1.8; display:none}
.indexDiv2 ul li .textDiv .moreBtn{max-width: 132px;width: 100%;line-height: 36px;border: 1px solid #0c53a5;border-radius: 19px;margin: 0 auto; background:#0c53a5 ; display:none; text-transform:capitalize}
.indexDiv2 ul li:hover{ }
.indexDiv2 ul li:hover .textDiv{height: 100%;padding: 10.4%;background: rgba(0,0,0,.5); }
.indexDiv2 ul li:hover .textDiv .title,.indexDiv2 ul li:hover .textDiv .p{text-align: left; }
.indexDiv2 ul li:hover .textDiv .moreBtn{margin: 0;border-width: 2px; display:block ;}
.indexDiv2 ul li:hover .textDiv .p{-webkit-line-clamp: 3;margin: 20px 0;width: 100%; display:block ; transition: all .6s;}

.indexDiv3{padding:80px 0 80px;}
.indexDiv3 .bdDiv{position: relative;}
.indexDiv3 .bdDiv .leftDiv{width: 50%; }
.indexDiv3 .bdDiv .leftDiv .title{font-weight: bold;margin: 30px 0 20px;color: #0c53a5;}
.indexDiv3 .bdDiv .leftDiv .p{color: #333333;line-height: 2; padding-top:20px ; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:9;}
.indexDiv3 .bdDiv .leftDiv a{width: 132px;height: 40px;background:#0c53a5;color: #fff;margin-top: 30px;border-radius: 2px;  }
.indexDiv3 .bdDiv .leftDiv a:hover{background: #1676bc;color: #fff; }
.indexDiv3 .bdDiv .rightDiv{width: 48%; }
.indexDiv3 .bdDiv .rightDiv img{box-shadow: 10px 10px 1px rgba(22,118,188,.1);}



.indexDiv31{padding: 60px 0 80px;overflow: hidden; }
.indexDiv31 .bdDiv{margin-top: 50px;position: relative; }
.indexDiv31 a{display: block;border: 1px solid #F0F0F0; }
.indexDiv31 a .imgDiv{padding-top: 60%;overflow: hidden; }
.indexDiv31 a .textDiv{padding: 20px 25px 30px; }
.indexDiv31 a .textDiv .title{color: #333; font-weight:bold; font-size:18px }
.indexDiv31 a .textDiv .p{color: #666;margin: 10px 0 25px; line-height:30px; font-size:15px }
.indexDiv31 a .textDiv .date{color: #0E3572;font-size: 14px; }
.indexDiv31 a .textDiv span{color: #999;font-size: 14px; }
.indexDiv31 a:hover .textDiv span{color: #0E3572; }
.indexDiv31 .swiper-button-prev,.indexDiv31 .swiper-button-next{width: 50px;height: 50px;margin-top: -25px;color: #fff;display: flex;align-items: center;justify-content: center;background: rgba(14, 53, 114, .7); } 
.indexDiv31 .swiper-button-prev i{font-size: 30px;font-weight: bold; }
.indexDiv31 .swiper-button-next i{transform: rotate(-180deg);display: block;font-size: 30px;font-weight: bold; }
.indexDiv31 .swiper-button-prev{left: 1px;}
.indexDiv31 .swiper-button-next{right: 1px;}
.indexDiv31 .swiper-button-prev:hover,.indexDiv31 .swiper-button-next:hover{background: rgba(14, 53, 114, 1); }



.indexDiv32{padding:100px 0; height:auto; overflow:hidden }
.indexDiv32 .bdDiv{margin-top: 0px;position: relative; }
.indexDiv32 .bdDiv .mainImg{position: absolute;left: 50%;top: 55%;transform: translate(-50%,-50%);width: 48.68%; }
.indexDiv32 .bdDiv ul{flex-wrap: wrap;position: relative;z-index: 1; }
.indexDiv32 .bdDiv ul li{width: 40%; margin-bottom:30px }
.indexDiv32 .bdDiv ul li .conDiv{width: 60.27%; }
.indexDiv32 .bdDiv ul li:nth-of-type(even){justify-content: flex-end; }
.indexDiv32 .bdDiv ul li:nth-of-type(odd) .conDiv{flex-direction: row-reverse;text-align: right; }
 
.indexDiv32 .bdDiv ul li .imgDiv{padding-top: 43.33%; }
.indexDiv32 .bdDiv ul li .num{width: 70px;height: 70px; border-radius: 50%;font-size: 28px;color: #fff;display: flex;justify-content: center;align-items: center;background: #fff; background:#0c53a5 }
.indexDiv32 .bdDiv ul li .con{width: calc(100% - 100px); }
.indexDiv32 .bdDiv ul li .con span{font-size: 28px;font-weight: bold;display: block;margin: 10px 0 4px; }
.indexDiv32 .bdDiv ul li .con p{color: #666; }


.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }


.indexDiv4{padding: 80px 0;}
.indexDiv4 .row{margin: 0 -2vw; }
.indexDiv4 .row>div{padding: 0 2vw;color: #fff;text-align: center; }
.indexDiv4 .row>div .conDiv span{display: block;margin: 30px 0 10px;font-weight: bold; }
.indexDiv4 .row>div .conDiv p{line-height: 1.875; font-size:15px}





.indexDiv5{padding: 100px 0; }
.indexDiv5 .bdDiv{align-items: initial;}
.indexDiv5 .leftDiv{width: 100%; }
.indexDiv5 .leftDiv .ndDiv{background: #fafafa;padding: 20px 0 20px 20px;margin-top: 20px;align-items: initial; }
.indexDiv5 .leftDiv .nlDiv{width: 52.9%;}
.indexDiv5 .leftDiv .nlDiv a{display: block;position: relative; }
.indexDiv5 .leftDiv .nlDiv a img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv5 .leftDiv .nlDiv .titleDiv{position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,.5);color: #fff;padding: 20px 26px;width: 100%; }
.indexDiv5 .leftDiv .nrDiv{width: 47.1%;}
.indexDiv5 .leftDiv .nrDiv ul li a{padding: 0 23px 16px;margin-bottom: 16px; border-bottom: 1px solid #eeeeee; }
.indexDiv5 .leftDiv .nrDiv ul li .dateDiv{width: 80px;height: 80px;background: #eeeeee;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #999999;font-size: 14px; }
.indexDiv5 .leftDiv .nrDiv ul li .textDiv{width: calc(100% - 100px);}
.indexDiv5 .leftDiv .nrDiv ul li .textDiv .title{color: #333; }
.indexDiv5 .leftDiv .nrDiv ul li .textDiv .p{color: #aaaaaa;font-size: 14px;margin-top: 10px;}
.indexDiv5 .leftDiv .nrDiv ul li:last-child a{margin-bottom: 0;border-bottom: 0; }
.indexDiv5 .leftDiv .nrDiv ul li a:hover .dateDiv{background: #0c53a5;color: #fff; }
.indexDiv5 .leftDiv .nrDiv ul li a:hover .title{color: #0c53a5;}
.indexDiv5 .rightDiv{width: 24.2857%;}
.indexDiv5 .rightDiv .listDiv{margin-top: 20px;background: #fafafa;padding: 0 20px;}
.indexDiv5 .rightDiv ul li a{padding: 20px 0;border-bottom: 1px solid #eeeeee;display: block; }
.indexDiv5 .rightDiv ul li .title{color: #333;padding-left: 21px;position: relative; }
.indexDiv5 .rightDiv ul li .title:before{content: "";width: 8px;height: 8px;background: #0c53a5;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.indexDiv5 .rightDiv ul li .p{color: #aaaaaa;font-size: 14px;margin: 10px 0 0;line-height: 1.6; }
.indexDiv5 .rightDiv ul li a:hover .title{color: #0c53a5;}

.nyBanner .wrap{position:relative;height: 400px;color: #fff;text-align: left; justify-content: left; padding-left:10%;}
.nyBanner .textDiv span{font-size: 2.5vw;font-weight: bold; text-transform:capitalize}
.breadcrumbDiv{font-size: 0.9375vw;margin-top: 1vw;}
.breadcrumbDiv a{color: #fff;} 

.twoMenuDiv1{box-shadow: 0px 6px 18px rgba(0,0,0,.05); }
.twoMenuDiv1 .bdDiv{overflow-x: auto; }
.twoMenuDiv1 .bdDiv .aDiv{white-space:nowrap;display: flex;justify-content: flex-start;align-items: center; }
.twoMenuDiv1 a{display: block;color: #333333;padding:0 28px;line-height: 72px;position: relative; }
.twoMenuDiv1 a.active{color: #fff;background: #0c53a5; }
.twoMenuDiv1 a:hover{color: #0c53a5; }

.solutionDiv{padding: 50px 0;}
.solutionDiv .row{margin-bottom: 30px; }
.solutionDiv .row>div{margin-bottom: 40px; }
.solutionDiv .row>div a{display: block; }
.solutionDiv .row>div .imgDiv{position: relative;padding-top: 58.52%; }
.solutionDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.solutionDiv .row>div .imgDiv .pic>img{width: 100%;height: 100%;object-fit: cover; }
.solutionDiv .row>div .imgDiv .ewmDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(20,30,39,.8);display: flex;justify-content: center;align-items: center;flex-direction: column;opacity: 0; }
.solutionDiv .row>div .imgDiv .ewmDiv img{width: 27.3542%;}
.solutionDiv .row>div .imgDiv .ewmDiv p{font-size: 0.9375vw;color: #fff;margin-top: 10px; }
.solutionDiv .row>div .titleDiv{margin-top: 15px;text-align: center;color: #333; }
.solutionDiv .row>div a:hover .imgDiv .ewmDiv{opacity: 1; }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 4px;color: #333333;width: 40px; border-radius: 2px;font-size: 14px;border: 1px solid #eeeeee; }
.pageDiv span{color: #fff;background: #0763a9;border-color: #0763a9; }

.newsDiv{padding: 60px 0 60px;}
.newsDiv ul{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 20px;}
.newsDiv ul li a{padding: 0 0 20px;border-bottom: 1px solid #e6e6e6; }
.newsDiv ul li .imgDiv{width: 355px;height: 213px;overflow: hidden;}
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.newsDiv ul li .textDiv{width: calc(100% - 385px);}
.newsDiv ul li .textDiv .title{color: #333;}
.newsDiv ul li .textDiv .p{font-size: 14px;color: #666666;margin: 15px 0 30px;line-height: 1.8;}
.newsDiv ul li .textDiv .date{color: #999999;font-size: 14px;}
.newsDiv ul li .textDiv .date img{margin-right: 10px;}
.newsDiv ul li .textDiv span{color: #0c53a5;font-size: 14px;}
.newsDiv ul li a:hover .textDiv .title{color: #0c53a5; }

.serviceDiv{padding: 50px 0 60px; }
.serviceDiv ul{margin-bottom: 40px;}
.serviceDiv ul li{margin-bottom: 20px;}
.serviceDiv ul li a{padding: 0 0 20px;border-bottom: 1px solid #e6e6e6;color: #666666;font-size: 14px; }
.serviceDiv ul li .titleDiv{width: 38.28%;}
.serviceDiv ul li .imgDiv{width: 38%;height: 112px;overflow: hidden;margin-right: 4%;}
.serviceDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.serviceDiv ul li .titleDiv p{width: 58%;font-size: 18px; }
.serviceDiv ul li .dateDiv img{margin-right: 10px; }
.serviceDiv ul li .btnDiv{width: 111px;line-height: 46px;color: #0c53a5;border: 1px solid #0c53a5; }
.serviceDiv ul li .btnDiv img{margin-left: 8px;}
.serviceDiv ul li a:hover .titleDiv p{color: #0c53a5;}
.serviceDiv ul li a:hover .btnDiv{background: #0c53a5;color: #fff;}


.contactDiv1{padding: 60px 0;}
.contactDiv1 .lxTitle{padding: 0 0 20px 0;border-bottom: 1px solid #cccccc; }
.contactDiv1 .hdDiv{margin: 26px 0 78px;box-shadow: 0px 0px 24px rgba(0,0,0,.07); }
.contactDiv1 .hdDiv .leftDiv{width: 47.64%;padding: 60px; }
.contactDiv1 .hdDiv .leftDiv .p2{font-size: 14px;padding: 20px 0 60px;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;margin: 20px 0;line-height: 2; }
.contactDiv1 .hdDiv .leftDiv .ewmDiv{max-width: 120px;}
.contactDiv1 .hdDiv .rightDiv{width: 52.4%;}
/* .contactDiv1 .hdDiv .rightDiv form{width: 100%;}
.contactDiv1 .hdDiv .rightDiv form input{width: 100%;line-height: 50px;border: 0;padding: 0 20px;font-size: 14px;color: #999999;background: #fdfdfd;margin-bottom: 20px;}
.contactDiv1 .hdDiv .rightDiv form textarea{width: 100%;border: 0;padding: 10px 20px;font-size: 14px;color: #999999;background: #fdfdfd;margin-bottom: 20px;resize: none;height: 180px;}
.contactDiv1 .hdDiv .rightDiv form button{width: 100%;line-height: 60px;border: 0;font-size: 18px;color: #fff;background: #0763a9;cursor: pointer;} */
.contactDiv1 .bdDiv .formDiv {margin-top: 30px; }
.contactDiv1 .bdDiv .formDiv .row{margin: 0 -2vw; }
.contactDiv1 .bdDiv .formDiv .row>div{margin-bottom: 20px;padding: 0 2vw; }
.contactDiv1 .bdDiv .formDiv .row>div .conDiv{display: block; }
.contactDiv1 .bdDiv .formDiv .row>div span{display: block; }
.contactDiv1 .bdDiv .formDiv .row>div span i{color: #ff0000;margin-right: 5px; }
.contactDiv1 .bdDiv .formDiv .row>div input{display: block;line-height: 40px;border: 1px solid #cccccc;border-radius: 2px;width: 100%;background: #fdfdfd;padding: 0 15px;margin-top: 10px;font-size: 14px;}
.contactDiv1 .bdDiv .formDiv .row>div textarea{display: block;height: 150px;border: 1px solid #cccccc;border-radius: 2px;width: 100%;background: #fdfdfd;padding: 10px 15px;margin-top: 10px;font-size: 14px;resize: none;}
.contactDiv1 .bdDiv .formDiv button{display: block;width: 120px;line-height: 40px;background: #0c53a5;color: #fff;border-radius: 0;border: 0;padding: 0;cursor: pointer;margin-top: 20px; }

.detailDiv {padding:80px 0;}
.detailDiv .articleDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: #666666;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 40px;}
.detailDiv .articleDiv .hd .smTit span{display: inline-block;padding-left: 18px;}
.detailDiv .articleDiv .hd .smTit span.user{background: url(../img/user.png) no-repeat left center;text-transform: uppercase;margin-right: 30px;}
.detailDiv .articleDiv .hd .smTit span.date{background: url(../img/time1.png) no-repeat left center;}
.detailDiv .articleDiv .hd .smTit span.news{background: url(../img/news.png) no-repeat left center;margin-right: 20px;}
.detailDiv .articleDiv .bd {text-align: center;}
.detailDiv .articleDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 10px;font-size: 14px;color: #999999;}
.detailDiv .otherPage>div a{color: #333;}
.detailDiv .otherPage>div a:hover{color: #4281df;}

.commonDiv{padding: 50px 0 60px; }
.mLeftDiv{width: 320px;}
.mLeftDiv .hd{height: 56px;background: #0c53a5;color: #fff;position: relative;padding: 0 20px; font-weight:bold; font-size:22px }
.mLeftDiv .hd img{margin-right: 13px; }
.mLeftDiv .bd{border: 1px solid #eee;}
.mLeftDiv .bd ul li>a{color: #333;padding: 18px 20px;border-bottom: 1px dashed #c1c1c1;display: block;background: url(../img/yjt.png) no-repeat right 12px center; font-weight:bold }
.mLeftDiv .bd ul li.active>a{background: url(../img/yjt_.png) no-repeat right 12px center; color: #0c53a5; }
.mLeftDiv .bd ul li:last-child>a{border: 0; }
.mLeftDiv .bd ul li .erji{display: none;background: #f7f7f7; }
.mLeftDiv .bd ul li.active .erji{display: block; }
.mLeftDiv .bd ul li .erji a{display: block;padding:12px 23px;background: url(../img/sj.png) no-repeat left center;color: #666666;border-bottom: 1px dashed rgba(127, 127, 127, .1);font-size: 14px; }
.mLeftDiv .bd ul li .erji li.on a{color: #0c53a5;}
.mLeftDiv .bd ul li .erji a:hover{color: #0c53a5;}

.mRightDiv{width: calc(100% - 350px);}
.mRightDiv .hdDiv{border-bottom: 1px solid #eee;padding-bottom: 16px;position: relative; font-weight:bold }
.mRightDiv .hdDiv:before{content: "";width: 60px;height: 2px;background: #0c53a5;position: absolute;left: 0;bottom: 0; }
.productDiv{margin-top: 20px;}
.productDiv .row{margin: 0 -12px 40px; }
.productDiv .row>div{padding: 0 12px;margin-bottom: 24px; }
.productDiv .row>div a{display: block;height: 100%; }
.productDiv .row>div .imgDiv{position: relative;padding-top: 100%; }
.productDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 2px solid #f6f6f6; }
.productDiv .row>div .imgDiv .pic img{max-width: 75%;max-height: 75%; }
.productDiv .row>div .textDiv{background: #f6f6f6;color: #fff;padding: 15px 20px 18px; }
.productDiv .row>div .textDiv .title{font-size: 16px;color: #333; text-align:center }
.productDiv .row>div .textDiv img{margin: 10px 0; }
.productDiv .row>div .textDiv .p{font-size: 14px;color: #666666; }
.productDiv .row>div .moreBtn{background: #eaebec;height: 50px;color: #666666;padding-left: 7.6%;font-size: 14px; }
.productDiv .row>div .moreBtn i{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background: #0c53a5; }


.nyTitle.tc{text-align: center;}
.nyTitle span{color: #333333;font-weight: bold;display: block; text-transform:capitalize }
.nyTitle .line{width: 36px;height: 4px;background: #0c53a5;margin-top: 15px; } 
.nyTitle.tc .line{margin: 15px auto 0;}

.aboutDiv1{padding: 60px 0;}
.aboutDiv1 .bdDiv{position: relative; margin-top:30px}
.aboutDiv1 .bdDiv .leftDiv{width: 51%;position: relative; text-align:justify }
.aboutDiv1 .bdDiv .leftDiv img{right: 0;bottom: 0;position: absolute; }
.aboutDiv1 .bdDiv .leftDiv .p{color: #333333;line-height: 2;margin-top:  0px; }
.aboutDiv1 .bdDiv .leftDiv a{width: 132px;height: 40px;background:#0c53a5;color: #fff;margin-top: 30px;border-radius: 2px;  }
.aboutDiv1 .bdDiv .leftDiv a:hover{background: #1676bc;color: #fff; }
.aboutDiv1 .bdDiv .rightDiv{width: 44.2857%; }

.aboutDiv1 .bdDiv1 {padding: 60px 0 0; }
.aboutDiv1 .bdDiv1 ul li{width: calc(25% - 60px) }
.aboutDiv1 .bdDiv1 ul li .num{color: #0c53a5;line-height: 1;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;margin-bottom: 20px; }
.aboutDiv1 .bdDiv1 ul li .num span{font-size: 84px; }
.aboutDiv1 .bdDiv1 ul li .num sub{font-size: 16px;position: relative;top: -3px;margin-left: 10px; }
.aboutDiv1 .bdDiv1 ul li p{color: #2e2e2e; font-size:20px; text-transform:capitalize; font-weight:bold }




.aboutDiv2{padding: 100px 0;background: url(../img/about-bg.jpg) no-repeat center center/cover; }
.aboutDiv2 .p{margin-top: 25px;color: #666;line-height: 2;text-align: center; }
.aboutDiv2 .bdDiv{margin-top: 50px;position: relative;}
.aboutDiv2 .bdDiv .row{margin: 0 -30px;}
.aboutDiv2 .bdDiv .row>div{padding: 0 30px;}
.aboutDiv2 .bdDiv .conDiv{height: 100%;text-align: center; }
.aboutDiv2 .bdDiv .imgDiv {position: relative;padding-top: 64.3%;}
.aboutDiv2 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.aboutDiv2 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.aboutDiv2 .bdDiv .textDiv span{display: block;margin: 15px 0 10px; }
.aboutDiv2 .bdDiv .textDiv p{color: #666666;line-height: 1.8; }

.aboutDiv3{padding: 60px 0 60px;}
.aboutDiv3 .bdDiv{margin-top: 40px; }
.aboutDiv3 .bdDiv .imgDiv{position: relative;padding-top: 67.469879%;}
.aboutDiv3 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.aboutDiv3 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.aboutDiv3 .bdDiv .swiper-slide{padding: 40px 0;transition: all .5s; }
.aboutDiv3 .bdDiv .swiper-slide-active{transform: scale(1.2); }
.aboutDiv3 .bdDiv .swiper-button-prev,.aboutDiv3 .bdDiv .swiper-button-next{width: 36px;height: 64px;margin-top: -21px;}
.aboutDiv3 .bdDiv .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: -64px;}
.aboutDiv3 .bdDiv .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: -64px;}

.aboutDiv4 {padding: 70px 0; }
.aboutDiv4 .bdDiv .textDiv{width: 44.285%; }
.aboutDiv4 .bdDiv .textDiv ul li{margin-top: 36px; }
.aboutDiv4 .bdDiv .textDiv ul li img{margin-right: 20px; }
.aboutDiv4 .bdDiv .imgDiv{width: 47.2%; }

.aboutDiv5 {padding: 70px 0; }
.aboutDiv5 .bdDiv{flex-direction: row-reverse;}
.aboutDiv5 .bdDiv .textDiv{width: 44.285%; }
.aboutDiv5 .bdDiv .textDiv ul li{margin-top: 36px; }
.aboutDiv5 .bdDiv .textDiv ul li img{margin-right: 20px; }
.aboutDiv5 .bdDiv .textDiv ul li span{color: #0c53a5;}
.aboutDiv5 .bdDiv .textDiv ul li p{color: #666666;margin-top: 8px; }
.aboutDiv5 .bdDiv .imgDiv{width: 47.2%; }

.aboutDiv6{padding: 60px 0 60px;}
.aboutDiv6 .p{margin-top: 25px;color: #666;line-height: 2;text-align: center; }
.aboutDiv6 .bdDiv{margin-top: 55px; }
.aboutDiv6 .bdDiv .swiper-container{padding-bottom: 50px; }
.aboutDiv6 .bdDiv .imgDiv{position: relative;padding-top: 64%;}
.aboutDiv6 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 1px solid #d6d6d6;padding: 5px;background: #fff; }
.aboutDiv6 .bdDiv .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.aboutDiv6 .bdDiv .swiper-button-prev,.aboutDiv6 .bdDiv .swiper-button-next{width: 36px;height: 64px;margin-top: -21px;}
.aboutDiv6 .bdDiv .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: -64px;}
.aboutDiv6 .bdDiv .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: -64px;}
.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.aboutDiv6 .swiper-pagination-bullet{width: 12px;height: 12px;background: #bcbcbc;border-radius:6px;opacity:1;}
.aboutDiv6 .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 30px;background: #0c53a5; }
.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/




/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/


@media (max-width:1220px) {
	/* .wrap{padding: 0 50px;width: 100%;} */
	.f40{font-size: 36px;}
	header .rightDiv .menu>ul>li>a{padding: 0 14px; }
}
@media (max-width:1100px) {
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}
	header .rightDiv .menu>ul>li>a span{line-height: 50px;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	header .rightDiv .menu>ul>li>a{color: #333;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top:  0px; }
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto;}
	header .rightDiv .ssDiv .dImg{display: none;}
	header .rightDiv .ssDiv .hImg{display: block;}
	.menu ul ul .ul span{margin-top: 0;}
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a{line-height: initial;margin-bottom: 20px;height: initial;color: #666;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .rightDiv .otherDiv{position: relative;margin-left: 0;display: block;text-align: left;}
	header .rightDiv .otherDiv .telDiv{display: inline-block;line-height: 30px;margin-left: 15px;margin-right: 0;}
	header .rightDiv .ssDiv{justify-content: flex-start;}
	header .rightDiv .ssBtn{display: none;}
	header .rightDiv .searchDiv{opacity: 1;visibility: visible;transform: translate(0px);top: 0;position: relative;right: 0;}
	header .rightDiv .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	.menu ul ul .ul{display: block;padding: 10px 30px 0;}
	.menu ul ul .ul li:nth-child(2){margin-left: 0;}
	/* .menu ul ul .ul span{color: #fff;} */
	.menu ul ul .ul a{/* color: #fff; */margin-top: 0;}
	
	header .logo{left: 15px;}
	header .languageDiv{height: 50px;margin-right: 40px; }
	.headerTop{display: none;}
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;}
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	.f40{font-size: 24px;}
	.f30{font-size: 22px;}
	.f24{font-size: 20px;}
	.f22{font-size: 18px;}
	.f20{font-size: 17px;}
	.f18{font-size: 16px;}
	
	.index-banner .img{height:60vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.index-banner .swiper-pagination-bullet{width: 16px;height: 5px; }
	
	
	.indexTitle{}
	.indexTitle small{font-size: 13px;}
	.indexDiv3 .bdDiv .leftDiv .p {
  color: #333333;
  line-height: 2;
  padding-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.indexDiv31 {
  padding: 20px 0 20px;
  overflow: hidden;
}
.indexDiv31 .bdDiv {
  margin-top: 20px;
  position: relative;
}
.indexDiv2 {
  padding: 20px 0;
  height: auto;
  overflow: hidden;
}
	.indexDiv1{padding: 20px 0 20px; }
	.indexDiv1 .bdDiv{margin-top: 20px; }
	.indexDiv1 .bdDiv .textDiv{padding: 20px; }
	.indexDiv1 .bdDiv .textDiv .p{margin: 15px 0;font-size: 14px; }
	.indexDiv1 .bdDiv .moreBtn{height: 45px;font-size: 13px;padding-left: 20px; }
	.indexDiv1 .bdDiv .moreBtn i{width: 45px;height: 45px; }
	.indexDiv1 .bdDiv .swiper-container{padding-bottom: 30px; }
	
	.indexDiv2 .hdDiv{padding: 0 0 0;}
	.indexDiv2 ul{flex-wrap: wrap;  }
	.indexDiv2 ul li{width: 49%;}
	.indexDiv2 ul li:nth-child(even){margin-right:0; }
.indexDiv2 ul li:nth-child(odd){margin-right:2%; }
.indexDiv2 .bdDiv {
  margin-top: 20px;
}
	.indexDiv2 ul li a{height: 60vw;}
	.indexDiv2 ul li .textDiv{padding: 20px;}
	.indexDiv2 ul li .textDiv .title{font-size: 18px;}
	.indexDiv2 ul li .textDiv .p{font-size: 14px;line-height: 1.6;margin: 10px 0; }
	.indexDiv2 ul li .textDiv .moreBtn{width: 90px;line-height: 25px;font-size: 12px;}
	
	.indexDiv3{padding: 20px 0;}
	.indexDiv3 .bdDiv{display: block;}
	.indexDiv3 .bdDiv .leftDiv{width: 100%;}
	.indexDiv3 .bdDiv .leftDiv span{margin-left: 0;}
	.indexDiv3 .bdDiv .rightDiv{width: 100%;margin-top: 30px;}
	
	.indexDiv4{padding: 40px 0 10px;}
	.indexDiv4 .row>div{margin-bottom: 30px; }
	.indexDiv4 .row>div .conDiv img{width: 60px; }
	.indexDiv4 .row>div .conDiv span{margin: 20px 0 5px;font-size: 18px; }
	.indexDiv4 .row>div .conDiv p{font-size: 14px;}
	
	.indexDiv5{padding: 50px 0;}
	.indexDiv5 .leftDiv{width: 100%;}
	.indexDiv5 .rightDiv{width: 100%;margin-top: 30px;}
	.indexDiv5 .bdDiv{display: block; }
	.indexDiv5 .leftDiv .ndDiv{display: block;padding: 15px; }
	.indexDiv5 .leftDiv .nlDiv{width: 100%;}
	.indexDiv5 .leftDiv .nlDiv .titleDiv{padding: 10px 15px;}
	.indexDiv5 .leftDiv .nrDiv{width: 100%;margin-top: 20px;}
	.indexDiv5 .leftDiv .nrDiv ul li a{padding: 0 0 16px; }
	
	.footerDiv .hdDiv{padding: 20px 0 10px;width: 100%;display: block;}
	.footerDiv .hdDiv .listDiv{width: 100%;margin-bottom: 20px;max-width: 100%; display:none;margin-left: 0px; margin-top:10px}
	.footerDiv .hdDiv .flexbet{ display:block}
	.footerDiv .hdDiv .listDiv:last-child { display:block}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 10px;}
	.footerDiv .hdDiv .listDiv:nth-child(1){width: 100%;}
	.footerDiv .hdDiv .listDiv .lxDiv{display: block;}
	.footerDiv .hdDiv .listDiv .lxDiv .p{width: 100%;}
	.footerDiv .hdDiv .listDiv .ewmDiv{margin: 20px auto 0;}
	.footerDiv .hdDiv .listDiv .shareDiv{justify-content: center;}
	.footerDiv .bdDiv{display: block;text-align: center;padding: 20px 0; }
	
	.nyBanner .wrap{height: 50vw;}
	.nyBanner .textDiv span{font-size: 20px;}
	.breadcrumbDiv{font-size: 14px;}
	.twoMenuDiv1 a{line-height: 50px;font-size: 14px;padding: 0 15px;  }
	
	.solutionDiv .row{margin: 0 -5px 30px;}
	.solutionDiv .row>div{margin-bottom: 20px;padding: 0 5px; }
	.solutionDiv .row>div .titleDiv{margin-top: 10px;}
	.solutionDiv .row>div .imgDiv .ewmDiv p{font-size: 15px;}
	
	.newsDiv{padding: 20px 0;}
	.newsDiv ul li a{padding: 10px;display: block;}
	.newsDiv ul li .imgDiv{width: 100%;height: 206px;}
	.newsDiv ul li .textDiv{width: 100%;margin-top: 20px;}
	.newsDiv ul li .textDiv .p{margin: 10px 0 20px;}
	
	.pageDiv a, .pageDiv span{line-height: 28px;width: 30px;margin: 0 2px; }
	
	.serviceDiv ul li a{flex-wrap: wrap; }
	.serviceDiv ul li .titleDiv{width: 100%;margin-bottom: 10px;}
	.serviceDiv ul li .titleDiv p{font-size: 16px;}
	.serviceDiv ul li .imgDiv{height: 60px;width: 30%;}
	.serviceDiv ul li .btnDiv{line-height: 30px;width: 80px; }
	.serviceDiv ul li .btnDiv img{display: none; }
	
	.contactDiv1{padding: 40px 0;}
	.contactDiv1 .hdDiv{display: block;margin: 25px 0 50px; }
	.contactDiv1 .hdDiv .leftDiv{width: 100%;padding: 30px;}
	.contactDiv1 .hdDiv .leftDiv .p{margin-bottom: 20px;}
	.contactDiv1 .hdDiv .leftDiv .ewmDiv{text-align: center;}
	.contactDiv1 .hdDiv .rightDiv{width: 100%;margin-top: 20px;}
	.contactDiv1 .bdDiv{margin: 0 0 20px;font-size: 14px;}
	
	.commonDiv{padding: 40px 0 80px; }
	.mLeftDiv{width: 100%;margin-top: 0; }
	.mLeftDiv .hd{height: 52px;padding: 0 15px; }
	.mLeftDiv .hd img{margin-right: 10px;width: 20px;}
	.mLeftDiv .hdDiv{margin-bottom: 15px; }
	/* .mLeftDiv .bdDiv{display: none; } */
	.mLeftDiv .bdDiv .bd{padding: 0 10px;}
	.mLeftDiv .bdDiv .bd p{margin: 10px 0; }
	.mRightDiv{width: 100%;margin-top: 30px; }
	
	
	.detailDiv{padding: 20px 0;}
	.detailDiv .articleDiv .hd .title{font-size: 20px;}
	.detailDiv .articleDiv .hd .smTit{margin-top: 20px;padding-top: 10px;}
	

	
	.aboutDiv1{padding: 40px 0;}
	.aboutDiv1 .bdDiv{display: block;}
	.aboutDiv1 .bdDiv .leftDiv{width: 100%;}
	.aboutDiv1 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	
	.aboutDiv2{padding: 50px 0;}
	.aboutDiv2 .bdDiv{margin-top: 20px;}
	.aboutDiv2 .bdDiv .row{margin: 0 -10px;}
	.aboutDiv2 .bdDiv .row>div{padding: 0 10px;margin-top: 20px;}
	.aboutDiv2 .bdDiv .conDiv img{width: 60px;}
	.aboutDiv2 .bdDiv .textDiv p{font-size: 14px;line-height: 1.4;}
	
	
	.aboutDiv2 .swiper-pagination-bullet{margin: 0 5px;width: 10px;height: 10px;}
	.aboutDiv2 .bdDiv .swiper-button-prev, .aboutDiv2 .bdDiv .swiper-button-next{width: 24px;height: 24px;}
	
	.aboutDiv3{padding: 40px 0;}
	.aboutDiv3 .bdDiv{margin-top: 20px;}
	
	.aboutDiv4{padding: 40px 0; }
	.aboutDiv4 .bdDiv{display: block; }
	.aboutDiv4 .bdDiv .textDiv{width: 100%;}
	.aboutDiv4 .bdDiv .imgDiv{width: 100%;margin-top: 30px;}
	.aboutDiv4 .bdDiv .textDiv ul li{margin-top: 20px;font-size: 18px;}
	.aboutDiv4 .bdDiv .textDiv ul li img{width: 60px;margin-right: 10px; }
	
	.aboutDiv5{padding: 40px 0; }
	.aboutDiv5 .bdDiv{display: block; }
	.aboutDiv5 .bdDiv .textDiv{width: 100%;}
	.aboutDiv5 .bdDiv .imgDiv{width: 100%;margin-top: 30px;}
	.aboutDiv5 .bdDiv .textDiv ul li{margin-top: 20px;font-size: 15px;}
	.aboutDiv5 .bdDiv .textDiv ul li img{margin-right: 10px; }
	
	.aboutDiv6{padding: 20px 0; }
	.aboutDiv6 .bdDiv{margin-top: 20px;}
	.aboutDiv6 .swiper-pagination-bullet{width: 8px;height: 8px;}
	.aboutDiv6 .swiper-pagination-bullet-active{width: 20px;}
	.aboutDiv1 .bdDiv1 {padding: 20px 0 0; }
	.aboutDiv1 .bdDiv1 ul{ display:block}
.aboutDiv1 .bdDiv1 ul li{width: calc(50% - 20px); float:left; margin-bottom:20px }
.aboutDiv1 .bdDiv1 ul li .num{color: #0c53a5;line-height: 1;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;margin-bottom: 20px; }
.aboutDiv1 .bdDiv1 ul li .num span{font-size: 34px; }
.aboutDiv1 .bdDiv1 ul li .num sub{font-size: 16px;position: relative;top: -3px;margin-left: 10px; }
.aboutDiv1 .bdDiv1 ul li p{color: #2e2e2e; font-size:14px; text-transform:capitalize; font-weight:bold }

	@media (max-width:320px) {
	}
	
}
.productDetailDiv{padding: 0 0 0; }
.productDetailDiv .hd{align-items: flex-start; }
.productDetailDiv .hd .leftDiv{width: 50%;}
.productDetailDiv .hd .rightDiv{width: 46%;  }
.productDetailDiv .hd .rightDiv .title { font-size:24px; font-weight:bold; text-transform:capitalize;border-bottom: 1px solid #e7e7e7; padding-bottom:15px; margin-bottom:15px}
.productDetailDiv .hd .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.productDetailDiv .hd .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.productDetailDiv .hd .leftDiv .swiper-slide .pic{padding-top: 69.85%;position: relative;width: 100%;border: 1px solid #fff;}
.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center; }
.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv img{width: 100%;height: 100%; }
.productDetailDiv .hd .leftDiv .gallery-top {width: 100%;}
.productDetailDiv .hd .leftDiv .smallDiv{position: relative;padding: 0; }
.productDetailDiv .hd .leftDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 10px 0 0;}
.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide {width: 25%;opacity: 1;}
.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic{opacity: 1;border: 1px solid #7e332e; }
.productDetailDiv .hd .rightDiv .p{margin: 10px 0 30px; }
.productDetailDiv .hd .rightDiv .p p{margin: 10px 0; }
.productDetailDiv .hd .rightDiv a{width: 140px;height: 40px;background: #0c53a5;color: #fff;  font-size:14px }
.productDetailDiv .hd .rightDiv a img{margin-right: 16px; }
.productDetailDiv .hd .rightDiv a:hover{opacity: .8; }
.productDetailDiv .bd{margin-top: 50px; }
.productDetailDiv .hdDiv{position: relative; }
.productDetailDiv .hdDiv::after{content: "";width: calc(100% - 20px);background: #7e332e;height: 1px;position: absolute;right: 0;bottom: 0; }
.productDetailDiv .hdDiv span{width: 102px;height: 31px;background: url(../img/t-bg.png) no-repeat center center;color: #fff; }
.productDetailDiv .bd .tb{padding: 65px 0;}
.productDetailDiv .bd .tb p{line-height: 2.4;color: #333333; }
.zhengwen{ font-size:16px; line-height:30px }
.zhengwen img{ max-width:100%}
.productDetailDiv .bt {font-size: 18px;color: #fff;margin-bottom: 20px;font-weight: bold; line-height: 2.5; border-bottom:#eee 2px solid; margin-top:40px}
 .productDetailDiv .bt span {display: inline-block;padding: 0 25px;background: #0c53a5; text-transform:capitalize}
 
 
 .productDetailDiv .formDiv{margin-top: 20px; height:auto; overflow:hidden }
.productDetailDiv .formDiv .row{margin: 0 -18px; }
.productDetailDiv .formDiv .row>div{padding: 0 18px;margin-bottom: 16px; }
.productDetailDiv .formDiv form{width: 100%; }
.productDetailDiv .formDiv form .inputDiv{background: #F6F6F6;border-radius: 4px;padding: 0 20px; }
.productDetailDiv .formDiv form .inputDiv p{width:100px;color: #666;text-align: left  ;font-size: 14px; }
.productDetailDiv .formDiv form p i{ color: #D02229;}
.productDetailDiv .formDiv form .inputDiv input{width: calc(100% - 60px);line-height: 54px;border: 0;padding: 0;font-size: 16px;color: #333;background: #F6F6F6; }
.productDetailDiv .formDiv form .textareaDiv{background: #F6F6F6;border-radius: 4px;padding: 10px 20px;font-size: 14px; width:100% }
.productDetailDiv .formDiv form .textareaDiv p{color: #666; }
.productDetailDiv .formDiv form textarea{width: 100%;border: 0;padding: 10px 0 0;font-size: 16px;color: #333;resize: none;height: 80px;display: block;background: #F6F6F6; }
.productDetailDiv .formDiv form button{width:180px;height: 45px;border: 0;color: #0c53a5; border:#0c53a5 2px solid; background:#fff; cursor: pointer;padding: 0;border-radius: 4px; font-size:16px; margin-top:20px }
.productDetailDiv .formDiv form button i{margin-left: 14px;font-size: 16px;display: block; }
.productDetailDiv .formDiv form .yzmDiv{margin-bottom: 10px;margin-right: 35px;background: #F6F6F6;padding: 0 0 0 20px;width: 420px; }
.productDetailDiv .formDiv form .yzmDiv p{width: 65px;color: #666;text-align: right;font-size: 14px; }
.productDetailDiv .formDiv form .yzmDiv input{width: calc(100% - 210px);line-height: 56px;border: 0;border-radius: 4px 0 0 4px;background: #F6F6F6;padding: 0; }
.productDetailDiv .formDiv form .conDiv{flex-wrap: wrap;align-items: flex-start; }
 .productDetailDiv .col-md-6 {
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }
 .productDetailDiv .col-md-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
  }
  
  @media (max-width:767px) {
.productDetailDiv .hd {
  align-items: flex-start; display:block
}	  
.productDetailDiv .hd .leftDiv {
  width: 100%; margin-bottom:20px
}	 
.productDetailDiv .hd .rightDiv {
  width: 100%;
}
.productDetailDiv .hd .rightDiv .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
} 
  }