<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
.header{
    position: relative;
    z-index: 2;
}
.header_top{
    width: 100%;
    min-width: 1240px;
    height: 90px;
    background-color:#244882;
    text-align: center;
}
.logo_box{
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    display: inline-block;
}
.logo_left{
    display: inline-block;
}
.togoto {
    color: white;
    display: inline-block;
    width: 100px;
    height: 28px;
    border: 2px solid white;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    right: 50px;
    border-radius: 13px;
}
/*.logopic{
    width: 73px;
    height: 73px;
    display: inline-block;
    background: url(../images/homepage/logo.png) center center no-repeat;
    vertical-align: middle;
}*/
.logo_left img {
    vertical-align: middle;
    margin-top: -10px;
}
.title {
    font-family: "微软雅黑";
    font-size: 25px;
    color:white;
    font-weight: bold;
    line-height: 90px;
}
.logo_search{
    float: right;
    margin-top: 28px;
}
.logo_search form input[type="text"] {
    border: 2px solid white;
    padding: 7px 10px;
    outline: none;
    font-size: 13px;
    color: white;
    margin: 0;
    /*max-width: 100%;*/
    display: block;
    background: #244882;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-btn {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0px;
    margin: 0px 0 0 -50px;
    background:  url(../images/homepage/search-bg.png) center center no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    z-index: 100;
    box-shadow: none;
    /*border-radius: 0px 4px 4px 0px;*/
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
input.search-field {
    float: right;
    position: relative;
}


/*导航栏*/
.nav {
    height: 50px;
    width: 100%;
    min-width:1240px;
    background-color: white;
    border-bottom: 1px solid black;
}
.nav_ul{
    margin:0 auto;
    /*width: 1000px;*/
    width: 1080px;
    height: 50px;
}
.nav_ul&gt;li,.navdown_ul&gt;li{
    float: left;
    /*width: 12.5%;*/
    width: 14.2%;
    font-family: "微软雅黑";
    text-align: center;
    position: relative;
}
/*.navdown_ul{
    min-width: 1240px;
    width: 250px;
    background-color: gray;
}*/

.navdown_ul{
    /*width: 125px;*/
    width: 153px;
    display: none;
    position:absolute; 
    left:0; 
    top:50px;
    z-index: 999;
    background-color:RGB(255,255,255);
    border:1px solid black;
    border-top: none;
}
.navdown_ul&gt;li{
    /*width: 125px;*/
    width: 100%;
    
}
/*.navdown_ul li:first-child{
    border-right:1px solid black;
}*/
.navdown .down{
    width:10px;
    height:10px;
    display:inline-block;
    background:url("../images/homepage/down.png") no-repeat;
    /*background-position:0px -150px;*/
    position:relative;
}
.nav_ul li a,.navdown_ul li a{
    font-size: 16px;
    color: black;
    line-height: 50px;
    display:inline-block;
    width: 100%;
    transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
}
.nav_ul li a:hover,.navdown_ul li a:hover{
    background-color:#244882;
    color:white;
 }
 
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}





/*底部*/
.footer{
    width: 100%;
    min-width:1240px;
    height:454px;
    background:url(../images/homepage/footer.jpg) center center no-repeat; 
    background-size: cover;
    padding-top: 98px;
}
.footbox{
    width:1170px;
    height: 356px;
    /*background-color: red;*/
    margin:0 auto;  
    color: #999999;
    /*margin-top: 98px;*/

}
.foot_left{
    width: 555px;
    height: 100%;
    float:left;
  
}
.foot_left ul{
    /*width: 390px;*/
    width: auto;
    display:inline-block;
    /*margin-right: 40px;*/
    margin-right: 20px;
    font-size: 14px;
}
.foot_left ul li{
    list-style-type: none;
    line-height: 12px;
    height:50px;
}

.foot_left img {
    vertical-align: middle;
    /*margin-top: -12px;*/
}
.two_code{
    width: 117px;
    height: 117px;
    background: url(../images/homepage/bottom4.gif) center center no-repeat; 
    display:inline-block;
}
.foot_right{
    float: right;
    width: 585px;
    height: 221px;
    padding-top: 135px;
}
.foot_right form{
    width:100%;
    height: 100%;

}
.foot_right form input[type="text"]{
    width:260px;
}
.foot_right form input[type="text"]:first-child{
    display: inline-block;
    margin-right: 10px;
}
.foot_right form input[type="text"],.foot_right form textarea {
    /*border: 2px solid white;*/
    padding: 7px 10px;
    outline: none;
    font-size: 13px;
    color: #999999;
    margin: 0;
    outline-style: none;
    border:none;
    background: #262628;
}
.foot_right form textarea{
    width: 555px;
    height: 125px;
    margin-top: 8px;
    margin-bottom: 8px;

}

.foot_right form input[type="submit"]{
    width: 90px;
    height: 30px;
    font-size: 13px;
    color: white;
    border: none;
    border-radius: 20px;
    background-color: #079AAE;

}
.record_box{
    background: #2c2c2c;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    width: 100%;
    font-family: arial;
}

/*客服栏*/
.ser-btn{
                color:#fff; 
                display:inline-block; 
                height:28px; 
                line-height:28px; 
                text-align:center; 
                padding:0 12px; 
                border:0; cursor:pointer
            }
            /*body{height:2000px;}*/
            #service{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
            *html #service{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
            #service li{width:161px;height:49px;}
            #service li img{float:right;}
            #service li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
            #service li a .shows{display:block;}
            #service li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
            #service li a.weixin_area .hides{display:none;position:absolute;right:143px;}
            #service li a.weixin_area .weixins{display:none;position:absolute;right:0;top:48px}
            #ser-p2{width:112px;background-color:RGB(109,169,223);height:47px;margin-left:47px;border:1px solid RGB(109,169,223);text-align:center;line-height:47px}
            #ser-p3{width:112px;background-color:RGB(255,129,27);height:47px;margin-left:47px;border:1px solid RGB(255,129,27);text-align:center;line-height:47px}
            #ser-p1{width:47px;height:49px;float:left}</pre></body></html>