.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;
}

/*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: 140px;
}

.subheader{
	height: 60px;
	width: 100%;
	background-color: #eee;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.stop{
	max-width:1400px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;height: 100%;
	
}
.smlogo{
	display: inline-block;
	    height: 100%;
    display: flex;
  
    align-items: center;
    
    vertical: middle;
}
.smlogo b{
	padding-left:10px;
}
.subheader-block{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	
	
}

.subheader-block a{
	display: flex;
	justify-content:center;
	align-items:center;
	margin:0 25px;
	font-size:16px;
}
.subheader-block a span{
	padding-left:20px;
}

.subheader-block i{
	color: #999;
	font-size: 22px;
}

.subheader-block a:hover i{
	color: #666;
}

.header{
	height: 80px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

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

.top-nav .logo-text{
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
}
.top-nav .en{
	font-size:18px;
}
.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	margin: 0 25px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	    white-space: nowrap;
	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;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #373787;
}

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

.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;
	margin-left: 30px;
}

.index-lang a{
	    white-space: nowrap;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
}

.index-lang a:hover{
	color: #373787;
	text-decoration: underline;
}

.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 banner */
.index-banner{
	position: relative;
}

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

/*index about*/
.index-about-block{
	padding: 50px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.index-about-block .title{
	margin-bottom: 15px;
	text-align: center;
	color: #0527af;
	font-size: 32px;
	font-weight: bold;
}

.index-about-block .title::after{
	display: block;
	content: "";
	margin: 15px auto 0;
	width: 50px;
	height: 2px;
	background-color: #d14242;
}

.index-about-block .editbox{
	font-size: 20px;
	line-height: 2;
	color: #666;
	margin-bottom: 30px;
	text-align: center;
}

.index-about-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index-about-block .morebtn{
	display: block;
	width: 140px;
	line-height: 50px;
	border: 1px solid #ccc;
	border-radius: 25px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 50px;
	transition: all 0.3s;
}

.index-about-block .morebtn:hover{
	background-color: #373787;
	border-color: #373787;
	color: #fff;
}

.index-about-block ul{
	display: flex;
}

.index-about-block li{
	flex: 1;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
	padding: 50px 5%;
}

.index-about-block li+li{
	margin-left: 2%;
}

.index-about-block li i{
	font-size: 50px;
	color: #fd0200;
	margin-right: 20px;
}

.index-about-block li .flex-flex1{
	overflow: hidden;
}

.index-about-block li h4{
	color: #fd0200;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-about-block li p{
	color: #666;
	font-size: 14px;
}

/* index product */
.index-product-bg{
	background-color: #f5f5f5;
}

.index-product{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.index-product .title{
	margin-bottom: 15px;
	text-align: center;
	color: #0527af;
	font-size: 32px;
	font-weight: bold;
}

.index-product .title::after{
	display: block;
	content: "";
	margin: 15px auto 0;
	width: 50px;
	height: 2px;
	background-color: #d14242;
}

.index-product ul{
	display: flex;
	flex-wrap: wrap;
}

.index-product li{
	flex: 1;
	overflow: hidden;
	height: 380px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(../images/index_product_bg.jpg);
	background-position: center;
	background-size: cover;
}

.index-product li+li{
	margin-left: 2%;
}

.index-product li::before{
	display: block;
	content: "";
	width: 30px;
	height: 4px;
	background-color: #d14242;
	margin-bottom: 20px;
}

.index-product li h3{
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

.index-product li a{
	display: block;
	width: 100px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
}

.index-product li i{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.index-product li a:hover i{
	transform: translateX(5px);
}

/*index device*/
.index-device{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 50px;
	position: relative;
}

.index-device .title{
	margin-bottom: 15px;
	text-align: center;
	color: #0527af;
	font-size: 32px;
	font-weight: bold;
}

.index-device .title::after{
	display: block;
	content: "";
	margin: 15px auto 0;
	width: 50px;
	height: 2px;
	background-color: #d14242;
}

.index-device .swiper-slide{
	border-radius: 10px;
	border: 1px solid #ccc;
}

.index-device .swiper-slide a{
	display: block;
	padding: 10px;
}

.index-device .swiper-slide .imgbox{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.index-device .swiper-slide .imgbox img{
	width:100%;
	min-height:200px;
	max-height:200px;
	object-fit:cover;
}
.index-device .swiper-slide .imgbox::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 4;
	opacity: 0;
	transition: all 0.3s;
}

.index-device .swiper-slide:hover .imgbox::before{
	opacity: 1;
}

.index-device .swiper-slide i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	font-size: 40px;
	color: #fff;
	opacity: 0;
	transition: all 0.3s;
}

.index-device .swiper-slide:hover i{
	opacity: 1;
}

.index-device .swiper-slide p{
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 16px;
	line-height: 2;
}

/*index news*/
.index-news-bg{
	background-color: #f5f5f5;
}

.index-news{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px;
}

.index-news .title{
	margin-bottom: 25px;
}

.index-news .title h2{
	margin-bottom: 10px;
	color: #999;
	font-size: 36px;
}

.index-news .title h3{
	margin-bottom: 20px;
	color: #0527af;
	font-size: 32px;
	font-weight: bold;
}

.index-news .title::after{
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #d14242;
}

.index-news ul{
	display: flex;
	flex-wrap: wrap;
}

.index-news li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.index-news li:nth-of-type(4n){
	margin-right: 0;
}

.index-news li a{
	display: block;
}

.index-news li .imgbox{
	border-radius: 10px;
	overflow: hidden;
	height: 240px;
	margin-bottom: 30px;
}

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

.index-news li h3{
	color: #999;
	font-size: 20px;
	margin-bottom: 10px;
}

.index-news li p{
	color: #333;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 40px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.index-news li:hover p{
	color: #0527af;
}

.index-news li span{
	color: #0527af;
	font-size: 14px;
	transition: all 0.3s;
}

.index-news li:hover span{
	color: #fd0200;
}

/*index other*/
.index-other-block{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 600px;
}

.index-other-block .box1{
	height: 100%;
	width: 50%;
	background-color: #0527af;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-other-block .box2{
	height: 50%;
	width: 50%;
	background-color: #000;
	display: flex;
	align-items: center;
}

.index-other-block .box3{
	height: 50%;
	width: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.index-other-block .box{
	max-width: 700px;
	width: 100%;
}

.index-other-block .box2 .box,
.index-other-block .box3 .box{
	padding-left: 5%;
}

.index-other-block h3{
	color: #fff;
	font-size: 36px;
}

.index-other-block .box3 h3{
	color: #000;
}

.index-other-block b{
	display: block;
	width: 60px;
	height: 4px;
	background-color: #fff;
	margin-top: 30px;
}

.index-other-block p{
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}

.index-other-block .box3 p{
	color: #666;
}

.index-other-block a{
	display: block;
	width: 140px;
	line-height: 48px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
	transition: all 0.3s;
}

.index-other-block .box3 a{
	color: #999;
	border-color: #ccc;
}

.index-other-block a:hover{
	box-shadow: 0 0 5px #ccc;
}

/*footer list*/
.footer-list-bg{
	background-color: #444;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
}

.footer-list li h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 15px;
}

.footer-list a,
.footer-list p{
	display: block;
	font-size: 14px;
	color: #cbd0da;
}

.footer-list p{
	color: #fff;
}

.footer-list p::before{
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #017333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

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

.footer-list i{}

.footer-list a+a,
.footer-list p+p{ 
	margin-top: 12px;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li .flex-display{
	margin-top: 35px;
}

.footer-list li .infobox{
	margin-left: 20px;
	text-align: center;
}

.footer-list li .imgbox{
	margin-bottom: 15px;
}

.footer-list li .qrbox{
	margin-top: 20px;
	text-align: center;
	display: flex;
}

.footer-list li .qrbox .box{
	position: relative;
}

.footer-list li .qrbox .box+.box{
	margin-left: 20px;
}

.footer-list li .qrbox img{
	width: 112px;
	max-width: none;
	height: 112px;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%,-100%);
	display: none;
}

.footer-list li .qrbox .box:hover img{
	display: block;
}

.footer-list li .qrbox i{
	color: #fff;
	font-size: 32px;
}

.footer-list li .qrbox span{
	display: block;
	color: #ccc;
	font-size: 14px;
	margin-top: 10px;
}

.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;
}

.other-banner2 img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.shade-text h3{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.shade-text h4{
	font-size: 48px;
	color: #fff;
}

.shade-text ul{
	margin-top: 25px;
	white-space: nowrap;
}

.shade-text li{
	display: inline-block;
	max-width: 200px;
	width: 100%;
	border: 1px solid #fff;
	transition: all 0.3s;
}

.shade-text li+li{
	border-left: none;
}

.shade-text li:first-child{
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
}

.shade-text li:last-child{
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
}

.shade-text li.active,
.shade-text li:hover{
	text-decoration: underline;
}

.shade-text li a{
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	height: 54px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	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;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.other-nav-bg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	max-width: 1400px;
	margin: 0 auto;
}

.other-local{
	color: #666;
	font-size: 14px;
}

.other-local a{
	color: #666;
	font-size: 14px;
}

.other-local a:hover,
.other-local a:last-child{
	color: #666;
	text-decoration: underline;
}

/*about us*/
.about-abo-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../images/about_abo_bg.png);
	background-position: right top;
}

.about-abo-block .textbox{
	width: 50%;
}

.about-abo-block .title{
	margin-bottom: 25px;
}

.about-abo-block .title img{
	margin-bottom: 20px;
}

.about-abo-block .title h2{
	margin-bottom: 15px;
	color: #0527af;
	font-size: 32px;
	font-weight: bold;
}

.about-abo-block .title::after{
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #d14242;
}

.about-abo-block .editbox{
	color: #666;
	font-size: 16px;
	line-height: 2.6;
}

.about-abo-block .imgbox{
	width: 38%;
}

.about-abo-block .imgbox img{
	width: 100%;
}

/**/
.about-his-bg{
	background-color: #fafafa;
}

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

.about-his-block .title{
	font-size: 32px;
	color: #0527af;
	font-weight: bold;
	margin-bottom: 120px;
	text-align: center;
}

.about-his-block .title::after{
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #d14242;
	margin: 15px auto 0;
}

.about-his-block .gallery-top{
	margin-bottom: 70px;
}

.about-his-block .gallery-top .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-his-block .gallery-top .swiper-slide h2{
	color: #fd0200;
	font-size: 72px;
	font-weight: bold;
	margin-right: 5%;
}

.about-his-block .gallery-top .swiper-slide .editbox{
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

.about-his-block .thumbs-block{
	position: relative;
}

.about-his-block .thumbs-block::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-1px);
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.about-his-block .gallery-thumbs{
	position: relative;
}

.about-his-block .gallery-thumbs .swiper-wrapper{
	z-index: 10;
}

.about-his-block .gallery-thumbs .swiper-slide{
	cursor: pointer;
	text-align: center;
	background-image: url(../images/swiper_bg.jpg);
	background-position: center;
	background-size: 100% 40px;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	
}

.about-his-block .gallery-thumbs .swiper-slide i{
	font-size: 48px;
	color: #fd0200;
	opacity: 0;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active i{
	opacity: 1;
}

.about-his-block .gallery-thumbs .swiper-slide p{
	color: #888;
	font-size: 30px;
	text-align: center;
	line-height: 46px;
	margin-top: 35px;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{
	color: #fd0200;
	font-size: 36px;
}

.about-his-block .swiper-button-prev,
.about-his-block .swiper-button-next{
	width: auto;
}

.about-his-block .swiper-button-prev i,
.about-his-block .swiper-button-next i{
	font-size: 30px;
	color: #ccc;
	display: block;
	border-radius: 50%;
	border: 1px solid #ccc;
	padding: 5px;
}

.about-his-block .swiper-button-prev::after,
.about-his-block .swiper-button-next::after{
	display: none;
}

.about-his-block .swiper-button-prev{
	left: 0;
}

.about-his-block .swiper-button-next{
	right: 0;
}

/**/
.about-cul-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0 100px;
	text-align: center;
}

.about-cul-block h4{
	color: #fff;
	font-size: 24px;
	display: block;
	width: 160px;
	line-height: 60px;
	margin: 0 auto 20px;
	background-color: #fd0200;
	border-radius: 10px;
}

.about-cul-block h2{
	color: #333;
	font-size: 48px;
	font-weight: bold;
}
.about-cul-block h2{
	max-width:1000px;
	margin:0 auto;
	color: #444;
	font-size: 28px;
	font-weight: bold;
	text-align:left;
	line-height:2;
}

.about-cul-block h2 span{
	color: #fd0200;
}

/**/
.about-honor-bg{
	background-image: linear-gradient( to bottom , #fafafa, #fff);
}

.about-honor-block{
	padding: 60px 0;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.about-honor-block .title{
	font-size: 32px;
	color: #0527af;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.about-honor-block .title::after{
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #d14242;
	margin: 15px auto 0;
}

.about-honor-block .gallery-top{
	width: 44%;
	height: 540px;
	background-color: #eee;
}

.about-honor-block .gallery-top .swiper-slide{
	padding: 40px;
}

.about-honor-block .gallery-top .swiper-slide a{
	width: 100%;
	height: 100%;
}

.about-honor-block .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-honor-block .gallery-top .swiper-button-prev,
.about-honor-block .gallery-top .swiper-button-next{
	display: none;
}

.about-honor-block .gallery-thumbs{
	height: 540px;
	padding-bottom: 120px;
	width: 50%;
}

.about-honor-block .gallery-thumbs .swiper-slide{
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 70px;
	border-bottom: 1px solid #eee;
	margin-top: 0 !important;
}

.about-honor-block .gallery-thumbs .swiper-slide:nth-of-type(6n+1){
	border-top: 1px solid #eee;
}

.about-honor-block .gallery-thumbs .swiper-slide b{
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #0527af;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right: 10px;
}

.about-honor-block .gallery-thumbs .swiper-slide p{
	color: #000;
	font-size: 16px;
}

.about-honor-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{
	color: #0527af;
}

.about-honor-block .gallery-thumbs .swiper-button-prev,
.about-honor-block .gallery-thumbs .swiper-button-next{
	width: auto;
	top: auto;
	bottom: 0;
}

.about-honor-block .gallery-thumbs .swiper-button-prev i,
.about-honor-block .gallery-thumbs .swiper-button-next i{
	font-size: 30px;
	color: #999;
	display: block;
	border-radius: 50%;
	border: 1px solid #999;
	padding: 5px;
}

.about-honor-block .gallery-thumbs .swiper-button-prev::after,
.about-honor-block .gallery-thumbs .swiper-button-next::after{
	display: none;
}

.about-honor-block .gallery-thumbs .swiper-button-prev{
	left: 0;
}

.about-honor-block .gallery-thumbs .swiper-button-next{
	right: 0;
}

.about-honor-block .gallery-thumbs .swiper-pagination-bullet{
	width: 12px;
	border-radius: 4px;
}

.about-honor-block .gallery-thumbs .swiper-pagination-bullet-active{
	width: 30px;
	background-color: #00b6ec;
}


/**/
.about-dev-bg{
	background-color: #fafafa;
}

.about-dev-bg .index-device .swiper-slide{
	background-color: #fff;
}

/****/
.other-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.other-right-block{
	width: 75%;
}

.products-left-menu{
	width: 21%;
	line-height: 1.5;
	border-top: 6px solid #373787;
}

.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: #333;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px solid #eee;
}

.products-left-nav div{
	font-size: 18px;
	transition: all 0.3s;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	
}

.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: 8px solid #40408d;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
	transition: all 0.3s;
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: transparent;
}

.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: #373787;
}

.products-left-nav>div:hover b,
.products-left-nav.active>div b{
	border-left-color: #f80300;
}

.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;
	border-bottom: 1px dashed #ccc;
}

.products-left-nav li:hover,
.products-left-nav li.active{
	
}

.products-left-nav li+li{
	
}

.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: #002f6b;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 15px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #373787;
}

