body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	line-height:1;
}
html {
	font-size: 75px;
}
body {
	color: #333333;
	font-size: 14px !important;
	background: #fff;
	line-height: 1.6;
	font-family: "PingFang SC", -apple-system, "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #333;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
	vertical-align: middle;
}
img {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
video {
	object-fit: contain;
}
.block {
	width: 1600px;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}




/*顶部*/
.public-header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:85px;
	background:#ffffff;
	z-index:9999;
	box-shadow:0 0 20px 0px rgb(0 0 0 / 10%);
}
.public-header .body-box{
	position:relative;
	display:flex;
	justify-content:space-between;
	padding-left:16.6%;
	padding-right:calc(8.3% + 88px);
	box-sizing:border-box;
}
.public-header .body-box .logo-box{
	position:absolute;
	line-height:85px;
	left:8.3%;
	top:0;
	z-index:10;
}
.public-header .body-box .logo-box.old{
	opacity:1;
  	transition: all 0.7s ease-out;
  	-webkit-transition: all 0.7s ease-out;
  	-moz-transition: all 0.7s ease-out;
  	-o-transition: all 0.7s ease-out;
  	-ms-transition: all 0.7s ease-out;
  	backface-visibility: hidden;
	transform:matrix(1, 0, 0, 1, 0, 0);
}
.public-header .body-box .logo-box.active{
	opacity:0;
  	transition: all 0.7s ease-out;
  	-webkit-transition: all 0.7s ease-out;
  	-moz-transition: all 0.7s ease-out;
  	-o-transition: all 0.7s ease-out;
  	-ms-transition: all 0.7s ease-out;
  	backface-visibility: hidden;
	transform:matrix(1, 0, 0, 1, 0, -20);
}
.public-header.active .body-box .logo-box.old{
	opacity:0;
	transform:matrix(1, 0, 0, 1, 0, -20);
}
.public-header.active .body-box .logo-box.active{
	opacity:1;
	transform:matrix(1, 0, 0, 1, 0, 0);
}
.public-header .mid-box{
	display:flex;
	justify-content:center;
	padding-left:18%;
	box-sizing:border-box;
}
.public-header .mid-box li{
	position:relative;
	margin-left:20px;
	margin-right:20px;
	line-height:85px;
}
.public-header .mid-box li a{
	position:relative;
}
.public-header .mid-box li a:before {
	position: absolute;
	content: '';
	height: 1px;
	background:#EA5B31;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom:-15px;
}
.public-header .mid-box li:hover > a,
.public-header .mid-box li.active > a {
	color: #EA5B31 !important;
}
/*.public-header .mid-box li:hover > a:before,
.public-header .mid-box li.active > a:before {
	width: 64px;
	margin-left: -32px;
}
.public-header .mid-box li:nth-child(1):hover a:before,
.public-header .mid-box li:nth-child(1).active a:before{
	width:32px;
	margin-left:-16px;
}*/
.public-header .tel-box{
	font-size:24px;
	color:#263A8A;
	line-height:85px;
	z-index:10;
}
.public-header .tel-box img{
	margin-right:8px;
}
.public-header .toggle-btn {
	position: absolute;
	right: 8.3%;
	top:18px;
	height:45px;
	width:45px;
	background:#EA5B31;
	border-radius:100%;
	z-index:10;
}
.public-header .toggle-btn .sr-only {
	position: relative;
	display: block;
	width:18px;
	height:2px;
	background:#ffffff;
	margin: 0 auto;
	top:21px;
	left:-1px;
}
.public-header .toggle-btn .sr-only:before {
	position: absolute;
	top: -7px;
	left: 0;
	content: ' ';
	width:22px;
	height:2px;
	background:#ffffff;
	transition: all 0.5s;
}
.public-header .toggle-btn .sr-only:after {
	position: absolute;
	top: 7px;
	left: 0;
	content: ' ';
	width: 22px;
	height: 2px;
	background:#ffffff;
	transition: all 0.5s;
}
.public-header.active .toggle-btn .sr-only {
	background: transparent;
}
.public-header.active .toggle-btn .sr-only:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.public-header.active .toggle-btn .sr-only:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.public-header .navBox{
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: circle(20px at calc(100% - 8.3% - 22px) 40px);
	background-position: top right;
	background-repeat: no-repeat;
	transition: clip-path 0.7s ease-in-out;
	pointer-events: none;
	z-index:9;
}
.public-header.active .navBox {
	pointer-events: auto;
	clip-path: circle(110vw at calc(100% - 8.3% - 22px) 45px) !important;
	transition: clip-path 0.7s ease-in-out;
}
.public-header .navBox .imgs{
	position:relative;
	width:100%;
	height:100%;
}
.public-header .navBox .imgs .img-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
  	transition: all 0.7s ease-out;
  	-webkit-transition: all 0.7s ease-out;
  	-moz-transition: all 0.7s ease-out;
  	-o-transition: all 0.7s ease-out;
  	-ms-transition: all 0.7s ease-out;
  	backface-visibility: hidden;
	transform:matrix(1, 0, 0, 1, -10, 0);
}
.public-header .navBox .imgs .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.public-header .navBox .imgs .img-box.active{
	opacity:1;
	transform:matrix(1, 0, 0, 1, 0, 0);
}
.public-header .navBox .info-box{
	position:absolute;
	top:0;
	right:0;
	background:url('../images/img_12.png') center center no-repeat;
	background-size:100% 100%;
	height:100%;
	width:33.5%;
	padding-left:17%;
	box-sizing:border-box;
}
.public-header .navBox .info-box .txt-box{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.public-header .navBox .info-box li{
	cursor: pointer;
  	transform: translate3d(20px, 0, 0);
  	opacity: 0;
  	transition: all 1s ease-in-out;
}
.public-header .navBox .info-box li a{
	font-size:20px;
	color:#666;
	line-height:90px;
	transition: all 0.3s ease-in-out;
}
.public-header .navBox .info-box li:nth-of-type(1){
  	transition-delay: 0.1s;
}
.public-header .navBox .info-box li:nth-of-type(2){
  	transition-delay: 0.2s;
}
.public-header .navBox .info-box li:nth-of-type(3){
  	transition-delay: 0.3s;
}
.public-header .navBox .info-box li:nth-of-type(4){
  	transition-delay: 0.4s;
}
.public-header .navBox .info-box li:nth-of-type(5){
  	transition-delay: 0.5s;
}
.public-header .navBox .info-box li:nth-of-type(6){
  	transition-delay: 0.6s;
}
.public-header .navBox .info-box li:nth-of-type(7){
  	transition-delay: 0.7s;
}
.public-header.active .navBox .info-box li {
  	transform: translate3d(0, 0, 0);
  	opacity:1;
}
.public-header .navBox .info-box li.active a{
	color:#EA5B31;
	font-size:30px;
	font-weight:400;
}
.public-header .navBox .info-box li:before{
	position:absolute;
	content:'';
	width:0px;
	height:1px;
	background:#EA5B31;
	left:-60px;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
	transition:all .5s ease-in-out;
}
.public-header .navBox .info-box li.active:before{
	width:50px;
	opacity:1;
}
/*顶部二级菜单*/
.public-header .body-box .mid-box li .sub-nav{
	position: absolute;
	top:84px;
	z-index:999;
	width:106px;
	left:50%;
	transform:translateX(-50%);
	background:#fff;
	box-shadow:0 2px 20px rgba(0, 0, 0, 0.1);
	box-sizing:border-box;
	max-height:0;
	overflow:hidden;
	box-sizing:border-box;
	transition:all .8s;
}
.public-header .body-box .mid-box li:hover .sub-nav{
	max-height:288px;
}
.public-header .body-box .mid-box li .sub-nav a {
	display: block;
	height: 36px;
	line-height: 36px;
	color:#666666;
	font-size:14px;
	text-align:center;
}
.public-header .body-box .mid-box li .sub-nav a:hover {
	color:#fff;
	background:#EA5B31;
}







/*底部*/
.public-footer {
	background:#222222;
	padding-top:60px;
	padding-bottom:50px;
	box-sizing:border-box;
}
.public-footer .body-box{
	width:1180px;
}
.public-footer .top-box{
	display:flex;
	justify-content:space-between;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	box-sizing:border-box;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.public-footer .top-box a{
	font-size:14px;
	color:rgba(255, 255, 255, 0.8);
}
.public-footer .bottom-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:60px;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}
.public-footer .bottom-box .link-box{
	width:60%;
	box-sizing:border-box;
}
.public-footer .bottom-box .link-box .title-box h3{
	font-size:22px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	margin-bottom:10px;
}
.public-footer .bottom-box .link-box .title-box p{
	font-size:14px;
	color:rgba(255, 255, 255, 0.7);
}
.public-footer .bottom-box .link-box .txt-box{
	margin-top:35px;
}
.public-footer .bottom-box .link-box .txt-box a,
.public-footer .bottom-box .link-box .txt-box p{
	font-size:14px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:300;
	line-height:28px;
}
.public-footer .bottom-box .er-box{
	width:40%;
	display:flex;
	justify-content:flex-end;
}
.public-footer .bottom-box .er-box .item-box{
	margin-left:30px;
}
.public-footer .bottom-box .er-box .img-box img{
	width:108px;
	height:108px;
}
.public-footer .bottom-box .er-box p{
	color:rgba(255, 255, 255, 0.7);
	text-align:center;
	margin-top:10px;
}


/*底部固定悬浮*/
.pop-show {
	position: fixed;
	right:10px;
	z-index: 99;
	cursor: pointer;
	bottom:80px;
	transition: all .3s;
}
.pop-show.active {
	bottom:-50px;
}
.pop-box{
	position: fixed;
	bottom:-300px;
	left: 0;
	right: 0;
	height:200px;
	background: url(../images/img_10.png) center center no-repeat;
	background-size: cover;
	z-index: 99;
	padding-top:45px;
	box-sizing: border-box;
	transition: all .3s;
}
.pop-box.active {
	bottom:0;
}
.pop-box .centent-box {
	position: relative;
	width:1180px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.pop-box .centent-box .left-box{
	box-sizing:border-box;
	width:30%;
}
.pop-box .colse-btn {
	position: absolute;
	text-align:center;
	top:20px;
	right:8.3%;
	width: 27px;
	height: 27px;
	line-height:23px;
	background: rgba(255,255,255,0.2) url(../images/close.png) no-repeat center;
	border:1px solid rgba(255,255,255,0.2);
	z-index: 8;
	box-sizing:border-box;
}
.pop-box .right-box .form-box {
	position: relative;
	box-sizing: border-box;
	padding-right: 85px;
}
.pop-box .right-box .form-box .btn {
	position: absolute;
	right: 0;
	top: 6px;
	width: 77px;
	height: 80px;
	background:#EA5B31;
	text-align: center;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.pop-box .right-box .form-box .btn input{
	width:100%;
	height:100%;
	background:transparent;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	white-space: pre-wrap;
	color:#ffffff;
	font-size: 16px;
	line-height:1.8;
}
.pop-box .right-box .form-box .row {
	margin-left: -3px;
	margin-right: -3px;
}
.pop-box .right-box .form-box .row .col-md-3 {
	float: left;
	width: 150px;
	padding-left: 3px;
	padding-right: 3px;
	box-sizing: border-box;
	margin-top: 6px;
}
.pop-box .right-box .form-box .row .col-md-6 {
	float: left;
	width:300px;
	padding-left: 3px;
	padding-right: 3px;
	box-sizing: border-box;
	margin-top: 6px;
}
.pop-box .right-box .form-box input,
.pop-box .right-box .form-box select {
	background: #fff;
	line-height: 37px;
	height: 37px;
	width: 100%;
	border: none;
	outline: none;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 14px;
}












/*圆点*/
.swiper-pagination .swiper-pagination-bullet{
	height:15px;
	width:15px;
	border-radius:100%;
	border:1px solid #EA5B31;
	opacity:1;
	background:transparent;
	margin:0 7px !important;
	box-sizing:border-box;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background:#EA5B31;
}

/*.public-pagination-w .swiper-pagination-bullet{
	height:5px;
	width:5px;
	border-radius:100%;
	opacity:1;
	background:#ffffff;
	border:1px solid #ffffff;
	margin:0 14px !important;
	box-sizing:border-box;
}
.public-pagination-w .swiper-pagination-bullet-active{
	position:relative;
	display:inline-block;
}
.public-pagination-w .swiper-pagination-bullet-active:before{
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	background:transparent;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border:1px solid #ffffff;
	border-radius:100%;
}

.public-pagination .swiper-pagination-bullet{
	height:5px;
	width:5px;
	border-radius:100%;
	opacity:1;
	background:#EA5B31;
	margin:0 14px !important;
}
.public-pagination .swiper-pagination-bullet-active{
	position:relative;
	display:inline-block;
}
.public-pagination .swiper-pagination-bullet-active:before{
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	background:transparent;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border:1px solid #EA5B31;
	border-radius:100%;
}*/






/*通用标题*/
.public-title{
	text-align:center;
}
.public-title h3{
	position:relative;
	font-size:36px;
	color:#263A8A;
	margin-bottom:38px;
}
.public-title h3:before{
	position:absolute;
	content:'';
	background:url('../images/icon_1.png') center center no-repeat;
	background-size:100% 100%;
	width:310px;
	height:11px;
	left:50%;
	top:48px;
	transform:translateX(-50%);
}
.public-title p{
	color:#333333;
	font-size:18px;
}




/*更多*/
.public_a {
	position: relative;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	width: 148px;
	border-radius: 30px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	overflow: hidden;
}
.public_a span {
	position: relative;
	color: #dddddd;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 30px;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #e7a10e;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover span {
	color: #fff;
}



/*视频*/
.video-pop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}
.video-pop .pop-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.video-pop .video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-pop .video-box video {
	outline: none;
	width: 1100px;
	height: auto;
}





@media screen and (max-width: 1680px) {
	.block {
		width: 1300px!important;
	}
	.public-header .body-box .logo-box{
		left:3%;	
	}
	.public-header .toggle-btn{
		right:3%;
	}
	.public-header .body-box{
		padding-left:13%;
		padding-right:calc(3% + 88px);
	}
	.public-header .mid-box{
		padding-left:5%;
	}
	.public-header .navBox{
		clip-path:circle(20px at calc(100% - 3% - 22px) 40px);
	}
	.public-header .navBox .info-box li a{
		line-height:75px;
	}
}



/*# sourceMappingURL=common.css.map */