@charset "UTF-8";
* { margin:0; padding:0; } 
iframe{max-width: 100%;margin: 0;padding:0;}

body {
  color: #000;
  font-family: "微软雅黑",Arial;
  font-size: 14px;
}

img{border: none;vertical-align:middle;max-width: 100%;}
a{
  color: #212121;
  text-decoration: none;
  border: none;
  transition: 0.4s;
}
a:hover{ color: #666; }
ul, li{list-style:none}
a{text-decoration:none;display:block;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;}
p{font-size: 14px;line-height: 22px; font-weight: 100;font-family: "微软雅黑",Arial, ;}
.left{float: left;}
.right{float: right;}

h1{font-size: 26px;line-height: 45px;margin-bottom: 20px;}
h2{font-size: 22px;line-height: 42px;margin-bottom: 16px;}
h3{font-size: 20px;line-height: 36px;margin-bottom: 10px;}
h4{font-size: 18px;line-height: 20px;margin-bottom: 5px;}
h5{font-size: 16px;line-height: 24px;margin-bottom: 10px;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}

.HeaderTop{
	width:100%;
	height:80px;
	margin:25px 0 0;
}

.headernav{
	width:10%;
	height:60px;
	padding:10px 0 0 1%;
	display:none;
}
.HeaderLogo{
	width:100%;
	height:20px;
	padding:50px 0 0;
	background:url(../images/logo.jpg) no-repeat center top;
	background-size:200px 60px;
	color:#033692;
	font-size:15px;
	text-align:center;
	letter-spacing:6px;
	 cursor:pointer;
}
@media screen and (max-width: 1380px) {
	.HeaderTop{
		height:64px;
		margin:20px 0 0;
	}
	.HeaderLogo{
		height:16px;
		padding:40px 0 0;
		background-size:160px 48px;
	}
}

@media screen and (max-width: 750px) {
	.headernav{display:block;}
	.HeaderLogo{width:78%;}
}
@media screen and (max-width: 420px) {
	.HeaderTop{
		height:70px;
		margin:20px 0 0;
	}
	.HeaderLogo{
		height:20px;
		background-size:167px 50px;
		padding:50px 0 0;
		font-size:14px;
		letter-spacing:4px;
	}
}

/*PC导航栏*/
.Header{
	width: 100%;
	height: 66px;
	padding:0;
	box-sizing: border-box;
	margin:0;
	background-color: #033692;
}
.content_nav{
	width:1030px;
	height:65px;
	margin:0 auto;
}
.nav_menu3,.nav_menu3 ul,.nav_menu3 ul li,.nav_menu3 ul li a,.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:999999;
	}
.nav_menu3:after,.nav_menu3 > ul:after {
	content: ".";display: block;
	clear: both;visibility: hidden;
	line-height: 0;height: 0;
}
.nav_menu3 {
	width: auto;
	line-height: 1;
	float:left;
	padding:0;
}
#menu-line {
	position: absolute;
	top: 0;left: 0;height: 3px;
	background: #033692;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {float: left;}
