@charset "utf-8";
/* CSS Document */
*{
	 -margin:0 auto; 
	 -padding:0px; 
	 -color: #333333;
	 -font-size: 16px;
	 font-family: "Microsoft YaHei","微软雅黑";
	 font-style: normal;
}
img {
	-display: block;
	border:0;
	margin:0; 
	padding:0;
}

.nav ul,li{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}

input[type=checkbox], input[type=radio]{
	margin: 0;
}
a:link, a:visited{
	color: #126cf0;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #b50507;
	-text-decoration:underline;
}
.wrap{
	margin: 0 auto;
	width: 1300px;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ellipsis{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
body{
	background-color: #f4f4f4;
	margin: 0;
}
.head{
	background-color: #1875fd;
	height: 125px;
}
.head .wrap{
	background-image: url(../img/icon2.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.logo{
	padding: 15px 0;
}
.logo img{
	height: 95px;
	display: block;
}
.search{
	padding: 40px 0 0 0;
}
.search div{
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 330px;
}
.search div input{
	width: 100%;
	text-indent: 20px;
	height: 45px;
	line-height: 45px;
	border: none;
}
.search div button{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	border: none;
	cursor: pointer;
	background-image: url(../img/icon1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.nav{
	background-color: #FFFFFF;
}
.nav .wrap{
	padding: 0 2px;
	height: 50px;
}
.nav li{
	position: relative;
	float: left;
	width: 124px;
}
.nav li a{
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #434343;
}
.nav li .hideBox{
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 999;
	width: 100%;
	background-color: #30a6ee;
	border-radius: 0 0 5px 5px;
}
.nav li .hideBox a{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	border-bottom: solid 1px #5cb9f2;
}
.nav li .hideBox a:last-child{
	border: none;
}
.nav li .hideBox a:hover{
	background-color: #2d8af2;
}
.nav .on{
	background-color: #30a6ee;
}
.nav .on a{
	color: #FFFFFF;
}
.nav .on .hideBox{
	display: block;
}
.idx-a{
	margin-top: 30px;
	margin-bottom: 30px;
}
.idx-a img{
	width: 100%;
}
.idx-b{
	padding: 30px 0;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.idx-b1{
	padding-left: 20px;
	width: 500px;
	margin-right: 30px;
}
.idx-b1-a{
	border-bottom: solid 2px #e8e8e8;
	padding-bottom: 15px;
}
.idx-b1-a i{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 20px;
	background-color: #5d89e6;
	margin-right: 5px;
}
.idx-b1-a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #1875fd;
}
.idx-b1-a a{
	float:right;
	display: block;
	vertical-align: middle;
	line-height: 32px;
	font-size: 16px;
	color: #aaaaaa;
}
.idx-b1-b ul{
	list-style:none;
	margin:0; padding:0;
}
.idx-b1-b li{
	overflow: hidden;
	border-bottom: dashed 1px #e9e9e9;
}
.idx-b1-b a{
	display: block;
	width: 80%;
	line-height: 50px;
	height: 50px;
	overflow:hidden;
	float: left;
	font-size: 16px;
	color: #484747;
}
.idx-b1-b span{
	display: block;
	float: right;
	font-size: 16px;
	color: #a0a0a0;
	line-height: 50px;
}
.idx-b2{
	width: 320px;
	border: solid 10px #e3ecff;
	padding: 25px 0;
	text-align: center;
}
.idx-b2-a{
	font-size: 24px;
	color: #606060;
	margin-bottom: 5px;
}
.idx-b2-b{
	margin-bottom: 10px;
}
.idx-b2-b img{
margin: 0 auto;
}
.idx-b2 dl{
	margin-bottom:10px;
}
.idx-b2 dt{
	font-size: 16px;
	color: #9c9c9c;
	line-height: 25px;
}
.idx-b2 dd{
	font-size: 16px;
	color: #7ba2f2;
	line-height: 25px;
	padding:0;
	margin:0;
}
.idx-b3{
	width: 385px;
}
.idx-a3-a{
	width: 170px;
	height: 135px;
	padding-left: 200px;
	padding-top: 25px;
	margin-top: 15px;
	background-image: url(../img/icon11.png);
	background-position: 50px center;
	background-repeat: no-repeat;
	border-radius: 100px 0 0 100px;
	background-color: #fbf0c8;
	border-right: solid 15px #fbdeaa;
}
.idx-a3-a1{
	font-size: 24px;
	color: #df7c35;
	margin-bottom: 5px;
}
.idx-a3-a2 i{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #f8c39f;
}
.idx-a3-a2 a{
	display: inline-block;
	vertical-align: middle;
	color: #fdae76;
	line-height: 38px;
	font-size: 18px;	
}

.idx-a3-b{
	width: 170px;
	height: 135px;
	padding-left: 200px;
	padding-top: 25px;
	background-image: url(../img/icon12.png);
	background-position: 50px center;
	background-repeat: no-repeat;
	border-radius: 100px 0 0 100px;
	background-color: #dbfad8;
	border-right: solid 15px #baf5b3;
}
.idx-a3-b1{
	font-size: 24px;
	color: #6dbd66;
	margin-bottom: 5px;
}
.idx-a3-b2 i{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #6dbd66;
}
.idx-a3-b2 a{
	display: inline-block;
	vertical-align: middle;
	color: #6dbd66;
	line-height: 38px;
	font-size: 18px;
}
.idx-c{
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 45px;
}
.idx-c1{
	text-align: center;
	margin-bottom: 30px;
}
.idx-c1-a{
	font-size: 24px;
	color: #4b8bfd;
}
.idx-c1-b{
	text-align: center;
}
.idx-c1-b i{
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 2px;
	background-color: #e4e4e4;
}
.idx-c1-b span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #b2b2b2;
}
.idx-c2{
	overflow: hidden;
}
.idx-c2 ul{
	width: 10000px;
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
.idx-c2 li{
	float: left;
	width: 325px;
}
.idx-c2-item{
	width: 295px;
	margin: 0 auto;
}
.idx-c2-a{
	border-bottom: solid 2px #dddddd;
}
.idx-c2-a img{
	width: 100%;
	height: 295px;
}
.idx-c2-b{
	background-color: #494949;
	background-image: url(../img/icon2.jpg);
	background-position: right bottom;
	 background-repeat: no-repeat;
	 padding: 15px 25px;
}
.idx-c2-b1{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 5px;
}
.idx-c2-b2{
	text-align: center;
	font-size: 16px;
	color: #b2b2b2;
}
.idx-d{
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.idx-d1{
	padding: 35px 2%;
	border-bottom: solid 1px #f4f4f4;
}
.idx-d1-a{
	position: relative;
	float: left;
	width: 49%;
	text-align: center;
}
.idx-d1-a p{
	font-size: 18px;
	color: #333333;
	line-height: 2em;	
}
.idx-d1-a img{
	margin: 0 auto;
}
.idx-d1-a i{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 190px;
	background-color: #efefef;
}
.idx-d1-a a p{
	font-size: 16px; word-break:break-all; 
}
.idx-d2-a{
	text-align: center;
	font-size: 18px;
	color: #9d9d9d;
	padding-top: 30px;
}
.idx-d2-b{
	overflow: hidden;
}
.idx-d2-b ul{
	overflow: hidden;
	padding: 35px 0;
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
.idx-d2-b li{
	float: left;
	width: 10%;
	height: 100px;
}
.idx-d2-b li div{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.idx-d2-b img{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.idx-d2-b li img:nth-child(2){
	display: none;
}
.idx-d2-b li div:hover{
	box-shadow: 0 0 10px #cdcdcd;
}
.idx-d2-b li div:hover img:nth-child(1){
	display: none;
}
.idx-d2-b li div:hover img:nth-child(2){
	display: block;
}
.footer{
	background-color: #3e3e3e;
	border-bottom: solid 1px #4b4b4b;
	padding: 40px 0;
}
.ft-a{
	width: 570px;
	overflow: hidden;
}
.ft-a p{
	float: left;
	margin:0;
	width: 50%;
	color: #a7a7a7;
	line-height: 30px;
}
.ft-a p a{
	color: #a7a7a7; 
}
.ft-b{
	width: 260px;
	height: 120px;
	padding-left: 60px;
	border-left: solid 1px #363636;
	border-right: solid 1px #363636;
}
.ft-b a{
	display: block;
	float: left;
	width: 50%;
	color: #FFFFFF;
	line-height: 30px;
}
.ft-c{
	padding-right: 110px;
}
.ft-c img{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	margin-right: 5px;
}
.ft-c div{
	display: inline-block;
	vertical-align: top;
	color: #a7a7a7;
	line-height: 30px;
}
.copyright{
	background-color: #3e3e3e;
	line-height: 40px;
	text-align: center;
	color: #767575;
}
.lg-a{
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 10px;
}
.lg-a1{	
	border-radius: 10px;
	overflow: hidden;
	height: 380px;
	background-image: url(../img/icon62.jpg);
	background-position: center center;
	background-size: cover;
	 
}
.lg-a1 img{
	width: 100%;
}
.lg-a2{
	position: absolute;
	left: 80px;
	top: 120px;
	padding-left: 90px;
	background-image: url(../img/icon13.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.lg-a2-a{
	font-size: 28px;
	color: #FFFFFF;
}
.lg-a2-b{
	font-size: 34px;
	color: #fffc00;
	font-weight: bold;
	margin-bottom: 15px;
}
.lg-a2-c p{
	line-height: 30px;
	text-align: left;
	color: #ffffff;
}
.lg-a2-c a{
	display: inline-block;
	background-color: #FFFFFF;
	width: 80px;
	line-height: 30px;
	text-align: center;
	color: #257eff;
}
.lg-a3{
	position: absolute;
	right: 115px;
	top: 35px;
	width: 480px;
}
.lg-a3-a{
	position: relative;
	background-color: #FFFFFF;
	padding: 15px;
	width: 450px;
}
.lg-a3-a1{
	overflow: hidden;
}
.lg-a3-a1 span{
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	text-align: center;
	padding-bottom: 5px;
	cursor: pointer;
	border-bottom: solid 1px #ececec;
}
.lg-a3-a1 .on{
	color: #136ae9;
	border-bottom: solid 1px #136ae9;
}
.lg-a3-a2-a1{
	position: relative;
	margin-top: 20px;
}
.lg-a3-a2-a1 input{
	width: 100%;
	height: 45px;
	line-height: 55px;
	border: none;
	border-bottom: solid 1px #ececec;
}
.lg-a3-a2-a1 img{
	position: absolute;
	right: 0;
	top: 12px;
	height: 20px;
}
.lg-a3-a2-a1 button{
	position: absolute;
	right: 0;
	top: 12px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	width: 80px;
	background-color: #136ae9;
	border: none;
	cursor: pointer;
}
.lg-a3-a2-a2{
	text-align: center;
	padding-top: 15px;
}
.lg-a3-a2-a2 button{
	display: inline-block;
	background-image: url(../img/icon65.jpg);
	width: 170px;
	line-height: 36px;
	border: none;
	color: #FFFFFF;
	margin: 0 20px;
	cursor: pointer;
}
.lg-a3-a2-a2 a{
	display: inline-block;
	background-image: url(../img/icon66.jpg);
	width: 170px;
	line-height: 36px;
	border: none;
	color: #FFFFFF;
	margin: 0 20px;
}
.lg-a3-a3{
	position: absolute;
	left: 0;
	top: 0;
}
.lg-a3-a3 img{
	width: 45px;
	height: 45px;
}
.lg-a3-b{
	position: relative;
	background-color: #91b5ea;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
.lg-a3-b img{
	position: absolute;
	left: 50%;
	top: 0;
	width: 15px;
	margin-left: 7px;
}
.lg-a3-a2 .cont{
	display: none;
}
.mb-a{
	margin-bottom: 30px;
}
.mb-a1 img{
	width: 100%;
}
.mb-a2{
	position: relative;
	background-color: #FFFFFF;
	padding-left: 310px;
}
.mb-a2-a{
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 100%;
	background-color: #b0e2ed;
}
.mb-a2-a1{
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 270px;
	padding: 25px 10px;
	border-bottom: solid 4px #267eff;
}
.mb-a2-a1-a{
	font-size: 24px;
	color: #fdaf18;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid 1px #f6f6f6;
}
.mb-a2-a1-b{
	border-bottom: solid 1px #f6f6f6;
	padding: 10px 0;
}
.mb-a2-a1-b1{
	color: #4a4a4a;
	line-height: 35px;
}
.mb-a2-a1-b1 span{
	color: #267eff;
	font-size: 18px;
	font-style: italic;
}
.mb-a2-a1-b2{
	color: #4a4a4a;
	line-height: 35px;
}
.mb-a2-a1-b2 span{
	color: #267eff;
}
.mb-a2-a1-b3{
	color: #4a4a4a;
	line-height: 35px;
}
.mb-a2-a1-b3 span{
	color: #1e9d00;
}
.mb-a2-a1-c{
	border-bottom: solid 1px #f6f6f6;
	padding: 10px 0;
}
.mb-a2-a1-c1{
	line-height: 35px;
}
.mb-a2-a1-c2{
	color: #a0a0a0;
}
.mb-a2-a1-c2 a{
	color: #267eff;
	margin-right: 10px;
}
.mb-a2-a1-d{
	padding: 15px 0;
}
.mb-a2-a1-d a{
	color: #267eff;
	margin-right: 15px;
}
.mb-a2-b{
	width: 940px;
	padding: 0 25px;
}
.mb-a2-b1{
	font-size: 30px;
	color: #267eff;
	padding: 20px 0;
	text-align: center;
}
.mb-a2-b2{
	padding-bottom: 70px;
}
.mb-a2-b2 ul{
	list-style:none;
	margin:0; padding:0;
}
.mb-a2-b2 li{
	overflow: hidden;
	border: solid 1px #f7f7f7;
	padding: 0 19px;
	margin-bottom: 10px;
}
.mb-a2-b2 li a{
	display: block;
	float: left;
	width: 70%;
	line-height: 48px;
	color: #4b4a4a;
}
.mb-a2-b2 li span{
	display: block;
	float: right;
	line-height: 48px;
	font-size: 12px;
	color: #b6b6b6;
}
.mb-a2-b2 li:hover{
	border: solid 1px #bcd5fe;
}
.dt-a{
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.dt-a1{
	padding: 40px 25px;
}
.dt-a1-a{
	text-align: center;
	font-size: 30px;
	color: #126cf0;
	margin-bottom: 10px;
}
.dt-a1-b{
	text-align: center;
	color: #d3d3d3;
	line-height: 25px;
	margin-bottom: 30px;
}
.dt-a1-b img{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin: 0 2px;
}
.dt-a1-c{
	height: 10px;
	background-color: #f5f5f5;
}
.dt-a1-d{
	line-height: 30px;
	padding: 20px 0;
}
.dt-a1-d img {
	max-width:100% !important;
	height:auto !important;
	
}
.mb-a2-b{
	padding-bottom: 80px;
}
.mb-a2-b3{
	text-align: center;
	font-size: 30px;
	color: #267eff;
	padding: 30px 0;
}
.mb-a2-b4{
	border: solid 1px #ffedde;
	background-color: #fffbef;
	color: #ff5400;
	line-height: 50px;
	text-align: center;
	margin-bottom: 25px;
}
.mb-a2-b5 li{
	border: solid 1px #e3e3e3;
	padding: 16px;
	margin-bottom: 30px;
}
.mb-a2-b5-a{
	width: 280px;
	margin-right: 25px;
}
.mb-a2-b5-a img{
	width: 100%;
	height: 200px;
}
.mb-a2-b5-b{
	width: 360px;
	color: #757575;
	line-height: 25px;
}
.mb-a2-b5-c{
	width: 150px;
	text-align: center;
	padding-top: 80px;
}
.mb-a2-b5-c a{
	display: inline-block;
	width: 115px;
	line-height: 40px;
	text-align: center;
	background-color: #4ec10f;
	color: #FFFFFF;
	border-radius: 5px;
}
.mNavBtn{
	display: none;
}
.mNav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mNav-a{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.mNav-b{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #666;
}
.mNav-b ul{
	padding: 20px;
	list-style:none;
	text-decoration: none;
}
.mNav-b li a{
	display: block;
	line-height: 40px;
	font-size: 16px;
color: #FFFFFF;
}
.mNav-b li div{
	padding-left: 20px;
}
.mNav-b li div a{
	font-size: 16px;
}
@media only screen and (max-width: 1400px){
	.wrap{
		width: 960px;
	}
	.nav li{
		width: 90px;
	}
	.nav li a{
		font-size: 12px;
	}
	.logo{
		padding: 25px 0;
	}
	.logo img{
		height: 75px;
	}
	.search{
		padding: 42px 0 0 0;
	}
	.search div input{
		height: 35px;
		line-height: 35px;
	}
	.search div button{
		width: 35px;
		height: 35px;
	}
	.nav li .hideBox a{
		font-size: 12px;
	}
	.idx-b1{
		width: 920px;
		margin-bottom: 20px;
	}
	.idx-b2{
		margin-left: 20px;
	}
	.idx-c2 li{
		width: 240px;
	}
	.idx-c2-item{
		width: 90%;
	}
	 .idx-c2-a img{
		height: auto;
	}
	.idx-c2-b1{
		font-size: 16px;
	}
	.idx-c2-b2{
		font-size: 12px;
	}
	.idx-d2-b li{
		width: 20%;
		margin-bottom: 10px;
	}
	.idx-d1-a img{
		width: 90%;
	}	
	.ft-a{
		width: 320px;
	}
	.ft-a p{
		width: 100%;
	}
	.ft-c{
		padding-right: 0;
	}
	.mb-a2-b{
		width: 600px;
	}
	.mb-a2-b5 li{
		padding: 4px;
	}
	.mb-a2-b5-a{
		margin-right: 15px;
	}
	.mb-a2-b5-b{
		width: 290px;
	}
	.mb-a2-b5-c{
		padding: 10px 0;
	}
	.dt-a1-a{
		font-size: 20px;
	}
	.lg-a2{
		background: none;
		left: 40px;
		padding: 0;
	}
	.lg-a2-a{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.lg-a2-b{
		font-size: 24px;
	}
	.lg-a3{
		right: 25px;
	}
	.mb-a2-b1{
		font-size: 24px;
	}
	
}
@media only screen and (max-width: 1000px){
	.wrap{
		width: 720px;
	}
	.head{
		background-image: url(../img/icon2.png);
		background-position: right top;
		background-repeat: no-repeat;
	}
	.head .wrap{
		background: none;
	}
	.nav{
		display: none;
	}
	.search div{
		width: 230px;
	}
	.mNavBtn{
		display: block;
		text-align: center;
		padding-top: 45px;
		margin-left: 20px;
	}
	.mNavBtn i{
		display: block;
		margin: 6px auto;
		width: 30px;
		height: 3px;
		background-color: #fff;
	}
	.idx-b1{
		width: 680px;
		padding: 0 20px;
		margin-right: 0;
	}
	.idx-b2{
		width: 280px;
	}
	.idx-d1-a img{
		width: 90%;
	}
	.idx-c2 li{
		width: 180px;
	}
	.ft-b{
		float: right;
		margin-bottom: 20px;
	}
	.mb-a2{
		padding: 0;
	}
	.mb-a2-a{
		width: 100%;
		position: inherit;
	}
	.mb-a2-a1{
		width: 700px;
	}
	.mb-a2-b{
		width: 680px;
		padding: 0 20px;
	}
	.mb-a2-b5-b{
		width: 360px;
	}
	.dt-a1-a{
		font-size: 16px;
	}
	.dt-a1-b{
		font-size: 12px;
	}
	.lg-a2{
		top: 30px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.lg-a2-a{
		display: none;
	}
	.lg-a2-b{
		display: none;
	}
	.lg-a3{
		top: 70px;
		right: 50%;
		margin-right: -240px;
	}
}
@media only screen and (max-width: 760px){
	.wrap{
		width: 640px;
	}
	.idx-b1{
		width: 600px;
	}
	.idx-b3{
		width: 300px;
	}
	.idx-a3-a{
		width: 125px;
		padding-left: 160px;
		background-position: 20px center;
	}
	.idx-a3-b{
		width: 125px;
		padding-left: 160px;
		background-position: 20px center;
	}
	.idx-d1-a p{
		font-size: 16px;
	}
	.idx-c2 li{
		width: 160px;
	}
	.ft-a{
		width: 50%;
	}
	.ft-b{
		width: 50%;
		padding: 0;
		border: none;
	}
	.ft-c{
		width: 50%;
	}
	.ft-c img{
		margin-right: 20px;
	}
	.mb-a2-a1{
		width: 620px;
	}
	.mb-a2-b{
		width: 620px;
		padding: 10px;
	}
	.mb-a2-b5-b{
		width: 280px;
	}
	.dt-a1{
		padding: 20px 10px;
	}
	.dt-a1-b{
		margin-bottom: 10px;
	}
	.lg-a{
		padding: 0;
	}
	.lg-a1{
		height: 400px;
	}
}
@media only screen and (max-width: 660px){
	.wrap{
		width: 480px;
	}
	.logo{
		padding: 40px 0;
	}
	.logo img{
		height: 45px;
	}
	.head .wrap{
		width: 90%;
	}
	.idx-b1-a span{
		font-size: 18px;
	}
	.idx-b1{
		width: 440px;
	}
	.idx-b1-b a{
		width: 100%;
	}
	.idx-b2{
		width: 420px;
		margin-bottom: 20px;
	}
	.idx-b3{
		width: 100%;
	}
	.idx-a3-a{
		width: 265px;
	}
	.idx-a3-b{
		width: 265px;
	}
	.idx-c2 li{
		width: 240px;
		margin-bottom: 20px;
	}
	.idx-d1-a i{
		display: none;
	}
	.idx-d2-b li div{
		width: 60px;
		height: 60px;
	}
	.idx-d2-b img{
		width: 60px;
		height: 60px;
	}
	.ft-a{
		width: 100%;
		margin-bottom: 20px;
	}
	.mb-a2-a1{
		width: 460px;
	}
	.mb-a2-b{
		width: 460px;
	}
	.lg-a3{
		width: 300px;
		margin-right: -150px;
	}
	.lg-a3-a{
		padding: 40px 5px;
        width: 290px;
	}
	.lg-a3-a1 span{
		font-size: 16px;
	}
	.lg-a3-b{
		font-size: 10px;
		line-height: 25px;
		padding: 10px;
	}
	.lg-a1{
		height: 500px;
	}
	.lg-a3{
		top: 90px;
	}
	.lg-a3-a2-a2 button{
		margin-bottom: 15px;
	}
	.mb-a2-b2 li a{
		font-size: 12px;
	}
}
@media only screen and (max-width: 520px){
	.wrap{
		width: 320px;
	}
	.search div{
		width: 150px;
	}
	.head .wrap {
		width: 96%;
	}
	.logo img{
		height: 35px;
	}
	.logo{
		padding: 15px 0;
	}
	.search div{
		width: 100px;
	}
	.idx-b{
		padding: 15px 0;
	}
	.idx-b1{
		width: 300px;
		padding: 0 10px;
	}
	.idx-b1-b a{
		font-size: 12px;
		line-height:2.5rem; height:2.5rem;
	}
	.idx-b1-b span{
		font-size: 12px;
		float:left;
		line-height:1.5em;
	}
	.idx-b2{
		width: 280px;
		margin-left: 10px;
	}
	.idx-a3-a{
		width: 125px;
	}
	.idx-a3-b{
		width: 125px;
	}
	.idx-c2 li{
		width: 160px;
	}
	.ft-b{
		width: 100%;
		height: auto;
	}
	.ft-c{
		width: 100%;
	}
	.mNavBtn{
		padding-top: 15px;
	}
	.search {
		padding: 15px 0;
	}
	.head{
		height: auto;
	}
	.mb-a2-a1{
		width: 300px;
	}
	.mb-a2-b{
		width: 300px;
	}
	.mb-a2-b3{
		font-size: 24px;
	}
	.mb-a2-b4{
		padding: 10px 0;
		font-size: 12px;
		line-height: 25px;
	}
	.mb-a2-b5-a{
		width: 100%;
		margin-bottom: 10px;
	}
	.mb-a2-b5-b{
		width: 100%;
	}
	.mb-a2-b5 li{
		padding: 9px;
	}
	.mb-a2-b2 li{
		padding: 0 9px;
	}
	.mNav-b ul{
		padding: 5px 10px;
		list-style:none;
	}
	.mNav-b li a{
		font-size: 16px;
		line-height: 30px;
	}
	.mNav-b li div a{
		font-size: 12px;
		line-height: 30px;
	}
}