@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-12-26 14:13:53
 * @version $蜀州益客网络科技-前端$
 */

 /* css 初始化样式 */  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;box-sizing: border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}   
body {color:#333; font-size:14px; font-family:'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif; }   
td,th,caption { font-size:14px; }   
h1, h2, h3, h4, h5, h6 { font-weight:normal;}   
address, caption, cite, code, dfn, em, strong, th, var,span,i,b { font-style:normal; font-weight:normal;}   
a {text-decoration:none;color:#333;}   
img { border:none;}   
ol,ul,li { list-style:none;}
input, textarea, select, button { font:14px 'Microsoft YaHei',Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; } 
html {overflow-y: scroll;}  
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
 	background: #fff;
}
/* css common */  
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}   
.clearfix { *zoom:1; }


.header {
	max-width:1200px;
	margin: 0 auto;
	padding: 0.1rem 0;
}
.header .logo {
	float: left;
}
.header .logo img {
	max-width: 100%;
	display: block;
}
.header .contact {
	float: right;
}
.header .contact span {
	display: block;
	float: left;
	color: #549cc3;
	font-size: 0.09rem;
	font-weight: bold;
}
.header .contact span a {
	color: #549cc3;
}
.header .contact .tact-name {
	line-height: 0.24rem;
}



/*banner*/
.banner {
	max-width: 1920px;
	margin: 0 auto;
}
.banner img {
	width: 100%;
	display: block;
}


