          
			.header{
                width: 100%;
                height:auto;
                max-width: 1440px;
                margin:0 auto;
				border-bottom: 4px solid #0089cf;
            }
            .header_in{
                width: 1000px;
                height: 80px;
                margin: 0 auto;
				
            }
            .logo{
                float: left;
            }
            .nav{
                float: right;
            }
            .nav li{
                float: left;
                margin-left:75px;
                line-height: 80px;
                font-size: 16px;
                color: #333;
            }
            .nav li a{
                display: block;
                color: #333;
            }
            .nav li a:hover{
                color: #0089cf;
            }
            .nav li .on{
                color: #0089cf;
            }
            .slideshow { height:450px; width:100%; margin: auto; overflow:hidden;background: #f2f2f2;
                }

            .content{
                width: 100%;
                height:auto;
				background: #f2f2f2;
            }
            .content_in{
                width: 1000px;
                margin: -75px auto 0;
                position: relative;
                z-index: 99999;
                padding-bottom: 50px;
            }
            .top{
                width: 1000px;
                height: 39px;
                text-align: center;
                background: url(../images/top.png) no-repeat center top;
            }
            .title {
                text-align: center;
                font-size: 26px;
                color: #0089cf;
                font-weight: bold;
            }
            .center{
                width: 1000px;
                margin: 0 auto;
                min-height:300px;
                background: url(../images/center.png) repeat-y center;
            }
            .context{
                padding: 35px;
            }
           
            .bottom{
                width: 1000px;
                height: 20px;
                background: url(../images/bottom.png) no-repeat center bottom;
            }
            .footer{
                width: 100%;
                height: 48px;
                line-height: 48px;
                text-align: center;
                background: #343434;
                font-size: 12px;
                color: #fff;
            }
            .gun img{
                padding:0 5px;
            }
            
.news{display: none;}
