@charset "utf-8";
/* CSS Document */

#hamburgermenu {
  height: 100%;
  width: 0;
  background: #191919;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu ul {
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li {display: block; position:relative;}

#hamburgermenu ul li .j{ position:absolute; left:145px; top:18px; width:20px; height:20px; z-index:200;}
#hamburgermenu ul li .j img{ width:10px; }
#hamburgermenu ul li a {
  display: block;
  min-width: 100px;
  padding: 10px 0px 10px 20px;
  color: #cdcdcd;
  font-size: 1.0em;
  text-decoration: none;
  text-align: left;
}
#hamburgermenu li a:hover {color: #fff;  background: #2c2c2c;}

header {
  display: block;
  width: 100%;
  height: 60px;
  background: #ffffff;
  padding:0px;

}

.sidenav-dropdown{display:none;list-style:none;padding:0px; margin:0px; }
.sidenav-dropdown a{background:#191919;}
.sidenav-dropdown li{ padding-left:20px;}
.sidenav-header{border-bottom:1px solid #424242;margin:0}
.sidenav-header{background:0 0;color:#757575;font-size:16px;line-height:32px;padding:20px 20px;}
.sidenav-header small{display:block;font-size:14.4px;line-height:16px}




.logo{left:15px; margin:10px 0px; height:40px; position:absolute;}
.logo img{height:40px; width:auto; float:left;}

.logo .ad{ float:left; width:220px; height:40px; border-left:1px solid #404040; padding-left:5px; margin-left:5px;}
.logo .ad .b{ float:left; font-size:0.8em; font-weight:normal; color:#e6212b; line-height:18px; height:18px; padding-bottom:3px;  letter-spacing:1px;}
.logo .ad .b a:link {color:#e6212b; text-decoration:none;} 
.logo .ad .b a:visited {color:#e6212b; text-decoration:none;} 
.logo .ad .b a:hover,a:active {color:#e6212b;text-decoration:none;}
.logo .ad .s{ float:left; height:15px; font-size:0.7em; font-weight:normal; line-height:20px; padding-top:0px; color:#404040; letter-spacing:0px;}


#navbar {  position: relative;   margin: 0 auto;}

.menubtn {
  position:absolute;
  z-index: 101;
  right:15px;
  color: #274a61;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top:50px;
  width:40px; height:40px; border-radius:2px;
  background-image: url('../images/hamburger.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.menubtn:hover, .openmenu .menubtn {
	
  color: #bdd43e;
  background-image: url('../images/hamburger-active.png');
}



 section{background: #f5f5f5; float:left; width:100%; padding-bottom:10px;}

.jianjie{ float:left; width:94%; margin-left:3%;  color:#565656; text-align:center; padding-top:8px;}
.jianjie H1{ text-align:center; font-size:16px; color:#e6212b; line-height:26px; }
.jianjie H2{ text-align:center; font-size:14px; color:#4b4b4b; line-height:22px; }

		

		.hottu{ float:left; position:relative; width:95%; margin-left:2.5%;}

		.hottu img{ width:100%; }

		.hottu .wenzi{ height:60px; position:absolute; bottom:0px; background:url(/skin/m/images/wenbg.png) bottom repeat-x; width:100%; overflow:hidden;}

		.hottu .wenzi p{  color:#FFF; position:absolute; bottom:0px; font-size:14px; padding-bottom:8px; display:block; width:95%; padding-right:2.5%; padding-left:2.5%; } 

		.hottu a:link  {color:#ffffff; text-decoration:underline;} 

		.hottu a:visited {color:#ffffff; text-decoration:underline;} 

		.hottu a:hover,a:active {color:#ffffff; text-decoration: none;}




/** toggle menu **/
body.openmenu {
  position: fixed;
  overflow: hidden;
}

#pgcontainer {
  padding:10px 3%;
  margin: 0;
  float:left;
  width:94%;
}


#content {
  max-width:100%;
font-family:"Microsoft Yahei";
  padding: 10px 0% 0px 0%;
  float:left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


#content h1 {
  font-family:"Microsoft Yahei";
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom:5px;
  font-weight: 700;
  color: #484848;
  text-align: center;
  letter-spacing: -0.05em;

}



#content img { max-width:100%; margin-bottom:10px; float:left; height:auto;}

.sydt { position:relative;
  float:left;
  width:100%;
}

.daowenz{ color:#fff; position:absolute; bottom:0px; line-height:30px; padding-left:10px; font-size:14px;}
.daowenz a:link {color:#fff; text-decoration:none ; } 
.daowenz a:visited {color:#fff; text-decoration: none;} 
.daowenz a:hover,a:active {color:#fff; text-decoration: none;}
.sydt img{
  float:left;
  width:100%;
}

#situzong {
  float:left;
  width:100%;
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}

.openmenu .overlay {  top: 0;}