/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/* 应用到需要禁止选择的元素上 */
.no-copy{
 user-select: none;
/* 兼容旧版浏览器 */
    -webkit-user-select: none;/* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

/* 或者直接粗暴地应用到整个页面 */
body{
 user-select: none;
}


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
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;
}
/*图片中心放大代码区域*/
.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*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
}
.header-1{
	height: 144px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/header-bg.png);
}
.logo{
	width: 526px;
    margin-top: 20px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

.search-wp{
	position: relative;
	padding-right: 70px;
	margin-top:20px;

}
.search{
	position: relative;
	width: 385px;
	z-index: 30;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 45px;
	padding: 8px 120px 8px 25px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:0;
	border:1px solid #cfcfcf;
	background-color: #fff;
	position: relative;
	z-index: 15;
}
.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width:104px;
	cursor: pointer;
	z-index: 50;
}

.search-high{
	position: absolute;
	height: 45px;
	right: 0;top: 0;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}


.search-high a:hover{
	color: #bc1821;
}






.header-right{
	margin-top: 26px;
}
.header-right1{
	position: relative;
	z-index: 50;
}
.header-right1 dl{
	margin:0;
}
.header-right1 dd{
	float: left;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	position: relative;
}
.header-right1 dd a:hover{
	color: #bc1821;
	/*font-weight: bold;*/
}
.header-right1 dd a:hover + .hd-er{
	display: block;
}
.hd-er{
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	top: 30px;
	display: none;
}
.hd-er img{
	display: block;
	width: 100%;
}
.header-right1 dd+dd{
	margin-left: 35px;
}
.nav-wp{
	height: 54px;
	background-image: url(../images/heidi.png);
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
}
.nav ul{margin:0;}
.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.nav>ul>li+li{
	background-image: url(../images/li.png);
	padding-left: 1px;
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	background-color: #bc1821;
}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-image: url(../images/heidi.png);
	display: none;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #bc1821;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.banner{
}
.fafa .slides>li{
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 40px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.main{
	padding: 35px 0 60px;
}
.main0-title{
	width:88px;
	height: 88px;
	background-color: #d81c26;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 15px 18px 0;
}
.main0-div{
	overflow:hidden;
	padding: 8px 35px 0 45px;
}
.main0-h1{
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 0 20px;
}
.main0-h1 a:hover{
	color: #d81c26;
}
.main0-p{
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 12px;
}
.mm35{margin-top: 35px;}
.main1-1{
	width: 600px;
	margin-right: 35px;
}
.main1-1-pic .imgbox_a{
	padding-bottom: 63.773%;
}
.main1-1-con{
	font-size: 16px;
	color: #333;
	height: 65px;
	line-height: 65px;
	padding-left: 29px;
	padding-right: 115px;
	background-color: #f7f7f7;
}
.main1-1-con a:hover{
	color: #d81c26;
}
.fmain1 .flex-control-paging li a{
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active {
    background-image: url(../images/arrow-b-h.png);
}
.fmain1 .flex-control-nav{
	height: ;
	text-align: right;
	padding-right: 32px;
	bottom: 38px;
	height: 0;
}
.fmain1 .flex-control-nav li{margin:0;}
.fmain1 .flex-control-nav li+li{
	margin-left: 15px;
}
.ovhd{overflow: hidden;}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}
.title-11 span{
	font-size: 22px;
	color: #333;
	padding: 0 10px 10px;
}
.title-11 span+span{
	margin-left: 20px;
}
.title-11 span.cur{
	font-weight: bold;
	border-bottom: 3px solid #d81c26;
}
.title-11 a.fr{
	padding-left: 17px;
	font-size: 12px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more1.png);
	text-transform: uppercase;
	margin-top: 13px;
	display: none;
}
.title-11 a.fr.frr{display: block;}
.title-11 a.fr:hover{
	color: #d81c26;
}
.main1-2{
	padding-top: 8px;
}
.main-div-wp{
	margin-top: 27px;
}
.main-div-wp .main-div{display: none;}
.main-div-wp .main-div:first-child{display: block;}
.tui1-pic{
	width: 185px;
	margin-right: 18px;
}
.tui1-pic .imgbox_a{
	padding-bottom: 63.78%;
}
.tui1-con{
	overflow: hidden;
	padding-top: 5px;
}
.tui1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.tui1-con h1 a:hover{
	color: #d81c26;
}
.tui1-con h2{
	margin:0;
	font-size: 14px;
	color: #999999;
	margin: 12px 0 8px;
}
.tui1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.list01 dl{
	margin:0;
}
.list01 dd{
	position: relative;
	padding-right: 50px;
	font-size: 16px;
	color: #333;
	height: 18px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 16px;
	background-image: url(../images/list01.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
.list01 dd+dd{
	margin-top: 20px;
}
.list01 dd a:hover{
	color: #d81c26;
}
.list01 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.list01{
	padding-top: 25px;
}
.main2-1{
	width: 480px;
}
.main2-1+.main2-1{
	/*width: ;*/
	margin:0 46px;
}
.title-11-hua span.fl{
	cursor: pointer;
}
.shipin-div{
	margin-top: 10px;
}
.shipin-div .imgbox_a{
	padding-bottom: 63.69%;
}
.shipin-div .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0.3;
	content:"";
}
.shipin-div .imgbox_a::after{
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	z-index: 5;
	content:"";
	background-image: url(../images/bo.png);
	background-size: 100%;
}
.main2-2 .list01 {
    padding-top: 14px;
}
.main3-list .imgbox_a{
	padding-bottom: 32.83%;
}


.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -23px;
    width: 32px;
    height: 47px;
    background-image: url(../images/b-left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -23px;
    width: 32px;
    height: 47px;
    background-image: url(../images/b-right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}










.main4-div{
	width: 48.3571%;
}
.main4-con{
	margin-top: 20px;
}
.main4-menu{
	width: 93px;
	margin-right: 15px;
	height: 457px;
	background-repeat: repeat-y;
	background-position: right 0;
	background-image: url(../images/main4-menu.png);
}
.main4-menu dl{
	margin:0;
	height: 100%;
}
.main4-menu dd{
	height: 20%;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	border:1px solid #ffffff;
	border-right: 1px solid #dadada;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.main4-menu dd img{
	display: block;
	width: 50px;
	margin:0 auto 5px;
}
.main4-menu dd.cur{
	border-color:#dadada;
	border-right: 1px solid #fff;
}
.fr .main4-menu dd{
	height: 25%;
	padding-top: 15px;
}
.main4-div .main-div-wp{
	margin-top: 0;
	padding: 15px 0;
}
.main5-1{
	width: 480px;
	margin-right: 46px;
}
.title-22{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}
.title-22-name{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.title-22-name::after{
	display: block;
	width: 107px;
	height: 3px;
	content:"";
	background-color: #d81c26;
	margin:15px auto 0;
}
.main5-2{
	padding-top: 10px;
}
.main5-2-list{
	padding-top: 5px;
}
.main5-2-list dl{
	margin:0;
	margin-left: -2%;
}
.main5-2-list dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
}
.main5-2-list dd .imgbox_a{
	padding-bottom: 42.52%;
}
.main5-2-list dd .imgbox_a h1{
	position: absolute;
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 15px 15px;
	z-index: 50;
	left: 0;
	bottom: 0;
	width: 100%;
}
.main5-2-list dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 62px;
	left: 0;
	bottom: 0;
	z-index: 15;
	content:"";
	background-image: url(../images/yin.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.main6-1{
	width: 1006px;
	margin-right: 46px;
}
.main6-1-left{
	width: 480px;
	margin-right: 46px;
}
.main6-1-left .list01 {
    padding-top: 34px;
}
.main6-2 .list01,
.main6-1-right .list01{
	padding-top: 0;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 888;
}
.footer-1{
	/*height: 310px;*/
}
.footer-yq-item{
	width: 20%;
	float: left;
	position: relative;
}
.footer-yq-item+.footer-yq-item{
	background-image: url(../images/li2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-yq-title{
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.footer-yq-title img{
	margin-top: -3px;
	margin-right: 20px;
}
.footer-yq-li {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.footer-yq-li img{
	margin-top: -3px;
	margin-left: 24px;
}
.footer-yq-list{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	background-color: #bc1821;
	max-height: 205px;
	overflow-y: auto;
	display: none;
}
.footer-yq-list dl{
	margin:0;
}
.footer-yq-list dd>a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 10px 15px;
	font-weight: normal;
}
.footer-yq-list dd>a:hover{
	background-color: #981219;
}
.footer-yq-item:hover{
	font-weight: bold;
}
.footer-yq-item:hover .footer-yq-list{
	display: block;
}
.footer-1-div{
	border-top: 1px solid #d46a71;
	padding: 35px 0;
}
.er{
	width: 120px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.footer-1-xf{
	width: 420px;
	background-image: url(../images/heidi3.png);
	padding: 16px 0;
}
.footer-1-xf-title{
	width: 57px;
	border-right: 1px solid #ce8387;
	text-align: center;font-size: 16px;
	color: #fff;
	height: 137px;
	padding: 0px 20px 0;
}
.footer-1-xf-con{
    width:323px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	padding:28px 15px 0 25px;
	line-height: 2;
}
.footer-1-xf-con p{margin:0;}
.footer-1-dl{
	overflow: hidden;
	padding-left: 60px;
	padding-right: 30px;
	padding-top: 10px;
}
.footer-1-dl dl{
	margin:0;
}
.footer-1-dl dd{
	float: left;
	width: 40%;
	padding-left: 68px;
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 57px;
	padding-top: 5px;
}
.footer-1-dl dd:first-child,
.footer-1-dl dd:first-child+dd+dd{
	width: 60%;
}
.footer-1-dl dd:first-child+dd+dd,
.footer-1-dl dd:first-child+dd+dd+dd{
	margin-top: 25px;
}
.footer-1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #fff;
}
.footer-1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.footer-2{
	background-image: url(../images/heidi2.png);
	padding: 15px 0;
}
.footer-2 .fl,
.footer-2 .fr{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊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;
}
.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/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 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: 20px;
    top: 18px;
    width: 18px;
}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 260px;
   margin-left: 15px;
   margin-top:13px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.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;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.erji{
	padding: 50px 0;
}
.menu{
	width: 280px;
	margin-right: 50px;
}
.menu-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #bc1821;
	height: 85px;
	line-height: 85px;
	text-align: center;
}
.menu-list{
	background-color: #f1f1f1;
	padding: 25px 28px 75px;
	border-top: 3px solid #f1d1a2;
}
.menu-list dl{
	margin:0;
}
.menu-list dd+dd{
	margin-top: 10px;
}
.menu-list dd>a{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #333;
	padding-left: 30px;
	background-color: #ede0e1;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	transition: background-color .3s,color .3s;
}
.menu-list dd:hover>a,
.menu-list dd.cur>a{
	background-color: #bc1821;
	color:#fff;
}
.menu-list ul{
	margin:0;
	padding: 8px 20px 0;
	display: none;
}
.menu-list dd.cur ul{
	display: block;
}
.menu-list li{
	padding: 10px;
	line-height: 1.5;
}
.menu-list li>a{
	font-size: 16px;
	color: #333;
}
.menu-list li+li{
	border-top: 1px solid #d6d6d6;
}
.menu-list li>a:hover,
.menu-list li.cur>a{
	color: #bc1821;
	font-weight: bold;
}
.erji-content{
	overflow: hidden;
}
.erji-title{
	position: relative;
}
.erji-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #999999;
	content:"";
	z-index: 1;
}
.erji-title .fl{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding: 7px 10px 13px;
	border-bottom: 3px solid #bc1821;
	position: relative;
	z-index: 15;
}
.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top:15px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}
.mianbaoxie span{
	color: #bc1821;
}
.gonggao-list dl{
	margin:0;
}
.gonggao-list dd{
	padding: 30px 0;
	border-bottom: 1px dashed #e3e3e3;
}
.gonggao-date{
	width: 132px;
	font-size: 18px;
	color: #666;
	line-height: 20px;
}
.gonggao-con{
	overflow: hidden;
}
.gonggao-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
.gonggao-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.gonggao-dd:hover .gonggao-date{
	color: #bc1821;
}
.gonggao-dd:hover .gonggao-con h1{
	color: #bc1821;
	font-weight: bold;
}
.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 50px;
}
.about{
	margin-top: 15px;
}
.about-title{
	height: 94px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/about-title.png);
	padding-top: 30px;
}
.about-title h1{
	margin:0;
	font-size: 26px;
	color: #bc1821;
	font-weight: bold;
}
.about-title h2{
	margin:0;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}
