@charset "utf-8";
body,
h1,
h2,
h3,
td,
tr,
p,
ul,
ol,
form,
fieldset,
figure {
	margin: 0;
	padding: 0;
}

body {
	font-family: 微软雅黑;
}

div,
figure,
img,
input,
button {
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #222;
}
body{
	background-color: #FFFFFF !important;
}
.clear{
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
#body{
	width: 100%;
	overflow: hidden;
}
#nav{
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
#nav .border{
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#nav .border .logoname{
	width: 30%;
	height: 100px;
	float: left;

}
#nav .border .logoname .logo{
	width: 50px;
	height: 50px;
	margin-top: 25px;
	float: left;
	display: none;
}
#nav .border .logoname .logo>img{
	width: 100%;
	height: 100%;
}
#nav .border .logoname .name{
	width: 100%;
	height: 100px;
}
#nav .border .logoname .name .company{
	font-size: 26px;
	padding-top: 25px;
	letter-spacing: 2px;
	font-family: "黑体";
	/*color: #1E90FF;*/
	color: #FFFFFF;
	font-weight: 900;
}
#nav .border .logoname .name .company_a{
	font-size: 15px;
	/*color: #87CEEB;*/
	color: #DCDCDC;
}
#nav .border .type{
	height: 100px;
	line-height: 100px;
	float: right;
}
#nav .border .type>span{
	display: inline-block;
	padding: 0 20px;
	color: #FFFFFF;
}
#nav .border .type>span:hover{
	/*cursor: pointer;*/
	color: #ff9124;
}
#nav .border .type>span>a{
	/*color: #1E90FF;*/
	color: #FFFFFF;
}
#nav .border .type>span>a:hover{
	color: #ff9124;
}
#nav .border .type .active{
	color: #ff9124;
}
#shufflingFigure{
	width: 100%;
	/*height: 650px;*/
}
#shufflingFigure .shuffling_img{
	width: 100%;
	/*height: 650px;*/
	height: 100%;
}
#shufflingFigure .shuffling_img>img{
	width: 100%;
	height: 100%;
}
#tohrsj{
	width: 100%;
	padding-bottom: 50px;
}
#tohrsj .name{
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
#tohrsj .name>span:nth-child(1){
	font-size: 26px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#tohrsj .name>span:nth-child(2){
	letter-spacing: 1px;
	color:#666;
}
#tohrsj .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#tohrsj .parts .part_a{
	width: 31%;
	display: inline-block;
}

#tohrsj .parts .part_a .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#tohrsj .parts .part_a .img>img{
	width: 100%;
	height: 220px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_a .img>img:hover{
	transform: scale(1.1);
}
#tohrsj .parts .part_a .about_us{
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
}
#tohrsj .parts .part_a .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}
#tohrsj .parts .part_a:hover{
	color: #1E90FF !important;
}

#tohrsj .parts .part_b{
	width: 31%;
	display: inline-block;
	margin: 0 auto;
	margin-left: 3.2%;
}

#tohrsj .parts .part_b .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#tohrsj .parts .part_b .img>img{
	width: 100%;
	height: 220px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_b .img>img:hover{
	transform: scale(1.1);
}
#tohrsj .parts .part_b .about_us{
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
}
#tohrsj .parts .part_b .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}
#tohrsj .parts .part_b:hover{
	color: #1E90FF !important;
}


#tohrsj .parts .part_c{
	width: 31%;
	display: inline-block;
	float: right;
}

#tohrsj .parts .part_c .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#tohrsj .parts .part_c .img>img{
	width: 100%;
	height: 220px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_c .img>img:hover{
	transform: scale(1.1);
}
#tohrsj .parts .part_c .about_us{
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
}
#tohrsj .parts .part_c .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}
#tohrsj .parts .part_c:hover{
	color: #1E90FF !important;
}
#areas{
	width: 100%;
	height: 700px;
	background-image: url(../img/lingyu.png);
	background-size: 100% 100%;
	/*filter: blur(6px);*/
}
#areas .background{
	width: 100%;
	height: 100%;
	background: rgba(175,134,217,0.5);
}
#areas .name{
	padding: 20px 0 40px 0;
}
#areas .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#areas .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 16px;
	color:#FFF;
}
#areas .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#areas .parts .part{
	width: 22%;
	float: left;
}
#areas .parts .aaa{
	margin-left: 4%;
}
#areas .parts .part .part_img{
	width: 100%;
	height: 80%;
}
#areas .parts .part .part_img>img:hover{
	transform: scale(1.1);
}
#areas .parts .part .part_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
}
#areas .parts .part .part_note{
	width: 100%;
	height: 20%;
	text-align: center;
}
#areas .parts .part .part_note>span{
	display: block;
	width: 1005;
	height: 100px;
	line-height: 100px;
	font-size: 32px;
	font-weight: 900;
	color: #FFFFFF;
}
#plan{
	width: 100%;
}
#plan .plan_div{
	max-width: 1200px;
	margin: 0 auto;
}
#plan .name{
	padding: 20px 0 40px 0;
}
#plan .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#plan .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 16px;
	color:#666;
}
#plan .part{
	width: 100%;
	height: 450px
}
#plan .part .img{
	width: 66%;
	/*height: 450px;*/
	height: 100%;
	float: left;
}
#plan .part .img>img{
	width: 100%;
	height: 100%;
}
#plan .part .right{
	width: 33%;
	height: 100%;
	float: right;
}
#plan .part .right .right_img{
	width: 100%;
	height: 47%;
	background: url(../img/solpng);
	background-size: 100% 100%;
}
#plan .part .right .right_img .zhihui{
	width: 100%;
	height: 100%;
	position: absolute;
}
#plan .part .right .right_img .zhihui>img{
	width: 100%;
	height: 100%;
}
#plan .part .right .right_img .shequ{
	display: none;
}
#plan .part .right .right_img .shuiwu{
	display: none;
}
#plan .part .right .right_img .zhengwu{
	display: none;
}
#plan .part .right .right_img .shangcheng{
	display: none;
}







#plan .part .right .right_img .content{
	width: 100%;
	height: 100%;
	position: relative;
}
#plan .part .right .right_img .content .aaaq{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#plan .part .right .right_img .content .bbbq{
	width: 100%;
	height: 100%;
	display: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
#plan .part .right .right_img .content .bbbq .aaaa{
	padding: 10px 0;
}
#plan .part .right .right_img .content .bbbq .jr{
	display: block;
	text-indent: 2em;
}
#plan .part .right .right_img .content .bbbq .ccc{
	display: inline-block;
	text-indent: 2em;
	margin-top: 30px;
	color: #1E90FF;
	text-decoration: underline;
	cursor: pointer;
}
#plan .part .right .plan_title{
	width: 100%;
	height: 53%;
}
#plan .part .right .plan_title .title_div{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
#plan .part .right .plan_title .title_div .kuai{
	width: 100%;

}
#plan .part .right .plan_title .title_div .kuai>img{
	width: 15px;
	height: 10px;
}
#plan .part .right .plan_title .title_div .kuai>span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
#plan .part .right .plan_title .title_div .kuai>span:hover{
	color: #1E90FF;
	text-decoration: underline;
}
#project{
	padding-top: 50px;
	width: 100%;
	margin: 0 auto;
}
#project .project_div{
	max-width: 1200px;
	margin: 0 auto;
}
#project .name{
	padding: 0px 0 40px 0;
}
#project .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#project .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 16px;
	color:#666;
}
#project .part{
	width: 272px;
	float: left;
	background-color: #FFFFFF;
}
#project .part:hover{
	background-color: #175ca1;
	color: #FFFFFF !important;
}
#project .part .img{
	width: 100%;
	height: 180px;
}
#project .part .img .img_div{
	width: 250px;
	height: 170px;
	margin: 0 auto;
	margin-top: 11px;
}
#project .part .img .img_div>img{
	width: 250px;
	height: 170px;
}
#project .part .note{
	width: 100%;
	height: 130px;
}
#project .part .note .note_div1{
	width: 250px;
	height: 130px;
	margin: 0 auto;
}
#project .part .note .note_div1 .title1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
#project .part .note .note_div1 .title1>span{
	font-size: 16px;
}
#project .part .note .note_div1 .details{
	font-size: 14px;
	opacity: 0.5;
}
#project .more{
	text-align: center;
	padding: 40px 0 50px 0;
}
#project .more>span{
	display: inline-block;
	width: 96px;
	height: 35px;
	line-height: 35px;
	background-color: #175ca1;
	font-size: 16px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
}
#project .more>span>a{
	color: #FFFFFF;
}
#project .more>span>a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#aboutUs{
	width: 100%;
	height: 480px;
	background-image: url(../img/aboutw.png);
	background-size: 100% 100%;
	position: relative;
	cursor: pointer;
}
#aboutUs .name{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#aboutUs .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#aboutUs .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 16px;
	color:#666;
}
#aboutUs .kouhao{
	position: absolute;
	margin-left: 300px;
	display: inline-block;
}
#aboutUs .kouhao .ruanjian{
	font-size: 38px;
	font-family: "黑体";
	font-weight: 900;
	color: #FFFFFF;
}
#aboutUs .kouhao .pfgs{
	font-size: 38px;
	font-family: "黑体";
	font-weight: 900;
	color: #87464F;
}
#aboutUs .aboutUs_parts{
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 20px;
}
#aboutUs .aboutUs_parts .partOne{
	width: 120px;
	height: 120px;
	background: rgba(0,100,255,0.6);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
