﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a{text-decoration: none;}

a:visited{text-decoration: none;} 

a:hover {text-decoration: none;}
a:active{text-decoration:none;}


h3 span{
	text-align:center
}
    

@media only screen and (min-width:300px ){
body{
	background: white;
}
}
@media only screen and (min-width:600px ){
body{
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) top center;background-repeat:repeat-y;		 
    background-size: 100%;
    font: "微软雅黑";
}
}


.main{
	border-top:solid 1px #DCDCDC;
	height: 60vw;
}
.ser{
	margin-top: 10vw;
}
a {
	text-decoration: none;
	color: inherit;
}

/*导航键*/
.dh{
	position: fixed;
	left: 0.5vw;
	top: 10vw;
	z-index: 100;
	width: 6%;
	text-align: center;
	font-size:0.5vw ;
}
.dh li{
	margin-top: 1vw;
}
.dh img{
	width: 100%;
}
.dh_title{
	font-size: 1vw;
}
@media only screen and (min-width:300px ){
.dh{
	display: none;
}
}
@media only screen and (min-width:600px ){
.dh{
	display: block;
}
}



/*第一页*/
.top{
	margin-top: 10%;
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;		
}
.top_left_img img{
	width: 13vw;
	height: 10vw;
}
.top_left{
	margin-left: 25%;
	width: 25%;
	text-align:center;
	border-right: solid 0.2vw black;
}
.top_name_ch{
	margin-top: 2%;
	font-size: 1.6vw;
}
.top_name_eng{
	font-size: 0.8vw;
}
.top_right{
	width: 25%;
	text-align:center;
}
.top_right_img img{
	height: 10vw;
}

/*第二页*/
.content{
	width: 90%;
	height: 50vw;
	margin-left: 8%;
	margin-top: 3%;
	background: white;
    -moz-box-shadow:0px 0px 5px #333333; 
    -webkit-box-shadow:0px 0px 5px #333333; 
    box-shadow:0px 0px 5px #333333;
}
.content_scroll{
    overflow-y:scroll;	
}

.title{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px black;	
    -moz-box-shadow:0px 2px 3px #afafaf; 
    -webkit-box-shadow:0px 2px 3px #afafaf; 
    box-shadow:0px 2px 3px #afafaf;	
}
.title_img{
	width: 3%;
	margin: 1%;
}
.title_img img{
	width:100%;
}
.title_name{
	margin-top: 1%;
	height: 2vw;
	font-size: 1.5vw;
	letter-spacing:0.2vw;
}

