﻿.back{
   background-color: #f4f4f4;
    padding-bottom: 20px;
}
.back-content{
    overflow: hidden;
    width: 1100px;
    background-color: #fff;
    margin: 0px auto;
    padding-bottom: 38px;
}
.service-active{
    color:#ff9426;
}
/*.standard-box{*/
    /*width:1100px;*/
    /*margin: 0 auto;*/
/*}*/
 .service-top{
    padding: 6px 0;
    background-color: #fff;
    margin-bottom: 5px;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
}
 .service-top  table{
    font-size: 0;
    border-collapse: collapse;
    width:100%;
    table-layout: fixed;
}
.service-top table tr td{
    text-align: center;
    border-right: 1px solid #ededed;
}

 .service-top table tr td a{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    display: block;
    curssor:pointer;
}
.service-top table tr td:last-of-type{
    border-width: 0;
}
 .service-top table tr td a:hover{
    color:#ff9426;
}

.standard ul{
    padding-top: 20px;
}
.standard ul li:nth-last-child(1){
    border-bottom: none;
}

 .standard-context{
     margin: 0 auto;
     width:1100px;
    padding: 6px 0;
    background-color: #fff;
    font-size: 16px;
    color:#5f5f5f;
    line-height: 30px;
    border-bottom-right-radius:5px ;
    border-bottom-left-radius:5px ;
}

.standard-context .context-top{
    padding:26px 63px ;
}

.standard-context .context-top h2{
    font-size:18px;
    color:#000000;
    padding:0 10px 24px 10px;
}

.standard-context .stanard-item .item-title {
    color: #ff7800;
    font-size: 18px;
    line-height: 38px;
    padding: 19px 0;
    margin:0  25px ;
    background-color: #f4f4f4;
    border-radius:5px ;
}
.stanard-item .item-title p{
    padding:0  55px ;
}
.standard-context .stanard-item .item-des{
    padding:30px  80px;
}

/*
保养指南
*/
.byzn-bander{
    min-width: 1190px;
    max-width: 2560px;
    height: 387px;
    background-position: center center;
}
.byzn-bander-in{
    width: 1190px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 387px;
}
.byzn-setting{
    min-width: 1190px;
    max-width: 2560px;
    overflow: hidden;
    background: #f4f4f4;
}
.byzn-headline{
    width: 1100px;
    margin: 0 auto;
    font-size: 0;
}
.byzn-headline a{
    text-decoration: none;
    color: #2e2e2e;
}
.byzn-headline ul{
    list-style: none;
    background: #fff;
    padding: 7px 0;
    text-align: center;
}
.byzn-headline ul li{
    width: 219px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-right: 1px solid #ccc;

}
.byzn-headline ul li:last-child{
    border: none;
}
.byzn-headline ul li a:hover{
    color: #ff9426;
}
.byzn-regular{
    width: 1100px;

    margin: 0 auto;
    background: #fff;
    margin-top: 10px;
}
.byzn-regular p{
    width: 940px;
    margin: 0 auto;
}
.byzn-regular p:nth-of-type(1){
    font-size: 18px;
    color: #424242;
    line-height: 80px;
}
.byzn-regular p:nth-of-type(2){
    font-size: 16px;
    color: #656565;
    line-height: 30px;
    padding-bottom: 30px;
}
.byzn-project{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
}
.byzn-project-in{
    width: 1047px;
    margin: 0 auto;
    background: #f4f4f4;
}
.byzn-project-in p{
    padding-left: 57px;
    color: #ff8700;
    font-size: 18px;
    line-height: 80px;
}
.byzn-icon{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
}
.byzn-icon img{
    width: 83px;
    height: 56px;
}
.byzn-icon-in{
    padding-left: 78px;
}
.byzn-icon-in-font{
    padding-left:10px;
    padding-right: 20px;
}
.byzn-icon-in-tr{
    height: 85px;
}
.byzn-icon-in p{
    font-size: 14px;
    color: #505050;
    line-height: 30px;
}
.byzn-icon-in p:nth-of-type(1){
    margin-top: 20px;
}
.byzn-icon-in p:nth-of-type(2){
    margin-top: 20px;
}
.byzn-icon-in p:nth-of-type(5){
    margin-top: 20px;
}
.byzn-foot{
    width: 1100px;
    background: #fff;
    margin: 0 auto;
}
.byzn-foot p{
    margin-left: 78px;
    color: #505050;
    line-height: 30px;
    font-size: 16px;
}
.byzn-foot p:nth-of-type(1){
    padding-top: 20px;
}
.byzn-foot p:nth-of-type(2){
    padding-bottom: 30px;
}
/*
三包标准
*/
/*设置css的编码*/
/*清除input框的默认样式*/
ul, ol {
    list-style: none;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}

/*禁止textarea拉伸*/
textarea {
    resize: none;
}

/*让图片基线对其*/
img {
    border: 0;
    vertical-align: middle;
}
a{
    text-decoration:none;
}