.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{
}

.product-block .title{
	font-size: 22px;
	color: #373787;
	line-height: 1;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	position: relative;
}

.product-block .title::after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 2px;
	background-color: #373787;
}

.product-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #eee;
}

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

.product-block li:hover{
	box-shadow:  0 0 10px #ccc;
}

.product-block li a{
	display: block;
	padding: 30px 20px;
}

.product-block li .imgbox{
	height: 200px;
	margin-bottom: 30px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li .textbox{
	display: flex;
	align-items: center;
}

.product-block li p{
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	margin-right: 10px;
	transition: all 0.3s;
}

.product-block li:hover p{
	color: #373787;
}

.product-block li span{
	color: #999;
	font-size: 12px;
	display: block;
	width: 50px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 15px;
	transition: all 0.3s;
}

.product-block li:hover span{
	color: #fff;
	background-color: #f80300;
	border-color: #f80300;
}

.product-block li i{
	display: inline-block;
	font-size: 24px;
}

/*product detail*/
.product-detail{
	
}

.product-detail .imgbox{
	width: 46%;
	height: 480px;
	float: left;
	padding: 5%;
	border: 1px solid #ccc;
}

.product-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail .infobox{
	width: 49%;
	float: right;
}

.product-detail .title{
	font-size: 22px;
	color: #373787;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.product-detail .editbox{
	color: #666;
	font-size: 16px;
	line-height: 3;
	margin-bottom: 20px;
}

.PD-nav{
	display: flex;
	flex-wrap: wrap;
}

.PD-nav a{
	flex: 1;
	height: 50px;
	border: 1px solid #ccc;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.PD-nav a+a{
	border-left: none;
}

.PD-nav a:hover{
	color: #fff;
	background-color: #373787;
	border-color: #373787;
}

.product-detail .subtitle{
	margin: 40px 0;
	background-color: #eee;
}

.product-detail .subtitle span{
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background-color: #373787;
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s;
}

.product-detail .subtitle span:hover,
.product-detail .subtitle span.active{
	color: #fff;
	background-color: #373787;
}

.PD-list .editbox{
	display: block;
}

.PD-list .editbox.active{
	display: block;
}

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

.news-block ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-block li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.news-block li:nth-of-type(4n){
	margin-right: 0;
}

.news-block li a{
	display: block;
}

.news-block li .imgbox{
	border-radius: 10px;
	overflow: hidden;
	height: 240px;
	margin-bottom: 30px;
}

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

.news-block li h3{
	color: #999;
	font-size: 20px;
	margin-bottom: 10px;
}

.news-block li p{
	color: #333;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 40px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.news-block li:hover p{
	color: #0527af;
}

.news-block li span{
	color: #0527af;
	font-size: 14px;
	transition: all 0.3s;
}

.news-block li:hover span{
	color: #fd0200;
}

/*news detail*/
.news-detail-bg{
	background-color: #eee;
	padding: 60px 0;
}

.news-detail-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 3%;
	background-color: #fff;
	border-radius: 20px;
}

