.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;
}

/*index*/

/*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%;
	max-width: 1400px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	display: block;
	margin: 0 12px;
	padding: 0 15px;
	font-size: 17px;
	color: #444;
	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;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #930828;
}

.top-nav .nav-block a::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.top-nav .nav-block a:hover::before,
.top-nav .nav-block .active a::before{
	background-color: #930828;
}

.index-lang i{
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 4px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #930828;
}

.index-lang span{
	font-size: 17px;
	font-weight: bold;
	color: #930828;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*index about*/
.index-about-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.index-about-block .textbox{
	float: left;
	width: 48.5%;
}

.index-about-block h3{
	font-size: 20px;
	color: #999;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: lighter;
}

.index-about-block h1{
	font-size: 36px;
	color: #971532;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-bottom: 30px;
}

.index-about-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index-about-block a{
	display: block;
	width: 160px;
	line-height: 48px;
	border: 1px solid #ccc;
	color: #999;
	font-size: 14px;
	text-align: center;
	border-radius: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-about-block a:hover{
	background-color: #971532;
	color: #fff;
	border-color: #971532;
}

.index-about-block .imgbox{
	width: 45%;
	height: 360px;
	float: right;
	margin-top: 120px;
}

.index-about-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*index adv*/
.index-adv{
	padding: 110px 0;
	background-image: url("../images/index_adv_bg.jpg");
	background-size: cover;
	background-position: center;
}

.index-adv .title{
	text-align: center;
	margin-bottom: 120px;
}

.index-adv .title h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-adv .title h3{
	font-size: 16px;
	color: #fff;
}

.index-adv ul{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.index-adv li{
	width: 33.33%;
	text-align: center;
}

.index-adv li i{
	display: inline-block;
	margin-bottom: 25px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 50%;
	background-color: #971532;
	color: #fff;
	font-size: 60px;
}

.index-adv li h1{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-adv li h4{
	font-size: 15px;
	color: #fff;
}

/*index product*/
.index-product{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

.index-product .title{
	margin-bottom: 35px;
	text-align: center;
}

.index-product .title h1{
	font-size: 36px;
	color: #971532;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-product .title h3{
	font-size: 16px;
	color: #999;
}

.index-product li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #ccc;
}

.index-product li:nth-of-type(3n){
	margin-right: 0;
}

.index-product li a{
	display: block;
	background-color: #fff;
	position: relative;
}

.index-product li a::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #971532;
	opacity: 0;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product li:hover a::before{
	opacity: 1;
}

.index-product li .imgbox{
	height: 290px;
	padding: 35px;
	border-bottom: 1px solid #eee;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product li:hover .imgbox{
	border-color: #971532;
}

.index-product li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product li p{
	color: #666;
	text-align: center;
	padding: 0 10px;
	line-height: 70px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-product .morebtn{
	display: block;
	margin: 40px auto 0;
	width: 160px;
	line-height: 48px;
	border: 1px solid #ccc;
	color: #999;
	font-size: 14px;
	text-align: center;
	border-radius: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product .morebtn:hover{
	background-color: #971532;
	color: #fff;
	border-color: #971532;
}

/*index news*/
.index-news-bg{
	background-image: url("../images/index_news_bg.jpg");
	background-size: cover;
	background-position: center;
}

.index-news{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

.index-news .title{
	text-align: center;
	margin-bottom: 35px;
}

.index-news .title h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-news .title h3{
	font-size: 16px;
	color: #fff;
}

.index-news .spnews{
	float: left;
	width: 42%;
	height: 370px;
}

.index-news .spnews a{
	display: block;
	height: 100%;
	position: relative;
}

.index-news .spnews img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news .spnews .datebox{
	width: 78px;
	text-align: center;
	padding: 5px;
	background-color: #971532;
	position: absolute;
	left: 0;
	top: 0;
}

.index-news .spnews h1{
	font-size: 36px;
	color: #fff;
}

.index-news .spnews h4{
	font-size: 14px;
	color: #fff;
}

.index-news .spnews .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}

.index-news .spnews h2{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.index-news .spnews p{
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-news ul{
	float: right;
	width: 56%;
}

.index-news li{
	background-color: #fff;
}

.index-news li+li{
	margin-top: 25px;
}

.index-news li a{
	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;
}

.index-news li .datebox{
	width: 115px;
	text-align: center;
	padding: 20px 5px;
}

.index-news li h1{
	font-size: 36px;
	color: #666;
}

.index-news li h4{
	font-size: 14px;
	color: #999;
}

.index-news li .textbox{
	padding: 20px 30px;
	border-left: 1px solid #eee;
	overflow: hidden;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.index-news li h2{
	font-size: 18px;
	color: #444;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.index-news li p{
	font-size: 15px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*footer list*/
.footer{
	overflow: hidden;
}

.footer-list-bg{
	border-top: 10px solid #715a28;
	background-color: #333;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.footer-list ul{
	
}

.footer-list li{
	
}

.footer-list li+li{
	border-left: 1px solid #484848;
}

.footer-list li:nth-child(3),
.footer-list li:last-child{
	border: none;
}

.footer-list li:nth-child(3) h2,
.footer-list li:last-child h2{
	visibility: hidden;
}

.footer-list a{ 
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}

.footer-list a+a{ 
	margin-top: 8px;
}

.footer-list a:hover{
	color: #fff;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li:last-child a{
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
}

.footer-list li h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-list li form{
	display: block;
}

.footer-list .form-block{
	max-width: 400px;
}

.footer-list .form-block .full-div,
.footer-list .form-block .half-div,
.footer-list .form-block .onethird-div,
.footer-list .form-block .quater-div{
	margin-bottom: 10px;
	border-color: #999;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: none;
}

.footer-list .form-block input{
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
}

.footer-list .form-block input::-webkit-input-placeholder,
.footer-list .form-block textarea::-webkit-input-placeholder{
	color: #999;
}

.footer-list .form-block textarea{
	height: 86px;
	line-height: 24px;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
}

.footer-list .form-block button{
	height: 42px;
	line-height: 42px;
	border-radius: 0;
	background-color: #971532;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}

.footer-list .form-block img{
	max-height: 40px;
}

.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%);
}

.shade-text2{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.shade-text h1,
.shade-text2 h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.shade-text h3,
.shade-text2 h2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

/****/
.other-nav-bg{
	background-color: #fff;
	box-shadow: 0 0 5px #888;
	position: relative;
	z-index: 20;
}

.other-nav{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
}

.other-nav ul{
	border-left: 1px solid #e5e5e5;
}

.other-nav li{
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.other-nav li:hover,
.other-nav li.active{
	background-color: #930828;
	border-color: #930828;
}

.other-nav li a{
	min-width: 140px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	height: 60px;
	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;
}

.other-nav li:hover a,
.other-nav li.active a{
	color: #fff;
}

.other-nav span{
	display: block;
	width: 100%;
	line-height: 1.3;
}


.other-local{
	color: #ccc;
	font-size: 14px;
}

.other-local img{
	padding: 22px 0;
	vertical-align: top;
}

.other-local b{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-top: -2px;
	border-left: 4px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.other-local a{
	line-height: 60px;
	color: #666;
	font-size: 14px;
}

.other-local a:hover,
.other-local a:last-child{
	color: #930828;
}

/*about us*/
.about-abo{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.about-abo .title{
	text-align: center;
	margin-bottom: 30px;
}

.about-abo .title h3{
	font-size: 20px;
	color: #999;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 10px;
}

.about-abo .title h1{
	color: #971532;
	font-size: 36px;
	font-weight: bold;
}

.about-abo .editbox{
	color: #666;
	font-size: 16px;
	line-height: 2.6;
	text-align: center;
}

.about-abo .editbox>*{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.about-abo .imgbox{
	margin-top: 60px;
}

/**/
.about-hor-bg{
	background-image: url("../images/about_hor_bg.jpg");
	background-position: center;
	background-size: cover;
}

.about-hor{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.about-hor .title{
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.about-hor li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 440px;
}

.about-hor li:nth-of-type(4n){
	margin-right: 0;
}

.about-hor li a{
	display: block;
	height: 100%;
}

.about-hor li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/**/
.about-dev{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.about-dev .title{
	font-size: 36px;
	color: #930828;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.about-dev li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 330px;
	border: 1px solid #ccc;
}

.about-dev li:nth-of-type(3n){
	margin-right: 0;
}

.about-dev li a{
	display: block;
	height: 100%;
	padding: 10px;
}

.about-dev li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* products */
.product-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}

.products-left-menu{
	width: 19%;
	line-height: 1.5;
}

.products-left-nav{
	display: block;
	border-top: 2px solid #f7f7f7;
}

.products-left-nav>div{
	padding: 0 30px;
	height: 50px;
	color: #666;
	background-color: #eee;
	cursor: pointer;
}

.products-left-nav div{
	font-size: 15px;
	/**/overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #999;
}

.products-left-nav>div i{
	margin-left: 15px;
	font-size: 12px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: #8b792b;
}

.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.active>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.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 .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #fd9314;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
}

.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;
	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;
}

/*product detail*/
.products-right-detail{
	width: 77%;
}

.products-right-detail .title{
	font-size: 22px;
	padding: 20px 0;
	border-top: 2px solid #eee;
	position: relative;
	color: #971532;
}

.products-right-detail .imgbox{
	margin-bottom: 40px;
}

.products-right-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-right-detail .gallery-top{
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 530px;
}

.products-right-detail .gallery-top .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}

.products-right-detail .gallery-thumbs{
	width: 350px;
	height: 530px;
	margin-left: 10px;
	padding: 0 5px;
}

.products-right-detail .gallery-thumbs .swiper-slide{
	border: 5px solid #fff;
	cursor: pointer;
	height: 120px;
	box-shadow: 0 0 5px #ccc;
}

.products-right-detail .gallery-thumbs .swiper-slide-thumb-active{
	border-color: #971532;
}

.products-right-detail .editbox{
	font-size: 18px;
	color: #666;
}

/*news*/
.news-block{
	padding: 70px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.news-block .title{
	text-align: center;
	font-size: 36px;
	color: #971532;
	font-weight: bold;
	margin-bottom: 40px;
}

.news-block ul{
	margin-bottom: 20px;
}

.news-block li{
	border: 1px solid #fff;
	box-shadow: 0 0 5px #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover{
	border-color: #971532;
}

.news-block li+li{
	margin-top: 30px;
}

.news-block li a{
	padding: 30px;
	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;
}

.news-block .datebox{
	
}

.news-block .datebox h1{
	font-size: 48px;
	color: #666;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

.news-block .datebox h4{
	font-size: 16px;
	color: #999;
}

.news-block li .flex-flex1{
	overflow: hidden;
	margin: 0 30px;
}

.news-block .flex-flex1 h2{
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover .flex-flex1 h2{
	color: #971532;
}

.news-block .flex-flex1 .editbox{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	height: 90px;
	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:hover h2{
	color: #333;
}

.news-block li:hover h2::before{
	width: 20px;
	margin-right: 5px;
}

.news-block li:hover .editbox{
	color: #222;
}

.news-block .flex-flex1 span{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block .imgbox{
	width: 180px;
	height: 135px;
}

.news-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*news detail*/
.news-detail-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}

.news-detail-block .title{
	font-size: 24px;
	color: #000;
	margin-bottom: 25px;
	text-align: center;
}
.news-detail-block .subtitle{
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-block .edit-box{
	padding: 0 50px;
	font-size: 15px;
	color: #666;
	line-height: 2.4;
	margin-bottom: 40px;
}

.news-detail-block .detail-nav{
	padding: 30px 60px 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: #999;
	font-size: 16px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline;
	color: #971532;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 130px;
	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: #0c4695;
	color: #0c4695;
}

/*download*/
.download-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 70px 0;
}

.download-block .title{
	text-align: center;
	margin-bottom: 40px;
	color: #971532;
	font-size: 36px;
	font-weight: bold;
}

.download-block li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.download-block li:hover{
	border-color: #971532;
}

.download-block li:nth-of-type(4n){
	margin-right: 0;
}

.download-block li a{
	display: block;
	padding: 20px;
}

.download-block li h1{
	font-size: 22px;
	color: #444;
	margin: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.download-block li:hover h1{
	color: #971532;
}

.download-block li h4{
	color: #999;
	font-size: 14px;
	margin-bottom: 100px;
}

.download-block li .flex-display>div{
	font-size: 15px;
	color: #999;
}

.download-block li span{
	font-size: 15px;
	color: #444;
	text-decoration: underline;
}

/* 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: 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(0,0,0,0.8);
	padding: 45px;
	border-radius: 20px;
}

.contact-block .fixed-div h2{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 35px;
}

.contact-block .fixed-div p{
	font-size: 17px;
	line-height: 24px;
	color: #ccc;
	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 #8b792b;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}

.contact-block .fixed-div .qrcode{
	border: 1px solid #8b792b;
	margin-top: 30px;
	padding-right: 20px;
}

.contact-block .fixed-div img:first-child{
	width: 108px;
	height: 109px;
}

.contact-block .fixed-div span{
	color: #fff;
	font-size: 14px;
}
.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;
}

