.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.edit-box{
	padding: 20px 0;
}

/*index*/
.index-common-btn{
	display: block;
	width: 140px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 25px;
}

.index-public-title{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

.public-padding{
	padding: 60px 0;
}

/*top nav*/
.top-nav-blank{
	height: 80px;
}

.header{
	height: 80px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 1px 3px #888;
}

.top-nav{
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.top-nav .logo{
	width: 123px;
	height: 24px;
}

.top-nav .logo img{
	width: 100%;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	display: block;
	margin: 0 25px;
	font-size: 17px;
	color: #666;
	padding: 0 5px;
	height: 100%;
	line-height: 80px;
	position: relative;
}

.top-nav .nav-block a:hover,.top-nav .nav-block .active a{
	color: #428a7b;
}

.top-nav .nav-block a:after{
	display: none;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #428a7b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.top-nav .nav-block a:hover:after,.top-nav .nav-block .active a:after{
	display: block;
}

.top-nav .lang-nav{
	display: block;
	padding-left: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #999;
	background-image: url('../images/nav_img01.png');
	height: 26px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px 26px;
}

.menu,.menu_down{
	display: none;
}

/*index public style*/
.index-about,
.index-product,
.index-news{
	max-width: 1200px;
	margin: 0 auto;
}


/* index banner */
.index-banner .swiper-slide>*{
	width: 100%;
}

.index-banner{
	position: relative;
}

.index-banner .shade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-banner .shade-text{
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
}

.index-banner .shade-text h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index-banner .shade-text ul{
	max-width: 1200px;
	margin: 0 auto;
	 display:-webkit-flex; 
	 display:-webkit-box; 
	 display:-ms-flexbox; 
	 display:-moz-flex; 
	 display:flex;
	 -webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.index-banner .shade-text li{
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.index-banner .shade-text li+li{
	margin-left: 1px;
}

.index-banner .shade-text a{
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(66,138,123,0.8);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-banner .shade-text a:hover,
.index-banner .shade-text li.active a{
	background-color: rgba(66,138,123,1);
}

/* index about */
.index-about-bg{
	position: relative;
	z-index: 9;
	width: 100%;
	height: 610px;
	background-image: url("../images/index_bg01.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
}

.index-about{
	height: 100%;
	background-image: url("../images/index_cont_bg01.png");
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: left bottom;
}

.index-about::before{
	display: block;
	content: "";
	height: 1px;
}

.index-about-text{
	width: 690px;
	padding-right: 80px;
	margin-top: 10%;
}

.index-about-text h1{
	font-size: 32px;
	color: #666;
	margin-bottom: 20px;
}

.index-about-text p{
	font-size: 16px;
	line-height: 40px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index-about a{
	display: block;
	width: 140px;
	height: 50px;
	border: 1px solid #428a7b;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 25px;
	margin-top: 30px;
	color: #428a7b;
}

/* index product */
.index-product-bg{
	width: 100%;
	background-image: url("../images/index_bg02.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -8%;
	position: relative;
	z-index: 9;
	padding-top: 15%;
	padding-bottom: 10%;
}

.index-product{
	margin: 0 auto;
}

.index-product-title{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.index-product li{
	background-color: #fff;
	padding: 0;
	width:24%;
	text-align: center;
	margin-bottom: 10px;
}

.index-product .index-product-info{
	border-top: 1px solid #eee;
	padding:20px 30px;
	position: relative;
	color: #666;
	font-size: 16px;
}
.index-product .index-product-info::before{
	content: '';
	width:40px;
	height:3px;
	background: #428a7b;
	position: absolute;
	top:0;
	left:30px;
	z-index: 9;
}

.index-product .index-product-info span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-product .index-product-info img{
	width: 13px;
	height: 13px;
}

.index-product-btn{
	display: block;
	width: 140px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 25px;
	margin: 30px auto 0;
	color: #fff;
}

.index-product-btn:hover{
	color: #fff;
}

/*index news*/
.index-news{
	padding: 2% 0 5%; 
}
.index-news-title{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #428a7b;
}

.swiper-news{
	width: 46%;
}

.swiper-news a{
	display: block;
	position: relative;
}

.swiper-news img{
	width: 100%;
}

.swiper-news .swiper-notification{
	display: none;
}

.swiper-news .float-text{
	position: absolute;
	width: 100%;
	padding: 25px 30px;
	color: #fff;
	left: 0;
	bottom: 0;
	background-color: rgba(66,138,123,0.7);
}

.swiper-news .float-text h4{
	font-size: 14px;
	margin-bottom: 10px;
}

.swiper-news .float-text p{
	font-size: 18px;
}

.swiper-news .swiper-pagination{
	bottom: 60px !important;
	text-align: right;
	padding-right: 30px;
}

.swiper-news .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
}

.swiper-news .swiper-pagination-bullet-active{
	border-color: #428a7b;
	background-color: #428a7b;
}

.index-news ul{
	width: 46%;
	overflow: hidden;
}

.index-news ul a{
	display: block;
	border-bottom: 1px dashed #eee;
	padding: 20px 0;
}

.index-news .li-box-data{
	width: 100px;
	padding: 10px;
	text-align: center;
	background-color: #cdcdcd;
	margin-right: 20px;
}

.index-news .li-box-data h1{
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .li-box-data p{
	color: #666;
	font-size: 14px;
	background-color: #fff;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .li-box-text{
	overflow: hidden;
}

.index-news .li-box-text h1{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .li-box-text p{
	font-size: 15px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news a:hover .li-box-data{
	background-color: #428a7b;
}

.index-news a:hover .li-box-text p{
	color: #000;
}

/*.index-news li:nth-child(2n) .li-box-data{
	background-color: #428a7b;
}*/

/*footer list*/
.footer-list-bg{
	background-color: #333333;
}

.footer-list{
	color: #fff;
	padding: 60px 0;
	position: relative;
}

.footer-list h1{
	font-size: 20px;
	padding-bottom: 10px;
}

.footer-list a{ 
	display: block;
	font-size: 16px;
	color: #ccc;
	margin-top: 20px;
}

.footer-list a:hover{
	color: #fff;
}

.footer-list li:last-child a{
	padding-left: 10px;
	background-image: url("../images/triangle.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.footer-list .qrcode{
	max-width: 100px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	background-color: #fff;
}

.copy{
	color: #b5ccc7;
}

.copy a{
	color: #b5ccc7;
}

.copy a:hover{
	color: #fff;
}

/*about us*/
.about-about-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 810px;
	background-image: url("../images/about_bg01.png");
	background-position: right bottom 60px;
	background-repeat: no-repeat;
}

.about-about-block .title{
	margin-bottom: 20px;
}

.about-about-block .title img{
	width: 105px;
}

.about-about-block .title h1{
	font-size: 28px;
	margin-top: 12px;
	font-weight: bold;
	color: #666;
}

.about-about-block .text-box{
	width: 62%;
}

.about-about-block .text-box p{
	font-size: 16px;
	line-height: 3;
	text-indent: 2em;
}

.about-his-block,
.about-vr-block,
.about-hor-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.about-his-block .title,
.about-vr-block .title,
.about-hor-block .title{
	margin-bottom: 30px;
	text-align: center;
}

.about-his-block .title h1,
.about-vr-block .title h1,
.about-hor-block .title h1{
	font-size: 28px;
	font-weight: bold;
	color: #666;
}

.edit{
	padding: 20px 0;
}

.vr-box{
	width: 100%;
	height: auto;
}

.vr-box iframe{
	width: 100%;
	height: 100%;
	border: none;
}

.about-hor-bg{
	background-image: url("../images/honor_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.about-hor-block .title{
	margin-bottom: 50px;
}

.about-hor-block .title p{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}

.about-hor-block .title:after{
	display: inline-block;
	content: '';
	width: 60px;
	height: 8px;
	background-color: #428a7b;
}

.about-hor-block.mod4 ul{
	-webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.about-hor-block li{
	width: 23.5%;
	height: 280px;
	margin-right: 2%;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	position: relative;
	padding: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.about-hor-block li:hover{
	border-color: #000;
	box-shadow: 0 0 10px #888;
}

.about-hor-block li:nth-of-type(4n){
	margin-right: 0;
}

.about-hor-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-hor-block li a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	z-index: 3;
}

.about-hor-block li:hover a{
	opacity: 1;
}

.about-hor-block li i{
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	background-color: rgba(66,138,123,0.7);
	border-radius: 50%;
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

.more{
	text-align: center;
	margin-top: 20px;
}

.more a{
	display: inline-block;
	color: #999;
}

.more i{
	display: inline-block;
	font-size: 24px;
	color: #999;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more a:hover i{
	transform: rotate(180deg);
}

.more p{
	font-size: 16px;
	margin: 0 auto;
	padding: 50px 0;
}

/*news*/
.news-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block .title{
	margin-bottom: 30px;
	text-align: center;
}

.news-block .title h1{
	font-size: 28px;
	font-weight: bold;
	color: #666;
}


.hot-news{
	width: 48%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.hot-news:hover{
	box-shadow: 0 0 10px #888;
}

.hot-news a{
	display: block;
	position: relative;
}

.hot-news img{
	width: 100%;
}

.hot-news .float-text{
	position: absolute;
	width: 100%;
	padding: 25px 30px;
	color: #fff;
	left: 0;
	bottom: 0;
	background-color: rgba(66,138,123,0.7);
}

.hot-news .float-text h4{
	font-size: 14px;
	margin-bottom: 10px;
}

.hot-news .float-text p{
	font-size: 18px;
}

.news-block ul{
	margin-top: 60px;
	border-top: 1px dashed #eee;
}

.news-block ul a{
	display: block;
	border-bottom: 1px dashed #eee;
	padding: 40px 0;
}

.news-block .li-box-data{
	width: 100px;
	padding: 10px;
	text-align: center;
	background-color: #cdcdcd;
	margin-right: 20px;
}

.news-block .li-box-data h1{
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-block .li-box-data p{
	color: #666;
	font-size: 14px;
	background-color: #fff;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-block .li-box-text{
	overflow: hidden;
}

.news-block .li-box-text h1{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-block .li-box-text p{
	font-size: 15px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-block a:hover .li-box-data{
	background-color: #428a7b;
}

.news-block a:hover .li-box-text p{
	color: #000;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.news-detail-block .title{
	font-size: 24px;
	color: #444;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	text-align: center;
	margin-bottom: 20px;
}
.news-detail-block .subtitle{
	font-size: 15px;
	color: #999;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-block .edit-box{
	padding: 20px 40px;
}

.news-detail-block .detail-nav{
	margin-top: 20px;
	padding: 30px 40px 0;
	border-top: 1px solid #dcdcdc;
}

.news-detail-block .left-nav{
	overflow: hidden;
}

.news-detail-block .left-nav a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 16px;
	padding: 5px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline !important;
	color: #000;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 150px;
	height: 50px;
	line-height: 48px;
	color: #888;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: 10px;
}

.news-detail-block .right-nav:hover{
	border-color: #000;
	color: #000;
}

/*products*/

.products-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.products-left-menu{
	width: 19%;
	float: left;
}

.products-left-menu li{
	background-color: #999;
	margin-bottom: 2px;
}

.products-left-menu li:hover,
.products-left-menu li.active{
	background-color: #428a7b;
}

.products-left-menu a{
	height: 50px;
	padding: 0 13px;
	color: #fff;
	font-size: 17px;
	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 span{
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-right: 10px;
}

.products-left-menu p{
	font-size: 17px;
	line-height: 2;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.products-list{
	width: 77%;
	float: right;
}

.products-list h1{
	font-size: 24px;
	color: #428a7b;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}

.products-list h1::after{
	position: absolute;
	z-index: 10;
	content: "";
	width: 70px;
	height: 4px;
	left: 0;
	bottom: -4px;
	background-color: #428a7b;
}

.products-list.mod4 ul{
	-webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.products-list li{
	background-color: #fff;
	padding: 0;
	width:23.5%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

.products-list li:nth-of-type(4n){
	margin-right: 0;
}

.products-list li:hover{
	border-color: #428a7b;
	box-shadow: 0 0 5px #888;
}

.products-list .index-product-info{
	border-top: 1px solid #eee;
	padding:20px 0;
	position: relative;
	color: #666;
	font-size: 14px;
	margin: 0 10px;
}
.products-list .index-product-info::before{
	content: '';
	width:40px;
	height:3px;
	background: #428a7b;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
}

.products-list .index-product-info span{
	overflow: hidden;

	text-overflow: ellipsis;
}

.products-list .index-product-info img{
	width: 13px;
	height: 13px;
	margin-left: 5px;
}

.pageNav>a:last-child .iconfont{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.pageNav .iconfont{
	display: inline-block;
	vertical-align: bottom;
}

/*product detail*/
.products-detail{
	width: 77%;
	float: right;
}

.products-detail .imgbox{
	width: 51%;
	border: 1px solid #ccc;
	float: left;
}

.products-detail .imgbox img{
	width: 100%;
}

.products-detail .info-box{
	width: 44%;
	float: right;
}

.products-detail .info-title{
	padding: 10px 0 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.products-detail .info-title h2{
	font-size: 24px;
	color: #666;
}

.products-detail .info-main{
	margin-bottom: 30px;
	min-height: 283px;
}

.products-detail .info-main h3{
	color: #428a7b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.products-detail .info-main p{
	color: #428a7b;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
}

.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;
}

.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: #428a7b;
	font-size: 20px;
	line-height: 60px;
	padding: 0 40px;
	font-weight: bold;
}

/*industry application*/
.app-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
}

.app-block img{
	vertical-align: bottom;
}

/*recruitment*/
.recr-recr-block,
.recr-jobs-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.recr-recr-block .title,
.recr-jobs-block .title{
	margin-bottom: 40px;
	text-align: center;
}

.recr-recr-block .title h1,
.recr-jobs-block .title h1{
	font-size: 28px;
	font-weight: bold;
	color: #666;
}


.recr-jobs-block li{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.recr-jobs-block .cont-switch{
	padding: 10px 30px;
	color: #666;
	font-size: 15px;
	cursor: pointer;
}

.recr-jobs-block li:hover
,.recr-jobs-block li.active{
	box-shadow: 0 0 5px #999;
}

.recr-jobs-block .cont-switch .flex-flex1{
	margin-right: 10px;
}
.recr-jobs-block .cont-switch div:nth-child(2){
	flex: 0 1 250px;
	-webkit-flex: 0 1 250px;
}
.recr-jobs-block .cont-switch div:nth-child(3){
	-webkit-flex: 0 1 250px;
	flex: 0 1 250px;
}


.recr-jobs-block .switch-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
}

.recr-jobs-block .switch-btn i{
	display: inline-block;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 24px;
}

.recr-jobs-block li.active .switch-btn{
	background-color: #428a7b;
}

.recr-jobs-block li.active .switch-btn i{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.recr-jobs-block .cont-box{
	display: none;
}

.recr-jobs-block .textbox{
	border-top: 1px solid #dcdcdc;
	padding: 30px 35px;
	color: #666;
	box-sizing: content-box;
}

.recr-jobs-block .cont-box h1{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.recr-jobs-block .cont-box a{
	position: absolute;
	right: 0;
	top: 0;
	color: #ffa800;
	opacity: 0.7;
}

.recr-jobs-block .cont-box a:hover{
	opacity: 1;
}

.recr-jobs-block .cont-box p{
	font-size: 16px;
	line-height: 2;
}

.recr-jobs-block .cont-box p+p{
	margin-top: 20px;
}

.recr-reco-block{
	max-width: 640px;
	margin: 0 auto;
	padding: 60px 0;
}

.recr-reco-block .title{
	margin-bottom: 55px;
	text-align: center;
}

.recr-reco-block .title h1{
	font-size: 28px;
	font-weight: bold;
	color: #666;
}

.form-block .full-div,
.form-block .half-div,
.form-block .quater-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 input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
	cursor: pointer;
}

.form-block span{
	color: #ff0000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #428a7b;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block button[type='reset']{
	background-color: #999;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}

.form-block .tip{
	font-size: 14px;
	color: #ff0000;
	margin-top: 45px;
}

/*document*/
.docu-docu-block,
.docu-service-block,
.docu-after-block,
.docu-dl-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.docu-docu-block .title,
.docu-service-block .title,
.docu-after-block .title,
.docu-dl-block .title{
	margin-bottom: 40px;
	text-align: center;
}

.docu-docu-block .title h1,
.docu-service-block .title h1,
.docu-after-block .title h1,
.docu-dl-block .title h1{
	font-size: 28px;
	font-weight: bold;
	color: #666;
}

.docu-dl-block li{
	width: 32%;
	padding: 30px;
	position: relative;
	height: 240px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.docu-dl-block li:hover{
	border-color: #428a7b;
}

.docu-dl-block li h2{
	font-size: 22px;
	color: #444;
	line-height: 1.5;
	margin-bottom: 15px;
}

.docu-dl-block li h6{
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.docu-dl-block li a{
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding-left: 32px;
	background-image: url("../images/dlicon.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #999;
}

.docu-dl-block li a:hover{
	color: #428a7b;
}

/*contact us*/
.contact-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.contact-block .title{
	margin-bottom: 30px;
}

.contact-block .title h1{
	font-size: 36px;
	color: #000;
	margin-bottom: 20px;
}

.contact-block .title p{
	color: #666;
	line-height: 2;
}

.contact-block form{
	width: 50%;
}

.contact-block .form-block textarea{
	height: 300px;
}

.contact-block .form-block button{
	background-color: #000;
}

.contact-block .info-box{
	width: 46%;
	font-size: 20px;
	color: #666;
}

.contact-block .info-box p{
	padding: 15px 0 15px 45px;
	font-size: 17px;
	position: relative;
	line-height: 1.5;
	border-bottom: 1px solid #e3e3e3;
}

.contact-block .info-box p::before{
	display: block;
	content: '';
	position: absolute;
	left: 20px;
	top: 24px;
	border-left: 6px solid #428a7b;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.contact-block .info-box .qrcode{
	padding: 10px;
	margin-right: 20px;
	background-color: #f7f7f7;
}

.contact-block .info-box h4{
	font-size: 18px;
	color: #888;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 20px;
}

.contact-block .info-box>div{
	margin-top: 40px;
}

.map{
	width: 100%;
	height: 600px;
	background-color: #f7f7f7;
	margin-bottom: 60px;
}

.page {
    margin-top: 10px;
    padding: 14px 0 15px;
    text-align: center;
}

.page a {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 4px 7px;
}

.page span.current {
    background: #5280e0;
    border: 1px solid #5280e0;
    color: #FFFFFF;
    font-weight: bolder;
}