.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 999999;
}
.header .logo{
	margin-left: 1%;
}
.header .logo img{
	width: 180px;
}
.header .nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .nav ul li{
	position:relative;
	margin: 0 25px;
}
.header .nav ul li:before{
	content: '';
	width: 0%;
	height: 1px;
	background: #fa2020;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease 0s;
}
.header .nav ul li.on:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #fa0202;
	position: absolute;
	left: 0;
	bottom: 0;
}
.header .nav ul li a{
	display: list-item;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
}
.header .nav ul li:hover,.header .nav ul li:hover .header .nav ul li a{
	cursor: pointer;
	color:#fa0202;
}
.header .nav ul li:hover::before{
	width: 100%;
}
.header .language{
	margin-right: 1%;
	position: relative;
	cursor: pointer;
}
.header .language-label{
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.header .language-label .language-icon{
	width: 21px;
}
.header .language-label .language-on{
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	margin: 0 6px;
}
.header .language-label .arrow-down{
	width: 8px;
	height: 5px;
}
.header .language .language-select{
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 9999999;
	background: #ffffff;
	border-radius: 3px;
	padding: 10px 20px;
	width: 100%;
	 display: none;
}
.header .language .language-option a{
	font-size: 16px;
	color: #232323;
	line-height: 30px;
}
.header .language:hover .language-select{
	display: block;
}
.swiper-pagination-bullet{
	width: 32px!important;
	height: 4px!important;
	background: #ffffff!important;
	border-radius: 2px!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	background: #fa0202!important;
}

.home-about{
	margin: 100px 0;
}
.home-about-title{
	font-size: 24px;
	color: #4271b6;
	line-height: 30px;
}
.home-about-slog{
	font-size: 36px;
	color: #232632;
	line-height: 40	px;
}
.home-about-desc{
	margin: 30px 0;
}
.home-about-desc-p{
	font-size: 16px;
	color: #646464;
	line-height: 30px;
	width: 90%;
}
.home-about-more a{
	font-size: 15px;
	color: #fa0202;
	line-height: 24px;
	border: 1px solid #fa0202;
	border-radius: 10px;
	padding: 10px 30px;
}
.home-about-more a:hover{
	opacity: .85;
}
.product{
	background-image: url('../images/product_back.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0;
}
.title{
	font-size: 36px;
	color: #232632;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
}
.description{
	font-size: 16px;
	color: #646464;
	line-height: 40px;
	text-align: center;
}
.border{
	background-image: url('../images/border_down.png');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 40px 29px;
	text-align: center;
	height: 29px;
}
.product-list{
	margin-top: 30px;
}
.product-item{
	text-align: center;
}
.product-box{
	background: #ffffff;
	border-radius: 10px;
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.product-img{
	width: 350px;
	padding: 50px 0;
	margin: 0 auto;
}
.product-title{
	font-size: 20px;
	color: #232632;
	line-height: 35px;
}
.product-desc{
	font-size: 16px;
	color: #646464;
	line-height: 25px;
}
.product-box::after{
	content: '';
	width: 0%;
	height: 6px;
	background-color: #fa0202;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-radius: 10px;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.product-box:hover::after{
	width: 100%;
}

.support{
	background-image: url('../images/case_back.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0;
}
.support-title{
	font-size: 70px;
	color: #ffffff;
	line-height: 80px;
	font-weight: bold;
}
.support-content{
	margin: 30px 0;
}
.support-item{
	background-image: url('../images/support_right.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px 21px;
	padding-left: 27px;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}
.support-more a{
	font-size: 15px;
	color: #52aaff;
	line-height: 70px;
	border: 1px solid #52aaff;
	border-radius: 10px;
	padding: 10px 30px;
}
.support-more a:hover{
	opacity:.85
}
.support-more{
	margin-top: 70px;
}

.news{
	background-image: url('../images/news_back.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.news .swiper-slide{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.news .swiper-slide .swiper-slide-left{
    flex: 2;
}
.news .swiper-slide .swiper-slide-right{
    flex: 3;
    margin-left: 60px;
}
.news .swiper-slide-right .swiper-slide-right-title a{
    font-size: 30px;
    color: #232323;
    line-height: 40px;
	font-weight: bold;
}
.news .swiper-slide-right-time{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.news .swiper-slide-right-time img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.news .swiper-slide-right-time span{
	font-size: 15px;
	color: rgba(0, 0, 0, .502);
	line-height: 40px;
}
.news .swiper-slide-right .swiper-slide-right-desc{
    font-size: 16px;
    color: #797979;
    line-height: 35px;
}
.news .swiper-pagination-bullet{
    width: 20px;
    height: 37px;
}
.swiper-bot-page{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-bot-page .swiper-pagination,.swiper-bot-page .swiper-prev-next{
    width: auto;
    position: static;
}
.swiper-bot-page .swiper-prev-next{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.swiper-bot-page .swiper-button-next,.swiper-bot-page .swiper-button-prev{
    position: static;
}
.swiper-bot-page .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto;
}
.swiper-bot-page .swiper-button-next,.swiper-bot-page .swiper-button-prev{
    width: 20px;
    height: 37px;
    margin: 0 10px;
}
.swiper-bot-page .swiper-button-next:after{
    content: '';
    background-image: url('../images/arrow_right.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 36px;
}
.swiper-bot-page .swiper-button-prev:after{
    content: '';
    background-image: url('../images/arrow_left.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 36px;
}
.news-swiper{
	margin-top: 40px;
}

.join{
	background: #fa0202;
	padding: 40px 0;
}
.join-slog{
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
}
.join-flex{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.join-flex img{
	width: 74px;
}
.join-flex span{
	font-size: 36px;
	color: #ffffff;
	line-height: 45px;
	font-weight: bold;
	margin-left: 20px;
}

.footer{
	background-image: url('../images/footer_back.png');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.footer-logo img{
	width: 180px;
}
.footer-flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-nav ul li a{
	font-size: 16px;
	color: #d0d0d0;
	line-height: 50px;
}
.footer-nav{
	position: relative;
	padding-left: 20px;
	margin-left: 60px;
}
.footer-nav::after{
	content: '';
	width: 1px;
	height: 150px;
	background: rgba(255, 255, 255, .102);
	position: absolute;
	top: 0px;
	left: 0;
}
.footer-flex-around{
	justify-content: space-between;
}
.footer-phone{
	background-image: url('../images/phone_icon.png');
	background-position: left center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.footer-phone a{
	font-size: 30px;
	color: #ffffff;
	line-height: 45px;
	padding-left: 50px;
}
.footer-address{
	font-size: 14px;
	color: #d0d0d0;
	line-height: 30px;
	background-image: url('../images/address_icon.png');
	background-position: left center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
.footer-email{
	background-image: url('../images/email_icon.png');
	background-position: left center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
.footer-email a{
	font-size: 14px;
	color: #d0d0d0;
	line-height: 30px;
	padding-left: 24px;
}
.footer-qr-code{
	font-size: 14px;
	color: #b5b5b5;
	line-height: 30px;
	text-align: center;
}
.footer-copyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .102);
	padding-top: 10px;
	margin-top: 80px;
}
.copyright-left{
	font-size: 14px;
	color: #939393;
	line-height: 35px;
}
.copyright-icp a{
	font-size: 14px;
	color: #939393;
	line-height: 35px;
}

.banner{
	position: relative;
}
.page-title{
	font-size: 40px;
	color: #ffffff;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 8px;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 100%;
}
.border-bold{
	width: 220px;
	height: 4px;
	border-radius: 2px;
	background: #fa0202;
	margin: 4px auto;
	position: relative;
	z-index: 6;
}
.news-topping{
	margin-top: 60px;
}
.topping-box{
	background-color: #e8eaef;
	border-radius: 20px;
	overflow: hidden;
}
.topping-box .news-title{
	font-size: 28px;
	color: #2b2b2b;
	line-height: 40px;
	margin-top: 50px;
}
.topping-box .news-time{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}
.topping-box .news-time img{
	width: 16px;
	height: 16px;
}
.topping-box .news-time span{
	font-size: 14px;
	color: #828282;
	line-height: 20px;
	margin-left: 5px;
}
.topping-box .news-desc{
	font-size: 16px;
	color: #474748;
	line-height: 30px;
	margin-right: 20px;
}
.news-more{
	margin-top: 110px;
}
.news-more a{
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	padding: 10px 50px 10px 10px;
	background-color: #064497;
	border-radius: 5px;
	background-image: url('../images/learn_more.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 23px 13px;
}
.news-list{
	margin: 50px 0;
}
.news-list .news-list-item{
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 40px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.news-list .news-item-left{
	flex-basis: 80px;
	text-align: center;
}
.news-list .news-item-left .news-day{
	font-size: 60px;
	color: #a7a7a7;
	line-height: 70px;
	font-weight: 300;
}
.news-list .news-item-left .news-year-month{
	font-size: 16px;
	color: #a7a7a7;
	line-height: 35px;
}
.news-list .news-border{
	flex-basis: 8px;
	width: 8px;
	height: 8px;
	background-color: #a7a7a7;
	border-radius: 4px;
	margin: 0 30px;
}
.news-list .news-item-right{
	flex:1;
}
.news-list .news-item-right .news-title a{
	font-size: 24px;
	color: #000000;
	line-height: 40px;
}
.news-list .news-item-right .news-coontent{
	font-size: 16px;
	color: #8d8d8d;
	line-height: 30px;
}
.news-list .news-list-item:hover{
	cursor: pointer;
	border-top: 1px solid #004697;
	border-bottom: 1px solid #004697;
}
.news-list .news-list-item:hover .news-day,.news-list .news-list-item:hover .news-year-month{
	color: #004697;
}
.news-list .news-list-item:hover .news-border{
	background-color: #004697;
}
.news-list .news-list-item:hover .news-title a,.news-title a:hover{
	color: #004697!important;
}

.detail{
	margin-top: 50px;
}
.detail-title{
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.detail-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail-flex .detail-flex-item{
	margin: 10px;
}
.detail-flex .detail-flex-item img{
	width: 16px;
}
.detail-flex .detail-flex-item span{
	font-size: 16px;
	color: #a2a2a2;
	line-height: 30px;
}
.detail-border{
	width: 100%;
	height: 1px;
	background: #ececec;
	margin: 20px 0;
}
.detail-con p{
	font-size: 18px;
	color: #444444;
	line-height: 45px;
	margin-bottom: 30px;
	text-indent: 2em;
}
.prev-next{
	margin-bottom: 50px;
}
.prev-item,.next-item{
	background-color: #f5f5f5;
	background-image: url('../images/prev_page.png');
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
}
.prev-next-item a{
	font-size: 16px;
	color: #8a8a8a;
	line-height: 20px;
}

.about{
	margin-top:50px;
}
.about-company{
	font-size:24px;
	color: #4271b6;
	line-height: 30px;
	text-align: center;
}
.about-slog{
	font-size: 36px;
	color: #232632;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.about-desc{
	font-size: 18px;
	color: #646464;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
}
.about-logo img{
	width: 137px;
	margin: 0 40px;
}
.about-logo{
	text-align: center;
	margin-top: 90px;
}
.want{
	background:#f6f6f6;
	padding: 80px 0;
	margin-top: 90px;
}
.want-title{
	font-size: 30px;
	color: #232632;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.want-box{
	background:#ffffff;
	border-radius: 10px;
	padding: 40px;
	text-align: center;
}
.want-pic img{
	width:100px;
	margin: 30px auto;
}
.want-con{
	font-size: 16px;
	color: #646464;
	line-height: 40px;
	text-align: center;
	height: 120px;
}
.want-box:hover{
	cursor: pointer;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, .05);
	margin-top: -20px;
}
.about-four{
	margin-top:0px;
}
.about-four-box{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.about-four-box img{
	flex:1;
}
.menu{
	background: #f2f5f9;
	margin-top: -10px;
	position: relative;
	z-index: 0;
}
.menu ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.menu ul li{
	margin: 0 20px;
	padding: 8px 0;
	position: relative;
}
.menu ul li:hover{
	border-bottom: 1px solid #fa0202;
}
.menu ul li a{
	display: list-item;
	font-size: 16px;
	color: #686868;
	line-height: 40px;
}
.menu ul li.on{
	border-bottom: 1px solid #fa0202;
}
.menu ul li.on a{
	color: #fa0202;
}
.product-wrapper{
	margin-top: 80px;
	margin-bottom: 100px;
}
.product-wrapper .product-box{
	border: 1px solid #ededed;
}
.product-wrapper-title{
	font-size:36px;
	color: #232632;
	line-height: 40px;
	margin-top: 100px;
	text-align: center;
}
.product-table{
	margin-top: 40px;
}
.table-title{
	background: #f2f5f9;
	border-radius: 10px;
	font-size: 18px;
	color: #404040;
	line-height: 60px;
	padding-left: 20px;
	font-weight: bold;
}
.table-con{
	padding-left: 20px;
	margin-top: 20px;
}
.table-con-item,.table-con-name{
	font-size: 16px;
	color: #616161;
	line-height: 40px;
}
.table-con-name{
	font-weight: bold;
}
.a_txt{ display: none;}
.publication{
	margin:80px 0;
}
.publication-box{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.publication-box:hover{
	cursor: pointer;
}
.publication-box::before{
	content: '';
	width: 0%;
	height: 1px;
	background-color: #fa0202;
	
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease 0s;
}
.publication-box:hover::before{
	width: 100%;
}
.publication-title{
	font-size: 18px;
	color: #474748;
	line-height: 35px;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.publication-box:hover .publication-title{
	color:#fa0202;
}
.service-menu{
	margin-top: 0;
	border-bottom: 1px solid #ececec;
}

.service{
	margin-top: 80px;
	margin-bottom: 80px;
}
.service-flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.service-flex .service-flex-left img{
	width: 100px;
}
.service-flex .service-flex-right{
	margin-left: 20px;
}
.service-flex-right .service-wel{
	font-size: 24px;
	color: #323232;
	line-height: 30px;
}
.service-flex-right .service-desc{
	font-size: 16px;
	color: #5c5c5c;
	line-height: 30px;
}
.service-form{
	margin-top: 50px;
}
.form-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.form-item input,.service-form textarea{
	background: #f7f7f7;
	border-radius: 5px;
	font-size: 16px;
	color: #929292;
	line-height: 24px;
	flex: 1;
	padding: 10px;
	outline: none;
	border: none;
	resize: none;
}
.form-item i{
	background: #f7f7f7;
	padding: 10px;
	line-height: 24px;
}
.service-form textarea{
	width: 100%;
	height: 200px;
}
.form-item sup{
	color:#fa0202;
}
.submit{
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}
.submit .submit-btn{
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	background: #fa0202;
	border-radius: 5px;
	padding: 10px 40px;
}

.job{
	margin-top:80px;
}
.join-pic img{
	width: 100px;
}
.join-pic{
	text-align: center;
}
.job-slog{
	font-size: 18px;
	color: #5c5c5c;
	line-height: 35px;
	text-align: center;
	margin: 30px auto;
	width: 60%;
}
.job-title{
	font-size: 30px;
	color: #000000;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
}
.accordion{
	margin-top: 30px;
}
.accordion ul li{
	border-top:1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 0 15px;
}
.accordion .job-flex{
	padding: 15px;
}
.accordion  .uk-open .job-flex{
	background: #7f7f7f;
	padding: 15px;
}
.accordion .job-ac{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.job-flex-left{
	color: #2b2b2b;
	font-size: 24px;
	line-height: 24px;
}
.job-flex-right span{
	font-size: 16px;
	color: #2b2b2b;
	line-height: 24px;
	margin-left: 20px;
}
 .uk-open .job-flex-left{
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
}
 .uk-open .job-flex-right span{
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	margin-left: 20px;
}
.job-con-label{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 30px;
}
.job-con-label .job-label-left{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	margin-right: 10px;
}
.job-con-label .job-label-right{
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	flex: 1;
}
.job-qd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	margin-top: 20px;
	margin-bottom: 50px;
}
.job-qd-left{
	font-size: 16px;
	color: #5d5d5d;
	line-height: 30px;
	flex: 1;
}
.job-qd-right{
	margin-left: 80px;
}
.job-qd-right .job-qd-item{
	font-size: 18px;
	color: #fa0202;
	line-height: 40px;
	font-weight: bold;
}
.contact{
	margin-top: 80px;
}
.contact-flex{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.contact-flex .contact-item{
	/* flex: 1; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}
.contact-flex .contact-item:last-child{
	margin-right: 0;
}
.contact-flex .contact-item .contact-item-left img{
	width: 66px;
}
.contact-flex .contact-item .contact-item-right{
	margin-left:20px;
}
.contact-flex .contact-item .contact-item-right .contact-item-name{
	font-size: 18px;
	color: #4e4e4e;
	line-height: 35px;
	font-weight: bold;
}
.contact-flex .contact-item .contact-item-right .contact-item-title{
	font-size: 18px;
	color: #4e4e4e;
	line-height: 35px;
}
.gaode{
	margin:50px 0;
}
#mapDiv{
	width: 100%;
	height: 700px;
}


