﻿/*news*/
/*position*/
.position{
    width: 100%;
    font-size: 14px;
    color: #a4a4a4;
    padding: 1% 0;
    background-color: #f8f8f8;
}
.position a{
    font-size: 14px;
    color: #a4a4a4;
    text-decoration: none;
}
/*position*/

/*inspection */
.inspection{
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 2%;
}
.inspection img{
    /*width: 100%;*/
}
.inspection-left{
    width: 22%;
    color: #767676;
    background-color: #fff;
}
.services{
    margin-bottom: 2px;
    width: 100%;
}
.services img{
    width: 100%;
}
.inspection-left ul li:last-child{
    border-bottom: 0px;
}
.represent{
    font-size: 24px;
    color: #222;
    text-align: center;
    margin-bottom: 4%;
}
.represent span{
    font-size: 16px;
    color: #a4a4a4;
}
.tel{
    background:url("../images/tel.jpg") center no-repeat;
    height: 157px;
    text-align: center;
    font-size: 20px;
    padding-top: 35%;
    background-size: 100% 100%;
}
.tel a{
    color: #ff840c;
    font-weight: bold;
    text-decoration: none;
}

.inspection-left ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding-left: 24%;
    font-size: 14px;
}
.inspection-left ul li a{
    color: #757575;
    text-decoration: none;
}
.inspection-left ul li:hover{
     background-color: #eee;
    border-left: 5px solid #19bf68;
 }
.inspection-left ul li:hover .ser-a{
    color: #19bf68;
}
.inspection-left ul li a:hover{
    color: #19bf68;
}
.currentl{
    border-left: 5px solid #19bf68;
    color: #19bf68;
    padding-left: 22%;
    background-color: #eee;
}
.inspection-right{
    width: 74%;
    background-color: #fff;
    margin-left: 3%;
    padding: 20px 20px 100px 20px;
}
.test-center{
    width: 100%;
    display: inline-block;
    font-size: 24px;
    color: #222;
    text-align: center;
    margin: 3% 0 3% 0;
}
.test-center a{
    color: #222;
    text-decoration: none;
}

.test-center1{
    width: 100%;
    display: inline-block;
    font-size: 24px;
    color: #222;
    text-align: center;
    margin: 6% 0 3% 0;
}
.test-center1 a{
    color: #222;
    text-decoration: none;
}

.test-centernew a{
    color: #004ea2;
    text-decoration: none;
    height: 40px;
    display: block;
    border: 1px solid #004ea2;
    width: 30%;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 36px;
    font-weight: bold;
    font-size: 22px;
}
.test-center span{
    font-size:16px;
    color: #7e7e7e;
}
.test-center span a{
    color: #7e7e7e;
    text-decoration: none;
}
.test-hr{
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    /*margin: 0;*/
}
.test_list{
    width: 100%;
    display: inline-block;
}
.test_nr{
    width: 32%;
    border: 1px solid #dcdcdc;
    padding: 1% 0;
    margin-bottom: 2%;
    display: inline;
    background: #fff;
    margin-right: 10px;
}
.test_nr:hover{
    border: 1px solid #004ea2;
    cursor: pointer;
}
.test-img img{
    width: 100%;
}
.test-img{
    padding: 4%;
    width: 48%;
    float: left;
}
.test_txt{
    width: 52%;
    float: left;
    display: inline;
    padding-top: 4%;
    padding-right: 2%;
}
.test_txt1{
    width: 100%;
}
.test_txt1 strong{
    font-size: 12px;
    line-height: 32px;
}

.test_txt1 strong a{
    color: #3a3a3a;
    text-decoration: none;
}
.test_txt2{
    font-size: 12px;
    color: #8d8d8d;
    line-height: 20px;
}
.test_txt2 a{
    color: #004ea2;
}
.test_txt2 a:hover{
    text-decoration: none;
    color: #004ea2;
}
.test_list ul li:nth-child(3) {
    margin-right: 0;
}
.test_list ul li:nth-child(6) {
    margin-right: 0;
}
.test_list ul li:nth-child(9) {
    margin-right: 0;
}
/*inspection */
.custom-new{
     width: 100%;
     background-color: #6dd12a;
}
.custom{
    width: 100%;
    background: url("../images/dzfw-bg.jpg")  center no-repeat;
    background-size: 100%;
    height: 330px;
    background-color: #6dd12a;
}
.custom-right{
    width: 48%;
    padding: 81px 5% 5% 2%;
    line-height: 26px;

}
.custom-right-p{
    font-size: 14px;
    color: #fff;
}
.custom-right-i{
    width: 69%;
    margin-top: 35px;
}

/*4.11*/
.menu_top{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    background: #004ea2 url(../images/pro_left.png) center left no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
.menu_list .current{
    background: #004ea2 url(../images/pro_down.png) center left no-repeat;
    color: #fff;
}
.menu_drop{
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: 38px;
    background: #fff;
}
.menu_drop a{
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #767676;
    text-decoration: none;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
.menu_drop a:hover {
    text-decoration: none;
    color: #004ea2;
}

@media screen and (max-width: 1050px)and (min-width: 801px){
    .custom-right-i{
        margin-top: 10px;
    }
    .test_txt {
        padding-top: 0;
        padding-right: 1%;
    }
    .test_txt1 a{
        font-size: 14px;
    }
    .test-center {
        font-size: 20px;
    }
    .test-centernew a{
        font-size: 20px;
    }
    
}



/*inspection-single start*/
.inspection-alone{
    background-color: #ffffff;
}
.inspection-single{
    width: 100%;
    margin-left: 0px;
    padding: 0;
}
.more{
    width: 60px;
    height: 21px;
    line-height: 21px;
    background-color: #004ea2;
    font-size: 12px;
    text-align: center;
    margin-top: 10%;
}
.more a{
    color: #fff;
    text-decoration: none;
}
.more a:hover{
    color: #fff;
}
.test_single1{
    color: #3c3c3c;
	height:24px;
	overflow:hidden;
}
.test_single{
    color: #717171;
}
.test-alone{
    width: 31.3%;
    margin: 0 1% 2% 1%;

}
/*orientate-daohang*/
.orientate{
    width: 100%;
    height: 50px;
    background-color: #fff;
    margin-top:5px;
}
.orientate-list{
    width: 100%;
    display: inline-block;
    margin-top: 1px;
}
.orientate-nr{
    width: 14%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    text-align: center;
}
.orientate-nr a{
    color: #363636;
    text-decoration: none;
}
.orientate-nr:hover{
    background-color: #004ea2;
}
.orientate-nr:hover .or-nr-a{
    color: #fff;
}
.location{
    background-color: #004ea2 ;
    color: #fff;
}
.location a{
    color: #fff;
}
/*orientate-daohang*/
.describe{
    width: 100%;
    background-color: #f8f8f8;
}
.describe-list{
    width: 100%;
    display: inline-block;
    margin: 5% 0;
}
.describe-ll{
    width: 32%;
    text-align: center;
}
.describe-ll span{
    font-size: 30px;
    color: #323232;
}
.describe-ll span a{
    color:#323232 ;
    text-decoration: none;
}
.describe-lc{
    width: 2%;
}
.describe-lr{
    width: 55%;
    margin-left: 3%;
    text-indent: 2em;
    text-align: justify;
    margin-top: 2%;
}
.describe-lr p{
    font-size: 14px;
    color: #4f4f4f;
    line-height: 24px;
}
.pageBox li{float:left; list-style:none}
/*inspection-single  end*/