.news_top{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
    margin-top: 2%;
}
.news_top_img{
	margin-left: 1%;
	height: 16vw;
	width: 30%;
}
.news_top_img img{
	width: 100%;
	height: 16vw;
	border: solid 2px white;
}
.news_top_list{
	width: 50%;
	margin-left: 1%;
}
.list_item_img{
	width: 3%;
}
.LiImg{
	height: 1vw;
}
.list_item{
	height: 2vw;
	margin-bottom: 0.5vw;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_item_cont{
	width: 75%;
	height: 1.5vw;
	font-size: 1.2vw;
	overflow: hidden;
}
.list_item_branch{
    width: 20%;
	color: #8c8c8c;
	font-size: 0.8vw;
	text-align: right;
	line-height: 1.9vw;
}
.news_top_zc{
	margin-left: 1%;
	width: 16%;
}
.news_top_zc_item{
	margin-bottom: 1vw;
	color: white;
	height: 5vw;
	width: 100%;
	font-size: 2vw;
	line-height: 5vw;
	text-align: center;
	background: #ff7575;
}
.news_center{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.news_title{
	width: 98%;
	margin-left: 1%;
	border-bottom: solid 0.1vw #ff7575;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.news_title_box{
	width: 0.5vw;
	height: 2.4vw;
	background: #FF7575;
}
.news_title_name{
	font-size: 1.2vw;
	line-height: 2.4vw;
	margin-left: 0.5%;
}
.news_center_item{
	width: 32%;
/*	height: 23vw;*/
	margin-left: 1%;
	margin-top: 2%;
	overflow-y: hidden;
}
.news_branch{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.news_branch_info{
	margin-left: 3%;
}
.news_branch_name{
	font-size: 1.5vw;
}
.news_branch_data{
	color: black;
	font-size: 1vw;
	margin-top: 3%;
}
.news_branch_data a{
	color: red;
}
.branch_int{
	margin-top: 2%;
	width: 90%;
	font-size:1vw ;
	overflow: hidden;
	height: 6vw;
	text-indent:2vw;
	color: #808080;
}

.news_branch_list li{
	margin-top: 3%;
}
.news_branch_img{
	width: 40%;
	height: 7vw;
}
.news_branch_img img{
	width: 100%;
	height: 7vw;
}
.news_branch_info{
	width: 55%;
}
.news_branch_list{
	margin-left: 4%;
	width: 87%;
}
.news_branch_list li{
	font-size: 1vw;
	height: 1.5vw;
}
.news_branch_list_cont{
	font-size: 1vw;
	height: 1.2vw;
	overflow: hidden;	
}

/*第四页*/
.ser{
	margin-top: 5%;
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ser_item{
	width: 20%;
	text-align: center;
}
.ser_img img{
	margin-top: 2.5vw;
	width: 35%;
}
.ser_title{
	font-size: 2vw;
	margin-top: 2%;
}
.ser_cont{
	text-align: left;
	margin-top: 5%;
	margin-left: 21%;
	width: 60%;
	font-size: 1.2vw;
}
.ser_cont_info{
	height: 18.7vw;
	overflow: hidden;	
}
.ser_cont li{
	margin-bottom: 4%;
}
.ser_cont_list{
	margin-left: 25%;
	height: 18.7vw;
	overflow: hidden;
}
.ser_cont img{
	width: 100%;
}
.ser_cont_int{
	font-size: 1vw;
	text-align: center;
}
.ser_cont_more{
	margin-top: 5%;
	width: 80%;
	font-size: 1vw;
	text-align: right;
	color: #808080;
}

/*第三页*/
#ls 
{ 
height: 4vw; 
overflow: hidden; 
} 

.report{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width:300px ){
.report_left{
 display: none;
}	
}
@media only screen and (min-width:600px ){
.report_left{
	display: block;
	width: 50%;
	margin-top: 2%;
	margin-left: 2%;
}	
}
.map_count{
	position: absolute;
	float: left;
	height: 7vw;
	width: 18%;
	margin-top: 0%;
	margin-left: 0%;
	background: white;
	border: solid 1px #cccccc;
}
.map_count_title{
	margin-top: 8%;
	font-size: 1.5vw;
	text-align: center;
}
.map_count_number{
	font-size: 2.5vw;
	text-align: center;
	color: #FB5555;
}

.map_img{
	width: 100%;
	height: 40vw;
    background: -webkit-linear-gradient(top,transparent 39px,#cccccc 40px),-webkit-linear-gradient(left,transparent 39px,#cccccc 40px);
    background: -ms-linear-gradient(top,transparent 39px,#cccccc 40px),-ms-linear-gradient(left,transparent 39px,#cccccc 40px);
    background-size: 40px 40px;
    border: solid 1px #cccccc;
}
.map_img img{
	margin-top: 1%;
	margin-left:10% ;
	width: 74%;
	border: solid 0px red;
}

.point_ot{
	position:absolute;
}
.point_one{
	float:left;
	margin-left: 22vw;
	margin-top: 14vw;
    background: #FB5555;
    border-radius:50%;
    width: 10px;
    height: 10px;
    color:#fb5555; 
}
.point_name_one{
	float:left;	
	margin-left: 1vw;
	margin-top: 12vw;
	font-size: 2vw;
}
.point_two{
	float:left;
	margin-left: -1vw;
	margin-top: 16vw;
    background: #FB5555;
    border-radius:50%;
    width: 7px;
    height: 7px;
    color:#fb5555; 
}
.point_name_two{
	float:left;	
	margin-left: -16vw;
	margin-top: 15.2vw;
	font-size: 1.5vw;
}
.point_thr{
	float:left;
	margin-left: -1.7vw;
	margin-top: 21.7vw;
    background: #FB5555;
    border-radius:50%;
    width: 7px;
    height: 7px;
    color:#fb5555; 
}
.point_name_thr{
	float:left;	
	margin-left: -17.2vw;
	margin-top: 21vw;
	font-size: 1.5vw;
}
.point_four{
	float:left;
	margin-left: -8vw;
	margin-top: 14vw;
    background: #FB5555;
    border-radius:50%;
    width: 7px;
    height: 7px;
    color:#fb5555; 
}
.point_name_four{
	float:left;
	margin-left: -16.5vw;
	margin-top: 7.2vw;
	font-size: 1.5vw;
}
.point_five{
	float:left;
	margin-left: -0.7vw;
	margin-top: 8vw;
    background: #FB5555;
    border-radius:50%;
    width: 7px;
    height: 7px;
    color:#fb5555; 
}
.point_name_five{
	float:left;	
	margin-left: -25.5vw;
	margin-top: 11.5vw;
	font-size: 1.5vw;
}
.point_six{
	float:left;
	margin-left: -12vw;
	margin-top: 23vw;
    background: #FB5555;
    border-radius:50%;
    width: 7px;
    height: 7px;
    color:#fb5555; 
}
.point_name_six{
	float:left;	
	margin-left: -27.7vw;
	margin-top: 22.5vw;
	font-size: 1.5vw;
}
.point_sev{
	float:left;
	margin-left: -15vw;
	margin-top: 24.5vw;
    background: #FB5555;
    border-radius:50%;
    width: 7px;
    height: 7px;
    color:#fb5555; 
}
.point_name_sev{
	float:left;	
	margin-left: -33vw;
	margin-top: 25.5vw;
	font-size: 1.5vw;
}

.branch_item_count,.branch_item_box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;		
}
@media only screen and (min-width:300px ){
.report_right{
	margin-top: 2%;
	margin-left: 1%;
	width: 98%;
}
.branch_item{
	width: 100%;
	height: 30vw;
	margin-bottom: 1%;
}
#container7{
height: 30vw;width:95%;	
}
#container5{
height: 48vw;width:95%;	
}
.branch_item_title{
	width: 100%;
	font-size: 3vw;
	margin-left: 1%;
	margin-top: 3%;
}
.branch_item_count{
	width: 40%;
	font-size: 2.4vw;
	margin-left: 10%;
	margin-top: 2%;
}

.branch_item_number{
	color: #fb5555;
    text-align:left;
}
}
@media only screen and (min-width:600px ){
.report_right{
	margin-top: 2%;
	margin-left: 1%;
	width: 45%;
}	
.branch_item{
	width: 100%;
	height: 8vw;
	margin-bottom: 1%;
}
#container7{
height: 10vw;width:100%;	
}
#container5{
height: 18vw;width:100%;	
}
.branch_item_title{
	width: 100%;
	font-size: 1.2vw;
	margin-left: 1%;
	margin-top: 0%;
}
.branch_item_count{
	width: 22%;
	font-size: 1vw;
	margin-left: 1%;
	margin-top: 2%;
}

.branch_item_number{
	color: #fb5555;
    text-align:left;
}

}




/*------------------------------分馆介绍页---------------------------------*/


@media only screen and (min-width:300px ){
.introduce_bottom{
	width: 64vw;
	height: 8vw;
	background-color: #f19149;
	text-align: center;
	line-height: 8vw;
	font-size: 4vw;
	color: white;
	border-radius:2vw;
	margin:0 auto;
	letter-spacing:0.5vw;
	margin-bottom: 5vw;
        margin-top: 5vw;
text-align: center;
}

}
@media only screen and (min-width:600px ){
.introduce_bottom{
	width: 28vw;
	height: 4vw;
	background-color: #f19149;
	text-align: center;
	line-height: 4vw;
	font-size: 2vw;
	color: white;
	border-radius:1vw;
	margin:0 auto;
	letter-spacing:0.5vw;
	margin-bottom: 5vw;
        margin-top: 5vw;
        text-align: center;
}

}


/*------------------------------列表页---------------------------------*/
@media only screen and (min-width:300px ){
.M_content{
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 0%;
	background: white;
}

.M_title{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px black;	
    -moz-box-shadow:0px 2px 3px #afafaf; 
    -webkit-box-shadow:0px 2px 3px #afafaf; 
    box-shadow:0px 2px 3px #afafaf;	
}
.back,.home{
	display:block;
	width: 10%;
}
.back img,.home img{
	width: 100%;
}
.M_title_img{
	display: none;
}
.M_title_img img{
	width:5vw;
}
.M_title_name{
	margin-top: 2%;
	font-size: 4vw;
	width: 80%;
	letter-spacing:0.5vw;
	text-align:center;
}
.M_introduce_cont{
	width: 80%;
	margin:10%;

/*	font-size: 1.2vw;
 	margin-top: 10%;*/
}
.listpage_item{
	/*height: 2vw;*/
	margin-top: 5%;
	margin-bottom: 2vw;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid gainsboro;
}
.listpage_item_cont{
	width: 100%;
	/*height: 1.8vw;*/
	font-size: 3vw;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.listpage_item_branch{
    width: 100%;
	color: #8c8c8c;
	margin-top: 1%;
	margin-bottom: 3%;
	font-size: 2vw;
	/*line-height: 2.5vw;*/
	text-align: right;
}
.xlyb{
	margin: 0 auto;
	text-align: center;
	font-size: 1.2vw;
	color: #8c8c8c;
}
}
@media only screen and (min-width:600px ){
.M_content{
	width: 90%;
	min-height: 50vw;
	margin-left: 8%;
	margin-top: 3%;
	background: white;
    -moz-box-shadow:0px 0px 5px #333333; 
    -webkit-box-shadow:0px 0px 5px #333333; 
    box-shadow:0px 0px 5px #333333;
}

.M_title{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px black;	
    -moz-box-shadow:0px 2px 3px #afafaf; 
    -webkit-box-shadow:0px 2px 3px #afafaf; 
    box-shadow:0px 2px 3px #afafaf;	
}
.back,.home{
  display: none;
}
.M_title_img{
	display: block;
	width: 3%;
	margin: 1%;
}
.M_title_img img{
	width:100%;
}
.M_title_name{
	margin-top: 1%;
	height: 2vw;
	font-size: 1.5vw;
	letter-spacing:0.2vw;
	text-align: left;
	width: 80%;
}
.M_introduce_cont{
	width: 96%;
	margin: 2%;
	font-size: 1.2vw;
}
.listpage_item{
	margin-top: 0%;
	height: 2vw;
	margin-bottom: 1.7vw;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0px solid gainsboro;
}
.listpage_item_cont{
	width: 79%;
	height: 1.8vw;
	font-size: 1.5vw;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.listpage_item_branch{
    width: 20%;
	color: #8c8c8c;
	font-size: 1vw;
	line-height: 2.5vw;
	text-align: right;
	margin-top: 0%;
	margin-bottom: 0%;
}
.xlyb{
	margin: 0 auto;
	text-align: center;
	font-size: 1.2vw;
	color: #8c8c8c;
}
}

/*------------------------------列表页翻页---------------------------------*/
@media only screen and (min-width:300px ){
#div_phonedown{
	display: ;
	
}	

#div_phonedown img {
	width:10%;text-align:center;margin-left:30%;
	
}


}
@media only screen and (min-width:600px ){
#div_phonedown{
	display: block;
}
#div_phonedown img{
	width: 4.5vw;
        margin: 1%;
}		
}

