/* ========== */
/* = 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: #666666;}
input:-moz-placeholder{ color: #666666;}   
input::-moz-placeholder{ color: #666666;}
input:-ms-input-placeholder{ color: #666666;} 
textarea::-webkit-input-placeholder{ color: #666666;}
textarea:-moz-placeholder{ color: #666666;}   
textarea::-moz-placeholder{ color: #666666;}
textarea:-ms-input-placeholder{ color: #666666;} 

/*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{ 
	position:relative; 
	width: 100%; 
	overflow:hidden;
}
.container{
	max-width: 1630px;
	padding:0 6%;
	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 5px 35px rgba(0,0,0,.07); 
	-ms-box-shadow:0 5px 35px rgba(0,0,0,.07); 
	-moz-box-shadow:0 5px 35px rgba(0,0,0,.07); 
	-webkit-box-shadow:0 5px 35px rgba(0,0,0,.07); 
	box-shadow:0 5px 35px rgba(0,0,0,.07);
}
.pc-block{ display: block;}
.mb-block{ display: none;}

@media (max-width:1380px){ 
	.container{ padding:0 30px;}
}
@media (max-width:999px){ 
	.container{ padding:0 0.533333rem;}
	.pc-block{ display: none; }
	.mb-block{ display: block;}
}
@font-face {
    font-family: 'Oswald-SemiBold';
    src:url(../fonts/Oswald-SemiBold.ttf);
}



/* ========== */
/* = PC-HEADER = */
/* ========== */
.pc-header{ position: fixed; top:0; left:0; width: 100%; z-index: 99; border-bottom:1px solid rgba(0,0,0,.1); background: #FFFFFF;}
.pc-header-index{ background: none;}
.pc-header .container{ display: flex;justify-content: space-between; align-items: center;}
.pc-header ul{ display: flex; flex-flow: wrap;  justify-content: space-between; align-items: center;}
.pc-header ul li{ padding: 0 20px; position: relative;}
.pc-header ul li>a{ display: block; line-height: 80px; position: relative;}
.pc-header ul li>a:after{  content: ""; position: absolute; bottom: 0; left:0; width: 0%; height: 2px; background: #2666ff; -webkit-transition: all ease .3s; transition: all ease .3s;
	        transition: all ease .3s;}
.pc-header ul li.current>a{ color: #2666ff;}
.pc-header ul li.current>a:after{ width: 100%;}
.pc-header ul li:hover>a{color: #2666ff; }
.pc-header ul li:hover>a:after{ width: 100%;}
.pc-header ul li:hover div{ display: block;}
.pc-header ul li div{ display: none; position: absolute; top:80px; left:50%; width: 160px; margin-left: -80px; background:#FFFFFF; -webkit-box-shadow:0 5px 15px rgba(0,0,0,.05); box-shadow:0 5px 15px rgba(0,0,0,.05);}
.pc-header ul li div a{ display: block; text-align: center; line-height: 44px;}
.pc-header ul li div a:hover{ background: #2968ff; color: #FFFFFF;}
.pc-header .topsub{display:flex;align-items:center;}
.pc-header .topsub .button{ margin-right: 20px; display: inline-block; background: linear-gradient(to right, #608cff, #2766ff); line-height: 36px; padding: 0 30px; border-radius: 18px; color: #FFFFFF;}
.pc-header .topsub .en{ font-size: 16px; line-height: 30px; padding-left: 26px; color: #2666ff; position: relative;font-weight: bold;width: 24px;height: 24px;}
.pc-header .topsub .en:before{ content: ""; position: absolute; top:50%; left:0;
transform: translateY(-50%); -webkit-transform: translateY(-50%); background-image: url(../images/ico_en.png); background-size: cover; width: 24px; height: 24px;}
.pc-header .topsub .log{position:relative;font-size: 16px; line-height: 30px; margin-left: 26px; color: #2666ff;font-weight:bold;}
.log_xl{display: none;
position: absolute;
  top: 30px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);}
  
  .log_xl a {
  display: block;
  text-align: center;
  line-height: 44px;
  font-weight: normal;
      
  }
    .log_xl a:hover{background:#2968ff;color:#fff;}
  
  .pc-header .topsub .log:hover .log_xl{display:block;}
  .pc-header .topsub .en:hover .log_xl{display:block;}
  .pc-header .topsub .en .log_xl{top: 24px;}



.mb-nav-ico{ position:absolute; top:50%; left: 0.26666666rem; margin-top: -0.1733333333rem; vertical-align: middle; width:0.53333333rem; height:0.34666666rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute; left: 0;display: block; height:0.02666666rem; width: 100%; background: #2666ff; }
.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-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%; left: 0; top:; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; padding-bottom: 2.4rem; right: 100%; top:1.5rem; width:100%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF; }
.menu li { position: relative; text-transform: uppercase;}
.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 #2a6cf4; 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{ display: none; }
.menu-slide>a { color: #7c7d7d; }
.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: #2a6cf4; color: #FFFFFF;}
.menu li>span.active a { color: #2a6cf4;}
.menu li>span.active::before { color: #fff; background: #2a6cf4; border-color: #2a6cf4;}
.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; }


/* ========== */
/* = PC-FOOTER = */
/* ========== */
.pc-footer .content{  padding: 60px 0 75px; background: #f8f8f8;}
.pc-footer .content .container{ display: flex; flex-flow: wrap;  justify-content: space-between; align-items:stretch;}
.pc-footer .left{ width: 32%; padding-right: 1%; border-right:1px solid #dfdfdf;}
.pc-footer .left img{ margin: 0;}
.pc-footer .left h3{ margin-top: 25px; font-size: 24px; color: #222222; font-weight: 600;}
.pc-footer .left .text{ margin-top: 20%;}
.pc-footer .left .text p{ margin-top: 20px; font-size: 16px; line-height: 30px; color: #333333; position: relative; padding-left: 40px;}
.pc-footer .left .text p a{ color: #333333;}
.pc-footer .left .text p:before{ content: ""; position: absolute; top:0%; left:0;
 width: 30px; height: 30px; background-size: cover;}
.pc-footer .left .text p:nth-child(1):before{ background-image: url(../images/foot_tel.png);}
.pc-footer .left .text p:nth-child(2):before{ background-image: url(../images/foot_mail.png);}
.pc-footer ul{  width: 60%; display: flex; flex-flow: wrap;  justify-content: space-between; align-items:flex-start;}
.pc-footer ul li>a{ display: block; margin-bottom: 15px; font-size: 16px; color: #222222;}
.pc-footer ul li div a{ display: block; line-height: 32px; color: #666666;}
.frienklink{ padding: 0 0 30px;background: #f8f8f8; position: relative;}
.frienklink .content{ position: relative;  padding: 0;  padding-left: 70px; }
.frienklink span{ display: inline-block; position: absolute; line-height: 30px; top: 0; left: 0; font-size: 12px; color: #666;}
.frienklink ul{ width: 100%; display:block; }
.frienklink ul li{ display: inline-block; }
.frienklink ul li>a{ font-size: 12px !important;  margin:0 10px 0 10px; line-height: 30px; color: #666;}
.frienklink ul li>a:hover{ color: #333; }
.copyright{ border-top:1px solid #dddddd; padding: 15px 0; line-height: 28px;  color: #999999;}
.copyright a{ display: inline-block; vertical-align: middle; margin-left: 10px;  color: #999999;}
.copyright a:hover{ color: #777; }
.copyright img{ display: inline-block; vertical-align: middle; }
.copyright span{ display: inline-block; vertical-align: middle; }

@media (max-width:1366px){
	.pc-header ul li{padding: 0 10px;}
	.logo{width: 130px;}
	.pc-header .topsub .button{padding: 0 20px;margin-right: 10px;}
	.pc-header .topsub .log{margin-left: 10px;}
}

@media (max-width:999px){ 
	.pc-header{ height: 1.5rem; display: block;}
	.pc-header .logo{ margin: 0 auto;}
	.pc-header .logo img{ height: 1.5rem;}
	.pc-header ul{ display: none;}
	
	.pc-header .topsub .button{display: none;}
	.pc-header .topsub .en{ position: absolute; right:0.533333rem; top:0.4rem; font-size: 0.36rem; line-height: 0.8rem; padding-left: 0.7rem;}
	.pc-header .topsub .en:before{ width:0.6rem; height: 0.6rem;}
	
	.pc-footer .content{ padding: 1rem 0;}
	.pc-footer .left{ width: 100%; padding: 0 0.533333rem; border-right:none;}
	.pc-footer .left img{ width: 4rem;}
	.pc-footer .left h3{ margin-top: 0.5rem; font-size: 0.4rem; }
	.pc-footer .left .text p{ margin-top: 0.4rem; font-size: 0.38rem; line-height: 0.62rem;  padding-left:0.9rem;}
	.pc-footer .left .text p:before{ width:0.62rem; height: 0.62rem;}
	.pc-footer ul{ display: none; }
	.copyright{ font-size: 0.34rem; line-height: 0.68rem;}
	.copyright a{ display: block; margin-left: 0; }
	
	.pc-header .topsub .log{position: absolute;right: 64px;top: 0.35rem;}
}



.xuanfu{ position: fixed !important; top:50%; transform: translateY(-50%); -webkit-translateY(-50%); right:0;z-index: 16;}
.xuanfu li{ margin-bottom: 1px;  position: relative;}
.xuanfu li a{ display: block; cursor: pointer;}
.xuanfu li>div{ display: none;  position: absolute; top:0; right:100px; font-size: 18px;  width: 214px; border: 1px solid #e6e6e6; background: #fff; border-radius: 12px; text-align: center; }
.xuanfu li .tel{line-height: 78px; font-size: 24px;}
.xuanfu li .erweima{ padding:40px; line-height: 30px;}
.xuanfu li .erweima .text{ margin-top:15px; }
.xuanfu li:hover>div{ display: block; }