/*视频*/
.video {
	max-width: 1100px;
	margin: 0.15rem auto;
}
.video .tle {
	max-width: 600px;
	margin: 0 auto;
	color: #318ab9;
	font-size: 0.12rem;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.video .tle:before {
	left: 0;
	background: url(../images/p23.png)no-repeat;
}
.video .tle:after {
	background: url(../images/p24.png)no-repeat;
	right: 0;
}
.video .tle:before,.video .tle:after {
	content: "";
	display: block;
	width: 0.74rem;
	height: 0.072rem;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -0.031rem;
}
.video .video-wide {
	margin-top: 0.05rem;
}
.video .video-wide video {
	width: 100%;
	height: 3.1rem;
}


/*欧美公学官网*/
.website {
	background: #e9e9e9;
	max-width: 1920px;
	margin: 0 auto;
}
.website-con {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.05rem 0;
	color: #0e5a96;
	font-size: 0.1rem;
	font-weight: bold;
	line-height: 0.15rem;
}
.website-con img {
	vertical-align: middle;
	height: 0.15rem;
}
.website-con a {
	float: right;
	font-size: 0.09rem;
	color: #fff;
	padding: 0.01rem 0.08rem;
	background: url(../images/p25.png)no-repeat;
	background-size: 100% 100%;
}


/*大板块*/
.large{
	background: url(../images/a1.jpg)no-repeat;
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0.1rem 0;
}
.large .large-con {
	max-width: 1100px;
	margin: 0 auto;
}

.large .large-text p{
	line-height: 165%;
	color: #4b4b4b;
	font-size: 0.07rem;
	margin-top: 0.05rem;
	text-align: justify;
}
.large .large-text p span {
	color: #e72222;
}
.large .large-text p span.bold {
	font-weight: bold;
}
.large .large-abroad {
	background: rgb(0 0 0 / 0%);
	margin: 0 0.1rem;
	padding: 0.1rem;
	box-shadow:0px 0px 30px #cdd1d2;
	min-height: 200px;
	margin-top: 0.2rem;
}
.large .large-within {
	border:0.025rem solid #e4e4e4;
}
.large .large-within .li {
	padding: 0.1rem 0;
}
.large .large-within .left {
	float: left;
	width: 50%;
}
.large .large-within .right {
	float: right;
	width: 50%;
}
.large .large-within .imgRed {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.large .large-within h1 {
	font-weight: bold;
	font-size: 0.12rem;
}
.large .large-within h1.num01 {
	color: #1a9796;
}
.large .large-within h1.num02 {
	color: #e15d1c;
}
.large .large-within h1.num03 {
	color: #9d32cc;
}
.large .large-within p {
	font-size: 0.08rem;
	margin-top: 0.1rem;
	color: #4b4b4b;
}
.large .within-text {
	padding-left: 15%;
	position: relative;
}

.large .number {
	position: absolute;
	height: 0.2rem;
	left: 15%;
	top: 0;
	z-index: 1;
}
.large .large-bottom {
	margin-top: 0.2rem;
}
.large .large-bottom .tle{
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}
.large .large-bottom .tle img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.large .large-bottom .tle:before {
	left: 0;
	background: url(../images/p23.png)no-repeat;
}
.large .large-bottom .tle:after {
	background: url(../images/p24.png)no-repeat;
	right: 0;
}
.large .large-bottom .tle:before,.large .large-bottom .tle:after {
	content: "";
	display: block;
	width: 0.74rem;
	height: 0.072rem;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -0.031rem;
}
.large .large-bottom-con {
	margin-top: 0.3rem;
}
.large .large-bottom-con .li {
	width: 47.5%;
}
.large .large-bottom-con .li:nth-child(1){
	float: left;
}
.large .large-bottom-con .li:nth-child(2){
	float: right;
}
.large .large-bottom-con .li img {
	display: block;
	width: 100%;
}
.large .large-bottom-con .li p {
	text-align: center;
	color: #383838;
	font-size: 0.09rem;
	font-weight: bold;
	line-height: 180%;
}

.large .large-bottom-btn {
	max-width: 550px;
	margin: 0 auto;
	margin-top: 0.2rem;
}
.large .large-bottom-btn a {
	display: block;
	width: 45%;
	height: 0.2rem;
	line-height: 0.2rem;
	text-align: center;
	color: #fff;
	font-size: 0.09rem;
	border-radius: 0.03rem;
	font-weight: bold;
}
.large .large-bottom-btn a.left {
	float: left;
	background: #f42a35;
}
.large .large-bottom-btn a.right {
	float: right;
	background: #2ab9f4;
	font-weight: bold;
}

.large .large-bottom .tle.m20 {
	margin-top: 0.2rem;
}


/*compete*/
.compete {
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/a1.jpg)no-repeat;
	padding: 0.1rem 0;
}
.compete-wide {
	max-width: 1100px;
	margin: 0 auto;
}
.compete-wide .li {
	padding: 0.2rem;
}
.compete-wide .li .con{
	float: left;
	width: 50%;
}
.compete-wide .li .con > img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.compete-wide .li .con h1 {
	font-size: 0.1rem;
	font-weight: bold;
}
.compete-wide .li .con.left h1 {
	color: #e48926;
}
.compete-wide .li .con.right h1 {
	color: #de19ce;
}
.compete-wide .li .con.right {
	padding-top: 0.25rem;
}
.compete-wide .li .con h1 img {
	vertical-align: middle;
	height: 0.15rem;
	margin-right: 0.1rem;
}
.compete-wide .li .con p {
	color: #323232;
	font-size: 0.08rem;
	margin-top: 0.05rem;
}



/*prepare*/
.prepare {
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/a1.jpg)no-repeat;
	background-size: 100% 100%;
	padding: 0.2rem 0;
}
.prepare .prepare-wide {
	max-width: 1200px;
	margin: 0 auto;
}
.prepare .prepare-tel img {
	width: 100%; 
	display: block;
}
.prepare .prepare-con {
	margin-top: 0.1rem;
}
.prepare .prepare-con .li {
	float: left;
	width: 20%;
	padding: 0.02rem;
}
.prepare .prepare-con .li .prepare-bg {
	background: #f4e7d9;
	padding: 0.05rem;
}
.prepare .prepare-con .li img {
	width: 100%;
	display: block;
}
.prepare .prepare-con .li h1 {
	font-size: 0.1rem;
	color: #22262e;
	text-align: center;
	font-weight: bold;
}
.prepare .prepare-con .li p {
	font-size: 0.07rem;
	color: #22262e;
	line-height: 170%;
	margin-top: 0.05rem;
	text-align: justify;
	min-height: 0.4rem;
}
.prepare .prepare-con .li a {
	display: block;
	background: #12aef8;
	width: 0.8rem;
	height: 0.2rem;
	line-height: 0.2rem;
	text-align: center;
	margin: 0 auto;
	font-size: 0.07rem;
	color: #fff;
	border-radius: 0.1rem;
}
.prepare .prepare-con .li a:hover {
	background: #ff5555;
}
.prepare  .prepare-btn {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 0.15rem;
}
.prepare  .prepare-btn span {
	display: block;
	float: left;
	font-size: 0.1rem;
	font-weight: bold;
	color: #fff;
	padding: 0.05rem 0;
}
.prepare  .prepare-btn span:nth-child(1){
	text-align: right;
	background: #12aef8;
	width: 55%;
}
.prepare  .prepare-btn span:nth-child(2){
	background: #0d8cc8;
	width: 45%;
}