#aboutUs .aboutUs_parts .partOne:hover{
	opacity: 0.5;
	cursor: pointer;
}
#aboutUs .aboutUs_parts .partOne .partOne_img{
	width: 65px;
	height: 65px;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img>img{
	width: 65px;
	height: 65px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1{
	width: 50px;
	height: 50px;
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 43px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1>img{
	width: 50px;
	height: 50px;
}
#aboutUs .aboutUs_parts .partOne .partOne_name{
	text-align: center;
	padding-top: 15px;
	color: #FFFFFF;
}
#business{
	width: 100%;
	background-color: #f8f8f8;
}
#business .business_biaoti{
	padding: 40px 0;
	text-align: center;
}
#business .business_biaoti>span:nth-child(1){
	font-size: 26px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#business .business_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 16px;
	color:#666;
}
#business .business_div{
	max-width: 1200px;
	margin: 0 auto;
}
#business .business_div .business_part{
	width: 22%;
	float: left;
}
#business .business_div .business_part .business_img{
	width: 100%;
	height: 180px;
}
#business .business_div .business_part .business_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#business .business_div .business_part .business_title{
	width: 100%;
	height: 120px;
	text-align: center;
	padding: 20px;
	background: rgba(0,100,255,0.1);
}
#business .business_div .business_part .business_title>span:nth-child(1){
	display: block;
	font-size: 18px;
}
#business .business_div .business_part .business_title>span:nth-child(2){
	width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	color: #666;
}
#contactUs{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#contactUs .contactUs_biaoti{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 50PX 0;
}
#contactUs .contactUs_biaoti>span:nth-child(1){
	font-size: 26px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#contactUs .contactUs_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 16px;
	color:#666;
}
#contactUs .contactUs_div{
	max-width: 1200px;
	margin: 0 auto;
}
#contactUs .contactUs_div .contactUs_part{
	width: 32%;
	height: 150px;
	float: left;
	border: 1px solid #ccc;
	background-color: #FFFFFF
}
#contactUs .contactUs_div .contactUs_part .contactUs_part_div{
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img{
	width: 65px;
	height: 60px;
	float: left;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img>img{
	width: 100%;
	height: 100%;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title{
	margin-left: 75px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(1){
	display: block;
	font-size: 15px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(2){
	display: block;
	font-size: 28px;
	font-weight: 800;
	color: #666;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(3){
	display: block;
	font-size: 15px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(4){
	display: block;
	font-size: 28px;
	font-weight: 800;
	color: #666;
}
#fooder{
	width: 100%;
	background-color: #333;
	margin-top: 50px;
}
#fooder .fooder_div{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;

}
#fooder .type{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
#fooder .type>span{
	color: #FFFFFF;
}
#fooder .type .aaa{
	color: #FFFFFF;
	padding: 0 2px;
	font-size: 16px;
}
#fooder .address{
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
}
#fooder .address .address_div{
	margin-top: 20px;
	width: 70%;
	float: left;
	text-align: left;
}
#fooder .address .address_div>div{
	padding: 5px 0;
}
#fooder .address .ewm{
	width: 30%;
	float: right;
	margin-top: 30px;
}
#fooder .address .ewm>img{
	width: 100px;
	height: 100px;
}
#fooder .bbb{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}

/*media媒体查询(1024-1200)*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {

#nav{
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
#nav .border{
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#nav .border .logoname{
	width: 40%;
	height: 100px;
	float: left;

}
#nav .border .logoname .logo{
	width: 50px;
	height: 50px;
	margin-top: 25px;
	float: left;
	display: none;
}
#nav .border .logoname .logo>img{
	width: 100%;
	height: 100%;
}
#nav .border .logoname .name{
	width: 100%;
	height: 100px;
}
#nav .border .logoname .name .company{
	font-size: 24px;
	padding-top: 25px;
	letter-spacing: 2px;
	font-family: "黑体";
	/*color: #1E90FF;*/
	color: #FFFFFF;
	font-weight: 900;
}
#nav .border .logoname .name .company_a{
	font-size: 14px;
	/*color: #87CEEB;*/
	color: #DCDCDC;
}
#nav .border .type{
	height: 100px;
	line-height: 100px;
	float: right;
}
#nav .border .type>span{
	display: inline-block;
	padding: 0 10px;
	color: #FFFFFF;
}
#nav .border .type>span:hover{
	/*cursor: pointer;*/
	color: #ff9124;
}
#nav .border .type>span>a{
	/*color: #1E90FF;*/
	color: #FFFFFF;
}
#nav .border .type>span>a:hover{
	color: #ff9124;
}
#nav .border .type .active{
	color: #ff9124;
}
#shufflingFigure{
	width: 100%;
}
#shufflingFigure .shuffling_img{
	width: 100%;
	height: 450px;
}
#shufflingFigure .shuffling_img>img{
	width: 100%;
	height: 100%;
}
#tohrsj{
	width: 100%;
	padding-bottom: 50px;
}
#tohrsj .name{
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
#tohrsj .name>span:nth-child(1){
	font-size: 24px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#tohrsj .name>span:nth-child(2){
	font-size: 14px;
	letter-spacing: 1px;
	color:#666;
}
#tohrsj .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#tohrsj .parts .part_a{
	width: 31%;
	display: inline-block;
}

#tohrsj .parts .part_a .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#tohrsj .parts .part_a .img>img{
	width: 100%;
	height: 220px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_a .img>img:hover{
	transform: scale(1.1);
}
#tohrsj .parts .part_a .about_us{
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
#tohrsj .parts .part_a .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}
#tohrsj .parts .part_a:hover{
	color: #1E90FF !important;
}

#tohrsj .parts .part_b{
	width: 31%;
	display: inline-block;
	margin: 0 auto;
	margin-left: 3.2%;
}

#tohrsj .parts .part_b .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#tohrsj .parts .part_b .img>img{
	width: 100%;
	height: 220px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_b .img>img:hover{
	transform: scale(1.1);
}
#tohrsj .parts .part_b .about_us{
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
#tohrsj .parts .part_b .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}
#tohrsj .parts .part_b:hover{
	color: #1E90FF !important;
}


#tohrsj .parts .part_c{
	width: 31%;
	display: inline-block;
	float: right;
}

#tohrsj .parts .part_c .img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#tohrsj .parts .part_c .img>img{
	width: 100%;
	height: 220px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_c .img>img:hover{
	transform: scale(1.1);
}
#tohrsj .parts .part_c .about_us{
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
#tohrsj .parts .part_c .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}
#tohrsj .parts .part_c:hover{
	color: #1E90FF !important;
}