.news-detail-block .subtitle{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.news-detail-block .title{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

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

.news-detail-block .detail-nav{
	margin-top: 40px;
	padding: 20px 10px 0;
	border-top: 1px solid #ccc;
}

.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: 14px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	color: #373787;
	text-decoration: underline;
}

.news-detail-block .left-nav span{
	color: #666;
}

.news-detail-block .right-nav{
	width: 180px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	color: #999;
	font-size: 16px;
	margin-left: 20px;
	flex-shrink: 0;
	transition: all 0.3s;
	border: 1px solid #ccc;
}

.news-detail-block .right-nav:hover{
	background-color: #373787;
	border-color: #373787;
	color: #fff;
}

/* 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: 1400px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.contact-block .title{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	width: 100%;
}

.contact-block .info{
	width: 48.5%;
}

.contact-block .info ul{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
}

.contact-block .info li{
	width: 50%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	height: 90px;
	padding: 0 10px;
}

.contact-block .info li i{
	font-size: 30px;
	color: #999;
	flex-shrink: 0;
	margin-right: 20px;
}

.contact-block .info li .flex-flex1{
	overflow: hidden;
	color: #666;
	font-size: 20px;
}

.contact-block .qrcode{
	width: 42%;
	display: flex;
	justify-content: space-between;
}

.contact-block .qrcode .box{
	text-align: center;
}

.contact-block .qrcode img{
	max-width: 100%;
	width: 160px;
	height: 160px;
}

.contact-block .qrcode p{
	color: #333;
	font-size: 14px;
	margin-top: 15px;
}

.map{
	margin-top: 40px;
	width: 100%;
	height: 550px;
	background-color: #ccc;
}

.message-bg{
	background-color: #f5f8fd;
}

.message-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.message-block .title{
	margin-bottom: 30px;
	text-align: center;
}

.message-block .title h2{
	color: #000;
	font-size: 42px;
	margin-bottom: 10px;
}

.message-block .title h3{
	color: #999;
	font-size: 16px;
}

.message-block .form-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message-block .form-block button{
	background-color: #fd0200;
	width: 32%;
}









