/**************************************/
/*************[公用start]**************/
/**************************************/



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



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

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


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

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




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

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


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





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 123px;
	background-color: #fff;
}

.logo{
	font-size: 0;
	margin-left: 24px;
	margin-top: 18px;
}

.header-right{

	/*width: 287px;*/
	margin-top: 20px;
}

.header-a{
	text-align: right;
	font-size: 14px;
}
.header-a a:hover{
	color:#c61000;
}

.form-1{
	position: relative;
	margin-top: 17px;
	width: 300px;
}
.form-1 input:focus
{outline: none;}
.form-1 input[type="text"]{
	width: 100%;
	height: 45px;
	border:1px solid #c9c9c9;

	padding-left: 18px;
	padding-right: 50px;
	font-size: 14px;
}

.form-1 input[type="image"]{
	position: absolute;
	right: 0px;
	top: 0px;
}

.nav{
	background-color: #c61000;
}
.nav ul{
	margin:0;
}
.nav li{
	float: left;
	width: 11.11111111111%;
	position: relative;
}

.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 500;
	display: none;
}

.xiala a{
	display: block;
	padding: 10px 5px;
	line-height: 1.5;
	text-align: center;
	color:#fff;
	background-color: #c61000;
	font-size: 14px;

}
.xiala a:hover{
	background-color:#8a0b00; 

}
.nav li>a{
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	transition: .3s;
}

.nav li:hover>a,.nav li.active>a{
	background-color:#8a0b00; 
}

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





/*main-start*/
/**************************************************************/

#main{
	
}

.fafa .slides>li{
	height: 364px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}



.fafa .flex-control-nav{
	display: block;
	bottom: 24px;
}

.fafa .flex-control-paging li a{
	width: 22px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center ;
}

.fafa .flex-control-paging li a:hover {background-image: url(../images/arrow-b.png);}


.fxfx .flex-control-nav{
	display: block;
	bottom: 15px;
}

.fxfx .flex-control-paging li a{
	width: 22px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center ;
}

.fxfx .flex-control-paging li a:hover {background-image: url(../images/arrow-b.png);}

/*.fafa .flex-control-paging li a.flex-active{

}*/

.index-main{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index-main.jpg);
	padding-bottom: 40px;
}
.tongzhi {
	text-align: center;
	padding: 35px 0 30px;
}
.tongzhi h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color:#c61000;
	line-height: 1.6;
}
.tongzhi h1 a:hover{
	text-decoration: underline;
}
.tongzhi p{
	margin:0;
	font-size: 14px;
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height: 1.8;
	margin-top: 10px;
}

.main-1-left{
	width: 600px;
	margin-right: 22px;
}
.main-1-right
{overflow: hidden;}
.fnews .slides>li{
	position: relative;
}

.fnews .slides>li h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	padding-left: 27px;
	font-size: 16px;
	color:#fff;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 100px;
    margin:0;
}

.fnews .slides>li a{
	display: block;
    overflow: hidden;
	position: relative;
	padding-bottom:66.67%; 
}

.fnews .slides>li a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}


.fnews .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	bottom: 19px;
	padding-right: 10px;
	width: 100%;
	margin-left: 0;
	left: 0;
}

.fnews .flex-control-nav li{
	margin:0 5px;
}

.fnews .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow-b2.png);
}

.fnews .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b-h2.png);

}

