﻿/*通用css*/
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #898888;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ababab;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #898888;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #898888;
}

img {
    border: none;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #000;
    background: #004372;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    smoothing: grayscale;
    -o-smoothing: grayscale;
    font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
}

.cangraybg {
    background: #a1a1a1;
}

ol, ul {
    list-style: none;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(18, 32, 32, 0.8);
}

body::-webkit-scrollbar-thumb {
    background: #000;
}

body::-webkit-scrollbar-button {
    background: #000;
}

body::-webkit-scrollbar-corner {
    background: #000;
}

body::-moz-selection {
    text-shadow: none;
    background: #000;
    color: #EFEFEF;
}


/* 加载>>> */
.jiazai {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0%;
    left: 0;
    text-align: center;
    background: #fff;
    transition: transform 0.5s;
}

.jiazailogo {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.jiazailogo1 {
    position: relative;
    margin-top: 10px;
}

.jiazailogo2 {
    margin-top: 10px;
    position: relative;
}

.jiazailogo2-1 {
    width: 100PX;
    height: 2px;
    position: absolute;
    left: -50px;
    top: 15px;
}

.jiazailogo2-1 p {
    display: inline-block;
    float: right;
    width: 100PX;
    height: 2px;
    background-color: #F18D00;
    opacity: 0.8;
    -webkit-animation-name: scroll_line;
    animation-name: scroll_line;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jiazailogo2-2 {
    width: 100PX;
    height: 2px;
    position: absolute;
    right: -50px;
    top: 15px;
}

.jiazailogo2-2 p {
    display: inline-block;
    float: left;
    -webkit-animation-name: scroll_line;
    width: 100PX;
    height: 2px;
    background-color: #F18D00;
    opacity: 0.8;
    animation-name: scroll_line;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jiazailogo3 p {
    display: inline-block;
    animation: 2s expand ease infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.jiazailogo3 p img {
    width: 60px;
    height: 60px;
}

@keyframes expand {
    0% {
        transform: translateX(0px) translateY(-10px);
    }
    50% {
        transform: translateX(0px) translateY(0px);
    }
    100% {
        transform: translateX(0px) translateY(-10px);
    }
}

@keyframes scroll_line {
    0% {
        width: 0px;
        opacity: 0.99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    }
    50% {
        width: 100px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        width: 100px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.loading .jiazai {
    transform: translate3d(0, 100%, 0);
}

/* <<<加载*/


/* >>>首页导航 */
.zx_menu {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
    z-index: 998;
    bottom: 7rem;
}

.container-div {
    width: 1100px;
    margin: 0px auto;
    height: 100%;
}

.zx_menu ul {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    background: #00000078;
}

.zx_menu ul li {
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 1.1rem;
}

.zx_menu ul li a {
    color: white;
}

.zx_menu ul li:hover, .zx_menu ul li.hover {
    background: #0167cc;
}

.zx_menu ul li span {
    height: 100%;
    display: inline-block;
    padding: 0 0 0 40px;
}


.zx_menu ul li span.m0 {
    background: url(../img/icon0.png) left center no-repeat;
}

/* 国家政策图标 */
.zx_menu ul li span.m1 {
    background: url(../img/icon1.png) left center no-repeat;
}

/*  */
.zx_menu ul li span.m2 {
    background: url(../img/icon3.png) left center no-repeat;
}

/*  */
.zx_menu ul li span.m3 {
    background: url(../img/icon2.png) left center no-repeat;
}

/*  */
.zx_menu ul li span.m4 {
    background: url(../img/icon4.png) left center no-repeat;
}

/*  */
.zx_menu ul li span.m5 {
    background: url(../img/icon5.png) left center no-repeat;
}

/*  */
.zx_menu ul li span.m6 {
    background: url(../img/icon6.png) left center no-repeat;
}

/* <<<首页导航 */

.shadow {
    -moz-box-shadow: 1px 2px 10px #c2c2c2;
    -webkit-box-shadow: 1px 2px 10px #c2c2c2;
    box-shadow: 1px 2px 10px #c2c2c2;
}

.article {
    padding: 10px 30px 30px 30px;
    border: 1px #d1d1d1 solid;
    color: #333;
}

.article .title {
    text-align: center;
    margin: 73px 193px;
}

.article h1 {
    font-size: 24px;
}

.article .info {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.article .info ul li {
    list-style: none;
    margin: 2px 14px;
    display: inline-block;
}

.article .desc {
    padding: 10px;
    border-radius: 7px;
    text-indent: 2em;
    background: #f0f0f0;
    border: dashed 1px #919191;
    margin: 20px 0px;
}

.article .content p {
    text-indent: 2em;
    line-height: 26px;
    margin: 0 0 10px;
}


.sub_menu {
    text-align: center;
    width: 100%;
    background: #fff6e2;
    border-bottom: solid 1px #ddd;
}

.sub_menu ul li {
    display: inline-block;
}

.sub_menu ul li a {
    color: black;
    margin: 20px;
    height: 40px;
    line-height: 43px;
}

.show {
    display: inline-block;
}

.hide {
    display: none;
}

.sub_menu .active {
    background: #9cceff;
}

.wkproduct table tr td img {
    width: 100%;
    max-width: 500px;
}

.table-checkbox {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 1rem;
}

.form-group .kaptcha {
    float: left;
}


.qaDiv {
    margin-bottom: 3rem;
    width: 61%;
}

.qaDiv .questions {
    width: 100%;
    text-align: left;
}

.qaDiv .questions p {
    border: solid 1px #ccc;
    border-radius: 8px;
}


.qaDiv .questions p, .qaDiv .answer p {
    padding: 0.7rem 1rem;
    display: inline-block;
}


.qaDiv .answer {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}

.qaDiv .answer p {
    border: solid 1px #ccc;
    background: yellowgreen;
    border-radius: 8px;
}


.qaDiv .time {
    text-align: center;
    color: #bbb;
    font-size: 12px;
    border-bottom: solid 1px #ddd;
    margin-top: 2rem;
    position: relative;
}

.qaDiv .time span {
    position: absolute;
    top: -18px;
    text-align: center;
    background: white;
    padding: 0px 12px;
    right: 216px;
}

table tr td p.ecllipse {
    text-indent: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}