﻿html, body, div, p, span, label, img, a, ol, ul, dl, dt, dd, li, table, tr, td, th, tbody, thead, tfoot, form, fieldset, legent, h1, h2, h3, h4, h5, h6, b, em, blockquote, cite, pre, code, hr, br, input, button, textarea, nav, section {
	padding: 0px;
	margin: 0px;
}

html, body {
	font-family: 'Microsoft Yahei',Arial,Simsun;
	font-size: 100%;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

html {
	font-size: 62.5%;
}

body {
	min-height: 420px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	position: relative;
	overflow-x: hidden;
}

* {
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul, li {
	list-style: none;
	list-style-type: none;
}

:focus {
	outline: 0;
}

a, img {
	border: 0 none;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

caption, cite, code, em, th, var {
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	max-width: 100%;
}

@-webkit-keyframes scaleC1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

.index_img {
	-webkit-animation: scaleC1 10s linear infinite;
}

.header_iconBlock div, .nav_liBlock, .header_iconBlock, .head_content, .co_li, .ho_li, .es_wi {
	-webkit-transition: all .3s;
}

.nav_ulBlock {
	-webkit-transition: all .4s;
}

.king {
	-webkit-transform: scale(1.1);
}

.com_body {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.head_content {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0px;
	left: 0px;
	z-index: 89;
	background: #fff;
}

.head_logo {
	position: relative;
	float: left;
    margin-left: 28%;
	display: block;
	width: 120px;
}

.head_logo img {
	width: 100%;
}
.Qr-code{
    width: 30px;
}
.head_contentBlock {
	position: relative;
	width: 93%;
	margin: auto;
    display: flex;
    align-items: center;
    height: 60px;
	z-index: 1002;
}

.header_iconBlock {
	position: fixed;
	float: right;
	padding: 20px 0px 15px 15px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	padding-right: 4%;
}



.header_iconBlock.cur div:nth-child(3) {
	left: 0px;
	width: 30px;
}

.header_iconBlock div {
	width: 30px;
	height: 2px;
	background: #4d4d4d;
	margin-bottom: 7px;
}

.index_content {
	position: relative;
	width: 100%;
}

.index_bigImg {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.index_bigImg .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.index_img {
	position: relative;
	width: 100%;
	height: 100%;
}

.index_navBlock {
	position: absolute;
	bottom: 6%;
	left: 0%;
	width: 100%;
}

.ind_page {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.index_navBlock .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	display: inline-block;
	border-radius: 0%;
	background: #fff;
	opacity: 1;
	margin: 0px 8px;
}

.index_navBlock .swiper-pagination-bullet-active {
	background: #ce2028;
}

.index_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}

.index_title img {
	width: 100%;
}

.swiper-slide {
	position: relative;
}

.index_contentBlock {
	position: relative;
	width: 100%;
}

.index_contentBlock img {
	width: 100%;
}

.nav_content {
	position: fixed;
	top: -100%;
	right: 0%;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #fff;
	background-size: 100% 90%;
	overflow: hidden;
}

.nav_contentBlock {
	position: absolute;
	width: 80%;
	margin: auto;
	top: 15%;
	left: 10%;
	z-index: 99;
}

.nav_ulBlock {
	position: relative;
	width: 100%;
	top: 40px;
	display: none;
}

.nav_liBlock {
	position: relative;
	display: block;
	width: 100%;
	padding: 16px 0px;
	color: #666;
	font-size: 1.6rem;
	width: 100%;
	text-align: center;
}

.nav_text {
	position: relative;
	padding-top: 50px;
	text-align: right;
	white-space: nowrap;
	line-height: 1.8rem;
	color: #164e76;
	width: 106%;
	margin-left: -6%;
	font-size: 1.3rem;
}

.nav_text a {
	color: #164e76;
}

.nav_iconBlock {
	position: relative;
	width: 100%;
	padding-top: 15px;
	margin-top: 30px;
}

.nav_icon {
	position: relative;
	display: block;
	float: left;
	padding: 6px;
	width: 40px;
	padding: 8px 9px;
	width: 36px;
}

.nav_icon img {
	width: 100%;
}

.nav_close {
	position: absolute;
	right: 0%;
	top: 0px;
	padding: 19px;
	width: 26px;
}

.nav_close img {
	width: 100%;
}

.nav_iconUl {
	position: relative;
	width: 108px;
	margin: auto;
}

.common_bodyer {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	padding-top: 60px;
}

.nav_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #f0f0f0 url(../images/n_1.jpg) no-repeat center;
	background-size: 100% 100%;
	display: none;
}

.nav_navBg {
	position: absolute;
	right: -100%;
	width: 100%;
	top: 0px;
	height: 100%;
	background: url(../images/b1_4.png);
	z-index: 998;
}

.header_iconBlock.cur div:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(7px,6px);
}

.header_iconBlock.cur div:nth-child(2) {
	opacity: 0;
}

.header_iconBlock.cur div:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(6px,-6px);
}

.sw_leftButton {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px 13px;
	width: 8px;
	background: #aa1d17;
	z-index: 80;
}

.sw_rightButton {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px 13px;
	width: 8px;
	background: #aa1d17;
	z-index: 80;
}

.sw_leftButton img, .sw_rightButton img {
	width: 100%;
}

.nav_a {
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	color: #666;
	font-size: 16px;
	padding-top: 5px;
}

.nav_title {
	color: #666;
}

.nav_ul {
	position: relative;
	width: 100%;
	padding: 10px 0;
	display: none;
}

.nav_aBlock {
	display: block;
	position: relative;
	width: 100%;
	padding: 8px 0;
	color: #666;
	font-size: 14px;
}

.nav_liBlock.cur {
}

.nav_liBlock.cur .nav_title {
	color: #c0241d;
}

.footer_content {
	background: #aa1d17;
	padding: 14px 5%;
	width: 90%;
	text-align: center;
	color: #fff;
	line-height: 24px;
}

a.footer_a {
	color: #fff;
	padding-left: 11px;
}

.top_imgBlock {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
}

.com_ulImages {
	position: relative;
	width: 999999px;
	height: 100%;
}

.com_img {
	position: relative;
	width: 972px;
	height: 100%;
	float: left;
}

@-webkit-keyframes an06 {
	0% {
		-webkit-transform: translate(0,0px);
	}

	100% {
		-webkit-transform: translate(-486px,0px);
	}
}

.com_ulImages {
	/*-webkit-animation: an06 20s linear infinite;*/
}

.cu2_bgImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.com_ulImagesRight {
	position: relative;
	width: 9999px;
	height: 100%;
}

.cu2_contentBlock {
	position: relative;
	width: 100%;
	z-index: 99;
}

.es1_ulBl {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
}

.es1_ulBl .es_contentBlock {
	position: relative;
	width: 90%;
	margin: auto;
}

@-webkit-keyframes an061 {
	0% {
		-webkit-transform: translate(0,0px);
	}

	100% {
		-webkit-transform: translate(-750px,0px);
	}
}

.com_ulImagesRight {
	-webkit-animation: an061 10s linear infinite;
}

.com_ulImagesRight .com_img {
	width: 1500px;
}

.top_imgBlock img {
	width: 100%;
}

.inbodyer {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}

.Header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	box-shadow: 2px 2px 2px #ccc;
	z-index: 99;
}