.about-con{
	font-size: 16px;
	color: #333;
	line-height: 2.6;
	margin-top: 15px;
}
.about-con p{margin:0;}
.about-con img{
	display: block;
	margin:0 auto;
}
.meiti-list dl{
	margin:0;
}
.meiti-list dd{
	padding: 25px 0;
	border-bottom: 1px dashed #dbdbdb;
}
.meiti-pic{
	width: 185px;
	margin-right: 30px;
}
.meiti-pic .imgbox_a{
	padding-bottom: 63.78%;
}
.meiti-con{
	overflow: hidden;
	padding-top: 5px;
}
.meiti-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.meiti-con h1 a:hover{
	color: #bc1821;
	font-weight: bold;
}
.meiti-con h2{
	margin:0;
	font-size: 14px;
	color: #999999;
	margin: 13px 0 8px;
}
.meiti-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.erji-content-div{
	margin-top: 30px;
}
.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;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}
.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:#bc1821;
}
.rongyu-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.rongyu-list dl{
	margin:0;
	margin-left: -3%;
}
.rongyu-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%
}
.rongyu-list dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.rongyu-list dd:hover h1{
	color: #bc1821;
}
.zhuanti-pic .imgbox_a{
	padding-bottom: 32.83%
}


.main6-list1 .tui1-pic{
	width: 100%;
	margin:0;
}

