/**************************************/
/*************[公用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)
}
*/
/*百度百科變灰*/
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: 120px;
	background-color: #fff;
}
.logo{
	width: 520px;
	margin-top: 32px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: right;
}
.header-1-dl dd{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.header-1-dl dd:first-child+dd+dd{
	margin-left: 30px;
}
.header-1-dl dd:first-child+dd+dd::after{
	display: none;
}
.header-1-dl dd+dd{
	margin-left: 30px;
	position: relative;
}
.header-1-dl dd+dd::after{
	position: absolute;
	content:"|";
	left: -18px;
	top: 0;
	font-size: 14px;
	color: #999;
}
.header-1-dl dd a:hover{
	color: #da231e;
}
.header-1-dl dd img{
	margin-top: -3px;
	margin-right: 5px;
}
.header-1-right{
	width:386px;
	margin-top: 28px;
}
.search{
	position: relative;
	padding-right: 67px;
	margin-top: 13px;
	padding-left: 90px;
}
.search input:focus,
.search select:focus{
	outline: none;
}
.search select{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 42px;
	border:0;
	border:1px solid #e8e8e8;
	border-right: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	border:0;
	border:1px solid #e8e8e8;
	border-right: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 15px;
}
.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 67px;
}
.nav-wp{
	position: relative;
	background-color:#d50100;
	z-index: 500;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 11.11111111111111111%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-left: 2px;
}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0;
}
.nav>ul>li>a{
	display:block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.nav>ul>li:hover>a,.nav>ul>li.cur>a{
	background-color: #ba0202;
}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: #d50100;
	border-top: 1px solid #d50100;
	display: none;
}
.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: #ba0202;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .slides>li{
	height: 530px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.fafa .slides>li  img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav li{
	margin:0 9px;
}
.fafa .flex-control-nav{
	bottom: 29px;
	height: 0;
}
.main1{
	padding: 68px 0 75px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
}
.main1-1{
	width: 720px;
	margin-right: 48px;
}
.fmain1 .imgbox_a{
	padding-bottom: 66.67%;
}
.fmain1 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	padding-left:20px;
	padding-right: 130px;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/heidi.png);
	z-index: 15;
}
.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 30px;
	height: 0;
	bottom: 30px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 12px;
}
.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}
.main1-2{
	overflow: hidden;
}
.main1-2-title{
	background-color: #f1f1f1;
}
.main1-2-dl dl{
	margin: 0;
}
.main1-2-dl dd{
	float: left;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;color: #333;
	cursor: pointer;
	position: relative;
}
.main1-2-dl dd.cur{
	background-color: #d50100;
	color: #fff;
}
.main1-2-dl dd.cur::after{
	position: absolute;
	width: 13px;
	height: 7px;
	left: 50%;
	margin-left: -6px;
	bottom: -7px;
	content: "";
	background-image: url(../images/jiao3.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main1-2-title a.fr{
	font-size: 14px;
	color: #999;
	margin-right: 20px;
	margin-top: 16px;
	display: none;
}
.main1-2-title a.fr.frr{
	display: block;
}
.main1-2-title a.fr:hover{
	color: #d50100;
}
.main1-2-div-wp{
	padding-top: 10px;
}
.main1-2-div-wp .main1-2-div{display: none;}
.main1-2-div-wp .main1-2-div:first-child{display: block;}
.main1-2-div .zhaopin-list{
	padding-top: 0;
}
.main2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: #f6f6f6;
	padding-top: 85px;
	padding-bottom: 40px;
}
.main2-bg1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 390px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main2-bg1.jpg);
	z-index: 10;
}
.main2-bg2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 390px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main2-bg2.jpg);
	z-index: 10;
}
.main2 .container{
	position: relative;
	z-index: 100;
}
.main2-1 ul{
	margin: 0;
	margin-left: -3%;
}
.main2-1 li{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	box-shadow: 0px 2px 9.8px 0.2px rgba(102, 102, 102, 0.3);
}
.bgpd{
	padding: 20px;
	background-color: #fff;
}
.title-11{
	position:relative;
}
.title-11  h1{
	margin: 0;
	font-size: 20px;
	color: #d50100;
	font-weight: bolder;
	padding: 0 0px 13px;
	border-bottom: 3px solid #d50100;
	position: relative;
	z-index: 50;
}
.title-11::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	content: "";
	height: 1px;
	background-color: #dddddd;
	z-index: 15;
}
.title-11 a.fr{
	font-size: 14px;
	color: #999;
	margin-top: 4px;
}
.title-11 a.fr:hover{
	color: #d50100;
}
.tui{
	padding: 24px 0 21px;
	border-bottom: 1px dashed #d8d8d8;
}
.tui-pic{
	width: 150px;
	margin-right:22px;
}
.tui-pic .imgbox_a{
	padding-bottom:66.67%;
}
.tui-con{
	overflow: hidden;
	padding-top:13px ;
}
.tui-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
}
.tui-con h1 a:hover{
	color: #d50100;
}
.tui-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 12px;
}
.list01 dl{
	margin: 0;
}
.list01 dd{
	position: relative;
	padding-right:45px;
	font-size: 16px;
	color: #333;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
}
.list01{
	padding-top: 20px;
}
.list01 dd+dd{
	margin-top:15px;
}
.list01 dd a:hover{
	color: #d50100;
}
.list01 dd span.span_22{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;color: #999;
}
.fmain2 .imgbox_a{
	padding-bottom: 8.823%;
}
.fmain2 .flex-direction-nav a{
	width: 40px;
	height: 92px;
	margin-top: -46px;
}
.fmain2 .flex-direction-nav .flex-prev{
	left: 0;
}
.fmain2 .flex-direction-nav .flex-next{
	right: 0;
}
.mm40{
	margin-top: 40px;
}
.main2-1.main2-3 li{
	box-shadow: none;
}
.main2-3-div .list01 {
    padding-top: 0px;
}
.title-22{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0	20px;
}
.title-22 h1{
	margin: 0;
	font-size: 22px;
	color: #d50100;
	font-weight: bolder;
	height: 122px;
	line-height: 122px;
}
.title-22 a.fr{
	font-size: 14px;
	color: #333;
	margin-top: 52px;
}
.title-22 a.fr:hover{
	color: #d50100;
}
.main2-1.main2-4 li:first-child{
	width: 63.666666666666%;
	padding-left: 54px;
	position: relative;
}
.fc-list-wp{
	height: 194px;
}
.fc-title{
	position: absolute;
	width: 54px;
	height: 194px;
	background-image: url(../images/fc-title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	font-size: 22px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	padding: 35px 15px 0;
}
.fc-list .item h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 13px;
}
.fc-list .item:hover h1{
	color: #d50100;
}
.fc-pic .imgbox_a{
	padding-bottom:66.67%;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-color: #fff;
	padding:22px 0;
}
.footer-1-div{
	position: relative;
	padding-left:120px;
	height: 38px;
}
.footer-1-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	font-size: 16px;
	color: #d50100;
	height: 38px;
	line-height: 38px;
}
.footer-1-dl dl{
	margin:0;
	margin-left: -5%;
}
.footer-1-dl dd{
	float: left;
	width: 28.3333333%;
	margin-left: 5%;
	padding-left:80px;
	position: relative;
	height: 38px;
}
.footer-1-ddtitle{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	font-size: 16px;
	color: #333;
	height: 38px;
	line-height: 38px;
}
.footer-1-sel select{
	height: 38px;
	border-radius: 0;
}
.footer-2{
	background-color: #343336;
	padding: 50px 0;
}
.er{
	width: 150px;
	margin-left: 25px;
}
.er-pic{
	width: 120px;
	margin-right: 15px;
}
.er-pic img{
	display: block;
	width: 100%;
}
.er-con{
	overflow: hidden;
	font-size:14px;
	color: #bfbfc0;
	line-height: 1.2;
	padding-top: 18px;
}
.foo2-jj{
	width:337px ;
	height: 120px;
	background-color: #414041;
	padding: 20px 15px 15px 30px;
}
.foo2-jj h1{
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.foo2-jj p{
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	margin-top: 15px;
}
.foo2-con{
	overflow: hidden;
	padding-right: 80px;
}
.foo2-a{
	font-size: 16px;
	color: #fff;
}
.foo2-con-p{
	font-size: 14px;
	color: #9c9ca2;
	line-height: 2;
	margin-top: 14px;
}
.foo2-con-p a:hover{
	color: #fff;
}
/**************************************************************/
/*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;
	/*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/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.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: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top: 21px;
}
.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{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 136px 0;
}
.banner-2 h1{
	margin: 0;
	font-size: 22px;
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
	text-align: center;
}
.banner-2 h2{
	margin: 0;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top:10px;
}
.erji{
	background-color: #f1f1f1;
	padding: 40px 0;
}
.erji-div{
	position: relative;
}
.erji-div::after{
	position: absolute;
	width: 278px;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
	content: "";
	z-index: 15;
}
.erji-div::before{
	position: absolute;
	width: 278px;
	right: 0;
	bottom: 0;
	height: 228px;
	background-image: url(../images/erji-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: 25;
}
.menu{
	width: 278px;
	margin-left: 32px;
	position: relative;
	z-index: 50;
	padding-bottom: 230px;
}
.menu-h1{
	height: 74px;
	line-height: 74px;
	background-color: #d50100;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 40px center;
	background-image: url(../images/menu-h1.jpg);
	font-size:20px;
	color: #fff;
	font-weight: bold;
}
.menu-dl dl{
	margin: 0;
}
.menu-dl{
	padding: 15px;
}
.menu-dl dd{
	border-bottom: 1px dotted #dddddd;
}
.menu-dl dd>a{
	display: block;
	height: 49px;
	line-height: 49px;
	padding-left:44px;
	font-size: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 26px center;
	background-image: url(../images/dian.png);
	padding-right: 22px;
	position: relative;
}
.menu-dl dd.cur>a::after{
	position: absolute;
	width: 8px;
	height: 11px;
	margin-top: -6px;
	top: 50%;
	right: 11px;
	content: "";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-dl dd>a:hover{
	color: #d50100;
}
.menu-dl dd.cur>a{
	color: #d50100;
	font-weight: bolder;
}
.erji-content{
	overflow: hidden;
	padding: 30px 30px 45px;
	background-color: #fff;
	min-height: 800px;
}
.erji-title{
	position: relative;
}
.erji-title h1{
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bolder;
	padding: 0 10px 15px;
	border-bottom: 3px solid #d50100;
	position: relative;
	z-index: 50;
}
.erji-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	content: "";
	height: 1px;
	background-color: #dddddd;
	z-index: 15;
}
.xinwen-list dl{
	margin: 0;
}
.xinwen-list dd{
	border-bottom: 1px solid #dddddd;
	padding: 25px 0;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1.png);
}
.xinwen-date{
	width: 82px;
	margin-right: 25px;
	background-color: #ebebeb;
	text-align: center;
	height: 112px;
	padding-top: 23px;
}
.xinwen-date h1{
	margin: 0;
	font-size: 40px;
	color: #d50100;
	line-height: 1;
}
.xinwen-date h2{
	margin: 0;
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 10px;
}
.xinwen-con{
	overflow: hidden;
	padding-top: 13px;
}
.xinwen-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.xinwen-con h2{
	margin: 0;
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xinwen-con h2 img{
	margin-top: -3px;
	margin-right: 7px;
}
.xinwen-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
.xinwen-list dd:hover{background-image: url(../images/jt1h.png);}
.xinwen-list dd:hover .xinwen-con h1{color: #d50100;}
.xinwen-list dd:hover .xinwen-date{
	background-color: #d50100;
}
.xinwen-list dd:hover .xinwen-date h1{color: #fff;}
.xinwen-list dd:hover .xinwen-date h2{color: #fff;}
.fenye{
	text-align: center;
	margin-top: 45px;
}
.fenye ul{
	margin: 0;
}
.shipin-list dl{
	margin: 0;
	margin-left: -3%;
}
.shipin-list dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	margin-top: 35px;
}
.shipin-pic .imgbox_a{
	padding-bottom: 59.26%;
}
.shipin-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	content: "";
	background-color: #000;
	opacity: 0.3;
}
.shipin-pic .imgbox_a::after{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 25;
	content: "";
	background-image: url(../images/bo.png);
	background-size: 100%;
}


.ry-list .shipin-pic .imgbox_a::before,
.ry-list .shipin-pic .imgbox_a::after{
	display: none;
}








.shipin-con{
	border: 1px solid #dedede;
	padding: 25px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;color: #333;
}
.shipin-item:hover .shipin-con{
	color: #d50100;
}
.danpian{
	padding-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;
	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:#d50100;
}
.zhaopin-list{
	padding-top: 10px;
}
.zhaopin-list dl{
	margin: 0;
}
.zhaopin-list dd{
	position: relative;
	padding-right:50px;
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px dashed #e2e2e2;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zhaopin-list dd a:hover{
	color: #d50100;
}
.zhaopin-list dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;color: #666;
}
.fazhan-list{
	margin-top: 35px;
	position: relative;
}
.fazhan-list::before{
	position: absolute;
	width: 2px;
	background-color: #e4e4e4;
	left: 20px;
	top: 5px;
	bottom: 0;
	content: "";
	z-index: 5;
}
.fazhan-list ul{
	margin: 0;
	position: relative;
	z-index: 50;
}
.fazhan-list li+li{
	margin-top: 30px;
}
.fazhan-list li:hover .fazhan-num{
	color: #fff;
	background-color: #d50100;
}
.fazhan-list li:hover .fazhan-title{
	color: #fff;
	background-color: #d50100;
}
.fazhan-list li:hover .fazhan-title::before{
	background-image: url(../images/jiao2h.png);
}
.fazhan-num{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 12px;
	background-color: #e4e4e4;
	font-size: 16px;
	color: #333;
}
.fazhan-con{
	overflow: hidden;
	padding-left: 12px;
}
.fazhan-title{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	background-color: #e4e4e4;
	padding: 6px 25px;
	position: relative;
}
.fazhan-title::before{
	position: absolute;
	width: 12px;
	height: 11px;
	top: 14px;
	left: -12px;
	content: "";
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fazhan-dl{
	padding: 15px 0 0 25px;
}
.fazhan-dl dl{
	margin: 0;
}
.fazhan-dl dd{
	margin-top: 5px;
	padding-left: 15px;
	background-image: url(../images/dian2.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.wenhua{
	margin-top: 33px;
}
.wenhua-div{
	background-color: #f1f1f1;
}
.wenhua-pic{
	width:500px;
}
.wenhua-pic .imgbox_a{
	padding-bottom: 58%;
}
.wenhua-con{
	overflow: hidden;
	padding: 30px 45px 0;
}
.wenhua-title{
	font-size: 18px;
	color: #d50100;
	padding-left:45px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.8;
}
.wenhua-dl {
	margin-top: 15px;
	height: 12em;
	overflow: auto;
	padding-right: 20px;
}
.wenhua-dl.mCS_no_scrollbar{
	padding-right: 0;
}
.wenhua-dl .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #d50100;
	margin-right: 0;
	
}
.wenhua-dl.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.wenhua-dl.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1!important;
}
.wenhua-dl dl{
	margin: 0;
}
.wenhua-dl dd{
	font-size: 14px;color: #333;
	line-height: 2;
}
.wenhua-dl dd span{
	color: #d50100;
	font-weight: bolder;
}
.wenhua-div+.wenhua-div{
	margin-top:20px;
}
.wenhua-qi{
	padding-top:20px;
}
.wenhua-qi dl{
	margin: 0;
}
.wenhua-qi dd{
	float: left;
	margin-right:30px;
	margin-top: 10px ;
	font-size: 14px;
	color: #333;
}