@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

body {
    font: 16px/1.8 "syhtN", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #666;
    background-color: #faf8f2;
    overflow: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    background-color: #faf8f2;
}
html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #a5151b;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}



@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
@font-face {
    font-family: 'systB';
    src: url(../font/SourceHanSerifCN-SemiBold-7.otf);
}
@font-face {
    font-family: 'systM';
    src: url(../font/SourceHanSerifCN-Medium-6.otf);
}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #a5151b;
}

img {
    border: none;
    max-width: 100%;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.w75{
	width: 75%;
	margin: 0 auto;
}

/* top */
.header{
	width: 100%;
	position: fixed;
	z-index: 999;
	transition-duration: 0.3s;
}
.header.fixed{
	background: url(../images/header-bg.jpg) no-repeat center center;
	background-size: cover;
}
.header .w75{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.header-logo{
	width: 4.45rem;
	margin-top: 0.245rem;
}
.header-logo img{
	display: block;
	width: 100%;
}
.header-menu ul{
	display: flex;
	flex-wrap: nowrap;
}
.header-menu ul li{
	font-size: 0.22rem;
	color: #fff;
	line-height: 1.3rem;
	margin-right: 0.56rem;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li a{
	color: #fff;
	transition-duration: 0.3s;
	position: relative;
}
.header-menu ul li:hover a{
	color: #edc182;
}
.active-menu a{
	color: #edc182 !important;
}
.active-menu a:after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #edc182;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
}
.back-home{
	width: 0.44rem;
	border-radius: 0.1rem;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.22rem;
	cursor: pointer;
	transition-duration: 0.3s;
}
.back-home:hover{
	transform: translateY(-5px);
	box-shadow: 0px 2px 8px 0px #666;
}
.back-home img{
	display: block;
	width: 100%;
}
.wza-btn{
	width: 0.88rem;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    background: #fff;
    color: #be0000;
    text-align: center;
    line-height: 0.44rem;
    position: absolute;
    right: 0.9rem;
    top: 50%;
    margin-top: -0.22rem;
    cursor: pointer;
    transition-duration: 0.3s;
}
.zoom01 .header-menu ul li{
	margin-right: 0.46rem;
}
.zoom02 .header-menu ul li{
	margin-right: 0.26rem;
}
.zoom03 .header-menu ul li{
	margin-right: 0.15rem;
}

.home-title{
	padding-top: 0.22rem;
	text-align: center;
	position: relative;
	margin-bottom: 0.36rem;
}
.home-title:after{
	display: block;
	content: '';
	width: 1.71rem;
	height: 0.48rem;
	background: url(../images/title-icon02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.855rem;
	z-index: 2;
}
.home-title-box{
	position: relative;
	z-index: 10;
	display: inline-flex;
}
.home-title-box img{
	display: block;
	width: 0.9rem;
	height: 0.61rem;
}
.home-title-info{
	/*width: 1.74rem;*/
	text-align: left;
	margin-left: 0.06rem;
	margin-top: 0.09rem;
	position: relative;
}
.ch-name{
	display: flex;
}
.ch-name span:nth-child(1){
	font-size: 0.48rem;
	color: #000000;
	line-height: 0.52rem;
	font-family: 'systB';
}
.ch-name span:nth-child(2){
	font-size: 0.36rem;
	color: #000000;
	line-height: 0.4rem;
	font-family: 'systB';
	margin-top: 0.12rem;
}
.en-name{
	font-size: 0.14rem;
	color: #000000;
	font-family: arial;
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0.98rem;
	white-space: nowrap;
}

/* top */


/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #a5151b;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* 底部 */
.footer{
	background: url(../images/footer-bg.png) no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 80;
	margin-top: -0.8rem;
}
.footer-content{
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}
.footer-content .w75{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.footer-content-fl img{
	display: block;
	width: 4.45rem;
	margin-bottom: 0.65rem;
}
.footer-lxwm p{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.6;
}
.footer-content-fr{
	padding-top: 0.82rem;
}
.footer-content-fr ul{
	display: flex;
}
.footer-content-fr ul li{
	margin-right: 0.3rem;
}
.footer-content-fr ul li:last-child{
	margin-right: 0;
}
.footer-content-fr ul li img{
	display: block;
	width: 0.95rem;
	margin: 0 auto;
}
.footer-content-fr ul li span{
	display: block;
	font-size: 0.16rem;
	line-height: 1.6;
	color: #fff;
	margin-top: 0.05rem;
	   	text-align: center;
}

.footer-beian{
	border-top: 1px solid rgba(255,255,255,0.25);
	padding: 0.15rem 0;
}
.footer-beian .w75{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.footer-beian .w75 p{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.6;
}
.footer-beian .w75 p a{
	color: #fff;
}
/* 底部 */


/*手机端导航*/
.xs-top{display: none;}
.logo-mobile{
	position: absolute;
	width: 66%;
	height: 100%;
    float: left;
    padding: 4.5px 10px;
    /*background: #000;*/
}
.logo-mobile img{display: block;width: 100%;}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #7e787c;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-search{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 65px;
	top: 7.5px;
}
.mobile-search img{
	position: absolute;
	width: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mobile-hotLine{
	position: absolute;
	left: 12%;
	top: 0;
	font-size: 16px;
	line-height: 55px;
	color: #a5151b;
}
.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #a5151b;}
.mobile-inner-header-icon{color: #ffffff;background: #fff; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #a5151b;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:rgba(165,21,27,0.9); width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}
.subNav1 a{display: block;}
.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:rgba(255,255,255,0.2);}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/
.footer-lxwm br{
	display: none;
}

@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1088px) {
   
   html{
   	 font-size: 5.8666vw !important;
   }
   
   .header-menu ul li{
   	margin-right: 0.36rem;
   }
}

@media only screen and (max-width: 820px) {
	html{
   	font-size: 13.3333vw !important;
   }
   
   .header{
   	display: none;
   }
   .xs-top{display: block;}
   .logo-mobile{
   	width: 249px;
   }
   .w75{
   	width: 94%;
   }
   .footer{
   	background-size: auto 180%;
   }
   .footer-content .w75{
   	display: block;
   }
   .footer-content-fl{
   	width: 100%;
   }
   .footer-content-fl img{
   	margin: 0 auto 20px;
   }
   .footer-lxwm{
   	width: 100%;
   }
   .footer-lxwm p{
   	font-size: 16px;
   	text-align: justify;
   }
   .footer-lxwm br{
   	display: block;
   }
   .footer-content-fr ul{
   	 justify-content: center;
   }
   .footer-content-fr ul li img{
   	width: 80px;
   }
   .footer-content-fr ul li span{
   	font-size: 14px;
   }
   .footer-beian .w75{
   	display: block;
   }
   .footer-beian .w75 p{
   	font-size: 16px;
   	width: 100%;
   }
}
@media only screen and (max-width: 390px){
	.logo-mobile{
		width: 66%;
	}
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}