/*清除浮动最流行方式*/
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/*css骇客*/
.clearfix {
    *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.three-username{
    width: 94%;
    position: relative;
    transform: translate(-50%);
    left: 50%;
    background-color: #fff;
}
.three-username h3{
    color: #ff8700;
    line-height: 80px;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    background-color: #f4f4f4;
    margin: 0;
    text-indent: 35px;
    position: relative;
    transform: translate(-50%);
    left: 50%;
    font-size:20px;
}

.three-username p{
    margin: 0;
    font-size: 16px;
    color: #595757;
    letter-spacing:2px;
    line-height: 32px;
}
.three-p-fa{
    padding:35px ;
    padding-bottom: 0;
}
.three-term{
    color: #ff8700;
    text-align: center;
    margin: 30px;
    font-size:20px;
    padding-top: 50px;
}
table{
    width: 83.4%;
    position: relative;
    transform: translate(-50%);
    left: 50%;
    table-layout: auto;
    border-collapse:collapse;
    margin-bottom: 20px;
    /*border: 1px solid #b2b2b2;*/
}
td{
    border-right: 1px solid #aeaeae ;
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    border-left: 0px;
}

#three-tr1{
    background-color: #f4f4f4;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
}
#three-tr1 td{
    border-bottom: none;
    font-weight: bold;
}
.three-td-1{
    width: 11.4%;
    text-align: center;
    vertical-align: middle;
}
.three-td-11{
    width: 11.4%;
    text-align: center;
    vertical-align: middle;
}
.three-td-2{
    width: 33.4%;
    font-size: 16px;
    color: #595757;
    letter-spacing:2px;
    line-height: 34px;
    padding:10px 0 10px 27px ;
}
.three-td-3{
    width: 9.5%;
    font-size: 16px;
    color: #595757;
    letter-spacing:2px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}
.three-td-4{
    width: 45.7%;
    font-size: 16px;
    color: #595757;
    letter-spacing:2px;
    line-height: 32px;
    padding:10px 0 10px 27px ;
    border-right: none ;
    vertical-align: middle;
}
.kij1 .three-td-1, .kij1 .three-td-2{
    vertical-align: middle;
}
.kij1 .three-td-2{
    padding-top: 7px;
}

#three-tr1 #three-td-1-1{
    border-right: none;
}
#three-tr2{
    background-color: #f4f4f4;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
}
#three-tr2 td{
    border-bottom: none;
    font-weight: bold;
}
#three-td3{
    border-right: none;
    padding-left:27px;
    text-align: left;
}
#three-table-2 .three-td-1{
    width: 11.4%;
}
#three-table-2 .three-td-2{
    width: 0;
    border-right: none;
}
/*
服务
理念
*/
/*care部分*/
.care{
    height: 429px;
    margin-top: 48px;
}
.care .content{
    width: 1117px;
    margin: auto;
    height: 130px;
}
.care .content p:first-child{
    font: 18px microsoft yahei;
    line-height: 30px;
}
.care .content p:nth-child(2){
    margin-top: 32px;
    padding-left: 47px;
    font: 16px microsoft yahei;
    line-height: 30px;
    color: #636363;
}
.care .content .p3{
    font: 18px microsoft yahei;
    color: #676767!important;
    margin-left: 838px;
    margin-top: -161px;
}
.care .content img{
    margin-top: -93px;
    margin-left: 530px;
}

/*message1部分*/
.message1{
    height: 76px;
    margin-top: 38px;
}
.message1 .content{
    width: 1047px;
    margin: auto;
    height: 76px;
    background-color: #f4f4f4;
    border-radius: 8px;
}
.message1 .content p{
    font-size: 30px;
    color: #ff8700;
    line-height: 76px;
    margin-left: 17px;
}
.message1 .content p span{
    font-weight: 600;
    padding-left: 50px;
}

/*standard部分*/
.standard{
    height: 282px;
}
.standard .content{
    width: 1191px;
    height: 170px;
    margin: auto;
    padding-left: 92px;
}
.standard ul li{
    width: 915px;
    height: 57px;
    border-bottom: 1px solid #dddddd;
    line-height: 57px;
}
.standard ul li span{
    display: block; 
    float:left;
    font-size: 18px;
    color: #ff8700;
    width: 210px;
}  
.standard ul li p{
    float: left;
    font-size: 16px;
}

.standard2{
    height: 262px;
}
.standard2 .content{
    width: 1191px;
    height: 170px;
    margin: auto;
    padding-left: 47px;
}
.standard2 .skk1{
    display: block;
    padding-top: 15px;
    margin-left: 47px;
    line-height: 100px;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    width: 915px;
}
.standard2 ul li{
    overflow: hidden;
    width: 700px;
    line-height: 46px;
}
.standard2 ul li:nth-child(1){
    padding-top: 30px;
}
.standard2 ul li span{
    float: left;
    display: block;
    font-size: 18px;
    color: #ff8700;
    padding-left: 47px;
    width: 166px;
}
.standard2 ul li p{
    float: left;
    font-size: 18px;
}