.Header img {
	width: 100%;
	height: 100%;
	display: block;
}

.lab_main, .lably {
	width: 100%;
	position: relative;
}

.lably img {
	width: 100%;
	display: block;
}

.Top_nav {
	width: 100%;
	margin: auto;
	overflow: hidden;
	border-bottom: solid 1px #bdbdbd;
	background: #aa1d17;
	position: relative;
	height: 50px;
}

.Top_nav .gallery-thumbs .swiper-slide p {
	padding: 12px 0;
	white-space: nowrap;
}

.Top_nav .gallery-thumbs .swiper-slide-active p {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.Top_nav .gallery-thumbs .swiper-slide-active .wire {
	background: #8f2c2f;
	position: absolute;
	bottom: 0px;
	width: 62px;
	left: 50%;
	height: 1px;
	margin-left: -31px;
}

.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: auto;
	height: 100%;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	opacity: 0.6;
	margin-right: 40px;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
	color: #fff;
}

.Top_nav .swiper-button-next, .Top_nav .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 25px;
	margin-top: -15px;
	z-index: 10;
	cursor: pointer;
}

.Top_nav .swiper-button-next img, .Top_nav .swiper-button-prev img {
	width: 11px;
	height: 22px;
	display: block;
}

.top_content {
	position: relative;
	width: 96%;
	margin: auto;
}

.page_content {
	position: relative;
	width: 100%;
	padding-top: 25px;
	z-index: 10;
	padding-bottom: 20px;
}

.page_contentBlock {
	position: relative;
	width: 92%;
	margin: auto;
	z-index: 99;
}

.page_titleBlock {
	text-align: center;
	position: relative;
	width: 100%;
	padding: 10px 0;
}

.page_tCh {
	font-size: 18px;
}

.page_tEn {
	text-transform: uppercase;
	padding-top: 2px;
}

.aboutUs_title {
	position: relative;
	font-size: 16px;
	z-index: 20;
}

.aboutUs_textBlock {
	position: relative;
	width: 100%;
	margin-top: 10px;
	text-align: justify;
	line-height: 24px;
	z-index: 20;
	padding-bottom: 20px;
}

.aboutUs_textBlock p {
	margin: 10px 0;
}

.aboutUs_textBlock img {
	width: 100%;
}

.aboutUs_bgImg {
	position: relative;
	width: 100%;
	margin-top: -80px;
}

.aboutUs_bgImg img {
	width: 100%;
}

.ind_content {
	position: absolute;
	background: #c62227;
	color: #fff;
	width: 92%;
	padding: 15px 4% 17px;
	bottom: 0px;
	left: 0px;
	z-index: 90;
}

a.ind_li.li_3 {
	position: absolute;
	right: 0px;
	top: 1px;
}

.ind_ti {
	font-size: 20px;
	letter-spacing: 2px;
}

.ind_te {
	font-size: 15px;
	opacity: 0.9;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

.ind_wi {
	width: 63px;
	border-bottom: 1px solid #ccc;
	margin: 12px 0;
}

.ind_li.li_1 {
	float: left;
}

.clear {
	clear: both;
}

.ind_img {
	position: relative;
	width: 100px;
	height: 67px;
	top: 2px;
}

.ind_ico {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 58px;
	background: url(../images/b_11.png) no-repeat center;
	margin-left: -29px;
	margin-top: -29px;
	z-index: 99;
	background-size: 30px;
}

.ind_ul {
	position: relative;
	width: 100%;
}

.ind_ulBl {
	position: relative;
	width: 100%;
	overflow: hidden;
}

a.ind_liBl {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 2px;
	height: 24.8%;
}

a.ind_liBl img {
	width: 100%;
}

.ind_liTi {
	position: absolute;
	bottom: 12%;
	left: 4%;
	color: #fff;
	z-index: 99;
	font-size: 18px;
	text-transform: uppercase;
}

.ind_tiCh {
	letter-spacing: 2px;
	padding-bottom: 1px;
}

.ind_liImg {
	position: relative;
	width: 100%;
	height: 100%;
}

.header_iconBlock.cur {
	background: #c72329;
}

.header_iconBlock.cur div {
	background: #fff;
}

.head_content.cur {
	background: #f0f0f0;
}

.head_content.cur .head_logo {
 /* display:none; */
}

.head_content.cur .nav_ulBlock {
	display: block;
}

.head_content.cur .nav_bg {
	display: block;
}

.head_content.cur .nav_content {
	background: #f0f0f0;
}

@-webkit-keyframes an01 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
	}
}

