.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

html{
	color: #333;
	height: 100%;
}

body{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.main-block{
	flex: 1;
	overflow-y: auto;
}

/*search*/
.search-shade{
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.search-block{
	position: fixed;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}

.search-block h1{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.search-block input{
	width: 475px;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background-color: transparent;
}

.search-block a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #308393;
	border-radius: 50%;
	margin: 0 auto;
}

.search-block i{
	font-size: 18px;
	color: #fff;
}

.search-block>div{
	background-color: #fff;
	padding: 0 15px;
	border-radius: 30px;
}

/*top nav*/
.top-nav-blank{
	height: 70px;
}

.header{
	height: 70px;
	width: 100%;
	background-color: #086fbe;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .logo{
	height: 100%;
}

.top-nav .logo .imgbox{
	background-color: #fff;
	width: 170px;
	padding: 20px 0;
	text-align: center;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 0 5px #ccc;
}

.top-nav .nav-block a{
	margin: 0 15px;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	height: 100%;
	position: relative;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;
	-ms-flex-align:center;
	-moz-align-items:center; 
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.top-nav .nav-block a::after{
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #76c900;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #fff;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.index-lang{
	overflow: hidden;
	text-align: center;
	color: #1f439a;
	font-size: 16px;
	font-weight: bold;
}

.index-lang a{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
}

.index-lang a:hover{
	color: #1f439a;
}

.index-lang i{
	display: inline-block;
	color: #1f439a;
	font-size: 20px;
	font-weight: normal;
	vertical-align: middle;
	margin-top: -4px;
}

.menu,.menu_down{
	display: none;
}

/* index bg */
.index-bg{
	width: 100%;
	height: 100%;
}

.index-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*footer list*/
.footer-list-bg{
	background-color: #333;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 1px;
}

.footer-list li{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	width: 33.33%;
	padding-right: 20px;
}

.footer-list li::before{
	display: block;
	content: "";
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 15px;
}

.footer-list li,
.footer-list li a{
	font-size: 14px;
	color: #fff;
}

.footer-list li a:hover{
	color: #ccc;
}

.copyall{
	position: relative;
	z-index: 4;
	background-color: #000;
}

.copy{
	color: #fff;
}

.copy a{
	color: #fff;
}

.copy a:hover{
	color: #ccc;
}

/*other public*/
.other-banner,
.other-banner2{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.shade-text h2{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.shade-text::after{
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	background-color: #fff;
	margin: 25px auto 0;
}

/**/
.other-nav-bg{
	position: relative;
}

.other-nav{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,-20px);
	white-space: nowrap;
	border-radius: 24px;
	overflow: hidden;
}

.other-nav li{
	display: inline-block;
}

.other-nav li+li{
	border-left: 1px solid #ccc;
}

.other-nav li a{
	display: block;
	width: 200px;
	line-height: 48px;
	text-align: center;
	background-color: #fff;
	color: #666;
	font-size: 16px;
}

.other-nav li a.active,
.other-nav li a:hover{
	color: #086fbe;
}

/*about us*/
.about-bg{
	padding: 90px 0;
}

.about-title{
	font-size: 48px;
	color: #086fbe;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.about-title::after{
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	background-color: #0173bb;
	margin: 25px auto 0;
}

/**/
.about-adv-block{
	max-width: 1200px;
	margin: 0 auto 140px;
	display: flex;
	flex-wrap: wrap;
}

.about-adv-block ul{
	width: 500px;
	position: relative;
}

.about-adv-block ul::before,
.about-adv-block ul::after{
	display: block;
	content: "";
	position: absolute;
}

.about-adv-block ul::before{
	width: 100%;
	height: 1px;
	background-color: #ddd;
	left: 0;
	top: 50%;
}

.about-adv-block ul::after{
	width: 1px;
	height: 100%;
	background-color: #ddd;
	left: 50%;
	top: 0;
}

.about-adv-block li{
	width: 50%;
	text-align: center;
	padding: 30px 10px;
}

.about-adv-block li h4{
	font-size: 72px;
	color: #0173bb;
}

.about-adv-block li p{
	font-size: 14px;
	color: #666;
}

.about-adv-block .imgbox{
	flex: 1;
	flex-shrink: 0;
}

.about-adv-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/**/
.about-abo-block{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.about-abo-block .editbox{
	font-size: 16px;
	line-height: 2.6;
	color: #666;
	width: 64%;
	padding-right: 60px;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.about-abo-block .imgbox{
	width: 36%;
}

/****/
.other-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 70px;
}

.other-right-block{
	width: 77.5%;
}

.products-left-menu{
	width: 17.5%;
	line-height: 1.5;
}

.products-left-menu h1{
	line-height: 80px;
	padding: 0 25px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background-image: url("../images/title_bg01.jpg");
	background-position: center;
	background-size: cover
}

.products-left-nav{
	display: block;
}

.products-left-nav>div{
	padding: 0 20px 0 10px;
	height: 60px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px dashed #d9d9d9;
}

.products-left-nav div{
	font-size: 15px;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #26499d;
}

.products-left-nav>div i{
	font-size: 16px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav>div b{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid #01af84;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-right: 10px;
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: #26499d;
	border-bottom: 1px solid #26499d;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1,
.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

.products-left-nav>div:hover b,
.products-left-nav.active>div b{
	border-left-color: #fff;
}

.products-left-nav.active>div i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 20px 0 30px;
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover,
.products-left-nav li.active{
	background-color: #f0f8f8;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #6db6bd;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
	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-nav li span{
	display: block;
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span,
.products-left-nav li.active span{
	background-color: #fd9314;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav dl{
	display: none;
}

.products-left-nav dt{
	border-top: 1px dotted #ccc;
}

.products-left-nav dt a{
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.products-left-nav dt a:hover{
	color: #fd9314;
}

/* products */
.product-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.product-block li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}

.product-block li:nth-of-type(2n){
	margin-right: 0;
}

.product-block li:hover{
	box-shadow:  0 0 5px #ccc;
}

.product-block li a{
	display: block;
	position: relative;
	padding: 20px 20px 0;
}

.product-block li .imgbox{
	height: 460px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li .textbox{
	padding: 20px 0;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

/*news*/
.news-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block li{
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #fff;
	transition: all 0.3s;
	box-shadow: 0 0 5px #ccc;
}

.news-block li:hover{
	border-color: #086fbe;
}

.news-block li a{
	display: block;
	padding: 40px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-webkit-box-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

.news-block li .textbox{
	-webkit-flex:1;
	-webkit-box-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	flex:1;
	margin-left: 30px;
}

.news-block li h4{
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

.news-block li h2{
	font-size: 22px;
	color: #086fbe;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
}

.news-block li p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 120px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.news-block li span{
	font-size: 14px;
	color: #999;
}

.news-block li .imgbox{
	width: 400px;
	height: 300px;
	overflow: hidden;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*news detail*/
.news-detail-bg{
	background-color: #eee;
	padding: 90px 0;
}

.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
}

.news-detail-block .subtitle{
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
	text-align: center;
}

.news-detail-block .title{
	font-size: 24px;
	color: #086fbe;
	margin-bottom: 20px;
}

.news-detail-block .edit-box{
	font-size: 16px;
	color: #666;
	line-height: 2.6;
}

.news-detail-block .detail-nav{
	margin-top: 40px;
	padding: 20px 10px 0;
	border-top: 1px dashed #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: #999;
	font-size: 14px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	color: #086fbe;
}

.news-detail-block .left-nav span{
	color: #999;
}

/*apply*/
.apply-block{
	padding: 60px 0;
	max-width: 640px;
	margin: 0 auto;
}

.apply-block .title{
	color: #555;
	font-size: 32px;
	margin-bottom: 35px;
	text-align: center;
}

.apply-block .form-block span{
	color: #ff0000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.apply-block .form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #01af84;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.apply-block .form-block button[type='reset']{
	background-color: #999;
}

.form-block .tip{
	font-size: 14px;
	color: #ff0000;
	margin-top: 45px;
}

/* message */
.form-block .full-div,
.form-block .half-div,
.form-block .onethird-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 .onethird-div{
	width: 32%;
}

.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 button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ec1010;
	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;
}

.contact-block .addbox{
	width: 46%;
	padding-right: 40px;
}

.contact-block .addbox h2{
	font-size: 28px;
	color: #444;
	font-weight: bold;
	margin-bottom: 50px;
}

.contact-block .addbox p{
	font-size: 18px;
	color: #444;
	display: flex;
	align-items: center;
	padding-left: 10px;
	margin-bottom: 30px;
}

.contact-block .addbox p::before{
	display: block;
	content: "";
	border-left: 6px solid #086fbe;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
	flex-shrink: 0;
}

.map{
	flex: 1;
	height: 550px;
	background-color: #f7f7f7;
	border-radius: 20px;
	overflow: hidden;
}


.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;
}


.pronav{
	    position: absolute;
  width:auto;
   
    left: 50%;
    top: 80%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.pronav ul{
	display:flex;
	justify-content:center;
	background:#fff;
	border-radius:20px;
	overflow:hidden;
}
.pronav li a{
	line-height:2.5;
	padding:0 40px;
}

.pronav li~li{
	border-left:1px solid #ccc;
}



