/*-------------------全局声明---------------*/

/*Gray all*/
/* html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);} */

html {
-ms-touch-action: none;  /* 阻止windows Phone 的默认触摸事件 */
}

ul {
    list-style: none;
}

a:link{
	text-decoration: none;
	outline: none;
}
a:visited{
	text-decoration: none;
	outline: none;
}
area{
	outline: none;
}
#pages {
	overflow: hidden;
}
.page {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.contain {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	z-index: 0;
}
.current .contain,.slide .contain {
	display: block;
}
.current {
	display: block;
	z-index: 1;
}
.slide {
	display: block;
	z-index: 2;
}
.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}
#navBar {
	z-index: 3;
	position: absolute;
	top: 10%;
	right: 3%;
}
#navBar .active {
    background: #ccc;
}

*{
	color:#3f4651;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.cp{
	cursor: pointer;
}
.bg1{
	background: #EFCE88;
}
.bg2{
	background: #93BE53;
}
.bg3{
	background: #37BD9C;
}
.bg4{
	background: #42ACD6;
}
.bg5{
	background: #3BAEDA;
}
.bg6{
	background: #E97E68;
}
.bg7{
	background: #F9B552;
}
.bg8{
	background: #7FD47F;
}
.bg9{
	background: #D6CC87;
}
.bg10{
	background: #97b7dd;
}

/*----------------------公共部分---------------*/
.adv{
  background: rgba(0,0,0,0.7);
  height: 71px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  color:#fff;
  z-index: 2000;
}
.login_box a{
	border: 1px solid rgba(255,255,255,0);
	transition: all .5s ease;
}
.login_box a:hover{
	border-color: rgba(255,255,255,0.7);
	background: #EFCE88;
}

