/*@charset "utf-8";*/
/*头部代码css 金思绪*/
body{    font-family: "microsoft yahei", 微软雅黑, Arial, Helvetica, sans-serif;
    line-height: 1.4;
    background-image: url(../images/beijing3.jpg);
    font-size: 14px;
    background-size: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-y;
    background-position: center top; }
#h_head { border-bottom: 0px solid #009999;  /*background-color: #2196F3;*/ background-image: url(../images/top_bj.jpg);  background-position: bottom; }
@media screen and (min-width: 1220px) {/* 执行1200px版的css*/   }
*:hover{ -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear }
#jsx_head { }
    .h_head .h_tou{
        width: auto;
        height: 48px;	
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .h_head .h_title{
        padding-top: 10px;
        height: 37px;
        width: 1280px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 14px;	
    }
    
    .h_head .h_title .h_hbiao{
        line-height: 37px;
        float: left;
    }
    .h_head .h_title .h_hul{
        line-height: 37px;
        width: 300px;
        float: right;	
    } 
    .h_head .h_title .h_hul .h_hli{
        float: right;
        margin-left: 20px;
    } 
    .h_head .h_title .h_hul .h_hli a{
        color: #ffffff;
    } 
    .h_head .h_title .h_hul .h_hli a:hover{
        color: #ffffff;
    } 
    .h_banner{
        width: 1280px;
        height: 266px;
        margin: 0 auto;
        background-image: url(../images/maizi.png);
        background-repeat: no-repeat;
        background-position: 895px 30px;
        position: relative;
    }
    .h_banner .h_logo{
        float: left;
        width: 280px;
        height: 266px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-position: -10px 84px;
    }
    .h_banner .h_wezi{
        float: left;
        width: 480px;
        height: 266px;
        background-image: url(../images/jianshe.png);
        background-repeat: no-repeat;
        background-position: center 140px;
    }
    .h_banner .h_tianqi{
        position: absolute;
        left: 0;
        bottom: 5px;
        font-size: 12px;
        height: 27px;
        line-height: 20px;
        background-image: url(../images/taiyang.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-indent: 0px;
        color: #333333;
    }
    .h_daohang{margin: 0px auto;
        width: 1280px;
        height: 60px;
        background-color: #3c86e9;
    }
    .h_daohang .h_dhul{
        width: 1280px;
    }
    .h_daohang .h_dhul .h_dhli{
        width: 160px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        color: #ffffff;
        font-family: '微软雅黑';
        font-weight: bold;
        float: left;
        text-align: center;
    }
    .h_daohang .h_dhul .h_dhlia{
        width: 160px;
        /*letter-spacing: 19px;*/
    }
    .h_daohang .h_dhul .h_dhli a{	
        color: #ffffff;
    }
    .h_daohang .h_dhul .h_dhli:hover{
        height: 55px;
        line-height: 55px;
        color: #ffffff;
        border-bottom: 5px solid #ffd570;
    }
    #jsx_head{ overflow:visible;  }
    .h_dhli ul{ display: none; }
    .h_dhli:hover ul{ display:block; position: relative; z-index: 99; background-color: rgb(60 134 233 / 90%); margin-top: 5px;  }
    .h_daohang .h_dhul .h_dhli ul li { line-height: 40px;  }
    .h_daohang .h_dhul .h_dhli ul li:hover { background-color: #3c86e9; }
    .h_daohang .h_dhul .h_dhli ul li a{ color: #ffffff; font-size: 15px; font-weight: normal; }
    @media screen and (max-width: 749px){
        .h_head .h_tou{
            width: 100%;
        }
        .h_head .h_title{
            width: 100%;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            font-size: 12px;
        }
        .h_head .h_title .h_hul .h_hli{
            margin-left:10px;
        }
        .h_hlia{
            display: none;
        }
        .h_head .h_title .h_hul{
            width: auto;
        }
        .h_banner{
            width: 100%;
            background-position: right 30px;
        }
        .h_banner .h_logo{
            margin: 0 auto;
            background-position: 0 84px;
            float: none;	
        }
        .h_banner .h_wezi{
            display: none;
        }
        .h_daohang{
            width: 100%;
            height: auto;
        }
        .h_daohang .h_dhul{
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .h_daohang .h_dhul .h_dhli{
            width: auto;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            margin-right: 5px;
            
        }
        .h_daohang .h_dhul .h_dhlia {
            letter-spacing: 5px;
            margin-left: 5px;
        }
    }
        