.nav_menu3.align-center > ul {font-size: 0;text-align: center;}
.nav_menu3.align-center > ul > li {display: inline-block;float: none;}
.nav_menu3.align-center ul ul {text-align: left;}
.nav_menu3.align-right > ul > li {float: right;}
.nav_menu3.align-right ul ul {text-align: right;}
.nav_menu3 > ul > li > a {font-size:20px;padding: 23px 30px 23px 30px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #033692;}
.nav_menu3 > ul > li:hover > a {color: #fff;background: #2b70cb;}
.nav_menu3 > ul > li.nav-has-sub > a {padding-right: 25px;}
.nav_menu3 > ul > li.nav-has-sub > a::after {position: absolute;top: 35px;right: 10px;width: 4px;height: 4px;border-bottom: 1px solid #033692;border-right: 1px solid #033692;content: "";-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {border-color: #fff;}
.nav_menu3 ul ul {position: absolute;left: -9999px;}
.nav_menu3 > ul > li > ul {border-top: 0px solid #FFF;}
.nav_menu3 li:hover > ul {left: auto;}
.nav_menu3.align-right li:hover > ul {right: 0;}
.nav_menu3 ul ul ul {margin-left: 100%;top: 0;}
.nav_menu3.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.nav_menu3 ul ul li {height: 0;-webkit-transition: height .2s ease;-moz-transition: height .2s ease;-ms-transition: height .2s ease;-o-transition: height .2s ease;transition: height .2s ease;}
.nav_menu3 ul li:hover > ul > li {height: 52px;}
.nav_menu3 ul ul li a {font-size:16px;padding: 20px 20px;width: 238px;background: #033692;text-decoration: none;color: #eeeeee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-top: 1px solid #033692;}
.nav_menu3 ul ul li:hover > a,.nav_menu3 ul ul li a:hover {color: #fff;background: #2b70cb;border-top: 1px solid #2b70cb;}
.nav_menu3 ul ul li.nav-has-sub > a::after {position: absolute;top: 25px;right: 10px;width: 4px;height: 4px;border-bottom: 1px solid #eee;border-right: 1px solid #eee;content: "";-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {right: auto;left: 10px;border-bottom: 0;border-right: 0;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd;}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {border-color: #033692;}
@media screen and (max-width: 750px) {
	.Header{
		display:none;
	}
}
@media screen and (max-width: 1400px) {
	.Header{
		height:51px;
	}
	.content_nav{
		width:960px;
		height:50px;
	}
	.nav_menu3 > ul > li > a {font-size:17px;padding: 17px 30px 17px 30px;}
}
@media screen and (max-width: 1024px) {
	.content_nav{width:880px;}
	.nav_menu3 > ul > li > a {font-size:18px;padding: 17px 20px 17px 20px;}
}
@media screen and (max-width: 900px) {
	.content_nav{width:780px;}
	.nav_menu3 > ul > li > a {font-size:18px;padding: 17px 12px 17px 12px;}
}
@media screen and (max-width: 820px) {
	.content_nav{width:740px;}
	.nav_menu3 > ul > li > a {font-size:18px;padding: 17px 8px 17px 8px;}
}

/*--------------------手机站导航开始------------------------------------------------------------*/
.navbtn{width:50px;float:left;position:relative;cursor:pointer;height:20px;margin:15px 10px 0 0;}
.navbtn span{display:block;background:#6b6b6b;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.navbtn span:nth-of-type(1){top:0px}
.navbtn span:nth-of-type(2){top:8px}
.navbtn span:nth-of-type(3){top:16px}
.navbtn_se span:nth-of-type(1){width:22px;top:8px;transform:rotate(45deg)}
.navbtn_se span:nth-of-type(2){width:0}
.navbtn_se span:nth-of-type(3){width:22px;top:8px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:999;background:#033692;width:100%;height:calc(100% - 104px);font-size:16px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:90px;padding:25px 0 0;}

.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 17px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{color:#fff;margin-left:20px;position:relative;line-height:45px;}
.sjj_nav>ul >li:last-child{border-bottom:0px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:80%;font-size:1.25em;}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff;}
.sjj_nav ul li ul li>ul{margin-left:10px}



@media screen and (max-width: 750px) {
	.Header{
		height: 65px;
	}
}

.idxbrandword_T{
	width:100%;
	height:80px;
	font-size:38px;
	line-height:80px;
	margin:85px 0 0;
	text-align:center;
	color:#464646;
	font-weight:bold;
}
@media screen and (max-width: 1920px) {
	.idxbrandword_T{
		height:60px;
		font-size:34px;
		line-height:60px;
		margin:60px 0 0;
	}
}
@media screen and (max-width: 1382px) {
	.idxbrandword_T{
		font-size:30px;
	}
}
.idxbrandword_S{
	width:100%;
	height:100px;
	font-size:28px;
	line-height:36px;
	margin:0 0 45px;
	text-align:center;
	color:#464646;
	font-weight:350;
}
.idxbrandword_M{
	width:100%;
	height:50px;
	font-size:28px;
	line-height:36px;
	text-align:center;
	color:#464646;
	font-weight:350;
}
@media screen and (max-width: 1920px) {
	.idxbrandword_S{
		height:80px;
		font-size:25px;
		line-height:32px;
		margin:0 0 30px;
	}
	.idxbrandword_M{
		height:40px;
		font-size:25px;
		line-height:32px;
	}
}
@media screen and (max-width: 1382px) {
	.idxbrandword_S{
		font-size:21px;
	}
	.idxbrandword_M{
		font-size:21px;
	}
}

@media screen and (max-width: 750px) {
	.idxbrandword_T{
		height:50px;
		font-size:28px;
		line-height:50px;
		margin:50px 0 0;
	}
	.idxbrandword_S{
		height:70px;
		font-size:21px;
		line-height:28px;
		margin:0 0 25px;
	}
	.idxbrandword_M{
		height:60px;
		font-size:21px;
		line-height:28px;
	}
}
@media screen and (max-width: 430px) {
	.idxbrandword_T{
		height:40px;
		font-size:21px;
		line-height:40px;
		margin:40px 0 0;
	}
	.idxbrandword_S{
		height:60px;
		font-size:16px;
		line-height:22px;
		margin:0 0 5px;
	}
	.idxbrandword_M{
		height:45px;
		font-size:16px;
		line-height:22px;
		margin:0 0 5px;
	}
	.profeat_C{
		height:30px;
		margin:0;
	}
}
@media screen and (max-width: 330px) {
	.idxbrandword_T{
		height:30px;
		font-size:18px;
		line-height:30px;
		margin:20px 0 0;
	}
}
.idxdoctors{
	width:92%;
	max-width:1611px;
	height:auto;
	margin:0 auto 80px;
}
.idxdoctors img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1920px) {
	.idxdoctors{
		max-width:1300px;
		margin:0 auto 65px;
	}
}
#idxdoctors-750{
	display:none;
}
@media screen and (max-width: 750px) {
	#idxdoctors{
		display:none;
	}
	#idxdoctors-750{
		width:100%;
		max-width:680px;
		height:auto;
		margin:0 auto;
		display:block;
	}
	.idxdoctors{
		margin:0 auto 30px;
	}
	.mobhide{display:none;}
}

.guiguvideo{
	width:100%;
	height:460px;
	padding:290px 0 0;
	background:url(../images/guiguvideo.jpg) no-repeat center top;
	background-size:3840px 750px;
	font-size:32px;
	line-height:80px;
	color:#fff;
	text-align:center;
}
@media screen and (max-width: 1920px) {
	.guiguvideo{
		height:384px;
		padding:210px 0 0;
		background-size:3041px 594px;
		font-size:30px;
		line-height:60px;
	}
}
@media screen and (max-width: 1382px) {
	.guiguvideo{
		height:287px;
		padding:151px 0 0;
		background-size:2190px 438px;
		font-size:26px;
		line-height:55px;
	}
}
.br_M{display:none;}
@media screen and (max-width: 750px) {
	.guiguvideo{
		height:340px;
		padding:140px 0 0;
		background-size:2458px 480px;
		font-size:28px;
		line-height:60px;
	}
	.br_M{display:block;}
}
@media screen and (max-width: 430px) {
	.guiguvideo{
		height:310px;
		padding:170px 0 0;
		font-size:18px;
		line-height:40px;
	}
}

.zol {width: 100%;height: 27%;position: absolute;top: 37%;left: 0;}

.videos {display: none;position: fixed;left: 50%;top: 50%;width: 92%;z-index: 99999;transform: translate(-50%, -50%);
}

.vclose {position: absolute;right: 1.5%;top: 1.5%;border-radius: 100%;width: 25px !important;
     height: 25px !important;

}

.idxproduct{
	width:100%;
	height:700px;
	background:url(../images/idxproduct.jpg) no-repeat center bottom;
	background-size:1628px 700px;
	margin:100px 0 0;
}
@media screen and (max-width: 1920px) {
	.idxproduct{
		height:557px;
		background-size:1300px 557px;
		margin:60px 0 0;
	}
}
@media screen and (max-width: 1382px) {
	.idxproduct{
		height:401px;
		background-size:936px 401px;
		margin:52px 0 0;
	}
}
@media screen and (max-width: 750px) {
	.idxproduct{
		height:428px;
		background-size:1000px 428px;
		margin:50px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.idxproduct{
		height:300px;
		background-size:700px 300px;
		margin:30px 0 0;
	}
}
.idxfactory{
	width:100%;
	height:436px;
	background:url(../images/idxfactory.jpg) no-repeat center;
	background-size:1628px 436px;
}
@media screen and (max-width: 1920px) {
	.idxfactory{
		height:348px;
		background-size:1300px 348px;
	}
}
@media screen and (max-width: 1380px) {
	.idxfactory{
		height:251px;
		background-size:936px 251px;
	}
}
@media screen and (max-width: 1200px) {
	.idxfactory{
		height:321px;
		background-size:1200px 321px;
	}
}
@media screen and (max-width: 1000px) {
	.idxfactory{
		height:268px;
		background-size:1000px 268px;
	}
}
@media screen and (max-width: 750px) {
	.idxfactory{
		height:347px;
		background:url(../images/idxfactory-750.jpg) no-repeat center;
		background-size:750px 347px;
	}
}
@media screen and (max-width: 650px) {
	.idxfactory{
		height:301px;
		background-size:650px 301px;
	}
}
@media screen and (max-width: 550px) {
	.idxfactory{
		height:254px;
		background-size:550px 254px;
	}
}

.idxtechnology{
	width:100%;
	max-width:1628px;
	height:120px;
	padding:30px 0 0;
	margin:0 auto 0;
	font-size:26px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background-color:#a6b3c6;
}
@media screen and (max-width: 1920px) {
	.idxtechnology{
		max-width:1300px;
		height:100px;
		padding:30px 0 0;
		font-size:23px;
		line-height:35px;
	}
}
@media screen and (max-width: 1382px) {
	.idxtechnology{
		max-width:936px;
		height:90px;
		padding:26px 0 0;
		font-size:20px;
		line-height:30px;
	}
}
@media screen and (max-width: 750px) {
	.idxtechnology{
		height:120px;
		padding:20px 0 0;
		font-size:23px;
		line-height:32px;
	}
}
@media screen and (max-width: 650px) {
	.idxtechnology{
		font-size:21px;
	}
}
@media screen and (max-width: 560px) {
	.idxtechnology{
		font-size:18px;
	}
}
@media screen and (max-width: 450px) {
	.idxtechnology{
		height:110px;
		padding:20px 0 0;
		font-size:16px;
		line-height:30px;
	}
}
@media screen and (max-width: 390px) {
	.idxtechnology{
		font-size:16px;
	}
}
.idxfacial{
	width:100%;
	height:160px;
	padding:770px 0 0;
	background:url(../images/idxfacialimg.jpg) no-repeat center top;
	background-size:3840px 930px;
	margin:100px 0 0;
}
@media screen and (max-width: 1920px) {
	.idxfacial{
		height:145px;
		padding:590px 0 0;
		background-size:3035px 735px;
		margin:70px 0 0;
	}
}
.btnA{
	width:320px;
	height:48px;
	padding:5px 0;
	margin: 0 auto;
	font-size:26px;
	line-height:48px;
	text-align:center;
	display:block;
	color:#fff;
	background-color:#033692;
	border-radius:30px;
}
.btnA:hover{
	color:#bae3f9;
	background-color:#022c77;
}
@media screen and (max-width: 1920px) {
	.btnA{
		width:220px;
		height:36px;
		padding:4px 0;
		margin: 0 auto;
		font-size:23px;
		line-height:36px;
		border-radius:20px;
	}
}
@media screen and (max-width: 1380px) {
	.btnA{
		width:158px;
		height:26px;
		padding:4px 0;
		font-size:20px;
		line-height:26px;
		border-radius:15px;
	}
}
@media screen and (max-width: 750px) {
	.btnA{
		width:220px;
		height:40px;
		padding:3px 0;
		font-size:22px;
		line-height:40px;
		border-radius:22px;
	}
}
@media screen and (max-width: 430px) {
	.btnA{
		width:130px;
		height:30px;
		padding:2px 0;
		font-size:16px;
		line-height:30px;
		border-radius:16px;
	}
}
@media screen and (max-width: 1382px) {
	.idxfacial{
		height:104px;
		padding:425px 0 0;
		background-size:2185px 529px;
		margin:60px 0 0;
	}
}
@media screen and (max-width: 1240px) {
	.idxfacial{
		height:125px;
		padding:575px 0 0;
		background-size:2890px 700px;
	}
}
@media screen and (max-width: 1000px) {
	.idxfacial{
		height:135px;
		padding:465px 0 0;
		background-size:2477px 600px;
	}
}
@media screen and (max-width: 750px) {
	.idxfacial{
		width:100%;
		height:105px;
		padding:400px 0 0;
		background:url(../images/idxfacialimg-750.jpg) no-repeat center top;
		background-size:750px 505px;
		margin:30px 0;
	}
}
@media screen and (max-width: 650px) {
	.idxfacial{
		height:98px;
		padding:340px 0 0;
		background-size:650px 438px;
		margin:25px 0;
	}
}
@media screen and (max-width: 530px) {
	.idxfacial{
		height:87px;
		padding:270px 0 0;
		background-size:530px 357px;
		margin:25px 0;
	}
}
@media screen and (max-width: 430px) {
	.idxfacial{
		height:70px;
		padding:220px 0 0;
		background-size:430px 290px;
		margin:15px 0;
	}
}

.idxprovali{
	width:100%;
	height:720px;
	background-color:#a6b3c6;
}
.idxprovalicont{
	width:100%;
	max-width:1920px;
	height:720px;
	margin:0 auto;
}
.idxprovaliimg{
	width:50%;
	height:720px;
	background:url(../images/idxprovali.png) no-repeat center;
	float:left;
}
.idxprovaliBtn{
	width:40%;
	height:420px;
	padding:300px 0 0;
	float:left;
}
.idxprovaliTitle{
	width:100%;
	height:80px;
	color:#fff;
	text-align:center;
	font-size:38px;
	font-weight:550;
}
@media screen and (max-width: 1920px) {
	.idxprovali{
		height:570px;
	}
	.idxprovalicont{
		height:570px;
	}
	.idxprovaliimg{
		width:35%;
		margin:0 0 0 15%;
		height:570px;
		background-size:426px 570px;
	}
	.idxprovaliBtn{
		width:35%;
		height:300px;
		padding:250px 0 0;
		background: transparent; 
	}
	.idxprovaliTitle{
		height:70px;
		font-size:36px;
	}
}
@media screen and (max-width: 1380px) {
	.idxprovali{
		height:410px;
	}
	.idxprovalicont{
		height:410px;
	}
	.idxprovaliimg{
		width:40%;
		margin:0 0 0 10%;
		height:410px;
		background-size:320px 410px;
	}
	.idxprovaliBtn{
		width:35%;
		height:216px;
		padding:180px 0 0;
	}
	.idxprovaliTitle{
		height:70px;
		font-size:36px;
	}
}
@media screen and (max-width: 1024px) {
	.idxprovaliBtn{
		width:50%;
	}
	.idxprovaliTitle{
		height:70px;
		font-size:34px;
	}
}
.idxprovali-750{
	display:none;
}
@media screen and (max-width: 750px) {
	.idxprovali-750{
		width:100%;
		height:140px;
		padding:420px 0 0;
		background:#a6b3c6 url(../images/idxprovali-750.jpg) no-repeat center;
		background-size:750px 560px; 
		display:block;
	}
	.idxprovali{
		display:none;
	}
	.idxprovaliTitle{
		height:50px;
		font-size:30px;
	}
}
@media screen and (max-width: 430px) {
	.idxprovali-750{
		height:90px;
		padding:231px 0 0;
		background:#a6b3c6 url(../images/idxprovali-750.jpg) no-repeat center;
		background-size:430px 321px; 
	}
	.idxprovaliTitle{
		height:35px;
		font-size:24px;
	}
}

.aboutusbill{
	width:100%;
	height:450px;
	padding:500px 0 0;
	background:url(../images/aboutusbill.jpg) no-repeat center;
	background-size:3840px 950px;
	text-align:center;
	color:#fff;
	font-size:26px;
}
@media screen and (max-width: 1920px) {
	.aboutusbill{
		height:350px;
		padding:400px 0 0;
		background-size:3032px 750px;
	}
}
@media screen and (max-width: 1400px) {
	.aboutusbill{
		height:252px;
		padding:288px 0 0;
		background-size:2183px 540px;
	}
}
@media screen and (max-width: 750px) {
	.aboutusbill{
		height:270px;
		padding:380px 0 0;
		background:url(../images/aboutusbill-750.jpg) no-repeat center;
		background-size:750px 650px;
		font-size:20px;
	}
}
@media screen and (max-width: 600px) {
	.aboutusbill{
		height:220px;
		padding:300px 0 0;
		background-size:600px 520px;
		font-size:18px;
	}
}
.br_M430{display:none;}
@media screen and (max-width: 430px) {
	.aboutusbill{
		height:153px;
		padding:220px 0 0;
		background-size:430px 373px;
		font-size:18px;
		line-height:35px;
	}
	.mobhide430{display:none;}
	.br_M430{display:block;}
}
@media screen and (max-width: 375px) {
	.aboutusbill{
		height:125px;
		padding:200px 0 0;
		background-size:375px 325px;
		font-size:16px;
		line-height:32px;
	}
}

.aboutusbill2{
	width:100%;
	height:450px;
	background:url(../images/aboutusbill2.jpg) no-repeat center;
	background-size:3840px 450px;
	margin:0 0 200px 0
}
@media screen and (max-width: 1920px) {
	.aboutusbill2{
		height:350px;
		background-size:2987px 350px;
		margin:0 0 100px 0
	}
}
@media screen and (max-width: 750px) {
	.aboutusbill2{
		height:380px;
		background-size:3243px 380px;
		margin:0 0 60px 0;
	}
}
@media screen and (max-width: 430px) {
	.aboutusbill2{
		height:160px;
		background-size:1365px 160px;
		margin:20px 0 40px;
	}
}

.aboutuscont1{
	width:96%;
	max-width:1920px;
	height:750px;
	margin:0 auto 100px;
}

.aboutuscont_Title{
	width:100%;
	height:120px;
	font-size:38px;
	line-height:120px;
	text-align:center;
	color:#464646;
	font-weight:bold;
}
@media screen and (max-width: 1920px) {
	.aboutuscont1{
		max-width:1517px;
		height:593px;
		margin:0 auto 50px;
	}
	.aboutuscont_Title{
		height:100px;
		font-size:34px;
		line-height:100px;
	}
}
.aboutuscont_T{
	width:42%;
	height:570px;
	padding:180px 0 0 8%;
	font-size:28px;
	line-height:60px;
	color:#464646;
	font-weight:300;
	float:left;
}

.aboutuscont_Img1{
	width:50%;
	height:750px;
	background:url(../images/aboutuscont_Img1.jpg) no-repeat center;
	background-size:962px 750px;
	float:left;
}

.aboutuscont_Img2{
	width:50%;
	height:750px;
	background:url(../images/aboutuscont_Img2.jpg) no-repeat center;
	background-size:962px 750px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.aboutuscont_Img1,.aboutuscont_Img2{
		height:593px;
		background-size:760px 593px;
	}
	.aboutuscont_T{
		height:450px;
		padding:120px 0 0 8%;
		font-size:26px;
		line-height:50px;
	}
}
@media screen and (max-width: 1400px) {
	.aboutuscont1{
		max-width:1214px;
		height:474px;
		margin:0 auto 30px;
	}
	.aboutuscont_Title{
		height:80px;
		font-size:30px;
		line-height:80px;
	}
	.aboutuscont_Img1,.aboutuscont_Img2{
		height:474px;
		background-size:608px 474px;
	}
	.aboutuscont_T{
		height:360px;
		padding:60px 0 0 8%;
		font-size:22px;
		line-height:40px;
	}
}

.aboutuscont_Img1-750,.aboutuscont_T_M,.aboutuscont_Img2-750{
	display:none;
}

@media screen and (max-width: 750px) {
	.aboutuscont1{display:none;}
	.aboutuscont_Img1-750{
		width:100%;
		height:450px;
		background:url(../images/aboutuscont_Img1-750.jpg) no-repeat center;
		background-size:750px 450px;
		display:block;
		margin:0 0 60px 0;
	}
	.aboutuscont_Img2-750{
		width:100%;
		height:450px;
		background:url(../images/aboutuscont_Img2-750.jpg) no-repeat center;
		background-size:750px 450px;
		display:block;
		margin:80px 0 60px 0;
	}
	.aboutuscont_T_M{
		width:96%;
		height:250px;
		font-size:21px;
		line-height:45px;
		margin:10px auto 25px;
		color:#464646;
		display:block;
		text-align:center;
	}
}
@media screen and (max-width: 430px) {
	.aboutuscont_Img1-750{
		width:100%;
		height:258px;
		background-size:430px 258px;
		margin:0 0 40px 0;
	}
	.aboutuscont_Img2-750{
		width:100%;
		height:258px;
		background-size:430px 258px;
		margin:40px 0 40px 0;
	}
	.aboutuscont_T_M{
		height:180px;
		font-size:16px;
		line-height:30px;
		margin:8px auto 15px;
	}
}

.mininvsurbill{
	width:100%;
	height:956px;
	background:url(../images/mininvsurbill.jpg) no-repeat center;
	background-size:3840px 956px;
}
@media screen and (max-width: 1920px) {
	.mininvsurbill{
		height:750px;
		background-size:3013px 750px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurbill{
		height:540px;
		background-size:1966px 540px;
	}
}
@media screen and (max-width: 750px) {
	.mininvsurbill{
		height:715px;
		background:url(../images/mininvsurbill-750.jpg) no-repeat center;
		background-size:750px 715px;
	}
}
@media screen and (max-width: 580px) {
	.mininvsurbill{
		height:553px;
		background-size:580px 553px;
	}
}
@media screen and (max-width: 430px) {
	.mininvsurbill{
		height:410px;
		background-size:430px 410px;
	}
}
@media screen and (max-width: 390px) {
	.mininvsurbill{
		height:372px;
		background-size:390px 372px;
	}
}
@media screen and (max-width: 350px) {
	.mininvsurbill{
		height:334px;
		background-size:350px 334px;
	}
}
@media screen and (max-width: 330px) {
	.mininvsurbill{
		height:315px;
		background-size:330px 315px;
	}
}

.mininvsur_T{
	width:94%;
	height:200px;
	font-size:32px;
	line-height:60px;
	margin:85px auto 0;
	text-align:center;
	color:#464646;
	font-weight:450;
}
@media screen and (max-width: 1920px) {
	.mininvsur_T{
		height:160px;
		margin:60px auto 0;
		font-size:27px;
		line-height:50px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsur_T{
		height:128px;
		margin:48px auto 0;
		font-size:20px;
		line-height:40px;
	}
}
@media screen and (max-width: 1200px) {
	.mininvsur_T{
		font-size:23px;
		line-height:35px;
	}
}
@media screen and (max-width: 1000px) {
	.mininvsur_T{
		font-size:20px;
		line-height:35px;
	}
}
@media screen and (max-width: 750px) {
	.mininvsur_T{
		height:160px;
		margin:40px auto 0;
		font-size:18px;
		line-height:30px;
	}
}
@media screen and (max-width: 500px) {
	.mininvsur_T{
		font-size:16px;
	}
}
@media screen and (max-width: 430px) {
	.mininvsur_T{
		height:120px;
		margin:40px auto 0;
		font-size:14px;
		line-height:25px;
	}
}
@media screen and (max-width: 380px) {
	.mininvsur_T{
		font-size:13px;
	}
}

.mininvsurIcon{
	width:100%;
	max-width:1600px;
	height:400px;
	margin:0 auto;
}

.mininvsurIconList{
	width:33%;
	height:370px;
	font-size:28px;
	line-height:35px;
	color:#516467;
	text-align:center;
	font-weight:300;
}

@media screen and (max-width: 1920px) {
	.mininvsurIcon{
		max-width:1160px;
		height:300px;
	}
	.mininvsurIconList{
		height:270px;
		font-size:22px;
		line-height:30px;
	}
	.mininvsurIconList img{
		height:230px;
		width:auto;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurIcon{
		max-width:835px;
		height:216px;
	}
	.mininvsurIconList{
		height:194px;
		font-size:18px;
		line-height:22px;
	}
	.mininvsurIconList img{
		height:166px;
	}
}
@media screen and (max-width: 1200px) {
	.mininvsurIcon{
		height:180px;
	}
	.mininvsurIconList{
		height:170px;
		font-size:18px;
		line-height:25px;
	}
	.mininvsurIconList img{
		width:50%;
		height:auto;
	}
}
@media screen and (max-width: 680px) {
	.mininvsurIconList img{
		width:60%;
	}
}
@media screen and (max-width: 550px) {
	.mininvsurIconList img{
		width:65%;
	}
}
@media screen and (max-width: 430px) {
	.mininvsurIcon{
		height:130px;
	}
	.mininvsurIconList{
		height:120px;
		font-size:15px;
		line-height:20px;
	}
}

.mininvsur_inst{
	width:100%;
	height:auto;
	text-align:center;
}
@media screen and (max-width: 1920px) {
	#mininvsur_inst{
		width:auto;
		height:920px;
	}
}
@media screen and (max-width: 1380px) {
	#mininvsur_inst{
		width:auto;
		height:662px;
	}
}
@media screen and (max-width: 1124px) {
	#mininvsur_inst{
		width:100%;
		height:auto;
	}
}

.mininvsur_Img{
	width:100%;
	height:auto;
	text-align:center;
}
@media screen and (max-width: 430px) {
	.mininvsur_Img img{
		width:100%;
		height:auto;
	}
}

.mininvsur_instdesc{
	width:96%;
	max-width:640px;
	padding:20px;
	font-size:30px;
	line-height:45px;
	background-color:#023692;
	text-align:center;
	color:#fff;
	margin:16px auto 0;
	border-radius:45px;
}
@media screen and (max-width: 1920px) {
	.mininvsur_instdesc{
		max-width:510px;
		padding:15px;
		font-size:26px;
		line-height:38px;
		margin:10px auto 0;
		border-radius:38px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsur_instdesc{
		max-width:367px;
		padding:11px;
		font-size:18px;
		line-height:28px;
		margin:8px auto 0;
		border-radius:28px;
	}
}
@media screen and (max-width: 580px) {
	.mininvsur_instdesc{
		width:92%;
		padding:5px;
		font-size:18px;
		line-height:24px;
		margin:5px auto 0;
		border-radius:25px;
	}
}
@media screen and (max-width: 430px) {
	.mininvsur_instdesc{
		width:92%;
		padding:5px;
		font-size:16px;
		line-height:24px;
		margin:5px auto 0;
		border-radius:20px;
	}
}
@media screen and (max-width: 390px) {
	.mininvsur_instdesc{
		font-size:15px;
	}
}

.mininvsurImg1{
	width:100%;
	height:977px;
	background:url(../images/mininvsurImg1.jpg) no-repeat center;
	background-size:3840px 977px;
}

@media screen and (max-width: 1920px) {
	.mininvsurImg1{
		height:774px;
		background-size:3042px 774px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurImg1{
		height:557px;
		background-size:2190px 557px;
	}
}
@media screen and (max-width: 1200px) {
	.mininvsurImg1{
		height:464px;
		background-size:1825px 464px;
	}
}
@media screen and (max-width: 1000px) {
	.mininvsurImg1{
		height:350px;
		background-size:1376px 350px;
	}
}
@media screen and (max-width: 750px) {
	.mininvsurImg1{
		height:474px;
		background:url(../images/mininvsurImg1-750.jpg) no-repeat center;
		background-size:750px 474px;
	}
}
@media screen and (max-width: 530px) {
	.mininvsurImg1{
		height:335px;
		background-size:530px 335px;
	}
}
@media screen and (max-width: 390px) {
	.mininvsurImg1{
		height:320px;
		background-size:475px 300px;
	}
}
@media screen and (max-width: 350px) {
	.mininvsurImg1{
		height:280px;
		background-size:443px 280px;
	}
}

.mininvsurImg2{
	width:100%;
	height:983px;
	background:url(../images/mininvsurImg2.jpg) no-repeat center;
	background-size:3840px 983px;
}
@media screen and (max-width: 1920px) {
	.mininvsurImg2{
		height:780px;
		background-size:3047px 780px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurImg2{
		height:562px;
		background-size:2194px 562px;
	}
}
@media screen and (max-width: 1024px) {
	.mininvsurImg2{
		height:450px;
		background-size:1758px 450px;
	}
}
@media screen and (max-width: 750px) {
	.mininvsurImg2{
		height:690px;
		background:url(../images/mininvsurImg2-750.jpg) no-repeat center;
		background-size:750px 690px;
	}
	.mininvsurImg3{
		display:none;
	}
}
@media screen and (max-width: 580px) {
	.mininvsurImg2{
		height:534px;
		background-size:580px 534px;
	}
}
@media screen and (max-width: 430px) {
	.mininvsurImg2{
		height:430px;
		background-size:430px 396px;
	}
}
@media screen and (max-width: 390px) {
	.mininvsurImg2{
		height:380px;
		background-size:390px 359px;
	}
}

.mininvsurImg3{
	width:100%;
	height:550px;
	background:url(../images/mininvsurImg3.jpg) no-repeat center top;
	background-size:868px 467px;
}
@media screen and (max-width: 1920px) {
	.mininvsurImg3{
		height:450px;
		background-size:688px 370px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurImg3{
		height:266px;
		background-size:494px 266px;
	}
}
@media screen and (max-width: 1024px) {
	.mininvsurImg3{
		height:270px;
		background-size:400px 215px;
	}
}

.mininvsurDesc{
	width:100%;
	max-width:1364px;
	height:520px;
	margin:80px auto 0;
}

.mininvsurDescList{
	width:49%;
	max-width:596px;
	height:520px;
	text-align:center;
	font-size:26px;
	line-height:40px;
}
@media screen and (max-width: 1920px) {
	.mininvsurDesc{
		max-width:1080px;
		height:420px;
		margin:50px auto 0;
	}
	.mininvsurDescList{
		max-width:490px;
		height:420px;
		font-size:20px;
		line-height:30px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurDesc{
		max-width:778px;
		height:282px;
		margin:40px auto 0;
	}
	.mininvsurDescList{
		max-width:353px;
		height:282px;
		font-size:16px;
		line-height:20px;
	}
}
@media screen and (max-width: 1024px) {
	.mininvsurDesc{
		height:380px;
		margin:30px auto 0;
	}
	.mininvsurDescList{
		height:380px;
		font-size:18px;
		line-height:25px;
	}
}
@media screen and (max-width: 750px) {
	.mininvsurDesc{
		height:580px;
		margin:0 auto 0;
	}
	.mininvsurDescList{
		width:50%;
		height:280px;
		font-size:18px;
		line-height:25px;
		float:none;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 550px) {
	.mininvsurDesc{
		height:510px;
		margin:0 auto 0;
	}
	.mininvsurDescList{
		width:60%;
		height:240px;
		font-size:16px;
		line-height:20px;
		float:none;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 430px) {
	.mininvsurDesc{
		height:585px;
		margin:0 auto 0;
	}
	.mininvsurDescList{
		width:86%;
		height:280px;
		font-size:16px;
		line-height:20px;
		float:none;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 390px) {
	.mininvsurDesc{
		height:550px;
		margin:0 auto 0;
	}
	.mininvsurDescList{
		width:86%;
		height:260px;
		font-size:16px;
		line-height:20px;
		float:none;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 380px) {
	.mininvsurDesc{
		height:520px;
		margin:0 auto 0;
	}
	.mininvsurDescList{
		width:86%;
		height:245px;
		font-size:16px;
		line-height:20px;
		float:none;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 330px) {
	.mininvsurDesc{
		height:440px;
		margin:0 auto 0;
	}
	.mininvsurDescList{
		width:86%;
		height:205px;
		font-size:14px;
		line-height:18px;
		float:none;
		margin:30px auto 0;
	}
}

.mininvsurTitle{
	width:96%;
	max-width:942px;
	height:63px;
	border-radius:30px;
	background:#023692 url(../images/mininvsurtitle_Bg.jpg) no-repeat center;
	font-size:32px;
	line-height:63px;
	color:#fff;
	text-align:center;
	margin:100px auto 0;
}
@media screen and (max-width: 1920px) {
	.mininvsurTitle{
		max-width:750px;
		height:50px;
		background-size:500px 50px;
		border-radius:25px;
		font-size:26px;
		line-height:50px;
		margin:80px auto 0;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurTitle{
		max-width:540px;
		height:40px;
		background-size:400px 40px;
		border-radius:18px;
		font-size:18px;
		line-height:40px;
		margin:64px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.mininvsurTitle{
		width:80%;
		height:40px;
		background-size:402px 40px;
		border-radius:20px;
		font-size:22px;
		line-height:40px;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 580px) {
	.mininvsurTitle{
		font-size:17px;
	}
}
@media screen and (max-width: 430px) {
	.mininvsurTitle{
		width:86%;
		height:35px;
		background-size:352px 35px;
		border-radius:18px;
		font-size:16px;
		line-height:35px;
		margin:20px auto 0;
	}
}
@media screen and (max-width: 390px) {
	.mininvsurTitle{
		width:94%;
		font-size:15px;
	}
}
@media screen and (max-width: 330px) {
	.mininvsurTitle{
		width:96%;
		font-size:14px;
	}
}

.mininvsurList{
	width:100%;
	height:80px;
	text-align:center;
	font-size:26px;
	line-height:80px;
}

@media screen and (max-width: 1920px) {
	.mininvsurList{
		height:60px;
		font-size:22px;
		line-height:60px;
	}
	#mininvsurdescimg5,#mininvsurdescimg6{
		max-width:1270px;
	}
	#mininvsurdescimg5 img,#mininvsurdescimg6 img{
		max-width:1270px;
	}
}
@media screen and (max-width: 1380px) {
	.mininvsurList{
		height:43px;
		font-size:16px;
		line-height:43px;
	}
	#mininvsurdescimg5,#mininvsurdescimg6{
		max-width:914px;
	}
	#mininvsurdescimg5 img,#mininvsurdescimg6 img{
		max-width:914px;
	}
}
@media screen and (max-width: 750px) {
	.mininvsurList{
		height:40px;
		font-size:15px;
		line-height:40px;
	}
}

.ourmissionbill{
	width:100%;
	height:950px;
	background:url(../images/ourmissionbill.jpg) no-repeat center;
	background-size:3840px 950px;
}
@media screen and (max-width: 1920px) {
	.ourmissionbill{
		height:750px;
		background-size:3032px 750px;
	}
}
@media screen and (max-width: 1380px) {
	.ourmissionbill{
		height:540px;
		background-size:2183px 540px;
	}
}
@media screen and (max-width: 750px) {
	.ourmissionbill{
		height:480px;
		background:url(../images/ourmissionbill-750.jpg) no-repeat center;
		background-size:750px 480px;
	}
}
@media screen and (max-width: 430px) {
	.ourmissionbill{
		height:275px;
		background-size:430px 275px;
	}
}
@media screen and (max-width: 380px) {
	.ourmissionbill{
		height:243px;
		background-size:380px 243px;
	}
}

.facialaestbill{
	width:100%;
	height:966px;
	background:url(../images/facialaestbill.jpg) no-repeat center;
	background-size:3840px 966px;
}

.facialaestbill2{
	width:100%;
	height:966px;
	background:url(../images/facialaestbill2.jpg) no-repeat center;
	background-size:3840px 966px;
}
@media screen and (max-width: 1920px) {
	.facialaestbill,.facialaestbill2{
		height:750px;
		background-size:2981px 750px;
	}
}
@media screen and (max-width: 1380px) {
	.facialaestbill,.facialaestbill2{
		height:540px;
		background-size:2183px 540px;
	}
}

.facialaestbill_M{display:none;}
@media screen and (max-width: 750px) {
	.facialaestbill,.facialaestbill2{
		display:none;
	}
	.facialaestbill_M{
		display:block;
		width:100%;
		height:auto;
	}
	.facialaestbill_M img{
		width:100%;
		height:auto;
	}
}


.facialaest_img{
	width:100%;
	max-width:1064px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width: 1920px) {
	.facialaest_img{
		max-width:940px;
	}
}
@media screen and (max-width: 1380px) {
	.facialaest_img{
		max-width:677px;
	}
}

.facialaestS{
	width:100%;
	max-width:1920px;
	height:520px;
	margin:0 auto;
}
.facialaestS_img{
	width:53%;
	height:520px;
	text-align:right;
	float:left;
}
.facialaestS_cont{
	width:43%;
	height:520px;
	float:right;
	font-size:20px;
	line-height:35px;
}
@media screen and (max-width: 1920px) {
	.facialaestS{
		width:100%;
		max-width:1920px;
		height:412px;
		margin:0 auto;
	}
	.facialaestS_img{
		height:400px;
	}
	.facialaestS_cont{
		height:400px;
		font-size:16px;
		line-height:28px;
	}
	.facialaestS_img img{
		max-width:520px;
	}
}
@media screen and (max-width: 1400px) {
	.facialaestS_img img{
		max-width:510px;
	}
}
@media screen and (max-width: 1024px) {
	.facialaestS_img{
		width:50%;
	}
	.facialaestS_cont{
		width:43%;
		font-size:15px;
		line-height:26px;
	}
	.facialaestS_img img{
		width:98%;
		height:auto;
	}
}

.facialaestS_T{
	width:100%;
	height:50px;
	font-size:38px;
	line-height:50px;
	margin:20px 0 0;
	color:#464646;
	font-weight:bold;
}
.facialaestS_M{
	width:100%;
	height:40px;
	font-size:28px;
	line-height:40px;
	color:#464646;
	margin:20px 0 0;
}
@media screen and (max-width: 1920px) {
	.facialaestS_T{
		height:45px;
		font-size:34px;
		line-height:45px;
		margin:5px 0 0;
	}
	.facialaestS_M{
		height:32px;
		font-size:24px;
		line-height:32px;
		margin:8px 0 0;
	}
}
@media screen and (max-width: 750px) {
	.facialaestS{
		width:70%;
		height:560px;
		margin:0 auto;
	}
	.facialaestS_img{
		width:100%;
		height:340px;
		margin:0 auto;
		float:none;
	}
	.facialaestS_cont{
		width:90%;
		height:250px;
		float:none;
		font-size:16px;
		line-height:25px;
		text-align:center;
		margin:0 auto;
	}
	.facialaestS_T{
		height:35px;
		font-size:26px;
		line-height:35px;
		margin:3px 0 0;
	}
	.facialaestS_M{
		height:40px;
		font-size:20px;
		line-height:40px;
		margin:0 0 5px;
	}
}
@media screen and (max-width: 600px) {
	.facialaestS{
		width:80%;
		height:520px;
		margin:0 auto;
	}
	.facialaestS_img{
		width:100%;
		height:300px;
		margin:0 auto;
		float:none;
	}
	.facialaestS_cont{
		width:90%;
		height:250px;
		float:none;
		font-size:16px;
		line-height:25px;
		text-align:center;
		margin:0 auto;
	}
	.facialaestS_T{
		height:35px;
		font-size:26px;
		line-height:35px;
		margin:3px 0 0;
	}
	.facialaestS_M{
		height:30px;
		font-size:20px;
		line-height:30px;
		margin:0 0 5px;
	}
}
@media screen and (max-width: 480px) {
	.facialaestS{
		width:90%;
		height:470px;
		margin:0 auto;
	}
	.facialaestS_img{
		width:100%;
		height:270px;
		margin:0 auto;
		float:none;
	}
	.facialaestS_cont{
		width:90%;
		height:200px;
		float:none;
		font-size:16px;
		line-height:25px;
		text-align:center;
		margin:0 auto;
	}
	.facialaestS_T{
		height:35px;
		font-size:26px;
		line-height:35px;
		margin:3px 0 0;
	}
	.facialaestS_M{
		height:30px;
		font-size:20px;
		line-height:30px;
		margin:0 0 5px;
	}
}
@media screen and (max-width: 430px) {
	.facialaestS{
		width:90%;
		height:450px;
	}
	.facialaestS_img{
		width:100%;
		height:250px;
	}
	.facialaestS_cont{
		width:100%;
		height:200px;
		font-size:14px;
		line-height:25px;
	}
	.facialaestS_T{
		height:30px;
		font-size:20px;
		line-height:30px;
		margin:3px 0 0;
	}
	.facialaestS_M{
		height:30px;
		font-size:16px;
		line-height:30px;
		margin:0 0 5px;
	}
}
@media screen and (max-width: 395px) {
	.facialaestS{
		width:92%;
		height:430px;
	}
	.facialaestS_img{
		height:230px;
	}
	.facialaestS_cont{
		height:200px;
		font-size:14px;
		line-height:25px;
	}
}
@media screen and (max-width: 350px) {
	.facialaestS{
		width:94%;
		height:380px;
	}
	.facialaestS_img{
		height:210px;
	}
	.facialaestS_cont{
		height:170px;
		font-size:13px;
		line-height:20px;
	}
}
@media screen and (max-width: 320px) {
	.facialaestS{
		height:360px;
	}
	.facialaestS_img{
		height:190px;
	}
}

.prodesctitle{
	width:100%;
	height:140px;
	font-size:42px;
	line-height:140px;
	margin:60px 0 0;
	text-align:center;
	color:#000;
	font-weight:300;
}

@media screen and (max-width: 1920px) {
	.prodesctitle{
		height:80px;
		font-size:38px;
		line-height:80px;
		margin:30px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.prodesctitle{
		height:45px;
		font-size:22px;
		line-height:45px;
		margin:30px 0 0;
	}
}
.prodesctxt{
	width:100%;
	height:200px;
	font-size:24px;
	line-height:50px;
	text-align:center;
	color:#000;
	font-weight:300;
}
@media screen and (max-width: 1920px) {
	.prodesctxt{
		height:140px;
		font-size:20px;
		line-height:35px;
	}
}
@media screen and (max-width: 430px) {
	.prodesctxt{
		height:80px;
		font-size:14px;
		line-height:25px;
	}
}

#facialaest_img4-640{display:none;}
@media screen and (max-width: 430px) {
	#facialaest_img4-640{
		display:block;
	}
	#facialaest_img4{
		display:none;
	}
}


.ourmissioncont{
	width:100%;
	height:750px;
}
.ourmissioncont_T{
	width:50%;
	height:750px;
	float:left;
}
.ourmission_Txt{
	width:800px;
	height:550px;
	padding:200px 0 0 160px;
	font-size:28px;
	line-height:60px;
	color:#464646;
	font-weight:300;
}

.ourmission_Img1{
	background:url(../images/ourmission_Img1.jpg) no-repeat left ;
	background-size:1919px 750px;
}

.ourmission_Img2{
	background:url(../images/ourmission_Img2.jpg) no-repeat center;
	background-size:1919px 750px;
}

.ourmission_Img3{
	background:url(../images/ourmission_Img3.jpg) no-repeat center;
	background-size:1919px 750px;
}

.ourmissionImg{
	display:none;
	width:100%;
	height:380px;
}
@media screen and (max-width: 1920px) {
	.ourmissioncont{
		height:593px;
	}
	.ourmissioncont_T{
		height:593px;
	}
	.ourmission_Txt{
		width:632px;
		height:434px;
		padding:158px 0 0 126px;
		font-size:22px;
		line-height:48px;
	}
	.ourmission_Img1,.ourmission_Img2,.ourmission_Img3{
		background-size:1516px 593px;
	}
}
@media screen and (max-width: 1400px) {
	.ourmissioncont{
		height:480px;
	}
	.ourmissioncont_T{
		height:480px;
	}
	.ourmission_Txt{
		width:504px;
		height:347px;
		padding:133px 0 0 101px;
		font-size:22px;
		line-height:48px;
	}
	.ourmission_Img1,.ourmission_Img2,.ourmission_Img3{
		background-size:1209px 480px;
	}
}

@media screen and (max-width: 750px) {
	.ourmissioncont{display:none;}
	.ourmissionImg{display:block;}
	.ourmImg1{
		background:url(../images/ourmImg1.jpg) no-repeat left;
		background-size:750px 380px;
	}
	.ourmImg2{
		background:url(../images/ourmImg2.jpg) no-repeat center;
		background-size:750px 380px;
	}
	.ourmImg3{
		background:url(../images/ourmImg3.jpg) no-repeat left;
		background-size:750px 380px;
	}
}
@media screen and (max-width: 430px) {
	.ourmissionImg{
		width:100%;
		height:218px;
	}
	.ourmImg1,.ourmImg2,.ourmImg3{
		background-size:430px 218px;
	}
}
@media screen and (max-width: 380px) {
	.ourmissionImg{
		height:193px;
	}
	.ourmImg1,.ourmImg2,.ourmImg3{
		background-size:380px 193px;
	}
}

.ourmission_T_M{
	display:none;
}

@media screen and (max-width: 750px) {
	.ourmission_T_M{
		width:96%;
		height:250px;
		font-size:21px;
		line-height:45px;
		margin:10px auto 25px;
		color:#464646;
		display:block;
		text-align:center;
	}
}
@media screen and (max-width: 430px) {
	.ourmission_T_M{
		height:100px;
		font-size:16px;
		line-height:30px;
		margin:8px auto 15px;
	}
}

.profeatbill{
	width:100%;
	height:606px;
	padding:350px 0 0;
	background:url(../images/profeatbill.jpg) no-repeat center;
	background-size:3840px 956px;
	font-size:55px;
	line-height:90px;
	text-align:center;
	color:#fff;
	font-weight:350;
}
.profeatbill span{
	opacity:0.6;
}
@media screen and (max-width: 1920px) {
	.profeatbill{
		height:500px;
		padding:250px 0 0;
		background-size:3013px 750px;
		font-size:45px;
		line-height:80px;
	}
}
@media screen and (max-width: 1380px) {
	.profeatbill{
		height:360px;
		padding:180px 0 0;
		background-size:2169px 540px;
		font-size:38px;
		line-height:64px;
	}
}
@media screen and (max-width: 750px) {
	.profeatbill{
		height:480px;
		padding:236px 0 0;
		background-size:2876px 716px;
		font-size:30px;
		line-height:70px;
	}
}
@media screen and (max-width: 430px) {
	.profeatbill{
		height:280px;
		padding:130px 0 0;
		background-size:1647px 410px;
		font-size:24px;
		line-height:50px;
	}
}
@media screen and (max-width: 350px) {
	.profeatbill{
		font-size:20px;
		line-height:50px;
	}
}


@media screen and (max-width: 750px) {
	#profeatword{
		font-size:26px;
	}
}
@media screen and (max-width: 580px) {
	#profeatword{
		font-size:22px;
	}
}
@media screen and (max-width: 430px) {
	#profeatword{
		font-size:21px;
		height:65px;
		line-height:30px;
	}
}
@media screen and (max-width: 340px) {
	#profeatword{
		font-size:21px;
		height:70px;
		line-height:30px;
		margin:30px 0 0;
	}
}

.profeatbill2{
	width:100%;
	height:750px;
	background:url(../images/profeatbill2.jpg) no-repeat center;
	background-size:3840px 750px;
}
@media screen and (max-width: 1920px) {
	.profeatbill2{
		height:592px;
		background-size:3031px 592px;
	}
}
@media screen and (max-width: 1380px) {
	.profeatbill2{
		height:426px;
		background-size:2182px 426px;
	}
}
@media screen and (max-width: 750px) {
	.profeatbill2{
		height:482px;
		background-size:2468px 482px;
	}
}
@media screen and (max-width: 430px) {
	.profeatbill2{
		height:276px;
		background-size:1413px 276px;
	}
}
@media screen and (max-width: 390px) {
	.profeatbill2{
		height:250px;
		background-size:1280px 250px;
	}
}
@media screen and (max-width: 330px) {
	.profeatbill2{
		height:212px;
		background-size:1086px 212px;
	}
}

.profeatCont{
	width:100%;
	height:420px;
	margin:80px 0 0;
}
.profeatCont_T{
	width:50%;
	height:420px;
	float:left;
}
.profeatImg1{
	width:45%;
	background:url(../images/profeatImg1.jpg) no-repeat left;
	background-size:751px 519px;
	margin:0 0 0 3%;
}
.profeat_Txt{
	width:75%;
	max-width:800px;
	height:400px;
	font-size:28px;
	line-height:50px;
	color:#464646;
	font-weight:300;
	padding:0 0 0 23%;
}
.bigTxt{
	font-size:40px;
}
@media screen and (max-width: 1920px) {
	.profeatCont{
		width:100%;
		height:350px;
		margin:60px 0 0;
	}
	.profeatCont_T{
		height:350px;
	}
	.profeat_Txt{
		width:75%;
		max-width:800px;
		height:310px;
		font-size:23px;
		line-height:40px;
	}
	.profeatImg1{
		background-size:550px 380px;
	}
	.bigTxt{
		font-size:38px;
	}
}

@media screen and (max-width: 1380px) {
	.profeatCont{
		height:302px;
		margin:64px 0 0;
	}
	.profeatCont_T{
		height:302px;
	}
	.profeat_Txt{
		width:95%;
		max-width:500px;
		height:240px;
		font-size:19px;
		line-height:40px;
		padding:0 0 0 5%;
	}
	.profeatImg1{
		background-size:468px 323px;
	}
	.bigTxt{
		font-size:29px;
	}
}
@media screen and (max-width: 1024px) {
	.profeat_Txt{
		width:96%;
		font-size:20px;
		line-height:50px;
	}
	.profeatImg1{
		background-size:420px 290px;
	}
	.bigTxt{
		font-size:34px;
	}
}
.profeatImg1_Mob{display:none;}
@media screen and (max-width: 750px) {
	.profeatCont,.profeatCont2{
		display:none;
	}
	.profeatImg1_Mob{
		width:100%;
		height:auto;
		display:block;
		margin:50px auto 0;
	}
	.profeatImg1_Mob img{
		width:100%;
		height:auto;
	}
}
@media screen and (max-width: 430px) {
	.profeatImg1_Mob{
		margin:20px auto 0;
	}
}

.profeat_T_M{display:none;}
@media screen and (max-width: 750px) {
	.profeat_T_M{
		width:94%;
		height:580px;
		font-size:21px;
		line-height:45px;
		margin:10px auto 25px;
		color:#464646;
		display:block;
		text-align:left;
	}
}
@media screen and (max-width: 490px) {
	.profeat_T_M{
		font-size:19px;
		line-height:40px;
	}
}
@media screen and (max-width: 430px) {
	.profeat_T_M{
		height:380px;
		font-size:15px;
		line-height:30px;
		margin:0 auto 15px;
	}
	.bigTxt{
		font-size:22px;
	}
}
@media screen and (max-width: 380px) {
	.profeat_T_M{
		height:380px;
		font-size:14px;
		line-height:30px;
		margin:0 auto 15px;
	}
	.bigTxt{
		font-size:22px;
	}
}
@media screen and (max-width: 330px) {
	.profeat_T_M{
		height:360px;
		font-size:13px;
		line-height:32px;
		margin:0 auto 15px;
	}
	.bigTxt{
		font-size:20px;
	}
}

.profeatCont2{
	width:100%;
	height:400px;
	margin:0;
}
@media screen and (max-width: 1920px) {
	.profeatCont2{
		height:300px;
	}
}
.profeatCont3{
	width:100%;
	height:auto;
	text-align:center;
}
.profeatCont3 img{
	width:98%;
	max-width:1528px;
	height:auto;
}
@media screen and (max-width: 1380px) {
	.profeatCont3 img{
		width:98%;
		max-width:1100px;
		height:auto;
	}
}
@media screen and (max-width: 750px) {
	.profeatCont3{display:none;}
}
.profeatCont4{
	width:100%;
	height:690px;
	padding:60px 0 0;
	background:url(../images/profeatImg3.jpg) no-repeat center;
	background-size:1916px 750px;
	margin:140px 0;
	text-align:center;
	color:#fff;
	font-size:28px;
	line-height:60px;
	font-weight:300;
}
@media screen and (max-width: 1920px) {
	.profeatCont4{
		height:512px;
		padding:110px 0 0;
		background-size:1590px 622px;
		margin:90px 0;
		font-size:24px;
		line-height:50px;
	}
}
@media screen and (max-width: 1380px) {
	.profeatCont4{
		height:369px;
		padding:79px 0 0;
		background-size:1145px 448px;
		margin:72px 0;
		font-size:19px;
		line-height:35px;
	}
}
@media screen and (max-width: 750px) {
	.profeatCont4{
		height:390px;
		padding:82px 0 0;
		background-size:1590px 472px;
		margin:40px 0;
		font-size:18px;
		line-height:35px;
	}
	.profeatCont4 .aboutuscont_Title{
		height:50px;
		font-size:28px;
		line-height:50px;
	}
}
@media screen and (max-width: 430px) {
	.profeatCont4{
		height:320px;
		padding:60px 0 0;
		background-size:971px 380px;
		margin:40px 0;
		font-size:15px;
		line-height:24px;
	}
	.profeatCont4 .aboutuscont_Title{
		height:50px;
		font-size:24px;
		line-height:50px;
	}
}
@media screen and (max-width: 380px) {
	.profeatCont4{
		padding:60px 0 0;
		margin:40px 0;
		font-size:14px;
		line-height:24px;
	}
	.profeatCont4 .aboutuscont_Title{
		height:40px;
		font-size:22px;
		line-height:40px;
	}
}
.profeatCont5{
	width:100%;
	height:auto;
	text-align:center;
}
.profeatCont5 img{
	width:98%;
	max-width:1590px;
	height:auto;
}
@media screen and (max-width: 1380px) {
	.profeatCont5 img{
		max-width:1145px;
	}
}

.profeatCont6{
	width:100%;
	height:auto;
	text-align:center;
	margin:80px 0;
}
.profeatCont6 img{
	width:70%;
	max-width:1474px;
	height:auto;
}
@media screen and (max-width: 1920px) {
	.profeatCont6{
		margin:50px 0;
	}
}
@media screen and (max-width: 1380px) {
	.profeatCont6 img{
		max-width:1145px;
	}
}
@media screen and (max-width: 750px) {
	.profeatCont6{
		margin:40px 0;
	}
}
@media screen and (max-width: 430px) {
	.profeatCont6{
		margin:20px 0;
	}
}

.profeatCont7,.profeatCont8{
	width:100%;
	height:auto;
	text-align:center;
}
.profeatCont7 img,.profeatCont8 img{
	width:98%;
	max-width:1839px;
	height:auto;
}
@media screen and (max-width: 1920px) {
	.profeatCont7 img,.profeatCont8 img{
		max-width:1450px;
	}
}
@media screen and (max-width: 1380px) {
	.profeatCont7 img,.profeatCont8 img{
		max-width:1145px;
	}
}

.canvbusibill{
	width:100%;
	height:606px;
	padding:350px 0 0;
	background:url(../images/canvbusibill.jpg) no-repeat center;
	background-size:3840px 956px;
	font-size:55px;
	line-height:90px;
	text-align:center;
	color:#fff;
	font-weight:300;
}
@media screen and (max-width: 1920px) {
	.canvbusibill{
		height:500px;
		padding:250px 0 0;
		background-size:3013px 750px;
		font-size:45px;
		line-height:80px;
	}
}
@media screen and (max-width: 1380px) {
	.canvbusibill{
		height:360px;
		padding:180px 0 0;
		background-size:2169px 540px;
		font-size:30px;
		line-height:58px;
	}
}
@media screen and (max-width: 750px) {
	.canvbusibill{
		height:480px;
		padding:236px 0 0;
		background:url(../images/canvbusibill-750.jpg) no-repeat center;
		background-size:750px 717px;
		font-size:35px;
		line-height:70px;
	}
}
@media screen and (max-width: 430px) {
	.canvbusibill{
		height:300px;
		padding:160px 0 0;
		background-size:481px 460px;
		font-size:24px;
		line-height:50px;
	}
}
@media screen and (max-width: 380px) {
	.canvbusibill{
		height:270px;
		padding:127px 0 0;
		background-size:397px 380px;
		font-size:22px;
		line-height:50px;
	}
}

.canvbusibill2{
	width:100%;
	max-width:1631px;
	height:386px;
	background:url(../images/canvbusibill2.jpg) no-repeat center;
	background-size:1631px 386px;
	margin:0 auto;
	text-align:center;
	color:#023692;
}

.canvbusibill2_Title{
	width:100%;
	height:80px;
	font-size:30px;
	line-height:80px;
	padding:30px 0 0;
	letter-spacing:10px;
	font-weight:bold;
}
.canvbusibill2_Txt{
	width:94%;
	max-width:700px;
	height:250px;
	font-size:20px;
	line-height:40px;
	margin:0 auto;
}
.canvbusi_M,.canvbusi_S{display:none;}
@media screen and (max-width: 1380px) {
	.canvbusi_M{display:block;}
	.canvbusi_P{display:none;}
	.canvbusibill2{
		max-width:1060px;
		height:251px;
		background-size:1060px 251px;
	}
	.canvbusibill2_Title{
		height:40px;
		font-size:24px;
		line-height:40px;
		padding:30px 0 0;
		letter-spacing:5px;
	}
	.canvbusibill2_Txt{
		max-width:430px;
		height:125px;
		font-size:15px;
		line-height:25px;
	}
}

@media screen and (max-width: 550px) {
	.canvbusi_M{display:none;}
	.canvbusi_S{display:block;}
	.canvbusibill2{
		height:300px;
		background-size:1268px 300px;
	}
	.canvbusibill2_Title{
		height:60px;
		font-size:20px;
		line-height:60px;
		padding:20px 0 0;
		letter-spacing:6px;
	}
	.canvbusibill2_Txt{
		width:88%;
		height:250px;
		font-size:17px;
		line-height:28px;
	}
}
@media screen and (max-width: 400px) {
	.canvbusibill2_Txt{
		width:92%;
		height:250px;
		font-size:16px;
		line-height:32px;
	}
}

.canvbusibill3{
	width:100%;
	max-width:1631px;
	height:386px;
	background:url(../images/canvbusibill3.jpg) no-repeat center;
	background-size:1631px 386px;
	margin:0 auto;
}
.canvbusibill4{
	width:100%;
	max-width:1631px;
	height:386px;
	background:url(../images/canvbusibill4.jpg) no-repeat center;
	background-size:1631px 386px;
	margin:0 auto;
}
.canvbusibill5{
	width:100%;
	max-width:1631px;
	height:386px;
	background:url(../images/canvbusibill5.jpg) no-repeat center;
	background-size:1631px 386px;
	margin:0 auto;
}
@media screen and (max-width: 1380px) {
	.canvbusibill3,.canvbusibill4,.canvbusibill5{
		height:252px;
		background-size:1060px 252px;
	}
}
@media screen and (max-width: 750px) {
	.canvbusibill3,.canvbusibill4,.canvbusibill5{
		height:280px;
		background-size:1183px 280px;
	}
}
@media screen and (max-width: 430px) {
	.canvbusibill3,.canvbusibill4,.canvbusibill5{
		height:240px;
		background-size:1014px 240px;
	}
}

.canvbusisup{
	width:100%;
	max-width:850px;
	height:180px;
	margin:60px auto 20px;
}

.canvbusisup_L4{
	width:49.5%;
	height:120px;
	border-right:1px #464646 solid;
	text-align:center;
	color:#464646;
	font-size:20px;
	line-height:30px;
}
.canvbusisup_L4 span{
	width:100%;
	height:50px;
	font-size:28px;
	line-height:50px;
	font-weight:bold;
}
@media screen and (max-width: 1380px) {
	.canvbusisup{
		height:130px;
		margin:35px auto 0;
	}
	.canvbusisup_L4{
		height:110px;
		font-size:17px;
	}
	.canvbusisup_L4 span{
		height:40px;
		font-size:24px;
	}
}
.canvbusisup-P{
	width:50%;
	height:120px;
	float:left;
}
@media screen and (max-width: 650px) {
	.canvbusisup-P{
		width:100%;
		height:120px;
		margin:0 0 20px 0;
		float:none;
	}
	#canvbusisup_L4-2{border:0px;}
	#canvbusisup{height:240px;}
}
@media screen and (max-width: 430px) {
	.canvbusisup-P{
		width:100%;
		height:100px;
		margin:0 0 15px 0;
	}
	.canvbusisup_L4{
		height:100px;
		font-size:16px;
		line-height:25px;
	}
	.canvbusisup_L4 span{
		height:40px;
		font-size:20px;
		line-height:40px;
	}
	#canvbusisup{height:210px;margin:30px auto 10px;}
}

.canvbusisup_L3{
	width:33%;
	height:140px;
	border-right:1px #464646 solid;
	text-align:center;
	color:#464646;
	font-size:20px;
	line-height:28px;
}
.canvbusisup_L3 span{
	width:100%;
	height:50px;
	font-size:28px;
	line-height:50px;
	font-weight:bold;
}
@media screen and (max-width: 1380px) {
	.canvbusisup_L3{
		height:122px;
		font-size:17px;
		line-height:22px;
	}
	.canvbusisup_L3 span{
		height:40px;
		font-size:24px;
		line-height:40px;
	}
}
.canvbusisup_Mob{display:none;}
@media screen and (max-width: 650px) {
	.canvbusisup_Mob{
		display:block;
		width:100%;
		height:380px;
		margin:30px auto 20px;
	}
	#canvbusisup_PC,#canvbusisup_PC2,#canvbusisup_PC3{
		display:none;
	}
	.canvbusisup_L3_M{
		width:80%;
		height:120px;
		text-align:center;
		color:#464646;
		font-size:17px;
		line-height:25px;
		border-bottom:1px #e0e0e0 solid;
		margin:10px auto 0;
	}
	.canvbusisup_L3_M span{
		width:100%;
		height:40px;
		font-size:20px;
		line-height:40px;
		font-weight:bold;
	}
}

.cantactform_Title{
	width:100%;
	height:80px;
	font-size:34px;
	line-height:80px;
	margin:100px 0 10px;
	text-align:center;
	color:#666;
	font-weight:300;
}
@media screen and (max-width: 1380px) {
	.cantactform_Title{
		height:50px;
		font-size:28px;
		line-height:50px;
		margin:70px 0 7px;
	}
}
@media screen and (max-width: 750px) {
	.cantactform_Title{
		height:50px;
		font-size:24px;
		line-height:50px;
		margin:0 0 10px;
	}
}
.cantactform_Row{
	width:92%;
	max-width:1200px;
	height:50px;
	line-height:50px;
	margin:0 auto 30px;
}

.cantactform_C{
	width:47%;
	height:50px;
}
.cantactform_Graybg{
	width:22%;
	height:50px;
	background-color:#eee;
	text-align:center;
	margin:0 3% 0 0;
}

.cantactform_Textarea{
	width:92%;
	max-width:1200px;
	height:150px;
	margin:0 auto 40px;
}
@media screen and (max-width: 1380px) {
	.cantactform_Row{
		max-width:864px;
		height:40px;
		line-height:40px;
		margin:0 auto 23px;
	}
	.cantactform_Textarea{
		max-width:864px;
		height:108px;
		margin:0 auto 30px;
	}
	.cantactform_Graybg{
		height:35px;
		margin:0 3% 0 0;
	}
}

.cantactform_Mob{display:none;}
@media screen and (max-width: 750px) {
	.cantactform_Mob{display:block;}
	.cantactform_PC{display:none;}
	.cantactform_Row_M{
		width:90%;
		height:45px;
		margin:5px auto 0;
		padding:0 0 0 5%;
	}
	.cantactform_Graybg_M{
		width:42%;
		height:30px;
		padding:8px 0 0;
		background-color:#eee;
		text-align:center;
		margin:0 5% 0 0;
	}
	.cantactform_Textarea_M{
		width:90%;
		height:125px;
		margin:5px auto 0;
		padding:0 0 0 5%;
	}
	#editorContent_M{
		width:90%;
		height: 120px;
		border: 1px solid #666;
		border-radius: 2px;
		color: #666;
		font-weight: 300;
		font-size: 12px;
		padding: 10px 0 0 1.5%;
		margin: 0 0 0 2px;
	}
	#editorContent_M:focus{
		outline: none;
		border: 1px solid #bbb;
	}
}

.prodvaliCont{
	width:100%;
	height:1500px;
	background:url(../images/prodvali.jpg) no-repeat center;
	background-size:3840px 1500px;
}

.prodvaliTop{
	width:100%;
	height:300px;
}

.prodvaliForm{
	width:1200px;
	height:760px;
	padding:100px 0 0;
	background:#fff url(../images/prodvalibg.jpg) no-repeat center bottom;
	border-radius: 25px;
	margin:0 auto;
	color:#5a5a5a;
}
.prodvaliForm_T{
	width:100%;
	height:80px;
	font-size:38px;
	line-height:80px;
	font-weight:bold;
	text-align:center;
}
.prodvaliForm_R{
	width:100%;
	height:45px;
	font-size:30px;
	line-height:45px;
	text-align:center;
	margin:15px 0 0;
	position: relative;
}
.prodvaliIn{
	width:80px;
	height:30px;
	position:absolute;
	top:13px;
	right:380px;
	border-left: 1px solid #E2E2E2;
	font-size:16px;
	line-height:30px;
	cursor: pointer;
	text-align:center;
}
.prodvaliForm_S{
	width:100%;
	height:40px;
	padding:60px 0 0;
	line-height:40px;
	text-align:center;
	font-size:22px;
}

@media screen and (max-width: 1920px) {
	.prodvaliCont{
		height:750px;
		background-size:1920px 750px;
	}
	.prodvaliTop{
		height:150px;
	}
	.prodvaliForm{
		width:600px;
		height:400px;
		background-size:892px 233px;
		padding:50px 0 0;
		border-radius: 13px;
	}
	.prodvaliForm_T{
		height:40px;
		font-size:26px;
		line-height:40px;
	}
	.prodvaliForm_R{
		height:30px;
		font-size:16px;
		line-height:10px;
		margin:8px 0 0;
	}
	.prodvaliForm_S{
		height:25px;
		padding:20px 0 0;
		line-height:25px;
		font-size:16px;
	}
}
@media screen and (max-width: 1380px) {
	.prodvaliCont{
		height:540px;
		background-size:1382px 540px;
	}
	.prodvaliTop{
		height:92px;
	}
	.prodvaliForm{
		width:432px;
		height:338px;
		background-size:446px 127px;
		padding:30px 0 0;
		border-radius: 10px;
	}
	.prodvaliForm_T{
		height:26px;
		font-size:18px;
		line-height:26px;
	}
	.prodvaliForm_R{
		height:28px;
		font-size:14px;
		line-height:26px;
		margin:6px 0 0;
	}
	.prodvaliForm_S{
		height:25px;
		padding:16px 0 0;
		line-height:25px;
		font-size:14px;
	}
}

.ourvisionbill{
	width:100%;
	height:950px;
	background:url(../images/ourvisionbill.jpg) no-repeat center;
	background-size:3840px 950px;
}
@media screen and (max-width: 1920px) {
	.ourvisionbill{
		height:750px;
		background-size:3032px 750px;
	}
}
@media screen and (max-width: 1380px) {
	.ourvisionbill{
		height:540px;
		background-size:2183px 540px;
	}
}
@media screen and (max-width: 750px) {
	.ourvisionbill{
		height:480px;
		background:url(../images/ourvisionbill-750.jpg) no-repeat center;
		background-size:750px 480px;
	}
}
@media screen and (max-width: 620px) {
	.ourvisionbill{
		height:397px;
		background-size:620px 397px;
	}
}
@media screen and (max-width: 500px) {
	.ourvisionbill{
		height:320px;
		background-size:500px 320px;
	}
}
@media screen and (max-width: 430px) {
	.ourvisionbill{
		height:275px;
		background-size:430px 275px;
	}
}
@media screen and (max-width: 390px) {
	.ourvisionbill{
		height:250px;
		background-size:390px 250px;
	}
}
@media screen and (max-width: 340px) {
	.ourvisionbill{
		height:218px;
		background-size:340px 218px;
	}
}

.ourvisionbill2{
	width:100%;
	height:570px;
	padding:180px 0 0;
	background:url(../images/ourvisionbill2.jpg) no-repeat center right;
	background-size:3840px 750px;
}
@media screen and (max-width: 1920px) {
	.ourvisionbill2{
		height:480px;
		padding:110px 0 0;
		background-size:3032px 590px;
	}
}
@media screen and (max-width: 1380px) {
	.ourvisionbill2{
		height:360px;
		padding:65px 0 0;
		background-size:2083px 425px;
	}
}
.ourvisionbill2-750,#ourvisionbill2_T,#ourvisionbill2_S,#ourvisionbill3_T,#ourvisionbill3_S{display:none;}
@media screen and (max-width: 750px) {
	.ourvisionbill2-750{
		height:380px;
		background:url(../images/ourvisionbill2-750.jpg) no-repeat center;
		background-size:750px 380px;
		display:block;
	}
	.ourvisionbill2{display:none;}
	#ourvisionbill2_T,#ourvisionbill2_S,#ourvisionbill3_T,#ourvisionbill3_S{display:block;}
}

.ourvision_Txt{
	width:100%;
	height:100px;
	font-size:28px;
	line-height:60px;
	margin:20px 0 0;
	text-align:center;
	color:#464646;
	font-weight:350;
}

@media screen and (max-width: 1920px) {
	.ourvision_Txt{
		height:80px;
		font-size:25px;
		line-height:50px;
		margin:20px 0 0;
	}
}

@media screen and (max-width: 750px) {
	.ourvision_Txt{
		height:70px;
		font-size:21px;
		line-height:45px;
		margin:15px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.ourvision_Txt{
		height:60px;
		font-size:16px;
		line-height:30px;
		margin:0 0 5px;
	}
}

.ourvisionbill3{
	width:70%;
	height:820px;
	padding:405px 30% 0 0;
	background:url(../images/ourvisionbill3.jpg) no-repeat center;
	background-size:3840px 1225px;
	margin:110px 0 0;
}
@media screen and (max-width: 1920px) {
	.ourvisionbill3{
		height:560px;
		padding:190px 30% 0 0;
		background-size:2351px 750px;
		margin:80px 0 0;
	}
}
@media screen and (max-width: 1380px) {
	.ourvisionbill3{
		height:426px;
		padding:114px 30% 0 0;
		background-size:1693px 540px;
		margin:65px 0 0;
	}
}
.ourvisionbill3-750{display:none;}
@media screen and (max-width: 750px) {
	.ourvisionbill3-750{
		display:block;
		width:100%;
		height:380px;
		background:url(../images/ourvisionbill3-750.jpg) no-repeat center;
		background-size:750px 380px;
	}
	.ourvisionbill3{display:none;}
}

@media screen and (max-width: 620px) {
	.ourvisionbill2-750,.ourvisionbill3-750{
		height:314px;
		background-size:620px 314px;
	}
}
@media screen and (max-width: 500px) {
	.ourvisionbill2-750,.ourvisionbill3-750{
		height:253px;
		background-size:500px 253px;
	}
}
@media screen and (max-width: 430px) {
	.ourvisionbill2-750,.ourvisionbill3-750{
		height:218px;
		background-size:430px 218px;
	}
}
@media screen and (max-width: 390px) {
	.ourvisionbill2-750,.ourvisionbill3-750{
		height:198px;
		background-size:390px 198px;
	}
}
@media screen and (max-width: 340px) {
	.ourvisionbill2-750,.ourvisionbill3-750{
		height:172px;
		background-size:340px 172px;
	}
}


.mediinstibill{
	width:100%;
	height:240px;
	padding:80px 0 0 0;
	background:url(../images/mediinstibill.jpg) no-repeat center;
	background-size:3840px 320px;
	font-size:32px;
	line-height:50px;
	color:#fff;
	text-align:center;
}
.billss{
	width:100%;
	max-width:580px;
	height:50px;
	margin:20px auto 0;
	position:relative;
}
#sskeyword{
	width:85%;
	height: 40px;
	border: 1px solid #666;
	border-radius: 30px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 2px 10% 2px 5%;
	margin: 0 auto;
}
#btnss{
	width:10%;
	height:32px;
	background:url(../images/ss.png) no-repeat center;
	background-size:auto 22px;
	position:absolute;
	top:10px;
	right:15px;
	border-left: 1px solid #ccc;
}

#sskeyword:focus{
	outline: none;
	border: 1px solid #bbb;
}

@media screen and (max-width: 1920px) {
	.mediinstibill{
		height:190px;
		padding:60px 0 0 0;
		background-size:3000px 250px;
		font-size:26px;
		line-height:45px;
	}
	.billss{
		max-width:480px;
		height:45px;
		margin:10px auto 0;
	}
	#sskeyword{
		height: 35px;
		border-radius: 25px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1380px) {
	.mediinstibill{
		height:137px;
		padding:43px 0 0 0;
		background-size:2160px 180px;
		font-size:20px;
		line-height:32px;
	}
	.billss{
		max-width:346px;
		height:32px;
		margin:7px auto 0;
	}
	#sskeyword{
		height: 25px;
		border-radius: 18px;
		font-size: 13px;
	}
	#btnss{
		width:10%;
		height:23px;
		background-size:auto 16px;
		top:7px;
		right:11px;
	}
}

@media screen and (max-width: 750px) {
	.mediinstibill{
		font-size:20px;
		line-height:40px;
	}
	.billss{
		width:300px;
		height:35px;
		margin:10px auto 0;
	}
	#sskeyword{
		height: 28px;
		border-radius: 20px;
		font-size: 13px;
	}
	#btnss{
		width:11%;
		height:22px;
		background-size:auto 21px;
		top:10px;
		right:10px;
	}
}
@media screen and (max-width: 550px) {
	.mediinstibill{
		height:160px;
		padding:60px 0 0 0;
		background-size:2640px 220px;
		font-size:17px;
		line-height:40px;
	}
}
@media screen and (max-width: 430px) {
	.mediinstibill{
		font-size:15px;
		line-height:40px;
	}
	.billss{
		width:300px;
		height:35px;
		margin:0 auto 0;
	}
}
@media screen and (max-width: 380px) {
	.mediinstibill{
		height:150px;
		padding:50px 0 0 0;
		background-size:2400px 200px;
		font-size:14px;
		line-height:40px;
	}
}

.mediinstiCont{
	width:100%;
	max-width:1828px;
	height:170px;
	margin:70px auto 0;
}
.mediinstiShow{
	width:48%;
	height:150px;
	padding:10px 0 10px 10px;
	background-color:#f8f8f8;
	float:left;
}
.mediinstiImg{
	width:46%;
	height:150px;
	float:left;
}
.mediinstiImg img{
	width:100%;
	max-width:405px;
	height:auto;
	max-height:150px;
}
.mediinstiDesc{
	width:48%;
	padding:0 2% 0 0;
	height:150px;
	float:right;
}
.mediinstiName{
	width:100%;
	height:60px;
	font-size:32px;
	line-height:60px;
	color:#454545;
}
.mediinstiInfor{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:32px;
	color:#454545;
}
.mediinstiAddr{
	width:100%;
	height:25px;
	font-size:19px;
	line-height:25px;
	color:#454545;
}
.mediinstiBlank{
	width:2.5%;
	height:100px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.mediinstiCont{
		width:94%;
		max-width:1444px;
		height:134px;
		margin:56px auto 0;
	}
	.mediinstiShow{
		width:48%;
		height:119px;
		padding:8px 0 8px 8px;
	}
	.mediinstiImg{
		width:46%;
		height:119px;
	}
	.mediinstiImg img{
		max-width:320px;
		max-height:119px;
	}
	.mediinstiDesc{
		height:119px;
	}
	.mediinstiName{
		height:48px;
		font-size:24px;
		line-height:48px;
	}
	.mediinstiInfor{
		height:38px;
		font-size:16px;
		line-height:25px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:15px;
		line-height:20px;
	}
}
@media screen and (max-width: 1380px) {
	.mediinstiCont{
		max-width:1040px;
		height:97px;
		margin:40px auto 0;
	}
	.mediinstiShow{
		height:86px;
		padding:6px 0 6px 6px;
	}
	.mediinstiImg{
		height:97px;
	}
	.mediinstiImg img{
		max-width:230px;
		max-height:86px;
	}
	.mediinstiDesc{
		height:86px;
	}
	.mediinstiName{
		height:35px;
		font-size:18px;
		line-height:35px;
	}
	.mediinstiInfor{
		height:27px;
		font-size:14px;
		line-height:20px;
	}
	.mediinstiAddr{
		height:14px;
		font-size:13px;
		line-height:14px;
	}
	.mediinstiAddr img{
		width:auto;
		height:20px;
	}
}
@media screen and (max-width: 1200px) {
	.mediinstiCont{
		width:94%;
		height:100px;
		margin:38px auto 0;
	}
	.mediinstiShow{
		width:48%;
		height:85px;
		padding:5px 0 5px 5px;
	}
	.mediinstiImg{
		width:45%;
		height:85px;
	}
	.mediinstiImg img{
		max-height:85px;
	}
	.mediinstiDesc{
		width:50%;
		height:85px;
	}
	.mediinstiName{
		height:30px;
		font-size:18px;
		line-height:30px;
	}
	.mediinstiInfor{
		height:30px;
		font-size:14px;
		line-height:22px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:13px;
		line-height:20px;
	}
	.mediinstiAddr img{
		width:auto;
		height:20px;
	}
}

@media screen and (max-width: 750px) {
	.mediinstiCont{
		width:100%;
		height:280px;
		margin:0 auto;
	}
	.mediinstiShow{
		width:90%;
		height:110px;
		padding:8px;
		float:none;
		margin:30px auto 0;
	}
	.mediinstiImg{
		width:46%;
		height:110px;
	}
	.mediinstiImg img{
		max-width:320px;
		max-height:110px;
	}
	.mediinstiDesc{
		height:110px;
	}
	.mediinstiName{
		height:48px;
		font-size:23px;
		line-height:48px;
	}
	.mediinstiInfor{
		height:38px;
		font-size:16px;
		line-height:25px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:15px;
		line-height:20px;
	}
	.mediinstiBlank{display:none;}
}
@media screen and (max-width: 650px) {
	.mediinstiCont{
		height:280px;
	}
	.mediinstiShow{
		height:95px;
		padding:6px;
		margin:25px auto 0;
	}
	.mediinstiImg{
		height:95px;
	}
	.mediinstiImg img{
		max-height:95px;
	}
	.mediinstiDesc{
		height:95px;
	}
	.mediinstiName{
		height:35px;
		font-size:21px;
		line-height:35px;
	}
	.mediinstiInfor{
		height:30px;
		font-size:15px;
		line-height:25px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:14px;
		line-height:20px;
	}
}
@media screen and (max-width: 430px) {
	.mediinstiCont{
		width:100%;
		height:460px;
	}
	.mediinstiShow{
		width:80%;
		height:200px;
		padding:8px;
		margin:25px auto 0;
	}
	.mediinstiImg{
		width:100%;
		height:100px;
		text-align:center;
	}
	.mediinstiImg img{
		max-width:320px;
		max-height:100px;
	}
	.mediinstiDesc{
		width:96%;
		height:100px;
	}
	.mediinstiName{
		height:40px;
		font-size:21px;
		line-height:40px;
	}
	.mediinstiInfor{
		height:30px;
		font-size:16px;
		line-height:25px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:15px;
		line-height:20px;
	}
}
@media screen and (max-width: 380px) {
	.mediinstiCont{
		width:100%;
		height:422px;
	}
	.mediinstiShow{
		width:84%;
		height:185px;
		padding:8px;
		margin:20px auto 0;
	}
	.mediinstiImg{
		width:100%;
		height:95px;
		text-align:center;
	}
	.mediinstiImg img{
		max-width:320px;
		max-height:95px;
	}
	.mediinstiDesc{
		width:96%;
		height:95px;
	}
	.mediinstiName{
		height:35px;
		font-size:20px;
		line-height:40px;
	}
	.mediinstiInfor{
		height:30px;
		font-size:15px;
		line-height:25px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:15px;
		line-height:20px;
	}
}
@media screen and (max-width: 325px) {
	.mediinstiCont{
		width:100%;
		height:400px;
	}
	.mediinstiShow{
		width:84%;
		height:180px;
		padding:5px;
		margin:20px auto 0;
	}
	.mediinstiImg{
		width:100%;
		height:95px;
		text-align:center;
	}
	.mediinstiImg img{
		max-width:320px;
		max-height:110px;
	}
	.mediinstiDesc{
		width:96%;
		height:110px;
	}
	.mediinstiName{
		height:35px;
		font-size:19px;
		line-height:35px;
	}
	.mediinstiInfor{
		height:30px;
		font-size:14px;
		line-height:25px;
	}
	.mediinstiAddr{
		height:20px;
		font-size:13px;
		line-height:20px;
	}
}

.medicalinstbill{
	width:100%;
	height:220px;
	padding:100px 0 0 0;
	background:url(../images/medicalinstbill.jpg) no-repeat center;
	background-size:100% 320px;
	font-size:32px;
	line-height:40px;
	color:#fff;
	text-align:center;
}
@media screen and (max-width: 1920px) {
	.medicalinstbill{
		height:193px;
		padding:60px 0 0 0;
		background-size:100% 253px;
		font-size:26px;
		line-height:43px;
	}
}
@media screen and (max-width: 1380px) {
	.medicalinstbill{
		height:139px;
		padding:43px 0 0 0;
		background-size:100% 182px;
		font-size:20px;
		line-height:32px;
	}
}

@media screen and (max-width: 750px) {
	.medicalinstbill{
		height:200px;
		padding:90px 0 0 0;
		background:url(../images/medicalinstbill-750.jpg) no-repeat center;
		background-size:750px 300px;
		font-size:20px;
		line-height:40px;
	}
}
@media screen and (max-width: 550px) {
	.medicalinstbill{
		height:160px;
		padding:60px 0 0 0;
		background:url(../images/medicalinstbill-750.jpg) no-repeat center;
		background-size:550px 220px;
		font-size:18px;
		line-height:38px;
	}
}
@media screen and (max-width: 430px) {
	.medicalinstbill{
		height:160px;
		padding:60px 0 0 0;
		background-size:430px 220px;
		font-size:15px;
		line-height:38px;
	}
}
@media screen and (max-width: 380px) {
	.medicalinstbill{
		height:150px;
		padding:50px 0 0 0;
		background-size:380px 200px;
		font-size:14px;
		line-height:40px;
	}
}

.containerSS{
	width:410px;
	height:100px;
	margin:100px auto 0;
}
@media screen and (max-width: 1380px) {
	.containerSS{
		width:410px;
		height:72px;
		margin:72px auto 0;
	}
}

@media screen and (max-width: 430px) {
	.containerSS{
		height:70px;
		margin:70px auto 0;
	}
}

.doctorCont{
	width:79%;
	max-width:1486px;
	height:840px;
	margin:0 auto;
}

.doctorList{
	width:30.5%;
	max-width:420px;
	height:840px;
	float:left;
}

.doctorList img{
	width:100%;
	max-width:420px;
	height:auto;
	max-height:600px;
}
.doctor_blank{
	width:4%;
	height:300px;
	float:left;
}
.doctorinfo{
	width:100%;
	height:110px;
	//background:url(../images/doctor-icon.jpg) no-repeat center right;
	background-size:42% auto;
	color:#454545;
	font-size:20px;
	line-height:30px;
}
.doctorname{
	width:100%;
	height:45px;
	padding:10px 0 0;
	font-size:26px;
	line-height:45px;
	font-weight:bold;
}
@media screen and (max-width: 1920px) {
	.doctorCont{
		width:79%;
		height:700px;
	}
	.doctorList{
		height:800px;
	}
	.doctorinfo{
		height:100px;
		background-size:45% auto;
		font-size:17px;
		line-height:24px;
	}
	.doctorname{
		height:40px;
		padding:10px 0 0;
		font-size:23px;
		line-height:40px;
	}
}
@media screen and (max-width: 1380px) {
	.doctorCont{
		max-width:1070px;
		height:635px;
		width:90%;
	}
	
	.doctorList{
		height:630px;
	}
	.doctorinfo{
		height:110px;
		background-size:42% auto;
		font-size:16px;
		line-height:28px;
	}
	.doctorname{
		height:35px;
		padding:10px 0 0;
		font-size:22px;
		line-height:35px;
	}
}
@media screen and (max-width: 1250px) {
	.doctorCont{
		height:580px;
	}
	.doctorList{
		height:570px;
	}
	.doctorinfo{
		height:90px;
		background-size:42% auto;
		font-size:15px;
		line-height:28px;
		
	}
	.doctorname{
		height:35px;
		padding:10px 0 0;
		font-size:21px;
		line-height:35px;
	}
}
@media screen and (max-width: 1050px) {
	.doctorCont{
		height:470px;
	}
	.doctorList{
		height:470px;
	}
	.doctorinfo{
		height:80px;
		background-size:45% auto;
		font-size:13px;
		line-height:16px;
		
	}
	.doctorname{
		height:25px;
		padding:10px 0 0;
		font-size:17px;
		line-height:25px;
	}
}
@media screen and (max-width: 850px) {
	.doctorCont{
		height:380px;
	}
	.doctorList{
		height:380px;
	}
	.doctorinfo{
		height:80px;
		background-size:40% auto;
		font-size:12px;
		line-height:16px;
		
	}
	.doctorname{
		height:25px;
		padding:10px 0 0;
		font-size:15px;
		line-height:25px;
	}
}
.doctorCont_Mob{display:none;}
@media screen and (max-width: 750px) {
	.doctorCont{display:none;}
	.doctorCont_Mob{
		width:80%;
		height:470px;
		margin:0 auto;
		display:block;
	}
	.doctorList{
		width:45%;
		height:470px;
	}
	.doctor_blank{
		width:10%;
		height:100px;
	}
	.doctorinfo{
		height:80px;
		background-size:42% auto;
		font-size:14px;
		line-height:20px;
	}
	.doctorname{
		height:25px;
		padding:5px 0 0;
		font-size:17px;
		line-height:25px;
	}
}
@media screen and (max-width: 600px) {
	.doctorCont{display:none;}
	.doctorCont_Mob{
		width:82%;
		height:430px;
		margin:0 auto;
		display:block;
	}
	.doctorList{
		width:46%;
		height:430px;
	}
	.doctor_blank{
		width:8%;
		height:100px;
	}
	.doctorinfo{
		height:80px;
		background-size:42% auto;
		font-size:13px;
		line-height:20px;
	}
	.doctorname{
		height:25px;
		padding:5px 0 0;
		font-size:16px;
		line-height:25px;
	}
}
@media screen and (max-width: 500px) {
	.doctorCont{display:none;}
	.doctorCont_Mob{
		width:84%;
		height:400px;
		margin:0 auto;
		display:block;
	}
	.doctorList{
		width:47%;
		height:400px;
	}
	.doctor_blank{
		width:6%;
		height:100px;
	}
	.doctorinfo{
		height:113px;
		background-position:bottom left;
		background-size:60% auto;
		font-size:14px;
		line-height:20px;
	}
	.doctorname{
		height:25px;
		padding:5px 0 0;
		font-size:17px;
		line-height:25px;
	}
}
@media screen and (max-width: 430px) {
	.doctorCont{display:none;}
	.doctorCont_Mob{
		width:90%;
		height:380px;
		margin:0 auto;
		display:block;
	}
	.doctorList{
		width:47%;
		height:380px;
		line-height:18px;
	}
	.doctor_blank{
		width:6%;
		height:100px;
	}
}
@media screen and (max-width: 390px) {
	.doctorCont_Mob{
		height:350px;
	}
	.doctorList{
		height:350px;
	}
	.doctorinfo{
		height:108px;
		background-position:bottom left;
		background-size:60% auto;
		font-size:14px;
		line-height:18px;
	}
	.doctorname{
		height:25px;
		padding:5px 0 0;
		font-size:17px;
		line-height:25px;
	}
}

.articleshow{
	width:96%;
	max-width:1024px;
	height:100px;
	margin:60px auto 40px;
	font-size:35px;
	line-height:100px;
	color:#000;
	text-align:center;
}

.artContainer{
	width:80%;
	max-width:1024px;
	min-height:900px;
	font-size:22px;
	line-height:35px;
	margin:0 auto;
	font-weight:350;
	clear:both;
	color:#000;
}
.artContainer img{
	max-width:96%;
	height:auto;
	display:block;
	margin:20px auto;
}
@media screen and (max-width: 1920px) {
	.articleshow{
		height:50px;
		margin:30px auto 20px;
		font-size:26px;
		line-height:50px;
		font-weight:550;
	}
	.artContainer{
		width:96%;
		font-size:16px;
		line-height:24px;
	}
	.artContainer p{
		width:96%;
		font-size:16px;
		line-height:24px;
		margin:0 0 8px;
	}
	.artContainer img{
		margin:10px auto;
	}
}
@media screen and (max-width: 750px) {
	.articleshow{
		height:40px;
		margin:20px auto 15px;
		font-size:20px;
		line-height:40px;
	}
	.artContainer{
		width:96%;
		font-size:1em;
		line-height:20px;
	}
}

.brandactibill{
	width:100%;
	height:200px;
	padding:120px 0 0 0;
	background:url(../images/brandactibill.jpg) no-repeat center;
	background-size:100% 320px;
	font-size:42px;
	line-height:50px;
	color:#fff;
	text-align:center;
}
@media screen and (max-width: 1920px) {
	.brandactibill{
		font-size:30px;
		line-height:45px;
	}
}

@media screen and (max-width: 750px) {
	.brandactibill{
		height:170px;
		padding:120px 0 0 0;
		background-size:100% 253px;
		font-size:25px;
		line-height:32px;
	}
}
@media screen and (max-width: 550px) {
	.brandactibill{
		height:130px;
		padding:90px 0 0 0;
		background-size:100% 220px;
		font-size:18px;
		line-height:24px;
	}
}
@media screen and (max-width: 430px) {
	.brandactibill{
		height:130px;
		padding:90px 0 0 0;
		background-size:100% 220px;
		font-size:15px;
		line-height:20px;
	}
}
@media screen and (max-width: 380px) {
	.brandactibill{
		height:120px;
		padding:80px 0 0 0;
		background-size:100% 200px;
		font-size:14px;
		line-height:20px;
	}
}

.medianewsTab{
	width:90%;
	max-width:964px;
	height:60px;
	margin:100px auto 20px;
	text-align:center;
	color:#454545;
	font-size:26px;
	line-height:60px;
}
.medianewsTab a{
	width:14.8%;
	height:60px;
	display:block;
	float:left;
	color:#454545;
	font-size:26px;
	line-height:60px;
	text-align:center;
	margin:0 0 0 5%;
}
.medianewsTab_Rl{
	width:1px;
	height:40px;
	padding:0 5% 0 0;
	margin:10px 0 0 0;
	border-right: 1px solid #454545;
	float:left;
}
.medianewsTab a:hover,.curtab{
	color:#023692;
	border-bottom: 1px solid #023692;
}
.medianewsTab_Mob{display:none;}
@media screen and (max-width: 750px) {
	.medianewsTab{display:none;}
	.medianewsTab_Mob{
		width:80%;
		max-width:380px;
		height:50px;
		margin:30px auto 0;
		text-align:center;
		display:block;
	}
	.medianewsTab_Mob a{
		width:30%;
		height:50px;
		display:block;
		float:left;
		color:#454545;
		font-size:20px;
		line-height:50px;
		text-align:center;
		margin:0 0 0 10%;
	}
	.medianewsTab_Rl_Mob{
		width:1px;
		height:30px;
		padding:0 10% 0 0;
		margin:10px 0 0 0;
		border-right: 1px solid #454545;
		float:left;
	}
	.medianewsTab_Mob a:hover,.curtab{
		color:#023692;
		border-bottom: 1px solid #023692;
	}
}
@media screen and (max-width: 550px) {
	.medianewsTab_Mob{
		width:90%;
		height:50px;
		margin:30px auto 0;
	}
	.medianewsTab_Mob a{
		width:30%;
		height:50px;
		font-size:18px;
		line-height:50px;
	}
	.medianewsTab_Rl_Mob{
		width:1px;
		height:30px;
		padding:0 10% 0 0;
		margin:10px 0 0 0;
	}
}
@media screen and (max-width: 430px) {
	.medianewsTab_Mob{
		width:94%;
		height:45px;
		margin:20px auto 0;
	}
	.medianewsTab_Mob a{
		width:30%;
		height:45px;
		font-size:17px;
		line-height:45px;
	}
	.medianewsTab_Rl_Mob{
		width:1px;
		height:30px;
		margin:10px 0 0 0;
	}
}

.drclassCont{
	width:90%;
	max-width:1770px;
	height:690px;
	padding:80px 0 0;
	margin:0 auto 60px;
	border-bottom: 1px solid #454545;
}
.drclassShow{
	width:47%;
	max-width:844px;
	height:690px;
	float:left;
}
.drclassBlank{
	width:6%;
	height:100px;
	float:left;
}
.drclassInfo{
	width:80%;
	height:296px;
	float:left;
}
.drclassImg{
	width:100%;
	max-width:844px;
	height:auto;
	max-height:392px;
}
.drclassImg img{
	width:100%;
	height:auto;
	max-height:392px;
}
.drclassSubtit{
	width:100%;
	height:40px;
	font-size:28px;
	line-height:40px;
	padding:40px 0 0;
	color:#454545;
}
.drclassTitle{
	width:100%;
	height:90px;
	font-size:36px;
	line-height:60px;
	color:#454545;
}
.drclassDesc{
	width:100%;
	height:70px;
	font-size:18px;
	line-height:25px;
	color:#454545;
}

.drclassDate{
	width:10%;
	height:100px;
	padding:80px 0 0;
	text-align:center;
	float:right;
}

.drclassDay{
	width:100%;
	height:90px;
	font-size:70px;
	line-height:90px;
	color:#454545;
	border-bottom: 1px solid #454545;
	margin:0 auto;
}
.drclassYm{
	width:100%;
	height:50px;
	font-size:22px;
	line-height:50px;
	color:#454545;
}

@media screen and (max-width: 1920px) {
	.drclassCont{
		max-width:1340px;
		height:545px;
		padding:60px 0 0;
		margin:0 auto 30px;
	}
	.drclassShow{
		max-width:666px;
		height:545px;
	}
	.drclassInfo{
		height:234px;
	}
	.drclassImg{
		max-width:666px;
		max-height:310px;
	}
	.drclassImg img{
		max-height:310px;
	}
	.drclassSubtit{
		height:35px;
		font-size:25px;
		line-height:35px;
		padding:30px 0 0;
	}
	.drclassTitle{
		height:80px;
		font-size:32px;
		line-height:60px;
	}
	.drclassDesc{
		height:50px;
		font-size:15px;
		line-height:20px;
	}

	.drclassDate{
		width:13%;
		height:90px;
		padding:70px 0 0;
	}

	.drclassDay{
		height:80px;
		font-size:60px;
		line-height:80px;
	}
	.drclassYm{
		height:40px;
		font-size:20px;
		line-height:40px;
	}
}

@media screen and (max-width: 1700px) {
	.drclassDate{
		padding:40px 0 0;
	}
	.drclassDay{
		width:90%;
		height:70px;
		font-size:50px;
		line-height:70px;
	}
}
@media screen and (max-width: 1400px) {
	.drclassCont{
		width:94%;
	}
	.drclassDate{
		height:80px;
		padding:40px 0 0;
	}
	.drclassDay{
		width:100%;
		height:60px;
		font-size:45px;
		line-height:60px;
	}
	.drclassYm{
		height:35px;
		font-size:18px;
		line-height:35px;
	}
}
@media screen and (max-width: 1200px) {
	.drclassSubtit{
		height:35px;
		font-size:20px;
		line-height:35px;
		padding:30px 0 0;
	}
	.drclassTitle{
		height:80px;
		font-size:25px;
		line-height:60px;
	}
	.drclassDesc{
		height:50px;
		font-size:14px;
		line-height:20px;
	}
	.drclassTxt{
		font-size:17px;
	}
	.drclassYm{
		font-size:14px;
	}
}
@media screen and (max-width: 750px) {
	.drclassCont{
		width:90%;
		max-width:650px;
		height:auto;
		padding:0;
		margin:0 auto;
		border: 0;
	}
	.drclassShow{
		width:90%;
		max-width:650px;
		height:480px;
		float:none;
		border-bottom: 1px solid #454545;
		margin:0 auto 40px;
	}
	.drclassBlank{
		display:none;
	}
	.drclassInfo{
		width:80%;
		height:110px;
	}
	.drclassImg{
		max-width:650px;
		height:auto;
		max-height:255px;
	}
	.drclassImg img{
		max-height:255px;
	}
	.drclassSubtit{
		height:30px;
		font-size:24px;
		line-height:30px;
		padding:20px 0 0;
	}
	.drclassTitle{
		width:100%;
		height:70px;
		font-size:28px;
		line-height:50px;
	}
	.drclassDesc{
		width:100%;
		height:50px;
		font-size:15px;
		line-height:22px;
	}

	.drclassDate{
		width:12%;
		height:60px;
		padding:60px 0 0;
	}

	.drclassDay{
		height:55px;
		font-size:40px;
		line-height:55px;
	}
	.drclassYm{
		height:35px;
		font-size:14px;
		line-height:35px;
	}
}
@media screen and (max-width: 600px) {
	.drclassCont{
		width:90%;
	}
	.drclassShow{
		width:100%;
	}
	.drclassInfo{
		width:80%;
		height:110px;
	}
	.drclassSubtit{
		font-size:22px;
	}
	.drclassTitle{
		font-size:26px;
	}
	.drclassDesc{
		font-size:14px;
		line-height:20px;
	}
	.drclassDay{
		font-size:35px;
	}
	.drclassYm{
		font-size:13px;
	}
}
@media screen and (max-width: 430px) {
	.drclassCont{
		width:100%;
	}
	.drclassShow{
		width:90%;
		height:350px;
		margin:0 auto 30px;
	}
	.drclassInfo{
		width:80%;
		height:110px;
	}
	.drclassSubtit{
		height:25px;
		font-size:16px;
		line-height:25px;
		padding:10px 0 0;
	}
	.drclassTitle{
		height:50px;
		font-size:20px;
		line-height:40px;
	}
	.drclassDesc{
		height:50px;
		font-size:13px;
		line-height:16px;
	}

	.drclassDate{
		width:15%;
		height:35px;
		padding:50px 0 0;
	}

	.drclassDay{
		height:35px;
		font-size:30px;
		line-height:35px;
	}
	.drclassYm{
		height:25px;
		font-size:13px;
		line-height:25px;
	}
}
@media screen and (max-width: 380px) {
	.drclassShow{
		width:90%;
		height:320px;
		margin:0 auto 25px;
	}
	.drclassInfo{
		width:80%;
		height:95px;
	}
	.drclassSubtit{
		font-size:15px;
	}
	.drclassTitle{
		font-size:17px;
	}
	.drclassInfo{
		width:75%;
	}
	.drclassDate{
		width:20%;
	}
}

.mediaCont{
	width:90%;
	max-width:1770px;
	height:250px;
	padding:100px 0;
	margin:0 auto;
	border-bottom: 1px solid #454545;
}
.mediaImg{
	width:27%;
	height:auto;
	max-height:250px;
	float:left;
}
.mediaImg img{
	width:100%;
	height:auto;
	max-height:250px;
}

.mediaInfo{
	width:60%;
	height:225px;
	padding:25px 0 0 4%;
	float:left;
}
.mediaTitle{
	width:100%;
	height:70px;
	font-size:29px;
	color:#454545;
	line-height:50px;
	font-weight:550;
}
.mediaDesc{
	width:100%;
	height:110px;
	font-size:20px;
	color:#454545;
	line-height:32px;
	font-weight:350;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.mediaTxt{
	width:100%;
	height:25px;
	font-size:20px;
	line-height:25px;
	font-weight:350;
}
.mediaTxt a{
	color:#aaa;
}
.mediaTxt a:hover{
	color:#454545;
}
.mediaDate{
	width:6%;
	height:100px;
	padding:80px 0 0;
	text-align:center;
	float:right;
}

.mediaDay{
	width:80%;
	height:90px;
	font-size:70px;
	line-height:90px;
	color:#454545;
	border-bottom: 1px solid #454545;
	margin:0 auto;
}
.mediaYm{
	width:100%;
	height:50px;
	font-size:22px;
	line-height:50px;
	color:#454545;
}
@media screen and (max-width: 1700px) {
	.mediaImg{
		width:32%;
	}
	.mediaInfo{
		width:55%;
	}
	.mediaDesc{
		font-size:20px;
	}
	.mediaTxt{
		font-size:18px;
	}
	.mediaDate{
		padding:40px 0 0;
	}
	.mediaDay{
		width:90%;
		height:70px;
		font-size:50px;
		line-height:70px;
	}
}
@media screen and (max-width: 1400px) {
	.mediaCont{
		width:96%;
		height:150px;
	}
	.mediaImg{
		width:32%;
	}
	.mediaInfo{
		width:55%;
		height:180px;
		padding:15px 0 0 4%;
	}
	.mediaTitle{
		height:50px;
		font-size:28px;
		line-height:40px;
	}
	.mediaDesc{
		height:90px;
		font-size:18px;
		line-height:35px;
	}
	.mediaTxt{
		height:21px;
		font-size:18px;
		line-height:21px;
	}
	.mediaDate{
		width:6%;
		height:80px;
		padding:20px 0 0;
	}
	.mediaDay{
		width:100%;
		height:80px;
		font-size:45px;
		line-height:80px;
	}
	.mediaYm{
		height:35px;
		font-size:18px;
		line-height:35px;
	}
}
@media screen and (max-width: 1200px) {
	.mediaTitle{
		height:40px;
		font-size:25px;
		line-height:30px;
	}
	.mediaDesc{
		height:80px;
		font-size:17px;
		line-height:28px;
	}
	.mediaTxt{
		font-size:17px;
	}
	.mediaYm{
		font-size:16px;
	}
}
.mediaDate_Mob,.mediaDate_Mob_bg{display:none;}
@media screen and (max-width: 750px) {
	.mediaCont{
		width:96%;
		height:150px;
		padding:70px 0;
	}
	.mediaImg{
		width:50%;
		position:relative;
	}
	.mediaInfo{
		width:46%;
		height:190px;
		padding:8px 0 0 3%;
	}
	.mediaTitle{
		height:40px;
		font-size:20px;
		line-height:40px;
		overflow:hidden;
	}
	.mediaDesc{
		height:105px;
		font-size:15px;
		line-height:24px;
	}
	.mediaTxt{
		height:21px;
		font-size:15px;
		line-height:21px;
	}
	.mediaDate{
		display:none;
	}
	.mediaDate_Mob{
		width:35%;
		height:auto;
		padding:10px 0 20px;
		position:absolute;
		left:0;
		top:0;
		background:url(../images/bg_30k.png) repeat center;
		display:block;
		text-align:center;
		color:#fff;
	}
	.mediaDay{
		width:50%;
		height:80px;
		font-size:45px;
		line-height:80px;
		color:#fff;
		border-bottom: 1px solid #fff;
	}
	.mediaYm{
		height:35px;
		font-size:18px;
		line-height:35px;
		color:#fff;
	}
}
@media screen and (max-width: 600px) {
	.mediaCont{
		width:96%;
		height:150px;
		padding:50px 0;
	}
	.mediaInfo{
		height:140px;
	}
	.mediaTitle{
		height:35px;
		font-size:17px;
		line-height:35px;
	}
	.mediaImg{
		height:100px;
	}
	.mediaDesc{
		height:85px;
		font-size:14px;
		line-height:20px;
	}
	.mediaTxt{
		height:19px;
		font-size:11px;
		line-height:19px;
	}
	.mediaDate_Mob{
		width:35%;
		padding:10px 0;
	}
	.mediaDay{
		width:50%;
		height:65px;
		font-size:35px;
		line-height:65px;
	}
	.mediaYm{
		height:35px;
		font-size:18px;
		line-height:35px;
	}
}
@media screen and (max-width: 500px) {
	.mediaCont{
		width:98%;
		height:130px;
		padding:40px 0;
	}
	.mediaInfo{
		height:90px;
	}
	.mediaTitle{
		height:20px;
		font-size:15px;
		line-height:20px;
	}
	.mediaImg{
		height:90px;
	}
	.mediaDesc{
		height:80px;
		font-size:13px;
		line-height:18px;
	}
	.mediaTxt{
		height:19px;
		font-size:13px;
		line-height:19px;
	}
	.mediaDate_Mob{
		width:35%;
		padding:10px 0;
	}
	.mediaDay{
		width:50%;
		height:50px;
		font-size:30px;
		line-height:50px;
	}
	.mediaYm{
		height:20px;
		font-size:16px;
		line-height:20px;
	}
}
@media screen and (max-width: 430px) {
	.mediaCont{
		width:98%;
		height:130px;
		padding:40px 0;
	}
	.mediaInfo{
		height:80px;
		padding:5px 0 0 2%;
	}
	.mediaTitle{
		height:18px;
		font-size:15px;
		line-height:18px;
	}
	.mediaImg{
		height:90px;
	}
	.mediaDesc{
		height:85px;
		font-size:13px;
		line-height:17px;
	}
	.mediaTxt{
		height:19px;
		font-size:13px;
		line-height:19px;
	}
	.mediaDate_Mob{
		width:35%;
		padding:10px 0;
	}
	.mediaDay{
		width:50%;
		height:50px;
		font-size:28px;
		line-height:50px;
	}
	.mediaYm{
		height:20px;
		font-size:15px;
		line-height:20px;
	}
}

.acadliteCont{
	width:90%;
	max-width:1770px;
	height:140px;
	padding:60px 0;
	margin:0 auto;
	border-bottom: 1px solid #454545;
}
.acadliteImg{
	width:27%;
	height:auto;
	max-height:140px;
	float:left;
}
.acadliteImg img{
	width:100%;
	max-width:370px;
	height:auto;
	max-height:140px;
}

.acadliteInfo{
	width:50%;
	height:120px;
	padding:20px 0 0 4%;
	float:left;
}
.acadliteTitle{
	width:100%;
	height:50px;
	font-size:30px;
	color:#454545;
	line-height:35px;
	font-weight:550;
	overflow:hidden;
}
.acadliteDesc{
	width:100%;
	height:80px;
	font-size:20px;
	color:#454545;
	line-height:32px;
	font-weight:350;
	overflow:hidden;
}
.acadliteLoad{
	width:61px;
	height:80px;
	padding:40px 0 0;
	float:right;
	cursor: pointer;
}
.acadliteLoadTxt{
	width:75px;
	height:30px;
	padding:90px 0 0 0;
	text-align:right;
	float:right;
}
@media screen and (max-width: 1200px) {
	.acadliteTitle{
		height:50px;
		font-size:24px;
		line-height:35px;
	}
	.acadliteDesc{
		height:80px;
		font-size:16px;
		line-height:32px;
	}
}
@media screen and (max-width: 750px) {
	.acadliteCont{
		width:60%;
		height:250px;
		padding:40px 0 30px;
		margin:0 auto;
		border-bottom: 1px solid #454545;
	}
	.acadliteImg{
		width:100%;
		height:auto;
		max-height:140px;
		float:none;
		margin:0 auto;
	}
	.acadliteImg img{
		width:100%;
		height:auto;
		max-height:140px;
	}

	.acadliteInfo{
		width:78%;
		height:60px;
		padding:15px 0 0 0;
		float:left;
	}
	.acadliteTitle{
		height:30px;
		font-size:19px;
		line-height:30px;
	}
	.acadliteDesc{
		width:100%;
		height:80px;
		font-size:15px;
		line-height:22px;
	}
	.acadliteLoad{
		padding:20px 0 0;
	}
	.acadliteLoadTxt{
		display:none;
	}
}
@media screen and (max-width: 550px) {
	.acadliteCont{
		width:80%;
		height:250px;
		padding:50px 0 15px;
	}
	.acadliteImg{
		width:100%;
		height:auto;
	}
	.acadliteImg img{
		width:100%;
		height:auto;
	}
	.acadliteInfo{
		width:78%;
		height:60px;
		padding:15px 0 0 0;
	}
	.acadliteTitle{
		height:30px;
		font-size:19px;
		line-height:30px;
	}
	.acadliteDesc{
		width:100%;
		height:80px;
		font-size:15px;
		line-height:22px;
	}
	.acadliteLoad{
		padding:20px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.acadliteCont{
		width:90%;
		height:250px;
		padding:50px 0 15px;
	}
	.acadliteInfo{
		width:78%;
		height:60px;
		padding:15px 0 0 0;
	}
	.acadliteTitle{
		height:25px;
		font-size:16px;
		line-height:25px;
	}
	.acadliteDesc{
		width:100%;
		height:60px;
		font-size:14px;
		line-height:20px;
	}
	.acadliteLoad{
		padding:25px 0 0;
		width:50px;
		height:61px;
	}
}


.contactusbill{
	width:100%;
	height:956px;
	background:#b5b4b2 url(../images/contactusbill.jpg) no-repeat center;
	background-size:883px 956px;
}
@media screen and (max-width: 1920px) {
	.contactusbill{
		height:750px;
		background-size:693px 750px;
	}
}
@media screen and (max-width: 1380px) {
	.contactusbill{
		height:540px;
		background-size:499px 540px;
	}
}
@media screen and (max-width: 750px) {
	.contactusbill{
		height:680px;
		background-size:628px 680px;
	}
}
@media screen and (max-width: 600px) {
	.contactusbill{
		height:550px;
		background-size:508px 550px;
	}
}
@media screen and (max-width: 480px) {
	.contactusbill{
		height:440px;
		background-size:406px 440px;
	}
}
@media screen and (max-width: 420px) {
	.contactusbill{
		height:385px;
		background-size:356px 385px;
	}
}
@media screen and (max-width: 390px) {
	.contactusbill{
		height:357px;
		background-size:330px 357px;
	}
}
@media screen and (max-width: 320px) {
	.contactusbill{
		height:293px;
		background-size:268px 293px;
	}
}

.contactusCont{
	width:900px;
	height:150px;
	margin:80px auto 150px;
}
.contactusImg{
	width:280px;
	height:150px;
	float:left;
}
.contactusImg img{
	width:280px;
	height:140px;
}
.contactusInfo{
	width:440px;
	height:150px;
	border-left: 2px solid #454545;
	padding:0 0 0 80px;
	float:right;
	color:#454545;
}
.contactusName{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:28px;
}
.contactusLink{
	width:100%;
	height:80px;
	font-size:18px;
	line-height:32px;
}
@media screen and (max-width: 750px) {
	.contactusCont{
		width:90%;
		height:350px;
		margin:40px auto 60px;
		
	}
	.contactusImg{
		width:100%;
		height:170px;
		float:none;
		text-align:center;
	}
	.contactusInfo{
		width:440px;
		height:150px;
		border: 0px;
		border-top: 1px solid #454545;
		padding:20px 0 0;
		float:none;
		margin:0 auto;
	}
	.contactusName{
		text-align:center;
	}
}
@media screen and (max-width: 430px) {
	.contactusCont{
		width:90%;
		height:280px;
		margin:20px auto 40px;
	}
	.contactusImg{
		height:130px;
	}
	.contactusImg img{
		width:220px;
		height:110px;
	}
	.contactusInfo{
		width:100%;
		height:150px;
		border: 0px;
		border-top: 1px solid #454545;
		padding:20px 0 0;
		float:none;
		margin:0 auto;
	}
	.contactusName{
		width:90%;
		height:35px;
		line-height:35px;
		font-size:17px;
		margin:0 auto;
	}
	.contactusLink{
		width:90%;
		height:60px;
		font-size:14px;
		line-height:21px;
		margin:0 auto;
	}
}
@media screen and (max-width: 380px) {
	.contactusCont{
		height:240px;
		margin:15px auto 20px;
	}
	.contactusImg{
		height:110px;
	}
	.contactusImg img{
		width:190px;
		height:95px;
	}
	.contactusName{
		height:30px;
		line-height:30px;
		font-size:16px;
	}
	.contactusLink{
		width:94%;
		height:50px;
		font-size:13px;
		line-height:19px;
	}
}
@media screen and (max-width: 380px) {
	.contactusLink{
		width:100%;
	}
}

.page{
    text-align: center;
	margin:15px 0 0;
}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 8px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
	margin-right: 5px;
	font-size:16px;
}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background: #efefef;
    color: #454545;
    padding: 8px;
    min-width: 15px;
    border: 1px solid #efefef;
	font-size:16px;
	margin-right: 5px;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #efefef;
    color: #fff;
    border: 1px solid #efefef;

}
.footer{
	width:100%;
	height:240px;
	text-align:center;
	background-color:#033692;
	color:#fff;
	font-size:24px;
	padding:130px 0;
	line-height:60px;
	margin:0;
}
@media screen and (max-width: 1920px) {
	.footer{
		height:185px;
		font-size:20px;
		padding:85px 0;
		line-height:45px;
		margin:0;
	}
}
@media screen and (max-width: 1380px) {
	.footer{
		height:133px;
		font-size:16px;
		padding:61px 0;
		line-height:35px;
	}
}
@media screen and (max-width: 750px) {
	.footer{
		height:150px;
		font-size:16px;
		padding:65px 0;
		line-height:30px;
	}
}
@media screen and (max-width: 550px) {
	.footer{
		height:130px;
		font-size:13px;
		padding:50px 0;
		line-height:25px;
	}
}

.title{width:100%;height:35px;line-height:35px;padding:10px 0 5px;text-align:center;font-weight:550;font-size:18px;}
.contactForm{
	width:100%;
	max-width:320px;
	margin:0 auto;
	height:700px;
}
.inputRow{
	width:100%;
	height:55px;
}
.inputTitle{
	width:90px;
	height:55px;
	line-height:55px;
	float:left;
	text-align:right;
}
.inputC{
	width:230px;
	height:55px;
	float:left;
}
.tdhead{background-color:#e8e8e8;}
.content_PC{
	width:960px;
	height:1050px;
	margin:0 auto;
}

.content_Mob{
	width:94%;
	height:1250px;
	display:none;
	padding:10px 0 0;
	margin:0 auto;
}
.myname{
	width:60px;
	height:80px;
	color:#fff;
	float:right;
}
.veriResultForm{
	display:none;
}

@media screen and (max-width: 820px) {
	.content_PC{
		display:none;
	}
	.content_Mob{
		display:block;
	}
}

input::-webkit-input-placeholder{
    opacity:0.95;letter-spacing:1px;
 }
 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    opacity:0.95;letter-spacing:1px;
 }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    opacity:0.95;letter-spacing:1px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    opacity:0.95;letter-spacing:1px;
}
input[type=text]{
	width:87%;
	height: 30px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}

