/**************************************/

/*************[公用start]**************/

/**************************************/



body {

	overflow-x: hidden;

}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

div.clear {

	clear: both;

	height: 0;

	width: 0;

}



input,
textarea,
select,
a:focus {

	outline: none;

}



a {

	text-decoration: none;

	color: inherit;

	cursor: pointer;

}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {

	border: 0;

	/*	width: 100%;*/

	max-width: 100%;

}





div.wp {

	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */

	margin: 0 auto;

}

div.wp2 {

	padding: 0 140px;

}

.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);

}





.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{
	overflow: hidden;
}
.header-top{
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}
.zx-tele{
	height: 50px;
	line-height: 50px;
}

.zx-tele img{
	float: left;
	padding-top: 18px;
	padding-right: 8px;
}
.zx-tele span i{
	font-size: 20px;
	font-weight: bolder;
	color: #de1926;
	padding-left: 5px;
	font-style: normal;
}
.header-link {
	margin-top: 12px;
}

.header-link-tb,.header-search{
	float: left;
	padding-left: 15px;
}
.header-search{
	font-size: 15px;
	margin-top: 4px;
}
.pc-header{
	height: 95px;
}
.pc-header .pc-logo{
	padding-top: 18px;
	width: 432px;
	margin-right: 88px;
}
.pc-nav{
	width: calc(100% - 520px);
}
.pc-nav ul li{
	width: 14.285%;
	line-height: 95px;
	float: left;
	text-align: right;
}
.pc-nav ul li a{
	font-size: 16px;
	font-weight: bold;
}
.pc-nav ul li a:hover{
	color: #ea2129;
}
#header_sj {
	display: none;
}
.box1{
	padding-top: 54px;
	padding-bottom: 54px;
	overflow: hidden;
}
.sy-tit{
	text-align: center;	
}
.sy-tit h1{
	font-size: 28px;
	font-weight: bolder;
	color: #464646;
}
.sy-tit h1 span{
	color: #e81f2f;
}
.sy-tit h2{
	color: #000000;
	font-size: 16px;
	margin-top: 16px;
}
.sy-product{
	margin-top: 42px;
	margin-bottom: 42px;
	overflow: hidden;
}
.sy-product-list{
	overflow: hidden;
}

.sy-product-list .imgbox_a{
	padding-bottom: 64.51%;
}
.sy-product-list a{
	position: relative;
	background: #eceef0;
	display: block;
	padding: 0px 30px 15px;
}
.sy-product-list a::before{
	content: "";
	background: url(../images/pro-list-bj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding-bottom: 88.84%;
	transform: translateY(-100%);
	transition: .6s;
	background-size: 100% 100%;
}
.sy-product-list a:hover::before{
	transform: translateY(0%);
}

.sy-product-list .sy-product-inf{
	position: relative;
}
.sy-product-list .sy-product-inf:hover h1{
	color: #fff;
}
.sy-product-list .sy-product-inf:hover h2{
	color: #fff;
}
.sy-product-list h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 22px;
}
.sy-product-ms{
    /*height: 164px;*/
    overflow: auto;
}
.sy-product-list h2{
	font-size: 15px;
	line-height: 26px;
	color: #959595;
}
.sy-product-list span.pro-img img{
	width:62px;
}
.sy-product-list span.pro-img img:last-child{
	display: none;
}
.sy-product-list a:hover .pro-img img{
	display: none;
}
.sy-product-list a:hover .pro-img img:last-child{
	display: block;
}
.sy-more a{
	z-index: 2;
	width: 168px;
	padding-left:30px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #333333;
	margin: 0px auto;
	display: block;
    box-sizing: border-box;
	background: url(../images/more-tb1.png) no-repeat 104px 18px;
}
.sy-more a:hover{
	border: none;
	background: url(../images/more-tb2.png) no-repeat 104px 18px #e81f2f;
	color: #fff;
}