/*------------------------------详情页---------------------------------*/
@media only screen and (min-width:300px ){
.substance_title{
	margin-left: 2%;
	width: 90%;
	margin-bottom: 1.2vw;
	text-align: center;
	font-size: 5vw;
}
}
@media only screen and (min-width:600px ){
.substance_title{
	margin-left: 2%;
	width: 90%;
	margin-bottom: 1.2vw;
	text-align: center;
	font-size: 2vw;
}
}


@media only screen and (min-width:300px ){
.M_introduce_title{
font-size:5vw;
text-align: center;
	margin-top: 2%;
font-weight: bold;
	margin-left: 5%;
	width: 90%;
}
.M_introduce_cont{
font-size:3vw;
text-indent:2em;
text-align: left;
}
.M_introduce_cont,.M_introduce_cont p {
	margin-top: 1%;
}

.M_introduce_cont img{

width:100%;
margin-left: -0em;
}
}

@media only screen and (min-width:600px ){
.M_introduce_title{
font-size:3vw;
text-align: center;
	margin-top: 2%;
font-weight: bold;
	margin-left: 5%;
	width: 90%;
}
.M_introduce_cont{
font-size:1vw;
text-align: left;
text-indent:2em;
}
.M_introduce_cont,.M_introduce_cont p {
	margin-top: 1%;
}

.M_introduce_cont img{
	width: 50%;
padding-left:25%;
margin-left: -2em;
}
}