header{
	font-size: 24px;
	height: 80px;
	padding-left:49px;
	line-height: 80px;
}
header span{
	font-size:14px;
	margin-left: 5px;
}
/*------------------------首页-----------------*/
.address{
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../images/index/pc/address.png");
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 8px 8px;
}
.phone{
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../images/index/pc/phone.png");
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 9px 9px;
}
.wechat{
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../images/index/pc/wechat.png");
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 7px 7px;
}
.qq{
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../images/index/pc/qq.png");
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 7px 7px;
}
.wifi{
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../images/index/pc/wifi.png");
	background-repeat: no-repeat;
	background-size:32px;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 8px 13px;
}
.logo{
	text-align: center;
	padding-bottom: 80px;
}
.logo img{
	width: 800px;
}
.index_content{
	background: #FEFEFD;
	width: 780px;
	padding-bottom: 20px;
}
.index_content h2{
	color:#3E4651;
	text-align: left;
	font-size: 24px;
	margin-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index_content h2 span{
	font-size: 14px;
}
@media screen and (max-width: 768px) {
.search_box{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -200px;
    width: 260px;
}
.Announcement .row{
	width: 260px;
}
.address{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/index/pc/address.png");
	background-size:20px; 
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 5px 5px;
}
.phone{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/index/pc/phone.png");
	background-size:20px; 
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 6px 5px;
}
.wechat{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/index/pc/wechat.png");
	background-size:20px; 
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 6px 5px;
}
.qq{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/index/pc/qq.png");
	background-size:20px; 
	background-repeat: no-repeat;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 6px 5px;
}
.wifi{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/index/pc/wifi.png");
	background-repeat: no-repeat;
	background-size:20px;
	margin-bottom: 3px;
	position: relative;
	border-radius: 10px;
	background-position: 5px 7px;
}

}
/*------------page2--------------------*/
.page2_content{
	border-top: 2px dotted #6C7075;
	width: 882px;
	margin: 0 auto;
	height: 420px;
	padding-left: 2%;
	padding-top: 30px;
}
.page2_content a{
	height: 150px;
    width: 23%;
    display: block;
    float: left;
    text-align: center;
    /* line-height: 150px; */
    margin-top: 2%;
    margin-right: 1%;
    color: #FFF;
    font-size: 18px;
    transition: all .5s ease;

	display: flex;
	align-items: center;
    justify-content: center;
    padding: 5px;
}
.page2_content a:hover{
	 filter: brightness(80%);
	 -webkit-filter: brightness(80%);}
.page2_content a img{
	width: 45px;
	height: 45px;
	margin-right: 5px;
}
/*-------------page3----------------------*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}



/*清浮动*/

.clearfix:after{content:"";display:block;clear:both;}

.clearfix{zoom:1;}

/* banner */

.banner{ width: 450px; height: 320px; position: relative; overflow: hidden; margin-bottom: 0; margin-left: 30px;margin-top: 38px;}

.banner-img{font-size:0;*word-spacing:-1px;/* IE6、7 */ letter-spacing:-3px;position:relative;}

.banner-img li{display:inline-block;*display:inline;*zoom:1;/* IE6、7 */ vertical-align:top;letter-spacing:normal;word-spacing:normal;font-size:12px;}

.banner-img li a img{width: 450px;height: 377px;}

.banner i{background:url(http://gtms01.alicdn.com/tps/i1/T1szNBFzlmXXX8QSDI-400-340.png)  no-repeat;width:15px;height:23px;cursor:pointer;margin:8px 0 0 12px;display:block;}

.banner-circle{position:absolute;left:448px;top:82%;height:13px;text-align:center;font-size:0;border-radius:10px;z-index:1}

.banner-circle li{border-radius:10px;margin:2px;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1;}

.banner-circle li a{display:block;padding-top:9px;width:9px;height:0;border-radius:50%;background:#B7B7B7;overflow:hidden;}

.banner-circle .selected a{background:#F40;}

.banner1{ width: 450px; height: 320px; position: relative; overflow: hidden; margin-bottom: 0; margin-left: 30px;margin-top: 38px;}

.banner-img1{font-size:0;*word-spacing:-1px;/* IE6、7 */ letter-spacing:-3px;position:relative;}

.banner-img1 li{display:inline-block;*display:inline;*zoom:1;/* IE6、7 */ vertical-align:top;letter-spacing:normal;word-spacing:normal;font-size:12px;}

.banner-img1 li a img{width: 450px;height: 377px;}

.banner1 i{background:url(http://gtms01.alicdn.com/tps/i1/T1szNBFzlmXXX8QSDI-400-340.png)  no-repeat;width:15px;height:23px;cursor:pointer;margin:8px 0 0 12px;display:block;}

.banner-circle1{position:absolute;left:420px;top:82%;height:13px;text-align:center;font-size:0;border-radius:10px;z-index:1}

.banner-circle1 li{border-radius:10px;margin:2px;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1;}

.banner-circle1 li a{display:block;padding-top:9px;width:9px;height:0;border-radius:50%;background:#B7B7B7;overflow:hidden;}

.banner-circle1 .selected a{background:#F40;}

.news{
	width: 450px;
    height: 377px;
    margin-top: 37px;
    margin-right: 5px;
}
.news ul li{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #C1C1C1;
	width:450px;
	float:left;
}
.news ul li a{
	color:#3e4651;
	margin-left: 0px;
	display:block;
	width: 440px;
	transition: all .5s ease;
}
.news ul li a:hover{
	margin-left: 5px;

}
.news .first{
	height:100px;
}
.events{
	background: rgba(255,255,255,0.9);
	width: 500px;
	height: 500px;
	margin-right: 10px;
}
.title-list li{
	font-size: 14px;
	color: #3f4651;
	float: left;
	margin-right: 10px;
	line-height: 50px;
	height: 50px;
	margin-top: 18px;
}
.title-list li a{
	color: #3f4651;
}
.on{
	border-bottom: 1px solid #3f4651;
}
.product-wrap{
	width: 415px;
	margin: 0 auto;
	overflow: hidden;
	height: 413px;
}
.product ul li a span{
	width: 115px;
}
/*---------page5----------------*/
.more{
	color: #3f4651;
	font-size: 14px;
	display: block;
	height: 80px;
	width: 80px;
	background: url(../images/index/icon/more.png) no-repeat right 52px;
	text-align: center;
	margin-right: 50px;
	line-height: 120px;
}
.page5_content{
	border-top: 2px dotted #9a9a9a;
	width: 882px;
	margin: 0 auto;
	height: 420px;
    padding-top: 15px;
}
.page5_content .button{
	width: 180px;
	margin-top: -25px;
}
.page5_content .button a{
	width: 163px;
	height: 181px;
	display: block;
	margin: 26px auto;
	transition: all .5s ease;
}
.page5_content .button a:hover{
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
}
.page5_content .button a img{	
	width: 45px;
	height: 45px;
	margin: 30px 60px;
}
.page5_content .button span{
	color: #fff;
	position: relative;
	top: -20px;
	width: 163px;
	font-size: 24px;
	text-align: center;
	display: block;
}
.page5_content .button b{
	color: #fff;
	text-align: center;
	width: 150px;
	display: block;
	margin: -15px auto;
	font-weight: normal;
	font-size: 15px;
}
.page5_content .book{
	width: 860px;
	height: 395px;
}
.page5_content .book ul li{
	width: 160px;
	height: 190px;
	float: left;
	margin-bottom:10px;
	margin-right:10px;
}
.page5_content .book ul li a{
	display:block;
	width: 160px;
	height: 190px;
}
.page5_content .book ul li img{
	width: 160px;
	height: 190px;
}
.page5_content .book ul li b{
	margin-top: 15px;
	display: block;
	font-size: 16px;
}
.page5_content .book ul li p{
	margin-top: 15px;
}
.page5_content .book ul li .description{
	width: 100%;
    height: 100%;
	background: rgba(239,206,136,0.9);
	opacity: 0;
    position: relative;
    top: -190px;
    transition: opacity .5s ease;
    padding: 10px 10px;
}
.page5_content .book ul li .description b{
	color: #fff;
	line-height: 25px;
	font-size:12px;
}
.page5_content .book ul li .description p{
	color: #fff;
	font-size:12px;
}
.page5_content .book ul li .description:hover{
	opacity: 1;
}
/*--------page6-------------------------*/
.but{
	width: 354px;
	height: 331px;
	margin-top: 20px;
	padding-top: 50px;
}
.but a{
	width: 163px;
	height: 149px;
	display: block;
	float: left;
	margin-top:13px;
	margin-right: 14px;
	transition: all .5s ease;
}
.but a:hover{
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
}
.but a b{
	color: #fff;
	text-align: center;
	width: 150px;
	display: block;
	margin: 0px auto;
	font-weight: normal;
	font-size: 15px;
}
.but a img{
	width: 50px;
	height: 50px;
	margin: 20px 55px;
}
.but a span{
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: -10px;
}
.introduce{
	width: 488px;
	height: 331px;
	margin-top: 20px;
}
.introduce h2{
	font-size: 18px;
	margin-top: 20px;
	color: #3f4651;
}
.introduce p{
	color: #3f4651;
	line-height: 25px;
	margin-top: 20px;
}
.introduce a{
	color:red;
	float: right;
}
.footer {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #57575E;
  color:#fff;
  height: 110px;	
}
.footer .footer_content{
	width: 980px;
	height: 110px;
	margin: 0 auto;
}
.footer .footer_content .footer_logo{
	width: 236px;
	height: 110px;
}
.footer .footer_content .footer_logo img{
	width: 236px;
	margin-top: 13px;
}
.footer .footer_content .footer_other{
	width: 700px;
	height: 110px;
	margin-top: 3px;
}
.footer .footer_content .footer_other p{
	font-size: 12px;
	color: #c9c7c7;
	margin-top: 13px;
}
.footer .footer_content .footer_other p a{
	color: #c9c7c7;
}
.footer .footer_content .footer_other p .local{
	color: #fffefe;
	background: url(../images/index/icon/address.png) no-repeat;
	display: block;
	width: 85px;
	text-align: center;
	float: left;
}
.footer .footer_content .footer_other p span{
	float: left;
	color: #c9c7c7;
	margin-right: 20px;
}
.foot_map{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.foot_map div ul{
	position: absolute;
	left: 50%;
	top: 45%;
	margin: -278px auto auto -478px;
	padding: 40px;
	width: 960px;
	height: 560px;
	background: #fff;
}
.foot_map a {
    position: absolute;
    color:#cc0000;
    top: 0px;
    right: 10px;
    line-height: 1em;
    font-size: 30px;
    display: block;
}
.friend_link{
	position: absolute;
	width:980px;
	top:50%;
	left:50%;
	color: #fff;
	margin-left: -490px;
    margin-top: 160px;
	height: 100px;
}
.friend_link .zhengfu{
	margin-top:8px;
	width: 241px;
}
.friend_link .zhengfu img{
	width: 100%;
	height: 85px;
}
.friend_link .tsg{
	margin-top:8px; 	
	width: 241px;
	height: 85px;
	background: url(../images/pic2.png);
	background-size: 100%;
	display: block;
	margin-left: 5px;
}
.friend_link .wenhua{
	margin-top:8px;
	width: 241px;
	height: 85px;
	background: url(../images/pic3.png);
	background-size: 100%;
	display: block;
	margin-left: 5px;
}
.friend_link .youlian{
	margin-top:8px;
	width: 241px;
	height: 85px;
	background: url(../images/pic4.png);
	background-size: 100%;
	margin-left: 5px;
}
.chosen-single{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	margin: 35px auto;
	width: 170px;
	height: 25px;
	border: 1px solid #aaa;
	background-color: #fff;
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	cursor: pointer;
}
.chosen-single:visited{
	text-decoration: none;
	outline: none;
}
.chosen-single:link{
	text-decoration: none;
	outline: none;
}
.chosen-single span{
	display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}
.chosen-single div{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-single div b{
	display: block;
	width: 80%;
	height: 100%;
	background-color: #EFCE88;
	background-image: url(../images/index/icon/small_down.png);
	background-size: 15px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	float: right;
}
.link_tsg{
	width: 170px;
	height: 0px;
	background:#fff;
	overflow-y :scroll;
	position: relative;
	bottom: 35px;
	left: 36px;
	z-index: 999;
}
.link_tsg a{
	display: block;
	padding: 0 0 0 8px;
	height: 25px;
	line-height: 25px;
	color: #3f4651;
	transition: all .5s ease;
}
.link_tsg a:hover{
	background: #b99d75;
	color: #fff;
}
.icon{
	position: relative;
    bottom: 70px;
    left: 530px;
    width: 100px;
}
.szzy{
	line-height: 25px;
}
.loginbox {
	float: right;
	padding: 13px;
	width: 454px;
	height: 480px;
	background: rgba(255,255,255,.3);
}
.loginbox .close { display: none; }
.loginbox form {
	padding: 48px 55px 0;
	height: 450px;
	background: #FFF;
}
.loginbox h4 {
	margin-bottom: 40px;
	font-size: 30px;
	color: rgba(0,0,0,0.7);
	text-align: center;
}
.loginbox div { margin-bottom: 25px; }
.loginbox label {
	margin-left: -5px;
	display: inline-block;
	width: 107px;
	height: 54px;
	line-height: 54px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	text-align: center;
	color: #979797;
	vertical-align: middle;
}
.loginbox input[type="text"],
.loginbox input[type="password"] {
	margin-top: -6px;
	padding: 0 20px;
	width: 216px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	color: #3a3a3a;
	font-family: Gotham, "Helvetica Neue ", Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
.loginbox input[type="button"] {
	margin-bottom: 20px;
	width: 326px;
	height: 48px;
	border: none;
	background: #EFCE88;
	margin-left: -5px;
	color: #FFF;
}
.loginbox p {
	line-height: 2;
	font-size: 12px;
	color: #979797;
	width: 340px;
}
.loginbox span {
     color: #d72323;
     font-size: 13px;
}
.ssoLoignBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.ssoLoignBox .loginbox {
	float: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -267px auto auto -240px;
}
.ssoLoignBox .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: monospace;
	line-height: 1em;
	font-size: 30px;
	font-weight: bold;
	color: #0e4e9e;
	display: block;
}
.ssoLoignBox .close:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}
.top_box{
	position: absolute;
	top:75px;
	left: 40px;
	z-index: 99;
	width: 121px;
}
.top_box a{
	margin-top:10px;
	float: left;
}
.b_search #book_search{
	height: 50px;
	width: 67%;
	margin-left: 60px;
	padding-left: 10px;
}
.b_search button{
	height:50px;
	width:100px;
	background-color: #5A7AE9;
	color:#fff;
    border: none;
}
.search_area{
	margin: 100px auto;
	background: #fff;
	height: 143px;
	width: 90%;
}
.search_area .search_type{
	height:50px;
	padding-left: 60px;
}
.search_area .search_type label{
	margin-top:20px;
	margin-right: 3%;
}
.search_area .search_type label span{
	font-weight: normal;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.data li{text-align: center;width: 130px;}
@media screen and ( width : 320px ){
	.but a span{    margin: -22% 0 0 10% !important;}
	.friend_link{margin: 0% 0 0 -45%;}
}

@media screen and ( max-width: 768px ){
*{font-size: 10px;}
.top_box {top: 8%;left: 5%;width: 100px; display: none;}
.ssoLoignBox .loginbox { margin: -45% auto auto -39%;}
.loginbox {width: 80%;height: 350px;}
.loginbox form {height: 330px; padding: 24px 25px 0;}
.loginbox h4{font-size: 16px; margin-bottom: 20px;} 
.loginbox label{width: 33%; height: 30px;line-height: 30px; font-size: 10px;}
.loginbox input[type="text"], .loginbox input[type="password"]{height: 30px; font-size: 10px;width: 67%;padding: 0 10px; margin-top: -5px;line-height: 30px;}
.loginbox input[type="button"]{width: 100%;height: 30px;font-size: 10px;}
.loginbox p{width: 100%;}
.loginbox p span{ width: 100%; font-size: 0.75em; display: block;}
.logo{margin:120px 0 -30px 0}
.logo img{width:100%;}
.banner{width: 100%; height: 120px;margin:10px auto;}
.banner-circle{left: 80%;top: 35%;}
.banner-img li{width: 25%;}
.banner-img li a img{width: 100%;height: 120px;}
.news{width: 100%;height: 150px; margin: 0 auto;overflow: hidden;padding-left:0px !important;}
.news .first{height: 28px;line-height: 30px;border-bottom: 1px dashed #C1C1C1;width:100%;float: left;font-size: 10px;}
.news .first p{font-size: 10px !important;}
.news .first .des{display: none;}
.news ul li{height: 30px;line-height: 30px;border-bottom: 1px dashed #C1C1C1;width:100%;float: left;font-size: 10px;}
.b_search #book_search{width: 58%; margin-left:8px;}
.search_area .search_type{    padding-left: 3%;}
.b_search button{width: 15%;}
.page2_content{width: 100%; height: 100%;padding-top: 10px;}
header{font-size: 18px;height: 50px;line-height: 50px;padding-left:3%;}
header span{display: none;}
.page2_content a{width: 48%; height: 18%; background-size: 100%;background-size: contain !important;background-repeat: no-repeat !important;background-position: center !important;}
.events{width: 100%; height: 430px;}
.title-list li{margin-top: 0px;margin-right: 5px;}
.news ul li a{width: 100%}
.product-wrap{width: 90%}
.product{height: 430px;    margin-top: 10px;}
.product ul li a span{width: 25%;}
.more {font-size: 0px;background: url(../images/index/icon/more.png) no-repeat right 25px; height: 50px;margin-right:3%;}
.page5_content{width: 100%; height: 80%;}
.page5_content .book{width: 90%; height: 100%;margin-left: 7%}
.page5_content .book ul li{width: 45%;height: 48%}
.page5_content .book ul li a{width: 100%; height: 100%}
.book ul{width: 100%;height: 100%; overflow: hidden;}
.page5_content .book ul li img{width: 100%;height: 100%;}
.page5_content .book ul li .description{top:-100%;}
.page5_content .book ul li .description b{line-height: 10px;}
.page5_content .button{width: 90%; margin-right: 7%}
.page5_content .button a{    width: 48%; float: left;margin-left: 2%;height: 10%;}
.page5_content .button a img{display: none;}
.page5_content .button b{display: none;}
.page5_content .button span{font-size: 18px;position: static;width: 100%;}
.but{width: 100%;height: 40%;margin-top: 1%;}
.but a{width: 45%; height: 45%;margin: 5% 0 0 3.5%;}
.but a img{width:auto;height: 40%;margin: 15% 0 0 5%;}
.but a span{ font-size: 1.5em;margin: -15% 0 0 10%;width: 100%;}
.but a b{font-size: 1em;width: 100%;margin: 0 0 0 10%;}
.introduce{width: 100%;height: 68%;}
.introduce h2{width: 100%;margin: 5% 0 0 5%; font-size: 1.5em;}
.introduce p{line-height:1.5em;padding: 0.5em 1em 0 1em;margin-top: 0px;height: 60%; overflow: hidden;}
.introduce a{margin:0.5em 0.5em 0 0;}
.data li{width: auto; height: 45px;}
.footer{display: none;}
.page6-container .events{height: 100% !important;}
.page6-container .events .product-wrap{height: 78% !important;}
.friend_link{width: 90%; margin: 20% 0 0 -45%;height: 30px;background-color: #f0f0f0;}
.friend_link .zhengfu{display: none;}
.friend_link .tsg{display: none;}
.friend_link .wenhua{display: none;}
.dd{height: 90% !important;margin: 5% auto !important;}
.dd div{height: 100%;}
.dd div table{width: 100%;}
.dd div table tr{height: 10% !important; overflow: hidden;}
.friend_link .youlian{background: none; width: 100%; height: 25px; margin: 0;}
.chosen-single{margin: 3px 0 0 0;width: 100%; height: 100%;}
.link_tsg{width: 100%;bottom: 0;left: 0;}
.footer_moblie{display: block !important;background: url(../images/index/m/footer.png);position: absolute;width: 100%;bottom: 0;left: 0;background-color: #57575E;height: 10%;background-size: 100% 100%;}
}


/* #dituContent > div:nth-child(2){
	display: none;
  }
  #dituContent > div.BMap_omCtrl.BMap_ieundefined.BMap_noprint.anchorBR.quad4 > div.BMap_omOutFrame > div > div.BMap_omMapContainer > div:nth-child(2) > div{
	display: none;
  }
  #dituContent > div.BMap_omCtrl.BMap_ieundefined.BMap_noprint.anchorBR.quad4 > div.BMap_omOutFrame > div > div.BMap_omMapContainer > div:nth-child(2)
  {
	display: none;
  }
  */

  .link-container {
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	border-top: 2px dotted #6C7075;
    width: 882px;
    margin: 0 auto;
    height: 420px;
    padding-left: 2%;
    padding-top: 30px;
  }
  .link-container a {
	display: flex;
	align-items: center; /* 垂直居中 */
	color: #FFF;
    font-size: 18px;
    transition: all .5s ease;
	height: 150px;
  }