﻿@charset "utf-8";
}
* {margin: 0;padding: 0;}
body {font-family: "Microsoft YaHei"; font-size: 14px; overflow-x: hidden; color: #333;}
ul,ol,li {list-style: outside none none; margin:0;}
.clear{ clear:both}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
.fl{float:left;}
.fr{float:right;}
a{text-decoration: none;!important;font-family: "Microsoft YaHei";}
a:hover{text-decoration:none;!important;}
img{ border: none; max-width:100% }
.fl{ float:left;}
.fr{ float:right;}
a{
  color: #333;
}
.wrapper{
	max-width:1200px; margin:0 auto;
	}
/*  header  */
header{
    width: 100%;
    padding-bottom: 11px;
}

header .logo{
    float: left;
    margin-top: 11px;
    width: 4.5%;
	

}

header .menu_icon{
    display: block;
    width: 46px;
    height: 36px;
    background: url('../images/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    float:right;
    margin: 20px 0 0 0px;
    padding: 13px 0;
    z-index: 9999;
}

header nav ul li{
    float: left;
    margin-left: 10px;
    font-size: 17px;
    letter-spacing: 1px;
	text-align:center;
}
header nav ul li span{
    color: #2f2f2f;
    opacity: 0.3;
    font-family:"Arial";
    display: block;
    font-size: 14px;
}

header nav ul li a:hover{
    color: #027fd2;
}
.js-silder{
    position: relative; 
    min-width: 320px;
}
.silder-scroll{
    width: 100%;
    overflow: hidden;
}
.silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.silder-main-img img{
    width: 100%;
}
.js-silder-ctrl{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.silder-ctrl-con{
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
}
.silder-ctrl-con>span{
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 2px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
    background-color: #0080d5;
}

.banquan{
    width: 100%;
    background: #333333;
    padding:20px 0;
    color: #bebabc;
}
.footer{
    width: 100%;
    height: auto;
    background: url(../images/bg02.jpg) no-repeat;
    background-size: cover;
    padding:30px 0;
    color: #fff;
}
.f-le h1{
    font-size: 24px;
    padding-bottom:10px;
}
.f-le p{
    font-size: 16px;
    line-height: 2;
}
.f-le{
    padding-right: 100px;
}
.f-ri{ padding-top: 50px; }
.f-ri p a{
    color: #fff;
    font-size: 16px;
    padding-right: 40px;
}

.ne-banner{
    width: 100%;
}
.ne-banner img{
    width: 100%;
    display: block;
}
.ne-menu{
    width: 100%;
    border-bottom: 1px solid #e5e5e5; 
    height: 68px;
}
.ne-menu li{
    float: left;
}
.ne-menu li a{
    display: block;
    padding:0 20px;
    line-height: 66px;
    font-size: 18px;
    color: #555;
    margin-right: 20px;
}
.ne-menu li a:hover{
    border-bottom: 2px solid #0446a4;
    color: #0446a4;
}
.ne-menu li .on{
    border-bottom: 2px solid #0446a4;
    color: #0446a4;
}
.ne-xi{
    width: 100%;
    background: #f5f5f5;
    padding:50px 0;
}
.ne-ti h1{
    font-weight: normal;
    font-size: 36px;
    color: #0056a9;
    z-index: 1;
    position: relative;
}
.ne-ti p{
    font-size: 36px;
    text-transform: uppercase;
    color: #e5e5e5;
    font-family: "Arial";
    position: relative;
    top: -20px;
    padding-left: 10px;
}
.ne-zi p{
    text-align: justify;
    line-height: 1.6;
}



/*当页面小于1200px时*/
@media (max-width: 1200px) {
      .wrapper{
        padding: 0 20px;
    }
 
}

/*在992和1199像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 992px) and (max-width: 1199px) {
   header nav ul li{
    margin-left: 2%;
    font-size: 16px;
}
}




/*在768和991像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 768px) and (max-width: 991px){

header nav ul li{
    margin-left: 4%;
    font-size: 16px;
}
.xs-hidden{
    display: none;
}
}

/*在480和767像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 480px) and (max-width: 767px) {

 header .logo{
        float: none;
        width: 7%;
    }

    header .menu_icon{
        display: block;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
        width: 100%;
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
        color: #fff;
    }
    header .menu_icon{
    display: block;
    margin-top: 12px;
    }
    header nav ul li span{
    color: #fff;
    }
    .silder-ctrl-con{
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0 5px;
    }
    .silder-ctrl-con>span{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
    
   .xs-hidden{
    display: none;
   }
   .ne-xi{
    padding:20px 0;
}
.ne-ti h1{
    font-size: 26px;
}
.ne-ti p{
    font-size: 26px;
    top: -15 px;
}
    
}
/*在小于480像素的屏幕,这里的样式才生效*/
@media (max-width: 479px) {
header .logo{
        float: none;
        width: 11%;
    }

    header .menu_icon{
        display: block;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
        width: 100%;
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }

    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
        color: #fff;
    }
    header .menu_icon{
    display: block;
    margin-top: 13px;
    }
    header nav ul li span{
    color: #fff;
    }
    .silder-ctrl-con{
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0 5px;
    }
    .silder-ctrl-con>span{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
   
    .xs-hidden{
    display: none;
   }
   .f-le{
    padding-right: 0;
   }
   .ne-menu{
    height: 38px;
   }
.ne-menu li a{
    line-height: 36px;
    font-size: 14px;
    margin-right: 5px;
    padding:0 10px;
 }
.ne-xi{
    padding:20px 0;
}
.ne-ti h1{
    font-size: 26px;
}
.ne-ti p{
    font-size: 26px;
    top: -13px;
}
}