/*电脑屏幕自适应css*/
@charset="UTF-8";
*{margin: 0px;padding: 0px;box-sizing:border-box;}
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
 -webkit-appearance: none;
 }
input{
	padding-left: 5px;
 }
ul,li{
	list-style-type: none; 
}
body{
	
    background: #efefef;
}

.navs{
	background-color:#0079c8;
	height: 50px;
    transition: .6s;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    margin: 0 auto;
    background: -webkit-linear-gradient(bottom,#0079c8,#2caafd);
    background: -o-linear-gradient(bottom,#0079c8,#2caafd);
    background: -mos-linear-gradient(bottom,#0079c8,#2caafd);
    background: -moz-linear-gradient(bottom,#0079c8,#2caafd);
    background: linear-gradient(bottom,#0079c8,#2caafd);
}
nav{
	height: 50px;
    transition: .6s;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    margin: 0 auto;
    background: -webkit-linear-gradient(bottom,#0079c8,#2caafd);
    background: -o-linear-gradient(bottom,#0079c8,#2caafd);
    background: -mos-linear-gradient(bottom,#0079c8,#2caafd);
    background: -moz-linear-gradient(bottom,#0079c8,#2caafd);
    background: linear-gradient(bottom,#0079c8,#2caafd);
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
nav ul li{
	width: 12.5%;
	float: left;
}
nav ul li a{
	display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: 400;
    transition: .3s all ease;
    background: url(images/su.png) no-repeat right 50%;
}
nav ul li:last-of-type a{
	background: none;
}
nav ul li:hover a{
	background: #097dc2 !important;
}
.l1{
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.m_list{
	display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.container{
		width: 100%;
	}
	.m_list{
		padding-top: 15px;
		display: block;
	}
	.m_list ul li{
		width: 24%;
		float: left;
		margin: 0.5%;
	}
	.m_list ul li a{
		display: block;
		text-align: center;
		line-height: 36px;
		font-size: 14px;
		color: #fff;
		background-color: #0079C8;
	}
	.navs{
		position: fixed;
		top: 56px;
		right: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		background: rgba(0,0,0,.6);
		transition: .3s all ease;
	}
	.navs ul li{
		width: 100%;
	}
	.navs ul li a{
		height: 0;
		line-height: 48px;
		background: none !important;
		border-bottom: 1px solid transparent;
		transition: .3s all ease;
		overflow: hidden;
	}
	nav{
		background: none;
	}
	.navs.active{
		height: 100%;
	}
	.navs.active ul li a{
		height: 48px;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
}
header{
    background: #fff;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
}
.header{
    background: #fff;
    margin: 0 auto;
    height: 130px;
    overflow: hidden;
}
.header_top{
	width: 1200px;
	height:100px;
	margin: 0 auto;
	background-color:#fff;
}
.header_top h3{
	display:inline-block;
	width:1200px;
	margin: 0 auto;
    color: #81d3f2;
    font-size: 15px;
    line-height: 44px;
}
.heaeder_logo{
	padding: 20px 0;
    float: left;
    width: 50%;
}
.logo_img{
	
    display: inline-block;
    float: left;
	width:174px;
	height:54px;
	background:url(images/header_logo.png) no-repeat;
	line-height:300px;
	overflow:hidden;
}
.logo_wel{
    border-left: 1px solid #cdcdcd;
    padding-left: 3%;
    margin-left: 3%;
	display:inline-block;
}
.logo_wel h5 {
    font-size: 18px;
    color: #026bbc;
    padding: 5px 0px 3px 0px;
    font-weight: bold;
}
.logo_wel p{
    color: #000;
    font-size: 14px;
}
.header_tel{
	float: right;
	padding: 30px 0 0;
	text-align: right;
}
.ImTable *{padding:0px;margin:0px}
.ImTable{
}
.ImTable td{
    border:none;
}
.ImTable h2{font-size:14px;margin-top:5px;color:#333}
.ImHeader{
    text-align: center;
}
#kefubtn{
    position: fixed;
    right:0;
}
.online{
    line-height: 40px;
    background: url(images/weixin.gif)/*weixin.gif*/ no-repeat 18px;
    margin-bottom: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    background-color: #fff;
}
.online span{
    margin-left: 30px;
    padding: 5px 0px;
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size:18px;
    color: #666;
    text-align: center;
}
.Imbody{
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    background-color: #fff;
    padding-bottom: 10px;
}
.Imbody h2{
    text-align: center;
    padding: 5px;
    margin: 5px;
    min-height: 40px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.Imbody h2 img{
    float:left; margin-top:10px;
}
.Imbody h2 span{
    font-size:16px;color: #666;margin-left: 5px; font-family:å¾®è½¯é›…é»‘;
}

.ImRow0{background:#fff;line-height:34px;}
.ImRow1{background:#fff;line-height:34px;}
a.im,a:hover.im{text-decoration:none; color:#333; font-size: 13px;}
.ImFooter{
    text-algin:center;
}
.ImFooter img{
    margin:0 auto;
    margin-top:15px;
}
.ImFooter span{
    display:block;
    margin:0 auto;
    text-align: center;
    margin-top:10px;
    color: #666;
    font-weight: bold;
}
.returnTop {
    position: fixed;
    right: 15px;
    bottom: 62px;
    z-index: 99998;
    cursor: pointer;
    width: 40px;
    height: 37px!important;
    text-align: center;
    white-space: normal;
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
    color: #fff;
    opacity: 1;
    display: inline-block;
    background: url(images/ss.png) no-repeat -42px center #666;
}
.banner{
	text-align: center;
	overflow: hidden;
	width: 100%;
    position: relative;
    top: -25px;
    z-index: -1;
}
.banner img{
	max-width: 100%;
	height: auto;
	width:100%;
}
a {text-decoration: none; color: #333; }
a {font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;}
body{color: #333; font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;}

.clear{clear: both;}
.headtop{height: 33px;background: #F4F3EF; text-align:right; }
.headtt{width: 70%;margin: 0 auto;}
.zi{color: #e67e22;}
.lianxiwm{font:12px/30px "微软雅黑"; margin-right: 13%;}
.headtt1{margin-top: 59px;}
.fanguai{display: block; width: 12px;height: 13px;background: #E67E22; float: left; margin-right: 10px; margin-top: 4px;}

.main{width: 100%;background: #EFEFEF; padding-bottom: 50px;}
.maintout{width: 1200px;margin: 0 auto;}
.maintop{padding-top: 30px;}
.maintopleft img{width:440px;height: 248px; border: solid 2px #E1E1E1; padding: 10px; border-radius: 4px;}
.maintopleft{float: left;}
.maintoprigh{margin-left: 20px; float: left;}
.maintoprigh1 h1{font-size: 22px;height: 33px;letter-spacing: 1px;line-height: 33px;}
.maintoprigh2 {margin-top: 45px;}
.maintoprigh2 span{font-size: 14px; color: #e85308; margin-right: 20px;  }
.gang{color: #CCC7D2!important;}
.maintoprigh3 {margin-top: 40px;} 
.maintoprigh3 a{font-size: 13px;}
.maintoprigh3 span{background: #fff; border: 1px solid #68b30f; padding: 4px 10px;} 
.maintoprigh4{margin-top: 50px;  text-align: center; margin-left: -20px;}
.maintoprigh4 a{color: #fff;font-weight: bold;padding: 16px 80px;background: #ff9a00;}
.maintoprigh4 a:hover{background: #FFAD2F;}
.maindowleft{ padding-bottom: 20px; width: 25%; float: right;}
.maindowrith{width: 74%;float: left;}
.maindowleft1{width:100%;margin: 0 auto; padding: 10px 20px;font-size: 15px;font-weight:bold;}
.maindowleft1 h2{display: inline-block;font-size: 15px;}
.maindowleft2{text-align: center; margin-top: 0;}
.maindowleft2{padding: 0 15px;}
.maindowleft2 img{
	max-width: 100%;

    box-sizing: border-box;
}
.maindowleft3{text-align: center; margin-top: 10px;}
.maindowleft4{font-size: 13px; color: #999999;padding: 4px 20px; line-height: 1.7;padding-top:15px;}
.maindowleft4 a{ color: #666;line-height: 2;padding-left: 15px;background: url(images/liicon.png) no-repeat left center;}
.maindowleft4 a:hover{text-decoration: underline}
.maindowrith1 span{background: #ff9a00; color: #fff;padding: 8px 30px;font:bold 12px/35px "Lucida sans",Arial,Helvetica;}
.maindowrith2{background: #fff; padding: 15px;margin-bottom:13px;border:1px solid #e5e5e5; }
.maindowrith3{
	text-align: left;
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
    padding-left: 10px;
    color: #606060;
}
.maindowrith4{
    margin-top: 10px;
    background: #efefef;
    border-radius: 4px;
    padding: 15px;
    width: 48%;
    float: left;
    margin: 1%;
    overflow: hidden;
    box-sizing: border-box;} 
    .maindowrith4  img{
    	max-width: 100%;
		border-radius:3px;
    }
    .clearfix {
	zoom: 1;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.maindowrith4 span{
    color: #2976b7;
    margin-bottom: 10px;
    font-weight: bold;font-size: 18px;display: block;line-height: 1;} 
.maindowrith4 p{margin-top: 5px; color: #5c5d59;font-size: 14px; line-height: 1.5;height: 72px;overflow: hidden;}
.maindowrith5{background: #efefef; 
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 0; }
.maindowrith5 img{position: relative; left: -40px; top:-40px; }
.mainp{ color: #026bbc!important;font-size: 15px!important;  margin-bottom: 5px;font-weight:bold;}

.maindowrith5 p{ font-size: 13px;color: #535353;padding: 0px 10px; line-height: 1.5;}
.bf2{background: #efefef;}
.maindowrith6{ width: 100%; margin-top: 10px; margin-bottom: 20px; text-align: center;}
.maindowrith7{margin-top: 15px;
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
    padding: 15px 10px;
    box-sizing: border-box;}
    .maindowrith9 span{
    	color: #333;
    }
    .text_title{
    	margin: 20px 0;
    	height: auto;
    	overflow: hidden;
    }
    .text_title img{
    	float: left;
    	margin-right: 5px;
    	margin-bottom: 5px;
    }
    .text_title span{
    display: block;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 15px;
    vertical-align: sub;
    }
	.text_title span i{
		font-style:normal;
		font-weight: 400;
    font-size: 20px;
	}
    .text_title  p{
    	
    font-size: 14px;
    word-wrap: break-word;
    color: #333;
    margin-bottom: 15px;
    line-height: 24px;
    zoom: 1;
	text-indent:2em;
    }
.text_title  p a{
	 color: #136ec2;
	 text-decoration:none;
}
.maindowrith8 h2{padding: 0px 10px; color: #333;border-radius: 3px;font-size: 22px;position: relative;line-height: 1;
	background: url(images/line.png) no-repeat right center;
}
.maindowrith8 h2::before{content: " ";position: absolute;width: 5px;height: 100%;
background: #4F9CEE;left: 0;top: 0;}
.maindowrith9{margin-top: 10px;font-size: 13px; letter-spacing: 1px;line-height: 1.7;}
.maindowrith9 img{position: relative;top: 2px; margin-right: 5px;}
.maindowrith10{width: 90%; margin: 0 auto;}
.maindowrith10 span{color: #333;font-size: 28px;}
.maindowrith10 p{display: block;font-size: 13px;line-height: 23px;margin-top: 15px;}
.dt11{background: #fff;}
.maindowrith11{width: 90%;margin: 0 auto;background:  #f3edd1;font-size: 13px;line-height: 25px;margin: 15px auto 0;padding: 20px 25px;}
.mr2{background: #D9E5E7;}
footer{ background: #0082cd; color: #fff;  text-align: center;
    line-height: 30px;
    font-size: 13px;
    padding: 10px 0;font-size: 13px;}
footer a{color: #fff;}
@media screen and (max-width: 1024px) {
.maintout{width: 96%;}
}
@media screen and (max-width: 768px) {
.logo img{max-width: 100%;}
.mnone{display: none;}
.headtt1{margin-top: 10px;}
.headtop{text-align: center;}
.maintout{width: 100%;}
.maindowleft{width: 100%;}
.maindowrith{width: 100%;}
.maintopleft{ float: none; max-width: 100%; text-align: center;margin: 0 auto;}
.maintopleft img{max-width: 94%; }
.maintoprigh2{margin-top: 20px;}
.maintoprigh2 span{margin-right: 10px;}
.maindowrith5 span{background: red; width: 80%;}
.maindowrith5 p{padding-right: 10px;}
.maindowrith7{width: 98%;margin-left: 0px; margin: 0 auto;}
.maintoprigh{float: none; padding-bottom: 20px; width: 99%; margin: 0 auto; text-align: center;}
.maintoprigh1{margin-top: 10px;}
.maindowrith10{width: 100%;}
.maindowrith11{width: auto;}
.maindowleft4{padding: 6px 15px; margin-top: 10px;}
.maintoprigh4{margin-left: 0px; }
.maintoprigh4 a{padding: 10px 20px;}
.maindowrith2{padding: 0 4px;box-sizing:border-box;}
.maindowrith4{padding: 5px 4px;}
.maindowrith4 img{max-width: 100%; margin-top: 5px;}
.maindowrith5{width: auto;margin-left: 45px; margin-right: 10px;}
.maindowrith8{margin-top: 20px; margin-bottom:15px;}


footer{height: auto;line-height: 42px;}
}
@media screen and (max-width: 320px) {
.maintoprigh3 span{padding: 4px 5px;}
.maintoprigh2 span{margin-right: 6px;}
.maindowrith5{margin-left: 40px;}
}

#header{background: url(images/tou.jpg)repeat-x;height: 170px;}
.top{width:76%;margin:0 auto;}
.logo{float:left;}
.ha1{height: 44px;}
.k4{font-size: 20px;color: #fff;padding-left: 48px;font-weight: 600;float: left;}

.k3{color:#81d3f2;line-height:44px;padding-left:48px;}

.banner{
	text-align: center;
}
.topLink{float: left;text-align: left;position: relative;z-index: 9999;width: 1210px;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{color:#81d3f2;line-height:44px;}
.k1 a{color:#81d3f2;line-height:44px;}
.topLink .k2{font-size:14px;font-family:"å¾®è½¯é›…é»‘";float:right;}
.ha2{margin-top: 28px;}

.m_footer{
	display: none;
}
img{
	max-width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	#header{
		height: auto;
		overflow: hidden;
	}
	
#divOranIm{
	display: none;
}
	.top{
		width: 100%;
	}
	.logo{
		width: 20%;
	}
	.logo .logo{
		width: 100%;
	}
	.topLink{
		width: 80%;
    padding: 0 10px;
    box-sizing: border-box;
	}
	.banner{
		top: 0;
	}
	.maindowleft1{
		box-sizing: border-box;
	}
	.ha1{
    	display: none;
	}
	.ha2{
		margin-top: 10px;
	}
	.k4{
		padding-left: 24%;
		float: none;
	}	
	.k2{
		width: 100%;
		float: none;
	}
	.k2 img{
		width: 100%;
		height: auto;
	}
	.maindowrith4{
		width: 98%;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	.maindowrith5{
		width: 100%;
		margin-left: 0;
	}
	.text_title{
		margin: 10px 0;
	}
	.maindowrith7{
		padding: 5px;
	}
	.maindowrith8{
		margin: 0 0 10px;
	}
	footer{
		line-height: 20px;
	}
	
	.m_footer{
		display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ff0000;
    box-shadow: 0px 0px 11px 0px rgba(148, 141, 141, 0.6);
    z-index: 18;
	}
	.m_footer .c,
	.m_footer .k{
		float: left;
    width: 50%;
    height: 60px;
    background-image: -moz-linear-gradient(0deg, #0082cd  0%, #2575b7 100%);
    background-image: -webkit-linear-gradient(0deg, #0082cd  0%, #2575b7 100%);
    background-image: -ms-linear-gradient(0deg, #0082cd  0%, #2575b7 100%)
	}
	
.m_footer .iconA {
float: left;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
}
body{
	padding-bottom: 60px;
	overflow-x: hidden;
}
.Customer .iconB{
	
float: left;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
}
.bg-sp-k1 {
    background: url(images/k1.png) no-repeat;
    background-repeat: no-repeat;
}


.m_footer .c p, .m_footer .k p {
    font-size: 18px;
    color: #fff;
}

.bg-sp-1 {
    background: url(images/sp-1.png) no-repeat;
    background-repeat: no-repeat;
}
	
	.main{
		padding-bottom: 25px;
	}
	.maindowrith5{
		background: #efefef !important;
	}
	
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
	.k4{
		font-size: 15px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
	.k4,
	.topLink .k2{
		text-align: right;
	}
	.logo{
		width: 18%;
	}
	.logo .logo{
		width:100%
	}
	.k3{
		text-align: left;
	}
	.topLink{
		width: 80%;
		text-align: right;
	}
	.k4{
		float: left;
	}
	.topLink .k2{
		float: none;
	}
	
	.maindowrith4{
		text-align: center;
	}
}
@media only screen and (min-width: 2000px)  {
	.maindowrith4{
		text-align: center;
	}
	.maindowrith{
		width: 74%;
	}
	.maindowleft{
		
	}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.header{height:auto;}
	.header_top{
		width: 100%;
		height:auto;
		padding: 5px 1%;
		box-sizing:border-box;
	}
	.header_top h3,
	.logo_wel{
		display: none;
	}
	.heaeder_logo{
		width: 45%;
		padding: 0;
	}
	.header_tel{
		padding: 0;
	}

}



.huaying{
	width:100%;
	height:35px;
	line-height:35px;
	background:#e8e8e8;
}
.huaying p{
	width:1200px;
	margin: 0 auto;
	line-height:35px;
	font-size:12px;
	color:#717171;
}

.links {
    width: 100%;
    background: url(images/link.png) no-repeat center top #fcfcfc;
    float: left;
	padding-bottom:20px;
}
.links p{
    width:1200px;
    margin:0 auto;
    padding:0 20px 10px;
    margin-top:65px;
    height: auro;
    overflow: hidden;
    text-overflow: ellipsis;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
	border-top:0;
	transform: translate(-1px,-5px);
}
.links p a{
    display: inline-block;
    margin-right: 5px;
    transition: .3s;
    font-size: 12px;
    color: #666;
}
.links p a:hover{
    color: #007bc9;
}


footer {
    width: 100%;
    padding: 66px 0px 30px 0px;
    background: #007bc9;
    float: left;
}
footer .container{
	width:1200px;
	margin:0 auto;
}
footer .container div.hr{
	width:100%;
	height:1px;
	background:#45adef;
	margin-bottom:10px;
}
.foot_list {
    position: relative;
}
.foot_list .footerlogo {
    width: 28%;
    float: left;
    padding-top: 25px;
	text-align:left;
}
.foot_list .footerinfo {
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-top: 10px;
	box-sizing:border-box;
}
.foot_list .footerinfo p {
    margin-bottom: 6px;
    overflow: hidden;
    height: auto;
    font-size: 14px;
    color: #fff;
	text-align:left;
	line-height:20px;
}

.foot_list .footerimg {
    float: right;
    text-align: right;

}
.foot_list  img {
    max-width: 100%;
    height: auto;
}
footer a:hover{
	text-decoration:underline;
}

.suspend {
    width: 40px;
    height: 198px;
    position: fixed;
    top: 240px;
    right: 0;
    overflow: hidden;
    z-index: 9999;
}
.suspend dl {
    width: 120px;
    height: 198px;
    border-radius: 25px 0 0 25px;
    padding-left: 40px;
    box-shadow: 0 0 5px #e4e8ec;
}
.suspend dl dt {
    width: 40px;
    height: 198px;
    background: url(images/suspend.png);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.suspend dl dd.suspendQQ {
    width: 120px;
    height: 66px;
    background: #ffffff;
}
.suspend dl dd.suspendTel {
    width: 120px;
    height: 66px;
    background: #ffffff;
  
}
.suspend dl dd.suspendQQ a {
    width: 120px;
    height: 66px;
    display: block;
    background: url(images/suspend.png) -40px 0;
    overflow: hidden;
}
.suspend dl dd.suspendTel a {
    width: 120px;
    height: 66px;
    display: block;
    background: url(images/suspend.png) -40px -66px;
    overflow: hidden;
}

.suspend dl dd.suspendTel.qq3 a{
	background: url(images/suspend.png) -40px -132px;
}
@media only screen and (max-width:1200px) and (min-width:320px){
	.suspend{
		display:none;
	}
	.maindowleft{
		margin-right:1%;
	}
	.maindowrith{
		width:73%;
	}
	.links p{
		width:100%;
	}
	footer .container{
		width:100%;
		padding:0 1%;
		box-sizing:border-box;
	}
	.foot_list .footerimg{
		display:none;
	}
	.links{
		display:none;
	}
	.maindowrith8 h2{
		background:none;
	}
	.logo_img{
		margin:5px;
	}
}

@media only screen and (max-width:769px){
	.maindowrith{
		width:100%;
	}
	footer{
		margin-bottom:61px;
		padding:20px 1%;
		box-sizing:border-box;
	}
	footer .container div.hr{
		display:none;
	}
	.foot_list .footerlogo{
		display:none;
	}
	.foot_list .footerinfo{
		width:100%;
		padding:0 1%;
	}
    .maindowleft{
        display: none;
    }
}

.jianjie{
	font-size: 16px;line-height:  60px;color: #8c8b8b;padding:0 20px;font-weight: normal;border-bottom: 1px solid #e5e5e5;box-sizing: border-box;
}

.mbanner{
	display:none;
}
@media only screen and (max-width:600px) and (min-width:320px){
	.pcbanner{
		display:none;
	}
	.mbanner{
		display:block;
	}
	.header_tel{
		display:none;
	}
	.logo_img{
		background-size:contain;
		margin:5px;
		width:160px;
		height:40px;
	}
	.question{
		padding-top:10px;
	}
	.maindowrith4 span{
		margin-top:5px;
	}
	.ml{
		display:none;
	}
	.jianjie{
		margin-top:0;
		padding-bottom:0;
	}
	div.huaying{
		display:none;
	}
	.maindowrith2{
		border:none;
	}
	.maindowleft4{
		margin-top:0;
	}
	.maindowleft2 img{
		display:none;
	}
	.fanguai{
		margin-top:2px;
	}
}

.question{

}
.question p.ask-title{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}
.question span.ask-time{
    font-size: 14px;
    color: #8b8b8b;
    line-height:18px;
}
.question p.ask-info{
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    margin-top:5px;
}
div.hr{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top:20px;
}

.answer{

}
.answer .author{
    padding-top: 20px;
}
.answer .author .al{
    display: inline-block;
	float:left;
    width: 50%;
}
.answer .author .al>span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding:7px 20px;
    background: #026bbc;
}
.answer .author .al>p{
    display: block;
    margin-top:26px;
}
.answer .author .al>p img{
    float: left;
    margin-right: 10px;
}
.answer .author .al>p span:first-of-type{
    display: block;
    font-size: 14px;
    color: #505050;
    float: left;
    width: 50%;
    line-height: 22px;
}
.answer .author .al>p span:last-of-type{
    font-size: 12px;
    color: #939393;
    display: block;
    width: 50%;
    line-height: 22px;
}
.answer .author .ar{
    display: inline-block;
    width: 50%;
    float: right;
}
.answer .author .ar img{
    float: right;
    margin-top:10px;
    margin-right: 40px;
}

.answer-info{
    margin-top: 40px;
}
.answer-info li{
    width: 100%;
    margin-bottom: 30px;
}
.answer-info li strong{
    font-size: 16px;
    color: #646464;
	font-weight:normal;
	line-height:30px;
}
.answer-info li p{
    font-size: 16px;
    color: #646464;
    line-height: 30px;
}
.answer-info li img{
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}

.answerh2{
    padding:0;
}

.answer-title{

}
.answer-title p{
    font-size: 18px;
    color: #333333;
    padding-left: 30px;
    font-weight: bold;
    background: url(images/atitle.png) no-repeat left center;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
}
.form{
    width: 100%;
    padding:20px 30px;
    box-sizing: border-box;
}
.form img{
    float: left;
}
.form div.input{
    display: inline-block;
    width: 93%;
    margin-left:10px;
}
.form div.input textarea{
    width: 100%;
    background: #efefef;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-bottom: 10px;
}
.form div.input input:first-of-type{
    width: 255px;
    height: 38px;
    background: #efefef;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.form div.input label{
    margin-left: 10px;
    font-size: 16px;
    color: #878787;
}
.form div.input input:last-of-type{
    font-size: 16px;
    color: #ffffff;
    background: #026bbc;
    width: 98px;
    height: 38px;
    border: none;
    border-radius: 3px;
    padding-left: 0;
    float: right;
}
p.mini-auther{
    display: block;
    margin-top: 26px;
}
p.mini-auther img{
    float: left;
    margin-right: 10px;
}
p.mini-auther span:first-of-type{
    display: block;
    font-size: 14px;
    color: #505050;
    float: left;
    width: 50%;
    line-height: 22px;
}
p.mini-auther span:last-of-type{
    font-size: 12px;
    color: #939393;
    display: block;
    width: 50%;
    line-height: 22px;
}
.other{
    width: 100%;
    padding-bottom: 20px;

}
.other li{
    padding: 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-top:25px;
}
.other li:last-child{
    border: none;
}
.other li p{
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    margin-top: 25px;
}
.l1{
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.m_icon{
	display:none;
}
@media only screen and (max-width: 600px) and (min-width: 320px){
    .answer .author .al{
        width: 100%;
    }
    .answer .author .ar{
        display: none;
    }
    .form{
        padding:20px 10px;
    }
    .form div.input{
        margin-top:10px;
    }
    .form div.input input:last-of-type{
        float: left;
        margin-top:10px;
    }
	.heaeder_logo{
		width:100%;
	}
	.m_icon{
		display:inline-block;
		float:right;
	}
	.m_icon img{
		margin: 6px;
	}
	p.mini-auther span:last-of-type{
		width:80%;
	}
	p.mini-auther span:first-of-type{
		width:70%;
	}
	.answer-info{
		margin-top:20px;
	}
	.answer .author .al>p span:first-of-type{
		width:70%;
	}
	.answer .author .al>p span:last-of-type{
		width:80%;
	}
	.other li{
		padding: 0 10px;
	}
	.main{
		padding-bottom:0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 325px) {
	.m_footer .c p, .m_footer .k p{
		font-size: 16px;
	}
.m_footer .iconA{
	margin-left: 10px;
	margin-right: 10px;
}	
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.container{
		width:970px
	}
}



p.mini-auther span:first-of-type{width:100%;float: initial;}
p.mini-auther span:last-of-type{width:100% !important;}
.answer .author .al{width:65%;}
.answer .author .ar{width:30%;}
.answer .author .al>p span:last-of-type{width:100% !important;}
.answer .author .al>p span:first-of-type{float:initial;width:100%;}
.answer-info{margin-top:5px;}