﻿@charset "utf-8";

@font-face {
    font-family: "MicrosoftYahei-Bold";
    src: url("../fonts/Microsoft-YaHei-Bold.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MicrosoftYahei-Heavy";
    src: url("../fonts/Microsoft-YaHei-Heavy.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MicrosoftYahei-Light";
    src: url("../fonts/Microsoft-YaHei-Light.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MicrosoftYahei-Regular";
    src: url("../fonts/Microsoft-YaHei-Regular.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MicrosoftYahei-Semibold";
    src: url("../fonts/Microsoft-YaHei-Semibold.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MicrosoftYahei-Semilight";
    src: url("../fonts/Microsoft-YaHei-Semilight.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*Input Your Custom CSS Here*/
/*轮播图*/
.fuSlide {
    width: 100%;
    height: 730px;
    position: relative;
    z-index: 1;
}
    /**/
    .fuSlide .imgs {
        width: 100%;
    }

.ck-slide,
.ck-slide ul.ck-slide-wrapper li,
.ck-slide ul.ck-slide-wrapper li a img {
    transition: all 1s ease;
}

.ck-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .ck-slide ul.ck-slide-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

        .ck-slide ul.ck-slide-wrapper li {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
        }

            .ck-slide ul.ck-slide-wrapper li:first-child {
                z-index: 1111;
            }

            .ck-slide ul.ck-slide-wrapper li.current {
                z-index: 1112;
            }

            .ck-slide ul.ck-slide-wrapper li a {
                display: block;
            }

                .ck-slide ul.ck-slide-wrapper li a .img {
                    width: 100%;
                    height: auto;
                    opacity: 0;
                    filter: alpha(opacity= "0");
                }

            .ck-slide ul.ck-slide-wrapper li .leftto {
                filter: alpha(opacity=0);
                opacity: 0;
            }
            /*轮播图选中动画*/
            .ck-slide ul.ck-slide-wrapper li.current .leftto {
                animation: mymove8 0.5s;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
                animation-delay: 0s;
            }

            .ck-slide ul.ck-slide-wrapper li .rightto {
                filter: alpha(opacity=0);
                opacity: 0;
            }

            .ck-slide ul.ck-slide-wrapper li.current .rightto {
                animation: mymove7 0.5s;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
                animation-delay: 0.5s;
            }

            .ck-slide ul.ck-slide-wrapper li.current .danim-3 {
                animation: mymove10 0.8s;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
                animation-delay: 0s;
            }

            .ck-slide ul.ck-slide-wrapper li.current .anim-1 {
                animation: mymove6 0.6s;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
                animation-delay: 0.3s;
            }

            .ck-slide ul.ck-slide-wrapper li.current .anim-2 {
                animation: mymove6 0.6s;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
                animation-delay: 0.6s;
            }

            .ck-slide ul.ck-slide-wrapper li.current .anim-3 {
                animation: mymove6 0.6s;
                animation-iteration-count: 1;
                animation-fill-mode: forwards;
                animation-delay: 0.9s;
            }
/*轮播图按钮滑轮*/
.index-waper-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 9;
    perspective: 800px;
    transform-style: preserve-3d;
}

.index-back-box {
    height: 100px;
    background: 0 0;
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: bottom;
    transform: rotateX(0) translate3d(0, 0, 0);
    transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}

    .index-back-box.active {
        background: url(../img/i_banner_bg.png) left bottom repeat-x;
    }
    /*左右按钮及hover效果*/
    .index-back-box .sub-arrows {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        line-height: 100px;
        padding-left: 10px;
        font-size: 0;
    }

        .index-back-box .sub-arrows i.icom {
            display: inline-block;
            vertical-align: top;
            width: 60px;
            height: 40%;
            cursor: pointer;
            position: relative;
        }

        .index-back-box .sub-arrows i.next:before,
        .index-back-box .sub-arrows i.prev:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 42%;
            width: 13px;
            height: 22px;
            background-image: url(../img/sub-arrows.png);
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .index-back-box .sub-arrows i.prev:before {
            background-position: 0 0;
            left: -7px;
        }

        .index-back-box .sub-arrows i.next:before {
            background-position: -14px 0;
            left: 24px;
        }

        .index-back-box .sub-arrows i.icom:after {
            position: absolute;
            content: "";
            left: 0;
            top: 28px;
            width: 30px;
            height: 2px;
            background-color: #fff;
            transform: scale(0, 1);
            transition: all 0.3s ease-out 0s;
        }

        .index-back-box .sub-arrows i.icom font {
            color: #000;
            transition: all 0.3s ease-out 0s;
        }

        .index-back-box .sub-arrows i.icom.prev font {
            position: absolute;
            left: 9px;
        }

        .index-back-box .sub-arrows i.icom.next font {
            position: absolute;
            left: 6px;
        }

        .index-back-box .sub-arrows i:hover:after {
            transform: scale(1, 1);
        }

        .index-back-box .sub-arrows i.icom.prev:hover font {
            left: -7px;
        }

        .index-back-box .sub-arrows i.icom.next:hover font {
            left: 20px;
        }
    /*中间鼠标图标*/
    .index-back-box .sub-mouse {
        width: 70%;
        height: 43px;
        position: absolute;
        top: 20px;
        left: 15%;
        cursor: pointer;
        z-index: 1;
        zoom: 0.7;
    }

        .index-back-box .sub-mouse:after {
            display: none;
            z-index: -1;
            position: absolute;
            content: "";
            top: -30px;
            left: 50%;
            height: 53px;
            border-right: 1px solid #333;
            margin-left: -1px;
        }

        .index-back-box .sub-mouse span {
            text-align: center;
            display: block;
            position: relative;
            width: 50%;
            height: 100%;
            animation: ani-svg 0.85s linear 0s alternate infinite;
            margin: 0 auto;
        }

@keyframes ani-svg {
    0% {
        opacity: 0.4;
        transform: translateY(-20px);
    }

    15% {
        opacity: 0.65;
        transform: translateY(-15px);
    }

    25% {
        opacity: 0.8;
        transform: translateY(-10px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    65% {
        opacity: 0.8;
        transform: translateY(5px);
    }

    75% {
        opacity: 0.65;
        transform: translateY(10px);
    }

    100% {
        opacity: 0.4;
        transform: translateY(15px);
    }
}

/**section-tit**/
.section-tit {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

    .section-tit:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 35%;
        height: 2px;
        background: #000;
    }

    .section-tit:after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 35%;
        height: 2px;
        background: #000;
    }

    .section-tit h2 {
        margin: 0;
    }

.three-line {
    /*width: 40px;*/
    width: 28%;
    height: 3px;
    background: #940500;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.text-heading p {
    font-size: 27px;
    margin: 10px 0px 0px 0px;
    color: #940500;
}

.about .sec-title {
    position: relative;
}

/* .sec-title:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 15%;
		height: 3px;
		background: #850a0a;
	}

	.sec-title:after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 20%;
		height: 1px;
		background: #000000;
	} */

.icon-box {
    font-family: "Kanit", sans-serif;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    overflow: hidden;
    position: relative;
    width: 227px;
    height: 196px;
    border-radius: 5px;
}

    .icon-box:hover {
        box-shadow: 13px 13px 15px rgba(0, 0, 0, 0.3);
    }

    .icon-box:before {
        content: "";
        height: 100%;
        width: 100%;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0;
        /* transition: all 0.4s linear; */
        border-radius: 10px;
    }

    .icon-box:hover:before {
        opacity: 1;
    }

    .icon-box:hover .box-content {
        opacity: 0;
    }

    .icon-box:hover img {
        opacity: 1;
        transform: translateY(0%) scale(1);
    }
    /* .icon-box img {
		width: 100%;
		height: auto;
		transition: all 0.4s linear;
	}

	.icon-box:hover img {
		opacity: 0;
		transform: scale(3);
	}

	.icon-box .box-content {
		color: #fff;
		width: 100%;
		transform: translateY(-50%) scale(0);
		position: absolute;
		top: 50%;
		left: 0;
		transition: all 0.4s linear;
	}*/

    .icon-box .box-content {
        color: #fff;
        background: #0a41bd;
        width: 100%;
        height: 100%;
        /* transform: translateY(50%) scale(0); */
        position: absolute;
        padding-top: 25%;
        top: 0;
        left: 0;
        /* transition: all 0.4s linear; */
    }

    .icon-box:hover .box-content {
        /* transform: translateY(-50%) scale(1); */
    }

    .icon-box:hover img {
        /* transform: translateY(-50%) scale(1); */
    }

@media only screen and (max-width: 990px) {
    .icon-box {
        margin: 0 0 30px;
    }
}

#about-us-img-demo {
    width: 368px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 75px;
    top: 20px;
}

    #about-us-img-demo .item {
        display: block;
    }

    #about-us-img-demo img {
        display: block;
        width: 100%;
        border: 0 none;
    }

    #about-us-img-demo h3.about-name {
        margin-left: 70px;
        color: #ffffff;
        margin-top: 5px;
    }

.newMenuBox ul {
    text-align: right;
}

.newMenuBox li {
    display: inline-block;
    color: #333333;
    padding: 4px 6px;
    position: relative;
    font-size: 14px;
    background: url(../img/line.png) no-repeat right center;
}

    .newMenuBox li:last-child {
        background: none;
    }

    .newMenuBox li.hover, .newMenuBox li:hover {
        padding: 4px 10px;
        border-bottom: 2px solid red;
    }

.index-news {
    padding-top: 30px;
}

.index-news-wrapper {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}

    .index-news-wrapper .news-text-wrapper {
        float: right;
        width: 670px;
    }

        .index-news-wrapper .news-text-wrapper li {
            padding: 12px;
            width: 100%;
            height: 65px;
            margin: 0 0 25px 0;
        }

            .index-news-wrapper .news-text-wrapper li:hover h3 {
                color: red;
            }

        .index-news-wrapper .news-text-wrapper h3 {
            color: #0b67a3;
            height: 30px;
            line-height: 30px;
            width: 500px;
            text-align: left;
            padding: 0;
            margin: 0;
            font-weight: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            word-break: break-all;
        }

        .index-news-wrapper .news-text-wrapper p {
            line-height: 22px;
            color: #6a6a6a;
            text-align: left;
            font-size: 14px;
        }

        .index-news-wrapper .news-text-wrapper .time {
            background: url(../img/line3.jpg) no-repeat right center;
            font-family: "Times New Roman", Times, serif;
            text-align: center;
            width: 70px;
            height: 70px;
            float: left;
            margin-right: 33px;
            padding-right: 24px;
        }

            .index-news-wrapper .news-text-wrapper .time b {
                color: #00417e;
                font-size: 50px;
                display: block;
                width: 62px;
                height: 50px;
                line-height: 50px;
            }

            .index-news-wrapper .news-text-wrapper .time span {
                display: block;
                width: 62px;
                height: 25px;
                line-height: 25px;
                font-size: 14px;
                color: #6a6a6a
            }

.imgList {
    margin-top: 30px;
}

    .imgList li.fat {
        float: left;
        width: 250px;
        margin: 0 15px 10px 15px;
    }

        .imgList li.fat img {
            width: 250px;
            height: 191px;
            transition: all 0.6s;
        }

    .imgList li p {
        line-height: 30px;
        height: 30px;
        text-align: center;
    }

    .imgList .pic:hover {
        transform: translateY(-20px);
        transition: all 0.2s ease;
    }

.index-hr-left {
    background: #118ebd;
    padding: 97px 10px;
    vertical-align: middle;
    text-align: center;
}

.index-hr-right {
    background: #fff;
}

    .index-hr-right li {
        height: 33px;
        line-height: 33px;
    }

        .index-hr-right li .date {
            float: right;
            color: #575757;
            font-size: 14px;
        }

.xinxi_solution_bg {
    background-size: 100% 334px;
    max-width: 484px;
    margin: 0;
}

.xinxi_solution_main ul {
    overflow: hidden;
    height: 334px;
}

.xinxi_solution_main .main_mobile {
    max-width: 484px;
    min-width: 484px;
}

.xinxi_solution_main ul li {
    background: url('../img/ttpic1.jpg') no-repeat;
    height: 334px;
    float: left;
    width: 51px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

    .xinxi_solution_main ul li:nth-child(2) {
        background: url('../img/ttpic2.jpg') no-repeat;
    }

    .xinxi_solution_main ul li:nth-child(3) {
        background: url('../img/ttpic3.jpg') no-repeat;
    }

    .xinxi_solution_main ul li .left_top {
        position: absolute;
        cursor: pointer;
        left: 0;
        top: 0;
        width: 25px;
        padding: 0 13px;
        text-align: center;
    }

        .xinxi_solution_main ul li .left_top img {
            width: 22px;
        }

        .xinxi_solution_main ul li .left_top small {
            font-size: 12px;
            writing-mode: vertical-rl;
            margin-top: 6px;
        }

    .xinxi_solution_main ul li i {
        font-size: 22px;
        color: #FFF;
        font-style: normal;
    }

.xinxi_solution_main .left_top {
    color: #FFF;
}

.xinxi_solution_main ul li .left {
    float: left;
    width: 51px;
    height: 334px;
}

.xinxi_solution_main ul li .left1 {
    background: #080939;
    opacity: 0.88;
}

.xinxi_solution_main ul li .left2 {
    background: #b1182c;
    opacity: 0.88;
}

.xinxi_solution_main ul li .left3 {
    background: #069c93;
    opacity: 0.88;
}

.xinxi_solution_main ul li .right {
    float: left;
    width: 433px;
    position: relative;
    height: 334px;
}

.xinxi_solution_main ul li.on {
    width: 342px;
}

.xinxi_solution_main ul li.two {
    background: url('../img/ttpic2.jpg') no-repeat;
}

.xinxi_solution_main ul li.thr {
    background: url('../img/ttpic3.jpg') no-repeat;
}

.headline {
    height: 57px;
    line-height: 57px;
    background: #f2f2f2;
}

.crumb-list {
    height: 57px;
    overflow: hidden;
}

.crumb-list-out {
    float: right;
}

    .crumb-list-out li {
        float: left;
        font-size: 16px;
        color: #4a4a4a;
        text-align: center;
        vertical-align: middle;
        height: 57px;
        line-height: 57px;
    }

        .crumb-list-out li a {
            color: #444;
            display: inline-block;
            padding: 0 10px;
        }

        .crumb-list-out li.linked a,
        .crumb-list-out li:hover a {
            background-color: #FE0105;
            color: #ffffff;
        }

.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;
    }

.con {
    margin: 35px auto;
    line-height: 33px;
    font-size: 16px;
    color: #444444;
}

.category-title {
    font-weight: normal;
    padding-bottom: 10px;
}

    .category-title:after {
        border: 2px solid #0a67a4;
        top: 42px;
        content: "";
        left: 0;
        position: absolute;
        width: 150px;
    }

@media (max-width: 767px) {
    .category-title:after {
        top: 51px;
    }
}

@media (max-width: 479px) {
    .category-title:after {
        top: 33px;
    }
}

.entry img {
    max-width: 100% !important;
    height: auto !important;
}

.right-way-area {
    position: relative;
}

.video-contant {
    background-image: url("../img/profile1.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 514px;
    position: absolute;
}

.right-way {
    position: relative;
    z-index: 1;
}

    .right-way .right-way-text {
        background-color: #ffffff;
        width: 820px;
        margin-top: 40px;
        padding: 20px 50px 20px 0;
        border-radius: 5px;
        opacity: 1;
        position: relative;
    }

        .right-way .right-way-text .section-title {
            margin: 10px auto 30px;
        }

            .right-way .right-way-text .section-title h2 {
                font-size: 30px;
                color: red;
            }

.d-table {
    width: 100%;
    height: 100%;
    display: table !important;
}

    .d-table .d-table-cell {
        vertical-align: middle;
    }

.d-table-cell {
    display: table-cell !important;
}

.video-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
}

    .video-box .video-btn {
        position: absolute;
        left: 0;
        right: 0;
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        background-color: #ffffff;
        border-radius: 50%;
        color: red;
        font-size: 60px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }

        .video-box .video-btn::before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .video-box .video-btn::after, .video-box .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .video-box .video-btn i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            font-size: 70px;
            z-index: 1;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: auto;
            margin-right: auto;
        }

.about-countup {
    margin-top: 50px;
}

.counting-inner {
    display: inline-block;
    padding-right: 80px;
}

    .counting-inner:last-child {
        padding-right: 0px
    }

    .counting-inner h2 {
        font-size: 40px;
        line-height: 1.3;
        color: red;
        font-weight: bold;
        position: relative
    }

    .counting-inner h4 {
        color: #676767;
        font-size: 14px;
        font-weight: normal;
    }

.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);
    }
}

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;
    }

