.wp{
	width: 1400px;
	margin:0 auto;
}
.wp_i{
    max-width: 1367px;
    margin: 0 auto;
}


.c{
	clear: both;
	display: block;
}
@font-face {
    font-family: "YHL";
    src:url(../font/YHL.ttf);
}

/*pc头部*/

#hd{
    left: 0;
    z-index: 900;
    width: 100%;
}

.cp{
    position: absolute;
    top: 50px;
   
}

.fixed{
    position: fixed;
    top: 0px;
    height: 60px;
    /*background: #af8b5c;*/
    background:url(../images/nav_bg1.png) center no-repeat;

}


.hd_b{
    height: 60px;
    position: relative;
    background:url(../images/nav_bg.png) center no-repeat;
}
.fixed .hd_b{
    background:none;
}

/* logo */
.logo{
    float: left;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 25px;
}

.logo_txt{
    float: left;
    margin-top: 15px;
    line-height: 30px;
    color: #fefefe;
    font-size: 18px;
}

/* 右侧 */
.hd_r{
    float: right;
    margin-right: 25px;
}

/* 导航 */
.nav li{
    float: left;
    padding-top: 15px;
    margin-left: 16px;
    position: relative;
}
.nav .a1{
    position: relative;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #fefefe;

}
.nav .a1:hover{
    text-decoration: none;
}

.nav .a1 em{
    float: right;
    margin-left: 16px;
    width: 2px;
    height: 30px;
    background-image: url(../images/nav_line.png);
    background-repeat: no-repeat;
}

.nav .a2 em{
    background-image:none;
}

.nav .xnp{
    position: absolute;
    right: -40%;
    top: 130%; 
    width:200%; 
    text-align:center;
    display: none;
    background:#a4845b;
}

.nav .box div{
    padding: 0 15px;
    text-align: center;
}
.nav .box a{
    display: block;
    font-size: 16px;
    color:#fff;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    border-bottom: 1px solid #ccbba5;
}
.nav .box a:last-child{
    border-bottom: none;
}
.nav .box a:hover{
    color:#fff;
}

/*pc头部 end*/

/*mo头部*/

#m_hd{position: fixed;left: 0;top: 0;z-index: 10;display: none;
    padding:8px 0;width: 100%;border-bottom: 2px solid #b48f5f;
    background:#fff;}

/* 移动端logo */
.m_logo{display: block;margin:0 auto;}

/* 移动端按钮 */
.m_navbtn{position: absolute;right: 5px;top: 50%;
    margin-top: -3px;width: 25px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);}
.m_navbtn em{
    display: block;
    height: 3px;
    background:#97650a;
    margin-top:3px;}

.m_navbtn.hi .em3{
    display: none;
}

.m_navbtn.hi .em1{
    -webkit-transform:translate(1px,2px) rotate(45deg);
    -o-transform:translate(1px,2px) rotate(45deg);
    -moz-transform:translate(1px,2px) rotate(45deg);
    transform:translate(1px,2px) rotate(45deg);
    
}

.m_navbtn.hi .em2{
    -webkit-transform:translate(1px,-3px) rotate(-45deg);
    -o-transform:translate(1px,-3px) rotate(-45deg);
    -moz-transform:translate(1px,-3px) rotate(-45deg);
    transform:translate(1px,-3px) rotate(-45deg);
   
}



/* 移动端导航 */
.m_nav{position: fixed;left: 0;top: 45px;display: none;
    width: 100%;height: 100%; }
.m_nav.on{
    background:#b28c5d;
}
.m_nav:after{content:'';position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: -1;
   /* background:rgba(0,0,0,.9);*/
}
.m_nav ul{padding:0;height: 100%;
    overflow-y: auto;}
.m_nav li{
    margin-bottom: 0px;
    border-bottom: 1px solid #cbbaa4;
    display: none;
}


.m_nav li a{padding: 0 10px;display: block;}
.m_nav li a:hover{
    text-decoration: none;
}
.add_i{
    float: right;
    font-weight: bold;
    font-size: 20px;
}
.min_i{
    float: right;
    font-weight: bold;
    font-size: 24px;
    display: none;
}