.box2{
	background: url(../images/case-bj.jpg) no-repeat top center;
	overflow: hidden;
	padding-top: 54px;
	padding-bottom: 54px;
	background-size: cover;
}
.box2 .sy-tit h1,.box2 .sy-tit h1 span,.box2 .sy-tit h2{
	color: #fff;
}
.sy-case-main{
	margin-top: 42px;
	margin-bottom: 42px;
}
.sy-case-down{
	display: table;
	overflow: hidden;
	margin: 0px auto;
}
.sy-case-more{
	display: table-cell;
}
.sy-case-more a{
	background-color: #fff;
	border-radius: 3px;
	height: 52px;
	line-height: 52px;
	width: 164px;
	display: block;
	text-align: center;
	margin-right: 20px;
	font-size: 15px;
}
.sy-case-tele{
	display: table-cell;
	height: 52px;
	line-height: 52px;
	width: 180px;
	border-radius: 3px;
	background: #da1f28;
	color: #fff;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.box3{
	overflow: hidden;
	padding-top: 54px;
	padding-bottom: 110px;
	background: url(../images/about-bj.jpg) no-repeat bottom center;
}
.sy-about-main{
	padding: 42px;
	background: #fff;
	overflow: hidden;
}
.sy-about-pic{
	width: 654px;
	margin-left: 86px;
}
.sy-about-pic .imgbox_a{
	padding-bottom: 63.15%;
}
.sy-about-inf{
	width: calc(100% - 740px);
}
.sy-about-inf h1{
	font-size: 20px;
	margin-bottom: 24px;
}
.sy-about-inf h2{
	font-size: 15px;
	line-height: 32px;
	color: #666666;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
	
}
.sy-about-more a{
	display: block;
	border-radius: 3px;
	color: #fff;
	width: 168px;
	padding-left:30px;
	height: 52px;
	line-height: 52px;
	margin-top: 42px;
	margin-bottom: 42px;
	box-sizing: border-box;
	background: url(../images/more-tb2.png) no-repeat 104px 18px #464646;
}
.sy-about-more a:hover{
	background: url(../images/more-tb2.png) no-repeat 104px 18px #e81f2f;
}
.sy-about-list span{
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 15px;
}
.sy-about-list span i{
	font-style: normal;
	font-size: 36px;
	color: #e81f2f;
	font-weight: bolder;
	display: block;
	margin-bottom: 3px;
}
.sy-news-main{
	overflow: hidden;
}
.sy-news-main {
	margin-top: 42px;
}
.sy-news-main ul{
	margin-right: -28px;
}
.sy-news-main ul li{
	padding-right: 28px;
	width: 33.333%;
	float: left;
}
.sy-news-main ul li a .imgbox_a{
	padding-bottom:55.36%;
}
.sy-news-main ul li a h1{
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 16px;
}
.sy-news-main ul li a h2{
	font-size: 16px;
	line-height: 28px;
	color: #9c9c9c;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.sy-news-down{
	margin-top:22px;
	height: 56px;
	line-height: 56px;
	font-size: 15px;
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.sy-news-down>span{
	float: left;
	color: #9c9c9c;
}
.sy-news-down>span+span{
	float: right;
	color: #da1f28;
}
.sy-news-down::before{
	content: "";
	position: absolute;
	width: 68px;
	height: 2px;
	background: #da1f28;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#footer{
	background-color: #3e3e45;
	padding-top: 42px;
}
.footer-menu{
	padding-bottom: 32px;
}
.footer-ewm{
	float: right;
	width: 222px;
	margin-left: 178px;
}
.footer-ewm-pic{
	width: 108px;
	text-align: center;
	color: #fff;
	margin-left: 114px;
}
.footer-ewm-pic span{
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 10px;
	display: block;
}
.footer-ewm-tele{
	text-align: right;
	color: #fff;
	padding-top: 12px;
}
.footer-ewm-tele span{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	display: block;
}
.footer-ewm-tele h1{
	font-size: 28px;
}
.footer-list{
	width: calc(100% - 400px);
}
.footer-list dl{
	float: left;
	width: 16.66%;
	color: #fff;
	text-align: left;
}
.footer-list dt{
	color: #fff;
	font-size: 16px;
	padding-bottom: 16px;
}
.footer-list dd{
	color: #888888;
	line-height: 28px;
	padding-left: 4px;
}
.footer-down{
	height: 46px;
	line-height: 46px;
	color:#737374;
	border-top: 1px solid #535359;
	text-align: center;
}


/*二级公共*/

.banner-2{
  height: 386px;
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}
.erji-top{
	background-color: #f6f4f4;
}

.mianbaoxie{
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}
.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian-dd.png);
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #999;
}
.mianbaoxie dd+dd{
	margin-left: 12px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #333;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	border-left: 1px solid #f6f4f4;
	padding: 0px 26px;
}
.erji-nav dd+dd{
}

