.wrap {display: none;position: absolute;width: 1024px;top: 0;margin: auto;left: 0;right: 0;transform-origin: left top;}
.content {position: relative;width: 1024px;overflow: hidden;margin: 0 auto;}
.content:after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../img/repeat_bg.png) repeat-y;opacity: 0.2;z-index: -1;}

/*分类导航*/
.p_nav {cursor: pointer;float: left;width: 33%;text-align: center;letter-spacing: 4px;}
.p_nav span {border-top: 1px solid #1a6cb5;padding-top: 10px;}

/*banner*/
.explore {position: absolute; bottom: 0;width: 100%; height: 100%;}
.explore_btn {cursor: pointer; position: absolute;bottom: 0; width: 100%;height: 146px; background: rgba(0,0,0,.3); color: #fff;text-align: center;font-size: 13px;letter-spacing: 4px;}
.explore_btn p:first-child {margin-top: 19px;}
.explore_btn p:nth-child(2) {margin-top: 12px;}
.explore_btn div {margin-top: 10px;}
.explore_btn div p:first-child {display: inline-block;}
.explore_btn div p:nth-child(2) {display: inline-block;vertical-align: middle; margin-bottom: 14px;width: 19px;}
.explore_ep { display: none; position: absolute; width: 100%; height: 100%; background: #181818;z-index: 10;}
.close {cursor: pointer; position: absolute;right: 72px; top: 31px;color: #fff;font-size: 12px;letter-spacing: 1px;}
.close p {display: inline-block;vertical-align: middle;}
.close p:nth-child(2) {width: 24px;margin-top: 1px;margin-left: 3px;}
.explore_ep .service {margin: 65px 168px 0;}
.explore_ep .service .a_img,.explore_ep .service .b_img {width: 221px;height: 221px;}
.explore_ep .service .a_img p:first-child,.explore_ep .service .b_img p:first-child {width: 222px;}
.explore_ep .service .b_img p:nth-child(2),.explore_ep .service .a_img p:nth-child(2) {margin-top: -30px;
	transform: scale(1);
		-webkit-transform:scale(1);/***chrome，safari***/
		-moz-transform:scale(1); /***firefox***/
		-ms-transform:scale(1); /***Opera***/
		-o-transform:scale(1); /***IE***/}
.explore_ep .a_describe,.explore_ep .b_describe,.explore_ep .a_describe p:first-child,.explore_ep .b_describe p:first-child {display: block;color: #fff;    text-align: left;font-size: 13px;}
.explore_ep .a_describe,.explore_ep .b_describe {margin-top: 4px;width: 406px;}
.explore_ep .a_describe p:first-child,.explore_ep .b_describe p:first-child{letter-spacing: 3px; padding-bottom: 38px;}
.explore_ep .a_describe p {letter-spacing: 3px; width: auto; line-height: 28px;}
.explore_ep .a_describe p,.explore_ep .b_describe p {text-align: left; }

/*文案*/
.service {position: relative; margin: 65px 65px 0px; overflow: hidden;}
.a_img {float: left;width: 445px;height: 445px;overflow: hidden;border-radius: 50%;}
.b_img {float: right;width: 445px;height: 445px;overflow: hidden;border-radius: 50%;}
.a_img p:first-child {position: absolute;width: 451px; top: 0;left: -2px;z-index: 1; transform: rotateZ(-88deg);}
.b_img p:first-child {position: absolute;width: 451px; top: 0;right: 1px;z-index: 1; transform: rotateZ(-88deg);}
.b_img p:nth-child(2) {transform: scale(1.5);margin-top: 73px;}
.b_describe {float: left; position: relative; margin-top: 60px;}
.a_describe {float: right;position: relative; margin-top: 88px;}
.a_describe p:first-child,.b_describe p:first-child {color: #1a6cb5;text-align: center;font-size: 13px;font-weight: bold; letter-spacing: 2px;padding-bottom: 8px;}
.a_describe p,.b_describe p {text-align: center; font-size: 12px;letter-spacing: 3px;width: 393px;line-height: 32px;padding-bottom: 34px;}
.a_arrow {cursor: pointer;position: absolute; bottom: -28px; width: 100%;}
.a_arrow img {width: 22px;}
.b_arrow {cursor: pointer;position: absolute;bottom: 5px;width: 26px !important;left: 226px;}
.a_arrow span {display: inline-block;color: #1a6cb5;letter-spacing: 2px;}
.a_arrow span:nth-child(2) {vertical-align: middle; margin-top: -5px;margin-left: -7px;}

/*表格*/
.fill_con {margin:100px auto 100px;overflow: hidden;}

/*二维码*/
.info {text-align: center;}
.info_item {font-size: 18px;letter-spacing: 1px;margin-bottom: 24px; line-height: 27px;}
.addr {width: 550px;margin: 0 auto;}
.code {margin: 50px 246px 0;overflow: hidden;}
.code_item {width: 33%;float: left;}
.code_item p:first-child {width: 100px;margin: 0 auto;}
.code_item p:nth-child(2){text-align: center;margin-top: 15px;line-height: 27px;letter-spacing: 2px;}

/*替换英文微调*/
.d_en p:first-child {font-size: 12px !important;padding-bottom: 20px !important;}
.d_en p {font-size: 12px; letter-spacing: 1px !important;line-height: 21px !important;}

/*媒体查询*/
@media only screen and (min-width: 1300px) {
	.zoom,.head {
		transform-origin: top;
		transform: scale(1.2);
		-webkit-transform:scale(1.2);/***chrome，safari***/
		-moz-transform:scale(1.2); /***firefox***/
		-ms-transform:scale(1.2); /***Opera***/
		-o-transform:scale(1.2); /***IE***/
	}	
}

@media only screen and (min-width: 1700px) {
	.zoom,.head {
		transform-origin: top;
		transform: scale(1.3);
		-webkit-transform:scale(1.3);/***chrome，safari***/
		-moz-transform:scale(1.3); /***firefox***/
		-ms-transform:scale(1.3); /***Opera***/
		-o-transform:scale(1.3); /***IE***/
	}	
}