* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Microsoft YaHei";
}

body {
    margin: 0 auto;
    padding: 0;
}

img {
    border: 0px;
}

ul, ol {
    list-style: none;
    margin: 0;
}

li {
    list-style: none;
}

A {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.w1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.tb {
    display: table;
    height: 100%;
    /*width: 100%;*/
}

.tb_c {
    display: table-cell;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*Ԥ����*/

/*ͷ��*/
header {
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.header_top {
    background: #00568f;
    overflow: hidden;
    padding: 10px 0;
    line-height: 25px;
}

.header_top .hea_fl {
    color: #ffffff;
    font-size: 12px;
}

.header_top .hea_fl a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 0 10px;
}

.header_top .hea_fl a:before {
    content: "";
    width: 1px;
    height: 8px;
    background: #1b81ab;
    position: absolute;
    right: 0;
    top: 30%;
}

.header_top .hea_fl a:last-child:before {
    display: none;
}

.header_top .search {
    position: relative;
}

.header_top .search .seartext {
    width: 200px;
    height: 25px;
    border: none;
    line-height: 25px;
    color: #969696;
    background: #ffffff;
    padding-left: 16px;
    border-radius: 14px;
}

.header_top .search .serbtn {
    width: 44px;
    height: 25px;
    line-height: 25px;
    color: #00568f;
    font-size: 14px;
    font-family: arial;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 14px 14px 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: .34s;
    -moz-transition: .34s;
    -webkit-transition: .34s;
    -ms-transition: .34s;
}

.header_main {
    height: 100px;
}

.header_main .navbar-brand {
    height: 51px;
    padding: 28px 0 0 0;
}

.nav-wrap li {

    position: relative;
    float: left;
}

.nav-wrap a {
    display: block;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #191919;
    line-height: 100px;
}

.nav-wrap .on a {
    color: #00568f;
}

.nav-wrap a:hover {
    color: #00568f;
}

.nav2 {
    background: none repeat scroll 0 0 #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 100%;

    display: none;
    z-index: 9;
}

.nav-wrap .nav2 li {
    float: none;
    padding: 0;
    padding: 8px 28px;
    width: 200px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
}

.nav-wrap .nav2 li a {
    line-height: 40px;
    display: block;
    color: #666;
    font-size: 13px;
    padding: 0;
}

.nav-wrap .nav2 li a:hover {
    color: #00568f;
}

.header_main .icos a {
    display: inline-block;
    width: 11px;
    height: 16px;
    margin-left: 20px;
    background: url(../img/ico_01.png) no-repeat;
    vertical-align: middle;
    margin-top: 42px;
}

/*��ҳbanner*/

.idx-banner {
    height: 600px;
}

.idx-banner .swiper-container, .idx-banner .swiper-slide, .idx-banner .cover {
    height: 600px;
}

.idx-banner .cover img {
    background: no-repeat center center;
    background-size: cover;
}

.idx-banner .swiper-slide-active .cover img {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.idx-banner .swiper-pagination-bullet {
    border: 2px solid #fff;
    border-radius: 15px;
    width: 15px;
    cursor: pointer;
    height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 5px;
    overflow: hidden;
    text-indent: -100%;
    opacity: 1;
    background: none;
}

.idx-banner .swiper-pagination-bullet-active {
    background: #fff;
}

/*��ҳ����*/
.box1 {
    background: #eeeeee;
}

.box1 .service {
    padding: 40px 0;
}

.box1 .service li {
    float: left;
    /*width: 20%;*/
    width: 25%;
    position: relative;
    text-align: center;
}

.box1 .service li a {
    height: 190px;
    margin: 0 auto;
    padding-top: 30px;
    width: 190px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    text-decoration: none;

}

.box1 .service li img {
    width: 100%;
    display: block;
    transition: 0.4s;
}

.box1 .service li b {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.box1 .service li .cn {
    font-size: 16px;
    color: #333333;
    padding-top: 30px;
}

.box1 .service li:hover img {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
}

@keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.box2 {
    padding-top: 50px;
}

.box_s1 .ban {
    width: 600px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.box_img {
    width: 600px;
    height: 500px;
    overflow: hidden;
}

.box_img img {
    width: 100%;
    display: block;
}

.box_img ul li {
    position: absolute;
    display: none;
}

.box_img ul li a {
    display: block;
    width: 600px;
    height: 500px;
    font-size: 100px;
    text-align: center;
    line-height: 500px;
    color: #fff;
}

.box_tab {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 10px;
}

.box_tab a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background: #fff;
    margin: 0 5px;
    color: #333;
    text-align: center;
}

.box_tab a.active {
    background: #da2027;
    color: #fff;
}

.box_s1 .about {
    width: 628px;
}

.box_s1 .about .line {
    width: 80px;
    height: 2px;
    display: inline-block;
    background: #a0a0a0;
}

.box_s1 .about h2 {
    font-size: 48px;
    font-family: Impact;
}

.box_s1 .about span.tit {
    font-size: 30px;
    color: #555555;
    display: block;
    margin-bottom: 10px;
}

.box_s1 .about .con {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-bottom: 27px;
}

.roll_box {
    -webkit-perspective: 500px;
    perspective: 500px;
    position: relative;
}

.roll1 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -25px;
    -ms-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
}

.roll2 {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -22px;
    -ms-transform-origin: 50% 50% -22px;
    transform-origin: 50% 50% -22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    display: none \9;
}

.roll_box:hover .roll1 {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    display: none \9;
    z-index: 0;
    opacity: 0;
}

.roll_box:hover .roll2 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    display: block \9;
    z-index: 1;
    opacity: 1;
}

.box_s1 .about .more {
    display: inline-block;
    width: 188px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.box_s1 .about .more a {
    display: block;
    width: 100%;
    height: 50px;
}

.box_s1 .about .more .face1 {
    border: 2px solid #ebeae9;
    line-height: 46px;
    font-size: 0;
    color: #333;
    text-align: center;
    height: 46px;
}

.box_s1 .about .more .face1 .sj {
    display: inline-block;
    width: 17px;
    height: 46px;
    background: url(../img/more_1.png) center center no-repeat;
    margin-left: 30px;
}

.box_s1 .about .more .face1 .t {
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    vertical-align: top;
    opacity: 0.6;
}

.box_s1 .about .more .face2 {
    background: #00568f;
    border: 2px solid #00568f;
    color: #fff;
    line-height: 46px;
    font-size: 0;
    text-align: center;
    height: 46px;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
}

.box_s1 .about .more .face2 .sj {
    display: inline-block;
    width: 17px;
    height: 46px;
    background: url(../img/more_2.png) center center no-repeat;
    margin-left: 30px;
}

.box_s1 .about .more .face2 .t {
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    vertical-align: top;
}

.box_s1 .about ul li {
    padding: 0px 40px;
    background: #00568f;
    float: left;
    margin-right: 10px;
    line-height: 80px;
}

.box_s1 .about ul li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.box_s1 .about ul li i {
    margin-right: 20px;
}

.box_s2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box_s2 h3 {
    margin-bottom: 20px;
}

.fabu {
    width: 623px;
}

.fabu .tit {

}

.fabu ul li {
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-bottom: 10px;
}

.fabu ul li .title {
    line-height: 68px;
    font-weight: bold;
    font-size: 16px;
    width: 65%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}

.fabu ul li .title a {
    color: #333333;
    text-decoration: none;
}

.fabu ul li .time {
    line-height: 68px;
    font-size: 16px;
    color: #666666;
    padding-right: 10px;
}

.fabu label {
    background: #00568f;
    width: 68px;
    height: 68px;
    float: left;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.fabu label.color {
    background: #F59C07;
}

.fabu label.color1 {
    background: #00568f;
}

.fabu label span {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    width: 30px;
    padding-top: 15px;
}

.fabu .newslist {
    line-height: 82px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    display: none;
}

.fabu ul li.over .newslist {
    display: block;
}

.box_s2 .news {
    width: 628px;
}

.box_s2 .news ul {
    margin-left: -28px;
}

.box_s2 .news ul li {
    width: 300px;
    float: left;
    min-height: 313px;
    margin-left: 28px;
    border: 1px solid #eeeeee;
}

.box_s2 .news ul li a {
    display: block;
    text-decoration: none;
}

.box_s2 .news ul li .new_co {
    padding: 20px;
}

.box_s2 .news ul li .new_co h2 {
    font-size: 16px;
    color: #333333;
    margin-top: 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_s2 .news ul li span {
    font-size: 14px;
    color: #666;
}

.box_s2 .news ul li p {
    font-size: 14px;
    color: #666;
    padding: 10px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_s3 #allmap {
    height: 340px;
    width: 100%;
    overflow: hidden;
}

.box_s3 #allmap .BMapLib_nav_tab_content td {
    display: inline-block;
    width: auto !important;
}

/*�ײ�*/
.footer {
    margin-top: 50px;
}

.foot {
    background: #00568f;
    padding: 20px 0;
}

.foot ul li {
    width: 14%;
    margin-right: 2%;
    float: left;
}

.foot ul li.li1 {
    width: 25%;
    padding-left: 80px;
    border-left: 1px solid #4c9cd2;
}

.foot ul li.li1 p {
    margin: 0;
    color: #fff;
}

.foot ul li.li2 {
    float: right;
    width: auto;
    margin-right: 0;
    padding-top: 50px;
}

.foot ul li.li2 span {
    color: #ffffff;
}

.foot ul li.li2 .sharpBox a {
    margin-left: 10px;
    display: inline-block;
}

.foot ul li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: 0;
}

.foot ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.links {
    float: right;
    position: relative;
}

.links span {
    display: block;
    position: relative;
    z-index: 5;
    padding-left: 26px;
    width: 272px;
    color: #000000;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #eee;
    overflow: hidden;
}

.links.on i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.links i {
    display: block;
    width: 20px;
    height: 11px;
    background: url(../img/arrow.png) center no-repeat;
    position: absolute;
    left: 90%;
    top: 50%;
    margin-top: -5px;
    transition: 430ms;
}

.link-down {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    display: none;
    border: 1px solid #eee;
    bottom: 35px;
    width: 100%;
    background: #fff;
}

.links .link-down li {
    width: auto;
    float: none;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.links .link-down li:last-child {
    border-bottom: none;
}

.links .link-down li a {
    display: block;
    padding-left: 26px;
    color: #666;
    line-height: 35px;
}

.links .link-down li a:hover {
    color: #00568f;
    text-decoration: none;
}

.food {
    background: #024f82;
    padding: 10px 0;
}

.food p {
    text-align: center;
    color: #fff;
    margin: 0;
}

/*��ҳbanner*/
.pbanner {
    position: relative;
    overflow: hidden;
}

.pbanner img {
    width: 100%;
    display: block;
}

/*��ҳ����*/
.subnav {
    margin-bottom: 60px;
    border-bottom: #d6d6d6 1px solid;
}

.subnav ul li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.subnav ul li a {
    font-size: 15px;
    color: #525252;
    line-height: 72px;
    display: block;
    text-decoration: none;
}

.subnav ul li .active:after, .subnav ul li a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #00568f;
}

.mianb {
    line-height: 72px;
    color: #999;
}

.mianb a {
    color: #999;
    text-decoration: none;
}

.subnav p {
    line-height: 72px;
    color: #666;
    margin: 0;
}

/*��ҳ*/
.pagelist {
    text-align: center;
    margin-top: 50px;
}

.pages {
    display: inline-block;
    margin: auto;
}

.pages a {
    display: inline-block;
    float: left;
    background: #9a9b9d;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

.pages a.home {
    margin-right: 8px;
}

.pages a.last {
    margin-left: 8px;
}

.pages a:hover {
    color: #fff;
    background: #004f9f;
}

.pages a.pre {
    margin-right: 8px;
}

.pages a.nuble {
    margin-right: 8px;
}

.pages a.act {
    color: #fff;
    background: #004f9f;
}

/*����*/
.case ul {
    margin-left: -2%;
}

.case ul li {
    width: 23%;
    margin-left: 2%;
    float: left;
    position: relative;
    margin-bottom: 2%;
}

.case ul li a .title {
    color: #333333;
    text-decoration: none;
}

.case ul li .pic {
    overflow: hidden;
}

.case ul li img {
    display: block;
    width: 100%;
    transition: 887ms;
}

.case ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.case ul li .title {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

/*��ϸ*/
.page-con .detail_l {
    width: 70%;
}

.page-con .detail_r {
    width: 20%;
}

.page-con .detail table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    margin: 10px 0 !important;
}

.page-con .detail table td {
    border: 1px solid #ddd !important;
    padding: 5px 10px !important;
    text-align: center !important;
}

.infoT h3 {
    color: #373737;
    font-size: 26px;
    line-height: normal;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;

}

.detail_l .infoT {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.detail_l .time {
    text-align: left;

}

.detail_l .time span {
    font-size: 12px;
    color: #666;
    padding-right: 10px;
}

.page-con {
    padding-bottom: 30px;
}

.detail_l .pic {
    text-align: center;
    padding-bottom: 30px;
}

.detail_l .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.r_box {
    position: relative;
}

.r_box A.back {
    padding-left: 30px;
    display: inline-block;
    background: url(../img/block.jpg) no-repeat left center;
    color: #000;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    border-right: #ccc 1px solid;
    padding-right: 40px;
}

.r_box .print {
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 200px;
    top: -10px;
    background: url(../img/dy.png) no-repeat center;
}

.t_box {
    border: 2px solid #f3f3f3;
    margin-top: 80px;
    padding: 20px;
}

.t_box a {
    text-decoration: none;
    display: block;
}

.t_box .arr_prev {
    margin-bottom: 20px;
}

.t_box h4 {
    font-weight: bold;
    color: #333;
}

.t_box p {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*����*/
.news_list ul li {
    padding: 0px 0px 12px 0px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.news_list ul li .pic {
    width: 10%;
    display: block;
}

.news_list ul li .imgZoom {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.news_list ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.news_list .list_main {
    overflow: hidden;
    width: 74%;
    padding: 10px 8% 0 5%;
}

.news_list .list_main h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.news_list .list_main h3 a {
    color: #333333;
}

.news_list .see_number {
    padding: 10px 0px;
    display: block;
    color: #c9c9c9;
}

.news_list .ico {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    height: 14px;
    background: url(../img/ico_09.png) no-repeat;
    vertical-align: middle;
}

.news_list .list_time {
    font-size: 14px;
    color: #8d8b8b;
    padding: 0 0 0 4%;
    border-left: 1px solid #e6e6e6;
    font-family: Arial;
}

.news_list .list_time_day {
    display: block;
    font-size: 40px;
    color: #00568f;
    line-height: 50px;
    font-family: helvetica;
}

.news_list .list_p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list ul li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news_list ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*����*/
.honor ul {
    margin-left: -2%;
}

.honor ul li {
    width: 23%;
    margin-left: 2%;
    float: left;
    position: relative;
    margin-bottom: 2%;
}

.honor ul li .title {
    color: #ffffff;
    background: #6f6f6f;
    transition: 887ms;
}

.honor ul li:hover .title {
    background: #00568f;
}

.honor ul li .pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.honor ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.honor ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.honor ul li .title {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

/*�б�*/

.tender ul li {
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-bottom: 30px;
}

.tender ul li .title {
    line-height: 68px;
    font-weight: bold;
    font-size: 16px;
    width: 65%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}

.tender ul li .title a {
    color: #333333;
    text-decoration: none;
}

.tender ul li .time {
    line-height: 68px;
    font-size: 16px;
    color: #666666;
    padding-right: 10px;
}

.tender label {
    background: #00568f;
    width: 68px;
    height: 68px;
    float: left;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.tender label.color {
    background: #F59C07;
}

.tender label.color1 {
    background: #00568f;
}

.tender label span {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    width: 30px;
    padding-top: 15px;
}

.tender .newslist {
    position: relative;
    line-height: 82px;
    padding: 0 90px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: #f5f5f5;
    text-overflow: ellipsis;
    color: #999;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
}

/*����*/
.policy ul li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.policy ul li .ico {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    height: 14px;
    background: url(../img/ico_09.png) no-repeat;
    vertical-align: middle;
}

.policy ul li .other {
    color: #999;
}

.policy ul li a {
    color: #333333;
}

/*��Ƹ*/
.jobs .title {
    overflow: hidden;
    color: #fff;
    background: #6a6a6c;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}

.jobs .title p {
    text-align: center;
    float: left;
    width: 20%;
}

.jobs li .tit {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.jobs li .tit p {
    float: left;
    width: 20%;
    text-align: center;
}

.jobs li .in.on {
    display: block;
}

.jobs li .in {
    padding: 20px 100px;
    background: #f5f5f5;
    display: none;
}

/*��ϵ����*/
.subnav.subnav-b {
    margin: 0;
    border: none;
}

.contact .sc1 {
    background: #eeeeee;
    padding: 80px 0;
}

.contact .cont {
    background: #ffffff;
    width: 42%;
    padding: 20px 20px 0 20px;
}

.contact .cont ul li {
    position: relative;
    padding: 10px 10px 15px 50px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
}

.contact .cont span {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-size: 100% 100%;
}

.contact .cont .tit {
    color: #333;
    margin: 0;
    line-height: 30px;
}

.contact .cont .txt {
    font-size: 14px;
}

.contact .cont ul li:last-child {
    border: none;
}

.contact .map {
    width: 55%;
}

.map #allmap {
    height: 363px;
    width: 100%;
    overflow: hidden;
}

.map #allmap .BMapLib_nav_tab_content td {
    display: inline-block;
    width: auto !important;
}

.contact .sc2 {
    background: #fff;
    padding: 80px 0 30px 0;
}

.contact .sc2 .message {
    width: 60%;
    margin-top: 30px;
}

.message .tt {
    padding-right: 1%;
    text-align: right;
}

/*������*/
.zbdlf .panel {
    width: 60%;
    margin: 0 auto;
}

.input-group {
    margin-top: 5px;
    margin-bottom: 10px;
}

.zbdlf .text-center {
    margin-top: 30px;
}

.zbdlf .text-center strong {
    font-size: 24px;
}

.fixbar {
    position: fixed;
    /*margin-left: 879px;*/
    bottom: 73px;
    right: 30px;
    z-index: 9999;
}

.fixbar li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #9F9F9F;
    color: #fff;
    border-radius: 2px;
    opacity: .95;
}

.fixbar .fixbar-top {
    display: none;
}

.tender .more {
    position: absolute;
    right: 10px;
    width: 100px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    top: 25px;
    text-align: center;
    height: 30px;
    background: #F59C07;
    font-size: 14px;
}

.tender .blu {
    color: #999;
    background: #ccc;
    cursor: not-allowed;
}

.r_box .bm {
    position: absolute;
    right: 0;
    width: 100%;
    line-height: 35px;
    border-radius: 20px;
    color: #fff;
    top: 50px;
    text-align: center;
    background: #F59C07;
    font-size: 14px;
}

.r_box .blu {
    color: #999;
    background: #ccc;
    cursor: not-allowed;
}

.nav_ft {
    margin-bottom: 30px;
}

.nav_ft ul li {
    float: left;
    margin-right: 30px;
}

.nav_ft ul li a {
    height: 42px;
    padding: 0 80px;
    border: 1px solid #eeeeee;
    display: block;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #666666;
    z-index: 1;
}

.nav_ft ul li a.active{
    color: #fff;
    background: #00568f;
}

.nav_ft ul li a:before {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    background: #00568f;
    transition: all 0.3s ease;
    z-index: -1;
}

.nav_ft ul li a:hover:before {
    width: 100%;
    transition: all 0.3s ease;
}

.nav_ft ul li a:hover {
    color: #fff;
    border-color: #00568f;
}