.news-2-title {
	margin-left: -0.5%;
}
.news-2-title a{
	float: left;
width: 32.833333333%;
	text-align: center;
	font-size: 16px;
	margin-left: 0.5%;
	color:#666;
	height: 48px;
	line-height: 54px;
	background-image: url(../images/aa.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news-2-title a.cur{
	background-image: none;
	color:#fff;
	background-color: #c61000;
	line-height: 48px;
}
.tuijian{
	padding: 32px 0 20px;
}

.date{
	text-align: center;
	border:1px solid #c61000;
	width: 60px;
	margin-right: 22px;
}
.date h1{
	margin:0;
	font-size: 35px;
	font-weight: bold;
	color:#fff;
	background-color: #c61000;
	height: 48px;
	margin:0;
	line-height: 48px;
	/*letter-spacing: -2px;*/
}
.date h2{
	margin:0;
	font-size: 12px;
	color:#666;

	height: 19px;
	margin:0;
	/*letter-spacing: -2px;*/
	line-height: 19px;
}

.tuijian-con{
	overflow: hidden;
}

.tuijian-con h1{
	margin:0;
	font-size: 16px;
	color:#c61000;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tuijian-con h1 a:hover{
	text-decoration: underline;
}
.tuijian-con p{
	margin:0;
	font-size: 14px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height: 1.6;
	margin-top: 6px;
}
.tui-a{
	margin-top: 3px;
}
.tui-a a{
	font-size: 14px;
	color:#666;
}
.tui-a a:hover{
	text-decoration: underline;
	color:#c61000;

}

.list ul{
	margin:0;
}

.list li{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/list.png);
	height: 33px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height: 33px;
}

.list li span{
	font-size: 14px;
	margin-left: 20px;
	color:#999999;
}
.list li a{
	font-size: 16px;
	color:#666;
}

.list li a:hover{
	/*text-decoration: underline;*/
	color:#c61000;
}

.news-2-div{
	display: none;
}

.news-2-div:first-child{
	display: block;
}


/*.main-2-left{
	width:500px; 
}*/
.title-11{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;

}
.title-11 h1{
	float: left;
	margin:0;
	font-size: 18px;
	color:#c61000;
	font-weight: bold;
	height: 45px;
	line-height: 43px;
	border-bottom: 2px solid #c61000;
	padding: 0	10px;
	position: relative;
	bottom: -1px;
}

.title-11 a{
	float: right;
	font-size: 12px;
	color:#666;
	height: 45px;
	line-height: 45px;
	padding-left: 17px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.title-11 a:hover{
	color:#c61000;

}

.m35{
	margin-top: 35px;
}
.m23{margin-top: 23px;}

.shengchan-left{
	width: 107px;
	margin-right: 15px;
}

.shengchan-right{
	overflow: hidden;
}

.shengchan-left a{
	display: block;
	height: 77px;
	border:1px solid #fff;
	border-right: 1px solid #e3e3e3;
	font-size: 14px;
	color:#666;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 48px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
.shengchan-left a.sa1{
	border-top: 0;
	border-top-left-radius: 0px;
}
.shengchan-left a.sa5{
	border-bottom-left-radius: 0px;
	border-bottom: 0;
}
.shengchan-left a.cur{
	border-color: #e3e3e3;
	border-right-color: #fff;
	color:#c61000;
}

a.sa1{background-image: url(../images/s1.png);}
a.sa2{background-image: url(../images/s2.png);}
a.sa3{background-image: url(../images/s3.png);}
a.sa4{background-image: url(../images/s4.png);}
a.sa5{background-image: url(../images/s5.png);}


a.sa1.cur{background-image: url(../images/s1h.png);}
a.sa2.cur{background-image: url(../images/s2h.png);}
a.sa3.cur{background-image: url(../images/s3h.png);}
a.sa4.cur{background-image: url(../images/s4h.png);}
a.sa5.cur{background-image: url(../images/s5h.png);}
.tuijian2{
	padding-bottom: 11px;
}
.tuijian2-pic-wp{
	width: 165px;
	margin-right: 20px;
}

.tuijian2-pic{
	display: block;
	position: relative;
	padding-bottom:66.67%; 
	overflow: hidden;
}

.tuijian2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;

}
.tuijian2-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);	
}


.tuijian2-con{
	overflow: hidden;
}


.tuijian2-con h1{
	margin:0;
	font-size: 16px;
	color:#c61000;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tuijian2-con h1 a:hover{
	text-decoration: underline;
}
.tuijian2-con p{
	margin:0;
	font-size: 14px;
	color:#999;
    overflow: hidden;
    height: 50px;
	line-height: 1.8;
	margin-top: 6px;
}
.tuijian2-con .tui-a{
	margin-top: 15px;
}


.shengchan-con{
	display: none;
}

.shengchan-con:first-child{
	display: block;
}
.m12{
	margin-top: 12px;
}

.ja{
	margin-top: 10px;
}
.ja a{
	height: 56px;
	line-height: 54px;
	border:1px solid #e4e4e4;
	text-align: center;
	font-size: 14px;
	color:#666;
	width: 49%;
}
.ja a:hover{
	color:#c61000;
	text-decoration: underline;
}
.ja a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 15px;
}
.zta{
	padding-top: 22px;
}
.zta img
{display: block;
width: 100%;
transition: .3s;}


