/*css reset*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
body{
	height:100%; 
}
input{
    outline: none;
}

ul,li{
    list-style: none;
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
}
.mr0{
    margin-right: 0;
}
/*header*/
.position-nav{
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    box-shadow: 0 1px 3px #ccc;
}
.header{
    background: #fff;
    width: 100%;
    
}
.header-center{
    max-width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding-top: 30px;
}
.header-center .logo{
    float: left;
}
.header-center .logo img{
    display: block;
    width: 65%;
}
.header-center .header-nav{
    float: right;
    padding-top: 10px;
}
.header-center .header-nav > ul{
    position: relative;
}
.header-center .header-nav ul .dropdown-menu{
    position: absolute;
    width: 160px;
    height: 110px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    text-align: left;
    font-size: 14px;
    padding:  5px 0;
    right: 0;
    z-index: 1000;
}
.header-center .header-nav ul .dropdown-menu li{
    padding-left: 20px;
    line-height: 25px;
}
.header-center .header-nav ul .dropdown-menu li:hover{
    background-color: #f8f8f8;
   
}
.header-center .header-nav ul .dropdown-menu li:hover a{
    color: #0267b7;
}
.header-center .header-nav > ul > li{
    float: left;
    padding: 5px 15px;
    margin: 0 20px;
    
}
.header-center .header-nav li.btn{
    background-color: #0267b7;
    border-radius: 5px; 
    color: #fff;
}
.header-center .header-nav li.btn a{
    color: #fff;
}
.self{
    color: #0267b7;
}
.header-center .header-nav li span{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
} 
/*Banner*/
.banner-box{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
/*标题*/
.title-box{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 60px;
}
.title-box h2{
    width: 340px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    color: #0267b7;
    font-size: 36px;
    position: relative;
    z-index: 2;
}
.title-box span{
    color: rgba(0, 0, 0, 0.3);
    font-size: 22px;
}
.title-box .middle-line{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
/*footer*/
.footer{
    width: 100%;
    padding: 50px 0;
    background-color: #0177bf;
}
.footer-center{width:1200px; margin: 0 auto;}
.f_left{float:left; background:url(../img/f_bg.jpg) no-repeat 792px 0;width:794px; height:165px; margin-left: 40px;}
.f_nav_box{color:white; font-size:18px; width:1196px; height:145px; margin:0 auto; }
.f_nav_box .nav{width:794px;  float:left; margin-left:20px; margin-bottom: 20px;}
.f_nav_box .nav li{float:left; padding:0 21px 0 20px; background:url(../img/icon_bg.jpg) no-repeat 0 0;}
.f_nav_box .nav li:first-child{padding:0 24px 0 0; background:none;}
.f_nav_box .nav li a{color:white;}
.f_nav_box .nav li a:hover{background:none;}

.f_nav_n{width:794px;  float:left; margin:0 0 20px 30px;}
.f_nav_n li{font-size:13px; color:#0177bf; text-align:center; line-height:28px; float:left; width:228px; height:28px; background-color: #0a598e; margin-right:5px;border-radius: 30px;}
.f_nav_n li a{
    color: #fff;
}
.f_left p{font-size:15px; width:794px; height:74px;  text-align:center;}
.f_right{position:relative; float:left; width:220px; height:170px;}
.f_right > ul li{ width:140px; margin:0 auto; text-align:center;}
.f_right > ul li p{font-size:15px; color:white; line-height:26px; margin:0 auto;}
.f_top{position:absolute; right:-20px; top:52px;}