@charset "utf-8";





* {

    padding: 0;

}



body {

    font-size: 14px;

    color: #333;

    margin: 0px;

    font-family: 微软雅黑, Microsoft YaHei, Arial, Helvetica, sans-serif;

}



ul,

li {

    list-style-type: none;

}



img,

ul,

li {

    padding: 0px;

    margin: 0px;

}



img {

    border: none;

}



a {

    color: #333;

    text-decoration: none;

}



a:hover {

    text-decoration: none;

    transition: all 0.3s ease-out 0s;

}



a:active {

    text-decoration: none;

}



.clear {

    clear: both;

}



img {

    border: 0;

}



.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    clear: both;

    height: 0;

}



.clearfloat {

    clear: both;

    height: 0;

    font-size: 1px;

    line-height: 0px;

}



.clearfix {

    display: inline-table;

}



input,

textarea {

    outline: none;

    border: 0px;

}







* html .clearfix {

    height: 1%;

}



.clearfix {

    display: block;

}



h3 {

    font-weight: normal;

}



h1,

h2,

h3,

h4,

h5,

p,

dl,

dd,

dt {

    margin: 0;

    font-weight: normal;

}



i,

em {

    font-style: normal;

}







@media screen and (min-width:1180px) {

    body {

        overflow-x: hidden;

    }

}







.con_width {

    width: 1200px;

    margin: 0 auto;

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.hide {

    display: none;

}







.fon_imp {

    font-family: "Impact";

    vertical-align: sub;

}



.f12 {

    font-size: 12px;

}



.f14 {

    font-size: 14px;

}



.f15 {

    font-size: 15px;

}



.f16 {

    font-size: 16px;

}



.f18 {

    font-size: 18px;

}



.f20 {

    font-size: 20px;

}



.f22 {

    font-size: 22px;

}



.f24 {

    font-size: 24px;

}



.f26 {

    font-size: 26px;

}



.f28 {

    font-size: 28px;

}



.f30 {

    font-size: 30px;

}



.f32 {

    font-size: 32px;

}



.f36 {

    font-size: 36px;

}









.top_head{

    height: 80px;

    width: 100%;

    position: relative;

    margin-top: 30px;

}

.top_head h1{

    float: left;

}

.top_head ul{

    width: 1000px;

    float: left;

    margin-top: 20px;

}

.top_head ul li{

    float: left;

    padding-left: 20px;

    text-align: center;

    line-height: 18px;

    box-sizing: border-box;

}

.top_head ul li a{

    line-height: 30px;

    font-size: 14px;

    display: inline-block;

    padding: 0 12px;

    border-radius: 5px;

}

.top_head ul li a span{

    display: block;

    color: #ccc;

    text-align: center;

    font-size: 12px;

    text-transform: uppercase;

    line-height: 18px;

}

.top_head ul li:hover{

    background: url(../image/hover.png) no-repeat left center;

}

.top_head ul li:hover a{

    color: #fff;

    background:#152f8b;

}

.top_head .top-pho{ float: right; font-size: 21px; font-family: arial; font-weight: bold; color: #e60012; margin-top: 22px;}
/*.top_head .top-pho em{ display: block; font-size: 14px; color: #666;font-weight: none;background:url(../image/ba-pho.png) no-repeat left center; padding-left: 25px; height: 20px; line-height: 20px;} 
*/

.index_about{
    
    margin-top: 30px;
    line-height: 29px;
    text-align: left;
    font-size: 15px;
}

.foot_wrap{

    background: #333;

    text-align: center;

    position: relative;

}

.foot_wrap .yl_cont{

    text-align: center;

    border-bottom: dashed 1px #999;

    padding-top: 50px;

    margin-bottom: 40px;

}

.foot_wrap .yl_cont .yl_tit span{

    font-size: 16px;

    color: #ccc;

    font-weight: bold;

    display: inline-block;

    padding: 0 3px;

    background: #262b36;

    position: relative;

    z-index: 9;

}

.foot_wrap .yl_cont a{

    line-height: 80px;

    color: #ccc;

    padding: 0 20px;

}

.foot_wrap .yl_cont .yl_tit hr{

    border: solid 1px #ccc;

    position: relative;

    top: -12px;

    width: 120px;

    display: block;

    margin: 0 auto;;

}

.foot_wrap .foot_nav{

    height: 50px;

    background: #1e222b;

    position: absolute;

    bottom: 0;

    width: 100%;

}

.foot_wrap .foot_nav li{

    display: inline-block;

    color: #ccc;

}

.foot_wrap .foot_nav li a{

    color: #ddd;

    padding: 0 24px;

    line-height: 50px;

    font-size: 16px;

}

.foot_wrap p{

    color: #ccc;

    line-height: 36px;

}

.foot_wrap a{

    color: #ccc;

    padding: 0 5px;

}