.zta  a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);	
}
.zta  a{
	display: block;
	margin-top: 14px;
	overflow: hidden;
}
.zta  a:first-child{
	margin-top: 0;
}

.dangjian-con{
	margin-top: 28px;
}

.yewu-p{
	font-size: 16px;
	text-indent: 2em;
	color:#666666;
	line-height: 1.8;
	height: 84px;
	margin-top: 18px;
}



.chanpin-list ul{
	margin:0;
}
.chanpin-list li{
	width: 48%;
	margin-top: 4%;
}
.chanpin-list li a{
	display: block;
	padding: 24px 20px 60px 20px;
	background-color: #f2f2f2;
	background-position: right bottom;
	background-repeat: no-repeat;
	
}
.chanpin-list li a:hover h1{
	text-decoration: underline;
}
.chanpin-list li h1{
	font-size: 16px;
	margin:0;
	color:#c61000;
	padding-bottom:10px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.chanpin-list li h1 span{
	width: 8px;
	height: 14px;
	background-image: url(../images/jian.png);
	background-repeat: no-repeat;
	background-position: center ;
	margin-top: 3px;
}
.chanpin-list li p{
	margin:0;
	font-size: 12px;
	color:#333;
	margin-top: 10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.title-11-te {
	position: relative;top: -28px;
	padding-bottom: 2px;
}

.title-11-te a{
	position: absolute;
	right: 0;
	bottom: 0;
    font-size: 12px;
    color: #666;
}
.title-11-te a:hover{
	color:#c61000;
}
.title-11-te img{
	display: block;
	width: 100%;
}
.title-11-te+.title-11{
	display: none;
}

.list2{
	margin-top: -8px;
}
.list2 li {
	padding-left: 13px;
	line-height: 32px;
	height: 32px;
	background-image: url(../images/list2.png);
}
.list2 li a{
	font-size: 14px;
}
/**************************************************************/
/*main-over*/





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

#footer{
	
}

.footer-1{
	background-color: #f6f6f6;
}

.foo1-left{
	width: 120px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color:#333;
	text-align: center;
	
}

.footer-1-con{
	overflow: hidden;
	padding-top: 11px;
}

.sel{
	width: 23%;
	margin-left: 2%;
}
.sel select{
	
	padding-left: 10px;
}

.footer-1-con .form-control{
	/*border-color:#fff;*/
	/*border-radius: 3px;*/
}
.footer-2{
	background-color: #c61000;
	padding: 22px 0 30px;
	color:#fff;
}

.er-wp{
	width: 260px;
	margin-left: 35px;
}

.er{
	width: 115px;
}

.er img{
	display: block;
	width: 100%;
}

.foo2-a{
	padding-top: 15px;

}

.foo2-a a:hover{
	text-decoration: underline;
}
.footer-2 p{
	line-height: 2;
	margin:0;
	margin-top: 10px;
}
/**************************************************************/
/*footer-over*/





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


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;
	
}

.nav-2 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: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:13px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-xia-a{
	padding-bottom: 15px;
	display: none;
}
.nav-xia-a a{
	padding: 8px 10px;
	display: block;
	font-size: 12px;
	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;
}*/
.logo-2{
	font-size: 0;
	width: 260px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	
	margin-right: 15px;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	margin-top: 29px;
}

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


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


.banner-x{
	display: none;
}





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



/*about*/

.banner-2{
	height: 356px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}


.about-1 h1.about1-h1{
	margin:0;
	text-align: center;
	font-size:36px;
	color:#666; 
}

.about-1 p{
	margin:0;
	text-align: center;
	font-size:14px;
	line-height: 2;
	margin-top: 35px;
	color:#666; 
}

.about-1-a{
	text-align: center;
	margin-top: 30px;

}
.about-1-a a{
	font-size:14px;
color:#666; 
}

.about-1-a a:hover{
	color:#c61000;
	text-decoration: underline;
}
.about-1-num {
	margin-top: 80px;
}
.about-1-num dl{
	margin:0;
}

.about-1-num dd{
	float: left;
	width: 33.33333%;
	text-align: center;
	font-size: 16px;
	color:#666;
	line-height: 35px;
}

.num-top{
	font-size: 16px;
	color:#666;
}

