/* ========== */
/* = 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: #666;
	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: #666;
}
/* 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, 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, 
textarea::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #999999;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder, 
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*/
.inner-wrap {
	width: 100%;
	max-width: 1300px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 50px;
}

.pc-block { display: block;}
.mb-block { display: none;}


@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
	
	.inner-wrap {
		padding: 0 20px;
	}
}

.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}

.b-shadow{
	-o-box-shadow:0 0 20px rgba(7,49,107,.08); 
	-ms-box-shadow:0 0 20px rgba(7,49,107,.08); 
	-moz-box-shadow:0 0 20px rgba(7,49,107,.08); 
	-webkit-box-shadow:0 0 20px rgba(7,49,107,.08); 
	box-shadow:0 0 20px rgba(7,49,107,.08);
}



/* ========== */
/* = PC HEADER = */
/* ========== */
.page-wrap{ position:relative; width: 100%; overflow:hidden;}
.pc-header{ position: relative; z-index:3;}
.pc-header .top .logo{ float: left;}
.pc-header .top .right{ float: right; padding-top: 30px;}
.pc-header .top .box{ float:left; margin-left: 45px; padding-left:50px; border-left: 1px solid #efefef;}
.pc-header .top .box:first-child{ margin-left: 0; padding-left: 0; border:none;}
.pc-header .top .box img{ float: left;}
.pc-header .top .box div{ margin-left:55px;}
.pc-header .top .box span{ display: block; font-size: 16px; color: #333333; font-weight: bold;}
.pc-header .top .box p{ margin-top:5px; font-size: 12px; color: #999999; letter-spacing: 2px;}

.nav{ padding-right: 240px; border-top:1px solid #e5e5e5; position: relative;}
.nav li{ float: left; width: 12.5%; text-align: center; position: relative;}
.nav li:before{ content:""; width: 0; position: absolute; top:0; left:0; height: 3px; background: #085dd1; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s;}
.nav li>a{ display: block; line-height: 68px; height:68px; position:relative;}
.nav li>a:after{ content:""; position: absolute; top:50%; right:0; margin-top: -6px; width: 1px; height: 12px; background: #dedede;}
.nav li:last-child a:after{ display: none;}
.nav li.current:before,.nav li:hover:before{ width: 100%;}
.nav li:hover div{ display: block;}
.nav li div{ display: none; position: absolute; width: 140px; left:50%; top:68px; margin-left: -70px; background: rgba(0,0,0,.5); text-align: center;}
.nav li div a{ display:block; height:44px; line-height: 44px; color: #FFFFFF;}
.nav li div a:hover{ background:rgba(0,0,0,.5);}
.nav .search-box{ position: absolute; top:0; right:0; border-left: 1px solid #eeeeee;}
.nav .search-box .in{ float: left; line-height: 24px; height: 68px; width: 178px; padding:20px 0px 20px 25px; border: none;}
.nav .search-box .bt{ float: right; height: 68px; width: 68px; border: none; background: url(../images/ico_search.png) no-repeat center center;}

@media (max-width:1160px){
	.pc-header .top .box{ margin-left: 20px; padding-left: 20px;}
	.pc-header .top .box div{ margin-left:50px;}
}


/* ========== */
/* = PC FOOTER = */
/* ========== */
.pc-footer{ background-image: url(../images/footer_bg.jpg);}
.foot{ padding: 65px 0 75px;}
.foot .index-tit{ color: #FFFFFF;}
.foot .index-tit span:before{ background: #FFFFFF;}
.foot .index-tit span:after{ background: #FFFFFF;}
.foot .content{ margin-top:50px; position: relative; padding-left: 310px;}
.foot .left{ position: absolute; top:0; left:0;}
.foot .left span{ margin-bottom: 22px; display:block; font-size: 20px; font-weight: bold; color: #ffffff;}
.foot .left p{ line-height: 24px; color: rgba(255,255,255,.67);}
.foot .left .link{ margin-top:45px;}
.foot .left .link a{ display: inline-block; margin-right:18px; width: 36px; height: 36px; border-radius: 18px; background: rgba(204,204,204,.35);}
.foot .left .link a:hover{ background: #085dd1; }
.foot .right div{ margin-bottom: 20px;}
.foot .right div:last-child{ margin-bottom: 0;}
.foot .right span{ float:left; width:32%; margin-right:2%;}
.foot .right span:nth-child(3n){ margin-right: 0;}
.foot .right input{width: 100%; height: 40px; border: none;}
.foot .right .in{ padding:8px 20px; line-height: 24px;}
.foot .right .button{line-height: 40px; background:#085dd1; color: #FFFFFF; font-weight: bold; letter-spacing: 3px;}
.foot .right textarea{ padding: 15px 20px; width: 100%; height: 105px; border: none;}


.copyright{ padding: 15px 0; color: rgba(170,170,170,.6); font-size: 12px; border-top: 1px solid rgba(255,255,255,.15);}
.copyright a{ color: rgba(170,170,170,.5);}
.copyright a:hover{ color: rgba(170,170,170,.8);}
.copyright span{ margin: 0 30px;}
.copyright .left{ float: left;}
.copyright .right{ float: right;}



.fixed-sub{ position: fixed; bottom: 20%; right:3%; width: 65px; }
.fixed-sub ul{margin: 0; -webkit-padding-start: 0;}
.fixed-sub li{ margin-bottom: 3px; list-style: none; font-size: 12px; position: relative;}
.fixed-sub li a{ display: block; width: 65px; height: 65px; padding-top: 5px; background:#085dd1; border: 1px solid #085dd1; color:#FFFFFF; text-align: center; font-size: 12px; line-height: 12px;  text-decoration: none; }
.fixed-sub li span{ margin: 0 auto; display: block; width: 40px; height: 40px;}
.fixed-sub .ico-01{ background-image: url(../images/fixed_ico_1.png);}
.fixed-sub .ico-02{ background-image: url(../images/fixed_ico_2.png);}
.fixed-sub .ico-03{ background-image: url(../images/fixed_ico_3.png);}
.fixed-sub .ico-04{ background-image: url(../images/fixed_ico_4.png);}
.fixed-sub .ico-05{ background-image: url(../images/fixed_ico_5.png);}
.fixed-sub li:hover a{ text-decoration: none; background:#ffffff; border:1px solid #eeeeee; color: #3b3231;}
.fixed-sub li:hover .ico-01{ background-image: url(../images/fixed_ico_1h.png);}
.fixed-sub li:hover .ico-02{ background-image: url(../images/fixed_ico_2h.png);}
.fixed-sub li:hover .ico-03{ background-image: url(../images/fixed_ico_3h.png);}
.fixed-sub li:hover .ico-04{ background-image: url(../images/fixed_ico_4h.png);}
.fixed-sub li:hover .ico-05{ background-image: url(../images/fixed_ico_5h.png);}
.fixed-sub li:hover .erweima{ display: block;}
.fixed-sub li:hover .tel{ display: block;}
.fixed-sub li .erweima{ display:none; position: absolute; right:68px; top:0; text-align: center; width: 100px; background: #FFFFFF; border: 1px solid #e5e5e5; border-radius:5px;}
.fixed-sub li .tel{ display: none; position: absolute; right:68px; top:0; height: 65px; line-height: 65px; width: 150px; text-align: center; background: #FFFFFF; border: 1px solid #e5e5e5; color: #251b1a; font-size:14px; font-weight: bold; border-radius:5px;}


@media (max-width:999px){
	.page-wrap{ position: relative; padding-top:1.5rem; padding-bottom: 1.5rem;}
}




/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:fixed; top:0; right:0; width: 100%; background:#FFFFFF; padding: 0 0.375rem; z-index: 9999; -o-box-shadow:0 0 15px rgba(0,0,0,.08); -ms-box-shadow:0 0 15px rgba(0,0,0,.08); -moz-box-shadow:0 0 15px rgba(0,0,0,.08); -webkit-box-shadow:0 0 15px rgba(0,0,0,.08); box-shadow:0 0 15px rgba(0,0,0,.08);}
.mb-header .mb-logo{ float: left; display:block;}
.mb-header .mb-logo img{ margin: 0; display:block; vertical-align: top; height:1.5rem;}
.mb-nav-ico { position: absolute; right:0.375rem; top: 50%; margin-top: -0.25rem; width:0.6875rem; height:0.5rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute;left: 0;display: block; height:2px;width: 100%;background: #555555; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.mb-nav-ico .line:nth-child(1) { top: 0;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top: -1px;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px;transform: rotate(-45deg);}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);}


/* ========== */
/* = 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 li:nth-child(1)>span { border-top: 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 #085dd1; border-radius: 100%;}
.menu ul li a{ color: #322e2d;}
.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/mobile/menu_bg.png) no-repeat; background-size: cover;}
.menu ul li .menu-slide a { color: #7c7d7d; }
.menu ul li .menu-slide { display: none;}
.menu ul li .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 ul li .menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width: 0.146666rem; height: 0.226666rem; background-image: url(../images/mobile/menu_bg3.png); background-size: cover; }
.menu ul li .menu-slide a:hover,
.menu ul li .menu-slide a.active { background: #085dd1; color: #FFFFFF;}
.menu li>span.active a { color: #085dd1;}
.menu li>span.active::before { color: #fff; background: #085dd1; border-color: #085dd1;}
.menu li>span.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/mobile/menu_bg2.png) no-repeat center;}


/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height: 1.5rem; background:#085dd1; z-index: 999;}
.mb-footer li { float: left; width: 33.333333%; 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.5rem;  padding-top:0.2rem; color: #FFFFFF; text-align: center;}
.mb-footer li img{ width: 0.666666rem; }
.mb-footer li p { margin-top:0.133333rem; font-size: 0.275rem; height:0.32rem; line-height: 0.32rem;}




.index-tit{ text-align: center; color: #000000;}
.index-tit p{ font-size: 25px; text-transform: uppercase;}
.index-tit span{ margin-top:5px; display:inline-block; font-size: 16px; letter-spacing:1px; position: relative;}
.index-tit span:before{ content: ""; position: absolute; top:50%; left:-30px; width: 22px; height: 1px; background: #000000;}
.index-tit span:after{ content: ""; position: absolute; top:50%; right:-30px; width:22px; height: 1px; background: #000000;}



/* ========== */
/* = 404 = */
/* ========== */
.main-404{ padding:70px 0; text-align: center;}
.main-404 .p1{ margin-bottom: 10px;}


/* ========== */
/* = SITEMAP = */
/* ========== */
.sitemap{ max-width:850px; padding:70px 0; margin: 0 auto;}
.sitemap li{ margin-bottom:30px; position: relative; padding-left: 110px; line-height: 30px; min-height: 30px;}
.sitemap li>a{ position: absolute; top:0; left:0; padding:0px 20px; background: #085dd1; min-width: 96px; text-align: center; color:#FFFFFF; line-height: 30px;}
.sitemap li div a{ display: inline-block; margin: 0 10px;}
.sitemap li div a:hover{ color: #085dd1;}

@media screen and (max-width:600px) {
	.sitemap{ padding:60px 10px;}
	.sitemap li{ margin-bottom:20px; padding-left:90px; font-size: 12px;}
	.sitemap li>a{ padding: 0 8px; min-width: 80px;}
	.sitemap li div a{ margin: 0 5px;}
}




