﻿/*公共样式，2015-1-15创建*/
body {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #333333;
}

input {
    border: solid 1px #ccc;
}

* {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset, img, abbr, acronym {
    border: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        text-decoration: none;
        color: #333333;
    }
/*头部样式，2015-1-15创建*/
#header {
    height: 85px;
    width: 1200px;
    min-width: 1200px;
    line-height: 80px;
    margin: 0px auto;
}

#headerleft {
    height: 85px;
    width: 600px;
    float: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    color: #00a0e9;
}

.title_img {
    float:left;
}
.title_name {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    font-size: 30px;
}

.headerright {
    height: 85px;
    width: 450px;
    float: right;
    line-height: 80px;
    margin-top: 10px;
    font-size: 18px;
}

    .headerright li {
        float: right;
        margin-left: 10px;
    }



.percenter {
    color: #35B558;
}
/*导航样式，2015-1-15创建*/
#navbox {
    /*background-color: #000;*/
    background-color: #00a0e9;
    width:100%;
    height: 55px;
    margin: 0px auto;
    overflow: visible;
}

    #navbox #nav1 {
        height: 55px;
        padding-top: 15px;
        width: 1200px;
        margin: 0px auto;
        text-align: center;
    }

        #navbox #nav1 li {
            float: left;
            font-size: 19px;
            width: 200px;
        }

            #navbox #nav1 li a {
                color: #fff;
            }

                #navbox #nav1 li a:hover {
                    /*color: #009688;*/
                }
/*底部信息，2015-1-17创建*/
#inforbox {
    min-width: 1200px;
    background-color: #1F2021;
}

#infordiv {
    width: 1200px;
    margin: 0px auto;
}

.inforitem {
    width: 260px;
    float: left;
    line-height: 33px;
    margin-top: 10px;
}

.inforitem-last {
    width:120px;
    float:right;
    color: #fff;
}

.inforitem a {
    color: #CCCCCC;
    /*font-size: 16px;*/
}

.inforitem .infortitle {
    /*font-size: 18px;*/
    color: white;
}

.inforitem .tel {
    color: white;
    font-size: 16px;
}

.inforitem .telinfor {
    color: #9F9F9F;
}

.contactinfor li {
    float: left;
    margin-right: 10px;
}
.contactinfor p {
    font-size:14px;
}

#infordiv_1 {
    height: 200px;
    width: 100%;
    border-bottom: solid 1px #403c3c;
    font-size: 18px;
}

#infordiv_2 {
    width: 100%;
    height: 155px;
    color: #9FA3A7;
    font-size:18px;

}

    #infordiv_2 a {
        color: #9FA3A7;
    }

/*导航栏固定，创建于2015-1-17*/
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

/*左侧咨询栏*/
#rightask {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}

    #rightask ul li {
        width: 54px;
        height: 54px;
        float: left;
        position: relative;
        border-bottom: 1px solid #444;
    }

        #rightask ul li .sidebox {
            position: absolute;
            width: 54px;
            height: 54px;
            top: 0;
            right: 0;
            transition: all 0.3s;
            background: #000;
            opacity: 0.8;
            filter: Alpha(opacity=80);
            color: #fff;
            font: 18px/54px "微软雅黑";
            overflow: hidden;
        }

        #rightask ul li .sidetop {
            width: 54px;
            height: 54px;
            line-height: 54px;
            display: inline-block;
            background: #000;
            opacity: 0.8;
            filter: Alpha(opacity=80);
            transition: all 0.3s;
        }

            #rightask ul li .sidetop:hover {
                background: #ae1c1c;
                opacity: 1;
                filter: Alpha(opacity=100);
            }

        #rightask ul li img {
            float: left;
        }
/*登陆窗体，创建于2015-1-22*/
#loginbox {
    display: none;
}

    #loginbox #logintitle {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-bottom: solid 1px #CAD2E1;
        margin-bottom: 17px;
    }

    #loginbox .loginitem {
        height: 25px;
        line-height: 25px;
        width: 324px;
        height: 35px;
        margin: 0px auto;
        margin-top: 20px;
    }

        #loginbox .loginitem input {
            width: 324px;
            height: 35px;
        }

    #loginbox #loginbtn {
        width: 326px;
    }

#loginreg a {
    color: #009688;
}

/*分页控件样式*/
#mypager {
    height: 34px;
    width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #mypager li {
        height: 30px;
        line-height: 30px;
        margin: 0 10px 10px 0;
        float: left;
        padding: 0 10px;
        background-color: #91cebe;
    }

        #mypager li a {
            display: block;
            color: #fff;
            display: block;
        }

        #mypager li:hover {
            background-color: #019875;
        }

        #mypager li a:hover {
            text-decoration: none;
            color: #fff;
        }

    #mypager .disable {
        color: #fff;
        background-color: #019875;
    }

/*my里面的公共样式*/
#mymain {
    width: 1005px;
    margin: 0px auto;
    margin-top: 18px;
}

#myleft {
    width: 208px;
    border: solid 1px #E7E7EB;
    height: 600px;
    float: left;
    font-size: 14px;
    margin-bottom: 18px;
}

#myright {
    float: left;
    border: 1px solid #e7e7eb;
    border-left-width: 0px;
    width: 790px;
    height: 600px;
    margin-bottom: 18px;
}

.mynavitem {
    margin-top: 13px;
    border-bottom: solid 1px #E7E7EB;
    cursor: pointer;
    padding-bottom: 13px;
}

    .mynavitem li {
        height: 34px;
        line-height: 34px;
    }

.navitemtop {
    padding: 0px 30px;
}

.nav_item {
    padding-left: 58px;
}

.mytoptitle {
    margin-left: 13px;
    color: #8d8d8d;
}

.mynavitembg {
    background-color: #F4F5F9;
}

.nav_item a {
    display: block;
}

.mynavitemend {
    border-bottom-width: 0px;
}

.ucenter-right-head {
    border-bottom: 1px solid #eaeaea;
    line-height: 300%;
    margin: 20px;
    margin-bottom: 0px;
}

    .ucenter-right-head h3 {
        color: #000;
        font-size: 14px;
        margin-left: 10px;
        height: 50px;
        line-height: 50px;
    }

/*导航下拉菜单样式*/
.submenu {
    padding-top: 20px;
    background-color: #00a0e9;
    color: #fff;
    z-index: 999;
    position: absolute;
    padding-bottom: 10px;
    line-height: 35px;
}
.submenu li {
    font-size: 18px !important;
    clear: both;
    font-size: 20px;
    width: 142px;
    cursor: pointer;
}

#gsjs .submenu,#fwxm .submenu,#xwzx .submenu,#lxwm .submenu {
    display: none;
}

#gsjs:hover .submenu, #fwxm:hover .submenu, #xwzx:hover .submenu, #lxwm:hover .submenu {
    display: block;
}

.submenu li a:hover {
    color: #009688;
}

/*返回顶部*/
.backtotop {
    background: url(/image/backtotop.png) no-repeat center center;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 70px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 70px;
    z-index: 300;
}
.legend-bold {
    color: #009688;
    font-weight: bold !important;
}