﻿/**
 * Created by 婷婷
 */

/**
 * Created by 恺霖
 */
/*01index*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

body {
    min-width: 1366px;
}

.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*.section1{*/
/*background: url("../img/indexbg01.jpg") no-repeat center;*/
/*background-size: cover;*/
/*}*/
.box{
    display: flex;
    justify-content: center;
}
.part-2{
    background:#fff;
    width: 260px;
    height: 370px;
    padding: 28px 0px 33px;
    margin-right: 110px;
    position: relative;
}
.box>.part-2:last-child{
    margin-right: 0;
}
.part-2 h3{
    text-align: center;
    height:23px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(52,51,51,1);
    line-height:18px;
    margin-bottom: 14px;
    margin-top: 0;

}
.part-2 p{
    text-align: center;
    height:11px;
    font-size:12px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(103,103,103,1);
    line-height:18px;
    margin-bottom: 34px;
}
.part-2 div{
    font-size:12px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:30px;
    padding:0 47px ;
}
.part-2 a{
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size:12px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(16,160,233,1);
    border:1px solid rgba(16,160,233,1);
    border-radius:2px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -55px;
}

.section1-3 .col-xs-offset-3 {
    margin-left: 34%;
}

.section1-3 img {
    vertical-align: middle;
}

.section1 .btn-sqsy {
    display: inline-block;
    width: 165px;
    height: 35px;
    border-radius: 4px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.section1-3 {
    background: url("../img/indexbg1-8.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section1-1 {
    background: url("../img/indexbg1-11.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section1-4 {
    background: url("../img/indexbg1-1.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section1-2 {
    background: url("../img/indexbg1-10.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section12 {
    background: url("../img/indexbg12.jpg") no-repeat center;
    background-size: cover;
}

.section2 {
    background: url("../img/indexbg02.jpg") no-repeat center;
    background-size: cover;
}

.section22 {
    background: url("../img/indexbg22.jpg") no-repeat center;
    background-size: cover;
}

.section3 {
    background: url("../img/indexbg03.jpg") no-repeat center;
    background-size: cover;
}

.part-3{
    display: flex;
    justify-content: space-around;
    margin-top: 118px;
}
.part-3 img{
    width: 368px;
    height: 304px;
}
.part-3 .content{
    width: 480px;
    border:none;
    display: flex;
    flex-flow: column;
}
.part-3 .content p{
    font-size:16px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(52,52,52,1);
    line-height:36px;
    text-align: left;
}
.part-3 .content a{
    width:140px;
    height:36px;
    border:1px solid rgba(16,160,233,1);
    border-radius:4px;
    font-size:14px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(16,160,233,1);
    line-height:36px;
    display: block;
    margin-left: 240px;
}

.img_box{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 50px auto 0;
}
.img_box div{
    width: 20%;
    text-align: center;
    margin-bottom: 76px;
}

.section4 {
    background: url("../img/indexbg04.jpg") no-repeat center;
    background-size: cover;
}

.fp-slidesNav.bottom {
    bottom: 70px;
}

.panner-index1 {
    background: url("../img/indexbg03.jpg") no-repeat center;
    background-size: cover;
}

.section4 .sel {
    border-color: #10a0e9;
}

.list-logos .col-xs-6 {
    padding: 0;
    cursor: pointer;
}

.list-logos .col-xs-6 div {
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, .8);
}

.list-logos .col-xs-6 div:hover {
    /*border-color:#10a0e9 ;*/
    /*background: rgba(0,0,0,.5);*/
    position: relative;
    -webkit-box-shadow: #666 1px 1px 10px;
    -moz-box-shadow: #666 1px 1px 10px;
    box-shadow: #666 1px 1px 10px;
    z-index: 1000;
}

.list-logos .col-xs-6 img {
    width: 30%;
}

/*页面顶部*/
.bar-top {
    width: 100%;
    min-width: 1366px;
    height: 30px;
}

.bar-top-bg {
    background-color: #464646;
}

.bar-top-font {
    font: 14px "微软雅黑";
    color: #fff;
}

/* .bar-top>.container{
    overflow: hidden;
} */
.bar-top .h-time {
    line-height: 30px;
}

/* .bar-top ul{
    overflow: hidden;
} */
.bar-top li, .navbar ul.navbar-nav > li {
    float: left;
    text-align: center;
}
ul.navbar-nav > li{
    position: relative;
}
.bar-top li.protect {
    /* width:120px; */
    padding: 0 15px;
    line-height: 30px;
    heigh: 30px;
}

.bar-top li.login {
    width: 70px;
    heigh: 30px;
}

.bar-top li.register {
    width: 100px;
    height: 30px;
}

.bar-top li.active {
    background-color: #0fa0e9;
}

.bar-top a {
    font: 14px "微软雅黑";
    color: #fff;
    /*  line-height: 30px; */
    text-decoration: none;
}

.navbar {
    width: 100%;
    min-width: 1366px;
    height: 70px;
    line-height: 70px;
}

.nav-bg {
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid #d8d8d8;
}

.navbar-brand {
    float: left;
    height: 58px;
}

.navbar-brand img {
    margin-top: 8px;
}

.navbar a {

    font: 16px "微软雅黑";
    color: #000;
    line-height: 70px;
    text-decoration: none;
}

.navbar li {
    margin-right: 20px;
}

.navbar li.index {
    width: 60px;
    height: 60px;
}

.navbar li.product, .navbar li.supervision, .navbar li.query, .navbar li.baoqchain, .navbar li.intro, li.coop {
    width: 100px;
    height: 60px;
}

.navbar li.active {
    border-bottom: 2px solid #0fa0e9;
}

.navbar .navbar-nav > ul > li.active a {
    color: #0fa0e9;
}

/*******************************footer********************************/
.nav-fixed {
    position: fixed;
    bottom: 0;
}

.nav-left {
    position: fixed;
    right: 0;
    top: 58.5%;
    z-index: 1002;
}

.nav-right {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1002;
}

.service {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.serviceCont {
    width: 82px;
    height: 70px;
    background: url("/resources/img/servicebg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.serviceCont img {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
}
.serviceCont span {
    font-size: 14px;
    color: #ffffff;
}
.serviceCont:hover {
    background: url("/resources/img/servicebgHover.png") no-repeat;
    background-size: 100% 100%;
}
.serviceCont {
    width: 82px;
    height: 70px;
    background: url("/resources/img/servicebg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
}
.serviceCont img {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
}
.serviceCont span {
    font-size: 14px;
    color: #ffffff;
}
.serviceCont:hover {
    background: url("/resources/img/servicebgHover.png") no-repeat;
    background-size: 100% 100%;
}
.consultTel {
    position: relative;
}
.consultTel .tel {
    width: 188px;
    height: 70px;
    display: none;
    align-items: center;
    background: url("/resources/img/telbg.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: -188px;
}
.consultTel .tel img {
    margin: 0 10px;
}
.consultTel .tel p {
    font-size: 16px;
    font-weight: bold;
}
.consultTel:hover .tel{
    display: flex;
}
.attentionUs {
    position: relative;
}
.attentionUs .qrcode {
    width: 188px;
    height: 190px;
    display: none;
    flex-direction: column;
    background: url("/resources/img/attentionbg.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: -188px;
    padding-left: 19px;
}
.attentionUs .qrcode img {
    width: 144px;
    height: 144px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.attentionUs .qrcode span {
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    letter-spacing: 7px;
    text-indent: 2px;
}
.attentionUs:hover .qrcode {
    display: flex;
}
.list-navright .icon {
    display: inline-block;
    height: 26px;
    width: 26px;
}

.list-navright li {
    margin-top: 1px;
    padding: 6px;
    background: #5ac0f3;
    width: 40px;
}

/*.list-navright li:active {*/
/*background: #10a0e9;*/
/*}*/
.list-navright li.tel {
    position: relative;
}

.list-navright li a {
    display: block;
}

.list-navright li.tel div {
    width: 100px;
    height: 130px;
    background-color: #10a0e9;
    position: absolute;
    right: 41px;
    top: 0px;
    display: block;
    /*line-height:38px;*/
    color: #fff;
}

#fp-nav ul li:last-child {
    display: none;
}

.section {
    overflow: hidden;
}

.footer-nav {
    min-width: 1366px;
    height: 160px;
    background: #464646;
}

div.footer-left, div.footer-right {
    padding: 1.5rem 20px;
}

div.footer-right > ul > li {
    margin-top: 10px;
}

div.footer-left > ul > li {
    margin-top: 18px;
}

.footer-nav span {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-nav h4 {
    color: #fff;
}

.footer-nav a, .footer-nav p {
    color: #fff;
    text-decoration: none;
    font: 13px "微软雅黑";
}

.list-footer .list-inline {
    margin: 1.5rem 0;
}

.footer-right .weixin {
    position: relative;
    width: 30px;
    height: 30px;
    background: url("../img/weixin.png") no-repeat;
}

.footer-right .sina {
    position: relative;
    width: 30px;
    height: 30px;
    background: url("../img/sina.png") no-repeat;
}

.footer-right .weixin:hover {
    background: url("../img/weixin01.png") no-repeat;
}

.footer-right .sina:hover {
    background: url("../img/sina01.png") no-repeat;
}

.f_wechar {
    position: absolute;
    bottom: 27px;
    left: -35px;
    display: none;
    z-index: 1000;
}

.f_wechar img {
    width: 80px;
}

/****************************01index*************************/
.main-number {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    z-index: 4;
}

.main-number-bg {
    background-color: rgba(0, 0, 0, .5);
}

.text-center {
    text-align: center;
}

.main-number li {
    font-size: 16px;
    /*z-index: 1100;*/
}

.main-number span {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

/*************04query.html****************************/
/*.form-container a{*/
/*color:#0fa0e9;*/
/*text-decoration: none;*/
/*font-size:16px;*/
/*}*/
/*body {*/
/*font-size: 16px;*/
/*}*/

.form-container {
    width: 700px;
    margin: 50px auto;
}

/*!*第一行*!*/
/*div.form-row {*/
/*width: 100%;*/
/*height: 48px;*/
/*line-height: 48px;*/
/*border: 1px solid #bfbfbf;*/
/*display:inline-block;*/
/*}*/
/*input.form-input {*/
/*width:100%;*/
/*height:100%;*/
/*border:none;*/
/*border-left: 1px solid #bfbfbf;*/
/*padding-left: 15px;*/
/*}*/
/*.tipID, .tipseccode {*/
/*visibility: hidden;*/
/*border: none;*/
/*color: red;*/
/*height: 40px;*/
/*padding:9px 0px;*/
/*}*/
/*img{*/
/*vertical-align: middle;*/
/*}*/
/*.button-lg{*/
/*width:100%;*/
/*padding:6px 0;*/
/*}*/
/*.form-a-publicquery{*/
/*display:inline-block;*/
/*width:30%;*/
/*height:100%;*/
/*}*/
/*.form-a-query{*/
/*display:inline-block;*/
/*width:68%;*/
/*height:100%;*/
/*text-align: right;*/
/*}*/

form .form-container {
    width: 700px;
    margin: 200px auto;
}

form .form-container a {
    color: #0fa0e9;
    text-decoration: none;
    font-size: 16px;
}

.content {
    width: 100%;
    height: 100%;
}

form div.row {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 50px;
    margin: 0;
    line-height: 50px;
}

form .form-row {
    border: 1px solid #bfbfbf;
}

form .form-row > .col-xs-2 {
    width: 100px;
    border-right: 1px solid #bfbfbf;
}

form .row .col-xs-10, form .row .col-xs-6, form .row .col-xs-8 {
    padding: 0;
    margin: 0;
    height: 100%;
}

form input.form-input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    outline: none;
}

form .row .col-xs-3 {
    width: 100px;
    border-right: 1px solid #bfbfbf;
}

form div.col-xs-6 > div.row {
    margin: 0;
    height: 50px;
}

.con-tipId, .cer-tipCopyID, .cer-tipID, .ver-tipCopyID, .ver-plfile, .cer-tipseccode, .ver-tipseccode, .con-tipseccode {
    visibility: hidden;
    border: none;
    color: red;
    height: 40px;
    padding: 9px 0px;
}

form img {
    vertical-align: middle;
}

form .btn-query {
    padding: 5px 100px;
}

.query-method a {
    margin-right: 50px;
}

form .e-row {
    border: none;
}

/*********************02solution.html**********************/
.product-index1-1 {
    background: url("../img/product-index1-1.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.product-index1-2 {
    background: url("../img/product-index1-2.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.product-index1-3 {
    background: url("../img/product-index1-3.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.product-index2 {
    background-color: #f5f5f5;
}

.solution-index1 {
    background: url("../img/solution_bg01.jpg") no-repeat center;
    background-size: cover;
}

.solution-index2 {
    background: url("../img/solution_bg02.png") no-repeat center;
    background-size: cover;
}

.solution-index3 {
    background: url("../img/solution_bg03.jpg") no-repeat center;
    background-size: cover;
}

.solution-index4 {
    background: url("../img/solution_bg04.jpg") no-repeat center;
    background-size: cover;
}

.solution-index5 {
    background: url("../img/solution_bg05.jpg") no-repeat center;
    background-size: cover;
}

.solution-block {
    position: absolute;
    display: block;
    height: 350px;
    width: 650px;
    color: #fff;
}

.solution-nav-bottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}

.solution-nav-bottom a {
    display: inline-block;
    margin: 0 6rem;
    padding: 6px 0;
    color: #fff;
}

.solution-section1 {
    background: url("../img/contract_bg01.jpg") no-repeat center;
    background-size: cover;
}

.solution-section2 {
    background: url("../img/contract_bg02.jpg") no-repeat center;
    background-size: cover;
}

.solution-section4 {
    background: url("../img/contract_bg04.jpg") no-repeat center;
    background-size: cover;
}

.product-1 {
    padding: 12rem 0 0 24rem;
    background: url("../../resources/img/solution_full101.png") no-repeat right top;
    z-index: 998;
}

.product-1-1 {
    padding: 15rem 0 0 20rem;
}

.product-1-2 {
    padding: 10rem 0 0 15rem;
    background: url("../../resources/img/solution_full102.png") no-repeat right bottom;
}

.product-2 {
    padding: 12rem 0 0 28rem;
}

.product-2-1 {
    padding: 13rem 0 0 27rem;
    right: 6rem;
    background: url("../../resources/img/solution_full201.png") no-repeat right top;
    z-index: 999;
}

.product-2-2 {
    padding: 7rem 0 0 20rem;
    right: 12rem;
    background: url("../../resources/img/solution_full202.png") no-repeat right bottom;
}

.product-3 {
    padding: 12rem 0 0 24rem;
    background: url("../../resources/img/solution_full301.png") no-repeat right top;
    z-index: 1000;
}

.product-3-1 {
    padding: 15rem 0 0 20rem;
}

.product-3-2 {
    padding: 3rem 0 0 42rem;
    background: url("../../resources/img/solution_full302.png") no-repeat right bottom;
}

.product-4 {
    padding: 12rem 0 0 26rem;
    background: url("../../resources/img/solution_full401.png") no-repeat right top;
}

.product-5-1 {
    padding: 14rem 0 0 19rem;
    right: 6rem;
    background: url("../../resources/img/solution_full501.png") no-repeat right top;
}

/*********************02solution01.html**********************/
.contract-index1 {
    background: url("../img/contract_bg01.jpg") no-repeat center;
    background-size: cover;
}

.contract-index2 {
    background: url("../img/contract_bg02.jpg") no-repeat center;
    background-size: cover;
}

.contract-index3 {
}

.contract-index4 {
    background: url("../img/contract_bg04.jpg") no-repeat center;
    background-size: cover;
}

.contract-index5 {
}

.contract-causer li {
}

.contract-causer li {
    width: 180px;
    margin: 20px 10px;
}

/*********************02solution01.html**********************/
.original-index1 {
    background: url("../img/original_bg01.jpg") no-repeat center;
    background-size: cover;
}

.original-index2 {
    background: url("../img/original_bg02.jpg") no-repeat center;
    background-size: cover;
}

.original-index3 {
    background: url("../img/original_bg03.jpg") no-repeat center;
    background-size: cover;
}

.original-index4 {
    background-color: #f5f5f5;
}

.text-justify {
    text-align: justify;
}

/*********************02solution02.html**********************/
.original-section1 {
    background: url("../img/original_bg01.jpg") no-repeat center;
    background-size: cover;
}

.original-section2 {
    background: url("../img/original_bg02.jpg") no-repeat center;
    background-size: cover;
}

.original-section3 {
    background: url("../img/original_bg03.jpg") no-repeat center;
    background-size: cover;
}

.original-section4 {
    background-color: #f5f5f5;
}

.text-justify {
    text-align: justify;
}

/*********************02solution03.html**********************/
.evidence-index1 {
    background-color: #d5d4e2;
}

.evidence-index2 {
    background: url("../img/evidence_bg02.jpg") no-repeat center;
    background-size: cover;
}

.evidence-index3 {
    background: url("../img/evidence_bg03.jpg") no-repeat center;
    background-size: cover;
}

/*********************02solution04.html**********************/
.obtainEvi-index1 {
    background: url("../img/obtainevi_bg01.jpg") no-repeat center;
    background-size: cover;
}

.obtainEvi-index2 {
    background: url("../img/obtainevi_bg02.jpg") no-repeat center;
    background-size: cover;
}

.obtainEvi-index3 {
    background: url("../img/obtainevi_bg03.jpg") no-repeat center;
    background-size: cover;
}

.obtainEvi-index4 {
    background: url("../img/obtainevi_bg04.jpg") no-repeat center;
    background-size: cover;
}

/*********************02solution05.html**********************/
.log-index1 {
    background: url("../img/log_bg01.jpg") no-repeat center;
    background-size: cover;
}

.log-index2 {
    background: url("../img/log_bg02.jpg") no-repeat center;
    background-size: cover;
}

.log-index3 {
    background: url("../img/log_bg03.jpg") no-repeat center;
    background-size: cover;
}

/*********************02solution06.html**********************/
.eget-index1 {
    background: url("../img/eget_bg01.jpg") no-repeat center;
    background-size: cover;
}

.eget-index2 {
    background: url("../img/eget_bg02.jpg") no-repeat center;
    background-size: cover;
}

.eget-index3 {
}

/*********************08contact.html**********************/
.intro-section-1 {
    height: 800px;
    min-width: 1366px;
    background: url("../img/intro_bg01.jpg") no-repeat;
    background-size: cover;
}

.intro-section-1 .col-xs-6 {
    margin-top: 14rem;
}

.width-mineget {
    margin: 0 auto;
    padding: 0 6rem;
}

.width-md {
    width: 1000px;
    margin: 0 auto;
}

.width-lg-min {
    width: 100%;
    min-width: 1366px;
    margin: 0 auto;
}

.width-section {
    width: 1200px;
    margin: 0 auto;
}

.width-section li {
    width: 50% !important;
}

/*********************03supervision.html***********************/
.supervision-ht {
    background-color: #10a0e9;
    color: #fff;
    height: 86px;
}

.supervision-ht .row > div {
    padding: 16px 10px;
}

.super-head {
    background-color: #10a0e9;
    color: #fff;
}

.breakall {
    word-break: break-all;
}

.line {
    width: 100%;
    height: 510px;
    overflow: hidden;
    margin-bottom: 20px;
}

.line tr {
    height: 34px;
    font-size: 12px;
    line-height: 34px;
}

.line > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/*******************************06services.html*********************************/
.service-page {
    background: url(../img/service_01.png) no-repeat 0 0;
    background-color: #ebebeb;
}

.ncy-qlist {
    border-right: 1px solid lightgray;
}

.ncy-qlist h6 {
    color: #10a0e9;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

.ncy-qlist ul {
    list-style: none;
}

.ncy-qlist ul li {
    padding: 5px 0 5px 0px;
    color: #3b3b3b;
    cursor: pointer;
    list-style: none;
}

.ncy-qlist ul li:hover {
    color: #10a0e9;
}

.ncy-qlist ul .active {
    color: #10a0e9;
}

.ncy-content {
    margin: 0 0 20px 0;
}

.ncy-content .keyword li {
    margin-left: 30px;
    list-style-position: outside;
    cursor: pointer;
}

.ncy-content .keyword li span {
    color: #0f90d4;
}

.ncy-question > div {
    width: 100%;
    margin: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.ncy-question > div:first-child {
    border-top: 1px solid #dddddd;
}

.ncy-question textarea {
    padding: 6px;
    width: 100%;
    height: 100%;
    border: none;
}

.ncy-question .ncy-question-bottom {
    background: #f8f8f8;
    padding: 12px 0;
}

.ncy-question img {
    margin-left: 12px;
}

.ncy-question .sendMsg {
    position: relative;
    top: -12px;
    color: #FFF;
    padding: 12px 30px;
    background: #3cb4f1;
}

.q-and-a, .intro-text {
    line-height: 250%;
}

.q-and-a p, .q-and-a div {
    line-height: 250%;
}

.intro-text p, .intro-text div {
    line-height: 250%;
    padding-left: 15px;
}

.q-and-a h4, .ncy-content h4 {
    font-weight: normal;
}

.q-and-a h5, .intro-text h5 {
    margin-top: 30px;
    font-size: 16px;
    /*font-weight: bold;*/
}

.q-and-a h5, .intro-text h5 {
    margin-top: 30px;
    font-size: 16px;
    /*font-weight: bold;*/
}

.q-and-a h5 img, .q-and-a p img {
    margin-right: 6px;
    width: auto;
}

/*.service-content-all .col-xs-9{*/
/*border-left:2px solid red;*/
/*}*/
#map {
    margin-bottom: 30px;
}

#map span:first-child {
    cursor: pointer;
    text-decoration: underline;
}

#law .keyword li {
    border-bottom: 1px solid #E4E4E4;
}

.ncy-content .keyword li {
    margin-left: 30px;
    list-style: outside;
    cursor: pointer;
}

.ncy-content h5 {
    font-weight: normal;
    margin: 10px 0px;
    font-size: 18px;
}

.ncy-content h6 {
    font-weight: normal;
    margin-top: 30px;
    font-size: 16px;
}

.ncy-content h6 img, .ncy-content p img {
    margin-right: 6px;
    width: auto;
}

.q-and-a li {
    line-height: 250%;
}

.q-and-a p {
    line-height: 250%;
    margin: 10px 0 10px 0px;
}

.ncy-content .keyword li span {
    color: #0f90d4;
}

.ncy-question > div {
    width: 100%;
    margin: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.ncy-question > div:first-child {
    border-top: 1px solid #dddddd;
}

.ncy-question textarea {
    padding: 6px;
    width: 100%;
    height: 100%;
    border: none;
}

.ncy-question .ncy-question-bottom {
    background: #f8f8f8;
    padding: 12px 0;
}

.ncy-question img {
    margin-left: 12px;
}

.ncy-question .sendMsg {
    position: relative;
    top: -12px;
    color: #FFF;
    padding: 12px 30px;
    background: #3cb4f1;
}

/*************04query.html****************************/

/*04query0201.html*/
.query-content-msg {
    margin: 10rem auto;
    height: 90%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.pagination {
    margin: 2rem auto;
}

.pagination .active {
    color: #10a0e9;
    font-weight: bold;
}

.pagination a {
    margin-left: 1rem;
}

/*********************04query0202.html************************/
.query-content-all {
    overflow: hidden;
}

.query-content-all .button {
    border-radius: 0px;
    padding: 5px 30px;
}

.query-content-all .button img {
    margin-right: 15px;
}

/*********************08contact.html************************/
.contact-page {
    //background: url(../img/contactus_bg01.jpg) no-repeat 0 0;
    position: relative;
    background: rgb(51,51,51);
    margin-top: 50px;
}

.contact-index1 {
    background: url("../img/contactus_bg01.jpg") no-repeat center;
    background-size: cover;
}

.contact-map {
    /*padding:100px;*/
    /*position:relative;*/
}

.contact-map>img {
margin-bottom: 0 !important;
}

div.contact-map-tip {
    background-color: rgba(52, 95, 117, 0.5);
    width: 400px;
    height: 200px;
    position: absolute;
    right: 60px;
    top: 500px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border: none;
    width: 60px;
    height: 60px;
    background: url("../img/lg_left.png") no-repeat center;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    border: none;
    width: 60px;
    height: 60px;
    background: url("../img/lg_right.png") no-repeat center;
}

/*04conquery010101.html*/
.query-contact {
    background: url(../img/conquery_bg01.jpg) no-repeat 0 0;
}

.query-contact-img img {
    border: 2px solid #fff;
    border-radius: 5px;
}

/*---*/
.block-blue {
    padding: 4rem;
    background: rgba(38, 150, 212, .9);
}

.block-good {
    background: url("../../resources/img/about_img_2.png") no-repeat right center;
}

.list-images li {
    margin: 2rem;
}

.list-cert li {
    font-size: 12px;
    width: 180px;
    margin-right: 12px;
    vertical-align: middle;
}

.list-cert > li img {
    width: 100%;
}

.list-cert > li div {
    font-size: 16px;
}

.block-cnas {
    min-width: 1366px;
    margin-right: 15%;
    padding: 2rem;
    background: url("../../resources/img/intro_bg_1.jpg") no-repeat;
    color: #fff;
}

.block-cnas li {
    padding: 0 6px;
    vertical-align: middle;
    text-align: center;
}

.block-cnas li img {
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

.list-window {
    width: 550px;
    overflow: hidden;
}

.list-cnas {
    position: relative;
    width: 1200px;
}

.list-cnas li {
    width: 180px;
    padding: 0 8px;
    font-size: 12px;
    vertical-align: middle;
}

.list-cnas li img {
    width: 100%;
}

.button--rayen {
    overflow: hidden;
    padding: 6px 12px;
    position: relative;

}

.button--rayen.button--inverted {
    color: #fff;
}

.button--rayen::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10a0e9;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-radius: 0px;
}

.button--rayen.button--inverted::before {
    background: #fff;
    color: #37474f;
}

.button--rayen > span {
    display: block;
    position: relative;
    z-index: 8;
}

.button--rayen::before,
.button--rayen > span {
    /*padding: 1em 2em;*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--rayen:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.icon-qq {
    background: url("../../resources/img/index_qqicon01.png") no-repeat;
}

.icon-tel {
    background: url("../../resources/img/index_tel01.png") no-repeat;
}

.icon-mail {
    background: url("../../resources/img/index_email01.png") no-repeat;
}

.icon-top {
    background: url("../../resources/img/index_top01.png") no-repeat;
}

div.contact-map-tip {
    background-color: rgba(52, 95, 117, 0.5);
    width: 400px;
    height: 200px;
    padding: 20px;
    position: absolute;
    right: 60px;
    top: 500px;
}

.addr-list {
    font-size: 16px;
    margin-bottom: 10px;
}

.addr-list li {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.addr-list .active {
    color: #10a0e9;
}

#add-details {
    font-size: 14px
}

/*1026*/
.evi-button {
    color: #fff;
    font-size: 10px;
    padding: 2px 0;
    width: 100px;
}

.evi-prev {
    top: 100px !important;
    left: 80px !important;
}

.evi-next {
    top: 100px !important;
    right: 80px !important;
}

.button-gray {
    background-color: #7f7f7f;
}

.evidencexc-index2 .container p {
    font-size: 14px;
    width: 200px;
    margin: 20px auto;
}

.evidencexc-index2 .container p.titlestyle {
    color: #3d3d3d;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.evidencexc-index3 .detail-img {
    max-width: 400px;
    max-height: 300px;
}

p.titledetail {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 200%;
}

div.title-icon {
    width: 168px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/titlebg.png") no-repeat;
}

div.title-icon h5 {
    line-height: 50px;
}

.evidencexc-index4 .container p {
    font-size: 14px;
    margin-top: 10px;
}

.x-sx img {
    width: 80%;
}

/**************09evidence.html************************/
.evidencexc-index1 {
    background-color: #e2e7ed;
}

.evidencexc-index2 {
    background-color: #fff;
}

.evidencexc-index3 {
    background-color: #e1e1e1;
}

.evidencexc-index4 {
    background-color: #fff;
}

/*template*/
#temp p {
    font-size: 14px;
    line-height: 200%;
}

#temp h5 {
    font-size: 15px;
    font-weight: normal !important;
}

#temp h4 {
    font-size: 17px;
    font-weight: bold;
}

#temp h3 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: normal !important;
}

.nav-select-table > ul {
    position: absolute;
    z-index: 2000;
    margin-top: -13px;
    list-style-position: inside;
    list-style: none;
    display: none;
}

.nav-select-table ul > li > a {
    display: block;
    min-width: 100px;
    font-size: 12px;
    color: #525250;
    text-align: center;
    border: 1px solid #dedede;
    border-bottom: none;
    background-color: #ffffff;
    line-height: 35px !important;
    font-weight: normal;
}

.nav-select-table ul > li > a:hover {
    color: #10a0e9;
}

.nav-select-table li.bottom-border {
    border-bottom: 1px solid #dedede;
}

.nav-select-table .border-dash-bottom {
    border-bottom: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.nav-select-table .border-solid-top {
    border-top: none;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
}

.nav-select-table .solid-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.userba a {
    display: block;
    line-height: 30px;
}

.tf {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.btn-signin {
    width: 55px;
    height: 20px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 9px;
}

.list-logos .col-xs-2 .hover {
    display: none;
}

.fp-slidesNav ul li {
    display: block;
    width: 25px;
    height: 5px;
    margin: 7px;
    position: relative;
    float: left;
}

.fp-slidesNav ul li a span {
    border-radius: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25px;
    border: 0;
    background: #5ac0f3;
    left: 0;
    top: 0;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #10a0e9;
}

/*20171102*/
.process-number{
    font-size:50px;
}
.process-detail{
    font-size: 1.2rem !important;
    margin-top: 14px;
}
.is-title{
    position: absolute;
    left:0;
    right:0;
    margin:auto;
}
.is-title-detail p{
    font-size: 1.2rem !important;
    text-indent: 2.4rem;
}
.is-title-detail span{
    color: #ec1c1c;
    margin:0 15px;
}
.is-div{
   background-repeat: no-repeat;
   background-position: center center;
   padding-bottom: 400px;
}
.server-a-map{
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 20px;
}
.fwzz-div .col-xs-3{
    height:135px;
}
.fwzz-con{
    width: 90%;
    height: 100%;
    background-color: #fff;
    margin:auto;
    padding: 20px 0;
}
.fwzz-con img{
    max-width: 60px;
}
.fwzz-con p{
   font-size: 16px;
}
.fwzz-hover{
    width: 90%;
    height: 100%;
    background-color: #fff;
    margin:auto;
    padding: 20px 15px;
}
.h-fwzz-title{
    font-size: 14px;
}
.fwzz-hover .h-img{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -40px;
    left: 37%;
    padding: 8px;
}
.fwzz-hover .h-img img{
    max-width: 60px;
}
.fwzz-hover .h-txt{
    margin-top: 20px;
}
.fwzz-hover a{
    margin-top: 10px;
    display: block;
    text-align: right;
}
.fwzz-hover a:hover{
    color: #10a0e9;
}
.h-fwzz-detail{
    margin-top: 5px;
}

.section .img_box{
    background:rgba(255,255,255,.8);
}
.section .img_box div{
   border-left: 1px solid  #e5e5e5 ;
    border-bottom: 1px solid  #e5e5e5 ;
    height: 115px;
    line-height: 115px;
    margin-bottom: 0;
    padding-top: 15px;
}

.section .img_box .bl{
    border-left:none;
}

.section .img_box .bb{
    border-bottom: none;
}