.nav_bg {
	-webkit-animation: an01 0.4s ease-in-out 0.2s backwards;
}

.nav_ulBlock {
	-webkit-animation: an01 0.4s ease-in-out 0.4s backwards;
}

.ab_ti {
	font-size: 24px;
	color: #c7241d;
	letter-spacing: 2px;
}

.ab_wi {
	width: 26px;
	height: 2px;
	background: #c7241d;
	margin: 12px 0;
}

.ab_tCh {
	font-size: 18px;
	letter-spacing: 1px;
}

.ab_tEn {
	text-transform: uppercase;
	padding-top: 2px;
}

.ab_textBlock {
	position: relative;
	margin-top: 10px;
	width: 100%;
}

.ab_daImg {
	position: relative;
	width: 100%;
	text-align: right;
	margin-bottom: -10px;
}

.ab_daImg img {
	width: 60%;
}
.text-p{
	margin-bottom: 15px;
	display: flex;
	align-items : flex-start; 

}
.text-p p:nth-child(1){
	width: 15%;
}
.text-p p:nth-child(2){
	width: 82%;
}
.ab_text {
	position: relative;
	width: 100%;
}

.ab_text>h3{
	font-size: 26px;
	line-height: 80px;
	color: #000;
}

p {
	line-height: 26px;
	text-align: justify;
}

p img {
	padding: 10px 0;
}

.ab_text img {
	padding: 10px 0;
}

.ab_img {
	position: relative;
	width: 100%;
	padding: 15px 0;
	padding-bottom: 30px;
}

.ch_en {
	font-size: 15px;
	color: #c0241d;
	text-transform: uppercase;
	padding-top: 2px;
}

.ch_ch {
	font-size: 18px;
	color: #333333;
	padding-top: 5px;
}

.ch_content {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
}

.ch_img {
	position: relative;
	width: 100%;
	padding-top: 15px;
	min-height: 200px;
	padding-bottom: 20px;
}

.ch_img .swiper-container {
	min-height: 200px;
}

.ab3_content {
	position: relative;
	width: 100%;
	min-height: 380px;
}

.co_li {
	background: url(../images/b1_9.png) no-repeat 0px 56px;
	padding-left: 20px;
	padding-top: 50px;
 /* padding-bottom: 40px; */
	margin-top: 40px;
}

.co_year {
	font-size: 18px;
	color: #9abde1;
	padding-bottom: 5px;
}

.ab3_bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/d_1.png) no-repeat center bottom;
	background-size: 100%;
}

.ab3_content .swiper-slide-active .co_li {
	margin-top: 0px;
}

.ab3_content .swiper-slide-active .co_year {
	color: #0493d1;
	font-size: 22px;
}

.ab3_content .swiper-slide-active .co_li {
	background: url(../images/b1_9.png) no-repeat 0px 40px;
}

.ab4_bg {
	background: url(../images/d_2.jpg) no-repeat center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
}

.ab4_content {
	position: relative;
	padding-top: 60px;
	height: 200px;
	padding-bottom: 80px;
}

body .ab4_content .swiper-slide {
	height: 200px;
	background: url(../images/b2_5.png) repeat-x 16px 190px;
	background-size: auto 10px;
}

.ho_li {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 30px;
	background: url(../images/d_3.png) no-repeat 12px 0px;
	background-size: 7px;
	width: 75%;
	height: 130px;
	overflow: hidden;
}

.ho_year {
	font-size: 24px;
	color: #c0241d;
	padding-bottom: 10px;
}

.ab4_content .swiper-slide-active .ho_li {
	height: 200px;
}

.ho_te p {
	line-height: 22px;
}

.ho_wiBlock {
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 100%;
	height: 30px;
	background: url(../images/b2_5.png) repeat-x;
	background-size: auto 10px;
}

.ho_show {
	position: relative;
	width: 100%;
	height: 82%;
	overflow: hidden;
}

.ab5_content {
	position: relative;
	width: 110%;
	margin-left: -5%;
	margin-top: 20px;
}

.ab5_contentBlock {
	position: relative;
	width: 100%;
}

.cu_content {
	background: url(../images/d_4.jpg) no-repeat center;
	background-size: cover;
}

.cu_ulBlock {
	position: relative;
	width: 90%;
	margin: auto;
	padding-top: 80px;
}

.cu_liBlock {
}

.cu_te {
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
}

.cu_teEn {
	font-size: 25px;
	color: #fcf7f1;
	opacity: 0.5;
	padding-top: 5px;
	margin-bottom: 40px;
}

.cu_tiEn1 {
	color: #333333;
	font-size: 15px;
	text-transform: uppercase;
}

.cu_tiCh1 {
	font-size: 18px;
	padding-top: 3px;
}

.cu_wi {
	position: relative;
	width: 25px;
	height: 2px;
	background: #666;
	margin: 15px 0;
}

.cu_te1 p {
	margin-bottom: 0px;
}