.weixin {
    float: right;
    position: relative;
    color: #0fbb08;
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

    .weixin .weixin_nr {
        width: 122px;
        height: 120px;
        position: absolute;
        left: -55px;
        top: 100px;
        z-index: 9999;
        display: none;
    }

    .weixin.on .weixin_nr {
        display: block;
    }

.ndate {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 1px solid #cccccc;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40px;
    margin-left: 70px;
}

    .ndate p {
        border-bottom: 1px solid #ccc;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

        .ndate p:last-child {
            border-bottom: none;
        }

.message-wrapper {
    margin: 40px auto;
    width: 1200px;
    height: 552px;
    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;
    }
        /*clear:both;*/
        .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;
}

.newslist {
    width: 96%;
    margin: 0 auto;
}

    .newslist li {
        width: 100%;
        float: left;
        border-bottom: 1px dotted #ddd;
        height: 44px;
        line-height: 44px;
        list-style: disc outside;
        color: #3893C2;
        padding-left: -10px;
    }

        .newslist li a {
            float: left;
        }

        .newslist li span {
            float: right;
            color: gray;
        }

        .newslist li:last-child {
            border: 0
        }

.detail_con, .detail_con p, .detail_con div {
    font-size: 16px;
}

.accordion-wrapper {
    min-height: 300px;
    margin: 60px auto 40px auto;
}

    .accordion-wrapper .accordion-other {
        color: #444444;
        font-size: 30px;
        line-height: 70px;
        text-align: left;
    }

.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 "Microsoft YaHei";
        text-align: left;
        overflow: hidden;
    }

        .jobSideMenu .job-title em {
            float: right;
            display: block;
            width: 40px;
            height: 60px;
        }

        .jobSideMenu .job-title p {
            float: right;
            width: 190px;
            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 "Microsoft YaHei";
        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: 190px;
            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; /* 默认都隐藏 */
    }

.site-logo {
    position: relative;
    overflow: hidden;
    float: left;
}

    .site-logo:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: blink 1s ease-in 1s infinite;
        animation: blink 1s ease-in 1s infinite;
    }

@-webkit-keyframes blink {
    from {
        left: 10px;
        top: 0;
    }

    to {
        left: 320px;
        top: 0;
    }
}

@-o-keyframes blink {
    from {
        left: 10px;
        top: 0;
    }

    to {
        left: 320px;
        top: 0;
    }
}

@-moz-keyframes blink {
    from {
        left: 10px;
        top: 0;
    }

    to {
        left: 320px;
        top: 0;
    }
}

@keyframes blink {
    from {
        left: -100px;
        top: 0;
    }

    to {
        left: 320px;
        top: 0;
    }
}

.zcfg-wrapper {
    background: url("../img/zcfglogin.png") no-repeat left center;
    width: 1170px;
    height: 517px;
    margin-top: 40px;
}

.form-horizontal {
    width: 550px;
    float: right;
    margin-top: 150px;
    color: #ffffff;
}