.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: #184dae;
	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: 100px;
}

.header{
	height: 100px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	height: 100%;
	box-sizing: border-box;
	padding-left: 12.5%;
}

.top-nav .nav-block{
	height: 100%;
	margin-right: 25px;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 20px;
	font-size: 17px;
	color: #666;
	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:hover,
.top-nav .nav-block .active a{
	color: #184dae;
}

.top-nav .nav-block a::before{
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #184dae;
}

.top-nav .nav-block a:hover::before,
.top-nav .nav-block .active a::before{
	opacity: 1;
}

.index-lang{
	width: 130px;
}

.index-lang.bg1{
	background-color: #184dae;
}

.index-lang.bg2{
	background-color: #184a9e;
}

.index-lang a{
	display: block;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.index-lang i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.index-banner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

/* index layer */
.layer-shade{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.layer-block{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-color: #fff;
	max-width: 1200px;
	width: 90%;
	padding: 40px 40px 20px;
	border-radius: 20px;
}

.layer-block .title{
	color: #184dae;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.layer-block ul{
	max-width: 900px;
	margin: 0 auto;
}

.layer-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.layer-block li:nth-of-type(3n){
	margin-right: 0;
}

.layer-block li a{
	display: block;
}

.layer-block li .imgbox{
	height: 215px;
}

.layer-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.layer-block li p{
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px;
	color: #666;
	font-size: 16px;
}

.layer-block .editbox{
	max-width: 1000px;
	margin: 0 auto 20px;
	color: #666;
	font-size: 16px;
	line-height: 2;
}

.layer-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/* index default */
.index-default-bg{
	background-image: url("../images/index_default_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index-default{
	max-width: 1240px;
	margin: 0 auto;
	padding: 110px 0;
}

.index-default .title{
	margin-bottom: 30px;
	text-align: center;
}

.index-default .title h3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.index-default .title h1{
	font-size: 48px;
	color: #fff;
}

.index-default-nav{
	text-align: center;
	margin-bottom: 60px;
}

.index-default-nav a{
	display: inline-block;
	width: 240px;
	line-height: 64px;
	border: 1px solid #999;
	font-size: 20px;
	color: #fff;
}

.index-default-nav a:hover,
.index-default-nav a.active{
	background-color: #184dae;
	border-color: #184dae;
}

.index-default-nav a+a{
	margin-left: 15px;
}

.index-default ul{
	display: none;
}

.index-default ul.curr{
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
}

.index-default li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	/* background-color: #fff; */
}

.index-default li:nth-of-type(3n){
	margin-right: 0;
}

.index-default li a{
	display: block;
	padding: 20px 20px 0;
}

.index-default li .imgbox{
	height: 340px;
	margin-bottom: 20px;
}

.index-default li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-default ul:first-child li img{
	object-fit: contain;
}

.index-default li .textbox{
	margin: 0 5px;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.index-default li .textbox::before{
	display: block;
	content: "";
	width: 100px;
	height: 4px;
	background-color: #184dae;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index-default li p{
	color: #666;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* index product */
.index-product{
	position: relative;
	background-color: #ebebeb;
}

.show-product-layer{
	display: block;
	width: 220px;
	line-height: 56px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #444;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 98;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.show-product-layer img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 20px;
}

/* index other */
.index-other{
	background:#515151;
}
.index-other .imgbox{
	width: 50%;
}

.index-other .imgbox video{
	width:100%; 
	height:100%;
	object-fit:cover;
}
.index-other .imgbox img{
	
}

/*footer list*/
.footer-list-bg{
	background-color: #333;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer-list ul{
	-webkit-align-items:flex-start; 
	-webkit-box-align:flex-start;  
	-moz-align-items:flex-start; 
	align-items:flex-start; 
	-ms-flex-align:flex-start;
}

.footer-list li h2{
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-list a{ 
	display: block;
	font-size: 15px;
	color: #999;
	line-height: 24px;
}

.footer-list a+a{ 
	margin-top: 12px;
}

.footer-list a:hover{
	color: #fff;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-map{
	width: 370px;
	height: 170px;
	background-color: #eee;
	margin-top: 20px;
}
.footer-map a{
	height:inherit;
}
.footer-map img{
	height:inherit;
	object-fit:cover;
}

.footer-list li form{
	display: block;
	max-width: 410px;
}

.footer-list .form-block .full-div,
.footer-list .form-block .half-div,
.footer-list .form-block .quater-div{
	margin-bottom: 10px;
	box-shadow: none;
	border-color: #6a6a6a;
}

.footer-list .form-block input{
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #333;
}

.footer-list .form-block input::-webkit-input-placeholder,
.footer-list .form-block textarea::-webkit-input-placeholder{
	color: #ccc;
}

.footer-list .form-block textarea{
	height: 120px;
	line-height: 24px;
	color: #fff;
	background-color: #333;
}

.footer-list .form-block button{
	width: 49%;
	height: 38px;
	line-height: 38px;
	background-color: #184a9e;
	font-size: 14px;
}

.footer-list .form-block img{
	max-height: 36px;
}

.footer-list .form-block .half-div{
	width: 49%;
}


.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{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1000px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

/*about us*/
.about-abo-bg{
	background-image: url("../images/about_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-abo-block{
	max-width: 1300px;
	margin: 0 auto;
	padding: 240px 0 320px;
}

.about-abo-block .title{
	width: 42%;
	float: left;
}

.about-abo-block .title h3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0;
}

.about-abo-block .title h1{
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
}

.about-abo-block .title span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 20px;
	background-color: #1f50a1;
}

.about-abo-block .textbox{
	float: left;
	width: 58%;
	padding-left: 120px;
	border-top: 8px solid #1f50a1;
	padding-top: 20px;
}

.about-abo-block .editbox{
	font-size: 15px;
	line-height: 2.6;
	color: #fff;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/* products */
.shade-product{
	text-align: center;
}

.shade-product h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.shade-product h2{
	font-size: 32px;
	color: #fff;
}

.product-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.product-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.product-block li:hover{
	box-shadow: 0 0 10px #ccc;
}

.product-block li:nth-of-type(3n){
	margin-right: 0;
}

.product-block li a{
	display: block;
	padding: 20px 20px 0;
}

.product-block li .imgbox{
	height: 340px;
	margin-bottom: 20px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li .textbox{
	margin: 0 5px;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.product-block li .textbox::before{
	display: block;
	content: "";
	width: 100px;
	height: 4px;
	background-color: #184dae;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.product-block li p{
	color: #666;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*product detail*/
.product-detail{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.product-detail .title{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #184a9e;
	margin-bottom: 20px;
}

.product-detail .banner-block{
	max-width: 900px;
	margin: 0 auto;
}

.product-detail .banner-block img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-detail .gallery-top{
	margin-bottom: 20px;
}

.product-detail .gallery-top .swiper-slide{
	height: 500px;
}

.product-detail .gallery-top .swiper-slide a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.product-detail .gallery-top .swiper-slide i{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 40px;
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.product-detail .gallery-top .swiper-slide:hover i{
	opacity: 1;
}

.product-detail .gallery-thumbs{
	padding: 0 30px;
}

.product-detail .gallery-thumbs .swiper-slide{
	border: 1px solid #d3d3d3;
	cursor: pointer;
	height: 100px;
}

.product-detail .gallery-thumbs .swiper-button-next,
.product-detail .gallery-thumbs .swiper-button-prev{
    width: 30px;
    height: 100px;
    line-height: 100px;
    top: 0;
    margin-top: 0;
    opacity: 1;
    background-color: #fff;
    color: #a6a6a6;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.product-detail .gallery-thumbs .swiper-button-prev{
    left: 0;
}
.product-detail .gallery-thumbs .swiper-button-next{
    right:0;
}
.product-detail .gallery-thumbs .swiper-button-prev i,
.product-detail .gallery-thumbs .swiper-button-next i{
	font-size: 24px;
}
.product-detail .gallery-thumbs .swiper-button-next:after,
.product-detail .gallery-thumbs .swiper-button-prev:after{
    display: none;
}
.product-detail .gallery-thumbs .swiper-button-next:hover,
.product-detail .gallery-thumbs .swiper-button-prev:hover{
	color: #184a9e;
}

.product-detail .gallery-thumbs .swiper-slide-thumb-active{
	border-color: #0c4695;
}


.product-detail .subtitle{
	margin: 40px 0;
	background-color: #eee;
}

.product-detail .subtitle span{
	padding: 0 40px;
	line-height: 54px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: #184a9e;
	display: inline-block;
	vertical-align: top;
}

/* area */
.area-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.products-left-menu{
	width: 21.5%;
	line-height: 1.2;
}

.products-left-nav{
	display: block;
}

.products-left-nav+.products-left-nav{
	border-top: 2px solid #fff;
}

.products-left-nav>div{
	padding: 0 20px;
	height: 54px;
	color: #fff;
	background-color: #999;
	cursor: pointer;
}

.products-left-nav>div b{
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 18px;
}

.products-left-nav>div>.flex-flex1{
	font-size: 16px;
	color: #fff;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #1b4da0;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1{
	color: #fff;
}

.products-left-nav>div:hover b,
.products-left-nav.active>div b{
	border-left-color: #fff;
}

.products-left-nav>div i{
	display: block;
	width: 30px;
	text-align: center;
	margin-left: 15px;
	font-size: 24px;
	font-style: normal;
}

.products-left-nav>div .minus{
	display: none;
}

.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

.products-left-nav.active .plus{
	display: none;
}

.products-left-nav.active .minus{
	display: block;
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 0 0 30px;
}

.products-left-nav li:hover,
.products-left-nav li.active{
	color: #e0001d;
}

.products-left-nav li+li{
	border-top: 1px dotted #ccc;
}

.products-left-nav li a{
	display: block;
}

.products-left-nav li .flex-flex1{
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover .flex-flex1{
	color: #ec1010;
}

.products-left-nav li a>div{
	height: 46px;
}

.products-left-nav li span{
	display: block;
	margin-right: 15px;
	border-left: 4px solid #ccc;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.products-left-nav li:hover span{
	border-left-color: #ec1010;
}

.products-left-nav .flex-flex1{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.products-right-list{
	width: 75.5%;
}

.products-right-list>h1{
	font-size: 22px;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	position: relative;
	color: #1b4da0;
	font-weight: bold;
}

.products-right-list>h1::after{
	display: block;
	content: "";
	width: 90px;
	height: 4px;
	background-color: #1b4da0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.products-right-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list li:hover{
	box-shadow: 0 0 5px #ccc;
}

.products-right-list li:nth-of-type(3n){
	margin-right: 0;
}

.products-right-list li a{
	display: block;
	position: relative;
}

.products-right-list li img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.products-right-list li .textbox{
	background-color: #fff;
	padding: 0 15px;
	line-height: 58px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 16px;
	color: #666;
	text-align: center;
}

/*news*/
.news-bg{
	background-color: #eee;
}

.news-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block .title{
	font-size: 30px;
	color: #444;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

.news-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:nth-of-type(3n){
	margin-right: 0;
}

.news-block li:hover{
	border-color: #1b4da0;
}

.news-block li a{
	display: block;
}

.news-block li .imgbox{
	height: 270px;
	position: relative;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-block li .textbox{
	overflow: hidden;
	padding: 20px;
}

.news-block li h4{
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

.news-block li h1{
	color: #444;
	font-size: 20px;
	margin-bottom: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover h1{
	color: #184a9e;
}

.news-block li .editbox{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-block li .editbox>*{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

/*news detail*/
.news-detail-bg{
	background-color: #eee;
	padding: 60px 0;
}

.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 100px 100px;
	border-radius: 15px;
	background-color: #fff;
}

.news-detail-block .title{
	text-align: center;
	font-size: 28px;
	color: #184a9e;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.news-detail-block .subtitle{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.news-detail-block .edit-box{
	padding: 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 2.6;
}

/* 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 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{
	position: relative;
}

.map{
	width: 100%;
	height:820px;
	background-color: #f7f7f7;
}

.contact-block .fixed-div{
	position: absolute;
	left: 50%;
	top: 180px;
	background-color: rgba(0,0,0,0.8);
	padding: 50px;
	border-radius: 50px 0 50px 0;
}

.contact-block .fixed-div h2{
	font-size: 30px;
	color: #fff;
	margin: 20px 0;
}

.contact-block .fixed-div p{
	font-size: 16px;
	color: #fff;
}

.contact-block .fixed-div p+p{
	margin-top: 20px;
}

.contact-block .fixed-div p::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right: 10px;
}

#map{
	width: 100%;
	height: 100%;
}
.index_video{
	width:100%;
	font-size:0;
}
.index_video video{
	width:100%;
}