.cu2_content {
	position: relative;
	width: 90%;
	background-size: cover;
	padding: 25px 5%;
	color: #fff;
}

.cu2_en {
	color: #ffcb5c;
	text-transform: uppercase;
	font-size: 15px;
}

.cu2_ch {
	font-size: 18px;
	padding-top: 3px;
}

.cu2_ul {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.cu2_li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

.cu2_teTi {
	font-size: 18px;
	padding-bottom: 10px;
}

.ab6_content {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.du_textBlock p {
	position: relative;
	width: 100%;
	text-align: center;
}

.du_content {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

.du_ulBlock {
	position: relative;
	width: 100%;
}

a.du_liBlock {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.du_img {
	position: relative;
	width: 100%;
}

.du_img img {
	width: 100%;
}

.du_ti {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: #666;
	line-height: 22px;
}

img.ab8_icon {
	position: relative;
	width: 22px;
	margin-left: 8px;
	top: -2px;
}

.ab8_ul {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.pa_liBlock {
	position: relative;
	width: 100%;
}

.pa_date {
	position: absolute;
	top: 20px;
	left: 0px;
	background: #c0241d;
	color: #fff;
	text-align: center;
	padding: 8px 18px;
}

a.pa_aBlock {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.pa_ma {
	font-size: 18px;
	padding-bottom: 2px;
}

.pa_img img {
	width: 100%;
}

.pa_ti {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: #666;
	line-height: 22px;
}

.es_title {
	text-align: center;
	padding-bottom: 20px;
}

.es_tiCh {
	font-size: 18px;
	color: #c7241d;
	letter-spacing: 2px;
}

.es_tiEn {
	text-transform: uppercase;
	opacity: 0.4;
	padding-top: 3px;
}

.es_InnBlock {
	position: relative;
	width: 110%;
	left: -5%;
	background: #fef8f1 url(../images/d_8.jpg) no-repeat center bottom;
	padding-top: 25px;
	padding-bottom: 60px;
	background-size: 100%;
}

.es_textBlock {
	position: relative;
	width: 90%;
	margin: auto;
}

.es_teTi {
	color: #be913f;
}

.teCh {
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 3px;
}

.teEn {
	letter-spacing: -1px;
	text-transform: uppercase;
}

.es_te {
	position: relative;
	margin-top: 10px;
}

.es_mapBlock {
	position: relative;
	width: 100%;
	margin: 15px 0;
}

.es_img img {
	width: 100%;
}

.es_ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

a.es_li {
	position: absolute;
	width: 14px;
	height: 18px;
 /* background: url(../images/b5_5.png) no-repeat center bottom; */
	top: 0px;
	left: 0px;
	margin-left: -7px;
	margin-top: -18px;
 /* background-size: 8px; */
}

.es_text {
	position: absolute;
	bottom: 16px;
	left: -63px;
	width: 140px;
	text-align: center;
	display: none;
	padding-bottom: 10px;
	z-index: 99;
}

.es_t {
	white-space: nowrap;
	background: #eec581;
	color: #fff;
	padding: 4px 12px;
	border-radius: 6px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 12px;
}

.es_block {
	position: relative;
	margin-top: 20px;
}

a.es_blLi {
	float: left;
	font-size: 16px;
	margin-right: 6%;
	color: #333;
}

.es_blUl {
	position: relative;
	width: 120%;
	height: 36px;
}

.es_wi {
	position: relative;
	width: 0%;
	margin: auto;
	border-bottom: 2px solid #c7241d;
	margin-top: 5px;
}

.es_aUl {
	position: relative;
	width: 120%;
	margin-top: 10px;
}

a.es_aLi {
	position: relative;
	display: block;
	float: left;
	color: #666;
	padding-left: 13px;
	margin-bottom: 15px;
	background: url(../images/b5_6.png) no-repeat left;
	margin-right: 30px;
	background-size: 6px;
	min-width: 64px;
}

a.es_blLi:hover .es_wi, a.es_blLi.cur .es_wi {
	width: 100%;
}

.es_contentBlock {
}

.es_content.es_bg2 {
	padding-top: 20px;
}

a.esA_aBlock {
	width: 100%;
	display: block;
	background: #eeeeee;
	margin-bottom: 25px;
	position: relative;
}

.esA_tiBl {
	padding: 8px 5%;
	color: #666;
}

.esA_ti {
	padding-bottom: 5px;
	color: #333;
	font-size: 16px;
}

.esA_lo {
	line-height: 20px;
}

.esA_icon {
	position: absolute;
	top: 0px;
	left: 12px;
	z-index: 99;
	background: #c0241d;
	color: #fff;
	padding: 3px 10px 4px 10px;
	border-radius: 0px 0px 5px 5px;
	font-size: 12px;
}

@-webkit-keyframes an05 {
	0% {
		-webkit-transform: translate(0,20px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0,0);
		opacity: 1;
	}
}

.es_li:hover .es_text, .es_li.cur .es_text {
	display: block;
}

@-webkit-keyframes an09 {
	0% {
		-webkit-transform: translate(0,0px);
		opacity: 1;
	}

	50% {
		-webkit-transform: translate(0,-5px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0,0);
		opacity: 1;
	}
}

.es_li:hover .es_ic, .es_li.cur .es_ic {
	-webkit-animation: an09 1s ease-in-out infinite;
}

.es_text {
	-webkit-animation: an05 0.4s ease-in-out backwards;
}

.es_aLi:hover {
	color: #c7241d;
}

.pop {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	height: 100%;
	box-sizing: border-box;
	padding-top: 60px;
}

.esIn_content {
	position: relative;
	padding: 20px 5%;
}

.esIn_ti {
	font-size: 18px;
	text-align: center;
	color: #c7241d;
	padding-bottom: 10px;
}

.esIn_te {
	position: relative;
	width: 100%;
	text-align: justify;
	line-height: 26px;
}

.esIn_ul {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 25px;
}

a.esIn_li.es_1 {
	color: #666;
	padding-left: 26px;
	position: relative;
	display: block;
	line-height: 22px;
	background: url(../images/b6_7.png) no-repeat 2px 3px;
	background-size: 16px;
}

.esIn_li.es_2 {
	color: #666;
	padding-left: 26px;
	position: relative;
	display: block;
	line-height: 22px;
	background: url(../images/b6_8.png) no-repeat 2px 3px;
	background-size: 16px;
	margin-top: 5px;
}

.esIn_wcBl {
	position: relative;
	width: 100px;
	margin: auto;
	text-align: center;
	padding: 15px 0;
}

.esIn_wcImg {
	padding-bottom: 5px;
}

.bg {
}

.pop_in {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: #fff url(../images/b6_6.jpg) no-repeat right bottom;
	background-size: 50%;
}


.pop_in .footer_content{
	position: fixed;
	bottom: 0px;
}
.pop_showBl {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

a.clo {
	position: fixed;
	top: 60px;
	right: 0%;
	width: 60px;
	height: 60px;
	z-index: 99;
	background: url(../images/b6_1.png) no-repeat center;
	background-size: 30px;
}

.pagination {
	position: absolute;
	bottom: 8px;
	z-index: 99;
	width: 100%;
	text-align: center;
}

.ini {
	position: relative;
}

span.swiper-pagination-bullet {
	margin: 0px 4px;
	opacity: 1;
	background: #fff;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #aa1d17;
}

@-webkit-keyframes S01 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.02);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

.pop {
	-webkit-animation: S01 0.6s ease backwards;
}

.co_img {
	position: relative;
	width: 100%;
	margin-top: -25px;
	margin-bottom: 20px;
}

a.co_a {
	position: relative;
	width: 110px;
	height: 32px;
	line-height: 32px;
	background: #d8a343 url(../images/b7_2.png) no-repeat 20px 7px;
	display: block;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	color: #fff;
	border-radius: 200px;
	padding-left: 14px;
	background-size: 16px;
}

a.co_a:hover {
	background: #c0241d url(../images/b7_2.png) no-repeat 20px 7px;
	background-size: 16px;
}

.es_mapBlock.es_w2 {
	width: 106%;
}

.es_w2 .es_li .es_ic {
	background: url(../images/b5_51.png) no-repeat center bottom;
	background-size: 8px;
}

.es_w2 .es_t {
	background: #c7241d;
}

.pa_bg3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	background: #fef8f1;
}

.the_ulBlock {
	position: relative;
	width: 90%;
	margin: auto;
	padding: 15px 0;
	padding-bottom: 20px;
}

.the_tiBl {
	text-align: center;
	padding: 10px 0;
}

.the_icTe {
	position: absolute;
	top: 0px;
	left: 12px;
	z-index: 99;
	background: #c0241d;
	color: #fff;
	padding: 3px 10px 4px 10px;
	border-radius: 0px 0px 5px 5px;
	font-size: 12px;
}

.the_ulBlock .swiper-container {
	overflow: visible;
}

.es_teBl img {
	width: 70%;
	margin: auto;
	display: block;
	padding-top: 20px;
}

.ta_content {
	position: relative;
	width: 100%;
}

.ta_contentBlock {
	position: relative;
	width: 110%;
	left: -5%;
	background: #fdf9f4;
	padding-top: 30px;
	margin-top: 25px;
}

.ta_InnBl {
	position: relative;
	width: 90%;
	margin: auto;
}

.ta_icon {
	position: absolute;
	right: -2%;
	bottom: 0px;
	width: 46%;
}

.ta_text {
	position: relative;
	z-index: 99;
	padding: 14px 0;
	padding-bottom: 25px;
}

.ta_imgBlock img {
	width: 100%;
}

.ta_textUl {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.ta_tiEn {
	text-transform: uppercase;
}

.ta_tiCh {
	font-size: 16px;
	color: #c0241d;
	padding-top: 2px;
}

.ta_wi {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #f7ecdd;
	margin: 18px 0;
}

.ta_num {
	position: absolute;
	right: -2%;
	bottom: 20%;
	width: 30%;
}

.ta_textLi {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}

.tr_content {
	position: relative;
	width: 100%;
}

.tr_img {
	position: relative;
	width: 80%;
	margin: 60px auto;
}

.tr_img img {
	width: 100%;
}

.tr_textBlock {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.tr_tiEn {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #999;
	line-height: 26px;
}

.tr_wi {
	position: relative;
	width: 28px;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.tr_tiCh {
	font-size: 16px;
	color: #c0241d;
}

.tr_te {
	position: relative;
	width: 100%;
	text-align: justify;
	line-height: 26px;
	margin-top: 20px;
}

.tr_icon {
	position: absolute;
	right: -60px;
	top: 80px;
	width: 400px;
	height: 200px;
	background: url(../images/b9_2.png) no-repeat center;
	display: none;
}

.tr_bgImg {
	position: absolute;
	bottom: 0px;
	right: 10%;
	width: 371px;
	height: 168px;
	background: urL(../images/b9_3.png) no-repeat center;
}

.trI_block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.trI_img {
	position: absolute;
	left: 23.8%;
	width: 51.6%;
	top: 18%;
}

.trI_img img {
	width: 100%;
}

.trI_ic {
	position: relative;
	width: 20px;
	height: 20px;
	background: url(../images/b9_8.png) no-repeat center;
	margin: auto;
}

.trI_li {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/b9_81.png) no-repeat center;
	margin-left: -9px;
	cursor: pointer;
	background-size: 4px;
}

.trI_te {
	padding: 2px 0 4px;
	font-size: 12px;
	color: #666;
	height: 22px;
	line-height: 22px;
}

.trI_li.Tl_1 {
	left: 49.5%;
	bottom: 81%;
}

.trI_bl {
	position: absolute;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

.trI_li.Tl_2 {
	left: 75%;
	top: 32%;
}

.trI_bl.bl_1 {
	left: 50%;
	bottom: 20px;
}

.trI_bl.bl_2 {
	left: 56px;
	top: -32px;
}

.trI_li.Tl_3 {
	bottom: 31%;
	left: 75%;
}

.trI_bl.bl_3 {
	left: 55px;
	top: -27px;
}

.trI_li.Tl_4 {
	top: 82%;
	left: 49.5%;
}

.trI_bl.bl_4 {
	top: 24px;
	left: 9px;
}

.trI_li.Tl_5 {
	left: 24%;
	bottom: 32%;
}

.trI_bl.bl_5 {
	left: -38px;
	top: -20px;
}

.trI_li.Tl_6 {
	left: 24%;
	top: 33%;
}

.trI_bl.bl_6 {
	left: -38px;
	top: -32px;
}

.trI_ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.trI_icon {
	position: relative;
	width: 30px;
	margin: auto;
}

.trI_li:hover, .trI_li.cur {
	background: url(../images/b9_8.png) no-repeat center;
	background-size: 12px;
}

.trI_li:hover .trI_te, .trI_li.cur .trI_te {
	font-size: 13px;
	color: #c0241d;
}

.trB_li {
	display: none;
	position: relative;
	margin-bottom: 60px;
}

.ta4_content {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

.re_ul {
	position: relative;
	width: 102%;
}

select.re_select {
	width: 31.3%;
	float: left;
	margin-right: 2%;
	border: 1px solid #c0241d;
	color: #666;
	height: 32px;
	line-height: 32px;
	margin-bottom: 12px;
	background: url();
}

.re_seekBl {
	position: relative;
	width: 97%;
	height: 32px;
	border: 1px solid #c0241d;
	clear: both;
}

input.re_input {
	padding-left: 12px;
	height: 32px;
	line-height: 32px;
	border: 0px;
	width: 80%;
	color: #666;
}

.re_button {
	background: #c0241d url(../images/b10_1.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 32px;
}

.re_table {
	position: relative;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}

.re_tbody {
	position: relative;
	width: 100%;
}

a.re_tdUl {
	position: relative;
	display: block;
	width: 100%;
	color: #666;
	padding: 12px 0 15px 0;
	border-bottom: 1px solid #ccc;
}

.re_title {
	font-size: 16px;
	color: #c0241d;
	letter-spacing: 1px;
	width: 100%;
	float: none;
}

.re_bl {
	position: relative;
	margin-top: 14px;
	width: 100%;
}

.re_td {
	float: left;
	margin-right: 9px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	height: 14px;
	line-height: 14px;
}

.re_date {
	float: right;
	position: absolute;
	right: 0px;
	top: -3px;
}

.re_bl:after {
	content: "";
	display: block;
	clear: both;
}

.re_ico {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 20px;
}

.trI_bl.bl_2 .trI_te {
	width: 75px;
	padding-left: 62px;
	line-height: 18px;
}

.vid_block {
	position: relative;
	width: 100%;
	margin: 60px auto;
}

.vid_block video {
	width: 100%;
}

.animNode {
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.animNode {
	opacity: 0;
	top: 100px;
	position: relative;
}

.anPlay {
	opacity: 1;
	top: 0px;
}

@-webkit-keyframes an02 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

#animation_container.cur {
	-webkit-animation: an02 0.5s ease-in-out backwards;
}

@-webkit-keyframes t01 {
	0% {
		-webkit-transform: translate(0,40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes t05 {
	0% {
		-webkit-transform: translate(0,100px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes b05 {
	0% {
		-webkit-transform: translate(0,-100px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

.ind_ti {
	-webkit-animation: t01 0.4s ease 0.6s backwards;
}

.ind_wi {
	-webkit-animation: t01 0.4s ease 0.8s backwards;
}

.ind_te, .ind_li.li_3 {
	-webkit-animation: t01 0.4s ease 1s backwards;
}

@-webkit-keyframes b01 {
	0% {
		-webkit-transform: translate(0,-40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

.ind_teP {
	-webkit-animation: b01 0.6s ease 0.6s backwards;
}

@-webkit-keyframes L01 {
	0% {
		-webkit-transform: translate(40px,0px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes R01 {
	0% {
		-webkit-transform: translate(-40px,0px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

@-webkit-keyframes t02 {
	0% {
		-webkit-transform: translate(0,20px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

.ab_ti, .ch_en, .es_title, .ind_logo {
	-webkit-animation: t01 0.6s ease backwards;
}

.head_logo {
	-webkit-animation: R01 0.6s ease backwards;
}

.header_iconBlock {
	-webkit-animation: L01 0.6s ease 0.2s backwards;
}

.co_img {
	-webkit-animation: t01 0.6s ease 0.1s backwards;
}

.ab_wi, .ch_ch, .tr_wi, .es_teTi, .tr_tiEn {
	-webkit-animation: t01 0.6s ease 0.2s backwards;
}

.ch_textBlock, .ab3_content, .ab4_content, .ab5_content, .pa_liBlock, .es_te, .ta_img, .paT_img, .tr2_ul {
	-webkit-animation: t01 0.6s ease 0.3s backwards;
}

.ab_tCh, .ab_tEn, .ho_content, .du_text, .sa_tgext, .re_content, .re_table, .vid_block, .tr_tiCh, .ch_img, .ab3_bg, .ab4_bg, .es_mapBlock, .paT_te, .tr2_ulBlock {
	-webkit-animation: t01 0.6s ease 0.4s backwards;
}

.ab_textBlock, .du_wire, .pa_content, .sa_block, .tr_te, .es_block, .tr_img {
	-webkit-animation: t01 0.6s ease 0.5s backwards;
}

.ab_daImg {
	-webkit-animation: t02 0.6s ease 0.8s backwards;
}

.ch_bgImg, .du_content, .es_bg2 {
	-webkit-animation: t01 0.6s ease 0.8s backwards;
}

.cu2_content {
	-webkit-animation: t01 0.6s ease 1s backwards;
	margin-bottom: -20px;
}

.ta_text {
	-webkit-animation: t01 0.6s ease 0.4s backwards;
}

.ta_icon {
	-webkit-animation: t01 0.6s ease 0.8s backwards;
}

.co_li.n0, .co_li.n2, .co_li.n4, .co_li.n6 {
	-webkit-animation: t05 0.6s ease 0.4s backwards;
}

.co_li.n1, .co_li.n3, .co_li.n5, .co_li.n7 {
	-webkit-animation: b05 0.6s ease 0.6s backwards;
}

.es1_map .es_img {
	-webkit-animation: R01 0.6s ease 0.8s backwards;
}

.es1_map .es_textBlock {
	-webkit-animation: L01 0.6s ease 0.8s backwards;
}

.iu3_ti, .in2_tiEn, .ta_tiEn {
	-webkit-animation: t01 0.4s ease backwards;
}

.iu3_wi, .in2_tiCh, .ta_tiCh {
	-webkit-animation: t01 0.4s ease 0.1s backwards;
}

.iu3_text, .in2_wi, .ta_wi {
	-webkit-animation: t01 0.4s ease 0.2s backwards;
}

.in2_icon {
	-webkit-animation: L01 0.4s ease 0.2s backwards;
}

.in2_text, .ta_te {
	-webkit-animation: t01 0.4s ease 0.3s backwards;
}

.bo1_ti {
	-webkit-animation: t01 0.6s ease 0.4s backwards;
}

.bo1_wi {
	-webkit-animation: t01 0.6s ease 0.6s backwards;
}

.bo1_te p:nth-child(2n) {
	-webkit-animation: R01 0.6s ease 0.8s backwards;
}

.bo1_te p:nth-child(2n+1) {
	-webkit-animation: L01 0.6s ease 0.8s backwards;
}

@-webkit-keyframes L08 {
	0% {
		-webkit-transform: translate(-500px,0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

.ab_bg11, .sa_bgIm {
	-webkit-animation: R08 2s ease 0s backwards;
}

@-webkit-keyframes R08 {
	0% {
		-webkit-transform: translate(400px,0px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0);
		opacity: 1;
	}
}

.R08 {
	-webkit-animation: R08 1.5s ease 0s backwards;
}

.bu_li:nth-child(1) {
	-webkit-animation: L01 0.6s ease backwards;
}

.bu_li:nth-child(2) {
	-webkit-animation: L01 0.6s ease 0.2s backwards;
}

.bu_li:nth-child(3) {
	-webkit-animation: L01 0.6s ease 0.4s backwards;
}

.bu_li:nth-child(4) {
	-webkit-animation: L01 0.6s ease 0.6s backwards;
}

.bu_li:nth-child(5) {
	-webkit-animation: L01 0.6s ease 0.8s backwards;
}

.bu_li:nth-child(6) {
	-webkit-animation: L01 0.6s ease 1s backwards;
}

@-webkit-keyframes tr01 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,240px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
	}
}

.ind_content {
	-webkit-animation: tr01 0.6s ease-in-out backwards;
}

@-webkit-keyframes t_01 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0,20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0);
	}
}

.ind_ulBl.an_01 .ind_liBl:nth-child(1) {
	-webkit-animation: t_01 0.6s ease-in-out 0.4s backwards;
}

.ind_ulBl.an_01 .ind_liBl:nth-child(2) {
	-webkit-animation: t_01 0.6s ease-in-out 0.5s backwards;
}

.ind_ulBl.an_01 .ind_liBl:nth-child(3) {
	-webkit-animation: t_01 0.6s ease-in-out 0.6s backwards;
}

.ind_ulBl.an_01 .ind_liBl:nth-child(4) {
	-webkit-animation: t_01 0.6s ease-in-out 0.7s backwards;
}

.ddg_con, .ddg_imgs {
	display: none;
}

.es_ic {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/b5_5.png) no-repeat center bottom;
	background-size: 8px;
}

.bo1_ti {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}

.bo1_wi {
	position: relative;
	width: 20px;
	border-bottom: 2px solid #c0241d;
	margin: 12px 0;
}

.bo1_teBl {
	position: relative;
	padding-top: 30px;
	width: 80%;
	padding-bottom: 20px;
}

.paT_block {
	position: relative;
	width: 100%;
	padding-top: 15px;
}

.paT_img {
	padding-bottom: 15px;
	width: 100%;
}

.paT_img img {
	width: 100%;
}

.pa_date {
	display: none;
}

.es3_content .esA_icon {
	position: absolute;
	left: 0px;
	top: 22px;
	z-index: 99;
	background: #c0241d;
	color: #fff;
	padding: 6px 3px 6px 3px;
	border-radius: 0px 5px 5px 0px;
	font-size: 12px;
	width: 13px;
	text-align: center;
	opacity: 0.8;
}

.es3_img {
	position: relative;
	width: 100%;
}

.es3_img img {
	width: 100%;
}

.tr2_content {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.tr2_ul {
	position: relative;
	width: 104%;
	padding-bottom: 55px;
	left: -2%;
}

.tr2_li {
	float: left;
	position: relative;
	width: 29%;
	text-align: center;
	margin: 0px 2%;
}

.tr2_icoBl {
	padding: 20px 0 27px 0;
	position: relative;
	background: url(../images/c_1.png) no-repeat center;
	background-size: 69px;
}

.tr2_icoBl img {
	width: 40px;
}

.tr2_li.cur .tr2_icoBl {
	background: url(../images/c_11.png) no-repeat center;
	background-size: 69px;
}

.tr2_teTi {
	font-size: 16px;
	color: #c0241d;
}

.tr2_teEn {
	font-size: 16px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
}

.tr2_teEn:after {
	content: "";
	display: block;
	width: 25px;
	border-bottom: 1px solid #ebcfaa;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.tr2_teText {
	position: relative;
	width: 100%;
	border-top: 1px solid #cccc;
	margin-top: 20px;
}

.tr2_teUl {
	position: relative;
	width: 105%;
	padding-top: 16px;
}

.tr2_teLi {
	float: left;
	font-size: 16px;
	color: #d8a343;
	width: 25%;
}

.tr2_tUl {
	position: relative;
	width: 100%;
}

.tr2_imgUl {
	position: relative;
	width: 100%;
}

.tr2_teLi.cur {
	color: #c0241d;
}

.TR2_tLi {
	padding: 16px 0;
}

.tr21_block img {
	margin-bottom: 16px;
}

.tr2_bgColor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 255px;
	background: #f1f1f1;
}

.tr2_te {
	line-height: 22px;
}

a.n_1 {
	position: absolute;
	right: 3%;
	top: 3%;
	width: 55px;
	-webkit-animation: L01 0.6s ease 0.4s backwards;
	z-index: 90;
}

.index_bigImg .swiper-container, .index_bigImg .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-container-horizontal > .swiper-pagination-bullets.pa02 {
	position: absolute;
	right: 4%;
	bottom: 100px;
	width: 300px;
	text-align: right;
	padding-bottom: 18px;
	padding-top: 10px;
	z-index: 90;
	left: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets.pa02 span.swiper-pagination-switch {
	display: inline-block;
	opacity: 0.8;
	width: 12px;
	height: 12px;
	background: url();
	background: #ccc;
	margin-left: 20px;
	border-radius: 200px;
	cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets.pa02 span.swiper-pagination-switch.swiper-active-switch {
	background: #c0241d;
}


.hide-box{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.hide-show{
    width:90%;
    position: relative;
}

.hide-show img{
    width: 100%;

}

.hide-show button{
    width: 60px;
    height: 60px;
    position:absolute;
    background: none;
    border:0px;
    bottom: 0px;
    left: calc((100% / 2) - 30px);
}

.hide-nav{
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 99999;
    background-color: #faf9f9;
    background-image: url(../images/ico1.png);
    background-position: center left 50px;
    background-repeat: no-repeat;
    right: -100%;
    background-size: 30%;
}
.show{
   
    transition: all .3s;
    right:0;
}
.Nav-box{   
   
    width: 46%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    right: 0px;

}

.nav-close{
    width:100%;
    height: 60px;
    background-color: #c8252a;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}
.nav-close button {
    border: 0px;
    margin-right: 20px;
}
.nav-close button img{
    width: 25px;
}

.Nav-box ul{
    margin-left: 10%;
    margin-top: 20px;
}
.Nav-box ul li{
    border-bottom: 1px dashed #ccc;
    padding: 5px 0px;
}
.Nav-box ul li>a{
    font-size: 22px;
    color: #6a6a6a;
    line-height: 50px;
}
.Nav-box ul .active .nav-list{
    display: block;
}

.Nav-box ul .active>a{
    color: #c8252a;
}
.Nav-box ul li .nav-list{
    margin-left: 10px;
    display: none;
}

.Nav-box ul li .nav-list div{
    background-color: #f9f9f9;
    margin-bottom: 5px;
    height: 30px;
}

.Nav-box ul li .nav-list div{
    line-height: 30px;

    text-indent: 10px;
    font-size: 16px;
    color: #333;
}

.message{
	overflow: hidden;
}

.message .title-m{
	font-size: 24px;
	color: #000000;
	height: 80px;
	margin: 15px auto;
	display: flex;
	align-items: center;

	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.message .title-m img{
	margin-right: 15px;
	width: 25px;
}

.message ul{
	width: 88%;
	margin:30px auto;
	overflow: hidden;
}

.message ul li{
	display: flex;
	margin-bottom: 25px;
	min-height: 75px;
	align-items: center;
	justify-content: space-between;
}

.message ul li label{
	font-size: 22px;
	color: #000000;
	line-height: 75px;

}

.message ul li input[type='text'],.message ul li textarea{
	width: 70%;
	height: 50px;
	border-radius: 5px;
	border:1px solid #5c5c5c;
	background-color: #f6f7fb;
}

.message ul li img{
	width: 20px;
}

.message ul li textarea{
	height: 90px;
}

.message ul li input[type='submit']{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background-color: #ab1d1b;
	border:0px;
	font-size: 20px;
	color: #fff;
}