.main6-h1{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	text-align: center;
}

.main6-list1 .item:hover .main6-h1{
	color: #bc1821;
}

.main6-list1 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -46px;
    width: 32px;
    height: 47px;
    background-image: url(../images/b-left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main6-list1 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -46px;
    width: 32px;
    height: 47px;
    background-image: url(../images/b-right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.gjsearch{
	background-color: #ededed;
}

.gjsearch-div{
	background-color: #fff;
	padding: 50px 0;
}


div.message {
    max-width: 700px;
    margin: 0 auto 20px;
    padding-top: 35px;
    background-color: #fff;
    position: relative;
    border-radius: 3px
}

div.message-con {
    position: relative
}

div.message-shuru {
    margin-top: 18px
}

div.message-shuru span {
    float: left;
    font-size: 14px;
    width: 138px;
    height: 42px;
    line-height: 42px;
    text-align: right
}

div.message-shuru input {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #f0f6fc;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    margin-left: 16px;
    width: 260px;
    max-width: 260px;
    border: 1px solid #dbe3ea
}

div.message-shuru select {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #f0f6fc;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    margin-left: 16px;
    width: 260px;
    max-width: 260px;
    border: 1px solid #dbe3ea
}

div.message-shuru b {
    float: left;
    color: #f00;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding-left: 5px
}

div.message-shuru textarea {
    height: 180px;
    outline: 0;
    resize: none;
    border: 0;
    background-color: #f0f6fc;
    float: left;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    margin-left: 16px;
    width: 490px;
    max-width: 490px;
    border: 1px solid #dbe3ea;
    padding: 10px
}

div.message-tishi {
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 40px
}

div.message-sub {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

div.message-sub input {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #c61000;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 126px;
    max-width: 126px
}

@media only screen and (max-width: 700px) {
    div.message-shuru textarea {
        width:60%
    }
}

@media only screen and (max-width: 580px) {
    div.register {
        width:90%;
        margin: 200px 5% 100px
    }

    div.message-shuru {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px
    }

    div.message-shuru span {
        float: none;
        display: block;
        width: 100%;
        text-align: center
    }

    div.message-shuru input {
        float: none;
        padding-left: 1%;
        width: 90%;
        max-width: 90%;
        margin-left: 0
    }

    div.message-shuru select {
        float: none;
        padding-left: 1%;
        width: 90%;
        max-width: 90%;
        margin-left: 0
    }

    div.message-shuru b {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        padding-left: 0
    }

    div.message-shuru textarea {
        float: none;
        width: 69%;
        max-width: 69%;
        margin-left: 0;
        padding: 1%
    }
}