.num-top span{
	font-size: 72px;
	color:#c61000;
	font-family:'Impact' ;
	padding-right: 10px;
}

.about-1-con{
	margin-top: 60px;
}

.about-1-left {
	width: 750px;
}

.about-1-right-top{
	margin-left: 17px;
	width: 432px;
}

.about-1-right-bottom{
	width: 432px;
	margin-left: 17px;
	margin-top: 17px;
}

div.about-1-di{
	padding-bottom: 70%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

a.about-1-di{
	display: block;
	padding-bottom: 58.8%;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}



.about-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
}

.about-hei-wen{
	position: absolute;
	left: 50%;
	width: 80px;
	top: 50%;
	text-align: center;
	color:#fff;
	font-size: 18px;
	margin-top: -40px;
	margin-left: -41px;
	
}

.about-hei-wen img{
	display: block;
	margin:0 auto 5px;
	width: 52px;
}



.about-1-di-con{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: left;
	padding: 60px 30px 0;
}

.about-1-di-con h1{
	margin:0;
	font-size: 30px;
	color:#fff;
}

.about-1 .about-1-di-con p{
	margin-top: 25px;
	text-align: left;
	color:#fff;
}

.about-11-a{
	margin-top: 50px;
}

.about-11-a a{
	display: inline-block;
	padding: 9px 45px;
	border:1px solid #fff;
	color:#fff;
	font-size: 14px;
}
.about-11-a a:hover{
	color:#333;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right:hover,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:active {
    color: #fff
}

.hvr-bounce-to-right:hover:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.p60{
	padding: 60px 0;
}
.about-3-list .item:hover h1{
	color:#c61000;
}
.about-3-list .item h1{
	font-size: 16px;
	color:#666;
	margin:0;
	text-overflow: ellipsis;
	text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}

.about-3-list .owl-prev{
	position: absolute;
	left:-60px;
    top:25%;
   
	width: 42px;
	height: 70px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.about-3-list .owl-next{
	position: absolute;
	right: -60px;
    top:25%;
  
	width: 42px;
	height: 70px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.about-2{
	
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about-2.jpg);
	padding-bottom: 50px;
}


.dashiji-wp {
    /*margin-top: 35px;*/
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left 79px;
}

.dashiji-list h1{
	font-size: 48px;
	color:#fff;
	line-height: 1;

	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/hh1.png);
	margin:0;
}

.dashiji-list   p{
	margin:0;
	font-size: 14px;
	margin-top: 28px;
	color:#fff;
	line-height: 2;
	height: 112px;
	overflow: hidden;
}

