body {
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    color:#333;
}
a{
    text-decoration: none;
    color:#333;
}
a:hover{
    text-decoration: none;
    color:#333;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.dja{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tel_r span{
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.head_l img{
    display: block;
    height: 50px;
}
.head{
    height: 80px;
    line-height: 80px;
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.tel_r{
    line-height: 25px;
}
.tel_l img{
    display: block;
    margin-right: 10px;
}
.nav a{
    font-size: 16px;
    margin: 0 15px;
}
.tel_r{
    font-size: 20px;
    font-weight: bold;
}
.nav .avtive{
    border-bottom: 3px solid #c7962c;
    margin: 10px 15px;
    color: #c7962c;
    padding-bottom: 8px;
}
.nav a:hover{
     border-bottom: 3px solid #c7962c;
    margin: 10px 15px;
    color: #c7962c;
    padding-bottom: 8px;
}
.banner{
    margin-top: 80px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    background: rgb(199 150 44);
    padding: 15px;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        font-size: 20px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    background: rgb(199 150 44);
    padding: 15px;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
     font-size: 20px;
}
.section1{
    padding: 50px 0;
    background: rgb(249 250 251);
}
.section_t{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.section_t em{
    width: 100px;
    border-bottom: 3px solid #c7962c;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
}
.section1_box a{
    box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background: #fff;
    display: block;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.section1_box a:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.section1_box a:hover .section1_box_t{
    color:#c7962c;
}
.section1_box_x{
        width: 64px;
    height: 64px;
    background: #c7962c;
    border-radius: 100%;
    line-height: 62px;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.section1_box ul li {
    float: left;
    width: 277px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.section1_box ul li:nth-child(4n) {
    margin-right: 0;
}
.clear{
    clear: both;
}
.section1_box{
    margin-top: 35px;
}
.section1_box_t{
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0;
        margin-top: 20px;
}
.section1_box_p{
    line-height: 25px;
    color: #666;
}
.section1_box_a span{
    font-size: 14px;
    background: #c7962c;
    font-weight: bold;
    padding: 6px 20px;
    color: #fff;
    border-radius: 5px;
}
.section1_box_a{
    margin-top: 20px;
}
.section2{
    padding: 50px 0;
}
.section2_box{
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section2_box_r img{
    width: 560px;
    /* margin-left: 40px; */
    display: block;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.section2_box_p{
    line-height: 25px;
    color: #fff;
} 
.section2_box_a a {
    font-size: 14px;
    background: #c7962c;
    font-weight: bold;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #c7962c;
}
.section2_box_a{
    margin-top: 30px;
}
.section3{
        padding: 50px 0;
    background: rgb(249 250 251);
}
.section3_box{
    margin-top: 35px;
}
.section3_box li{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 550px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.section3_box li:nth-child(2n) {
    margin-right: 0;
}
.section3_box_l{
    width: 150px;
    height: 100px;
}
.section3_box_l img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.section3_box a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section3_box_r{
    width: 430px;
    margin-left: 10px;
}
.section3_box_r_t h3{
        display: block;
        width: 100%;
        overflow: hidden;
        color: #333;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        font-weight: bold;
        margin-left: 10px;
}
.section3_box_r_t{
        display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.section3_box_r_t span{
        display: block;
    width: 60px;
    text-align: center;
    background: #c7962c;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
.section3_box_r_p{
        color: #999;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
}
.section2{
    background-image: url(../images/cityscape-8950510_960_720.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section_t2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#fff;
}
.section4_box li{
    width: 20%;
    float: left;
}
.section4_box1{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #c7962c;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section4_box{
    margin-top: 35px;
}
.section4{
    padding: 50px 0;
}
.section4_box2{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.section4_box3{
    text-align: center;
}
.an{
   margin: 0 auto;
   margin-top: 45px;
   text-align: center;
}
.an a{
     border-radius: 10px;
     padding: 10px 30px;
     color:#fff;
     background:  #c7962c;
     font-size: 14px;
     background: #c7962c;
     font-weight: bold;
     padding: 10px 30px;
     color: #fff;
     border-radius: 5px;
     border: 2px solid #c7962c;
}
.section5_box img {
    display: block;
    width: 152px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #c7962c;
    background: #fff;
}
.section5_box img:nth-child(7n) {
    margin-right: 0;
}
.section5{
    padding: 50px 0;
}
.section5_box{
    margin-top: 35px;
}
.foot{
    background: #1f2937;
    padding: 30px 0;
}
.link{
    color:#fff;
    border-bottom: 1px solid #667283;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.link a{
    color:#fff;
    padding-left: 10px;
}
.foot_x p{
    margin: 0;
    text-align: center;
    color: #cbcbcb;
    font-size: 13px;
    line-height: 25px;
}
.dh{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-bottom: 1px solid #667283;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dh p{
    padding: 0 20px;
        color: #ffcd60;
}
.dh span{
       padding-right: 10px;
color: #cbcbcb;
}
.foot_x{
       margin-top: 20px; 
}
.section2_box_a a:hover{
    border:2px solid #fff;
    box-sizing: border-box;
}
.section2_box_r img:hover{
    transform: scale(1.1);
    transition:all 0.3s;

}
.section2_box_r{
    overflow: hidden;
    width: 560px;
    margin-left: 40px;
    border-radius: 20px;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.section2_box_p{
    width: 600px;
}
.section3_box_l{
    overflow: hidden;
        border-radius: 10px;
}
.section3_box li:hover img{
     transform: scale(1.1);
    transition:all 0.3s;
}
.section3_box_l img{
    transition:all 0.3s;
}
.section3_box li:hover .section3_box_r_t h3{
    color:#c7962c;
}
.section2_box_a2 {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.section2_box_a2 a {
    font-size: 14px;
    background: #c7962c;
    font-weight: bold;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #c7962c;
}
.list_box_l{
    width: 300px;
    margin-right: 20px;
    float: left;
   
}
.list_box_n a{
    display: block;
    padding: 0 20px 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    line-height: 25px;
}
.list_box{
    padding: 50px 0;
    background: #f2f2f2;
}
.list_box_l_t{
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
}
.list_box_l_t em{
    width: 60px;
    border: 2px solid #c7962c;
    display: block;
    margin-top: 10px;
}
.list_box_n a:last-child{
    border-bottom: 0;
    padding-bottom: 20px;
}
.list_box_n a:hover{
    color:#c7962c;
}
.list_box_p{
    margin-bottom: 20px;
    background: #fff;
     box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        border-radius: 10px;
}
.list_box_p_l{
    font-size: 25px;
    font-weight: bold;
    padding: 0 20px 20px;
    color: #ffffff;
    text-align: center;
}
.list_box_p2{
        margin-bottom: 20px;
    background: #c7962c;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 10px;
}
.list_box_l_t2{
        text-align: center;
        padding-bottom: 10px;
        color: #fff;
        font-size: 16px;
        padding: 20px;
        padding-bottom: 5px;
}
.list_box_l_t2 em{
        margin: 0 auto;
    margin-top: 10px;
    border: 2px solid #ffffff;
    display: block;
        width: 60px;
    display: block;
}
.list_box_r1{
        background: #fff;
    padding: 20px;
    width: 880px;
    float: left;
    box-sizing: border-box;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 10px;
}
.list_box_r1_w{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box_r1_w span{
    color:#666;
    font-size: 14px;
    font-weight: 400;
}
.list_box_r1_w span a{
    color:#666;
    font-size: 14px;
    font-weight: 400;
    padding: 0 2px;
}
.list_box_r1_w_t{
        border-left: 3px solid #c7962c;
        padding-left: 5px;
        color:#c7962c;
            line-height: 16px;
}
.list_box_r1_w{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list_box_r1_list{
    margin-top: 20px;
}
.list_box_r1_list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box_r1_list_i{
    overflow: hidden;
    width: 150px;
    height: 100px;
        border-radius: 10px;
}
.list_box_r1_list_i img{
        width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
}
.list_box_r1_list_r{
   width: 665px;
    margin-left: 10px;

}
.list_box_r1_list_t{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
}
.list_box_r1_list_t h3 {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-weight: bold;
    margin-left: 10px;
}
.list_box_r1_list_t span {
    display: block;
    width: 60px;
    text-align: center;
    background: #c7962c;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
.list_box_r1_list_p{
        color: #999;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
}
.list_box_r1_list li{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.list_box_r1_list li a:hover .list_box_r1_list_t h3{
    color:#c7962c;
}

.list_box_r1_list li a:hover .list_box_r1_list_i img{
   transform: scale(1.1);
    transition: all 0.3s;
}
.dy_box img{
    max-width: 100%;
}
.dy_box{
    line-height: 25px;
    padding-top: 20px;
}
.list_box_r .an{
    margin-bottom: 40px;

}
.list_box_r .section2_box_a2{
    margin-bottom: 20px;
    
}
.dy_box_t{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.dy_box_d{
    color: #666;
     text-align: center;
     margin: 10px 0;
}
.dy_box{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.qt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    padding: 30px;
    line-height: 25px;
    margin-top: 50px;
}
.qt_l{
       margin-right: 30px;  
}
.sx{
    margin-top: 30px;
    margin-bottom: 10px;
}
.sx a{
    display: block;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.sx span{
        display: block;
    width: 60px;
    text-align: center;
    background: #c7962c;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-right: 10px;
}
.list_box_r1{
    margin-bottom: 20px;
}
.listtt li{
    width: 400px;
    margin-right: 40px;
    float: left;
    margin-bottom: 15px;
}
.listtt li:nth-child(2n){
    margin-right: 0;
}
.listtt li a{
    display: flex;
    align-items: flex-start;
    line-height: 25px;
        overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.listtt li a:hover{
    color: #c7962c;
}

.pages {
	margin: 40px auto 0;
	color: #666;
	font-size: 15px;
	text-align: center;
	padding-bottom: 40px;
}
.pages a {
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ddd;
}
.pages a:hover {
	background-color: #c7962c;
	color: #fff;
	border: 1px solid #c7962c;
}
.pages a.pnnum1 {
	background-color: #c7962c;
	color: #fff;
	border: 1px solid #c7962c;
}
.pages input {
	display: inline-block;
	padding: 0 5px;
	background-color: #c7962c;
	width: 40px!important;
	height: 32px!important;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #c7962c;
}
.pages .p_input {
	display: inline-block;
	padding: 0 5px;
	background-color: #fff;
	width: 40px!important;
	height: 32px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	font-size: 14px;
	cursor: default;
	border: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dy_box_nn img{
	max-width:100%;
}
.dy_box_nn ol{
	max-width:100%;
	    box-sizing: border-box;
}
.dy_box_nn span{
	
white-space: break-spaces!important;
	
overflow: hidden;
	
width: 100%;
	
text-wrap: nowrapimportant;
}
.list_box_r{
	    float: left;
    width: 880px;
}


.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height: 30px;background: #c7962c;text-align: center;line-height: 30px;color: #fff;font-weight: bold;font-size: 14px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(..../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}
/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;background: #fff;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}