.mon .add_i{
    display: none;
}

.mon .min_i{
    display: block;
}


.m_nav li .a1{
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 16px;
    color:#fff;
}



/**/

/**/

.m_nav li dl{
    padding:5px;
    background:#fff;
    display: none;
    font-size: 14px;
}
.m_nav li dd a{color:#ec7233;height: 30px;line-height: 30px;}
.m_nav li dd a:hover{
    text-decoration: none;
}
.m_nav.on li{
    display: block;
    -webkit-animation:slideInUp;
    animation-name:slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.m_nav.on .li2{
    -webkit-animation-delay:.2s;
    animation-delay:.2s;
}
.m_nav.on .li3{
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
}
.m_nav.on .li4{
    -webkit-animation-delay:.4s;
    animation-delay:.4s;
}
.m_nav.on .li5{
    -webkit-animation-delay:.5s;
    animation-delay:.5s;
}
.m_nav.on .li6{
    -webkit-animation-delay:.6s;
    animation-delay:.6s;
}
.m_nav .close{
    position: absolute;
    right: 5px;
    top: -35px;
    width: 30px;
    height: 30px;
}

.m_nav .close em{
    display: block;
    height: 3px;
    background:#97650a;
}
.m_nav .close .em1{
    -webkit-transform:translateY(12px) rotate(45deg);
    -o-transform:translateY(12px) rotate(45deg);
    -moz-transform:translateY(12px) rotate(45deg);
    transform:translateY(12px) rotate(45deg);
}
.m_nav .close .em2{
    -webkit-transform:translateY(10px) rotate(-45deg);
    -o-transform:translateY(10px) rotate(-45deg);
    -moz-transform:translateY(10px) rotate(-45deg);
    transform:translateY(10px) rotate(-45deg);
}

/*m头部 end*/

/*ft*/
 .z_foot{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 16px 0;
    background-image: url(../images/footbgi.png); 
 }


.z_foot_inf{
    float: left;
    font-family: "YHL";

}

.z_foot_inf1{
    color: #bedbe9;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 20px;
}
.z_foot_l{
    float: left;
    margin-right: 25px;
}
.z_foot_r{
    float: left;

}

.z_foot_bq{
    font-size: 12px;
    color: #e8bc8f;

}



.z_foot_code{
    float: right;

}

/*ft end*/


.zbd{


}

/*index*/
#banner{position: relative;}

#banner .item{
	position: relative;
	display: block;
    background-position: center;
	}

#banner .slick-slide {
   height:auto;
}
#banner .item .pc{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#banner .item .pc em{
	display: block;
	padding-top: 31.25%;
	}

#banner .ban_txt{
	position: absolute;
    left: 0;
    top: 57%;
    margin-top: -29px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #fefefe;
}

.ban_txt_p1{
    font-size: 39.4px;

}

.ban_txt_p2{
    font-size: 69.9px;

}


/* 轮播按钮 */
#banner .slick-dots{position: absolute;left: 0;bottom: 26px;width: 100%;
    text-align: center;}
#banner .slick-dots li{display: inline-block;margin:0 10px;}
#banner .slick-dots li button{
	width: 15px;
	height: 15px;
	font-size:0;
	background:#fff;
	border-radius:50%;
	}
#banner .slick-dots .slick-active button{
	background:#ec7233;
	}
#banner .slick-dots li button:before{
    color: #ec7233;
}

.xh_txt{
	position:relative;
    margin-top: 60px;
}

.xh_txt div {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;

}
.xh_txt div p{
    text-align: center;
}
.xh_txt_p1{
    font-size: 26px;

}

.xh_txt_p2{
    font-size: 16px;

}

.cp1{
    color: #866031;
}

.cp2{
    color: #979797;
}

/*xh2*/
.bgc{
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xh2{
    width: 100%;
    position: relative;
    max-height: 201px;
    background-image:url(../images/num_bg.png);
    background:url(../images/num_bg_hack.png)\0 center no-repeat;

}

.xh2_l{
    width: 80%;
	float:left;
    padding: 17px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../images/num_line.png) right no-repeat;	
}
.xh2_num{
    overflow: hidden;
    margin-left: -120px;
}

