.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

.edit-box{
	padding: 20px 0;
}

html{
	color: #333;
}

/*index*/
.public-title{
	margin-bottom: 40px;
}

.public-title h1{
	font-size: 36px;
	color: #0063ae;
	margin-bottom: 10px;
}

.public-title h4{
	font-size: 22px;
	color: #999;
}

/*top nav*/
.header{
	height: 80px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 5px #888;
}

.top-nav-blank{
	height: 80px;
}

.top-nav{
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.top-nav .logo{
	
}

.top-nav .nav-block{
	
}

.top-nav .nav-block a{
	display: block;
	padding: 0 5px;
	margin: 0 20px;
	font-size: 16px;
	color: #444;
	line-height: 80px;
	position: relative;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #0063ae;
}

.top-nav .nav-block a::after{
	display: none;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #0063ae;
	position: absolute;
	left: 0;
	bottom: 0;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	display: block;
}

.menu,.menu_down{
	display: none;
}

/*index*/
.index-lang{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 11;
}

.lang-box{
	margin-top: -60px;
	width: 490px;
	height: 100px;
	padding: 0 20px;
	background-image: linear-gradient(to right, #2790e1 , #0063ae);
}
.lang-box .qrcode{
	width: 80px;
	height: 80px;
}

.lang-box .textbox{
	margin: 0 20px;
	width: 280px;
}

.lang-box .textbox h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.lang-box .textbox h1{
	font-size: 30px;
	color: #fff;
}

/* index banner */
.index-banner img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.banner{
	position: relative;
	color: #fff;
	z-index: 10;
}

.other-banner img{
	min-height: 160px;
	object-fit: cover;
}

/*index about*/
.index-about-bg{
	background-image: url('../images/index_about_bg.jpg');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-about{
	max-width: 1200px;
	margin: 0 auto;
	padding: 95px 0 125px;
	position: relative;
	z-index: 3;
}

.index-about>img{
	position: absolute;
	right: 0;
	bottom: 70px;
	z-index: 4;
}

.index-about .textbox{
	width: 620px;
	position: relative;
	z-index: 5;
}

.index-about .textbox .ebox{
	font-size: 16px;
	color: #666;
	line-height: 2.7;
}

.index-about .textbox a{
	display: block;
	width: 146px;
	height: 46px;
	border-radius: 23px;
	text-align: center;
	line-height: 44px;
	background-color: #fff;
	font-size: 13px;
	color: #999;
	border: 1px solid #ccc;
	margin-top: 60px;
}

.index-about .textbox a:hover{
	border-color: #0063ae;
	color: #fff;
	background-color: #0063ae;
}

/* index product */
.index-product-bg{
	background-image: url("../images/index_product_bg.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.index-product{
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 55px;
}

.index-product .public-title{
	margin-bottom: 40px;
}

.index-product .ulbox{
	/* margin-bottom: -190px; */
}

.index-product .navbox{
	width: 32%;
	height: 384px;
	margin-right: 2%;
	overflow-y: auto;
	background-color: #0063ae;
	margin-bottom: 20px;
}

.index-product .navbox li:hover,
.index-product .navbox li.active{
	background-color: #2790e1;
}

.index-product .navbox a{
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 0 35px;
	height: 60px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.index-product .navbox a::after{
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #4d92c6;
	position: absolute;
	left: 30px;
	bottom: 0;
}

.index-product .navbox b{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-top: -2px;
	vertical-align: middle;
	margin-right: 8px;
}

.index-product .navbox p{
	font-size: 16px;
	line-height: 1.5;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.index-product .libox{
	width: 32%;
	height: 384px;
	margin-right: 2%;
	background-color: #fff;
	border: 2px solid #eee;
	text-align: center;
	margin-bottom: 20px;
}

.index-product .libox:nth-of-type(3n){
	margin-right: 0;
}

.index-product .libox:hover{
	border-color: #0063ae;
}

.index-product .libox a{
	display: block;
	height: 100%;
	position: relative;
}

.index-product .libox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product .libox p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	text-shadow: 0 0 3px #fff;
}

/*index news*/
.index-news{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

.index-news .public-title{
	text-align: center;
}

.index-news .public-title h1{
	color: #162430;
}

.index-news .public-title h4{
	font-size: 15px;
	color: #777;
	font-style: italic;
}

.index-news .big-news{
	width: 44%;
	float: left;
	background-color: #f8f8f8;
}

.index-news .big-news:hover{
	box-shadow: 0 0 5px #888;
}

.index-news .big-news a{
	display: block;
	padding: 40px 80px 60px 60px;
}

.index-news .big-news h2{
	font-size: 24px;
	color: #999;
	margin-bottom: 25px;
}

.index-news .big-news h3{
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin-bottom: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .big-news p{
	border-left: 1px solid #e4e4e4;
	padding-left: 30px;
	font-size: 13px;
	color: #777777;
	line-height: 1.8;
	margin-bottom: 35px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .big-news img{
	width: 100%;
	height: 164px;
	object-fit: cover;
}

.index-news .big-news span{
	display: block;
	margin-top: 30px;
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #0063ae;
}

.index-news ul{
	width: 48%;
	float: right;
	border-top: 1px solid #ededed;
}

.index-news li{
	border-bottom: 1px solid #ededed;
}

.index-news li:hover{
	
}

.index-news li a{
	display: block;
	padding: 36px 35px 36px 15px;
}

.index-news li h2,
.index-news li i{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li h2{
	font-size: 18px;
	color: #444;
	margin-bottom: 10px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news li:hover h2{
	color: #0063ae;
}

.index-news .big h2{
	font-size: 30px;
}

.index-news li p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #777;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news li i{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #999;
	padding-left: 15px;
	border-left: 1px solid #e4e4e4;
	margin-top: 35px;
	opacity: 0;
}

.index-news li:hover i{
	opacity: 1;
}

.index-news li .flex-flex1{
	overflow: hidden;
	margin: 0 50px 0 15px;
}

/*footer list*/
.footer-list-bg{
	background-color: #0063ae;
}

.footer-list{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.footer-list .code{
	
}

.footer-list ul{
	border-bottom: 1px solid #3382be;
	margin-bottom: 15px;
	padding-bottom: 40px;
	padding-top: 20px;
}

.footer-list li+li{
	margin-left: 40px;
}

.footer-list li a{
	font-size: 16px;
	color: #a8bfdb;
	padding: 0 20px;
}

.footer-list li a:hover{
	color: #fff;
}

.copy{
	color: #a8bfdb;
}

.copy a{
	color: #a8bfdb;
}

.copy a:hover{
	color: #fff;
}

/*other public*/
.other-nav-bg{
	background-color: #fff;
	box-shadow: 0 0 5px #888;
	position: relative;
	z-index: 20;
}

.other-nav{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
}

.other-nav ul{
	border-left: 1px solid #e5e5e5;
}

.other-nav li{
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.other-nav li:hover,
.other-nav li.active{
	background-color: #0063ae;
	border-color: #0063ae;
}

.other-nav li a{
	min-width: 140px;
	padding: 0 10px;
	font-size: 15px;
	color: #666;
	height: 50px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.other-nav li:hover a,
.other-nav li.active a{
	color: #fff;
}

.other-nav span{
	display: block;
	width: 100%;
	line-height: 1.3;
}

.other-nav .lang-box{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

.other-loacl{
	color: #999;
	font-size: 16px;
}

.other-loacl a{
	line-height: 50px;
	color: #999;
	font-size: 16px;
}

.other-loacl a:hover{
	color: #0063ae;
}

/*about us*/
.about-abo-block{
	padding: 80px 0 100px 0;
}

.about-zz-bg{
	background-image: linear-gradient(to bottom, #fff , #f7f7f7);
}

.about-zz-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-zz-block .title{
	font-size: 36px;
	color: #0063ae;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.about-zz-block .swiper-container{
	height: 540px;
}

.about-zz-block .swiper-slide{
	height: 260px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 0px;
}

.about-zz-block a{
	display: block;
	height: 100%;
}

.about-zz-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-zz-block .swiper-pagination-bullet{
	width: 40px;
	height: 10px;
	border-radius: 5px;
}


/*products*/
.products-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.products-left-menu{
	width: 21%;
	float: left;
}

.products-left-menu ul{
	background-color: #0063ae;
}

.products-left-menu li:hover,
.products-left-menu li.active{
	background-color: #2790e1;
}

.products-left-menu a{
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 0 35px;
	height: 60px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.products-left-menu a::after{
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #4d92c6;
	position: absolute;
	left: 30px;
	bottom: 0;
}

.products-left-menu li:hover a,
.products-left-menu li.active a{
	color: #fff;
}

.products-left-menu b{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-top: -2px;
	vertical-align: middle;
	margin-right: 8px;
}

.products-left-menu p{
	font-size: 16px;
	line-height: 1.5;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.products-list{
	width: 75%;
	float: right;
}

.products-list h1{
	font-size: 28px;
	color: #666;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.products-list li{
	width: 284px;
	height: 284px;
	margin-right: 2%;
	background-color: #fff;
	border: 2px solid #eee;
	text-align: center;
	margin-bottom: 20px;
}

.products-list li:nth-of-type(3n){
	margin-right: 0;
}

.products-list li:hover{
	border-color: #0063ae;
	box-shadow:  0 0 5px #888;
}

.products-list li a{
	display: block;
	height: 100%;
	position: relative;
}

.products-list li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-list li p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	text-shadow: 0 0 3px #fff;
}

.pageNav .iconfont{
	display: inline-block;
	vertical-align: bottom;
}

/*product detail*/
.products-detail{
	width: 77%;
	float: right;
}

.products-detail .imgbox{
	width: 51%;
	height: 470px;
	border: 1px solid #ccc;
	float: left;
}

.products-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-detail .info-box{
	width: 44%;
	float: right;
}

.products-detail .info-title{
	padding: 10px 0 30px;
	border-bottom: 1px solid #ccc;
}

.products-detail .info-title h2{
	font-size: 24px;
	color: #666;
}

.products-detail .detail-nav{
	border: 1px solid #ccc;
	border-radius: 3px;
}

.products-detail .detail-nav li{
	border-right: 1px solid #ccc;
	width: 25%;
	text-align: center;
}

.products-detail .detail-nav li:last-child{
	border-right:none;
}

.products-detail .detail-nav a{
	display: block;
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #aaa;
}

.products-detail .detail-nav a:hover{
	background-color: #0063ae;
	color: #fff;
}

.products-detail .detail-nav i{
	font-size: 30px;
	vertical-align: bottom;
	display: inline-block;
}

.products-detail .detail-title{
	background-color: #eee;
	margin-top: 40px;
}

.products-detail .detail-title span{
	display: inline-block;
	color: #fff;
	background-color: #0063ae;
	font-size: 20px;
	line-height: 60px;
	padding: 0 40px;
}

/*news*/
.news-block{
	padding: 70px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block .title{
	font-size: 28px;
	color: #0063ae;
	margin-bottom: 35px;
}

.news-block ul{
	border-top: 1px solid #ededed;
	margin-bottom: 40px;
}

.news-block li{
	border-bottom: 1px solid #ededed;
}

.news-block li:hover{
	
}

.news-block li a{
	display: block;
	padding: 25px 35px;
}

.news-block li h2,
.news-block li i{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li h2{
	font-size: 18px;
	color: #444;
	margin-bottom: 10px;
	line-height: 40px;
}

.news-block li:hover h2{
	color: #0063ae;
}

.news-block li p{
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	color: #777;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-block li i{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #999;
	padding-left: 15px;
	border-left: 1px solid #e4e4e4;
	margin-top: 35px;
}

.news-block li:hover i{
	color: #0063ae;
}

.news-block li .flex-flex1{
	overflow: hidden;
	margin-right: 60px;
}

.news-block li .imgbox{
	margin-left: 100px;
	width: 240px;
	height: 180px;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	padding-right: 150px;
	position: relative;
}

.news-detail-block .title{
	font-size: 26px;
	color: #666;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.news-detail-block .subtitle{
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.news-detail-block .edit-box{
	font-size: 16px;
	color: #666;
	line-height: 3;
}

.news-detail-block .detail-nav{
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 155px;
}

.news-detail-block .detail-nav li{
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.news-detail-block .detail-nav li:last-child{
	border-bottom:none;
}

.news-detail-block .detail-nav a{
	display: block;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #aaa;
}

.news-detail-block .detail-nav a:hover{
	background-color: #0063ae;
	color: #fff;
}

.news-detail-block .detail-nav i{
	font-size: 24px;
	vertical-align: bottom;
	display: inline-block;
}

/*talent*/
.recr-reco-block{
	max-width: 950px;
	margin: 0 auto;
	padding:90px 0 60px;
}

.recr-reco-block .title{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #0063ae;
}

.recr-reco-block .subtitle{
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
	color: #494544;
}

.form-block .full-div,
.form-block .half-div,
.form-block .quater-div,
.form-block .othird-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block .othird-div{
	width: 32%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 300px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ffa800;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}


/*contact us*/
.contact-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0 60px;
}

.contact-block .title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	color: #0063ae;
}

.contact-block .address{
	text-align: center;
	margin-bottom: 20px;
}

.contact-block .address i{
	font-size: 30px;
	color: #999;
}

.contact-block .address p{
	font-size: 22px;
	color: #666;
	line-height: 1.5;
	margin-top: 5px;
}

.contact-block ul{
	border: 1px solid #eee;
}

.contact-block li{
	text-align: center;
	padding: 30px 0 35px;
	width: 25%;
}

.contact-block li+li{
	border-left: 1px solid #eee;
}

.contact-block li p{
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
	overflow-y: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #777;
}

.contact-block li i{
	font-size: 34px;
	color: #999;
}

.map{
	width: 100%;
	height: 600px;
	background-color: #f7f7f7;
	margin-bottom: 60px;
}
#map{
	width: 100%;
	height: 600px;
}