.erji-nav dd>a{
	display: block;
	height: 64px;
	line-height: 64px;
	font-size:15px;
	color: #333;
	text-align: center;
	transition: background-color.3s,border-color .3s;
	padding: 0px 5px;	
}

.erji-nav dd.cur>a,
.erji-nav dd>a:hover{
	background: url(../images/nav-bj.jpg) repeat-x bottom;
	color: #ea2129;
}



/*二级新闻列表*/

.news-list{
	overflow: hidden;
	padding-top:52px;
}

.news-list ul{
	overflow: hidden;
}

.news-list ul li{
   margin-bottom:52px;
   background: #fff;
   overflow: hidden;
}
.news-list ul li .news-img{
	width: 368px;
	overflow: hidden;
}

.news-list ul li .news-img .imgbox_a {
    padding-bottom: 55.36%;
    position: relative;
}

.news-inf{
	padding-left: 40px;
	padding-top:25px;
	transition: margin-left .3s ease-out 0s;
	overflow: hidden;
}

.news-inf h1{
    font-size: 26px;
    color: #333;
	display: block;
	overflow: hidden;
	margin: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 14px;
}

.news-inf span{
	font-size: 14px;
	color: #333;
	display: block;
}

.news-inf i{
	color: #A2A2A2;
	line-height: 24px;
	display: block;
	overflow: hidden;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-more{
}

.news-more span{
	display: block;
	color: #333;
	font-size:14px;
	width: 110px;
	height: 38px;
	line-height: 38px;
	margin-top: 16px;
	border-radius: 28px;
	transition: margin-left .3s ease-out 0s;
	position: relative;
	font-weight: bold;
}
.news-more span::before{
	content: "";
	position: absolute;
	width: 42px;
	height: 2px;
	background: #000;
	right: 0px;
	top: 19px;
}
.news-list ul li:hover .news-inf{
	margin-left: 20px;
}

.news-list ul li:hover .news-more span{
	margin-left: 20px;
	color: #ea2129;
}
.news-list ul li:hover .news-more span::before{
	background: #ea2129;
}
.news-list ul li:hover h1{
	color: #ea2129;
}
.page-box{
	overflow: hidden;
	border-top: 1px solid #eaeaea;
}
.pc-page{
	display: table;
	margin: 0px auto;
	padding-top: 32px;
	padding-bottom: 32px;
}

.pc-page a{
	padding: 8px 16px;
	display: block;
	float: left;
	background: #fff;
	display: table-cell; 
	margin: 0px 5px;
}
.pc-page a:hover{
	background: #ea2129;
	color: #fff;
}
.pc-page a.cur{
	color: #fff;
	background: #ea2129;
}


/************[单篇]****************/

.danpian{
	padding-top: 32px;
	padding-bottom: 32px;
}

.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;

}

.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.4!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:#ec0a1c;

}


/************[案例]****************/

.case-box{
	overflow: hidden;
	padding-top: 32px;
}

.case-box ul li{
	margin-bottom: 32px;
}

.case-box ul li a{
	background: #fff;
	padding: 15px;
	display: block;
	position: relative;
}

.case-box ul li a i span{
	position: absolute;
    height: 100%;
	width: 100%;
    position: absolute;
    z-index: 3;
	width: 46px;
	height: 46px;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
	color:#fff;
}
.case-box ul li a i::before{
	content: "";
	position: absolute;
	background: #000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.case-box ul li .imgbox_a {
    padding-bottom: 66.72%;
    position: relative;
}

.pro-case ul li .imgbox_a {
    padding-bottom: 120.32% !important;
    position: relative;
}