.xh2_num li{
    float: left;
    width: 25%;
}

.xh2_num a{
    text-align: center;
    position: relative;
    display: block;
}

.xh2_a1{
	display: inline-block;
     margin-left: 120px;

}

.xh2_cbox{
    display: inline-block;
    color: #fefefe;
}

.xh2_num .xh2_ni1{
	display:block;
    position: relative;
	margin:0 auto;
   /* width: 39.5%;*/
    height: 58px;
	
}
.xh2_num .xh2_ni1 .xh2_tp1{
    display: block;
    margin: 0 auto;
    /*width: 100%;*/
}
.xh2_num .xh2_ni1t{
    display:block;
    position: relative;
    margin:0 auto;
   /* width: 55%;*/
    height: 58px;
    overflow: hidden;
    
}
.xh2_num .xh2_ni1t .xh2_tp1t{
    display: block;
    /*width: 100%;*/
    margin: 0 auto;
    
}


.xh2_num_p1{
    font-family: Arial;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin-top: 8px;
}

.xh2_num_p2{
    font-size: 14px;
}



.xh2_r{
    width: 20%;
	float:left;
    padding: 25px 0;
}

.xh2_box1{
    height: 67px;
    margin-bottom: 8px;
    margin-left: 30px;
    margin-right: 40px;
    background:url(../images/nbtn.png) center;
}

.xh2_box1:hover{
    background:url(../images/nbtn_on.png) center;
}


.xh2_box1 a{
    display: block;
    padding: 15px 0 0 30px;
}

.xh2_box1_i{
    float: left;
    width: 40px;
    margin-right: 8px;
    text-align: center;

}
.xh2_box1_i .xh2_box1_img{
    display: inline-block;
}


.xh2_txt{
    display: block;
    float: left;
    color: #f1e0cc;
    font-size: 18px;
}

.xh2_box1 .il1{
    line-height: 31px;
}


.xh2_txt:hover{

}


/**/
.xh3{

	
}


.xh3_box{
    margin-top: 60px;
	
}

.xh3_box_l{
	float:left;
	width:850px;
	position:relative;
	
}

.xh3_news_txt{
    float: left;
    width: 38.5%;
    margin-right: 1.5%;
    overflow: hidden;
}
.xh3_news_txt a{
    display: block;
}

.xh3_news_txt a:hover{
    text-decoration: none;
}
.xh3_news_tbox1{
    margin-top: 15px;

}

.xh3_news_tbox1 h4{
    font-size: 14px;
    color: #010101;
    margin-bottom: 15px;
    font-family: "YHL";
}
.xh3_ntb1_p1{
    color: #010101;
    font-size: 24px;
    font-family: "YHL";
}

.xh3_ntb1_p2{
    font-size: 14px;
    color: #a78760;
    margin-top: 15px;

}

