@charset "utf-8";
/* .header-row-box{background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0.0) 100%);} */
.header-row-box{position: absolute;}
.bwhite,.header-row .logo,
.header-row .mainnav,.header-row-box{background-color: transparent;}
.header-row .mainnav > ul > li,
.header-row .mainnav > ul > li >a,
.header-dh{color: #fff;}
.header-row .mainnav > ul > li.on > a:after{background: #fff;}
.header-row .mainnav > ul > li:hover > a:after{background: #fff;}
.search-icon{background: url(../images/header_icon_search_white.png) no-repeat left center;}
.lxdh-icon{background: url(../images/header_icon_wza_white.png) no-repeat left center;}
.mainnv-icons i{color: #fff;}
.mainnv-icons a{color: #fff;}
.mainnv-icons {border-left: 2px solid #fff;}
/* .scroll-row .header-row .mainnav > ul > li >a{color: #333;}
.scroll-row .mainnv-icons{border-left: 2px solid #333;}
.scroll-row .mainnv-icons i,.scroll-row .mainnv-icons a{color: #333;}
.scroll-row .mainnv-icons .search-icon{background: url(../images/header_icon_search.png) left center no-repeat;}
.scroll-row .mainnv-icons .lxdh-icon{background: url(../images/header_icon_wza.png) no-repeat left center;} */
/* .header-row-box{padding-top: 20px;} */
/* 大轮播图 */
.home{position: relative;}
.home-banner{/*height:794px;*/height:580px;}
.home-banner .slide1{background-image: url(../images/index_bg_page1.jpg);}
.home-banner .slide2{background-image: url(../images/index_bg_page2.jpg);}
.home-banner .slide3{background-image: url(../images/index_bg_page3.png);}
.home-banner .swiper-slide{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 992px){
	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev{
		display: none;
	}
}
/* 手风琴切换 */
.home-box{
	width: 100%;
	height: 120px;
	background: url(../images/home_box_bg.png);
	position: absolute;
	bottom: 0;
	z-index: 10;
}
.home-box .inBox{
	height: 120px;
    overflow: hidden;
}
.home-box .inBox .item{
	position: relative;
	float: left;
	width: 8%;
	height: 100%;
	border-right: 1px solid #696969;
	box-sizing: border-box;
}
.home-box .inBox .item:last-of-type{
	border-right: none;
}
.home-box .inBox .item.active {
    width: 35%;
    border-right: none;
}
.home-box .inBox .item.active .tit{
	width: 126px;
	background: #b38d3a;
}
.home-box .inBox .item .tit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
	text-align: center;
	padding-top: 28px;
}
.home-box .inBox .item .tit a{
	/* display: inline-block; */
}
.home-box .inBox .item .tit i{
	display: block;
	margin: 0 auto;
}
.home-box .inBox .item:nth-child(3) .tit i{
	width: 29px;
	height: 35px;
	background-image: url(../images/icon_home_danbao.png);
}
.home-box .inBox .item:nth-child(6) .tit i{
	width: 35px;
	height: 35px;
	background-image: url(../images/icon_home_touzi.png);
}
.home-box .inBox .item:nth-child(7) .tit i{
	width: 38px;
	height: 38px;
	background-image: url(../images/icon_home_rongzi.png);
}
.home-box .inBox .item:nth-child(4) .tit i{
	width: 43px;
	height: 34px;
	background-image: url(../images/icon_home_qihuo.png);
}
.home-box .inBox .item:nth-child(8) .tit i{
	width: 36px;
	height: 36px;
	background-image: url(../images/ywly_gongyl_icon.png);
	background-size: cover;
}
.home-box .inBox .item:nth-child(5) .tit i{
	width: 38px;
	height: 33px;
	background-image: url(../images/icon_home_quyu.png);
}
.home-box .inBox .item:nth-child(1) .tit i{
	width: 30px;
	height: 37px;
	background-image: url(../images/icon_home_baoxian.png);
}
.home-box .inBox .item:nth-child(2) .tit i{
	width: 32px;
	height: 32px;
	background-image: url(../images/icon_home_zichan.png);
}
.home-box .inBox .item:nth-child(9) .tit i{
	width: 33px;
	height: 33px;
	background-image: url(../images/icon_home_jinrong.png);
}
.home-box .inBox .item:nth-child(10) .tit i{
	width: 41px;
	height: 34px;
	background-image: url(../images/icon_home_xintuo.png);
}

.home-box .inBox .item .tit p{
	margin-top: 6px;
}
.home-box .inBox .item .tit p a{
	color: #fff;
	font-size: 18px;
}
.home-box .inBox .item .cont {
    margin-left: 126px;
    padding: 10px;
    background: #2c60a9;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s;
}
.home-box .inBox .item.active .cont {
    opacity: 1;
}
.home-box .inBox .item .cont h3{
	color: #fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.home-box .inBox .item .cont h3 a{
	font-size: 18px;
	color: #fff;
}
.home-box .inBox .item .cont .ellipsis{
	color: #d0d8e7;
	font-size: 15px;
	margin-top: 6px;
	line-height: 1.6;
	height: 68px;
    overflow: hidden;
}
@media (max-width: 1480px){
	.home-banner{height: 610px;}
	.home-box .container{
		width: auto;
		padding: 0;
	}
} 
@media (max-width: 1200px){
	.home-banner{height: 480px;}
} 
@media (max-width: 992px){
	.home-banner{height: 280px;}
	.home-box{position: initial;}
	.home-box .container{
		width: 750px;
	}
	.home-box,.home-box .inBox{
		height: auto;
		background: transparent;
		padding-top: 10px;
	}
	.home-box .inBox .item,.home-box .inBox .item.active{
		width: 25%;
		opacity: 1;
		border: none;
	}
	.home-box .inBox .item .tit{
		padding-top: 6px;
	}
	.home-box .inBox .item.active .tit{
		width: 100%;
		background: transparent;
	}
	.home-box .inBox .item .cont{
		padding: 0;
	}
	.home-box .inBox .item.active .cont{
		opacity: 0;
	}
	.home-box .inBox .item .tit p a{
		color: #151515;
	}
	.home-box .inBox .item:nth-child(1) .tit i{
		width: 29px;
		height: 35px;
		background-image: url(../images/icon_home_baoxian_web.png);
	}
	.home-box .inBox .item:nth-child(2) .tit i{
		width: 35px;
		height: 35px;
		background-image: url(../images/icon_home_zichan_web.png);
	}
	.home-box .inBox .item:nth-child(3) .tit i{
		width: 38px;
		height: 38px;
		background-image: url(../images/icon_home_danbao_web.png);
	}
	.home-box .inBox .item:nth-child(4) .tit i{
		width: 43px;
		height: 34px;
		background-image: url(../images/icon_home_qihuo_web.png);
	}
	.home-box .inBox .item:nth-child(5) .tit i{
		width: 33px;
		height: 33px;
		background-image: url(../images/icon_home_quyu_web.png);
	}
	.home-box .inBox .item:nth-child(6) .tit i{
		width: 38px;
		height: 33px;
		background-image: url(../images/icon_home_touzi_web.png);
	}
	.home-box .inBox .item:nth-child(7) .tit i{
		width: 30px;
		height: 37px;
		background-image: url(../images/icon_home_rongzi_web.png);
	}
	.home-box .inBox .item:nth-child(8) .tit i{
		width: 32px;
		height: 32px;
		background-image: url(../images/icon_home_gyl_web.png);
	}
	.home-box .inBox .item:nth-child(9) .tit i{
		width: 37px;
		height: 34px;
		background-image: url(../images/icon_home_jijin_web.png);
	}
	.home-box .inBox .item:nth-child(10) .tit i{
		width: 41px;
		height: 34px;
		background-image: url(../images/icon_home_xintuo_web.png);
	}

	.home-box .inBox .item .tit i{
		width: auto !important;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 40px;
		background-size: auto!important;
	}
} 

/* 新闻 */
.tab-brief > .hd li a{
	font-size: 22px;
}
.tab-brief > .hd li.on a{
	color: #0b0b0b;
}
.tab-brief > .hd li:after{
	background: #dfdfdf;
	height: 4px;
}
.newsTt em{
	float: left;font-style: normal;
	text-align: center;
	color: #9c9c9c;
	border: 2px solid #dcdcdc;
	padding: 10px;
	border-radius: 10px;
	margin-right: 22px;
}
.newsTt em i{
	display: block;
    font-style: normal;
	color: #b38d3a;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 8px;
    padding-bottom: 8px;
}
.newsTt .newsTle{
	color: #727171;
}
.newsTt .newsTle h2{
	font-size: 19px;
}
.newsTt .newsTle p{
	line-height: 1.8;
}

/* 图片新闻 */
.imgscale img:hover {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.row > .col-7{
    left: 41.66666667%;
}
.row > .col-5{
	right: 58.33333333%;
}
.row > [class*="col-"] {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.tpxw .swiper-button-next{
	top: 20%;
	right: 30px;
}
.tpxw li{
	background: #cd9701;
	border-radius: 0 0 50px;
}
.tpxw li .imgbox{
	width: 67%;
	float: left;
}
.tpxw li .txtbox{
	width: 31%;
	float: right;
}
.tpxw li .imgbox video{
	vertical-align: middle;
	width: 100%;
	height: 297px;
}
.tpxw li .txtbox img{
	border-radius: 0 0 50px 0;
	vertical-align: middle;
}
@media (max-width: 2560px){
	.home-banner {
		height: 794px;
	}
}
@media (max-width: 1920px){
	.home-banner {
		/*height: 794px;*/
		height: 580px;
	}
	/* .home-banner .slide2{background-image: url(../images/1920x5801.jpg);}
	.home-banner .slide3{background-image: url(../images/1920x5802.jpg);} */
}
@media (max-width: 1480px){
	.tpxw li .imgbox video{
		height: 241px;
	}
}

@media (max-width: 1200px){
	.row > .col-7{
		left: 0;
	}
	.row > .col-5{
		right: 0;
	}
	.tpxw li{width: auto;margin: 0 auto;}
	.tpxw li .imgbox{
		width: auto;
	}
	.tpxw li .txtbox{
		position: initial;
		width: auto;
	}
	.tpxw li .imgbox img{
		height: auto;
	}
	.tpxw li .imgbox video{
		/*height: 297px;*/
    		height: auto;
    		width: 48%;
	}
}
@media (max-width: 998px){
	.tpxw li .imgbox{width: 65%;}
	.tpxw li .imgbox video{height: 250px;}
	.tpxw li .txtbox{width: 30%;}
}
@media (max-width: 776px){
	.tpxw li{background: none;width: inherit;}
	.tpxw li .imgbox{width: auto;}
	.tpxw li .imgbox video{height: auto;}
	.tpxw li .txtbox{display: none;}
}
@media (max-width: 768px){
	/* .home{padding-top: 90px;} */
	.home-box .container{
		width: auto;
	}
	.home-banner{height: 230px;}
	.header-row-box{background: #fff;position: fixed;}
} 
@media (max-width: 480px){
	.home-banner{height: 190px;}
} 