input[type=text]:focus{
	outline: none;
	border: 1px solid #bbb;
}
input[type=password]{
	width:87%;
	height: 30px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}
input[type=password]:focus{
	outline: none;
	border: 1px solid #bbb;
}

select{
	width:90%;
	height: 40px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
	background: #fff;
}

option{
	height: 40px;
	line-height: 40px;
}
select:focus{
	outline: none;
	border: 1px solid #ccc;
}

input[type=submit]{
	width: 85%;
	height: 38px;
	margin: 35px auto 0;
	background: #0077be;
	border: 1px solid #0077be;
	padding:0px 0 5px;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 15px;
	padding:0px 10px;
	line-height:38px;
}
input[type=submit]:hover{
	opacity: 0.8;
}
input[type=submit]:active{
	opacity: 0.6;
}
input[type=submit]:focus{
	outline: none;
}
.graybtn{
	width:45%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
	float:right;text-align:center;
}
.graybtn:hover{
	outline: none;
	color:#333;
	border: 1px solid #aaa;
	background-color: #e8e8e8;
}
.snpicverify {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:url(../images/bgK-80.png) repeat;
	display:none;
}
#slidebar_Div{
	position: fixed;
	left:50%;
	top:40%;
	margin:-120px 0 0 -150px;
	padding:10px;
	width: 295px;
	height: 205px;
	background-color:#fff;
	
}
#sliderbar_ifr{
	width:295px;
	height:200px;
	margin:0;
	padding:0;
	position:relative;
}
#phoneverinote{
	color:#f00;
	margin:0 0 0 15px;
	padding:60px 0 0;
	display:none;
	width:275px;
	text-align:center;
}
.closebtn{
	position:absolute;
	top:-30px;
	right:-40px;
	width:25px;
	height:20px;
	padding:2px;
	line-height:20px;
	font-size:12px;
	color:#fff;
	border: 0px solid #fff;
	cursor:pointer;
}
.slideBar{
	margin:0;
	padding:0;
}
.radio {
  margin: 25px 0 0 25px;
  float:left;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

#wrapper {
    width: 100%;
    min-width: 320px;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 52px;
    overflow: hidden;
    z-index: 1;

    /* 防止本机Windows上的触摸事件 */
    -ms-touch-action: none;

    /* 防止callout tap-hold和文本的选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* 防止文本调整取向变化对web应用程序很有用 */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.pull-loading {
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#aaa;
}
#scroller ul li {
	width:94%;
	margin:0 auto;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
	line-height:2em;
}