#areas{
	width: 100%;
	background-image: url(../img/lingyu.png);
	background-size: 100% 100%;
	height: auto;
}
#areas .background{
	width: 100%;
	height: 100%;
	background: rgba(175,134,217,0.5);
}
#areas .name{
	/*padding: 20px 0 40px 0;*/
	padding: 20px 0 0 0;
}
#areas .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#areas .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#FFF;
}
#areas .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#areas .parts .part{
	width: 18%;
	float: left;
	margin-left: 8%;
}
#areas .parts .aaa{
	margin-left: 4%;
}
#areas .parts .part .part_img{
	width: 100%;
	height: 80%;
}
#areas .parts .part .part_img>img:hover{
	transform: scale(1.1);
}
#areas .parts .part .part_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
}
#areas .parts .part .part_note{
	width: 100%;
	height: 20%;
	text-align: center;
}
#areas .parts .part .part_note>span{
	display: block;
	width: 1005;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 900;
	color: #FFFFFF;
}
#plan{
	width: 100%;
}
#plan .plan_div{
	max-width: 1200px;
	margin: 0 auto;
}
#plan .name{
	padding: 20px 0 40px 0;
}
#plan .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#plan .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#plan .part{
	width: 100%;
	height: 400px
}
#plan .part .img{
	width: 66%;
	/*height: 450px;*/
	height: 100%;
	float: left;
}
#plan .part .img>img{
	width: 100%;
	height: 100%;
}
#plan .part .right{
	width: 33%;
	height: 100%;
	float: right;
}
#plan .part .right .right_img{
	width: 100%;
	height: 47%;
	background: url(../img/lingyu.png);
	background-size: 100% 100%;
}
#plan .part .right .right_img .content{
	width: 100%;
	height: 100%;
	position: relative;
}
#plan .part .right .right_img .content .aaaq{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#plan .part .right .right_img .content .bbbq{
	width: 100%;
	height: 100%;
	display: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
#plan .part .right .right_img .content .bbbq .aaaa{
	padding: 10px 0;
}
#plan .part .right .right_img .content .bbbq .jr{
	display: block;
	text-indent: 2em;
}
#plan .part .right .right_img .content .bbbq .ccc{
	display: inline-block;
	text-indent: 2em;
	margin-top: 30px;
	color: #1E90FF;
	text-decoration: underline;
	cursor: pointer;
}
#plan .part .right .plan_title{
	width: 100%;
	height: 53%;
}
#plan .part .right .plan_title .title_div{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-top: 38px;
}
#plan .part .right .plan_title .title_div .kuai{
	width: 100%;

}
#plan .part .right .plan_title .title_div .kuai>img{
	width: 15px;
	height: 10px;
}
#plan .part .right .plan_title .title_div .kuai>span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
#plan .part .right .plan_title .title_div .kuai>span:hover{
	color: #1E90FF;
	text-decoration: underline;
}

#aboutUs{
	width: 100%;
	height: 250px;
	background-image: url(../img/aboutw.png);
	background-size: 100% 100%;
	position: relative;
}
#aboutUs .name{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#aboutUs .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#aboutUs .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#222;
}
#aboutUs .kouhao{
	position: absolute;
	margin-left: 130px;
	display: inline-block;
}
#aboutUs .kouhao .ruanjian{
	font-size: 22px;
	font-family: "黑体";
	font-weight: 900;
	color: #FFFFFF;
}
#aboutUs .kouhao .pfgs{
	font-size: 22px;
	font-family: "黑体";
	font-weight: 900;
	color: #87464F;
}
#aboutUs .aboutUs_parts{
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10px;
}
#aboutUs .aboutUs_parts .partOne{
	width: 80px;
	height: 80px;
	background: rgba(0,100,255,0.6);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img{
	width: 35px;
	height: 45px;
	margin: 0 auto;
}
#aboutUs .aboutUs_parts .partOne .partOne_img>img{
	width: 100%;
	height: 100%;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1{
	width: 28px;
	height: 28px;
	clear: both;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 33px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1>img{
	width: 28px;
	height: 28px;
}
#aboutUs .aboutUs_parts .partOne .partOne_name{
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 14px;
}
#project{
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}
#project .name{
	padding: 0px 0 20px 0;
}
#project .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#project .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#project .part .img{
	width: 100%;
	height: 160px;
}
#project .part .img .img_div{
	width: 250px;
	height: 150px;
	margin: 0 auto;
	margin-top: 11px;
}
#project .part .img .img_div>img{
	width: 250px;
	height: 150px;
}
#project .part .note{
	width: 100%;
	height: 110px;
}
#project .part .note .note_div{
	width: 250px;
	height: 110px;
	margin: 0 auto;
}
#project .part .note .note_div .title{
	font-size: 16px;
	padding: 10px 0 10px 0;
}
#project .part .note .note_div .details{
	font-size: 14px;
	opacity: 0.5;
}
#project .more{
	text-align: center;
	padding: 20px 0 20px 0;
}
#project .more>span{
	display: inline-block;
	width: 96px;
	height: 35px;
	line-height: 35px;
	background-color: #175ca1;
	font-size: 16px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
}
#project .more>span>a{
	color: #FFFFFF;
}
#project .more>span>a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#business{
	width: 100%;
	background-color: #f8f8f8;
}
#business .business_biaoti{
	padding: 20px 0;
	text-align: center;
}
#business .business_biaoti>span:nth-child(1){
	font-size: 22px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#business .business_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#business .business_div .business_part{
	width: 22%;
	float: left;
}
#business .business_div .business_part .business_img{
	width: 100%;
	height: 150px;
}
#business .business_div .business_part .business_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#business .business_div .business_part .business_title{
	width: 100%;
	height: 120px;
	text-align: center;
	padding: 20px;
	background: rgba(0,100,255,0.1);
}
#business .business_div .business_part .business_title>span:nth-child(1){
	display: block;
	font-size: 16px;
}
#business .business_div .business_part .business_title>span:nth-child(2){
	width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	color: #666;
	font-size: 14px;
}
#contactUs{
	width: 100%;
	margin: 0 auto;
}
#contactUs .contactUs_biaoti{
	/*max-width: 1200px;*/
	margin: 0 auto;
	text-align: center;
	padding: 20PX 0;
}
#contactUs .contactUs_biaoti>span:nth-child(1){
	font-size: 24px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#contactUs .contactUs_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#contactUs .contactUs_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
}
#contactUs .contactUs_div .contactUs_part{
	width: 32%;
	height: 120px;
	float: left;
	border: 1px solid #ccc;
}
#contactUs .contactUs_div .contactUs_part .contactUs_part_div{
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img{
	width: 65px;
	height: 60px;
	float: left;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img>img{
	width: 100%;
	height: 100%;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title{
	margin-left: 75px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad{
	font-size: 14px !important;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad2{
	font-size: 14px !important;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(1){
	display: block;
	font-size: 15px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(2){
	display: block;
	font-size: 28px;
	font-weight: 800;
	color: #666;
}
#fooder{
	width: 100%;
	background-color: #333;
	margin-top: 50px;
}
#fooder .fooder_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;

}
#fooder .type{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
#fooder .type>span{
	color: #FFFFFF;
}
#fooder .type .aaa{
	color: #FFFFFF;
	padding: 0 2px;
	font-size: 14px;
}
#fooder .address{
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 10px;
}
#fooder .address .address_div{
	margin-top: 20px;
	width: 70%;
	text-align: left;
}
#fooder .address .address_div>div{
	padding: 5px 0;
}
#fooder .bbb{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
}

