/* ========== */
/* = 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;

}

body {
	background: #eaeaea;
	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;
	overflow: hidden;
}

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;
}
.page{ text-align: center;}
.page li{ display: inline-block;}
.page li a,
.page li span{ margin: 0 2px; display: inline-block; height: 30px; line-height: 30px; min-width: 30px; padding: 0 3px; text-align: center; background: #f4f4f4; color: #999999;} 
.page a:hover,
.page li.active a,
.page li.active span{ background: #288fd4; color: #FFFFFF;}

/*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: no-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: #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 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*LAYOUT*/
.w1400{
	max-width: 1540px;
	padding: 0 70px;
	margin: 0 auto;
}
@media (max-width:1200px){
	html,body{ width:1200px; overflow-x: auto;}
}


.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 25px rgba(206,206,206,.4); 
	-ms-box-shadow:0 0 25px rgba(206,206,206,.4);
	-moz-box-shadow:0 0 25px rgba(206,206,206,.4);
	-webkit-box-shadow:0 0 25px rgba(206,206,206,.4);
	box-shadow:0 0 25px rgba(206,206,206,.4); 
}



/* ========== */
/* = PC-HEADER = */
/* ========== */
.page-wrap{ padding-top: 104px;}
.pc-header{ 
	position: absolute;top:0; left:0; 
	width: 100%; height: 104px; background: #fff; z-index:99;
	-o-box-shadow:0 0 35px rgba(206,206,206,.6); 
	-ms-box-shadow:0 0 35px rgba(206,206,206,.6);
	-moz-box-shadow:0 0 35px rgba(206,206,206,.6);
	-webkit-box-shadow:0 0 35px rgba(206,206,206,.6);
	box-shadow:0 0 35px rgba(206,206,206,.6); 
}
.pc-header.fx{position:fixed; }
.pc-header .logo{ float: left;}
.pc-header .lan{ margin-top: 39px; float: right; display:block; line-height: 22px; height: 26px; width: 26px; text-align: center; font-size: 12px; color: #444444; border-radius: 100%; border: 2px solid #8f8f8f;}
.pc-header .lan:hover{ color: #288fd4; border: 2px solid #288fd4;}
.pc-header .tel{ margin: 39px 10px 0 25px; float: right; font-size: 18px; color: #288fd4;  padding-left:25px; background:url(../images/ico_tel.png) no-repeat left; line-height: 26px; position:relative;}
.pc-header .tel:before{ content: ""; position: absolute; top:50%; left:-25px; width: 2px; height: 14px; background: #cfcfcf; margin-top: -7px;}

.nav{ float: right; padding-right:32px;}
.nav li{ margin-left: 65px; float: left;}
.nav li>a{ display: block; line-height:104px; padding-right: 20px; position: relative; font-size: 18px; color: #595858; letter-spacing: 3px;}
.nav li a span:before{ position: absolute; top:50%; margin-top: -4px; right:0; content: ""; width: 12px; height: 8px; background:url(../images/nav_jt.png);}
.nav li:hover>a,
.nav li.current>a{ color: #288fd4;}
.nav li:hover>a span:before,
.nav li.current>a span:before{ background:url(../images/nav_jth.png);}
@media (max-width: 1600px) {
	.nav li{ margin-left: 30px;letter-spacing: 1px;}
}
@media (max-width: 1340px) {
	.nav li{ margin-left: 15px;}
    .nav li>a{padding-right: 20px;font-size: 16px;letter-spacing: 2px;}	
}
@media (max-width: 1200px) {
	.nav li{ margin-left: 8px;}
    .nav li>a{padding-right: 20px;font-size: 16px;letter-spacing: 0px;}	
}
@media (max-width: 1100px) {
	.nav li{ margin-left: 2px;}
    .nav li>a{padding-right: 20px;font-size: 14px;letter-spacing: 0px;}	
}
.navsub.show{  height: 50px;}
.navsub{ height:0; overflow: hidden; position: absolute; top:104px; left:0; width:100%; background:#fff; text-align:center;}
.navsub .con{ border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.navsub .link{ max-width: 660px; text-align: center; display: inline-block;}
.navsub a{ margin: 0 30px; display:inline-block; line-height:50px; text-align: center; }
.navsub a:hover{  color: #288fd4;}
.nav li:nth-child(5) .navsub .w1400{ padding-right:360px; text-align: right;}
.nav li:nth-child(6) .navsub .w1400{ padding-right:150px; text-align: right;}

@media (max-width:1140px){
	.nav{ margin-right: 0;}
	.nav li{ margin-left:22px;}
	.pc-header .w1400{ padding: 0 3%;}
}



/* ========== */
/* = PC-FOOTER = */
/* ========== */
.pc-footer{ background: #333333; color: #FFFFFF;}
.foot{ position: relative; min-height: 350px; padding-right: 440px;}
.foot .info{ float: left; width:38%; padding-top:58px;}
.foot .info img{ margin: 0;}
.foot .info .link{ margin-bottom: 20px;}
.foot .info .link a{ margin-top: 25px; float: left; max-width: 42%; width: 126px; height: 30px; line-height: 30px; margin-right:5px; background: #FFFFFF; color: #666666; font-size: 16px; text-align: center;}
.foot .info .link a:hover{ background: #1e8ac8; color: #FFFFFF;}
.foot .info p{ font-size: 15px; line-height: 32px;}
.foot ul{ float: left; width:58%; padding-top: 70px;}
.foot ul li{ float: left; text-align: center; width: 20%; position: relative;}
.foot ul li div{ text-align: left; display: inline-block; }
.foot ul li:after{ content:""; position: absolute; top:35px; height: 66px; right:0; width: 1px; background:rgba(255,255,255,.05);}
.foot ul li span a{ display: block; line-height: 48px; height: 48px; font-size: 16px; color: #FFFFFF;}
.foot ul li a{ display: block; font-size: 12px; color:#999999; line-height: 30px;}
.foot .map{ position: absolute; top:0; right:0;}

.copyright{ padding: 20px 0; line-height:24px; background: #1c1c1c; color: #5b5b5b; font-size: 12px;}
.copyright a{ color: #5b5b5b;}
.copyright a:hover{ color: #888;}
.copyright .left{ float: left;}
.copyright .left span{ margin-right: 20px;}
.copyright .right{ float: right;}
.copyright .right i{ font-style: normal; margin: 0 10px;}
.copyright .right .ico-qq{ margin: 0 10px; display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/ico_qq.png) no-repeat center;}

@media (max-width:1520px) {
	.foot .info{ width: 30%;}
	.foot .info p{ font-size: 13px; line-height:26px;}
	.foot ul{ width: 68%;}
	.foot ul li{ padding-left: 15px;}
}





.friend-link{ background: #1c1c1c; color:#5b5b5b; font-size: 12px; padding:20px 0 30px; }
.friend-link span{ display: block; color: #f0f0f0; }
.friend-link div{ margin-top: 15px;  text-align: justify; line-height: 26px;}
.friend-link div a{ margin-right: 20px; display: inline-block; }




/* ========== */
/* = FIXED-SUB = */
/* ========== */
.fixed-sub{ position:fixed;right:0; top:50%; margin-top: -120px; width: 60px; z-index: 999;}
.fixed-sub li{ float: left; margin-bottom: 1px; width: 60px; height: 60px;  position: relative; background:url(../images/fixed_bg.png); }
.fixed-sub li a{ display: block; width:60px; height: 60px;  }
.fixed-sub li:hover{ background: #0079ca; }
.fixed-sub .ico-01{ background-image: url(../images/fixed_ico_01.png);}
.fixed-sub .ico-02{ background-image: url(../images/fixed_ico_02.png);}
.fixed-sub .ico-03{ background-image: url(../images/fixed_ico_03.png);}
.fixed-sub .ico-04{ background-image: url(../images/fixed_ico_04.png);}
.fixed-sub .ico-05{ background-image: url(../images/fixed_ico_05.png);}
.fixed-sub li:hover div{ display: block;}
.fixed-sub li div{ display: none; position: absolute; top:0; right:60px;}
.fixed-sub li .erweima{ top:50%; margin-top: -62px; width: 138px;}
.fixed-sub li .tel{ border: 1px solid #298fd4; height: 60px; line-height:58px; width: 180px; background: #FFFFFF; color: #298fd4; text-align: center; font-weight: bold; font-size: 20px;}



/* ========== */
/* = ODOMETER = */
/* ========== */
.number-animate{ line-height:50px; height:50px; font-weight: normal; overflow: hidden; display: inline-block; vertical-align: top; position: relative; }
.number-animate .number-animate-dot{ width:26px; float: left; text-align: center;}
.number-animate .number-animate-dom{ width:26px; text-align: center; float: left; position: relative; top: 0;}
.number-animate .number-animate-dom span,.number-animate .number-animate-dot span{float: left;width: 100%; height: 50px;}



/* ========== */
/* = WEB-LIST = */
/* ========== */
.web-list li{ margin-top: 35px; float: left; width: 30.2%; margin-right:4.7%;}
.web-list li:nth-child(3n){ margin-right:0;}
.web-list li:nth-child(3n+1){ clear: both; }
.web-list li .intro{ padding: 20px 25px 0; border: 1px solid #f5f5f5;}
.web-list li .intro span{ display: block;  font-size: 20px; color: #333333;}
.web-list li .intro p{ margin: 12px 0 20px; font-size: 15px; color: #999999;}
.web-list li .intro div{  border-top: 1px solid #e0e0e0; line-height: 42px; position: relative;}
.web-list li .intro div i{ font-style:normal; font-size: 13px;}
.web-list li .intro div em{ position: absolute; right:0; top:50%; margin-top: -6px; width: 21px; height: 12px; background: url(../images/ico_more.png) right no-repeat;}
.web-list li:hover .intro{ border: 1px solid #dfeef9; color: #288fd4;} 
.web-list li:hover .intro span{ color: #288fd4;}
.web-list li:hover .intro p{ color: #288fd4;}
.web-list li:hover .intro div{ border-top: 1px solid #beddf2;}
.web-list li:hover .intro div em{ transform: translateX(-20px); -webkit-transform: translateX(-20px); background: url(../images/ico_moreh.png) right no-repeat;}

.web-list li:nth-child(3n-2){ -webkit-transition-delay: 0.3s; transition-delay: 0.3s;}
.web-list li:nth-child(3n-1){ -webkit-transition-delay: 0.6s; transition-delay: 0.6s;}
.web-list li:nth-child(3n){ -webkit-transition-delay:0.9s; transition-delay:0.9s;}

@media (max-width:1340px){
	.web-list li{ width: 31%; margin-right: 3.5%;}
}

/*IMG HOVER*/
.effect-jazz .img{ 
	position: relative; 
	text-align: center; 
	overflow: hidden; 
	background: -webkit-linear-gradient(-45deg, #004776 0%,#000000 100%);
	background: linear-gradient(-45deg, #004776 0%,#000000 100%);
}
.effect-jazz figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-jazz figcaption::before,
.effect-jazz figcaption::after {
	pointer-events: none;
}
.effect-jazz figcaption {
	position: absolute;
	top: -15%;
	left: -15%;
	width: 130%;
	height: 130%;
}
.effect-jazz figcaption::after,
.effect-jazz img,
.effect-jazz figcaption p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-jazz figcaption p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}
.effect-jazz figcaption p {
	position: absolute;
	top:50%;
	left:0;
	width: 100%;
	line-height: 30px;
	margin-top: -15px;
	text-transform:uppercase;
	font-size: 10px;
	opacity: 0;
}
.effect-jazz:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.effect-jazz:hover figcaption::after {
	opacity: 0.8;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.effect-jazz:hover figcaption p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



/* ========== */
/* = DIAGNOSIS-BOX = */
/* ========== */
.diagnosis-box{ padding:20px 50px;} 
.diagnosis-box .theme { margin-bottom: 40px;}
.diagnosis-box .theme span{ font-size: 26px; color: #333333;}
.diagnosis-box .theme .p1{ margin-top: 25px; font-size: 18px;}
.diagnosis-box .theme .p2{ margin-top: 10px; color: #999999; font-size: 12px;font-size: 10px; text-transform: uppercase;}
.diagnosis-box .in{ margin-bottom: 30px; float: left; width: 47.5%; margin-right:5%; height: 60px; background: #eeeeee; position: relative;}
.diagnosis-box .in>input,
.diagnosis-box .in>select{ width: 100%;  padding: 15px 55px 15px 15px; background:#eeeeee; line-height: 30px; height:60px; border: none; font-size: 16px; color:#333;}
.diagnosis-box .ui-multiselect{width: 100%; padding: 0 55px 0 15px; line-height: 60px; height: 60px; background:#eeeeee; border: none; font-size: 16px; color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.diagnosis-box .in:nth-child(2n){ margin-right: 0;}
.diagnosis-box .in:after{ content: ""; position: absolute; top:15px; right:15px; width: 30px; height:30px;}
.diagnosis-box .in:nth-child(1):after{ background: url(../images/ico_in_company.png);}
.diagnosis-box .in:nth-child(2):after{ background: url(../images/ico_in_person.png);}
.diagnosis-box .in:nth-child(3):after{ background: url(../images/ico_in_tel.png);}
.diagnosis-box .in:nth-child(4):after{ background: url(../images/ico_in_arrows.png);}
.diagnosis-box .button input{ width: 100%; line-height: 54px; background: #288fd4; font-size: 16px; color: #FFFFFF; letter-spacing: 3px;}


.pop{ display: none; position: fixed; top:0; left:0; height: 100%;padding-top: 10%; width: 100%; background: rgba(0,0,0,.6); text-align: center; z-index:999;}
.pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.pop .content{ max-width:400px; width:85%; background: #ffffff; display: inline-block; vertical-align: middle; position: relative;}
.pop .tit{ perspective-origin: right;}
.pop .close{ position: absolute; top:15px; right:20px; display:inline-block; width: 23px; height: 23px; background:url(../images/close.png); cursor: pointer;}
.pop .con{ padding:0 40px 40px;}
.pop .in{ margin-bottom:10px;}
.pop .in input{ background: none; border: none; width: 100%; line-height:24px; padding:8px 15px; background: #e9e9e9; color:#333333;}
.pop .bt{ margin-top:20px; display: block; background: #288fd4; color: #FFFFFF;}
.pop .bt i{ display: inline-block; vertical-align: middle; width:21px; height: 21px; background:url(../images/pop_bt.png);}
.pop .bt span{ display: inline-block; vertical-align: middle; margin-left:10px; height:34px; line-height: 34px; font-size:16px;}
.pop .tip{ margin-top: 10px;}
