/**************************************/
/*************[公用start]**************/
/**************************************/
.danpian{
	padding-top: 25px;}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;}
.danpian-con img{
	display: block;
	margin:15px auto;}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}

.dan-a a{
	font-size: 16px;
	color:#666;}

.dan-a a:hover{
	color:#ad0f19;}
.erji-content{
    overflow: hidden;}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;}
.fenye ul{
    margin:0;}
.list{
	padding-top: 10px;}
.list ul{
	margin:0;}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;}

.list li:first-child{
	margin-top: 0
;}


.list li a{
	font-size: 16px;
	color:#333;}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;}
.list li a:hover{
	color:#ad0f19;}

.erji{
    padding: 35px 0 50px;}

.menu{
	width: 252px;
	margin-right: 40px;}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #ad0f19;
	padding-left: 27px;}
.menu ul{
	margin:0;}
.menu li{
	border-top: 1px solid #fff
;}
.menu li>a{
	display: block;
	height: 48px;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 27px center;}
.menu li>a:hover,.menu li.active>a{
	background-color: #ad0f19;
	background-image: url(../images/menuh.jpg);
	color:#fff;}

.menu li>span{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 27px center;
	cursor: pointer;}
.menu li>span.cur{
	background-color: #ad0f19;
	background-image: url(../images/menuh.jpg);
	color:#fff;}
.menu dl{
	margin:0;
	padding-left: 50px;
	padding-bottom: 12px;
	padding-top: 12px;
	display: none;
	background-color: #f6f8fa;}
.menu dd+dd{
	margin-top: 12px;}
.menu dd a{
	font-size: 12px;}
.menu dd a:hover{
	color: #ad0f19;}




div.clear{
	clear: both;
	height: 0;
	width: 0;
}

ul, ol{
	margin: 0px;
	padding: 0px;
}
li{
	text-decoration: none;list-style: none;
}

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/* 	max-width: 100%; */
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tver a{
	color: #d94436;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/
body{
	background-color: #fff;
}
#header{

}
.header-tbj{
	
	background-image: url(../images/hd-bj.jpg);
	background-repeat: no-repeat;
	background-position: center;
        background-size:cover;

}
.header-t{
    width: 1200px;
	height: 117px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	width: 606px;
}

.search{
	height: 44px;
	border-radius:15px;
	padding-left: 10px;
	background: #fff;
	display: flex;
	align-items: center;
}
.search-text{
	width: 180px;
	height: 42px;
	border: none;
	background-color: none;
	font-size: 16px;
	outline: none;
}
.search-but{
	width: 40px;
	height: 40px;
	background: url(../images/search-but.png) no-repeat left center;
	border: none;
	outline: none
}

.nav-wp{
	background-color:#c91e2a;
	height: 62px;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 100px;
	text-align: center;
    position: relative;
	display: block;
}

.nav>ul>li>a{
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/
}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#ad131e;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	border-top: 1px solid #ad131e;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 6px 0px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	color: #ad131e;
}
.nav>ul>li:hover .list-unstyled{
	display: block;
}

.banner{
	height: 516px;
	text-align: center;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/
.main-bj{
	background-color: #fff;
	padding: 20px 20px 27px;
}
#main{
}


.main1{
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
}
.main1-1{
	width: 775px;
	margin-right: 30px;
}
.main1-1-top{
	padding: 22px 0px 0px;
	margin-right: -30px;
}
.mmm20{
	margin-top: 22px;
}

.main1-1-item{
	width: 50%;
	padding-right: 30px;
}
.main1-1-pic .imgbox_a{
	padding-bottom: 60.79%;
}
.main1-1-pic{
	position: relative;
}
.main1-1-pic .pic-date{
	position: absolute;
	width: 68px;
	height: 64px;
	background: #c91e2a;
	color: #fff;
	z-index: 3;
	margin: 0px;
	top: 0px;
	left: 10px;
	text-align: center;
}
.main1-1-pic .pic-date span{
	font-size: 26px;
	display: block;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.main1-1-pic .pic-date span+span{
	font-size: 12px;
	font-weight:normal;
}
.main1-1-con{
	padding: 10px;
	height: 78px;
	background: #f4f4f4;
}

.main1-1-con h2{
	margin:0;
	font-size:16px;
	font-weight: bold;
	line-height: 1.75;
	height: 3.5em;
	overflow: hidden;
}
.main1-1-con h2 a{
	color: #000; 
}
.main1-1-con h2 a:hover{
	color: #bd1e27;
}

.main1-1-bottom dl{
	/*margin-top: */
	margin:0;
	padding-top: 3px;
}

.main1-1-bottom dd{
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position:0px center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right:90px;
	height: 24px;
	line-height: 24px;
}




.main1-1-bottom dd a{
	font-size: 16px;
	color:#333;
}
.main1-1-bottom dd span.span_11{
	font-size: 16px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
}
.main1-1-bottom dd a:hover{
	color:#bd1e27;
}


.main1-2{
	overflow: hidden;
}


.home-gg{
	background-color: #f4f4f4;
	padding: 22px 20px 23px;
	overflow: hidden;
}
.home-gg ul li{
	overflow: hidden;
	margin-bottom:26px;
}
.home-gg ul li:last-child{
	margin-bottom: 0px;
}
.home-gg ul li a{
	display: flex;
	align-items: center;
}
.home-gg ul li a .home-gg-date{
	width: 80px;
	height: 82px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	margin-right: 10px;
	padding-top: 5px;
	flex-shrink: 0;
}
.home-gg ul li a .home-gg-date span{
	display: block;
	font-size: 32px;
	font-weight: bolder;
}
.home-gg ul li a .home-gg-date span+span{
	font-size: 14px;
	font-weight: normal;
}
.home-gg-news span{
	font-size: 16px;
	line-height: 1.75;
	height: 3.5em;
	display: block;
	overflow: hidden;
}

.home-gg ul li a:hover .home-gg-date{
	background: #c91e2a;
	color: #fff;
}
.home-gg ul li a:hover .home-gg-news{
	color: #c91e2a;
}
/*.erji-title {
    border-bottom: 2px solid #dedede;
}*/
.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #ad0f19;}
/*.erji-title .fl{
    font-size: 26px;
    color:#000;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #bd1e27;
    line-height: 1;
    position: relative;
    bottom: -2px;
}*/
.erji-title .fl{
    font-size: 25px;
    font-weight: bold;
    color:#3c3c3c;
    height: 25px;
    line-height: 20px;
    border-left: 5px solid #ad0f19;
    padding-top: 2px;
    padding-left: 10px;}



.erji-title a.fr{
	font-size: 14px;
	color: #333;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/fr.png);
	margin-top: 7px;
}
.erji-title a.fr:hover{
	color: #bd1e27;
}
.main2{
	background: url(../images/bj.jpg) no-repeat;
	background-size: cover;
	padding-top: 42px;
	padding-bottom: 56px;
}
.home-tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.home-tit span{
	font-size: 26px;
	color: #fff;
	font-weight: bolder;
	float: left;
}
.home-tit a{
	font-size: 14px;
	color: #fff;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/fr-write.png);
	margin-top: 7px;
	float: right;
}
.home-hdyg{
	overflow: hidden;
	margin-bottom: -24px !important;
}
.home-hdyg ul li{
	margin-bottom: 24px;
}
.home-hdyg ul li a{
	background: #fff;
	display: block;
	padding: 20px;
}
.home-hdyg ul li a h1{
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.75;
	height: 3.5em;
	overflow: hidden;
	margin: 0px;
}
.home-hdyg-inf{
	position: relative;
}
.home-hdyg-inf h2{
	font-size: 14px;
	margin: 0px;
	margin-top: 12px;
}
.home-hdyg-inf{
	padding-top: 20px;
	padding-left: 15px;
}
.home-hdyg-inf h2:first-child{
	margin-top: 0px;
}
.home-hdyg-inf::before{
	content: "";
	position: absolute;
	height:42px;
	width: 2px;
	background: #9d3536;
	left: 0px;
}
.home-hdyg ul li a:hover h1{
	color: #bd1e27;
}

.main3{
   
	padding-bottom: 42px;
	background: url(../images/bj2.jpg) no-repeat;
 background-size: cover;
}
.main3-box{
	padding-top: 22px;
}
.home-hdzs-list {
	margin-top: 22px;
        padding:0px 10px 0 10px
}
.home-hdzs-list a .imgbox_a{
	padding-bottom: 61.46%;
}
.home-hdzs-list a h1{
	background: #fff;
	margin: 0px;
	padding: 20px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-align: center;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	display: block;
}
.home-hdzs .owl-nav{
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 99;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.home-hdzs .owl-nav .owl-prev{
	width: 46px;
	height: 46px;
	background: url(../images/jt-l-h.png) no-repeat !important;
	z-index: 4;
	float: left;
	margin-left: -60px;
	
}
.home-hdzs .owl-nav .owl-next{
	width: 46px;
	height: 46px;
	background: url(../images/jt-r-h.png) no-repeat !important;
	z-index: 4;
	float: right;
	margin-right: -60px;
}
.home-cgzy{
	margin-top: 22px;
}
.home-cgzy-pic{
	width: 910px;
	position: relative;
}
.home-cgzy-piclist{
	display: none;
}
.home-cgzy-piclist.cur{
	display: block;
}
.home-cgzy-piclist .imgbox_a{
	padding-bottom: 46.64%;
}
.home-cgzy-pictxt{
	position: absolute;
	bottom: 0px;
	line-height: 1.75;
	background: rgba(0,0,0,0.6);
	z-index: 3;
	color: #fff;
	padding: 15px;
}
.home-cgzy-list ul li{
	height: 106px;
	background: #fff;
	border-bottom: 1px solid #e2e6e7;
}
.home-cgzy-list ul li.cur{
	background: url(../images/li-bj.jpg) no-repeat right bottom #c91e2a;
	color: #fff;
}
.home-cgzy-list ul li.cur img{
	display: none;
}
.home-cgzy-list ul li.cur img+img{
	display: block;
}

.home-cgzy-list ul li:last-child{
	border-bottom: 0px;
}
.home-cgzy-list ul li a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	padding-left:80px;
}
.home-cgzy-list ul li a img{
	margin-right: 10px;
}
.home-cgzy-list ul li a img+img{
	display: none;
}
.home-cgzy-list ul li a:hover{
	background: url(../images/li-bj.jpg) no-repeat right bottom #c91e2a;
	color: #fff;
}
.home-cgzy-list ul li a:hover img{
	display: none;
}

.home-cgzy-list ul li a:hover img+img{
	display: block;
}





/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/


#footer{
	background-color:#a81212;
}
.footer-main{
	padding-top:38px;
	padding-bottom: 38px;
	overflow: hidden;
}
.home-footer-tit{
	font-size: 16px;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 10px;
}
.home-ewm{
	width: 110px;
	margin-left:30px;
}
.home-ewm span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
}
.home-footer-list{
	overflow: hidden;
}
.home-footer-listbox{
	overflow: hidden;
	width: 33.33%;
	float: left;
        height: 200px;
}
.home-footer-listbox span{
	display: block;
	margin-bottom: 15px;
}
.home-footer-listbox span+span{
	overflow: hidden;
	margin-bottom: 32px;
}

.home-footer-listbox h2{
	font-size: 16px;
	color: #fff;
	margin: 0px;
	margin-top: 15px;
}


/**************************************************************/
/*footer-over*/





/*********************7*****************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2 {
	display: none;
	/*height: 75px;*/
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);

}

.nav-2>ul>li:first-child {
	/*border-top: 0;*/
}

.nav-2>ul>li>a {

	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;

}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;

}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	margin-left: 15px;
}

.logo-2 img {
	display: block;
	margin-top: 8px;
	width: 430px;
}

.menu2 {
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.xf-list{
	position: fixed;
	z-index: 9999;
	right: 20px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
}
.xf-list ul li{

	width: 110px;
	padding: 15px 20px;
	text-align: center;
}
.xf-list ul li a{
	text-align: center;

}
.xf-list ul li a img{
	display: block;
	margin: 0px auto;
	margin-bottom: 8px;
}
.xf-list ul li a:hover{
	color: #c91e2a;
	font-weight: bolder;
}