.dashiji-list .owl-nav{
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
.dashiji-list .owl-prev {
    display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url(../images/left2.png);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 30px;
}
.dashiji-list .owl-prev:hover{
    background-image: url(../images/left2h.png);

}
.dashiji-list .owl-next {
   	display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url(../images/right2.png);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 30px;
   
}
.dashiji-list .owl-next:hover{
    background-image: url(../images/right2h.png);

}

.about-2-title{
	text-align: center;
	color:#fff;
	font-size: 30px;
	padding: 55px 0;
}



.erji{
    padding: 40px 0 25px;
        background-color: #f2f2f2;
}

.menu{
	width: 244px;
	margin-right: 33px;
	
}


.erji-content{
	overflow: hidden;
	padding: 35px;
	background-color: #fff;
}


.menu-title {
    height: 117px;
    background-color: #c61000;
    padding-left: 37px;
    line-height: 117px;
    font-size: 28px;
    color: #fff;
}

.menu-list{
	background-color: #fff;
	padding: 15px 0;
}

.menu-list ul{
	margin-bottom: 0;
}
.menu-list li{
	height: 48px;
	line-height: 48px;
	border-top: 1px solid #e2e1e6;
}
.menu-list li:first-child{
	    border-top: 0;
}
.menu-list li>a{
	display: block;
	height: 48px;
	padding-left: 37px;
	font-size: 14px;
	color:#666;
	line-height: 48px;
	background-repeat: no-repeat;
	background-position: 90% center;
	background-image: url(../images/gf.png);
}

.menu-list li.cur>a{
	background-color: #c61000;
	background-image: url(../images/gfh.png);
	color:#fff;
}


.menu-list li>a:hover{
	background-color: #c61000;
	background-image: url(../images/gfh.png);
	color:#fff;
}
.gf-pic img{
	display: block;
	width: 100%;
}

.mianbaoxie2{
	
	font-size: 12px;
	color:#999;
	width: 220px;
	text-align: right;
	margin-top: 10px;
}

.mianbaoxie2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.mianbaoxie2 a:hover{
	color:#c61000;
}

.erji-content-title {
	border-bottom: 1px solid #d8d8d8;
}
.erji-content-title h1{
	margin:0;
	font-size: 24px;
	color:#666;
	padding: 0	10px;
	padding-bottom: 12px;
	border-bottom: 2px solid #c61000;
	position: relative;
	bottom: -2px;
}

.erji-content-div{
	padding-top: 15px;
}

.erji-content-div .list li{
	border-top: 1px dashed #eee;
	    height: 40px;
    line-height: 40px;
}
.erji-content-div .list li:first-child{
	border-top: 0;
}
.fenye{
	text-align: center;
	padding: 35px 0;
}

.fenye ul{
	margin:0;
}



.danpian-h1{
	text-align: center;
	font-size: 24px;
	padding: 15px 0 8px;
	color:#333;
	line-height: 1.6;
}

.danpian-h2{
	text-align: center;
	font-size: 14px;
	
	color:#999;
	line-height: 1.6;
	padding-bottom: 10px;
}

.danpian-div{
	padding: 15px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color:#666;
	line-height: 2;
}

.danpian-div img{
	display: block;
	margin:10px auto;
}

.danpian-page dl{
	margin:0;
	margin-top: 20px;
}

.danpian-page dd{
	height: 28px;
	line-height: 25px;
	font-size: 14px;
	color:#666;
	margin-top: 10px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.danpian-page dd:hover{
	color:#c61000;

}

.danpian-page dd:first-child{
	margin-top: 0;
}
.pic-list {
	padding-top: 10px;
}
.pic-list .col-md-6{
	margin-bottom: 25px;
}
.pic-list .col-md-6 h1{
	margin:0;
	font-size: 16px;
    color: #666;
    margin: 0;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 15px;
 
}

.pic-list .col-md-6 a:hover h1{
	color:#c61000;
}
.zhaopin-table table tr td,.zhaopin-table table tr th{
	padding: 12px 8px;
}
.zhaopin-table td a:hover{
	color:#c61000;
	text-decoration: underline;
}

.zhao2-title{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color:#333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.job_detail{
	margin-top: 15px;
	font-size:14px;
	line-height:25px;
}

.job_detail .apply{
	display:inline-block;
	width:244px;
	height:52px;
	margin-top:30px;
	background-color: #c61000;

	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:52px;
	text-align:center;
}
.zhao3 label{
	height: 34px;
	line-height: 34px;
	width: 100%;
	text-align: right;
}

.zhao3-title-2{
	font-size: 22px;
	color:#333;
	padding: 12px 0 25px;
}

.zhao3-button{
	text-align: center;
	margin-top:25px;
}

.form-1-gao{
	margin-left: 15px;
	height: 45px;
	line-height: 45px;
	margin-top: 14px;
}
.form-1-gao a{
	vertical-align: middle;
	font-size: 16px;
	color:#333;
	font-weight: bold;
}
.form-1-gao a:hover{
	color:#c61000;

}
.form-1-gao a i{
	font-size: 18px!important;
	font-style: normal;
	color:#c61000;
	padding-right: 15px;
	font-weight: bold;
	    vertical-align: middle;
    margin-top: -6px;
    display: inline-block;
}










/************message-start***************/


div.message{
	max-width: 700px;
	margin:0px auto;
	padding-top:0px;
	/*min-height: 618px;*/
	
	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:focus,div.message-shuru select:focus{
	outline: none;
}
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: none;
	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;
}



/************响应式设置-start***************/
@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: 85%;
		max-width: 85%;
		margin-left: 0;
	}

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

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


	div.message-sub input{
		/*width: 70%;
		max-width: 70%;*/
	}

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


}



/************响应式设置-over***************/


/************message-over***************/


.main-3-middle .list{
	padding-top: 17px;
}

#pcimg{
	position: fixed;
	z-index: 1850;
	right: 0;
	bottom: 0;
	width: 323px;
}

#pcimg a,#pcimg img{
	display: block;
	width: 100%;
}