/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input[type="button"],input[type="text"], textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #aaaaaa;}
input:-moz-placeholder{ color: #aaaaaa;}   
input::-moz-placeholder{ color: #aaaaaa;}
input:-ms-input-placeholder{ color: #aaaaaa;} 

textarea::-webkit-input-placeholder{ color: #aaaaaa;}
textarea:-moz-placeholder{ color: #aaaaaa;}   
textarea::-moz-placeholder{ color: #aaaaaa;}
textarea:-ms-input-placeholder{ color: #aaaaaa;} 

/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*LAYOUT*/
.page-wrap{ 
	padding-top: 100px;
	position:relative; 
	width: 100%; 
	overflow:hidden;
}

.container{
	width: 100%;
	max-width: 1400px;
	padding: 0 100px;
	margin: 0 auto;
}
.container2{
	width: 100%;
	max-width: 1600px;
	padding: 0 100px;
	margin: 0 auto;
}
.transition {
	-webkit-transition: all ease .6s;
	   -moz-transition: all ease .6s;
	    -ms-transition: all ease .6s;
	     -o-transition: all ease .6s;
	        transition: all ease .6s;
}
.b-shadow{
	-o-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-ms-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-moz-box-shadow:0 0 30px rgba(0,0,0,.1); 
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.1); 
	box-shadow:0 0 30px rgba(0,0,0,.1);
}

.pc-block{ display: block;}
.mb-block{ display: none;}


@media (max-width:999px) {
	.page-wrap{ position: relative; padding-bottom: 1.53rem; padding-top: 1.2rem;}

	.pc-block{ display: none;}
	.mb-block{ display: block;}
	.container,
	.container2 { padding: 0 0.3rem;}

	
}




/* ========== */
/* = pc-header = */
/* ========== */
.pc-header{ position: fixed; z-index: 99; top:0; left:0; width: 100%; padding: 0 4%; height: 100px; background: #FFFFFF; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between; -webkit-box-shadow:0 0 30px rgba(0,0,0,.1); box-shadow:0 0 30px rgba(0,0,0,.1);  }
.pc-header .tel{ display: inline-block; vertical-align: middle; font-style: italic; font-size: 20px; color: #333333; padding-left: 40px; line-height:40px; background: url(../images/ico_tel.png) no-repeat left;}
.pc-header .lan{ display: inline-block; vertical-align: middle; margin-left: 30px; border: 1px solid #bdbdbd; width:36px; text-align: center; line-height: 34px; display: inline-block; border-radius: 100%; }
.pc-header .lan:hover{  border: 1px solid #c82329; color: #c82329;  }

.nav li{ float: left; padding: 0 30px; position: relative;}
.nav li>a{ display: block; line-height: 100px; font-size: 16px;}
.nav li:hover>a,
.nav li.current>a{ color: #c82329;}
.nav li:hover div{ display: block;}
.nav li div{ display:none; position: absolute; top:100px; left:50%; width: 140px; margin-left: -70px; background: rgba(44,44,44,.8); text-align: center;}
.nav li div a{ display: block; line-height: 44px; color: #FFFFFF;}
.nav li div a:hover{ background: rgba(44,44,44,.9);}


@media (max-width:1560px) {
	.nav li{ padding:0 25px;}
}
@media (max-width:1460px) {
	.nav li{ padding:0 15px;}
}
@media (max-width:1300px) {
	.pc-header{ padding: 0 20px;}
	.nav li{ padding:0 12px;}
	.pc-header .lan{ margin-left: 20px; }
}
@media (max-width:999px) {
	.pc-header{ display: none;}
}



/* ========== */
/* = FIXED-SUB = */
/* ========== */
.fixed-sub{ position: fixed; top:50%; right:0; width: 74px; z-index:99; margin-top:-145px;}
.fixed-sub a{ margin-bottom: 3px; display: block; background: #202020; width: 74px; height: 74px; padding-top: 10px; text-align: center; color: #FFFFFF; font-size: 12px; line-height: 22px;}
.fixed-sub i{ display: block; width: 34px; height: 34px; margin:0 auto;}
.fixed-sub .ico-01{ background-image: url(../images/ico_fiexd_01.png);}
.fixed-sub .ico-02{ background-image: url(../images/ico_fiexd_02.png);}
.fixed-sub .ico-03{ background-image: url(../images/ico_fiexd_03.png);}
.fixed-sub .ico-04{ background-image: url(../images/ico_fiexd_04.png);}
.fixed-sub .ico-05{ background-image: url(../images/ico_fiexd_05.png);}
.fixed-sub .home-back{ padding-top: 20px;}
.fixed-sub a:hover{ background-color: #c31e24;}




/* ========== */
/* = pc-footer = */
/* ========== */
.pc-footer{ border-top:3px solid #d82128; color: #FFFFFF;}
.pc-footer .bg{ background: #2d2d2d;  padding:55px 7% 50px 4%; }
.pc-footer .content{ position:relative; padding-right: 150px;}
.pc-footer ul li{ float: left; width:9.2%; text-align: center; position: relative;}
.pc-footer ul li:after{ content: ""; position: absolute; top:0; right:0; width: 1px; height: 120px; background:#383838;}
.pc-footer ul li .con{  display: inline-block; text-align: left;}
.pc-footer ul li .con>a{ margin-bottom: 15px; display: block;  font-size: 18px; color: #FFFFFF;}
.pc-footer ul li .con>a:hover{ color: rgba(255,255,255,.8);}
.pc-footer ul li .con div{ line-height:28px;}
.pc-footer ul li .con div a{  display: block;  font-size: 12px; color: #d5d5d5;}
.pc-footer ul li .con div a:hover{  color: rgba(255,255,255,.6);}
.pc-footer ul .info{ width: 26%; text-align: left; padding-left: 4%;}
.pc-footer ul .info:after{ display: none;}
.pc-footer ul .info .tit{ margin-bottom: 15px; font-size: 18px;}
.pc-footer ul .info .text{ line-height: 36px; font-size: 12px;}
.pc-footer ul .info .text a{ color: #FFFFFF;}
.pc-footer ul .info .tel{ margin-top: 20px; font-size: 20px; width: 150%;}

.pc-footer .content .box{ position: absolute;  top:0; right:0;}
.pc-footer .content .box p{ margin-top:20px; font-size: 16px; }
.pc-footer .copyright{ padding:0 7%; line-height: 54px; background: #292929; line-height: 55px; color: rgba(255,255,255,.12);}
.pc-footer .copyright a{ color: rgba(255,255,255,.12);}
.pc-footer .copyright a:hover{ color: rgba(255,255,255,.25);}
.pc-footer .copyright a img,
.pc-footer .copyright a span{ display: inline-block; vertical-align: middle; }
.pc-footer .copyright .left{ float: left;}
.pc-footer .copyright .right{ float: right;}
.pc-footer .copyright .right span{ margin: 0 15px;}

@media (max-width:1600px) {
	.pc-footer .bg{ padding-right:30px; padding-left:20px;}
	.pc-footer .copyright{ padding: 0 30px;}
}



/* ========== */
/* = VIDEO-POP = */
/* ========== */
.video-button{ cursor:pointer;}
.video-pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.5); text-align: center; z-index: 99999;}
.video-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.video-pop .content{ position: relative; display: inline-block;  width:80%; max-width:750px; vertical-align: middle; background: #000000;}
.video-pop .content video{ display: block; width: 100%; }
.video-pop .close{ position: absolute; top:0; right: -65px; cursor: pointer; width: 65px; height: 65px; background-image: url(../images/video_close.jpg); background-size: cover;}


.honor-pop{  display: none;  position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.5); text-align: center; z-index: 99999;}
.honor-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.honor-pop .content{ position: relative; display: inline-block;  width:80%; max-width:900px; vertical-align: middle; background: #FFFFFF;}
.honor-pop .content img{ width: 100%;}
.honor-pop .close{ position: absolute; top:0; right: -65px; cursor: pointer; width: 65px; height: 65px; background-image: url(../images/video_close.jpg); background-size: cover;}
.honor-pop .img{ width: 100%;}
.honor-pop p{ text-align: center; font-size: 18px; padding:20px 10px; color: #333;}





/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:fixed; top:0; right:0; width: 100%; height:1.2rem; padding: 0 0.46666666rem; z-index: 999; background: #FFFFFF; -webkit-box-shadow:0 0 15px rgba(206,206,206,.6); box-shadow:0 0 15px rgba(206,206,206,.6);}
.mb-header .mb-logo{ margin-top: 0.33333333rem; float: left; display:block;}
.mb-header .mb-logo img{ display:block; height:0.53333333rem;}
.mb-header .tel{ position: absolute; right:2.45rem; top:50%; margin-top: -0.4rem; line-height:0.8rem; }
.mb-header .tel span{ display: inline-block; vertical-align: middle; font-weight: bold; font-size:0.29333333rem; font-style:italic; color: #333333;}
.mb-header .tel i{ margin-right:0.13333333rem; display: inline-block; vertical-align: middle; width:0.45rem; height: 0.45rem; background-image: url(../images/ico_tel.png); background-size: cover;} 
.mb-header .lan{  position: absolute; right:1.43rem; top:50%; margin-top: -0.4rem; line-height:0.78rem; border: 0.02rem solid #bdbdbd; width: 0.8rem; height: 0.8rem; font-size: 0.3rem; text-align: center; display: inline-block; border-radius: 100%; }
.mb-nav-ico { position: absolute; right:0; top: 0%; width:1.2rem; height:1.2rem; cursor: pointer; background-image: url(../images/mb_nav.png); background-color: #d82128; background-size: cover;}




/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height: 1.53rem; background:#333333; z-index: 999;}
.mb-footer li { float: left; width:25%; border-left: 1px solid rgba(255,255,255,.2); }
.mb-footer li:first-child{ border-left: none;}
.mb-footer li a{ display:block; cursor: pointer;  height: 1.53rem; padding-top: 0.15rem; color: #FFFFFF; text-align: center;}
.mb-footer li img{ width:0.73333333rem;}
.mb-footer li p { margin-top:0.12rem; font-size:0.26666666rem; height:0.32rem; line-height: 0.32rem;}


/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; right: 0; top: 0; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; left: 100%; top: 0;  width: 70%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF;  -webkit-box-shadow:0 0 30px rgba(26,24,24,.1) inset;  box-shadow:0 0 30px rgba(26,24,24,.1) inset;}
.menu li { position: relative;}
.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.36rem; line-height: 1.36rem; color: #767676; font-size: 0.35rem; border-bottom: 1px solid #e9e9e9;}
.menu ul li>span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #d82128; border-radius: 100%;}
.menu ul li a{ color: #555;}
.menu ul li>span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg.png) no-repeat; background-size: cover;}
.menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; height: 1.333333rem; line-height: 1.333333rem; font-size: 0.32rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(../images/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { background: #d82128; color: #FFFFFF;}
.menu li>span.active a { color: #d82128;}
.menu li>span.active::before { color: #fff; background: #d82128; border-color: #d82128;}
.menu li>span.haschild.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg2.png) no-repeat center; }


/* ========== */
/* = 404 = */
/* ========== */
.main-404{ text-align:center; padding:3% 0 5%; line-height: 32px;}


/* ========== */
/* = SITEMAP = */
/* ========== */
.sitemap{ padding: 5% 0; }
.sitemap .tit{ padding-bottom:20px; border-bottom: 2px solid #EEEEEE; font-size: 16px; color: #333333;}
.sitemap .tit span{ margin-right: 20px; text-transform: uppercase; font-size:26px;}
.sitemap li{ padding: 25px 0; border-bottom: 2px solid #EEEEEE; line-height: 30px; position: relative; padding-left:150px;}
.sitemap li span{ position: absolute; top:25px; left:0; display: inline-block; min-width: 120px; font-size: 18px;}
.sitemap li span a{ display: inline-block; margin-right: 20px; color: #333333;}
.sitemap li span a:hover{ color: #d82128;}
.sitemap li>a{ display:inline-block; margin:0 20px; font-size: 16px;}
.sitemap li>a:hover{ color: #d82128;}

@media (max-width:999px){
	.sitemap li{ padding-left: 0; }
	.sitemap li span{ position: relative; top:auto; left:auto;  margin-bottom: 0.26666666rem; display: block; font-size: 0.4rem;}
	.sitemap li>a{ font-size: 0.34rem; margin: 0 0.7rem 0 0;}
}
