﻿/**
 * 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: 1200px;
}

.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;*/
/*}*/
.section1-1 .col-xs-offset-3{
    margin-left:34%;
}
.section1-1 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-1{
    /*background: url("../assets/banner/banner4.png") fixed  no-repeat center;*/
    background: url("../assets/banner/banner1.jpg") fixed  no-repeat center;
/*     background-size: cover; */
width: 100%; height: 100%; 
}
.section1-2{
    background: url("../assets/banner/banner2.jpg") no-repeat center;
/*     background-size: cover; */
    width:100%;
    height:100%;
}
.section1-3{
    background: url("../assets/banner/banner3.jpg") no-repeat center;
/*     background-size: cover; */
    width:100%;
    height:100%;
}
.section1-4{
    /*background: url("../assets/banner/banner4.png") no-repeat center;*/
    background: url("../assets/banner/indexbg1-4.jpg") no-repeat center;
/*     background-size: cover; */
    width:100%;
    height:100%;
}




.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: 1200px;
    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;
}
.bar-top li.protect{
  	/* width:120px; */
  	padding: 0 15px;
  	line-height:30px;
    height:30px;
}
.bar-top li.login{
    width:70px;
    height: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: 1200px;
    height:70px;
    line-height: 70px;
}
.nav-bg{
    background-color: rgba(255,255,255,.6);
    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{
    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;
    bottom: 62px;
    z-index: 1002;
}
.nav-right {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1002;
}
.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: 1200px;
    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:#757575;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-nav h4 {
    color:#757575;
}
.footer-nav a, .footer-nav p {
    color:#757575;
    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: 1200px;
    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: 1200px;
    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;
}
.contact-index1{
    background: url("../img/contactus_bg01.jpg") no-repeat center;
    background-size: cover;
}
.contact-map{
    /*padding:100px;*/
    /*position:relative;*/
}
.contact-map img{

}
div.contact-map-tip{
    background-color: rgba(52,95,117,0.5);
    width:400px;
    height:200px;
    position: absolute;
    right:0px;
    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: 1200px;
    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: rgba(0,0,0,.6);*/
    background: #10a0e9;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-radius: 5px;
}
.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:0px;
    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: 1000;
    margin-top: 12px;
    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{
    max-width: 20px;
    max-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: 50px;
    height: 5px;
    margin: 7px;
    position: relative;
    float: left;
}
.fp-slidesNav ul li a span {
    border-radius:0;
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 50px;
    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 span,.fp-slidesNav ul li:hover a.active span {
	
	border-radius:0 !important;
    position: absolute !important;
    z-index: 1 !important;
    height: 5px !important;
    width: 50px !important;
    border: 0 !important;
/*     background: #5ac0f3; */
    left:0 !important;
    top: 0 !important;
    margin: -2px 0 0 -2px !important;
    -webkit-transition: all 0.1s ease-in-out  !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
    
    background: #10a0e9 !important;
}
