/* ========== */
/* = 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: #999999;}
input:-moz-placeholder{ color: #999999;}   
input::-moz-placeholder{ color: #999999;}
input:-ms-input-placeholder{ color: #999999;} 

textarea::-webkit-input-placeholder{ color: #999999;}
textarea:-moz-placeholder{ color: #999999;}   
textarea::-moz-placeholder{ color: #999999;}
textarea:-ms-input-placeholder{ color: #999999;} 

/*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{
	max-width: 1500px;
	padding: 0 50px;
	margin: 0 auto;
}

.transition {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.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.4rem;}

	.pc-block{ display: none;}
	.mb-block{ display: block;}
	
	.container{ padding: 0 0.5rem;}
}






/* ========== */
/* = PC-HEADER = */
/* ========== */
.pc-header{ position: fixed; z-index:999; top:0; left:0; width: 100%; height: 100px; padding: 0 8%; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between; -webkit-box-shadow:0 0 10px rgba(0,0,0,.08); box-shadow:0 0 10px rgba(0,0,0,.08); background: #FFFFFF; z-index: 99;}
.pc-header li{ margin: 0 40px; display:inline-block; position:relative;}
.pc-header li>a{ font-size: 18px; display: block; line-height: 100px; color: #333333;}
.pc-header li.active>a{ color: #ce292d;}
.pc-header li:hover div{display: block;}
.pc-header li div{ display: none; position: absolute; top:100px; left:50%; width: 200px; margin-left: -100px; background:rgba(0,0,0,.7);}
.pc-header li div a{ display: block; line-height:40px; text-align: center; color: #FFFFFF;}
.pc-header li div a:hover{ background:rgba(0,0,0,.4);}
.pc-header .tel{ display: inline-block; padding-left: 52px; line-height: 32px; background: url(../images/ico_tel.png) no-repeat left; font-size: 24px; color: #0d3e71;}

@media (max-width:1500px) {
	.pc-header li{ margin: 0 20px; }
}
@media (max-width:1260px) {
	.pc-header li{ margin: 0 10px; }
}

/* ========== */
/* = PC-FOOTER = */
/* ========== */
.pc-footer{ padding:40px 0 30px;}
.pc-footer .content{  display: flex; flex-flow: wrap; justify-content: space-between;}
.pc-footer .content .text{ width: 30%;}
.pc-footer .content .text .tit{ font-size:16px; color: #333333;}
.pc-footer .content .text .des{ margin-top: 20px; font-size: 14px; line-height: 40px;}
.pc-footer .content .text .erweima{ margin-top: 40px;}
.pc-footer .content .text .erweima>img{ margin-right: 35px; display: inline-block;}
.pc-footer .content .text .erweima div{ display: inline-block; text-align:right;}
.pc-footer .content .text .erweima div img{ margin: 0; display: inline-block;}
.pc-footer .content .text .erweima div span{ margin-top: 10px; display:block; font-size: 16px; line-height: 24px; color: #333333;}
.pc-footer .content ul{ width: 65%;  display: flex; flex-flow: wrap; justify-content: space-between;}
.pc-footer .content ul li{ display:inline-block ;}
.pc-footer .content ul li>a{ margin-bottom: 15px; display: block; font-size: 16px; color: #333333;}
.pc-footer .content ul li>a:hover{ color: #0d3e71;}
.pc-footer .content ul li div a{ display: block; font-size: 14px; line-height: 36px;}
.pc-footer .content ul li div a:hover{color: #0d3e71;}
.pc-footer .foot-logo{ margin-top:30px; position:relative; text-align: center;}
.pc-footer .foot-logo span{ background: #FFFFFF; position: relative; z-index: 1; display: inline-block; padding: 0 30px;}
.pc-footer .foot-logo:after{ content: ""; position: absolute; z-index: 0; top:50%; left:0; width: 100%;  border-top:1px solid #c5c5c5;}


@media (max-width:999px) {
	.pc-header{ display: none;}
}




/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:fixed; top:0; right:0; width: 100%; height:1.4rem; 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{float: left; display:block;}
.mb-header .mb-logo img{ display:block; height: 1.4rem;}
.mb-header .tel{ position: absolute; right:1.4rem; 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.5rem; height: 0.5rem; background-image: url(../images/ico_tel.png); background-size: cover;} 
.mb-nav-ico { position: absolute; right:0.3rem; top:50%; margin-top: -0.23rem; width:0.7rem; height:0.46rem; cursor: pointer; }
.mb-nav-ico .line {	position: absolute; left: 0;display: block; height:0.02666666rem; width: 100%; background: #222; }
.mb-nav-ico .line:nth-child(1) { top: 0.001rem;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top:-0.01333333rem;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}



/* ========== */
/* = 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 #0d3e71; 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: #0d3e71; color: #FFFFFF;}
.menu li>span.active a { color: #0d3e71;}
.menu li>span.active::before { color: #fff; background: #0d3e71; border-color: #0d3e71;}
.menu li>span.haschild.active::after { content: ''; position: absolute; right: 0.6666