/*media媒体查询(960-1024)*/
@media screen and (min-width: 960px) and (max-width: 1023px){

#nav{
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
#nav .border{
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#nav .border .logoname{
	width: 40%;
	height: 100px;
	float: left;

}
#nav .border .logoname .logo{
	width: 50px;
	height: 50px;
	margin-top: 25px;
	float: left;
	display: none;
}
#nav .border .logoname .logo>img{
	width: 100%;
	height: 100%;
}
#nav .border .logoname .name{
	width: 100%;
	height: 100px;
}
#nav .border .logoname .name .company{
	font-size: 22px;
	padding-top: 25px;
	letter-spacing: 2px;
	font-family: "黑体";
	/*color: #1E90FF;*/
	color: #FFFFFF;
	font-weight: 900;
}
#nav .border .logoname .name .company_a{
	font-size: 13px;
	/*color: #87CEEB;*/
	color: #DCDCDC;
}
#nav .border .type{
	height: 100px;
	line-height: 100px;
	float: right;
}
#nav .border .type>span{
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	color: #FFFFFF;
}
#nav .border .type>span:hover{
	/*cursor: pointer;*/
	color: #ff9124;
}
#nav .border .type>span>a{
	/*color: #1E90FF;*/
	color: #FFFFFF;
}
#nav .border .type>span>a:hover{
	color: #ff9124;
}
#nav .border .type .active{
	color: #ff9124;
}
#shufflingFigure{
	width: 100%;
}
#shufflingFigure .shuffling_img{
	width: 100%;
	height: 370px;
}
#shufflingFigure .shuffling_img>img{
	width: 100%;
	height: 100%;
}
#tohrsj{
	width: 100%;
	padding-bottom: 20px;
}
#tohrsj .name{
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
#tohrsj .name>span:nth-child(1){
	font-size: 22px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#tohrsj .name>span:nth-child(2){
	letter-spacing: 1px;
	color:#666;
	font-size: 14px;
}
#tohrsj .parts .part_a .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#tohrsj .parts .part_a .img>img{
	width: 100%;
	height: 180px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_a .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_a .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_b{
	width: 31%;
	display: inline-block;
	margin: 0 auto;
	margin-left: 3.2%;
}
#tohrsj .parts .part_b .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#tohrsj .parts .part_b .img>img{
	width: 100%;
	height: 180px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_b .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_b .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_c .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#tohrsj .parts .part_c .img>img{
	width: 100%;
	height: 180px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_c .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_c .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}

#areas{
	width: 100%;
	background-image: url(../img/lingyu.png);
	background-size: 100% 100%;
	height: auto;
}
#areas .background{
	width: 100%;
	height: 100%;
	background: rgba(175,134,217,0.5);
}
#areas .name{
	/*padding: 20px 0 40px 0;*/
	padding: 20px 0 0 0;
}
#areas .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#areas .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#FFF;
}
#areas .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#areas .parts .part{
	width: 18%;
	float: left;
	margin-left: 8%;
}
#areas .parts .aaa{
	margin-left: 4%;
}
#areas .parts .part .part_img{
	width: 100%;
	height: 80%;
}
#areas .parts .part .part_img>img:hover{
	transform: scale(1.1);
}
#areas .parts .part .part_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
}
#areas .parts .part .part_note{
	width: 100%;
	height: 20%;
	text-align: center;
}
#areas .parts .part .part_note>span{
	display: block;
	width: 1005;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 900;
	color: #FFFFFF;
}



#plan{
	width: 100%;
}
#plan .plan_div{
	max-width: 1200px;
	margin: 0 auto;
}
#plan .name{
	padding: 40px 0 20px 0;
}
#plan .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#plan .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#plan .part{
	width: 100%;
	height: 390px
}
#plan .part .img{
	width: 66%;
	/*height: 450px;*/
	height: 100%;
	float: left;
}
#plan .part .img>img{
	width: 100%;
	height: 100%;
}
#plan .part .right{
	width: 33%;
	height: 100%;
	float: right;
}
#plan .part .right .right_img{
	width: 100%;
	height: 47%;
	background: url(../img/lingyu.png);
	background-size: 100% 100%;
}
#plan .part .right .right_img .content{
	width: 100%;
	height: 100%;
	position: relative;
}
#plan .part .right .right_img .content .aaaq{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#plan .part .right .right_img .content .bbbq{
	width: 100%;
	height: 100%;
	display: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
#plan .part .right .right_img .content .bbbq .aaaa{
	padding: 10px 0;
}
#plan .part .right .right_img .content .bbbq .jr{
	display: block;
	text-indent: 2em;
}
#plan .part .right .right_img .content .bbbq .ccc{
	display: inline-block;
	text-indent: 2em;
	margin-top: 30px;
	color: #1E90FF;
	text-decoration: underline;
	cursor: pointer;
}
#plan .part .right .plan_title{
	width: 100%;
	height: 53%;
}
#plan .part .right .plan_title .title_div{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
#plan .part .right .plan_title .title_div .kuai{
	width: 100%;

}
#plan .part .right .plan_title .title_div .kuai>img{
	width: 15px;
	height: 10px;
}
#plan .part .right .plan_title .title_div .kuai>span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
#plan .part .right .plan_title .title_div .kuai>span:hover{
	color: #1E90FF;
	text-decoration: underline;
}

#aboutUs{
	width: 100%;
	height: 245px;
	background-image: url(../img/aboutw.png);
	background-size: 100% 100%;
	position: relative;
}
#aboutUs .name{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#aboutUs .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#aboutUs .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#aboutUs .aboutUs_parts{
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10px;
}
#aboutUs .aboutUs_parts .partOne{
	width: 80px;
	height: 80px;
	background: rgba(0,100,255,0.6);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img{
	width: 35px;
	height: 45px;
	margin: 0 auto;
}
#aboutUs .aboutUs_parts .partOne .partOne_img>img{
	width: 100%;
	height: 100%;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1{
	width: 28px;
	height: 28px;
	clear: both;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 33px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1>img{
	width: 28px;
	height: 28px;
}
#aboutUs .aboutUs_parts .partOne .partOne_name{
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 14px;
}

