  @media (min-width: 1200px) {
	.container {
		width: 1440px;
		padding: 0
	}
}
body{
	background: #f2f2f2;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.pd-24{
	padding: 0 24px;
}

.mt-24{
	margin-top: 24px;
}
.mb-24{
	margin-bottom: 24px;
}
.bg-w{
	background-color: #fff;
}
.mb-50{
	margin-bottom: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.common-tit{
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 21px 0 0 0;
}
.common-tit .tit-con{
	position: relative;
}
.common-tit .tit-con::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 15px;
	margin-left: -43px;
	width: 86px;
	height: 3px;
	background-color: #1980df;
}
.common-tit .zh-tit{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 22px;
	position: absolute;
	top: 20px;
	left: 0;
}
.common-tit .zh-tit span{
	color: #004ec4;

}
.common-tit .en-tit{
	font-size: 120px;
	color: #333333;
	opacity: 0.05;
	font-weight: bold;
	line-height: 120px;
}
.common-tit .tit-desc{
	margin-top: 15px;
	color: #333;
	opacity: 0.5;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: 0.3s;
	display-radio: 1;
	background-color: rgba(224, 224, 224, 0);
}
.header.active{
	background: #FFF;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	border-top: 0px solid #000;
}
.header .hd-top{
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	font-size: 14px;
	transition: 0.3s;
	background-color: rgb(0 0 0 / 10%);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header .hd-top .welcome{


}
.header .hd-top .contact span:nth-child(1){
	display: inline-block;
	margin-right: 20px;
	padding-left: 20px;
	background: url("/static/home/images/h-tel-icon.png") no-repeat left center;
	background-size: 16px auto;
}
.header .hd-top .contact span:nth-child(2){
	display: inline-block;
	padding-left: 25px;
	background: url("/static/home/images/h-email-icon.png") no-repeat left center;
	background-size: 20px auto;
}
.header.active .hd-top{
	margin-top: -36px;
}
.header .logo{
   margin-right: 160px;
}
.header .icon2 {
	display: none;
}
.header.active .icon1 {
	display: none;
}
.header.active .icon2 {
	display: inline-block;
}
.header .hd-nav{
	height:94px;
	line-height: 94px;
	position: relative;
	background-color: rgb(0 0 0 / 10%);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header .hd-nav ul{
	padding: 0;
	list-style: none;
	
}
.header .hd-nav li{
	width: 115px;
	color: #333;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	float: left;
	position: relative;

}
.header .hd-nav li a{
	display: block;
	width: 115px;
	height: 94px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	outline: none;
}
.header .hd-nav li a:hover,.header .hd-nav li.active a{
	background: #ff8400;
	color: #fff;
}
.header.active .hd-nav li a{
	color: #0c0c0c;
}
.header.active .hd-nav{
	background-color: rgb(255 255 255 / 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.header.active .hd-nav li a:hover{
	background: #ff8400;
	color: #fff;
}
.hd-banner{
	height: 430px;
	background: url("/static/home/images/index-banner-bg.png") no-repeat top center;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
}
.hd-banner .banner-info{
	padding-top: 40px;
	padding-left: 40px;
}
.message-box{
	padding: 30px 20px 25px 20px;
	margin-top:30px;
	width: 327px;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 999;
}
.message-box .message-tit{
	font-size: 25px;
	text-align: center;
}
.message-box .message-count{
	margin-top: 15px;
	text-align: center;
}
.message-box .message-count span{
	color: 	#ff6b01;
}
.message-box .message-form input{
	padding: 0 15px;
	margin: 17px 0 17px 0;
	width: 100%;
	display: block;
	height: 46px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #ebebeb;
	line-height: 46px;
}
.message-box .message-form button{
	margin-bottom: 20px;
	width: 100%;
	display: block;
	height: 46px;
	line-height: 46px;
	background-color: #ff6b01;
	border-radius: 7px;
	border:none;
	color: #ffffff;
}
.message-box .message-user ul {
	height: 29px;
	background-color: rgba(255, 107, 1, 0.05);
	border-radius: 3px;	
}
.message-box .message-user ul li{
	height: 29px;
	padding: 0 13px;
	display: flex;
	justify-content: space-between;
	line-height: 29px;
	color: #8d8d8d;
	font-size: 15px;
}
.message-box .message-user ul li .status{
	color: #ff6b01;
}
.cate-banner{
	position: relative;
}
.cate-banner .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;

}
.cate-banner .content .zh-tit{
	margin-top: -80px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}
.cate-banner .content .en-tit{
	font-size: 100px;
	color: rgba(255,255,255,0.2);
	font-weight: bold;
}
.cate-banner .content .scollBot{
	width: 60px;
	height: 60px;
	border-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 10%;
	margin-left: -30px;
	z-index: 11;
	animation: ani-svg 1s linear 0s alternate infinite;
}

@keyframes ani-svg {
	0% {
		opacity: .4;
		transform: translateY(-20px);
	}

	15% {
		opacity: .65;
		transform: translateY(-15px);
	}

	25% {
		opacity: .8;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	65% {
		opacity: .8;
		transform: translateY(5px);
	}

	75% {
		opacity: .65;
		transform: translateY(10px);
	}

	100% {
		opacity: .4;
		transform: translateY(15px);
	}
}
.sub-cates{
	display: flex;
	justify-content: space-between;
}
.sub-txt-cate{
	width: 208px;
	border-right: 1px solid #b7b7b7;
}
.sub-txt-cate a{
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
	display: block;
	text-align: left;
	line-height: normal;
}
.sub-txt-cate a::before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #124598;
	margin-top: -2px;
}
.sub-cate-img{
	display: flex;
	flex-wrap: wrap;
	width:1230px;
	padding-left: 30px;
}
.sub-cate-img a{
	margin-right: 15px;
	margin-bottom: 25px;
	display: block;
	float: left;
	width: 274px;
	height: 168px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0
}
.sub-cate-img a::nth-of-type(4n){
	margin-right: 0
}
.sub-cate-img a .cate-tit{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: rgba(0,0,0,0.5);
	color: #fff
}


.swiper-pagination-bullet{
	background: none;
	border:1px solid #fff;
	opacity: 1
}
.swiper-pagination-bullet-active{
	background: #fff
}

.current-position{
	font-size: 16px;
	height: 78px;
	line-height: 78px;
}
.current-position .position{
	padding-left: 50px;
	background: url("/static/home/images/current-position.png") no-repeat 20px 30px #fff;
	background-size: 19px 15px;
}
.current-position a{
	color: #818181;
}

.cate-list{
	height: 92px;
	background-color: #eff1f5;
}
.cate-list ul{
	display: flex;
}
.cate-list ul li{
	padding: 25px;
}
.cate-list ul li a{
	display: block;
	width: 134px;
	height: 43px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	font-size: 17px;
	text-align: center;
	line-height: 43px;
	color: #000
}
.cate-list a:last-of-type{
	margin-right: 0
}
.cate-list a.active{
	color: #fff;
	background-color: #3883f9;
	border-color: #3883f9;
}
.cate-list .position{
	line-height: 78px;
	padding-left: 50px;
	background: url("/static/home/images/current-position.png") no-repeat 20px 30px;
	background-size: 19px 15px;
}
.cate-list .position a{
	color: #818181;
}

.current-catename{
	position: relative;
	margin:50px 0;
	padding-bottom: 25px;
	font-size: 30px;
}
.current-catename:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	width: 61px;
	height: 5px;
	background-color: #165963;
}


.sub-cate-list{
	height: 65px;
	background-color: #efeeee;
	line-height: 65px;
}
.sub-cate-list a{
	margin-right: 40px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #666666;
}
.sub-cate-list a.active{
	color: #00a1e9
}
.sub-cate-list a.active::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 81px;
	height: 3px;
	background-color: #00a1e9;
}


.left-bar {
	width: 300px;
}
.left-bar h3{
	position: relative;
	background:#1980df;
	border-top-right-radius: 15px;
	font-size: 25px;
	height: 68px;
	color: #fff;
	line-height: 68px;
	margin: 0;
}
.left-bar .content-box h3{
	padding-left: 35px;
}
.left-bar .content-box h3::after{
	position: absolute;
	left: 15px;
	top: 22px;
	content: "";
	width: 4px;
	height: 24px;
	background-color: #ffffff;

}
.list_dt{
	background: #fff;
	color: #333333;
	width: 300px;
	padding: 0 40px 0 50px;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	font-size: 17px;
}
.list_dt:hover{
	background: #333333;
	color: #fff;
}
.list_dt a{
    color: #000;
}
.list_dt:hover a{
    color: #fff;
}
.list_dt ._after{
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4285F4;
}

#open,.list_dt.active{
	background: #222;
	color: #fff;
}
#open ._after{
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4285F4;
}
.list_dt_icon{
	position: absolute;
	right: 10px;
	top: 11px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("/static/home/images/off.png") no-repeat;
	background-size: cover;
}
#open .list_dt_icon{
	background: url("/static/home/images/open.png") no-repeat;
	background-size: cover;
} 
#open a{
    color: #fff;
}
.list_dd{
	display: none;
}
.list_li{
	background-color: #e5eaf1;
	list-style-type: none;
	width: 300px;
	padding: 0 30px;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	color: #333333;
	font-size: 16px;
}
.list_li:hover,.list_li.active{
	background: #4285F4;
	color: #fff
}
.list_li a{
	color: #333;
}
.list_li:hover a,.list_li.active a{
    color: #fff
}