/*science*/
.science {
	background: #f6feff;
	max-width: 1920px;
	margin: 0 auto;
}
.science .science-wide {
	max-width: 1100px;
	margin: 0 auto;
	background: url(../images/a18.jpg)no-repeat;
	background-size: cover;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.science .science-wide .li {
	float: left;
	width: 25%;
	padding: 0.05rem;
	position: relative;
}
.science .science-bg {
	background: #2496b6;
	padding: 0.05rem;
	padding-top: 0.1rem;
	min-height: 120px;
}
.science .science-wide .li p {
	color: #fff;
	font-size: 0.09rem;
	line-height: 165%;
	text-align: justify;
}
.science .science-wide .li img {
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.science .science-wide .li.li-top {
	margin-top: 0.3rem;
}
.science .science-tle {
	text-align: center;
	color: #323232;
	font-size: 0.2rem;
	font-weight: bold;
	background: #fff;
	padding: 0.2rem 0;
	font-style:italic;
}
.science .science-tle span {
	color: #4186ee;
	font-weight: bold;
	font-style:italic;
}



/*terror*/
.terror {
	background: #f3f3f3;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 0.1rem;
}
.terror .terror-tle {
	background: #fff;
	padding: 0.2rem 0;
}

.terror .terror-tle img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.terror .terror-con {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 0.1rem;
}
.terror .terror-con table {
	width: 100%;
}
.terror .terror-con table tr th {
	background: #12aef8;
	text-align: center;
	border: 1px solid #f3f3f3;
	text-align: center;
	width: 25%;
	font-size: 0.1rem;
	color: #fff;
	font-weight: bold;
	height: 0.3rem;
}
.terror .terror-con table tr td {
	border: 1px solid #adadad;
	text-align: center;
	width: 25%;
	padding:0.05rem 0.3rem;
	font-size: 0.08rem;
	color: #22262e;	
}
.terror .terror-con table tr td:nth-child(1) {
	font-weight: bold;
}
.terror .terror-con table tr td a {
	display: block;
	width: 0.7rem;
	height: 0.12rem;
	line-height: 0.12rem;
	text-align: center;
	color: #fff;
	font-size: 0.09rem;
	background: #12aef8;
	margin: 0 auto;
	margin-top: 0.1rem;
	border-radius: 0.1rem;
}
.terror .terror-btn {
	display: block;
	width: 0.9rem;
	height: 0.15rem;
	line-height: 0.15rem;
	text-align: center;
	color: #fff;
	font-size: 0.1rem;
	background: #f86b1e;
	margin: 0 auto;
	margin-top: 0.15rem;
	border-radius: 0.075rem;
}



/*rxhibition*/
.rxhibition {
	max-width: 1920px;
	margin: 0 auto;
}
.rxhibition .rxhibition-tle {
	font-size: 0.16rem;
	text-align: center;
	font-weight: bold;
	color: #323232;
	padding: 0.15rem 0;
}
.rxhibition .rxhibition-tle span {
	font-weight: bold;
	color: #39b6d9;
}
.rxhibition .rxhibition-con img {
	width: 100%;
	display: block;
}



/*case*/
.case {
	max-width: 1920px;
	margin: 0 auto;
	background: #b1c9ff;
}
.case .case-tle {
	font-size: 0.16rem;
	text-align: center;
	font-weight: bold;
	color: #323232;
	padding: 0.15rem 0;
	background: #fff;
}
.case .case-con {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0.05rem 0;
}
.case .case-con img {
	width: 100%;
	display: block;
}




/*namelist*/
.namelist {
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/a19.jpg)no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 0.65rem;
	margin-top: 0.8rem;
	padding-bottom: 0.1rem;
}
.namelist .namelist-tle{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.namelist .namelist-tle img {
	height: 1.35rem;
}
.namelist .namelist-wide {
	max-width: 1100px;
	margin: 0 auto;
}
.namelist .namelist-wide .li {
	float: left;
	width: 49%;
	margin: 0.5%;
	background: #fff;
	min-height: 550px;
	position: relative;
}

.namelist .namelist-wide table {
	width: 100%;
}
.namelist .namelist-wide table td {
	text-align: center;
	border:1px solid #bdbdbd;
	padding:0.025rem;
	color: #555555;
	font-size: 0.075rem;
}
.namelist .namelist-wide table tr.bg1 td{
	background: #feffb8;
	font-size: 0.09rem;
}
.namelist .namelist-wide .li.left h1 {
	text-align: center;
	color: #2573a3;
	font-weight: bold;
	font-size: 0.12rem;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 0.1rem;
}
.namelist .namelist-wide .li.left {
	padding-top: 0.1rem;
}
.namelist .namelist-wide .li.right {
	padding-top: 0.1rem;
}
.namelist .namelist-wide .li.right h2 {
	color: #c63627;
	font-size: 0.08rem;
	padding-left: 0.2rem;
	margin-top: 0.3rem;
}
.namelist .namelist-wide .li.right p {
	text-align: center;
	color: #c7c7c7;
	font-size: 0.07rem;
}
.namelist .namelist-wide .li.left:before {
	content: "";
	width: 0.85rem;
	height: 1.05rem;
	display: block;
	background: url(../images/p36.png)no-repeat;
	background-size:100% 100%;
	position: absolute;
	left: -0.2rem;
	bottom: -0.2rem;
	z-index: 1;
}
.namelist .namelist-wide .li.right:before {
	content: "";
	width: 1.05rem;
	height: 0.85rem;
	display: block;
	background: url(../images/p37.png)no-repeat;
	background-size:100% 100%;
	position: absolute;
	right: -0.4rem;
	bottom: -0.1rem;
	z-index: 1;
}



/*grace*/
.grace {
	max-width: 1920px;
	margin: 0 auto;
	
}
.grace .grace-wide {
	background: url(../images/a3.jpg)no-repeat;
	background-size:100% 100%;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}
.grace .grace-con {
	max-width: 1100px;
	margin: 0 auto;
}
.grace .grace-con .li {
	width: 50%;
	float: left;
	position: relative;
}
.grace .grace-con .li img {
	display: block;
	width: 100%;
	height: 1rem;
}
.grace .grace-con .li-top .left,.grace .grace-con .li-top .right ,.grace .grace-con .li-bottom .left,.grace .grace-con .li-bottom .right {
	padding: 0.015rem;
	float: left;
	height: 1rem;
	overflow: hidden;
}
.grace .grace-con .li-top .left {
	width: 60%;
}
.grace .grace-con .li-top .right {
	width: 40%;
}
.grace .grace-con .li-bottom .left{
	width: 40%;
}
.grace .grace-con .li-bottom .right  {
	width: 60%;
}
.grace .grace-con .li .hover {
	cursor: pointer;
	overflow: hidden;
}
.grace .grace-con .li .hover img{
	transition: all 0.6s;
}
.grace .grace-con .li .hover:hover img {
	transform: scale(1.1);
}

.grace .grace-con .li .yuan {
	font-size: 0.09rem;
	font-weight: bold;
	width: 0.5rem;
	height: 0.5rem;
	padding-top: 0.09rem;
	border-radius:50%;
	background: #fff;
	border-style: solid;
	border-width: 0.025rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	text-align: center;
	transform: translate(-50%,50%);
}
.grace .grace-con .li .left-yuan {
	border-color: #eb9610;
	color: #eb9610;
}
.grace .grace-con .li .right-yuan {
	border-color: #659418;
	color: #659418;
}
.grace .grace-tle {
	padding: 0.1rem 0;
}
.grace .grace-tle img {
	display: block;
	margin: 0 auto;
	max-width: 500px;
}



/*risk*/
.risk {
	max-width: 1920px;
	margin: 0 auto;
}
.risk .risk-tle {
	padding: 0.1rem 0;
}
.risk .risk-tle img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.risk .risk-wide {
	background: #0099ff;
}
.risk .risk-con {
	margin: 0 auto;
	max-width: 1100px;
}
.risk .risk-con img {
	display: block;
	width: 100%;
}


/*signUp*/
.signUp {
	max-width: 1100px;
	margin: 0 auto;
}
.signUp .signUp-top img{
	width: 100%;
	display: block;
}
.signUp .signUp-order>h1 {
	text-align: center;
	color: #424242;
	font-size: 0.16rem;
	font-weight: bold;
	padding: 0.15rem 0;
}
.signUp-order iframe{
	height: 700px;
}
.signUp .signUp-order>h1 img {
	margin: 0 auto;
	display: block;
	margin-top: 0.02rem;
}



/*Consultation*/
.Consultation {
	max-width: 1920px;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 0.1rem 0;
}
.Consultation-wide {
	max-width: 800px;
	margin: 0 auto;
}
.Consultation-wide .left ,.Consultation-wide .right{
	float: left;
	width: 50%;
}
.Consultation-wide .left img {
	display: block;
	width: 300px;
	
}
.Consultation-wide .right p {
	color: #323232;
	font-size: 0.08rem;
	line-height: 165%;
	margin: 0.1rem 0;
}
.Consultation-wide .right h2 {
	color: #323232;
	font-size: 0.08rem;
	margin-top: 0.02rem;
}
.Consultation-wide .right h2 img{
	vertical-align: middle;
	margin-right: 0.02rem;
}



/*address*/
.address {
	
	margin: 0.1rem auto;
	background: url(../images/a1.jpg)no-repeat;
}
.address h1 {
	font-size: 0.13rem;
	color: #ec3636;
	font-weight: bold;
}
.address h1 span {
	display: inline-block;
	width: 0.15rem;
	height: 0.15rem;
	background: #ec3636;
	margin-right: 0.05rem;
	vertical-align: middle;
}
.address .address-img {
	margin: 0.1rem 0;
}
.address .address-img .li {
	float: left;
	width: 50%;
	padding: 0.1rem;
}
.address .address-img .li h2{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin:10px 0;
	margin-bottom: 30px;
}
.address .address-img .li h2 b {
	color: #f03737;
	font-weight: bold;
}
.address .address-img .li.left p {
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	line-height: 25px;
}
.address .address-img .li.left p span {
	position: absolute;
	left: 0;
	top: 0;
}
.address .address-img .li.right p {
	font-size: 16px;
	color: #828282;
	text-align: left;
	line-height: 25px;
}

/*footer*/
.footer {
	background: #e1e1e1;
}
.footer .footer-wide {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	padding-bottom: 50px;
}
.footer .logo {
	float: left;
}
.footer .logo img {
	max-width: 100%;
	display: block;
}
.footer .contact {
	float: right;
}
.footer .contact span {
	display: block;
	float: left;
	color: #2675a0;
	font-size: 0.09rem;
	font-weight: bold;
}
.footer .contact span a {
	color: #2675a0;
}
.footer .contact .tact-name {
	line-height: 0.31rem;
	width: 0.2rem;
	height: 0.25rem;
	background: url(../images/p40.png)no-repeat;
	background-size: 0.2rem 0.25rem;
	margin-top: 0.01rem;
	margin-right: 0.05rem;
}
.footer .contact >div>a {
	float: left;
	margin-right: 50px;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border-radius: 6px;
	background: #318ab9;
	text-align: center;
	font-size: 0.09rem;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
}


@media only screen and (max-width: 640px) {
	.header .logo {
		width: 40%;
	}
	.prepare .prepare-con .li {
		width: 100%;
		float: none;
	}
	.prepare .prepare-con {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		margin-bottom: 0.1rem;
	}
	.science .science-wide .li {
		width: 50%;
		margin-top: 0.3rem;
	}
	.namelist .namelist-wide .li {
		width: 100%;
		float: none;
		padding: 0.1rem;
		min-height: 2rem;
	}
	.Consultation-wide .left, .Consultation-wide .right {
		width: 100%;
		float: none;
		padding-left:0.1rem;
	}
	.footer .logo {
		width: 50%;
	}
	.namelist .namelist-wide .li.right:before ,.namelist .namelist-wide .li.left:before{
		display: none;
	}
	.science .science-wide .li img {
		max-width: 140px;
	}
	.science .science-bg {
		min-height: 0.7rem;
	}
	.compete-wide .li .con {
		float: none;
		width: 100%;
	}
	.compete-wide .li .con.right {
		padding-top: 0;
	}
	.namelist .namelist-tle img {
		height: 1rem;
	}
	.large .large-text {
		padding: 0 0.1rem;
	}
	.website-con {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.large .large-within .left,.large .large-within .right {
		float: none;
		width: 100%;
	}
	.large .large-within .left {
		margin-bottom: 0.1rem;
	}
	.large .number {
		left: 2%;
	}
	.terror {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.large .large-bottom {
		padding: 0.1rem;
	}
	.compete-wide .li {
		padding: 0.1rem;
	}
	.prepare .prepare-con .li p {
		min-height: 0.3rem;
	}
	.science .science-tle {
		padding: 0.1rem;
	}
	.namelist {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
	.namelist .namelist-wide .li.right {
		padding-top: 0.1rem;
	}
	.terror .terror-tle {
		margin-left: -0.1rem;
		margin-right: -0.1rem;
	}
	.namelist .namelist-wide .li.right h2 {
		margin-top: 0.1rem;
	}
	.risk .risk-tle img,.terror .terror-tle img{
		width: 80%;
	}
	.prepare  .prepare-btn {
		width: 60%;
	}
	.address .address-text  {
		padding: 0 0.1rem;
	}
	.terror .terror-con table tr td{
		padding: 0.01rem;
		font-size: 0.12rem;
	}
	.video {
		padding: 0 0.1rem;
	}
	.signUp-order iframe{
		height: 620px;
	}
	.footer .footer-wide {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
	}
}





.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_phone a {color: #fff;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}