#project{
	padding-top: 50px;
	width: 100%;
	margin: 0 auto;
}
#project .project_div{
	max-width: 1200px;
	margin: 0 auto;
}
#project .name{
	padding: 0px 0 40px 0;
}
#project .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#project .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#project .part{
	width: 320px;
	float: left;
	background-color: #FFFFFF;
}
#project .part:hover{
	background-color: #175ca1;
	color: #FFFFFF !important;
}
#project .part .img{
	width: 100%;
	height: 180px;
}
#project .part .img .img_div{
	width: 250px;
	height: 170px;
	margin: 0 auto;
	margin-top: 11px;
}
#project .part .img .img_div>img{
	width: 250px;
	height: 170px;
}
#project .part .note{
	width: 100%;
	height: 130px;
}
#project .part .note .note_div1{
	width: 250px;
	height: 130px;
	margin: 0 auto;
}
#project .part .note .note_div1 .title1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#project .part .note .note_div1 .title1>span{
	font-size: 16px;
}
#project .part .note .note_div1 .details{
	font-size: 14px;
	opacity: 0.5;
}
#project .more{
	text-align: center;
	padding: 40px 0 50px 0;
}
#project .more>span{
	display: inline-block;
	width: 96px;
	height: 35px;
	line-height: 35px;
	background-color: #175ca1;
	font-size: 16px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
}
#project .more>span>a{
	color: #FFFFFF;
}
#project .more>span>a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#business{
	width: 100%;
	background-color: #f8f8f8;
}
#business .business_biaoti{
	padding: 20px 0;
	text-align: center;
}
#business .business_biaoti>span:nth-child(1){
	font-size: 22px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#business .business_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#business .business_div .business_part{
	width: 22%;
	float: left;
}
#business .business_div .business_part .business_img{
	width: 100%;
	height: 150px;
}
#business .business_div .business_part .business_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#business .business_div .business_part .business_title{
	width: 100%;
	height: 120px;
	text-align: center;
	padding: 20px;
	background: rgba(0,100,255,0.1);
}
#business .business_div .business_part .business_title>span:nth-child(1){
	display: block;
	font-size: 16px;
}
#business .business_div .business_part .business_title>span:nth-child(2){
	width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	color: #666;
	font-size: 14px;
}
#contactUs{
	width: 100%;
	margin: 0 auto;
}
#contactUs .contactUs_biaoti{
	/*max-width: 1200px;*/
	margin: 0 auto;
	text-align: center;
	padding: 20PX 0;
}
#contactUs .contactUs_biaoti>span:nth-child(1){
	font-size: 22px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#contactUs .contactUs_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 14px;
	color:#666;
}
#contactUs .contactUs_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
}
#contactUs .contactUs_div .contactUs_part{
	width: 32%;
	height: 120px;
	float: left;
	border: 1px solid #ccc;
}
#contactUs .contactUs_div .contactUs_part .contactUs_part_div{
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img{
	width: 65px;
	height: 60px;
	float: left;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img>img{
	width: 100%;
	height: 100%;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title{
	margin-left: 75px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad{
	font-size: 13px !important;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad2{
	font-size: 12px !important;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad4{
	font-size: 18px !important;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(1){
	display: block;
	font-size: 15px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(2){
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: #666;
}
#fooder{
	width: 100%;
	background-color: #333;
	margin-top: 50px;
}
#fooder .fooder_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;

}
#fooder .type{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
#fooder .type>span{
	color: #FFFFFF;
}
#fooder .type .aaa{
	color: #FFFFFF;
	padding: 0 2px;
	font-size: 14px;
}
#fooder .address{
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 10px;
}
#fooder .address .address_div{
	margin-top: 20px;
	width: 70%;
	text-align: left;
}
#fooder .address .address_div>div{
	padding: 5px 0;
}
#fooder .bbb{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
}
/*media媒体查询(680-960)*/
@media screen and (min-width: 680px) and (max-width: 959px){

#nav{
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
#nav .border{
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#nav .border .logoname{
	width: 40%;
	height: 100px;
	float: left;

}
#nav .border .logoname .logo{
	width: 50px;
	height: 50px;
	margin-top: 25px;
	float: left;
	display: none;
}
#nav .border .logoname .logo>img{
	width: 100%;
	height: 100%;
}
#nav .border .logoname .name{
	width: 100%;
	height: 100px;
}
#nav .border .logoname .name .company{
	font-size: 20px;
	padding-top: 30px;
	letter-spacing: 2px;
	font-family: "黑体";
	/*color: #1E90FF;*/
	color: #FFFFFF;
	font-weight: 900;
}
#nav .border .logoname .name .company_a{
	font-size: 12px;
	/*color: #87CEEB;*/
	color: #DCDCDC;
}
#nav .border .type{
	height: 100px;
	line-height: 100px;
	float: right;
}
#nav .border .type>span{
	display: inline-block;
	padding: 0 2px;
	font-size: 14px;
	color: #FFFFFF;
}
#nav .border .type>span:hover{
	/*cursor: pointer;*/
	color: #ff9124;
}
#nav .border .type>span>a{
	/*color: #1E90FF;*/
	color: #FFFFFF;
}
#nav .border .type>span>a:hover{
	color: #ff9124;
}
#nav .border .type .active{
	color: #ff9124;
}
#shufflingFigure .shuffling_img{
	width: 100%;
	height: 270px;
}
#shufflingFigure .shuffling_img>img{
	width: 100%;
	height: 100%;
}
#tohrsj{
	width: 100%;
	padding-bottom: 20px;
}
#tohrsj .name{
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
#tohrsj .name>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 2px;
}
#tohrsj .name>span:nth-child(2){
	letter-spacing: 1px;
	color:#666;
	font-size: 12px;
}
#tohrsj .parts .part_a .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#tohrsj .parts .part_a .img>img{
	width: 100%;
	height: 120px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_a .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_a .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_b{
	width: 31%;
	display: inline-block;
	margin: 0 auto;
	margin-left: 3.2%;
}
#tohrsj .parts .part_b .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#tohrsj .parts .part_b .img>img{
	width: 100%;
	height: 120px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_b .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_b .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_c .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#tohrsj .parts .part_c .img>img{
	width: 100%;
	height: 120px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_c .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_c .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#areas{
	width: 100%;
	background-image: url(../img/lingyu.png);
	background-size: 100% 100%;
	height: auto;
}
#areas .background{
	width: 100%;
	height: 100%;
	background: rgba(175,134,217,0.5);
}
#areas .name{
	/*padding: 20px 0 40px 0;*/
	padding: 20px 0 0 0;
}
#areas .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#areas .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#FFF;
}
#areas .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#areas .parts .part{
	width: 18%;
	float: left;
	margin-left: 8%;
}
#areas .parts .aaa{
	margin-left: 4%;
}
#areas .parts .part .part_img{
	width: 100%;
	height: 80%;
}
#areas .parts .part .part_img>img:hover{
	transform: scale(1.1);
}
#areas .parts .part .part_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
}
#areas .parts .part .part_note{
	width: 100%;
	height: 20%;
	text-align: center;
}
#areas .parts .part .part_note>span{
	display: block;
	width: 1005;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 900;
	color: #FFFFFF;
}
#plan{
	width: 100%;
}
#plan .plan_div{
	max-width: 1200px;
	margin: 0 auto;
}
#plan .name{
	padding: 40px 0 20px 0;
}
#plan .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#plan .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#plan .part{
	width: 100%;
	height: 288px
}
#plan .part .img{
	width: 66%;
	/*height: 450px;*/
	height: 100%;
	float: left;
}
#plan .part .img>img{
	width: 100%;
	height: 100%;
}
#plan .part .right{
	width: 33%;
	height: 100%;
	float: right;
}
#plan .part .right .right_img{
	width: 100%;
	height: 47%;
	background: url(../img/lingyu.png);
	background-size: 100% 100%;
}
#plan .part .right .right_img .content{
	width: 100%;
	height: 100%;
	position: relative;
}
#plan .part .right .right_img .content .aaaq{
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#plan .part .right .right_img .content .bbbq{
	width: 100%;
	height: 100%;
	display: none;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
