/* ========== */
/* = 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: #777777;
	font-family:"SourceHanSansCN-Regular","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: #777777;
}
/* 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: no-repeat;
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family:"SourceHanSansCN-Regular","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: #777777;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #777777;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #777777;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #777777;}

/*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*/
.pc-block { display: block;}
.mb-block { display: none;}

.inner-wrap{
	max-width:1340px;
	padding: 0 70px;
	margin: 0 auto;
}


@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}

	.inner-wrap{
		padding: 0 15px;
	}
}

.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 30px rgba(0,0,0,.1); 
	-ms-box-shadow:0 0 30px rgba(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); 
}
.b-shadow2{
	-o-box-shadow:0 0 20px rgba(0,0,0,.05); 
	-ms-box-shadow:0 0 20px rgba(0,0,.05); 
	-moz-box-shadow:0 0 20px rgba(0,0,0,.05);  
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.05); 
	box-shadow:0 0 20px rgba(0,0,0,.05); 
}
.page-wrap{
	position: relative;
	z-index:0;
	background: #FFFFFF;
}

@font-face {
	font-family:"SourceHanSansCN-Light";
	src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
	font-family:"SourceHanSansCN-Regular";
	src: url(../fonts/SourceHanSansCN-Regular.otf);
}



/* ========== */
/* = PC-HEADER = */
/* ========== */
.pc-header{ position: fixed; top:0; left:0; width: 100%; padding:0 10% 20px; z-index: 9999;}
.pc-header.fx{ background: #000000;}
.pc-header .logo{ float: left; margin-top: 20px;}
.pc-header .right{ float: right;}
.pc-header .nav{ margin-top: 20px; float: left;}
.pc-header .nav li{ float: left; margin: 0 15px; position:relative;}
.pc-header .nav li>a{ display:block; line-height: 60px; height: 60px; padding: 0 8px;  color: #FFFFFF; color:rgba(255,255,255,.7); position: relative;}
.pc-header .nav li>a:after{ display: none; content: ""; position: absolute; bottom:0; left:0; width: 100%; height:7px; background: #FFFFFF; opacity: .15;}
.pc-header .nav li.active>a,.pc-header .nav li:hover>a{ color: #FFFFFF;}
.pc-header .nav li.active>a:after{ display: block;}
.pc-header .nav li:hover div{ display: block;}
.pc-header .nav li div{ display:none; position: absolute; top:60px; left:50%; width:100px; margin-left: -50px; background: rgba(0,0,0,.3);}
.pc-header .nav li div a{ display: block; height:36px; line-height: 36px; text-align: center; color: rgba(255,255,255,.7);}
.pc-header .nav li div a:hover{background: rgba(0,0,0,.6); color: #FFFFFF;}

.pc-header .tel{ float: left; margin-left: 15px; margin-top: 38px; line-height: 24px; position: relative; padding: 0 30px;}
.pc-header .tel:after,
.pc-header .tel:before{ content: ""; position: absolute; top:50%; width: 1px; height: 12px; margin-top: -6px; background: #FFFFFF; opacity: .25; }
.pc-header .tel:after{ right:0;}
.pc-header .tel:before{ left:0;}
.pc-header .tel span{ display:inline-block; background: url(../images/ico_top_tel.png) no-repeat left; color:rgba(255,255,255,.6); padding-left: 22px; color: #FFFFFF; color:rgba(255,255,255,.6);}
.pc-header .link{ float: left; margin:38px 10px 0 25px; line-height: 24px;}
.pc-header .link a{ margin: 0 6px; display: inline-block; vertical-align: middle; position: relative;}
.pc-header .link a>img{ opacity: .6;}
.pc-header .link a:hover>img{opacity: 1;}
.pc-header .link a:hover div{ display: block; }
.pc-header .link a div{ display:none; border: 1px solid #eaeaea; position: absolute; top:28px; left:50%; margin-left:-60px; width: 120px;}
.pc-header .reg{ float: left; margin-top: 38px; }
.pc-header .reg a{ margin-left: 5px; display: inline-block; height: 24px; line-height: 22px; font-size: 12px; border: 1px solid rgba(255,255,255,.3); padding: 0 12px; border-radius:6px; color: #FFFFFF; color:rgba(255,255,255,.65); }
.pc-header .reg a:hover{  border:none; padding: 1px 13px; background: -webkit-linear-gradient(180deg,#168cfb,#035fd6); background: linear-gradient(180deg,#168cfb,#035fd6);}


@media (max-width:1580px) {
	.pc-header{ padding:0 50px 20px;}
}
@media (max-width:1300px) {
	.pc-header .nav li{ margin: 0 6px;}
	.pc-header .tel{ padding: 0 15px;}
	.pc-header .link{ margin-left:12px; margin-right:5px;}
	.pc-header .link a{ margin: 0 4px;}
	.pc-header .reg a{ margin-left: 3px;}
}
@media (max-width:1100px) {
	.pc-header{ padding:0 30px 20px;}
	.pc-header .nav li a{ padding: 0 3px;}
}





/* ========== */
/* = PC-FOOTER = */
/* ========== */
.pc-footer{ margin-top: 105px;}
.pc-footer .content{ padding:75px 0 60px; background: #f9f9f9;}
.pc-footer .contact-box{ float: left; width:58%;}
.pc-footer .contact-box .box{ float: left; max-width: 40%; margin-top: -180px; background:#FFFFFF; }
.pc-footer .contact-box .box div{ padding: 45px 35px 40px;}
.pc-footer .contact-box .box span{ display: block; font-size: 28px; color: #030000;}
.pc-footer .contact-box .box p{ font-size: 12px; color: #bbbbbb; letter-spacing: 2px;}
.pc-footer .contact-box .text{ float:left; max-width: 60%; padding-left: 55px; letter-spacing: 1px;}
.pc-footer .contact-box .text span{ display: block; margin-bottom:30px; color: #202020;}
.pc-footer .contact-box .text p{ margin-top: 10px; line-height: 24px;}
.pc-footer .contact-box .text .tel{ color: #0079e9; }
.pc-footer .contact-box .text .tel i{ font-style: normal; display: inline-block; border-bottom: 1px solid #0079e9;}
.pc-footer .erweima{ margin-left: 3%; float:left;}
.pc-footer .erweima span{ display: block; margin-bottom:35px; color: #202020;}
.pc-footer .fanv{ float:right; width: 220px;}
.pc-footer .fanv li{ margin-top: 35px; float: left; width: 50%; text-align: right;}
.pc-footer .fanv li:nth-child(1),
.pc-footer .fanv li:nth-child(2){ margin-top: 0;}
.pc-footer .fanv li a{ display: block; color: #202020;}
.pc-footer .fanv li a:hover{ color: #0079e9;}

.friendlink{ padding: 12px 0;}
.friendlink .con{ position: relative; padding-left: 75px; color: #999999; }
.friendlink .con span{ position: absolute; top:0; left:0;}
.friendlink .con a{ color: #999999; display: inline-block; margin-right: 10px;}

.copyight{ border-top: 1px solid #eeeeee; padding: 10px 0; line-height: 20px; font-size: 12px; color:#aaaaaa;}
.copyight .left{ float:left; }
.copyight .right{ float: right;}
.copyight .right a{ display: inline-block; vertical-align: middle; color:#aaaaaa; position:relative;}
.copyight .right span{ display: inline-block; vertical-align: middle; margin:0 10px;}
.copyight .right .ico{ display: inline-block; width: 20px; height: 20px;}
.copyight .right .ico-qq{ background-image: url(../images/ico_foot_qq.png);}
.copyight .right .ico-wx{ background-image: url(../images/ico_foot_wx.png);}
.copyight .right .ico-qq:hover{ background-image: url(../images/ico_foot_qqh.png);}
.copyight .right .ico-wx:hover{ background-image: url(../images/ico_foot_wxh.png);}
.copyight .right .ico:hover div{ display: block; }
.copyight .right .ico div{ display: none; border: 1px solid #eaeaea; position:absolute;bottom:20px; left:50%; margin-left:-60px; width: 120px; }



/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:absolute; top:0; right:0; width: 100%; padding: 0 0.4rem; border-bottom: 1px solid rgba(255,255,255,.2); z-index: 999;}
.mb-header.fx{ position: fixed; top:0; left:0; background: #000000;}
.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: #FFFFFF; -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);}

@media (max-width:999px){
	.page-wrap{ position: relative; padding-bottom: 1.55rem;}
}



/* ========== */
/* = 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 #188ffe; 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-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/mobile/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { background: #188ffe; color: #FFFFFF;}
.menu li>span.active a { color: #188ffe;}
.menu li>span.active::before { color: #fff; background: #188ffe; border-color: #188ffe;}
.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-copright{ padding: 0.4rem; background: #f3f3f3; color: #bbbbbb; font-size: 0.26666666rem;}
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height:1.55rem; background: -webkit-linear-gradient(180deg,#168cfb,#035fd6); background: linear-gradient(180deg,#168cfb,#035fd6); z-index: 999;}
.mb-footer li { float: left; width:33.333333333%; 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.55rem; padding-top: 0.133333rem; color: #FFFFFF; text-align: center;}
.mb-footer li img{ width: 0.8rem;}
.mb-footer li p { margin-top:0.09rem; font-size: 0.3rem; height:0.32rem; line-height: 0.32rem;}





/* ========== */
/* = BUILDING = */
/* ========== */
.building{ padding-bottom: 155px; background: #f2f2f2; text-align:center;}
.building .tit{ margin-top: 65px; }
.building .tit span{ position: relative; display:block; font-size: 28px; color: #030000; padding-bottom: 20px;}
.building .tit span:after{ content: ""; position: absolute; bottom: 0; left:50%; margin-left: -20px; width: 40px; height: 2px; background: #0e0e0e;}
.building .tit p{ margin-top: 20px; color: #bbbbbb;}
.building .bt .home-more{ margin-top:45px; margin-right: 10px; max-width: 40%; display: inline-block; color: #777777; background: #FFFFFF; -o-box-shadow:0 0 20px rgba(0,0,0,.08); -ms-box-shadow:0 0 20px rgba(0,0,.08); -moz-box-shadow:0 0 20px rgba(0,0,0,.08);  -webkit-box-shadow:0 0 20px rgba(0,0,0,.08); box-shadow:0 0 20px rgba(0,0,0,.08); }
.building .bt .home-more i{ background: url(../images/ico_more2.png) no-repeat right;}
.building .bt .home-more:hover{ background: -webkit-linear-gradient(180deg,#188ffd,#0352ba); background: linear-gradient(180deg,#188ffd,#0352ba); color:#FFFFFF;}
.building .bt .home-more:hover i{ background: url(../images/ico_more.png) no-repeat right;}


/* ========== */
/* = 404 = */
/* ========== */
.section404{ padding-top:7%; text-align: center; line-height:28px;}
.section404 .link{ margin-top:5%;}
.section404 .link a{ display: inline-block; margin: 0 10px;  line-height:42px;}
.section404 .link a:hover{color: #188ffe;}



/* ========== */
/* = sitemap = */
/* ========== */
.sitemap{ padding:70px 0;}
.sitemap .tit{ font-size: 27px; color: #333333; padding-bottom: 25px; border-bottom: 1px solid #e6e6e6;}
.sitemap li{ line-height: 30px; padding: 25px 0; border-bottom: 1px solid #e6e6e6;}
.sitemap li a{ display: inline-block; font-size: 16px; }
.sitemap li a:hover{color: #44c9eb;}
.sitemap li span{ display: inline-block; margin-right: 75px;}
.sitemap li span a{ display: inline-block; min-width: 4em; font-size: 18px; color: #333333;}  
.sitemap li span a:hover{color: #44c9eb;}
.sitemap li em{ display: inline-block; margin: 0 10px;}


@media (max-width:999px){
	.building .tit span{ font-size: 0.5rem;}
	.building .tit p{ font-size:0.34666666rem;}
	
	.section404 .text{ font-size: 0.34rem;}
	.section404 .link a{ float:left; width: 33.333333%; margin: 0;}
	
	.sitemap{ padding:50px 0;}
	.sitemap .tit{ font-size: 20px;}
	.sitemap li span{ margin-right:10px; }
	.sitemap li span a{ font-size: 16px;}
	.sitemap li em{ display: none;}
	.sitemap li a{ margin-right: 20px; font-size: 13px;}
}


.fixed-sub{ position: fixed; top:50%; right: 0; margin-top: -85px;}
.fixed-sub a{ border-bottom: 1px solid rgba(120,103,91,.5); display: block; width: 85px; height: 85px; padding-top: 12px; text-align: center; background: rgba(0,0,0,.8);}
.fixed-sub a p{font-size: 12px; color: #FFFFFF; line-height: 24px;}