/*验证码*/
.code{
    font-family:Arial;
    font-style:italic;
    font-size:19px;
    border:0;
    padding:0;
	margin:0 0 0 8px;                   
    cursor:pointer;
        width:100px;
        height:30px;
        line-height:30px;
        vertical-align:middle;
		color:#666;
		text-align:left;
}

.prodvaliresult{
	width:100%;
	height:100%;
	background:url('../images/bgK-80.png') repeat;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	display:none;
}
.valiresultcont{
	width:320px;
	height:230px;
	background-color:#fff;
	margin:260px auto;
	border-radius:12px;
	font-size:19px;
	line-height:28px;
	font-weight:350;
	position: relative;
}
.prodvali_OK{
	width:100%;
	height:200px;
	padding:20px 0 0;
	text-align:center;
	display:none;
}
.prodvali_Err{
	width:100%;
	height:200px;
	padding:20px 0 0;
	text-align:center;
	display:none;
}
.valiresultcont img{
	width:90px;
	height:90px;
}
.valiresultcont span{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	font-weight:550;
	color:#333;
}
.valiclose {
    background: #aaa;
    color: #fff;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 16px;
    padding: 0px;
    top: -10px;
    right: -10px;
    position: absolute;
	cursor:pointer;
}
.valiclose::before {
    content: "\2716";
}

	
.topBox{
	position:fixed;
	right:10px;
	bottom: 10px;
	height:25px;
	width: 40px; 
	text-align:center;
	padding-top:15px; 
	background-color: #033692;
	border-radius: 20%;
	overflow: hidden;
	opacity: 0.85;
	border: 1px solid #5b93f7; 
}

