﻿@charset "utf-8";
@font-face {
    font-family: "MicrosoftYahei-Regular";
    src: url("../font/Microsoft-YaHei-Regular.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*===body===*/
.pagebox {
    width: 100%;
    background:#f3f3f3;
}
/*===header===*/

.header-1 {
    /*width: 100%;*/
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 35px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: linear-gradient(to right, rgba(10, 45, 137, 1), rgba(111, 186, 68, 1));
    transition: all .3s ease;
}
.header-1-content {
    /*width: 71.6%;*/
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 35px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position:relative;
}
.search-option {background: #f5f5f5;top: 35px;color: #444;display: none;position: absolute;right: 0;width: 300px;z-index: 99999;padding: 20px;}
.search-option input {background: #fff none repeat scroll 0 0;border: medium none;color: #444;display: block;float: left;font-size: 14px;font-style: italic;padding: 8px 10px;width: 214px;height: 44px;}
.search-option button.button {background: #80c32f;border: medium none;float: right;line-height: 44px;height: 44px;width: 44px;padding: 11px 5PX 12PX 14PX;text-align: center;}
div.main-search {float: right;position: relative;width: 35px;height: 35px;background: #3b856c;text-align: center;vertical-align: middle;padding-top: 4px;}

.cnenBox {position: relative;background: rgba(0,0,0,.2);height: 35px;width: 85px;float: right;}
.cnenBox .icon,.cnenBox .cnenXz,.cnenBox .cnenXzlist {float: left;height: 35px;line-height: 35px;}
.cnenBox .icon {font-size: 0; margin-right: 5px; margin-left: 10px;}
.cnenBox .cnenXz,.cnenBox .cnenXzlist { color: #fff;font-size: 14px;}
.cnenBox .cnenXzlist { margin-left: 5px; padding-right: 15px;background: url(../images/head_jiao.png) no-repeat center right;position: relative;cursor: pointer;}
.cnenBox .cnenXul {position: absolute;top: 35px;left: 35%;transform: translateX(-50%);-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);transform: translateX(-50%);width: 100px;text-align: center;background-color: rgba(0,0,0,.4);border-radius: 5px;border: solid 1px rgba(0,0,0,.7);
    padding-left: 5px;padding-right: 5px;visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;z-index: 9999999;}
.cnenBox .cnenXul li {border-bottom: solid 1px rgba(0,0,0,.3);}
.cnenBox .cnenXul li:last-child{border-bottom: 0px;}
.cnenBox .cnenXul li a {display: block;font-size: 14px;color: #fff;}
.cnenBox .cnenXul.show {visibility: visible;opacity: 1;}

/*nav*/

#header-2 {max-width: none; min-width: 0px;height: auto; max-height: none; min-height: 102px; margin-top: 0px; margin-left: auto; margin-right: auto;
    margin-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px;padding-bottom: 0px; background:#ffffff;
}/*width: 100%;*/
#header-2 > div > .p_gridbox {position: fixed; width: 100%;left: 0;top: 35px;transition: all .3s ease;z-index: 100;overflow: unset;background:#ffffff;}
.header-2-content { max-width: 1600px; min-width: 0px; height: auto; max-height: none; min-height: 102px;margin-top: 0px;
    margin-left: auto;margin-right: auto; margin-bottom: 0px;padding-top: 0px;padding-left: 0px; padding-right: 0px;padding-bottom: 0px; position:relative;
}/*width: 71.6%;*/
#header-2 .header-2-content .header-logo{margin-left: 0px;clear: left;float: left;margin-top: 14px;}
/*width: 32%;margin-right: 6%;*/
#navWrapper >div {
    animation-fill-mode: both;
}

@media only screen and (min-width: 1025px) {
    #navWrapper .tNavBox {
        width:100%;
        height: auto;
        overflow: visible;
        background: none;
    }

    #navWrapper .navBtn {
        display: none;
    }

    #navWrapper .navSliBtn {
        display: none;
    }

    #navWrapper .iconJt {
        display: none;
    }

    #navWrapper .tNav {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    #navWrapper .navUl {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 0;
    }

    #navWrapper .navLi {
        /*padding: 0 0.5vw ;*/
        padding: 0 0 0 2vw ;
        display: inline-block;
        font-size: 1rem;
        position: relative;
    }
    #navWrapper .navLi:last-child{
        padding:0 0 0 1vw;
    }
    #navWrapper .navLi:hover .tNavH::before {
        width: 100%;
        opacity: 1;
    }

    #navWrapper .tNavH {
        position: relative;
    }

    #navWrapper .tNavH::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 0;
        height: 3px;
        background-color: #ff6600;
        opacity: 0;
        transition: all .5s ease;
    }

    #navWrapper .navName {
        position: relative;
        display: block;
        /*padding: 1.75rem 0.3vw;*/
        padding: 1.75rem 0;
        font-size: 18px;
        color: #063283;
        font-weight: normal;
        transition: all .5s ease;
    }

    #navWrapper .navName::after {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        display: none;
    }

    #navWrapper .navLi:hover .navName {
        transform: translateY(0%);
    }

    #navWrapper .slidBox {
        position: absolute;
        top: 100%;
        left: 50%;
        /*margin-left: -80px;*/
        margin-left: -58px;
        width: 160px;
        min-width: auto;
        height: 0;
        overflow: hidden;
        z-index: 110;
        padding: 0px;
        transition: all .5s ease;
        opacity: 0;
        display: flex !important;
    }

    #navWrapper .navLi:hover .slidBox {
        height: auto;
        opacity: 1;
        background: #f2f2f2;
    }

    #navWrapper .leftBox {
        position: relative;
        margin-right: 2%;
        padding-right: 2%;
        width: 28%;
        height: auto;
        margin: 60px 0;
        overflow: hidden;
        border-right: 1px solid #eaeaea;
        display: none;
    }

    #navWrapper .navSbox {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 0;
        display: flex;
        flex-direction: column;
        margin: 0;
        white-space: nowrap;
    }

    #navWrapper .oneName {
        font-size: 26px;
        padding-bottom: 15px;
        color: #000;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #navWrapper .tNavSummry {
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        color: #666666;
        font-size: 14px;
        max-width: 420px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    #navWrapper .tNavMore {
        display: block;
        position: relative;
        height: auto;
        padding-top: 25px;
        border-top: 1px dashed #cccccc;
        margin-top: 20px;
        cursor: pointer;
    }

    #navWrapper .txt {
        color: #000;
        transition: all .5s ease;
    }

    #navWrapper .leanMore {
        margin-left: 2rem;
        transition: all .5s ease;
    }

    #navWrapper .tNavMore:hover .txt {
        color: #015bbb;
        margin-left: 10px;
    }

    #navWrapper .tNavMore:hover .leanMore {
        color: #015bbb;
    }

    #navWrapper .navSli {
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-left: 0%;
    }

    #navWrapper .navLi:nth-child(2) .navSli {
        width: calc(100% /1);
    }

    #navWrapper .navLi:nth-child(3) .navSli {
        width: calc(100% /1);
    }

    #navWrapper .navSimg {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
        display: none;
    }

    #navWrapper .navImg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1);
        width: auto;
        height: 100%;
        transition: all .5s ease;
    }

    #navWrapper .navSlink {
        position: relative;
        display: block;
        height: 42px;
        line-height: 42px;
        width: 100%;
        font-size: 14px;
        color: #333;
        text-align: center;
        font-weight: normal;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .5s ease;
    }

    #navWrapper .navSlink::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        opacity: 0;
        background-color: #015bbb;
        transition: all .5s ease;
    }

    #navWrapper .navSli:hover .navImg {
        transform: translateX(-50%) scale(1.1);
    }

    #navWrapper .navSli:hover .navSlink {
        color: #015bbb;
    }

    #navWrapper .navSli:hover .navSlink::after {
        width: 100%;
        opacity: 1;
    }
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
    #navWrapper .navName {
        padding: 1.75rem 0vw;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    #navWrapper .leftBox {
        display:none;
    }

    #navWrapper .navSimg {
        display: none;
    }

    #navWrapper .tNavBox {
        position: relative;
        overflow: hidden;
        height: 70px;
        background: none;
    }

    #navWrapper .navBtn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: #0054a7;
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 73px;
    }

    #navWrapper .navLine {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #navWrapper .navBtnImg {
        display: block;
        width: 90%;
        height: 70%;
    }

    #navWrapper .tNav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        z-index: 999;
        background: rgba(0,0,0,.5);
        transition: all .5s ease;
    }

    #navWrapper .tNavHeight {
        height: 100%;
    }

    #navWrapper .slidBox {
        display: none;
    }

    #navWrapper .navUl {
        background: rgba(0,0,0,0.8);
        overflow: hidden;
    }

    #navWrapper .navLi {
        border-bottom: 1px solid #696969;
        position: relative;
    }

    #navWrapper .tNavH {
        position: relative;
        height: 46px;
        line-height: 46px;
        padding: 0 5%;
        font-size: 1rem;
        transition: all .5s ease;
    }

    #navWrapper .tNavHBac {
        background-color: #0054a7;
    }

    #navWrapper .navName {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    #navWrapper .iconJt {
        position: absolute;
        top: 0;
        right: 2%;
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.875rem;
        transition: all .5s ease;
    }

    #navWrapper .iconJtRotate {
        transform: rotate(-180deg);
    }

    #navWrapper .navSliBtn {
        height: 40px;
        width: 100%;
        text-align: center;
    }

    #navWrapper .hs {
        height: 100%;
    }

    #navWrapper .navSbox {
        padding-bottom: 30px;
    }

    #navWrapper .navSli {
        padding-left: 8%;
        font-size: 0.875rem;
        height: 38px;
        line-height: 38px;
    }

    #navWrapper .navSlink {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
}