.case-box ul li a .case-text{
	height: 68px;
	line-height: 68px;
	background: #f3f3f3;
	padding-left: 15px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case-box ul li a:hover i span{
	display: none;
}
.case-box ul li a:hover i::before{
	opacity: 0.1;
}



/************[加入我们]****************/

.job-button{
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.job-button a{
	display: block;
	color: #e71e29;
    padding: 8px 26px;
	border: 2px solid #dcdcdc;
	border-radius: 5px;
	font-weight: bolder;
}



.message-box{
	padding-top: 54px;
	padding-bottom: 54px;
}
.contact-add-bj{
	height:auto;
}
.contact-add-xx{
	width: 100%;
	box-sizing: border-box;
}
.add-xx-tit{
	height: 84px;
	line-height: 64px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	font-weight: bold;
	color:#1f1f1f;
	border-top-right-radius:10px ;
	border-top-left-radius:10px ;
	text-align: center;
}
.add-xx-con{
	padding: 0px;
}
.add-xx-con ul{
	overflow: hidden;
}
.add-xx-con ul li{
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.add-xx-con ul li span{
	font-size: 16px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	padding-bottom:8px;
}
.add-xx-con ul li span i{
	font-size: 18px;
	color: red;
	font-style: normal;
	padding-top: 2px;
	padding-right: 8px;
	float: left;
}
.add-xx-table{
	border: 1px solid #c9c9c9;
	line-height: 56px;
	overflow: hidden;
	padding-right: 10px;
	box-sizing: border-box;
}
.add-xx-table span{
	width: 110px;
	font-weight: bold;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 16px;
	display: block;
	float: left;
	border-right: 1px solid #c9c9c9;
}
.add-xx-table span i{
	font-size: 18px;
	color: red;
	font-style: normal;
	padding-top: 4px;
	padding-right: 4px;
	width: 12px;
	float: left;
}
.add-xx-table input{
	width:  calc(100% - 110px);
	float: left;
	height: inherit;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	border: none;
}
.add-xx-table textarea{
	width:  calc(100% - 110px);
	height: 180px;
	border: none;
	padding: 20px;
	line-height: 26px;
}
.add-xx-table input[name="addTel"]{
	width: 100%;
	height: 48px;
	padding-left: 10px;
	margin-bottom: 26px;
	border: 1px solid #c9c9c9;
}

.add-xx-table select{
		width: calc(100% - 110px);
		padding-left:10px;
		height: 100%;
		line-height: 28px;
		border-style: none;
		outline: none;
		font-family: "微软雅黑";
		font-size: 15px;
		font-weight: normal;
		box-sizing: border-box;		
		border: none;
		/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
		/*很关键：将默认的select选择框样式清除*/
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		/*在选择框的最右侧中间显示小箭头图片*/
		/* background: url(../images/arrow.png) no-repeat scroll 273px center transparent; */
		background: url(../images/down-jt3.png) no-repeat right center;
		background-size: 15px;
		/*为下拉小箭头留出一点位置，避免被文字覆盖*/
}

.add-xx-con ul li:last-child{
	width: 100%;
}
.add-xx-con ul li:last-child .add-xx-table {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    border: none;
	border: 1px solid #ccc;
}


.add-xx-con .tj-button{
	width: 256px;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	background:#ea2129;
	color: #fff;
	border: none;
	margin: 0 auto;
	display: block;
	margin-top: 24px;
}
.add-xx-con .reset{
	width: 180px;
	height: 62px;
	line-height: 62px;
	font-size: 22px;	
	color: #333;
	border: #073190 solid 1px;
	margin: 0 auto;
}
.close-win{
	position: absolute;
	right:15px;
	top: 15px;
}
.close-win img{
	width: 30px;
}

.job-search{
	overflow: hidden;
	margin-bottom: 15px;
}
.job-search input[name="job-search-txt"]{
	border: none;
	width: calc(100% - 120px);
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	height: 52px;
	border: 1px solid #e9e9e9;
}
.job-search button[name="job-search-sub"]{
	float: right;
	border: none;
	height: 52px;
	width: 120px;
	text-align: center;
	background-color:#1b51cc;
	color: #fff;
}
.job-select{
	margin-bottom: 15px;
}
.job-select span select{
	width: 200px;
	height: 42px;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.job-select span:last-child{
	background: #CCCCCC;
}



/*************[招聘]**************/

.ej-job-box {
	padding-bottom: 32px;
}

.ej-job-tit {
	background: #f6f4f4;
	padding-bottom: 42px;
	padding-top: 42px;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}
.ej-job-tit-img{
	width: 558px;
	margin-left: 28px;
}
.ej-job-tit-xx h1{
	font-size: 28px;
	font-weight: bolder;
	color: #e71e29;
	margin-bottom: 18px;
}
.ej-job-tit-xx h2{
	font-size: 20px;
	font-weight: bolder;
	color: #363636;
	margin-bottom: 24px;
}
.ej-job-tit-xx p{
	color: #323232;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
}
.ej-job-tit-xx h3{
	color: #323232;
	font-size: 16px;
	line-height: 28px;
	margin-top: 32px;
}
.ej-job-tit-xx h3 p{
	margin: 0px;
	letter-spacing: 2px;
}
.ej-job-tit-xx h3 i{
	font-size: 14px;
	color: #666;
	letter-spacing: 3px;
}
.ej-job-tit-xx span{
	height: 55px;
	line-height: 55px;
	width: 328px;
	display: block;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-top-right-radius:10px;
	background: #959596;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}
.ej-job-list{
	margin-top: 40px;
}
.ej-job-list-tit {
	overflow: hidden;
}
.ej-job-list-tit ul{
	display: table;
	margin: 0px auto 32px;
}
.ej-job-list-tit ul li{
	float: left;
	display: table-cell;
	margin: 0px 10px;
}
.ej-job-list-tit ul li.cur a{
	display: block;
	font-weight: bolder;
	text-align: center;
	height: 56px;
	line-height: 42px;
	width: 138px;
	background: url(../images/job-h.png) no-repeat;
}
.ej-job-list-tit ul li a{
	display: block;
	text-align: center;
	height: 56px;
	line-height: 42px;
	width: 138px;
	background: url(../images/job.png) no-repeat;
}
.ej-job-list-tit ul li a:hover{
	font-weight: bolder;
	background: url(../images/job-h.png) no-repeat;
}
.job-list-content ul li {
	height: auto;
	overflow: hidden;
	background: #f3f3f7;
	margin-top: 1px;
	color:#333;
}

.job-list-content ul li .job-list-name {
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.job-list-content ul li .job-list-name span {
	float: left;
	text-align: left;
	font-size: 16px;
}
.job-list-content ul li.intro{
	background: #e71e29;
	color: #fff;
}

.job-list-content ul li .job-list-name span:nth-child(1) {
	width: 64px;
	height: 20px;
	display: block;
	text-align: left;
	padding-left:32px;
	background-image: url(../images/job-mum.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
}

.job-list-content ul li.intro .job-list-name span:nth-child(1){
	background-image: url(../images/job-mum2.png);
}

.job-list-content ul li .job-list-name span:nth-child(2) {
	width: 65%;
	height: inherit;
	display: block;
}

.job-list-content ul li .job-list-name span:nth-child(3) {
	width: 15%;
	height: inherit;
	display: block;
	text-align: left;
}
.job-list-content ul li .job-list-name .jt{
	width: 18px;
	height: 20px;
	position: absolute;
	right: 18px;
	top: 24px;
	background-image: url(../images/down-jt.png);
	background-repeat: no-repeat;
}



.job-list-content ul li.intro .job-list-name .jt{
	background-image: url(../images/down-jt2.png);
}


.job-list-content ul li .job-list-inf-con {
	min-height: 300px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px 30px 42px 30px;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
	transition: height 2s;
	-moz-transition: height 2s;
	/* Firefox 4 */
	-webkit-transition: height 2s;
	/* Safari and Chrome */
	-o-transition: height 2s;
	/* Opera */
}

.job-list-content ul li:first-child .job-list-inf-con {
	display: block;
}

.job-list-content ul li .job-list-inf-con h1 {
	font-size: 22px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}
.job-list-content ul li .job-list-inf-con h2{
	font-size: 16px;
	line-height: 28px;
	color: #999;
}
.job-list-content ul li .job-list-inf-con ul li  {
	font-size: 16px;
	line-height: 32px;
	color: #8e8e8e;
	background: none;
}
.job-list-content ul li .job-list-inf-con ul li em { text-indent: none }


/************[联系我们]****************/

.contact-us-box{
	height: 550px;
	margin-top:64px;
	margin-bottom:64px;
	overflow: hidden;
	position: relative;
}
.contact-us-map>img{
	width: 100%;
	height: 550px;
}
.contact-us-inf{
	position: absolute;
	width:480px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	box-sizing: border-box;
	height: 100%;
	float: right;
	top: 0px;
	right: 0px;
	z-index: 2;
	background: rgba(246,244,244,0.9);
}
.contact-us-inf h2{
	font-size: 36px;
	color:#ea2129;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.contact-us-inf h1{
	font-size: 28px;
	font-weight: bold;
    margin-bottom: 22px;
	line-height: 46px;
}
.contact-us-inf .text p{
	font-size: 16px;
	line-height: 28px;
	padding: 0px !important;
}
.contact-us-ewm{
	padding-top: 10px;
}
.contact-us-ewm img{
	width: 140px;
	border: 1px solid #e0e0e0;
}




/*********************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 {
   font-size: 0;
   width: 318px;
   margin-left: 15px;
   margin-top: 18px;
}

.logo-2 img{
	display: block;
	padding-top: 0px;
}

.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;
}



/********[产品]**********/

.pro-main{
	overflow: hidden;
	margin-right: -26px;
	padding-top: 30px;
}
.pro-menu{
	width: 300px;
	height: 100%;
	margin-right: 30px;
}
.pro-menu>ul>li{
	line-height: 56px;
	color: #fff;
	margin-bottom: 16px;
	font-size: 16px;
}
.pro-menu>ul>li>a{
	background-color: #de1926;
	display: block;
	padding-left: 20px;
}
.pro-menu>ul>li>ul{
	width: 100%;
	background: #ffffff;
	border: 1px solid #eceef0;
}
.pro-menu>ul>li>ul li a{
	height: 50px;
	display: block;
	padding-left: 20px;
	color: #333;
	border-bottom: 1px solid #eceef0;
}
.pro-menu>ul>li>ul li a:last-child {
	border-bottom:none
}
.pro-menu>ul>li>ul li a:hover{
	color:#de1926;
}
.pro-box{
	overflow: hidden;

}
.pro-box ul li{
	width: 33.33%;
	float: left;
	padding-right: 26px;
	margin-bottom: 30px;
}
.pro-list a::before{
	    content: "";
	    background: none;
}

.pro-list .sy-product-inf:hover h1{
	color: #000;
}
.pro-list .sy-product-inf:hover h2{
	color: #959595;
}
.pro-list a:hover .pro-img img {
    display: block;
}
.pro-list a:hover .pro-img img:last-child {
    display: none;
}


/********[产品详情]**********/

  .pro-pic-box{
		width: 500px;
		overflow: hidden;
		margin-right: 30px;
		position: relative;
  }
  .swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .pro-inf-box h1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
  }
  .pro-inf-box h2{
	font-size: 16px;
	color: #999;
	line-height: 24px;
	margin-bottom: 12px;
  }
 .pro-inf-box h2 span{
	 color: #333;
	 font-weight: bold;
	 padding-right: 10px;
 }
  .pro-shop {
	  padding-top: 20px;
  }
 .pro-shop a{
	 display: table-cell;
	 height: 52px;
	 line-height: 52px;
	 width: 180px;
	 border-radius: 3px;
	 background: #da1f28;
	 color: #fff;
	 font-size: 18px;
	 font-weight: bold;
	 text-align: center;
 }
 .pro-inf-main{
	 
 }
 .pro-top-box{
	 overflow: hidden;
 }
 .pro-inf-tit{
	 height: 48px;
	 line-height: 48px;
	 background: #da1f28;
	 color: #fff;
	 text-align: center;
	 margin-top: 22px;
	 font-size: 18px;
	 font-weight: bolder;
 }