﻿body {
    background: #fff;
}

body, form {
    margin: 0;
    padding: 0;
    font: 14px/180% "MicroSoft Yahei","黑体","宋体","Arial","Times New Roman";
    color: #333;
}

* {
    font-family: "MicroSoft Yahei","黑体","宋体","Arial","Times New Roman";
    margin: 0;
    padding: 0;
}
/*此地方不要加颜色属性*/
.ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}
    a:hover {
        text-decoration: none;
        color: #ff6a00;
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mtb60{margin-top:60px;margin-bottom:60px;}

.dis{display:none;}
.Required {
    color: #f00;
}
.whiteBg {
    background-color: #fff;
}
.width100{
    width:100%;
    height:auto;overflow:hidden;
}

.widthTop {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height:60px;
}
.width {
    display:block;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.widthGray{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#f1f1f1;
}
.widthWhite {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color:#fff;
    padding:20px 40px 40px 40px;
}

.position {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 2px solid #00155d;
    margin-bottom:40px;
    padding-bottom:5px;
}
.position span{color:#666;font-size:13px;}
/*顶部*/
.top {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffb532;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    height:80px;
}
.topLogo{
    width:50%;float:left;
    line-height:75px;
}
.topLogo img{
    max-height:55px;
    max-width:50%;
}
    .topLogo .topArea {
        display: inline-block;
        position:relative;
        margin-left:20px;
    }
        .topLogo .topArea:hover .topAreaDrop {
            opacity: 1;
        }
        .topLogo .topArea .topAreaButton {
            display: inline-block;
        }
        .topLogo .topArea .topAreaButton:hover{
            cursor:pointer;
        }
.topAreaDrop {
    width: 200px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index:9999;
    opacity:0;
    transition:all 0.5s;
}
.topAreaList{
    width:90%;
    height:auto;overflow:hidden;
    line-height:25px;
    padding:10px 5%;
}
.topAreaList a{
    display:inline-block;
    margin-right:5px;
    margin-bottom:5px;
    padding:0 5px;
}
.topAreaList a:hover{
    color:#ffb532;
}
.topAreaList .more{
    color:#ffb532;
    transition:all 0.5s;
}
.topAreaList .more:hover{
    background-color:#ffb532;
    color:#fff;
}

.topTel {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: #ffb532;
    line-height: 70px;
}
/*菜单*/
.topNav{
    width:285px;float:left;
    margin-right:50px;
    position:relative;
}
.topNavTitle {
    width: 90%;
    height: 60px;
    line-height: 60px;
    background-color: #00155d;
    color: #fff;
    font-size: 20px;
    padding: 0 5%;
    cursor: pointer;
}
.topNavTitle span{
    float:right;
    color:#fff;
    font-size:20px;
}

.topNavContent {
    width: 600px;
    height: auto;overflow:hidden;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
}

.topNavList {
    width: 285px;
    float: left;
    height:100%;
    background: rgba(255,255,255,0.9);
}
.topNavList li{
    width:90%;
    padding:5px 5% 10px 5%;
    transition:all 0.5s;
}
    .topNavList li:hover{
        background:rgba(184,198,247,0.8);
    }
    .topNavList .active {
        background: rgba(184,198,247,0.8);
    }
        .topNavList li .title {
            width: 100%;
            line-height: 40px;
            font-size: 16px;
        }
        .topNavList li .title span {
            float: right;
            color: #9b9b9b;
        }
    .topNavList li .list {
        width: 100%;
        height:25px;overflow:hidden;
        line-height: 25px;
    }
    .topNavList li .list dd{
        float:left;
        font-size:14px;
        margin-right:10px;
        color:#555;
    }
    .topNavList li .list dd a{color:#555;}
.topNavListPopup {
    position:absolute;
    width: 300px;
    top:0;
    left:285px;
    padding:20px 10px 0 15px;
    height: 100%;
    background: rgba(255,255,255,0.9);
}
.topNavListPopup li{
    width:100%;
    height:100%;
}
.subLeft{
    width:20%;float:left;
    margin-right:2%;
    border-right:1px solid #ffb532;
    text-align:center;
    line-height:30px;
    padding-right:2%;
}
.subRight{
    width:75%;float:left;
    line-height:30px;
}
.subRight a{
    display:inline-block;
    margin-right:10px;
}


.topMenu {
    float: left;
    text-align: center;
}

    .topMenu li {
        display: inline-block;
        margin-right: 20px;
        line-height: 45px;
        font-size: 18px;
        transition: all 0.5s;
        padding: 0 20px;
        color: #646263;
    }

        .topMenu li:hover {
            background-color: #ffb532;
            color: #fff;
        }

    .topMenu .active {
        color: #ffb532;
    }

.topHome{
    width:50%;float:left;
    text-align:right;
    line-height:60px;
}
/*banner*/
#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
}
#banner img{
    width:100%;
}
/*底部*/
#bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 10px;
}
.bottomLogo{
    width:15%;float:left;
}
.bottomLogo img{
    max-width:80%;
    max-height:80px;
}
.bottomList{
    width:60%;float:left;
    margin:0 3% 0 2%;
}
    .bottomList li{
        width:33%;float:left;
    }
        .bottomList .two h3{
            width: 50%;
            float: left;
        }
    .bottomList li h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 30px;
    }
        .bottomList li h3 {
            font-size: 13px;
            height:30px;line-height:30px;overflow:hidden;
            transition:all 0.5s;
        }
         .bottomList li h3:hover{
             text-indent:10px;
         }
    .bottomErweima {
        width: 20%;
        float: left;
        text-align:center;
    }
        .bottomErweima img{
            width:120px;
            margin-top:10px;
            margin-bottom:10px;
        }
        .bottomErweima h3{
            font-size:24px;
            font-weight:bold;
            line-height:30px;
        }

        .bottomCopy {
            width: 100%;
            height: auto;
            overflow: hidden;
            border-top: 1px solid #e6e6e6;
            padding-top: 10px;
            text-align: center;
            font-size: 12px;
            margin-top: 40px;
        }