.topBox:hover:before{
	top:50%
}
.topBox:hover .topBox-in{
	opacity: 0.6;
}
.topBox:before{
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*content:'回到顶部';*/
	width: 40px;
	color:peru;
	font-weight:bold;
	line-height:14px;
} 
.topBox-in{
	visibility: visible;
	display:inline-block;
	height:15px;
	width: 15px;
	border: 2px solid black;
	border-color: white transparent transparent white;
	transform:rotate(45deg);
}
@media screen and (max-width: 1380px) {
	.topBox{
		right:8px;
		bottom: 8px;
		height:18px;
		width: 31px; 
		padding-top:12px; 
		border-radius: 20%;
	}
	.topBox-in{
		height:12px;
		width: 12px;
	}
}

.cantactform_C input[type=text]{
	width:98%;
	height: 40px;
	border: 1px solid #666;
	border-radius: 2px;
	color: #666;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 1px 0 1px 3%;
	margin: 0 0 0 2px;
}

.cantactform_C input[type=text]:focus{
	outline: none;
	border: 1px solid #bbb;
}
.cantactform_C input[type="radio"] {
  position: absolute;
  opacity: 0;
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
	.cantactform_C input[type=text]{
		height: 30px;
		font-size: 14px;
		padding: 1px 0 1px 3%;
		margin: 0 0 0 2px;
	}
	.cantactform_C input[type="radio"] {
		font-size: 14px;
	}
}
label{
  font-size:16px;
  padding:0 5px;
}
#editorContent{
	width:99%;
	height: 140px;
	border: 1px solid #666;
	border-radius: 2px;
	color: #666;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 10px 0 0 1.5%;
	margin: 0 0 0 2px;
}
#editorContent:focus{
	outline: none;
	border: 1px solid #bbb;
}

