@charset "utf-8";
.red{ color:#FF1B1B;}
/*banner*/
input::-webkit-input-placeholder {
    /*//webkit内核*/
　　/*color: #D6D0CA;*/
    font-size:18px;
}
.banner{
    background:url(../images/banner_02.jpg) no-repeat center top;
    background-size:cover;
    height:590px;
    text-align: center;
    padding-top: 20px;
}
.bannerbox{ width:900px; margin:0 auto; padding-top:340px;}

.bannerbox-bg{
    background:white;
    padding:22px 27px 20px 27px;
}
.bannerbox-bg h3{
    color: #000000;
    font-size: 22px;
    height: 30px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #505050;
    background: url(../images/search-title.png) no-repeat center;
    background-size: 60%;
    font-family: KaiTi;
}
.bannerbox-bg p{
    width: 100%;
    margin-top:10px;
    background:url(../images/icon01.png) no-repeat 160px center;
    padding-left:27px;
    font-size:12px;
    float: left;
}
.serch-bg{
    padding:15px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top:8px;
    margin-bottom:14px;
    text-align: center;
}
.serch-border{
    /*border:1px solid #FFF;*/
    /*height:58px;*/
    overflow:hidden;
}
.serch-border input{
    color: #5a5a5a;
    font-size:18px;
    background-color:#f1f1f1;
    height:58px;
    line-height:58px;
    border:none 0;
    width:640px;
    padding-left:20px;
    float:left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.serch-botton{
    background:url(../images/search.png) no-repeat 3px #ff8800;
    font-size:20px;
    padding-left: 15px;
    float:left;
    width:156px;
    height:58px;
    color:#FFF;
    line-height:58px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.hd-scales{
    display: inline-block;
    z-index: 10;

    animation: scales 1.5s infinite;
    -weikit-animation: scales 1.5s infinite;
    -moz-animation: scales 1.5s infinite;
    -o-animation: scales 1.5s infinite;
}

@keyframes scales{
    0% { transform: scale(.8); }
    50% { transform: scale(1); }
    100% { transform: scale(.8); }
}
.download-title{
    border-right:1px solid #e6e6e6;
    float:left;
    width:501px;
    font-size: 30px;
    line-height:60px;
    height:60px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
/*底部*/

.footer {
    width: 100%;
    margin-top: 80px;
    background: url(../images/foot-bg.jpg) no-repeat;
    height: 460px;
}

.footer .foot ul {
    padding-top: 60px;
    color: whitesmoke;
}

.footer .foot ul li{
    width: 25%;
    float: left;
    height: 140px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    margin: 20px 40px;
    text-align: center;
    padding: 20px 0;
}


.footer .foot ul .tel:hover{
    background-color: #e4e4e4;
    color: #cb0000;
}
.footer .foot ul .pos{
    padding: 0;
    border:none;
    width: 32%;
    margin: 20px;

}
.footer .foot ul .pos h2{
    font-size: 24px;
}
.footer .foot ul .tel span {
    display: block;
}

.footer .foot ul .tel span:first-child {
    font-size: 32px;
    font-weight: bold;
    line-height: 90px;
}

.footer .foot ul .tel span:last-child {
    font-size: 16px;
}

.section {
    width: 1200px;
    margin: 0 auto;
}
.footer .foot p {
    font-size: 12px;
    color: #f5f5f5;
    text-align: center;
    margin-top: 20px;
}

/*常见问题常用模板*/
.zt-font{
    padding-top: 30px;
    font-size: 35px;
    padding-bottom: 60px;
    text-align: center;
}
.text-center{
    text-align: center;
}
.ques-con{
    padding: 20px 10px;
}
.ques h1{
    font-size: 35px;
    padding: 30px 0 40px 0;
    text-align: center;
}
.ques h3{
    font-weight:bold;
    font-size: 20px;
    padding: 10px;
}
.ques p{
    font-size: 15px;
}
.ques-con{
    box-shadow: 2px 4px 10px #69bbfd;
    margin: 20px 5px;
    height: 362px;
  }
.question {
    width: 100%; }
.question .section-left {
    float: left; }
.question .section-right {
    float: right; }
.question .section-left .content-box {
    position: relative;
    width: 660px;
    height: 650px;
    background: white;  }
.question .section-left .content-box .que-msg {
    width: 645px;
    height: 20px;
    background: #f5f5f5;
    font-size: 16px;
    position: absolute;
    padding: 25px 0 25px 30px;
    left: 0;
    bottom: 0; }
.question .section-left .content-box .que-msg em {
    height: 20px;
    display: inline-block;
    width: 25px;
    vertical-align: middle; }
.question .section-left .content-box .que-msg .color-style {
    color: #4757cc; }
.question .section-left .content-box .wd-wrap {
    line-height: 90px;
    border-radius: 12px;
    padding: 0 15px;
    background-color: #cfeaff;
    box-shadow: 0 2px 1px #69bbfd ;
    margin-top: 2px;
    cursor: pointer; }
.question .section-left .content-box .wd-wrap-style {
    border-bottom: none; }
.question .section-left .content-box .que-box {
    line-height: 48px;
    font-size: 18px;
    color: #fda03d;
    font-weight: bold;
}
.question .section-left .content-box .que-box em {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 0 15px 0 10px;
    background: #fda03d; }
.question .section-left .content-box .ans-box {
    line-height: 25px;
    color: black;
    font-size: 16px;
    height: 80px; }
.question .section-left .content-box .ans-box td {
    vertical-align: top; }
.question .section-left .content-box .ans-box .ans-ico {
    line-height: 30px; }
.question .section-left .content-box .ans-box em {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 0 15px 0 10px;
    background: #5a9ce3; }
.question .section-right .content-box {
    width: 502px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    height: 650px;
    box-shadow: 0 3px 4px #e1e1e9; }
.question .section-right .content-box li {
    width: 250px;
    height: 196px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    float: left; }
.question .section-right .content-box li .empty-con {
    text-align: center; padding-top: 50px;}
.question .section-right .content-box li.list-style {
    height: 233px; }
.question .section-right .content-box li .ico {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: block;
}
.question .section-right .content-box li .msg {
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    color: #262626; }
.question .section-right .content-box .content2 {
    width: 250px;
    height: 232px;
}
.question .section-right .content-box .content2 .empty-con {
    height: 35px; }
.question .section-right .content-box .content2 .msg {
    color: #fff;
    padding: 20px 0 25px 0; }
.question .section-right .content-box .content2 .ico {
    background-position: -50px 0; }
.question .section-right .content-box .content2 .download-btn {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #f3091a;
    display: inline-block;
    border-radius: 4px;
    background: #ffedee;
    font-size: 16px; }
.question .section-right .content-box .list2 .content1 .ico {
    background-position: left -50px; }
.question .section-right .content-box .list2 .content2 .ico {
    background-position: -50px -50px; }
.question .section-right .content-box .list3 .content1 .ico {
    background-position: left -100px; }
.question .section-right .content-box .list3 .content2 .ico {
    background-position: -50px -100px; }
.question .section-right .content-box .list4 .content1 .ico {
    background-position: left -150px; }
.question .section-right .content-box .list4 .content2 .ico {
    background-position: -50px -150px; }
.question .section-right .content-box .list5 .content1 .ico {
    background-position: left -200px; }
.question .section-right .content-box .list5 .content2 .ico {
    background-position: -50px -200px; }
.question .section-right .content-box .list6 .content1 .ico {
    background-position: left -250px; }
.question .section-right .content-box .list6 .content2 .empty-con {
    height: 68px; }
.question .section-right .content-box .list6 .content2 .ico {
    background-position: -50px -250px; }
.question .section-right .content-box .list-style .content2 {
    height: 233px; }
.question-content{
    height: 45px;
    margin-bottom: 15px;
    width: 328px;
    border: 1px solid #7c7c7c;
    border-radius: 6px;
    padding-left: 10px;
}
.question-btn{
    height: 45px;
    font-size: 18px;
    color: white;
    line-height: 45px;
    margin: 0 80px;
    background-color: #e77f27;
    display: block;
    text-align: center;
    border-radius: 6px;
}

.cur-box img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}
.cur-box img:hover{
    transform: rotate(360deg) scale(1.2);
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

/*  弹出层 */
.layer {
    box-shadow: 0 3px 4px #e1e1e9;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 201;
}

.layer table td.name {
    color: #262626;
}

.layer .name-long {
    vertical-align: top;
    line-height: 25px;
}

.layer .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/bg_layer_ico.png) no-repeat;
}

.layer .title1 {
    height: 64px;
    text-align: center;
    font-size: 24px;
    line-height: 64px;
    border-bottom: 1px solid #e2e2e2;
    color: #262626;
    position: relative;
}

.layer .title2 {
    height: 82px;
    line-height: 82px;
}

.layer .title2 .close-btn {
    top: 26px;
}

.layer1 {
    width: 460px;
    height: 400px;
    border-radius: 4px;
    margin: -255px 0 0 -230px;
}

.layer1 .form-box {
    padding-top: 10px;
}

.layer1 .form-box input {
    border-radius: 4px;
}

.layer1 .form-box td.padding1 {
    padding-bottom: 15px;
    padding-top: 20px;
}

.layer1 .form-box .txt1 {
    border: 1px solid #e2e2e2;
    width: 262px;
    background-color: #f2f2f2;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 16px;
}

.layer1 .form-box .ico-red {
    color: red;
    vertical-align: middle;
    padding-right: 5px;
}

.layer1 .form-box .style1 {
    line-height: 45px;
    vertical-align: top;
}

.layer1 .form-box .btn-box1 {
    padding: 20px 0 10px 0;
    text-align: center;
}

.layer1 .form-box .btn-box1 .sq-btn {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #f27e0d;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
}

.layer1 .form-box .btn-box1 .zd-btn, .layer1 .form-box .btn-box1 .tw-btn {
    width: 142px;
}

.layer1 .form-box .btn-box1 .zd-btn {
    background: #999;
    margin-right: 20px;
}

.layer1 .form-box .btn-box1 .tw-btn {
    margin-left: 20px;
}

.layer1 .form-box .btn-box2 {
    padding-top: 0;
}

.layer1 .form-box .btn-box3 {
    padding: 0 0 30px 0;
}

.layer1 .form-box .fq-btn-box {
    padding-bottom: 54px;
}

.layer1 .form-box .fq-btn {
    cursor: pointer;
    color: #999;
    font-size: 16px;
    text-decoration: underline;
}

.layer1 .form-box .msg1 {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0 10px 0;
}

.layer1 .form-box .msg1 .red {
    color: red;
}

.layer1 .form-box .msg2 {
    color: red;
    line-height: 26px;
}

.layer1 .form-box .msg3 {
    color: #666;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e2e2e2;
}

.layer1 .form-box .list-box {
    padding: 12px 0 22px 0;
}

.layer1 .form-box .list-box li {
    float: left;
    height: 30px;
    line-height: 30px;
}

.layer1 .form-box .list-box li.list1 {
    width: 128px;
}

.layer1 .form-box .list-box li.list2 {
    width: 210px;
}

.layer1 .form-box .list-box li em {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #666;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}

.layer1 .form-box2 {
    padding: 0 60px;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: Alpha(opacity=70);
    opacity: .7;
    z-index: 8;
    display: none;
}
.hdocu ul{ position:absolute; width:284px; z-index:99; display:none;}

.hdocu ul li:hover{cursor:pointer;}

.hdocu ul li{ line-height:45px;padding: 0 10px;background-color: #f2f2f2;}

.hdocu input{ width:284px; height:45px;}

.hdocu input.hdocutype{background:url(../images/down.png) no-repeat #f2f2f2 260px 13px; padding:0 10px;border:solid 1px #f0f0f0;}

.hdocu input.hdocutype{display:block; width:262px; line-height:36px; color:#333;font-size: 16px;}
.hide{
    display: none;
}