#plan .part .right .right_img .content .bbbq .aaaa{
	padding: 10px 0;
}
#plan .part .right .right_img .content .bbbq .jr{
	display: block;
	text-indent: 2em;
}
#plan .part .right .right_img .content .bbbq .ccc{
	display: inline-block;
	text-indent: 2em;
	margin-top: 10px;
	color: #1E90FF;
	text-decoration: underline;
	cursor: pointer;
}
#plan .part .right .plan_title{
	width: 100%;
	height: 53%;
}
#plan .part .right .plan_title .title_div{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
}
#plan .part .right .plan_title .title_div .kuai{
	width: 100%;

}
#plan .part .right .plan_title .title_div .kuai>img{
	width: 15px;
	height: 10px;
}
#plan .part .right .plan_title .title_div .kuai>span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	cursor: pointer;
}
#plan .part .right .plan_title .title_div .kuai>span:hover{
	color: #1E90FF;
	text-decoration: underline;
}
#aboutUs{
	width: 100%;
	height: 185px;
	background-image: url(../img/aboutw.png);
	background-size: 100% 100%;
	position: relative;
}
#aboutUs .name{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#aboutUs .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 2px;
	color: #1E90FF;
}
#aboutUs .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#aboutUs .aboutUs_parts{
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10px;
}
#aboutUs .aboutUs_parts .partOne{
	width: 80px;
	height: 80px;
	background: rgba(0,100,255,0.6);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img{
	width: 35px;
	height: 45px;
	margin: 0 auto;
}
#aboutUs .aboutUs_parts .partOne .partOne_img>img{
	width: 100%;
	height: 100%;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1{
	width: 28px;
	height: 28px;
	clear: both;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 33px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1>img{
	width: 28px;
	height: 28px;
}
#aboutUs .aboutUs_parts .partOne .partOne_name{
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 14px;
}
#project{
	padding-top: 50px;
	width: 100%;
	margin: 0 auto;
}
#project .project_div{
	max-width: 1200px;
	margin: 0 auto;
}
#project .name{
	padding: 0px 0 40px 0;
}
#project .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#project .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#project .part{
	width: 227px;
	float: left;
	background-color: #FFFFFF;
}
#project .part:hover{
	background-color: #175ca1;
	color: #FFFFFF !important;
}
#project .part .img{
	width: 100%;
	height: 128px;
}
#project .part .img .img_div{
	width: 200px;
	height: 128px;
	margin: 0 auto;
	margin-top: 11px;
}
#project .part .img .img_div>img{
	width: 200px;
	height: 128px;
}
#project .part .note{
	width: 100%;
	height: 130px;
}
#project .part .note .note_div1{
	width: 200px;
	height: 130px;
	margin: 0 auto;
}
#project .part .note .note_div1 .title1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center !important;
}
#project .part .note .note_div1 .title1>span{
	font-size: 14px;

}
#project .part .note .note_div1 .details{
	font-size: 12px;
	opacity: 0.5;
}
#project .more{
	text-align: center;
	padding: 20px 0 30px 0;
}
#project .more>span{
	display: inline-block;
	width: 76px;
	height: 30px;
	line-height: 30px;
	background-color: #175ca1;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
}
#project .more>span>a{
	color: #FFFFFF;
}
#project .more>span>a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#business{
	width: 100%;
	background-color: #f8f8f8;
}
#business .business_biaoti{
	padding: 20px 0 10px 0;
	text-align: center;
}
#business .business_biaoti>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 2px;
}
#business .business_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#business .business_div .business_part{
	width: 46%;
	float: left;
	margin-left: 2.7% !important;
	margin-top: 10px;
}
#business .business_div .business_part .business_img{
	width: 100%;
	height: 150px;
}
#business .business_div .business_part .business_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#business .business_div .business_part .business_title{
	width: 100%;
	height: 90px;
	text-align: center;
	padding: 20px;
	background: rgba(0,100,255,0.1);
}
#business .business_div .business_part .business_title>span:nth-child(1){
	display: block;
	font-size: 16px;
}
#business .business_div .business_part .business_title>span:nth-child(2){
	width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	color: #666;
	font-size: 14px;
}
#contactUs{
	width: 100%;
	margin: 0 auto;
}
#contactUs .contactUs_biaoti{
	margin: 0 auto;
	text-align: center;
	padding: 20PX 0 10px 0;
}
#contactUs .contactUs_biaoti>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 2px;
}
#contactUs .contactUs_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#contactUs .contactUs_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
}
#contactUs .contactUs_div .contactUs_part{
	width: 32%;
	height: 100px;
	float: left;
	border: 1px solid #ccc;
}
#contactUs .contactUs_div .contactUs_part .contactUs_part_div{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img{
	width: 40px;
	height: 35px;
	float: left;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img>img{
	width: 100%;
	height: 100%;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title{
	margin-left: 45px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad{
	font-size: 12px !important;
	font-weight: 600;
	padding-top: 1px !important;
	word-wrap: break-word;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad2{
	font-size: 12px !important;
	padding-top: 1px !important;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(1){
	display: block;
	font-size: 14px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(2){
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #666;
}
#fooder{
	width: 100%;
	background-color: #333;
	margin-top: 20px;
}
#fooder .fooder_div{
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;

}
#fooder .type{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
#fooder .type>span{
	color: #FFFFFF;
}
#fooder .type .aaa{
	color: #FFFFFF;
	padding: 0 2px;
	font-size: 14px;
}
#fooder .address{
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 10px;
}
#fooder .address .address_div{
	margin-top: 10px;
	width: 70%;
	text-align: left;
}
#fooder .address .address_div>div{
	padding: 2px 0;
}
#fooder .bbb{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
#fooder .address .ewm {
    width: 30%;
    float: right;
    margin-top: 10px;
}
#fooder .address .ewm>img{
	width: 80px;
	height: 80px;
}


}
/*media媒体查询(480-680)*/
@media screen and (min-width: 480px) and (max-width: 679px){

#nav{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
#nav .border{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#nav .border .logoname{
	width: 100%;
	height: auto;
	float: left;

}
#nav .border .logoname .logo>img{
	width: 100%;
	height: 100%;
}
#nav .border .logoname .name{
	width: 100%;
	height: auto;
	padding: 20px 0 10px 0;
	text-align: center;
}
#nav .border .logoname .name .company{
	font-size: 22px;
	padding-top: 0px;
	letter-spacing: 2px;
	font-family: "黑体";
	/*color: #1E90FF;*/
	color: #FFFFFF;
	font-weight: 900;
}
#nav .border .logoname .name .company_a{
	font-size: 13px;
	/*color: #87CEEB;*/
	color: #DCDCDC;
}
#nav .border .type{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#nav .border .type>span{
	display: inline-block;
	padding: 0 5px;
	color: #FFFFFF;
	font-size: 14px;
}
#nav .border .type>span:hover{
	/*cursor: pointer;*/
	color: #ff9124;
}
#nav .border .type>span>a{
	/*color: #1E90FF;*/
	color: #FFFFFF;
}
#nav .border .type>span>a:hover{
	color: #ff9124;
}
#nav .border .type .active{
	color: #ff9124;
}

#shufflingFigure{
	width: 100%;
	/*height: 200px;*/
}
#shufflingFigure .shuffling_img{
	width: 100%;
	height: 200px;
}
#shufflingFigure .shuffling_img>img{
	width: 100%;
	height: 100%;
}
#tohrsj{
	width: 100%;
	padding-bottom: 20px;
}
#tohrsj .name{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0px 0;
}
#tohrsj .parts .part_c {
    width: 48%;
    display: none;
}
#tohrsj .name>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	padding: 0px;
	display: block;
}
#tohrsj .name>span:nth-child(2){
	letter-spacing: 1px;
	color:#666;
	font-size: 12px;
}
#tohrsj .parts .part_a {
    width: 49%;
    display: inline-block;
    float: left;
}
#tohrsj .parts .part_a .img{
	width: 100%;
	height: 140px;
	overflow: hidden;
}
#tohrsj .parts .part_a .img>img{
	width: 100%;
	height: 140px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_a .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_a .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_b{
	width: 49%;
	display: inline-block;
	margin: 0 auto;
	float: right;
}
#tohrsj .parts .part_b .img{
	width: 100%;
	height: 140px;
	overflow: hidden;
}
#tohrsj .parts .part_b .img>img{
	width: 100%;
	height: 140px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_b .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_b .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_c .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#tohrsj .parts .part_c .img>img{
	width: 100%;
	height: 180px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_c .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
#tohrsj .parts .part_c .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}

#areas{
	width: 100%;
	background-image: url(../img/lingyu.png);
	background-size: 100% 100%;
	height: auto;
}
#areas .background{
	width: 100%;
	height: 100%;
	background: rgba(175,134,217,0.5);
}
#areas .name{
	/*padding: 20px 0 40px 0;*/
	padding: 10px 0 0 0;
}
#areas .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#areas .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#FFF;
}
#areas .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#areas .parts .part{
	width: 18%;
	float: left;
	margin-left: 8%;
}
#areas .parts .aaa{
	margin-left: 4%;
}
#areas .parts .part .part_img{
	width: 100%;
	height: 80%;
}
#areas .parts .part .part_img>img:hover{
	transform: scale(1.1);
}
#areas .parts .part .part_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
}
#areas .parts .part .part_note{
	width: 100%;
	height: 20%;
	text-align: center;
}
#areas .parts .part .part_note>span{
	display: block;
	width: 1005;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
}
#plan{
	width: 100%;
	height: auto;
}
#plan .plan_div{
	max-width: 1200px;
	margin: 0 auto;
}
#plan .name{
	padding: 20px 0 5px 0;
}
#plan .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#plan .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#plan .part{
	width: 100%;
	height: auto;
}
#plan .part .img{
	width: 66%;
	height: 100%;
	float: left;
	display: none;
}
#plan .part .img>img{
	width: 100%;
	height: 100%;
}
#plan .part .right{
	/*width: 33%;*/
	width: 100%;
	height: 100%;
	float: right;
}
#plan .part .right .right_img{
	width: 70%;
	/*height: 47%;*/
	height: 200px;
	background: url(../img/lingyu.png);
	background-size: 100% 100%;
	float: left;
}
#plan .part .right .right_img .content{
	width: 100%;
	height: 100%;
	position: relative;
}
#plan .part .right .right_img .content .aaaq{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#plan .part .right .right_img .content .bbbq{
	width: 100%;
	height: 100%;
	display: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
#plan .part .right .right_img .content .bbbq .aaaa{
	padding: 10px 0;
}
#plan .part .right .right_img .content .bbbq .jr{
	display: block;
	text-indent: 2em;
}
#plan .part .right .right_img .content .bbbq .ccc{
	display: inline-block;
	text-indent: 2em;
	margin-top: 30px;
	color: #1E90FF;
	text-decoration: underline;
	cursor: pointer;
}
#plan .part .right .plan_title{
	width: 30%;
	float: right;
}
#plan .part .right .plan_title .title_div{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
}
#plan .part .right .plan_title .title_div .kuai{
	width: 100%;

}
#plan .part .right .plan_title .title_div .kuai>img{
	width: 15px;
	height: 10px;
}
#plan .part .right .plan_title .title_div .kuai>span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
#plan .part .right .plan_title .title_div .kuai>span:hover{
	color: #1E90FF;
	text-decoration: underline;
}