.xh3_news_tbox2{
    font-size: 12px;
    color: #a1a1a1;
    margin-top: 60px;

}
.xh3_news_tbox2 .xh3_ntb2_p1{
    line-height: 23px;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.xh3_ntb2_p2{
    margin-top: 20px;

}



.xh3_news_img{
    float: right;
    width: 60%;

}

.xh3_news_img a{
    display: block;
    position: relative;
    padding-top:68.6%;
    overflow: hidden;
}

.xh3_news_img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**/


.xh3_box .slick-prev,.xh3_box  .slick-next {
    /*font-family: "slick";*/
    /*font-size: 20px;*/
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.85;
    width: 40px;
    height: 40px;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xh3_box .slick-prev,.xh3_box .slick-next {
    position: absolute;
    display: block;
    height: 35px;
    width: 73px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: -10%;
    margin-top: 0px;
    padding: 0;
    border: none;
    outline: none;
    background:url(../images/arrow.png) no-repeat;
}

.xh3_box .slick-prev:before,
.xh3_box .slick-prev:after,
.xh3_box .slick-next:before,
.xh3_box .slick-next:after{
    content:'';
}
.xh3_box .slick-prev{
    left:40%;
    top:90%;
    width: 35px;
    height: 35px;
    background-position:0;  
}

.xh3_box  .slick-next{
     left:44%;
     top:90%;
     width: 35px;
     height: 35px;
     background-position:-37px; 
    
}





/**/

.xh3_box_r{
	width:545px;
	float:right;
	position:relative;
	font-family: "YHL";
}

.xh3_list{
    width: 100%;
    background: #eaeaea;
    margin-bottom: 10px;

}
.xh3_list:hover{
    background: #ae916d;
}
.xh3_list a{
    display: block;

}
.xh3_list_tp{
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;

}

.xh3_list_i_inf{
    padding-top: 59.2%;
    margin:15px 6px 15px 15px;
    position: relative;
}

.xh3_list_i_inf img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xh3_list_txt{
    float: left;
    width: 60%;
    color: #333333;


}
.xh3_list:hover .xh3_list_txt{
    color: #fff;
}


.xh3_list_tbox{
    margin:10px 0 0 0; 

}
.xh3_list_tbox h4{
    font-size: 12px;
    font-weight: normal;
}
.xh3_list_tbox .xh3_p1{
    font-size: 16px;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;

}

.xh3_list_tbox .xh3_p2{
    font-size: 12px;

}
/**/

.xh4{
	
}

.xh4_pbox{
    margin-top: 40px;
	
}

.xh4_xm{
    overflow: hidden;
    margin-left: -185px;

}
.xh4_xm li {
    float: left;
    width: 33.3%;
    overflow: hidden;
}

.xh4_xm li  a {
    position: relative;
    display: block;
    margin-left: 185px;
    overflow: hidden;
}

.ch4_data{
    padding-top:128.57% ;
    text-align: center;
    border:1px solid #fff;
	position:relative;
    overflow: hidden;
}


/**/
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
	/*background: black;*/
}
.biankuang_1{
	height: 3px;
	top: -6px;
	left:0px;
	border-left: 1px solid #b48f5f;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top: 1px solid #b48f5f;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 1px solid #b48f5f;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 1px solid #b48f5f;
}


/**/

.ch4_data_inf{
    position: absolute;
    top: 10.9%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;

}
.ch4_data_ibox{
    width: 45%;
    margin: 0 auto;

}
.ch4_data_ibox img{
    display: block;
    width: 100%;
}
.ch4_data_inf h4{
    color: #a18766;
    font-size: 24px;
    margin: 25px 0 40px 0;
}
.xh4_txt{
    display: inline-block;
    width: 80%;
    color: #8b8b8b;
    font-size: 14px;
	
}

/*sj*/
.xh4_mbox{
	display:none;
    position: relative;
}
.js-item{
    width: 100%;
    position: relative;

}
.js-item .m_item{
    text-align: center;
    margin-top: 30px;
}
.js-item .m_item a{
    display: block;
    position: relative;

}
.js-item .m_item a:hover{
    text-decoration: none;
}

.ch4_mdata{
    width: 70%;
    margin: 0 auto;
    padding: 30px 20px;
    border:1px solid #b48f5f;
    
}
.ch4_dmata_ibox{
    width: 45%;
    display: block;
    margin: 0 auto;
}
.ch4_dmata_ibox img{
    display: block;
    width: 100%;
}

.ch4_mdata_inf h4{
    color: #a18766;
    font-size: 24px;
    margin: 15px 0 15px 0;
}

.xh4_mtxt{
    display: inline-block;
    width: 80%;
    color: #8b8b8b;
    font-size: 14px;  
}
.xh4_mtxt p{
    overflow: hidden;
    display: -webkit-box;
     white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;


}

.xh4_mbox .slick-prev,.xh4_mbox  .slick-next {
    /*font-family: "slick";*/
    /*font-size: 20px;*/
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.85;
    width: 40px;
    height: 40px;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xh4_mbox .slick-prev,.xh4_mbox .slick-next {
    position: absolute;
    display: block;
    height: 35px;
    width: 73px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: -10%;
    margin-top: 0px;
    padding: 0;
    border: none;
    outline: none;
    background:url(../images/arrow.png) no-repeat;
}

.xh4_mbox .slick-prev:before,
.xh4_mbox .slick-prev:after,
.xh4_mbox .slick-next:before,
.xh4_mbox .slick-next:after{
    content:'';
}
.xh4_mbox .slick-prev{
    left:8%;
    top:160px;
    width: 35px;
    height: 35px;
    background-position:0;    

}

.xh4_mbox  .slick-next{
     right:8%;
     top:160px;
     width: 35px;
     height: 35px;
     background-position:-37px;  
}

/**/
.xh5{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 40px 0 40px 0;
    margin-top: 55px;
}









.xh5m {
    position: relative;
    margin-top: 0px;
}
.cp5c {
    color: #fff;
}

.xh5_pbox{
    margin-top: 30px;
}
.xh5_xm{
    margin-left: -100px;

}
.xh5_xm li {
    float: left;
    width: 33.3%;
    overflow: hidden;

}

.xh5_xm li  a {
    position: relative;
    display: block;
    margin-left: 100px;
}
.ch5_al{
    padding-top:96.2% ;
    position: relative;
}

.ch5_al_inf{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ch5_a1_img{
    width: 100%;
    overflow: hidden;


}

.ch5_a1_img img{
    width: 100%;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
.ch5_a1_img:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
}



.xh5_txt{
    color: #fff;
    
}

.xh5_txt h3{
    font-size: 16px;
    margin-top: 15px;
   
}

.xh5_txt_p1{
    font-size: 16px;

}
.xh5_txt h3:hover{
    text-decoration: underline;
}

.xh5_txt_p1:hover{
    text-decoration: underline;

}

.xh5_txt_p2{
    font-size: 12px;

}
.xh5_txt_p3{
    font-size: 12px;
    margin-top: 15px;
}

.xh5_more{
    text-align: center;
    position: relative;
    margin-top: 35px;
}
.xh5_more div{
    display: inline-block;
}

.xh5_more div a{
    width: 145px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    border:1px solid #fff;
    transition: all 0.5s;
}

.xh5_more div a:hover{
    text-decoration: none;
    background: #a48961;
    border:1px solid #a48961;
}
.xh5_mbox{
	display:none;
    margin-top: 30px;
	
}
.xm5_mlist1 a{
    display: block;
    position: relative;
}
.xm5_mlist1 a:hover{
    text-decoration: none;
}

.ch5_mal{
    width: 80%;
    margin: 0 auto

}
.ch5_ma1_img{
    width: 100%;

}
.ch5_ma1_img img{
    width: 100%;
}
.xh5_mtxt{
    color: #fff;
    
}

.xh5_mtxt h3{
    font-size: 16px;
    margin-top: 15px;
   
}

.xh5_mtxt_p1{
    font-size: 16px;

}
.xh5_mtxt h3:hover{
    text-decoration: underline;
}

.xh5_mtxt_p1:hover{
    text-decoration: underline;

}

.xh5_mtxt_p2{
    font-size: 12px;

}
.xh5_mtxt_p3{
    font-size: 12px;
    margin-top: 15px;
}

.xh5_mbox .slick-prev,.xh5_mbox  .slick-next {
    /*font-family: "slick";*/
    /*font-size: 20px;*/
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.85;
    width: 40px;
    height: 40px;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xh5_mbox .slick-prev,.xh5_mbox .slick-next {
    position: absolute;
    display: block;
    height: 35px;
    width: 73px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: -10%;
    margin-top: 0px;
    padding: 0;
    border: none;
    outline: none;
    background:url(../images/arrow.png) no-repeat;
}

.xh5_mbox .slick-prev:before,
.xh5_mbox .slick-prev:after,
.xh5_mbox .slick-next:before,
.xh4_mbox .slick-next:after{
    content:'';
}

.xh5_mbox .slick-prev{
    left:8%;
    top:75px;
    width: 35px;
    height: 35px;
    background-position:0;    

}

.xh5_mbox  .slick-next{
     right:8%;
     top:75px;
     width: 35px;
     height: 35px;
     background-position:-37px;  
}


/**/
.xh6{
    margin: 75px 0;
	
}

.link-item{

}

.link-item .item1{
    float: left;
    width: 33.3%;
}
.link-item .item2{
    float: left;
    width: 33.3%;
}
.link-item .item3{
    float: left;
    width: 33.3%;
}


.link-item .item1 a{
    display: block;
    width: 70%;
}
.link-item .item2 a{
    display: block;
    width: 90%;
}
.link-item .item3 a{
    display: block;
    width: 45%;
    float: right;
}
.link-item  a img{
    width: 100%;
   
}





/*
.xh6 .slick-prev,.xh6 .slick-next {
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.85;
    width: 40px;
    height: 40px;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xh6 .slick-prev,.xh6 .slick-next {
    position: absolute;
    display: block;
    height: 35px;
    width: 73px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: -10%;
    margin-top: 0px;
    padding: 0;
    border: none;
    outline: none;
    background:url(../images/arrow.png) no-repeat;
}

.xh6 .slick-prev:before,
.xh6 .slick-prev:after,
.xh6.slick-next:before,
.xh6 .slick-next:after{
    content:'';
}
.xh6.slick-prev{
    left:0;
    top:160px;
    width: 35px;
    height: 35px;
    background-position:0;  
   

}

.xh6  .slick-next{
     right:0;
     width: 35px;
     height: 35px;
     background-position:-37px; 
    
}
*/

/*列表页*/


.l_lb{

}


.l_top{
    position: relative;
    padding-top: 21.08%;

}

.l_top img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.l_bread{
    float: right;
    color: #707070;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 15px;

}
.l_bread a{
     color: #707070;

}

.l_inf{
    margin-bottom: 150px;

}

.l_menu{
    float: left;
    width: 288px;
    padding-top:35px;
    margin-bottom: 25px;
    margin-right: 25px;
    background: #103d67;
    overflow: hidden;
}


.l_menu_box{
    width: 82.3%;
    margin: 0 auto;
}
.l_menu_box h2{
    font-size: 26px;
    color: #fff;
    padding-bottom: 20px;
    background: url(../images/line.png) bottom no-repeat;

}

.l_menu_ul{
    margin-top: 20px;
         
}

.l_menu_ul li{
    margin-bottom:25px;

}

.l_menu_ul li a{
     font-size: 16.37px;

}
.l_menu_ul li a:hover{
    text-decoration: none;
    color: #b48f5e;
}
.l_menu_ul li .l_a1{
    color: #8da3ba;
}

.l_menu_ul li .l_a1_on{
    color: #b48f5e;
}

.l_con{
    float: left;
    width: 1045px;
}
.ul_news li {
    padding-bottom: 30px;
}
.ul_news li a{
    display: block;
    overflow: hidden;
}
.ul_news li a:hover{
    text-decoration: none;
}


.ul_news .img{
    float: left;
    width: 240px;
    height: 159px;
    overflow: hidden;
}
.ul_news .img img{
    display: block;
    width: 240px;
    height: 159px;
     -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.ul_news li a:hover .img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
    transform-origin: 50% 50%;
}

.ul_news .txt{
    padding:0 0 0 280px;
}
.ul_news .txt h3{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 18px;
    color: #707070;
   
}
.ul_news .txt .l_date{
    font-family: "YHL";
    font-size: 25px;
    color: #896c48;
}
.ul_news .txt div{
    margin-top:45px;
    }
.ul_news .txt div p{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-family: "YHL";
    font-size: 14px;
    color: #999999;
}


.l_page{
    float: right;
    margin-bottom: 95px;
    color: #6da0cb;
    font-size: 14px;
}
.l_page p{
    display: inline-block;
}
.l_page_mr{
    margin-right: 8px;

}
.l_page_mr1{
    margin-right: 20px;

}

.l_page_mr3{
    margin-right: 6px;

}

.l_page_mr2{
    margin: 0 25px;
    font-size: 18px;
}

/*内容页*/
.lr{
    margin-left: 35px;
}
.inf_box1{
    margin-bottom: 70px;

}

.inf_box1 h3{
     font-family: "YHL";
     color: #666;
     font-size: 40px;
     margin-bottom: 36px;
}


.inf_box1 p{
    color: #707070;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}

.inf_box2 img{
    display: block;
    width: 100%;
    height: auto;

}





































