.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;
}

/*top nav*/
.top-nav-blank{
	height: 80px;
}

.header{
	height: 80px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 20px;
	font-size: 16px;
	color: #555;
	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{
	color: #9e2721;
}

.top-nav .nav-block a::after{
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #9e2721;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.index-lang a{
	display: inline-block;
	padding: 10px;
	color: #555;
	font-size: 16px;
	margin: 0 5px;
	font-weight: bold;
}

.index-lang a:last-child{
	color: #9e2721;
}

.index-lang i{
	display: inline-block;
	color: #9e2721;
	font-size: 26px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

/*index about*/
.index-about-bg{
	position: relative;
}

.index-about-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 110px 0;
}

.index-about-block .textbox{
	width: 57%;
}

.index-about-block h1{
	font-size: 40px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-about-block h3{
	font-size: 18px;
	color: #555;
	margin-bottom: 15px;
	font-weight: lighter;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 2.6;
	color: #555;
	margin-bottom: 50px;
}

.index-about-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index-about-block a{
	display: block;
	width: 180px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 26px;
	font-size: 14px;
	color: #999;
}

.index-about-block a:hover{
	border-color: #9e2721;
	color: #9e2721;
}

.index-about-bg .imgbox{
	width: 38%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.index-about-bg .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* index product */
.index-product-bg{
	background-image: url("../images/index_product_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-product{
	max-width: 1400px;
	margin: 0 auto;
	padding: 110px 0;
}

.index-product .title{
	margin-bottom: 25px;
}

.index-product .title h1{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-product .title h3{
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
}

.index-product .big-box{
	width: 39%;
	float: left;
	height: 550px;
	background-color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product .big-box:hover{
	box-shadow: 0 0 5px #ccc;
}

.index-product .big-box a{
	display: block;
	width: 100%;
	height: 100%;
}

.index-product .big-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product ul{
	width: 59%;
	float: right;
}

.index-product li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #fff;
}

.index-product li:hover{
	box-shadow: 0 0 5px #ccc;
}

.index-product li:nth-of-type(3n){
	margin-right: 0;
}

.index-product li a{
	display: block;
}

.index-product li img{
	width: 100%;
	height: 265px;
	object-fit: contain;
}

.index-product li p{
	padding: 15px 20px;
	color: #666;
	font-size: 16px;
}

/*index news*/
.index-news-bg{
	background-image: url("../images/index_news_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-news{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.index-news .title{
	margin-bottom: 35px;
	text-align: center;
}

.index-news .title h1{
	color: #9e2720;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-news .title h3{
	color: #999;
	font-size: 18px;
	font-weight: lighter;
}

.index-news li{
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
}

.index-news li:nth-of-type(3n){
	margin-right: 0;
}

.index-news li a{
	display: block;
	padding: 30px;
}

.index-news li h3{
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}

.index-news li h1{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li:hover h1{
	color: #cd0303;
}

.index-news li .editbox{
	font-size: 15px;
	color: #666;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li .editbox>*{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.index-news li:hover .editbox{
	color: #000;
}

.index-news li .btn{
	margin-top: 35px;
	width: 90px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 24px;
	font-size: 12px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li:hover .btn{
	border-color: #9e2721;
	background-color: #9e2721;
	color: #fff;
}

/*footer list*/
.footer-list-bg{
	background-image: url("../images/footer_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	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: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-list li h3{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-list a{ 
	display: block;
	font-size: 14px;
	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-list li:nth-child(4),
.footer-list li:last-child{
	padding-top: 43px;
}

.footer-list p{
	color: #999;
	font-size: 14px;
}

.footer-list p::before{
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
}

.footer-list p+p{
	margin-top: 12px;
}

.footer-list li form{
	display: block;
	max-width: 330px;
}

.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: none;
}

.footer-list .form-block input{
	height: 34px;
	line-height: 34px;
	color: #fff;
	background-color: #666;
}

.footer-list .form-block input::-webkit-input-placeholder,
.footer-list .form-block textarea::-webkit-input-placeholder{
	color: #ccc;
}

.footer-list .form-block textarea{
	height: 90px;
	line-height: 24px;
	color: #fff;
	background-color: #666;
}

.footer-list .form-block button{
	width: 49%;
	height: 34px;
	line-height: 34px;
	background-color: #cd0303;
	font-size: 14px;
}

.footer-list .form-block img{
	max-height: 30px;
}

.footer-list .form-block .half-div{
	width: 49%;
}

.footer-list li .map{
	width: 310px;
	height: 230px;
	background-color: #f5f5f5;
}

.copyall{
	position: relative;
	z-index: 4;
	background-color: #000;
}

.copy{
	color: #ccc;
}

.copy a{
	color: #ccc;
}

.copy a:hover{
	color: #fff;
}

/*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: 1200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}

.shade-text h1{
	font-size: 90px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}

.shade-text h2{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

/*about us*/
.about-abo-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.about-abo-block .textbox{
	float: left;
	width: 72.5%;
}

.about-abo-block h3{
	font-size: 18px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 15px;
}

.about-abo-block h1{
	font-size: 30px;
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
}

.about-abo-block .editbox{
	font-size: 16px;
	line-height: 3;
	color: #555;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.about-abo-block .imgbox{
	width: 22%;
	float: right;
	margin-top: 120px;
}

.about-abo-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* products */
.product-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.product-block .title{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #555;
	text-align: center;
}

.product-block li{
	width: 23.5%;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.product-block li:nth-of-type(4n){
	margin-right: 0;
}

.product-block li:hover{
	border-color: #9e2721;
	box-shadow: 0 0 5px #ccc;
}

.product-block li a{
	display: block;
	position: relative;
	padding: 30px 30px 0;
}

.product-block li img{
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.product-block li p{
	padding: 20px 0;
	font-size: 16px;
	color: #888;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-top: 1px solid #ccc;
}

.product-block li:hover p{
	border-color: #9e2721;
}

/*product detail*/
.product-detail{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.product-detail .imgbox{
	width: 48.5%;
	height: 580px;
	border: 1px solid #ccc;
	float: left;
}

.product-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-detail .infobox{
	float: right;
	width: 46.5%;
}

.product-detail .infobox .title{
	line-height: 64px;
	border-bottom: 1px dotted #999;
	font-size: 26px;
	color: #9e2620;
	font-weight: bold;
}

.product-detail .infobox .edit{
	margin: 15px 0;
	font-size: 15px;
	line-height: 35px;
	color: #666;
}

.product-detail .subtitle{
	margin: 40px 0;
	background-color: #ccc;
}

.product-detail .subtitle span{
	padding: 0 50px;
	line-height: 54px;
	color: #fff;
	font-size: 24px;
	background-color: #9e2721;
	display: inline-block;
	vertical-align: top;
}

.product-detail li{
	width: 23.5%;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.product-detail li:nth-of-type(4n){
	margin-right: 0;
}

.product-detail li:hover{
	border-color: #9e2721;
	box-shadow: 0 0 5px #ccc;
}

.product-detail li a{
	display: block;
	position: relative;
	padding: 30px 30px 0;
}

.product-detail li img{
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.product-detail li p{
	padding: 20px 0;
	font-size: 16px;
	color: #888;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-top: 1px solid #ccc;
}

.product-detail li:hover p{
	border-color: #9e2721;
}

/* device */
.device-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.device-block .title{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #555;
	text-align: center;
}

.device-block li{
	width: 32%;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.device-block li:nth-of-type(3n){
	margin-right: 0;
}

.device-block li:hover{
	border-color: #9e2721;
}

.device-block li a{
	display: block;
	position: relative;
}

.device-block li .imgbox img{
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.device-block li .flex-display{
	height: 52px;
	padding: 0 10px 0 30px;
}

.device-block li .flex-flex1{
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin-right: 10px;
}

.device-block li .btn{
	background-color: #ccc;
	padding: 13px 13px;
	height: 35px;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.device-block li:hover .btn{
	background-color: #9e2620;
}

/*news*/
.news-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block .title{
	font-size: 40px;
	color: #555;
	font-weight: bold;
	margin-bottom: 35px;
	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;
	border-radius: 5px;
	overflow: hidden;
}

.news-block li:nth-of-type(3n){
	margin-right: 0;
}

.news-block li a{
	display: block;
	padding: 30px;
}

.news-block li h3{
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}

.news-block li h1{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover h1{
	color: #cd0303;
}

.news-block li .editbox{
	font-size: 15px;
	color: #666;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li .editbox>*{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.news-block li:hover .editbox{
	color: #000;
}

.news-block li .btn{
	margin-top: 35px;
	width: 90px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 24px;
	font-size: 12px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover .btn{
	border-color: #9e2721;
	background-color: #9e2721;
	color: #fff;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.news-detail-block .title{
	text-align: center;
	font-size: 26px;
	color: #333;
	margin-bottom: 25px;
}

.news-detail-block .subtitle{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.news-detail-block .edit-box{
	font-size: 16px;
	color: #555;
	line-height: 3;
	padding: 0 70px;
}

.news-detail-block .detail-nav{
	margin-top: 30px;
	padding: 40px 70px 0;
	border-top: 1px solid #eee;
}

.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: 16px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline;
	color: #9e2720;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 120px;
	height: 50px;
	line-height: 48px;
	color: #999;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #ccc;
}

.news-detail-block .right-nav:hover{
	border-color: #333;
	color: #333;
}

/*service*/
.shade-service{}

.shade-service h1{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.shade-service h2{
	font-size: 22px;
	color: #fff;
	max-width: 550px;
}

.service-block{
	max-width: 1200px;
	padding: 60px 0;
	margin: 0 auto;
}

.service-block .title{
	color: #444;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
}

.service-block .editbox{}


/* message */
.msg-block{
	max-width: 950px;
	margin: 0 auto;
	padding: 60px 0;
}

.msg-block .title{
	margin-bottom: 55px;
	text-align: center;
}

.msg-block .title h1{
	font-size: 30px;
	color: #666;
	position: relative;
}

.msg-block .title h1::after,
.msg-block .title h1::before{
	display: inline-block;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #dbdbdb;
	vertical-align: middle;
}

.msg-block .title h2{
	color: #444;
	font-size: 26px;
	margin-top: 50px;
}

.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;
}

.msg-block .form-block textarea{
	height: 300px;
}

.msg-block .form-block button{
	width: 32%;
}


/*contact us*/
.contact-block{
	position: relative;
}

.map{
	width: 100%;
	height: 705px;
	background-color: #f7f7f7;
}

.contact-block .fixed-div{
	position: absolute;
	right: 13.5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: rgba(158,39,33,0.9);
	padding: 45px;
	border-radius: 20px;
}

.contact-block .fixed-div h2{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.contact-block .fixed-div p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 5px 0;
}

.contact-block .fixed-div p+p{
	margin-top: 10px;
}

.contact-block .fixed-div p::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}
.page{
	text-align: center;
	padding-top: 20px;
}

.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: #0d357b;
    border: 1px solid #0d357b;
    color: #FFFFFF;
    font-weight: bolder;
}

/**/
.product-detail .detail-nav{
	border: 1px solid #ccc;
	border-radius: 3px;
}

.product-detail .detail-nav li{
	border: none;
	margin: 0;
	border-right: 1px solid #ccc;
	width: 33.33%;
	text-align: center;
}

.product-detail .detail-nav li:hover{
	
}

.product-detail .detail-nav li:last-child{
	border-right:none;
}

.product-detail .detail-nav a{
	display: block;
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding: 0;
}

.product-detail .detail-nav a:hover{
	
}