#aboutUs{
	width: 100%;
	height: 143px;
	background-image: url(../img/aboutw.png);
	background-size: 100% 100%;
	position: relative;
	margin-top: 10px;
}
#aboutUs .name{
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
#aboutUs .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 0px;
	color: #1E90FF;
}
#aboutUs .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#aboutUs .aboutUs_parts{
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10px;
}
#aboutUs .aboutUs_parts .partOne{
	width: 80px;
	height: 80px;
	background: rgba(0,100,255,0.6);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img{
	width: 35px;
	height: 45px;
	margin: 0 auto;
}
#aboutUs .aboutUs_parts .partOne .partOne_img>img{
	width: 100%;
	height: 100%;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1{
	width: 28px;
	height: 28px;
	clear: both;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 33px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1>img{
	width: 28px;
	height: 28px;
}
#aboutUs .aboutUs_parts .partOne .partOne_name{
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 14px;
}
#project{
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}
#project .name{
	padding: 0px 0 10px 0;
}
#project .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 0px;
	color: #1E90FF;
}
#project .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#project .part {
    width: 223px;
    float: left;
    background-color: #FFFFFF;
}
#project .part .img{
	width: 100%;
	height: 140px;
}
#project .part .img .img_div{
	width: 210px;
	height: 130px;
	margin: 0 auto;
	margin-top: 11px;
}
#project .part .img .img_div>img{
	width: 100%;
	height: 100%;
}
#project .part .note{
	width: 100%;
	height: 110px;
}
#project .part .note .note_div1{
	width: 210px;
	height: 130px;
	margin: 0 auto;
}
#project .part .note .note_div1 .title1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
#project .part .note .note_div1 .title1>span{
	font-size: 16px;
}
#project .part .note .note_div1 .details{
	font-size: 14px;
	opacity: 0.5;
}
#project .more{
	text-align: center;
	padding: 10px 0 10px 0;
}
#project .more>span{
	display: inline-block;
	width: 76px;
	height: 30px;
	line-height: 30px;
	background-color: #175ca1;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
}
#project .more>span>a{
	color: #FFFFFF;
}
#project .more>span>a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#business{
	width: 100%;
	background-color: #f8f8f8;
}
#business .business_biaoti{
	padding: 20px 0 10px 0;
	text-align: center;
}
#business .business_biaoti>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 0px;
}
#business .business_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#business .business_div .business_part{
	width: 48% !important;
	float: left;
	margin-left: 1.4% !important;
	margin-top: 10px;
}
#business .business_div .business_part .business_img{
	width: 100%;
	height: 150px;
}
#business .business_div .business_part .business_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#business .business_div .business_part .business_title{
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 20px;
	background: rgba(0,100,255,0.1);
}
#business .business_div .business_part .business_title>span:nth-child(1){
	display: block;
	font-size: 16px;
}
#business .business_div .business_part .business_title>span:nth-child(2){
	width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	color: #666;
	font-size: 14px;
}
#contactUs{
	width: 100%;
	margin: 0 auto;
}
#contactUs .contactUs_biaoti{
	margin: 0 auto;
	text-align: center;
	padding: 20PX 0 10px 0;
}
#contactUs .contactUs_biaoti>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#contactUs .contactUs_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#contactUs .contactUs_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
}
#contactUs .contactUs_div .contactUs_part{
	width: 32%;
	height: 100px;
	float: left;
	border: 1px solid #ccc;
}
#contactUs .contactUs_div .contactUs_part .contactUs_part_div{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img{
	width: 40px;
	height: 37px;
	float: left;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img>img{
	width: 100%;
	height: 100%;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title{
	margin-left: 42px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(1){
	display: block;
	font-size: 14px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(2){
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #666;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad{
	display: block;
	min-width: 103px;
	font-size: 12px !important;
	padding: 0 !important;
	word-wrap: break-word;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad2{
	font-size: 12px !important;
	padding: 0 !important;
	word-wrap: break-word;
}
#fooder{
	width: 100%;
	background-color: #333;
	margin-top: 20px;
}
#fooder .fooder_div{
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;

}
#fooder .type{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
#fooder .type>span{
	color: #FFFFFF;
}
#fooder .type .aaa{
	color: #FFFFFF;
	padding: 0 2px;
	font-size: 14px;
}
#fooder .address{
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 10px;
}
#fooder .address .address_div{
	margin-top: 10px;
	width: 70%;
	text-align: left;
}
#fooder .address .address_div>div{
	padding: 2px 0;
}
#fooder .bbb{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
#fooder .address .ewm {
    width: 30%;
    float: right;
    margin-top: 10px;
}
#fooder .address .ewm>span{
	display: inline-block;
	padding-bottom: 5px;
}
#fooder .address .ewm > img {
    width: 70px;
    height: 70px;
}
#fooder .address .ewm .br{
	display: none;
}







}

/*media媒体查询(320-480)*/
@media screen and (min-width: 200px) and (max-width: 479px){

#nav{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
#nav .border{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#nav .border .logoname{
	width: 100%;
	height: auto;
	float: left;

}
#nav .border .logoname .logo>img{
	width: 100%;
	height: 100%;
}
#nav .border .logoname .name{
	width: 100%;
	height: 60px;
	text-align: center;
}
#nav .border .logoname .name .company{
	font-size: 18px;
	padding-top: 12px;
	letter-spacing: 2px;
	font-family: "黑体";
	color: #FFFFFF;
	font-weight: 900;
}
#nav .border .logoname .name .company_a{
	font-size: 11px;
	color: #DCDCDC;
}
#nav .border .type{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between;
}
#nav .border .type>span{
	display: inline-block;
	padding: 0 3px;
	color: #FFFFFF;
	font-size: 13px;
}
#nav .border .type>span:hover{
	/*cursor: pointer;*/
	color: #ff9124;
}
#nav .border .type>span>a{
	/*color: #1E90FF;*/
	color: #FFFFFF;
}
#nav .border .type>span>a:hover{
	color: #ff9124;
}
#nav .border .type .active{
	color: #ff9124;
}

#shufflingFigure{
	width: 100%;
	margin-top: 110px;
}
#shufflingFigure .shuffling_img{
	width: 100%;
	height: 200px;
}
#shufflingFigure .shuffling_img>img{
	width: 100%;
	height: 100%;
}
#tohrsj{
	width: 100%;
	padding-bottom: 20px;
}
#tohrsj .name{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
#tohrsj .parts .part_c {
    width: 48%;
    display: none;
}
#tohrsj .name>span:nth-child(1){
	font-size: 16px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	padding: 0px;
	display: block;
}
#tohrsj .name>span:nth-child(2){
	letter-spacing: 1px;
	color:#666;
	font-size: 10px;
}
#tohrsj .parts .part_a {
    width: 49%;
    display: inline-block;
    float: left;
}
#tohrsj .parts .part_a .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#tohrsj .parts .part_a .img>img{
	width: 100%;
	height: 120px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_a .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_a .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_b{
	width: 49%;
	display: inline-block;
	margin: 0 auto;
	float: right;
}
#tohrsj .parts .part_b .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#tohrsj .parts .part_b .img>img{
	width: 100%;
	height: 120px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_b .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#tohrsj .parts .part_b .xuanyan{
	text-align: center;
	font-size: 12px;
	opacity: 0.7;
}
#tohrsj .parts .part_c .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
#tohrsj .parts .part_c .img>img{
	width: 100%;
	height: 180px;
	cursor: pointer;
	transition: all 1s;
}
#tohrsj .parts .part_c .about_us{
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
#tohrsj .parts .part_c .xuanyan{
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}