.left-bar .contact{
	padding: 21px 16px;
}
.left-bar .contact .c-item{
	padding-left: 20px;
	margin-bottom: 15px;
}
.left-bar .contact .c-item:nth-of-type(1){
	background:url("/static/home/images/left-bar-icon1.png") no-repeat left center;
	background-size: 15px auto;
}
.left-bar .contact .c-item:nth-of-type(2),
.left-bar .contact .c-item:nth-of-type(3){
	background:url("/static/home/images/left-bar-icon2.png") no-repeat left center;
	background-size: 15px auto;
}
.left-bar .contact .c-item:nth-of-type(4){
	background:url("/static/home/images/left-bar-icon3.png") no-repeat left center;
	background-size: 15px auto;
}
.left-bar .contact .c-item:nth-of-type(5){
	background:url("/static/home/images/left-bar-icon4.png") no-repeat left 0;
	background-size: 15px auto;
}
footer{
	padding: 23px 0;
	background:url("/static/home/images/ft-bg.png") no-repeat top center;
	background-size: 100% 100%;
	color: #fff
}
.ft-nav{
	margin-bottom: 15px;
}
.ft-nav a{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-left: 20px;
	text-decoration: none
}
.ft-bottom{
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
}
.ft-contact{
	display: flex;
	align-items: center;
	color: #fff
}
.ft-contact .qrcode{
	margin-right: 20px;
}
.ft-contact .c-tit{
	font-size: 15px;
}
.ft-contact .c-phone{
	padding: 10px 0;
	font-size: 21px;
}
.ft-contact .c-phone span{
	font-size: 15px;
	color: #6f6f6f;
}
.ft-contact .c-tel{
	color: #737373;
}
.ft-contact .email{
	padding-left: 32px;
	background:url("/static/home/images/ft-email.png") no-repeat left center;
	background-size: 17px auto;
}
.ft-contact .address{
	padding-left: 32px;
	background:url("/static/home/images/ft-address.png") no-repeat left center;
	background-size: 14px auto;
}
.ft-bottom .copyright{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.sideRight{
    position: fixed;
    right: 15px;
    top: 40%;
    z-index: 9998;
    width: 100px;
}
.sideRight .qrcode{
    width: 140px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #fff;
    text-align: center;
    color: #fff;
}
.sideRight .qrcode .inner{
    background:#ec6221;
    border-radius: 15px;
    padding: 10px;
}
.sideRight .qrcode .inner img{
    margin-top: 10px;
}
.sideRight .back-to-top{
    margin-left: 40px;
    margin-top: 0;
    display: block;
    width: 60px;
	height: 60px;
	background-color: #ff8400;
	padding: 5px;
	text-align: center;
	line-height: 40px;
}

.sideRight .item_con {
    text-align: right;
    margin-bottom: 4px;
    height: 60px;
    clear: both;
}
.sideRight .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: #ff8400;
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.sideRight .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}
.sideRight .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.sideRight .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}
.sideRight .service_icon .icon {
    width: 30px;
    height: 30px;
}
.sideRight .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}
.sideRight .service_value p {
    height: 20px;
    overflow: hidden;
}
.sideRight .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.sideRight .service_value.dh {
    line-height: 40px;
}
.sideRight .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}
.sideRight .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}
.sideRight .service_item.showImg:hover .service_value.tp {
    display: block;
}


.popMessage{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.pop-content{
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
}
.pop-content .close-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    z-index: 999999;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.pop-content .message-box{
    margin-top: 0;
}
.pagebox{
    text-align: center;
}
.pagination{
    
}
.pagination > li{
    
}
.pagination > li > a, .pagination > li > span{
    margin-right: 5px;
    color: #2a3133;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #005cde;
}