/*------------------------------地图点特效---------------------------------*/

    .point{ 
    	animation: changeshadow 3s  ease-in  infinite ;
    	/* 其它浏览器兼容性前缀 */
	    -webkit-animation: changeshadow 3s linear infinite;
	    -moz-animation: changeshadow 3s linear infinite;
	    -ms-animation: changeshadow 3s linear infinite;
	    -o-animation: changeshadow 3s linear infinite;
    }  
    @keyframes changeshadow {  
        0%{ box-shadow: 0 0 4px 5px #ff0000}  
        25%{ box-shadow: 0 0 20px #ff0000}
        50%{ box-shadow: 0 0 80px #ff0000} 
        75%{ box-shadow: 0 0 20px #ff0000} 
        100%{ box-shadow: 0 0 4px #ff0000}  
    }
    /* 添加兼容性前缀 */
	@-webkit-keyframes changeshadow {
        0%{ box-shadow: 0 0 4px 5px #ff0000}  
        25%{ box-shadow: 0 0 20px #ff0000}
        50%{ box-shadow: 0 0 80px #ff0000} 
        75%{ box-shadow: 0 0 20px #ff0000} 
        100%{ box-shadow: 0 0 4px #ff0000}  
	}
	@-moz-keyframes changeshadow {
        0%{ box-shadow: 0 0 4px #ff0000}  
        25%{ box-shadow: 0 0 20px #ff0000}
        50%{ box-shadow: 0 0 80px #ff0000} 
        75%{ box-shadow: 0 0 20px #ff0000} 
        100%{ box-shadow: 0 0 4px #ff0000}    
	}
	@-ms-keyframes changeshadow {
        0%{ box-shadow: 0 0 4px #ff0000}  
        25%{ box-shadow: 0 0 20px #ff0000}
        50%{ box-shadow: 0 0 80px #ff0000} 
        75%{ box-shadow: 0 0 20px #ff0000} 
        100%{ box-shadow: 0 0 4px #ff0000}   
	}
	@-o-keyframes changeshadow {
        0%{ box-shadow: 0 0 4px #ff0000}  
        25%{ box-shadow: 0 0 20px #ff0000}
        50%{ box-shadow: 0 0 80px #ff0000} 
        75%{ box-shadow: 0 0 20px #ff0000} 
        100%{ box-shadow: 0 0 4px #ff0000} 
        
