/**
 * Swiper 3.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 7, 2015
 */

body,p,form,h1,h2,h3,h4,h5,h6,ul,li,section,div,*{padding:0;margin:0}
			ul,ol,li{list-style:none}
			img{border:0}
			a{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
			body{
				margin: 0;
				padding: 0;
				overflow-x: hidden;	
				font-family:sans-serif;
				background: #FFFFFF;
                padding-bottom: 15%;
			}

			.content{margin-top:43px;}
				    
		    .ban_img1{margin:0 auto;max-width:750px;overflow: hidden;}		
			.ban_img1 img{width:100%;float: left;}
			.ban_img2{margin:0 auto;max-width:750px;overflow: hidden;}		
			.ban_img2 img{width:100%;float: left;}

			.bottom{display: none;}
			
			.hearder {background-color: #2e2e2e;background-image: -webkit-linear-gradient(top, #2e2e2e,#1b1b1b);background-image: linear-gradient(to bottom,#2e2e2e,#1b1b1b); height: 43px;position: fixed;z-index: 1000;left: 0;right: 0;top: 0;padding-left: 43px;border-bottom: 1px solid #000;text-align: center;}
			.hearder .headimg{width:80px;float:right;height:30px;padding: 7px 0 0 100px;padding-right: 160px;}
			.hearder .tel{position: absolute;top:5px;right:10px;width:28px;height: 24px;}
			.hearder .tel img{width: 100%;}
			
			
			
			/*菜单*/
			.navigation {position: fixed;top: 0;z-index:1003;width: 43px;}
			.navigation .home{width:43px;height: 42px;display: block;overflow: hidden;}
			.navigation .home img{width: 80%;float: left;padding: 6px 0 0 10px;}
			
			.navigation.-closed .nav {left: -170px;}
			.nav{ -webkit-transition: left 0.5s;-moz-transition: left 0.5s;transition: left 0.5s;background: none;color: #0C3;position: absolute;font-size: 14px;top: 43px;padding-bottom: 43px;bottom: 0;left: 0;overflow-y:hidden;width:120px;height: 100vh;z-index: 4;transform: translateX(0);}
			
			
			.navigation.-closed .underlay {
			    -webkit-transition: opacity 0.5s linear,visibility 0s linear 0.5s;
			    -moz-transition: opacity 0.5s linear,visibility 0s linear 0.5s;
			    transition: opacity 0.5s linear,visibility 0s linear 0.5s;
			    opacity: 0;
			    visibility: hidden;
			}
			.navigation .underlay {
			    -webkit-transition: opacity 0.5s linear;
			    -moz-transition: opacity 0.5s linear;
			    transition: opacity 0.5s linear;
			    background: #000;
			    opacity: .5;
			    position: fixed;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    top: 43px;
			    visibility: visible;
			    z-index: 1;
			}
			
			.nav .first{height: 100vh;width: 120px;background: #1D1F1F; }
			
			.nav li a{display:block;color: #CDCDCD;background: url(right.png) no-repeat 12px 9px;background-size: 10px 23px;padding: 15px 12px 15px 32px;}	
			
			
			
			/*菜单end*/
			
			
			
			.heitiao {
				
				max-width:750px;
				background-color: #000000;
				height: 38px;
				margin:5px auto;
				color:#FFF;
                font-size: 0.9em;
				line-height:38px;
			    border-bottom: 1px solid #000;
				text-align: center;}
				
			.heitiao1 {
				
				max-width:750px;
				background-color: #000000;
				height: 38px;
				margin:5px auto;
				margin-bottom:0px;
				color:#FFF;
                font-size: 0.9em;
				line-height:38px;
			    border-bottom: 1px solid #000;
				text-align: center;}	
				
				
			.huang { color:#E2AD13}
            .bottom {
               background: #FFFFFF;
               width: 92%;
               padding: 2% 4%;
               position: fixed;
               bottom: 0;
               left: 0;
               z-index: 100;
               /*border-top: 0.5px solid #CCCCCC;*/
            }
            .bottom a {
               display: block;
               width: 100%;
               background: #E2AD13;
               color: #FFFFFF;
               font-size: 1em;
               text-align: center;
               padding: 3% 0;
               border-radius: 5px;
            }
    