.prodvaliForm_R input[type=text]{
	width:270px;
	height: 40px;
	border: 1px solid #666;
	border-radius: 20px;
	color: #666;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 1px 0 1px 20px;
	margin: 0 0 0 2px;
}

.prodvaliForm_R input[type=text]:focus{
	outline: none;
	border: 1px solid #bbb;
}

.prodvaliForm_R input[type=submit]{
		width: 200px;
		height: 35px;
		margin: 15px auto 0;
		padding:0px 0 5px;
		border-radius: 5px;
		font-size: 15px;
		padding:0px 10px;
		line-height:35px;
}

@media screen and (max-width: 1920px) {
	.prodvaliForm_R input[type=text]{
		width:175px;
		height: 28px;
		border-radius: 15px;
		font-size: 14px;
		padding: 1px 0 1px 10px;
		margin: 0 0 0 2px;
	}
	.prodvaliIn{
		width:65px;
		height:28px;
		top:2px;
		right:165px;
		font-size:12px;
		line-height:28px;
	}
	.prodvaliForm_R input[type=submit]{
		width: 200px;
		height: 35px;
		margin: 15px auto 0;
		padding:0px 0 5px;
		border-radius: 5px;
		font-size: 15px;
		padding:0px 10px;
		line-height:35px;
	}
}
@media screen and (max-width: 1380px) {
	.prodvaliForm_R input[type=text]{
		width:175px;
		height: 26px;
		border-radius: 15px;
		font-size: 14px;
		padding: 1px 0 1px 10px;
		margin: 0 0 0 2px;
	}
	.prodvaliIn{
		width:65px;
		height:28px;
		top:2px;
		right:85px;
		font-size:12px;
		line-height:28px;
	}
	.prodvaliForm_R input[type=submit]{
		width: 160px;
		height: 32px;
		margin: 15px auto 0;
		padding:0px 0 5px;
		border-radius: 5px;
		font-size: 15px;
		padding:0px 8px;
		line-height:32px;
	}
}

.ssL{
	width:150px;
	height:30px;
	padding:0 30px 0 10px;
	border-right: 1px solid #bbb;
	float:left;
}
.containerSS select{
	width:150px;
	height: 30px;
	border: 0px solid #666;
	border-radius: 0px;
	color: #454545;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height:30px;
	padding: 1px 0 1px 3%;
	margin: 0 0 0 2px;
	text-align:center;
}

option{
	height: 40px;
	line-height: 40px;
}
select:focus{
	outline: none;
	border-bottom: 1px solid #ccc;
}
#errormsg{
	position:fixed;
	min-width:150px;
	height:25px;
	line-height:25px;
	padding:10px 15px;
	text-align:center;
	background-color:#666;
	color:#fff;
	top:250px;
	left:45%;
	opacity:0.9;
	display:none;
}
@media screen and (max-width: 820px) {
	#errormsg{
		left:25%;
	}
}