#areas{
	width: 100%;
	background-image: url(../img/lingyu.png);
	background-size: 100% 100%;
	height: auto;
}
#areas .background{
	width: 100%;
	height: 100%;
	background: rgba(175,134,217,0.5);
}
#areas .name{
	/*padding: 20px 0 40px 0;*/
	padding: 10px 0 0 0;
}
#areas .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#areas .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 10px;
	color:#FFF;
}
#areas .parts{
	max-width: 1200px;
	margin: 0 auto;
}
#areas .parts .part{
	width: 18%;
	float: left;
	margin-left: 8%;
}
#areas .parts .aaa{
	margin-left: 4%;
}
#areas .parts .part .part_img{
	width: 100%;
	height: 80%;
}
#areas .parts .part .part_img>img:hover{
	transform: scale(1.1);
}
#areas .parts .part .part_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
}
#areas .parts .part .part_note{
	width: 100%;
	height: 20%;
	text-align: center;
}
#areas .parts .part .part_note>span{
	display: block;
	width: 1005;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
}
#plan{
	width: 100%;
	height: auto;
}
#plan .plan_div{
	max-width: 1200px;
	margin: 0 auto;
}
#plan .name{
	padding: 20px 0 5px 0;
}
#plan .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 5px;
	color: #1E90FF;
}
#plan .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 10px;
	color:#666;
}
#plan .part{
	width: 100%;
	height: auto;
}
#plan .part .img{
	width: 66%;
	height: 100%;
	float: left;
	display: none;
}
#plan .part .img>img{
	width: 100%;
	height: 100%;
}
#plan .part .right{
	/*width: 33%;*/
	width: 100%;
	height: 100%;
	float: right;
}
#plan .part .right .right_img{
	width: 70%;
	/*height: 47%;*/
	height: 165px;
	background: url(../img/lingyu.png);
	background-size: 100% 100%;
	float: left;
}
#plan .part .right .right_img .content{
	width: 100%;
	height: 100%;
	position: relative;
}
#plan .part .right .right_img .content .aaaq{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#plan .part .right .right_img .content .bbbq{
	width: 100%;
	height: 100%;
	display: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px 0 10px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
#plan .part .right .right_img .content .bbbq .aaaa{
	padding: 10px 0;
}
#plan .part .right .right_img .content .bbbq .jr{
	display: block;
	text-indent: 2em;
	font-size: 12px;
}
#plan .part .right .right_img .content .bbbq .ccc{
	display: inline-block;
	text-indent: 2em;
	margin-top: 30px;
	color: #1E90FF;
	text-decoration: underline;
	cursor: pointer;
}
#plan .part .right .plan_title{
	width: 30%;
	float: right;
}
#plan .part .right .plan_title .title_div{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
}
#plan .part .right .plan_title .title_div .kuai{
	width: 100%;

}
#plan .part .right .plan_title .title_div .kuai>img{
	width: 15px;
	height: 10px;
}
#plan .part .right .plan_title .title_div .kuai>span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
#plan .part .right .plan_title .title_div .kuai>span:hover{
	color: #1E90FF;
	text-decoration: underline;
}

#aboutUs{
	width: 100%;
	height: 124px;
	background-image: url(../img/aboutw.png);
	background-size: 100% 100%;
	position: relative;
	margin-top: 10px;
}
#aboutUs .name{
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
#aboutUs .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 0px;
	color: #1E90FF;
}
#aboutUs .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 10px;
	color:#DCDCDC;
}
#aboutUs .aboutUs_parts{
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 10px;
}
#aboutUs .aboutUs_parts .partOne{
	width: 80px;
	height: 80px;
	background: rgba(0,100,255,0.6);
	border-radius: 50%;
	float: left;
	margin-left: 10px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img{
	width: 35px;
	height: 45px;
	margin: 0 auto;
}
#aboutUs .aboutUs_parts .partOne .partOne_img>img{
	width: 100%;
	height: 100%;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1{
	width: 28px;
	height: 28px;
	clear: both;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 33px;
}
#aboutUs .aboutUs_parts .partOne .partOne_img1>img{
	width: 28px;
	height: 28px;
}
#aboutUs .aboutUs_parts .partOne .partOne_name{
	text-align: center;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 14px;
}
#project{
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}
#project .name{
	padding: 0px 0 10px 0;
}
#project .name>span:nth-child(1){
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	font-family: 黑体;
	padding-bottom: 0px;
	color: #1E90FF;
}
#project .name>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 10px;
	color:#666;
}
#project .part {
    /*width: 240px;*/
   width: 100%;
    float: left;
    background-color: #FFFFFF;
}
#project .part .img{
	width: 100%;
	height: 180px;
}
#project .part .img .img_div{
	/*width: 230px;*/
	width: 96%;
	height: 180px;
	margin: 0 auto;
	margin-top: 11px;
}
#project .part .img .img_div>img{
	width: 100%;
	height: 100%;
}
#project .part .note{
	width: 100%;
	height: auto;
}
#project .part .note .note_div1{
	width: 96%;
	height: auto;
	margin: 0 auto;
}
#project .part .note .note_div1 .title1{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#project .part .note .note_div1 .title1>span{
	font-size: 16px;
}
#project .part .note .note_div1 .details{
	width: 100%;
	font-size: 14px;
	opacity: 0.5;
	padding-bottom: 5px;
}
#project .more{
	text-align: center;
	padding: 10px 0 10px 0;
}
#project .more>span{
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #175ca1;
	font-size: 13px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 3px;
}
#project .more>span>a{
	color: #FFFFFF;
}
#project .more>span>a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#business{
	width: 100%;
	background-color: #f8f8f8;
}
#business .business_biaoti{
	padding: 20px 0 10px 0;
	text-align: center;
}
#business .business_biaoti>span:nth-child(1){
	font-size: 18px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 0px;
}
#business .business_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 12px;
	color:#666;
}
#business .business_div .business_part{
	width: 48% !important;
	float: left;
	margin-left: 1.4% !important;
	margin-top: 10px;
}
#business .business_div .business_part .business_img{
	width: 100%;
	height: 150px;
}
#business .business_div .business_part .business_img>img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#business .business_div .business_part .business_title{
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 20px;
	background: rgba(0,100,255,0.1);
}
#business .business_div .business_part .business_title>span:nth-child(1){
	display: block;
	font-size: 16px;
}
#business .business_div .business_part .business_title>span:nth-child(2){
	width: 100%;
	display: block;
	padding: 10px 0 20px 0;
	color: #666;
	font-size: 14px;
}
#contactUs{
	width: 100%;
	margin: 0 auto;
}
#contactUs .contactUs_biaoti{
	margin: 0 auto;
	text-align: center;
	padding: 20PX 0 10px 0;
}
#contactUs .contactUs_biaoti>span:nth-child(1){
	font-size: 16px;
	color: #1E90FF;
	font-family: 黑体;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
#contactUs .contactUs_biaoti>span:nth-child(2){
	display: block;
	text-align: center;
	font-size: 10px;
	color:#666;
}
#contactUs .contactUs_div{
	/*max-width: 1200px;*/
	margin: 0 auto;
}
#contactUs .contactUs_div .contactUs_part{
	width: 48%;
	height: 100px;
	float: left;
	border: 1px solid #ccc;
	margin-left: 1.2% !important;
	margin-bottom: 5px;
}
#contactUs .contactUs_div .ad3{
	width: 100%;

}
#contactUs .contactUs_div .contactUs_part .contactUs_part_div{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img{
	width: 40px;
	height: 37px;
	float: left;
}
#contactUs .contactUs_div .contactUs_part .contactUs_img>img{
	width: 100%;
	height: 100%;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title{
	margin-left: 42px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(1){
	display: block;
	font-size: 14px;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title>span:nth-child(2){
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #666;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad{
	display: block;
	min-width: 103px;
	font-size: 12px !important;
	padding: 0 !important;
	word-wrap: break-word;
}
#contactUs .contactUs_div .contactUs_part .contactUs_title .ad2{
	font-size: 12px !important;
	padding: 0 !important;
	word-wrap: break-word;
}
#fooder{
	width: 100%;
	background-color: #333;
	margin-top: 20px;
}
#fooder .fooder_div{
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;

}
#fooder .type{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
#fooder .type>span{
	color: #FFFFFF;
}
#fooder .type .aaa{
	color: #FFFFFF;
	padding: 0 2px;
	font-size: 12px;
}
#fooder .type .cpzs{
	display: none;
}

#fooder .address{
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 10px;
}
#fooder .address .address_div{
	margin-top: 10px;
	width: 70%;
	text-align: left;
}
#fooder .address .address_div>div{
	padding: 2px 0;
}
#fooder .bbb{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
#fooder .address .ewm {
    width: 30%;
    float: right;
    margin-top: 10px;
}
#fooder .address .ewm > img {
    width: 56px;
    height: 56px;
}
#fooder .address .ewm>span{
	display: inline-block;
	padding-bottom: 5px;
}
#fooder .address .ewm .br{
	display: none;
}



}

.solution_active>span{
	color: #1E90FF;
	text-decoration: underline;
}
