#navWrapper {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

/*banner*/
.header-3 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 200px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#header-3-content {
    width: 100%;
    max-width: none;
    min-width: 300px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


#header-3-content >div {
    animation-fill-mode: both;
}

#header-3-content .subpage_ad {
    position: relative;
    height: 410px;
    overflow: hidden;
    margin-top: 0px;
}

#header-3-content .bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.tt .anim-cc {
    animation: mymove8 0.5s;
    -webkit-animation: mymove8 0.5s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
}
@keyframes mymove8 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-100px);
        -moz-transform: translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@-webkit-keyframes mymove8 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-100px);
        -moz-transform: translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

/*===frame===*/
.bg-white { background-color: #ffffff;}
.category-title { font-weight: normal; padding-bottom: 10px;}
.category-title:after { border: 1px solid #015bbb;top: 37px; content: ""; left: 15px; right: 15px;position: absolute; max-width:150px;}
.category-title-center { font-weight: normal; padding-bottom: 10px; text-align:center;}
.category-title-center:after { border: 1px solid #015bbb;top: 37px; content: ""; left: 43.8%; right: 15px;position: absolute; max-width:155px;}

.mb-40 { margin-bottom: 40px;}
.pt-30 { padding-top: 30px;}
.mb-20 { margin-bottom: 20px;}
.headline { height: 60px;line-height: 60px;}
.crumb-list {height: 60px; overflow: hidden; padding-left:0; padding-right:0;}
.crumb-list-out { float: left;}
.crumb-list-out li {float: left; padding: 0 10px; font-size:16px; color: #4a4a4a; text-align: center; vertical-align: middle;height: 60px;
    line-height: 60px;background: url(../images/line02.png) no-repeat right 24px;}
.crumb-list-out li:last-child {background: none;}
.crumb-list-out li a {color: #444;}
.crumb-list-out li.linked, .crumb-list-out li:hover {border-bottom: 3px solid #015bbb;}
.breadcrumb { padding: 0; margin-bottom: 0; list-style: none; background-color: #ffffff; border-radius: 4px;}
.breadcrumb:before { content: ""; width: 1px; height: 60px; position: absolute; top: 10px; left: 0;background: #dddddd;}
.breadcrumb > li {display: inline-block;}
.breadcrumb > li + li:before { padding: 0 3px; color: #ccc; content: ">\00a0";}
.breadcrumb > .active { color: #777;}
.imgList {margin-top: 30px;}
.imgList li.fat {float: left; width: 370px; margin: 0 10px 10px 10px; list-style:none;}/*width: 325px;margin: 0 7px 10px 7px;*/
.imgList li.fat img {width: 370px; height: 279px; transition: all 0.6s;}/*width: 325px; height: 245px;*/
.imgList li p {line-height: 30px;height: 30px;text-align: center;font-size:16px;}
.imgList .pic:hover { transform: translateY(-20px); transition: all 0.2s ease;}
/*===entry===*/
.entry p {line-height: 30px;}
.entry img { max-width: 100% !important; height: auto !important;}
/*===newslist===*/
.newslist{width:100%; height:230px; margin-bottom:20px; border-bottom:1px solid #dfdfdf;}
.newsleft img{width:320px;height:205px}
.newsright{width:810px;}
.newsright div:first-child{height: 60px;line-height: 60px;margin-bottom: 10px;}
.newsright .title{font-size:32px;color:#000000;float:left;}
.newsright .dates{float:right;background:#094fb9;width:60px;height:60px;text-align: center;color: #ffffff;}
.newsright .dates .day{display: block;font-size: 28px; line-height:35px;}
.newsright .dates .yearmonth{display: block; line-height:25px;}
.newsright .newsdesc{line-height:30px;clear:both;font-size:16px;text-align:justify;}
.clear {clear: both;}
div.page {height: 35px;font-size: 12px;font-weight: bold;text-align: center;}
div.page a {text-decoration: none;color: #666;background: #fff;padding: 0 6px;margin-right: 5px;line-height: 21px;}
div.page a:hover {text-decoration: none;color: #f8921d;}
div.page a:active {color: #f8921d;}
div.page span.current {padding: 0 6px;color: #f8921d;margin-right: 3px;}
div.page span.disabled {padding: 0 6px 0;color: #adaaad;margin-right: 3px;margin-top: 10px;}
/*==business==*/
.business-wrapper{margin-bottom:30px;}
.business-wrapper .business-img-wrapper{width:100%;height:262px;position:relative}
.business-wrapper .business-img-wrapper .imgCvr{float:left;background-color:rgba(0,0,0,.3);width:350px;height:100%;text-align:center;padding:0 4%;}
.business-wrapper .business-img-wrapper .imgCvr .tit{font-size:27px;color:#ffffff;margin-top:27%;line-height:35px;}
.business-wrapper .business-img-wrapper .imgCvr .titdesc{font-size:18px;color:#ffffff;line-height:30px;}
.business-wrapper .business-text-wrapper{line-height:30px; font-size:16px;margin-top:10px;}
.business-wrapper .business-text-wrapper a{background:url(../images/btnsbg.png) no-repeat left center;width:140px;height:26px;display: inline-block;text-align: center;}
.business-wrapper .business-text-wrapper a span{color:#ffffff;font-size:14px;display:block;letter-spacing:3px;}
/*===search====*/
 .searchlist{width:96%;margin:0 auto;}    
.searchlist li{ width:100%; float:left; border-bottom:1px dotted #ddd;height:44px; line-height:44px; list-style:disc outside; color:#3893C2; padding-left:-10px;}
    .searchlist li a{ float:left;}
    .searchlist li span{ float:right; color:gray; }
    .searchlist li:last-child{ border:0}
/*===hr===*/
.jobSideMenu { margin: 0 auto;}
.jobSideMenu .job-title {
        clear: both; height: 60px; line-height: 60px; border-top: 3px solid #233f81; background: #f4f4f4;
        cursor: pointer; font: normal 16px/60px 'MicrosoftYahei-Regular';text-align: left; overflow: hidden;}
.jobSideMenu .job-title em {
            float: right;
            display: block;
            width: 40px;
            height: 60px;
        }
.jobSideMenu .job-title p {
            float: right;
            width: 185px;
            text-align: center;
            color: #233f81;
            margin: 0;
        }
.jobSideMenu .accordion-title {
        clear: both;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #e3e3e3;
        background: #f4f4f4;
        cursor: pointer;
        font: normal 16px/60px 'MicrosoftYahei-Regular';
        text-align: left;
    }
.jobSideMenu .accordion-title em {
            float: right;
            display: block;
            width: 40px;
            height: 60px;
            background: url(../images/icoAdd.png) 16px 26px no-repeat;
            cursor: pointer;
        }
.jobSideMenu .accordion-title.on em {
            background-position: 16px -40px;
        }
.jobSideMenu .accordion-title p {
            float: right;
            width: 185px;
            text-align: center;
            margin: 0;
        }
.jobSideMenu ul {
        clear: both;
        padding: 40px 25px;
        color: #999;
        border-top: 1px solid #e3e3e3;
        display: none;
        font-size: 16px;
        line-height: 33px;
        text-align: left; /* 默认都隐藏 */
    }
/*
.zpxx {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.margin2010 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.padding5 {
    padding: 5px;
}

.submit {
    border: 0;
    width: 110px;
    background: url(../images/submit.jpg) no-repeat;
    height: 32px;
    cursor: pointer;
}

.reset {
    border: 0;
    width: 110px;
    background: url(../images/reset.jpg) no-repeat;
    height: 32px;
    cursor: pointer;
}

.td input[type=text] {
    line-height: 25px;
    background: #ffffff;
    height: 25px;
    padding: 0 3px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.td input[type=password] {
    line-height: 25px;
    background: #ffffff;
    height: 25px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.td textarea {
    padding: 0;
    margin: 0;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.td select {
    padding: 0 3px;
    margin: 0;
    line-height: 20px;
    border: #ffffff 1px solid;
    background: url(../images/input_bg.gif) #ffffff repeat-x 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.message-wrapper {
    margin: 0 auto;
    width: 1190px;
    height: 548px;
    background: url(../images/messagebg.jpg) no-repeat left center;
}

.form_box {
    text-align: left;
    margin: 40px;
    float: right;
}

    .form_box dl {
        padding: 8px 0;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }
        .form_box dl dt {
            display: block;
            float: left;
            width: 150px;
            text-align: right;
            font-weight: normal;
        }

            .form_box dl dt em {
                padding-right: 5px;
                color: #ff0000;
                font-style: normal;
            }

        .form_box dl dd {
            margin-left: 150px;
            padding-left: 10px;
        }

            .form_box dl dd i {
                display: block;
                line-height: 28px;
                color: #999;
                font-size: 14px;
                font-style: normal;
            }

            .form_box dl dd em {
                line-height: 28px;
                color: #999;
                font-size: 14px;
                font-style: normal;
            }

.input {
    border: 1px solid #dfdfdf;
}

.btnan {
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.btnan {
    background: #1e7bb3;
    border: 1px solid #02598e;
    border-radius: 2px;
    vertical-align: middle;
}

    .btnan:hover {
        color: #fff;
        opacity: 0.9;
    }

.btn-success {
    background: #52a152;
    border: 1px solid #417f41;
    text-shadow: 0 -1px 0 #52a152;
}*/
/*===footer===*/
.footer {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: linear-gradient(to right, rgba(10, 45, 137, 1), rgba(111, 186, 68, 1));
    transition: all .3s ease;
}
.footer .footer-1{margin:0 auto;height:266px;}/*width:71.6%;*/
.footer .footer-1 .footer-1-1{width:27%;float:left}
.footer .footer-1 .footer-1-1 h1{border-bottom:2px solid #5d76ae;color:#FFFFFF;font-size:30px;line-height:46px;height:46px;}
.footer .footer-1 .footer-1-1 p.gsinfo{line-height:2.5;color: #c0ecfe}
.footer .footer-1 .footer-1-2{float:left; width: 35%;margin-left: 5%;margin-right: 3%;padding-left: 4%;clear: none;border-left: 1px solid #5d76ae;border-right: 1px solid #72929f;}
.top-nav-wrap {display: block;font-size: 14px;color: #333;}
.top-nav-wrap .clear {clear: both;}
.top-nav-wrap .btlink1 {display: none;}
.top-nav-wrap .btlink5 {display: none;}
.top-nav-wrap .btlink7 {display: none;}
.top-nav-wrap .btlink6 {margin-right: 0px;}
.top-nav {width: auto;float: left;margin-right: 15%;line-height: 24px;}
.top-nav-a1 {display: block;font-size: 16px;margin-bottom: 12px;color: #fff;}
.top-nav-a2 {display: block;font-size: 14px;line-height: 30px;margin-bottom: 0px;color: rgba(255,255,255,1);}
.footer .footer-1 .footer-1-3{float:left;width: 25%;margin-left: 1%;margin-right: 0px;clear: none;}
.footer .footer-1 .footer-1-3 .footer-1-3-1{float:left;margin-left: 0px;clear: left;margin-right: 0px; width: 45%;}
.footer .footer-1 .footer-1-3 .footer-1-3-2{float:left;width: 45%; margin-left: 10%; margin-right: 0px; clear: none;}
.footer .footer-2{clear:both;text-align:center;background-color:rgba(255, 255, 255, .1);height:55px;line-height:55px;}