.promise,
.responsibility{
    height: 273px!important;
}

.service{
    height: 318px;
}

/*服务动态*/
.common {
    width: 100%;
    background: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.care{
    padding-left: 92px;
}
.care ul li:nth-child(1){
    font-size: 24px;
    color: #ff8700;
}
.care ul li{
    width: 915px;
    height: 57px;
    border-bottom: 1px solid #dddddd;
    line-height: 57px;
}
.care ul li span{
    display: block; 
    float:left;
    font-size: 18px;
    color: #ff8700;
    width: 210px;
}  
.care ul li p{
    float: left;
    font-size: 16px;
}
.care ul li:nth-child(4) p{
    line-height: 26px;
}

/*dynamic部分*/
.dynamic {
    height: 300px;
}

.dynamic .content {
    /*margin-top: 186px;*/
    text-align: center;
    font: 36px microsoft yahei;
    color: #fff;
    line-height: 300px;
}

/*navigation部分*/
.navigation .content {
    width: 1100px;
    height: 39px;
    margin: auto;
    text-align: center;
    font: 16px microsoft yahei;
    line-height: 39px;
}

.navigation .content ul li {
    float: left;
    padding-left: 84px;
}

.navigation .content ul li:nth-child(2),
.navigation .content ul li:nth-child(4),
.navigation .content ul li:nth-child(6),
.navigation .content ul li:nth-child(8) {
    color: #ededed;
}

.fixed a{
    color: #ffa243!important;
}

.navigation .content ul li a:hover {
    color: #ffa243;
}

.navigation .content ul li a {
    text-decoration: none;
    color: #4a4a4a;
}

.orange {
    color: #ffa243;
}

/*line部分*/
.line {
    width: 1100px;
    margin: 0px auto;
    height: 12px;
    background-color: #fff;
}
.line .content{
    width: 1100px;
    height: 12px;
    margin: auto;
    text-align: center;
    color: #fff;
    background-image:-webkit-linear-gradient(to top,#fefefe,#fafafa);
    background-image:linear-gradient(to top,#fefefe,#fafafa);
}

/*dynamic部分*/
.dynamic-details{
    width: 1035px;
    margin: 33px auto;
}
.dynamic-details .content ul li{
    width: 326px;
    height: 541px;

}
.dynamic-details .content ul li{
    float: left;
    margin-right: 19px;
    margin-top: 34px;
}
.news{
    overflow: hidden;
    height: 225px;
    background-color: #f4f4f4;
    width: 328px;
}
.title{
    font: 20px microsoft yahei;
    font-weight: bold;
    color: #ff7800;
    line-height: 34px!important;
    margin:20px 20px 0px;
 }
.date{
    margin-left:27px;
    font: 13px microsoft yahei;
    color: #636363;
}
.news_content{
    margin:20px;
    color: #636363;
}
.details{
    width: 328px;
    text-align: center;
    font: 20px microsoft yahei;
    line-height: 61px;
    color: #fff;
    background-color: #ff9527;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

}
.details a{
    color: #fff;
}
.pagination{
    text-align:center;
    margin:30px 0 20px 0;
    width: 100%;
}
.pagination li{
    margin:0px 10px;
    border:1px solid #e6e6e6;
    padding: 3px 8px;
    display: inline-block;
}
.pagination .active{
    background-color:#EF8200;
    color: #fff;
}
.pagination .disabled{
    color:#aaa;
}
.pagination ul li a:hover
{
    color:#ff7800;
}
/*详情部分*/
.xwzx2-substance{
    width: 100%;
    min-height: 500px;
    padding-bottom: 30px;
}

.xwzx2-substance-in{
    width: 1190px;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 40px;
}
.xwzx2-substance-in p:nth-of-type(1){
    text-align: center;
    font-size: 23.73px;
    line-height: 60px;
}
.xwzx2-substance-in p:nth-of-type(2){
    text-align: center;
    font-size: 10px;
    color: #9d9d9e;
}
.xwzx2-substance-in p:nth-of-type(2) span:nth-of-type(1){
    display: inline-block;
    margin-right: 20px;
}
.xwzx2-substance-in p:nth-of-type(2) b{
    font-weight: normal;
}
.picture-top{
    padding-top: 15px;
    margin: 0px auto;
    display: block;
}
.xwzx2-public{
    line-height: 30px;
}
.xwzx2-exchange{
    width: 1190px;
    /*padding: 0 40px;*/
    margin: 0 auto;
}
.xwzx2-exchange ul{
    border-top: 1px dashed #ccc;
    padding-top: 40px;
    list-style: none;
}
.xwzx2-exchange ul li{
    line-height: 30px;
    cursor: pointer;
}
.xwzx2-exchange ul li img{
    padding-right: 10px;
}
.content ul li .first-img{
    width: 328px;
    height: 253px;
    overflow: hidden;
}
.content ul li img{
    min-width: 100%;
    min-height: 100%;
    /*_width:expression(this.height > this.width ? "328px" : this.width);*/
}
