@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
    color: #313131;
    background-color: #fefefe;
    min-width: 1260px;
}

input,
textarea,
select,
button {
    outline: none;
    font: 14px "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
    color: #313131;
}

textarea {
    resize: none
}

img {
    border-style: none;
}

ul {
    list-style-type: none;
}

li {
    list-style-image: none;
}

a {
    color: #0372c5;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #5e6d8f;
}

input:focus,
textarea:focus {
    outline: none;
}

.clear {
    clear: both;
}

*:focus {
    outline: none;
}

/*index*/

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: #2c2e2f;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}


.wrap {
    width: 1200px;
    margin: 0px auto;
}

.top {
    height: 34px;
    position: relative;
    padding: 23px 200px 23px 280px;
}

.logo {
    display: block;
    width: 256px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.logo img {
    display: inline-block;
    width: 100%;
}

.navs li {
    float: left;
    padding: 0px 10px;
}

.navs li a {
    display: block;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    padding: 0px 18px;
    -webkit-transition: .5s;
    transition: .5s;
    *white-space:nowrap;
}

.navs li a:hover {
    background-color: #03b2c7;
    background-color: rgba(3, 178, 199, .4);
    border-radius: 18px;
}

.navs li a.current {
    background-color: #03b2c7;
    background-color: rgba(3, 178, 199, .9);
    border-radius: 18px;
}

.user-opt {
    display: block;
    position: absolute;
    top: 27px;
    right: 0px;
}

.user-opt li {
    float: left;
    padding: 0px 5px;
}

.user-opt li a {
    display: inline-block;
    padding: 0px 12px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px #03b2c7 solid;
    color: #03b2c7;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .05);
    -webkit-transition: .5s;
    transition: .5s;
}

.user-opt li a:hover {
    background-color: rgba(3, 178, 199, .9);
    color: #fff;

}

.news-list {
    width: 520px;
    float: left;
    padding-right: 30px;
}

.news-img {
    width: 650px;
    float: left;
}

ul.news li {
    clear: both;
    float: left;
    width: 520px;
}

ul.news li a {
    display: block;
    width: 435px;
    padding: 10px 0px;
    padding-left: 85px;
    min-height: 70px;
    position: relative;
    border-bottom: 1px #b1babf dashed;

}

ul.news li a p.news-date {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #03b2c7;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.news li a p.news-date span.day {
    display: inline-block;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
}

ul.news li a p.news-date span.year {
    display: inline-block;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
}

ul.news li a p.news-title {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.news li a p.news-desc {
    height: 44px;
    line-height: 22px;
    color: #656d73;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.news li a:hover p.news-date {
    background-color: #f6a705;
}

ul.news li a:hover p.news-title {
    color: #03b2c7;
}

ul.news li a:hover p.news-desc {
    color: #719ea4;
}

.banners {
    clear: both;
    width: 100%;
    float: left;
    position: relative;
}

.banners .swiper-container {
    width: 100%;
    float: left;
}

.banners .swiper-slide {
    position: relative;
}

.banners .swiper-container img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.swiper-pagination {
    position: absolute;
    z-index: 100;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #03b2c7;
}

.arrow-alink {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    color: rgba(255, 255, 255, .7);
    z-index: 100;
    cursor: pointer;
}

.arrow-alink:hover {
    color: rgba(255, 255, 255, .9);
}

.arrow-alink span {
    font-size: 26px;
}

.arrow-alink.arrow-left {
    left: 20px;
}

.arrow-alink.arrow-right {
    right: 20px;
}

.main-wrap {
    clear: both;
    width: 100%;
    float: left;
}

.main {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

dl.title dt {
    text-align: center;
}

dl.title dt span {
    display: inline-block;
    color: #303030;
    line-height: 44px;
    font-size: 24px;
    border-bottom: 2px #03b2c7 solid;
}

dl.title dd {
    text-align: center;
    font-size: 14px;
    color: #a3adb2;
    line-height: 32px;
    text-transform: uppercase;
}

.news-box {
    clear: both;
    width: 1200px;
    float: left;
    padding-top: 30px;
}

.KSS_titleBar {
    background: #000 !important;
    opacity: .7 !important;
}

.KSS_titleBox .title {
    line-height: 30px !important;
    margin: 0px !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 0px 140px 0px 10px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-align: left !important;
}

.KSS_btnBox ul li {
    opacity: 0.9 !important;
}


.app-box {
    width: 100%;
    float: left;
    background: url(../images/app-bg.jpg) no-repeat top center;
    background-size: 100% auto;
}

.app {
    width: 1200px;
    float: left;
    padding: 30px 0px 10px;
}

.app dl.title dt span {
    color: #fff;
}

.app dl.title dd {
    color: #fff;
    color: rgba(255, 255, 255, .8);
}

.app-list {
    clear: both;
    padding-top: 20px;
}

.app-list li {
    width: 20%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

.app-list li a {
    display: inline-block;
    padding: 10px;
}

.app-list li a span {
    display: inline-block;
}

.app-list li a span.iconfont {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 34px;
    border-radius: 50%;
    border: 2px rgba(255, 255, 255, .9) solid;
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.app-list li a span.txt {
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, .9);
    *color:#fff;
}

.app-list li a:hover span.iconfont {
    border: 2px #03b2c7 solid;
    background-color: #03b2c7;
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border:none\0;
    background-color:transparent\0;
    *border:none;
    *background-color:transparent;
}

.app-list li a:hover span.txt {
    color: #03b2c7;
}

.scrolled .header {
    background-color: #0b4160;
    background-color: rgba(0, 62, 108, .9);
}

.question-box {
    clear: both;
    width: 100%;
    padding: 15px 0px;
}

ul.question-list li {
    float: left;
    width: 585px;
    padding: 15px 0px;
    padding-right: 30px;
    width: 570px\0;
    padding: 15px\0;
    *width: 570px;
    *padding: 15px;
}

ul.question-list li:nth-child(even) {
    padding-right: 0px;
}

ul.question-list li .question-item {
    width: 545px;
    float: left;
    border-radius: 6px;
    background-color: #e7e8e9;
    padding: 15px 20px;
}

ul.question-list li .question-item p.question-title {
    height: 26px;
    padding-bottom: 5px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #303030;
}

ul.question-list li .question-item p.question-content {
    height: 72px;
    line-height: 24px;
    color: #46484a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 13px;
}

ul.question-list li a.question-item {
    -webkit-transition: .3s;
    transition: .3s;
}

ul.question-list li a.question-item p.question-title,
ul.question-list li a.question-item p.question-content {
    -webkit-transition: .3s;
    transition: .3s;
}

ul.question-list li a.question-item:hover {
    background-color: #03b2c7;
}

ul.question-list li a.question-item:hover p.question-title {
    color: #fff;
}

ul.question-list li a.question-item:hover p.question-content {
    color: #fff;
    color: rgba(255, 255, 255, .8);
}

ul.question-list li .question-item a.download-alink {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #46484a;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.question-list li .question-item a.download-alink:hover {
    text-decoration: underline;
    color: #03b2c7;
}

.question-btn-box {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 0px;
}

.question-btn {
    display: inline-block;
    padding: 0px 40px;
    line-height: 46px;
    border-radius: 4px;
    color: #fff;
    background-color: #03b2c7;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

.question-btn:hover {
    background-color: #f6a705;
    color: #fff;
}


.map {
    clear: both;
    width: 880px;
    height: 400px;
    border: 1px #dde0e2 solid;
    position: relative;
    padding-right: 318px;
}

#allmap {
    width: 880px;
    height: 400px;
}

.us-infos {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 320px;
    height: 402px;
    background: #4e5d74 url(../images/us.jpg) no-repeat right center;
    z-index: 100;
}

.us-infos dl {
    position: absolute;
    top: 100px;
    left: 50px;
}

.us-infos dt {
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    font-style: italic;
}

.us-infos dd {
    line-height: 60px;
}

.us-infos dd.tel {
    font-size: 30px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 70px;
}

.us-infos a {
    display: inline-block;
    border-radius: 2px;
    background-color: #03b2c7;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    -webkit-transition: .3s;
    transition: .3s;
}

.us-infos a:hover {
    background-color: #f6a705;
    color: #fff;
}

.footer {
    width: 100%;
    clear: both;
    float: left;
    padding-top: 30px;
}

.footer-top {
    background-color: #064379;
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.fr-links {
    float: left;
    width: 900px;
}

.fr-links dt {
    float: left;
}

.fr-links dt span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    border-bottom: 2px #03b2c7 solid;
    padding: 0px 2px;
}

.fr-links dd {
    clear: both;
    float: left;
    padding: 15px 0px;
}

.fr-links dd a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 0px 10px;
    font-size: 12px;
    color: #85a1ba;
    border: 1px #1f588a solid;
    line-height: 24px;
    margin-top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    *white-space:nowrap;
}

.fr-links dd a:hover {
    color: #03b2c7;
    border: 1px #03b2c7 solid;
}

.wechat-box {
    float: left;
    width: 300px;
}

.wechat {
    float: right;
    width: 120px;
}

.wechat img {
    display: inline-block;
    width: 100%;
}

.wechat span {
    display: inline-block;
    width: 100%;
    line-height: 26px;
    font-size: 12px;
    color: #b1c9de;
}

.footer-bottom {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #171d2b;
    font-size: 12px;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    line-height: 34px;
}


.halogo {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
    z-index: 9999;
}

.halogo img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.show-time{
    position: absolute;
    top:25px;
    left: 20px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.show-nums{
    position: absolute;
    top:25px;
    right: 20px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.show-nums span{
    color: #03b2c7;
    font-weight: bold;
    margin:0px 2px;
}

@media screen and (max-width: 1640px) {
    .show-time,.show-nums{
        display: none;
    }
}

.show-time,.show-nums{
    display: none\0;
    *display: none;
}

#floatdivids{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: #ff8015;*/
    z-index: 99999;
    /*border: 1px solid #ccc;*/
}


.wrap1{
    border: 0px solid #f00;
    width: 600px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.wrap1 ul{
    overflow: hidden;
    position:absolute;
    width: 1600px;
    left: 0;
    top: 0;
    _height:1px;
}

.wrap1 ul li{
    float: left;
    width: 300px;
    height: 100px;
}
.wrap1 ul li img{
    width: 250px;
    height: 80px;
    cursor: pointer;
    border: 0px solid red;
}

.wrap2{
    border: 0px solid #f00;
    width: 1050px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 0px solid black;
    margin-top: 37px;
    background-image: url("../images/part1/govbg.png");
}
.wrap2 ul{
    overflow: hidden;
    position:absolute;
    width: 1600px;
    left: 0;
    top: 0;
    _height:1px;
}
.wrap2 ul li{
    float: left;
    width: 200px;
    height: 60px;
}
.wrap2 ul li img{
    width: 180px;
    height: 40px;
    cursor: pointer;
}