/* title */
header .tit h1{
    width: 1200px;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 700;
    color: #0f2d49;
    text-align: center;
    padding:37px 0;
}
/* nav */
header .nav{
    background: #0f2d49;
    padding-top:25px;
}
header .nav ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
header .nav ul li{
    padding-bottom: 40px;
    position: relative;
}
header .nav ul li i{
    display: none;
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid  transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    
}
header .nav ul li a{
    color: #fff;
    text-align: center;
}
header .nav ul li a p{
    font-size: 22px;
    margin-bottom: 5px;
}
header .nav ul li a span{
    font-size: 12px;
    display: block;
}
header .nav ul li:hover a{
    color: #ffb600;
}
header .nav ul li:hover i{
    display: inline-block;
}
/* banner */
header .banner{
    background: url(../images/banner_bj.jpg) no-repeat;
    background-size: 100% 100%;
}
header .banner .banner_outer{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
header .banner .banner_outer .nr_l{
    position: absolute;
    top:50px;
    left: 21%;
}
header .banner .banner_outer .nr_l img{
    width: 290px;
}
header .banner .banner_outer .nr_r{
    width: 470px;
    float: right;
    padding:110px 100px 65px 0;
}
header .banner .banner_outer .nr_r p{
    font-size: 24px;
    color: #fff;
    line-height: 48px;
}
header .banner .banner_outer .nr_r div{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
/* 导航栏 */
.dh{
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    color: #999999;
    font-size: 16px;
    align-items: center;
}
.dh a{
    color:#999999;
    margin: 0 5px;
}
.dh p{
    color: #000;
    margin: 0 5px;
}
/* section */
section{
    width: 1200px;
    margin: 0 auto;
}
section .wdlb{
    background: #fff;
    padding:30px 20px;
}
section .wdlb .wdlb_t{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-bottom:1px dashed #999;
}
section .wdlb h2{
    color: #000;
    font-size: 16px;
    word-wrap: unset;
    font-weight: 700;

}
section .wdlb h2 span{
    font-size: 14px;
    margin-left: 30px;
}
section .wdlb h2 span:hover{
    color: #fff;
    background: #0f2d49;
}
section .wdlb h2 .thisclass{
    color: #fff;
    background: #0f2d49;
}
section .wdlb .wdlb_t div{
    width: 87%;

}
section .wdlb .wdlb_t div dl{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    color: #000;
}
section .wdlb .wdlb_t div dl dt{
    color: #999999;
}
section .wdlb .wdlb_t div dl dd{
    width: 96%;
}
section .wdlb .wdlb_t div dl dd a{
    display: inline-block;
    margin: 0 20px 20px 0;
    font-weight: 700;
}
section .wdlb .wdlb_t div dl dd a:hover{
    color: #fff;
    background: #0f2d49;
}
section .wdlb .wdlb_t div dl dd .thisclass{
    color: #fff;
    background: #0f2d49;
}
section .wdlb .wdlb_b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-bottom:1px dashed #999;
    padding-top: 20px;
}
section .wdlb .wdlb_b:nth-child(3){
    border: 0;
}
section .wdlb .wdlb_b div{
    width: 87%;
}
section .wdlb .wdlb_b div a{
    display: inline-block;
    margin: 0 20px 20px 0;
    font-weight: 700;
}
section .wdlb .wdlb_b div .thisclass{
    color: #fff;
    background: #0f2d49;
}
section .wdlb .wdlb_b div a:hover{
    color: #fff;
    background: #0f2d49;
}
/* 提示 */
.ts{
    background: #fff;
    padding:20px;
    color:#000;
    font-size: 16px;
    margin:20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space:nowrap
}
.ts span{
    color: #fe6262;
}

/* content */
section{
    overflow: hidden;
}
.content_l{
    float: left;
    width: 70%;
}
.content_r{
    float: right;
    width: 28%;
   
}
.content_l .lb{
    background: #fff;
    padding:0 20px 25px;
}
section .tit{
    padding:25px 0;
}
section .tit h3{
    font-size: 20px;
    color: #0f2d49;
    font-weight: 700;
}
.content_l .lb .nr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}
.content_l .lb .nr .nr_l {
    width: 55%;
}
.content_l .lb .nr .nr_l .lb_tit{
    padding:10px 0;
}
.content_l .lb .nr .nr_l .lb_tit h4{
    font-size: 18px;
    color: #0f2d49;
    display: inline-block;
    margin-right:20px;
    font-weight: 700;

}
.content_l .lb .nr .nr_l .lb_tit p{
    display: inline-block;
    color: #ff0000;
    font-size: 16px;
}
.content_l .lb .nr .nr_l .lb_tit p img{
    width: 12px;
    margin-right: 5px;
}
.content_l .lb .nr .nr_l .cont p{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.content_l .lb .nr .nr_l .cont p span{
    font-weight: 700;
}
.content_l .lb .nr .nr_l .cont p a{
    color: #ff0000;
    font-weight: 700;
}
.content_l .lb .nr .nr_r a{
    display: block;
    width: 130px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin:10px 0;
}
.content_l .lb .nr .nr_r a:nth-child(1){
    background: #ff9600;
}
.content_l .lb .nr .nr_r a:nth-child(2){
    background: #0f2d49;
}
.content_l .lb ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.content_l .lb .nr ul li{
    width: 12%;
}
.content_l .fwwd{
    padding:0 20px 25px;
    background: #fff;
    margin:20px 0;
}
.content_l .fwwd ul li{
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
.content_l .fwwd ul li .fwwd_tit{
    padding:30px 0 20px;
}
.content_l .fwwd ul li .fwwd_tit h4{
    color: #0f2d49;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
}
.content_l .fwwd ul li .fwwd_tit span{
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}
.content_l .fwwd ul li .fwwd_tit span:nth-child(2){
    background: #00c1de;
}
.content_l .fwwd ul li .fwwd_tit span:nth-child(3){
    background: #44ac4a;
}
.content_l .fwwd ul li .fwwd_tit span:nth-child(4){
    background: #ff6600;
}
.content_l .fwwd ul li .fwxm_inner{
    overflow: hidden;
}
.content_l .fwwd ul li .fwxm_inner img{
    width: 30%;
    float: left;
    height: 130px;
}
.content_l .fwwd ul li .fwxm_inner .cont{
    box-sizing: border-box;
    width: 70%;
    padding:17px;
    background: #f7f7f7;
    float: left;
}
.content_l .fwwd ul li .fwxm_inner .cont p{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
   
}
.content_l .fwwd ul li .fwxm_inner .cont p span{
    font-weight: 700;
}
.content_l .fwwd ul li .fwxm_inner .cont p a{
    color: #ff0000;
    font-weight: 700;
}

/* 手表相关文章 */
.content_r .sbwz{
    background: #fff;
    padding: 0 20px 25px;
   
}
.content_r .sbwz .sbt{
    position: relative;
}
.content_r .sbwz .sbt img{
    width: 100%;
}
.content_r .sbwz .sbt p{
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}
.content_r .sbwz .sbt p a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding:3px 0;
}
.content_r .sbwz ul li{
    padding:15px 0;
    border-bottom:1px solid #999;
}
.content_r .sbwz ul li:nth-last-child(1){
    border-bottom: 0;
    padding-bottom:0;
}
.content_r .sbwz ul li a{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content_r .fwzx{
    padding: 0 20px 25px;
    background: #fff;
    margin: 20px 0;
}
.content_r .fwzx ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_r .fwzx ul li{
    width: 21%;
    padding: 3px 0;
    border:1px dashed #999;
    margin-bottom: 15px;
    text-align: center;
}
.content_r .fwzx .cont p{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.content_r .fwzx .cont p span{
    font-weight: 700;
}
.content_r .fwzx .cont p a{
    color: #ff0000;
    font-weight: 700;
}
.content_r .fwzx .fwzx_an{
    display: flex;
    justify-content: space-around;
}
.content_r .fwzx .fwzx_an  a{
    display: block;
    width: 130px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin:10px 0;
}
.content_r .fwzx .fwzx_an  a:nth-child(1){
    background: #ff9600;
}
.content_r .fwzx .fwzx_an  a:nth-child(2){
    background: #0f2d49;
}

.content_r .twtj{
    padding: 0 20px 25px;
    background: #fff;
    margin: 20px 0;
}
.content_r .twtj ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_r .twtj ul li{
    width: 48%;
    background: #f7f7f7;
    margin-bottom: 15px;
}
.content_r .twtj ul li img{
    width: 100%;
}
.content_r .twtj ul li div{
    padding:5px;
    font-size: 12px;
}
.content_r .twtj ul li div p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content_r .cstj{
    padding: 0 20px 25px;
    background: #fff;
    margin: 20px 0;
}
.content_r .cstj ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_r .cstj ul li{
    width: 18%;
    background: #f7f7f7;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 7px;
    font-size: 14px;
}

#page{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    
}
#page li{
    padding:2px 5px;
    margin:0 2px;
    font-size: 16px;
    color: #000;
    border:1px solid #999;
}
#page li:hover{
    background: #0f2d49;
    border:1px solid #0f2d49;
    color:#fff;
}
/* footer */
footer{
    background: #2d2d2d;
    padding:50px 0 60px;
}
footer ul{
    width: 1200px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer ul li{
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #f7f7f7;
    padding:2px 8px;
}
footer ul li:nth-child(1){
    border:0;
}
footer ul li a{
    color:#f7f7f7;
}
footer p{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color:#f7f7f7;
    margin-top: 15px;
}


/* 品牌网页 */
.content_l .khzx{
    background: #fff;
    padding: 25px 20px 25px;
    margin-bottom: 20px;
    overflow: hidden;
}
.content_l .khzx .inner_l{
	width: 38%;
    float: left;
    border: 1px solid #999;
    padding:20px;
    margin-right: 20px;
}
.content_l .khzx .inner_l img{
    width: 100%;
    margin-bottom: 20px;
}
.content_l .khzx .inner_l p{
    color: #000;
    font-size: 14px;
    text-align: center;
}
.content_l .khzx .inner_l p span{
    font-weight: 700;
}
.content_l .khzx .inner_r .tit{
    padding: 10px 0 15px;
}
.content_l .khzx .inner_r .cont p{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    line-height: 24px;
}
.content_l .khzx .inner_r .cont p span{
    font-weight: 700;
}
.content_l .khzx .inner_r .cont p a{
    color: #ff0000;
    font-weight: 700;
}
/* 地图 */
.content_l .ditu{
    background: #fff;
    padding: 25px 20px 25px;
    margin-bottom: 20px;
}
.content_l #dituContent{
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
	margin: auto;
}
/* 服务环境 */
.content_l .fwhj{
    background: #fff;
    padding: 0 20px 25px;
    margin: 20px 0;
}
.content_l .fwhj ul{
    display: flex;
    justify-content: space-between;
}
.content_l .fwhj ul li{
    width: 24%;
}
.content_l .fwhj ul li img{
    width: 100%;
}
/* 技师团队 */
.content_l .jstd{
    background: #fff;
    padding: 0 20px 25px;
    margin-bottom: 20px;
}
.content_l .jstd ul{
    display: flex;
    justify-content: space-between;
}
.content_l .jstd ul li{
    width: 24%;
}
.content_l .jstd ul li img{
    width: 100%;
}
/* 更多资讯 */
.content_l .gdzx{
    background: #fff;
    padding: 0 20px 25px;
    margin-bottom: 20px;
}
.content_l .gdzx ul li{
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    overflow: hidden;
}
.content_l .gdzx ul li:nth-last-of-type(1){
    border: 0;
    padding: 0;
    margin: 0;
}
.content_l .gdzx ul li a{
    overflow: hidden;
}
.content_l .gdzx ul li a .slt{
    width: 15%;
    float: left;
    margin-right: 25px;
}
.content_l .gdzx ul li a div{
    padding:10px 0;
}
.content_l .gdzx ul li a div h5{
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.content_l .gdzx ul li a div p{
    font-size: 16px;
}
.content_l .gdzx ul li a div span{
    margin-right: 10px;
}
.content_l .gdzx ul li a div span:nth-child(2),
.content_l .gdzx ul li a div span:nth-last-of-type(1){
    color: #999999;
}
.content_l .gdzx ul li a div span img{
    width: 24px;
    margin-top: -4px;
    margin-right: 5px;
}

/* 城市分类 */
.cs{
    border: 1px solid #999;
    margin-bottom:20px;
}
.cs .rmcs{
    background: #f7f7f7;
    padding:15px 30px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cs .rmcs p{
    display: inline-block;
    font-size: 18px;
    margin-right: 35px;
    font-weight: 700;
}
.cs .rmcs ul{
    overflow: hidden;
}
.cs .rmcs ul li{
    font-size: 14px;
    margin-right: 20px;
    float: left;
}
.cs .zxs{
    padding:20px 30px;
    border-bottom: 1px dashed #999;
    display: flex;
    justify-content: end;
    align-items: center;
}
.cs .zxs p{
    display: inline-block;
    font-size: 18px;
    margin-right: 52px;
    font-weight: 700;
}
.cs .zxs ul{
    overflow: hidden;
}
.cs .zxs ul li{
    font-size: 14px;
    margin-right: 20px;
    float: left;
}
.cs .dq{
    margin:20px 30px 0;
    border-bottom: 1px dashed #999;
}
.cs .dq:nth-last-of-type(1){
    border: 0;
}
.cs .dq h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.cs .dq div{
    display: flex;
    justify-content: end;
    align-items: end;
    padding-left: 58px;
    font-size: 14px;
}
.cs .dq div span{
    color: #999999;
    margin-right: 20px;
}
.cs .dq div ul{
    overflow: hidden;
}
.cs .dq div ul li{
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}