@charset "utf-8";

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	background-color: #f7f5f4;
}

body {
	font-family: "黑体", arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "黑体", arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #000;
}

a:hover {
	color: #f99d32;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}


.overflow {
	overflow: hidden;
}

.h {
	height: 215px;
}

/*  *  * header *  * */
.fixedadd{
	position: fixed;
	top:60px;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.head-top {
	position: relative;
	line-height: 155px;
	background: #fff;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-top {
	display: none;
}



.head-top .logo {
	float: left;
}

.head-top .logo img {
	vertical-align: middle;
	height: 90px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-top .hz {
	float: right;
	width: 23%;
}

.head-top .hz img {
	vertical-align: middle;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav {
	line-height: 60px;
	background: #e62129;
	text-align: center;
}

.head-main .nav>ul>li {
	display: inline-block;
	vertical-align: top;
}

.head-main .nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 0 35px;
	border: 1px solid #e62129;
	border-bottom: 0;

}

/*.head-main .nav>ul>li.on>a,*/
.head-main .nav>ul>li:hover>a {
	color: #e62129;
	background: #fff;
	border-color: #a0a0a0;
}

.head-main .nav ol {
	width: 100%;
    background: rgba(100,110,113,.3);
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	line-height: 36px;
	border-top: none;
	padding: 0px 6px;
	display: none;

}

.head-main .nav li:hover ol {
	display: block
}

.nav ol li {
	display: inline-block;
	    width: 100px;
}

.nav ol a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 43px;
}

.nav ol a:hover {
	color: #e62129;
}


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

.bannerswiper .swiper-pagination {
	bottom: 50px;
}

.bannerswiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: #f99d32;
}

.whlist div {
	float: left;
	width: 50%;
	margin: 0;
	height: 290px;
	overflow-y: auto;
	overflow-x: visible;
}

.whlist div::-webkit-scrollbar {
	display: none;
}

.whlist {
	margin-bottom: 80px;
	display: block;
	width: 100%;
}

.whtext {
	padding-left: 15px;
	padding-right: 15px;
}

.whimg {
	background: url(../img/whbg.png) no-repeat left top;
	background-size: 448px 290px;
	overflow: hidden !important;
}

.whimg img {
	width: 426px;
	height: 260px;
}

.wrap {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;

}

.wrap2 {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

.i_left {
	float: left;
	width: 229px;
	text-align: left;
	margin-bottom: 100px;
	margin-top: 15px;
	overflow: hidden;
}
.left_title {
	text-indent: 24px;
	font-size: 18px;
	color: #e62129;
	font-weight: 400;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}

.i_left .i_left_ul {
	overflow: hidden;
}

.i_left .i_left_ul li {
	float: left;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	letter-spacing: 1px;
}

.i_left .i_left_ul li a {
	display: block;
	width: 100%;
	text-indent: 24px;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	color: #666666;
}

.i_left .i_left_ul li a:hover {
	color: #fff;
	background-color: #e62129;
}

.i_left .i_left_ul li.left_sel a {
	color: #fff;
	background-color: #e62129;
}

.i_left .i_left_ul2 {
	overflow: hidden;
	border-top: 1px solid #dddddd;
}

.i_left .i_left_ul2 li a {
	display: block;
}

.i_left .i_left_ul2 li h2 {
	font-weight: lighter;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #666666;
	padding-left: 24px;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
}

.i_left .i_left_ul2 li {
	display: block;
	width: 100%;
}

.i_left .i_left_ul2 li h2:hover {
	color: #fff;
	background-color: #e62129;
}

.i_left .i_left_ul2 li h2 a {
	color: #666;
	text-decoration: none;
}

.i_left .i_left_ul2 li h2:hover a {
	color: #fff;
}

.i_left .i_left_ul2 li h2.left_sel {
	color: #fff;
	background-color: #e62129;
}

.i_left .i_left_ul2 li h2.left_sel a {
	color: #fff;
}

.i_left .i_left_ul2 li div {
	padding-top: 5px;
	display: none;
	background-color: #f3f3f3;
	padding-bottom: 3px;
	border-bottom: 1px dashed #dddddd;
}

.i_left .i_left_ul2 li div dl {
	padding-left: 24px;
	overflow: hidden;
	margin-top: 10px;
}

.i_left .i_left_ul2 li div dl span {
	overflow: hidden;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
}

.i_left .i_left_ul2 li div dl span a {
	color: #666;
}

.i_left .i_left_ul2 li div dl span a:hover {
	color: #e62129;
}

.i_left .i_left_ul2 li div dl span.left_sel {
	background: url(../img/pro_bg4.png) left center no-repeat;
	color: #e62129;
}

.i_left .i_left_ul2 li div dl span.left_sel a {
	color: #e62129;
}

.i_right {
	float: right;
	width: 940px;
	overflow: hidden;
	text-align: left;
	margin-top: 15px;
	padding-bottom: 50px;
}

.about_t {
	text-indent: 24px;
	font-size: 18px;
	color: #e62129;
	font-weight: 400;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}

.about_con {
	margin-top: 12px;
	overflow: hidden;
	line-height: 22px;
	color: #333;
	font-size: 16px;
	padding: 10px;
}
.about_con h1{font-size: 20px;font-weight: bold;line-height: 60px;text-align: center;width: 100%;}
.info_d{line-height: 40px;text-align: center;width: 100%;}
.about_con img {
	max-width: 100%;
	margin-bottom: 10px;
	height: auto;
}

.about_con p .imgs {
	float: right;
	margin-left: 17px;
}

.i_left .i_left_ul li.level2 {
	border: none !important;
	height: 40px !important;
}

.level2 a {
	float: left;
	display: block;
	width: 100%;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px;
	background-color: #EEEEEE;
	border: none !important;
	letter-spacing: 1px;
}

.in1-sec {
	background: #fff;
}

.in1-sec ul li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #eaeaea;
}

.in1-sec ul li a {
	display: block;
	padding: 30px;
}

.in1-sec ul li:nth-child(4n+1) {
	border-left: 0;
}

.in1-sec ul li a .pic img {
	height: 51px;
	display: block;
	margin: 0 auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in1-sec ul li .tbox {
	margin-top: 10px;
	font-size: 14px;
	color: #000000;
}

.in1-sec ul li:hover .tbox {
	color: #f99d32;
}

.in1-sec ul li:hover .pic img {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.in2-sec {
	background: #f7f5f4;
	padding: 80px 0;
}

.intitle {
	display: block;
	font-size: 16px;
	color: #000000;
	background: url(../img/right.jpg) no-repeat right center;
}

.in2-sec .main1 .con {
	margin-top: 30px;
}

.in2-sec .main1 .pic {
	float: left;
	width: 44.58%;
}

.in2-sec .main1 .pic img {
	display: block;
	width: 100%;
	max-height: 368px;
}

.in2-sec .main1 .list {
	float: right;
	width: 49.5%;
}

.in2-sec .main1 .list li {
	margin-bottom: 12px;
}

.in2-sec .main1 .list li .tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	padding-left: 15px;
	background: url(../img/listicon.jpg) no-repeat left center;
}

.in2-sec .main1 .list li .desc {
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	color: #666;
}

.in2-sec .main2 {
	margin-top: 60px;
}

.in2-sec .main2 .box {
	float: left;
	width: 26%;
}

.in2-sec .main2 .box:nth-child(2) {
	width: 29%;
	margin: 0 9.5%;
}

.in2-sec .main2 .intitle {
	font-size: 16px;
	border-bottom: 1px solid #e8e7e7;
	padding-bottom: 10px;
}

.in2-sec .main2 ul {
	margin-top: 15px;
}

.in2-sec .main2 ul li {
	padding-left: 15px;
	background: url(../img/listicon.jpg) no-repeat left center;
}

.in2-sec .main2 ul li a {
	font-size: 14px;
	line-height: 32px;
	height: 32px;
}

.in2-sec .main2 .video {
	margin-top: 15px;
}

.in2-sec .main2 .video img {
	display: block;
	width: 100%;
}

.in2-sec .main2 .video img:hover {
	opacity: 1;
    cursor: pointer;
}

.layui-layer-page .layui-layer-content {
	overflow: hidden !important;
}

.in2-sec .main3 {
	margin-top: 100px;
}

.in2-sec .main3 ul li {
	float: left;
	width: 16.666%;
	text-align: center;
	background: url(../img/line.png) no-repeat left center;
}

.in2-sec .main3 ul li:first-child {
	background: none;
}

.in2-sec .main3 ul li .pic img {
	height: 51px;
	display: block;
	margin: 0 auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in2-sec .main3 ul li .tbox {
	margin-top: 30px;
	font-size: 14px;
	color: #000000;
}

.in2-sec .main3 ul li:hover .tbox {
	color: #f99d32;
}

.in2-sec .main3 ul li:hover .pic img {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

footer {
	background: #bd1a2d;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}

footer .links {
	width: 27.5%;
	display: inline-block;
	vertical-align: top;
	background: #a91728;
	height: 140px;
	padding: 15px 25px;
}

footer .links a {
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	width: 50%;
	line-height: 50px;
}

footer .links a:hover {
	background: rgba(255, 255, 255, .2);
}

footer .info {
	width: 41.75%;
	display: inline-block;
	vertical-align: top;
	background: #a91728;
	height: 140px;
	padding: 15px 25px;
	line-height: 35px;
	text-align: left;
}
footer .info a{color: #FFFFFF}
footer .ewm {
	width: 12%;
	display: inline-block;
	vertical-align: top;
	background: #a91728;
	height: 140px;
	padding: 15px 25px;
}

footer .ewm img {
	display: block;
	width: 100%;
}

footer .ewm .tbox {
	margin-top: 8px;
	font-size: 16px;
	color: #fff;
}


/* 新闻列表 */
.news-li {
	overflow: hidden;
	overflow: hidden;
	border-bottom: 1px dotted #dbd4cd;
	margin-bottom: 20px;
}

.news-img {
	width: 100px;
	float: left;
}

.news-contentlist {
	float: left;
	width: 800px;
	padding-left: 20px;
}

.news-img img {
	height: auto;
	width: 100px
}

.news-title {
	width: 100%;
	margin-top: -2px;
	line-height: 1.4;
	padding-bottom: 8px;
}

.news-title span {
	float: right;
}

.news-desc {
	font-size: 12px;
	padding-right: 100px;
}
/* 招聘 */
.jobbg{
background: url(../img/job_topbg.jpg) no-repeat top center;	background-size: 100% auto;padding-top: 728px;
}
.jobmainbg{width:1200px;margin:0 auto;background: url(../img/job_main1_bg.png) no-repeat top center;background-size: 100% auto;min-height: 480px;box-shadow: 0px 0px 5px 0px #999999;padding-top: 58px;}


.jobtoptitle{font-size: 30px;width: 100%;text-align: center;font-weight: bold;}
.jobtopdesc{margin-top:28px;font-size: 16px;width: 100%;text-align: center;color: #7e7e7e;}
.jobtoplist{width:1098px;margin: 0 auto;}
.jobtoplist ul li {float: left;width:366px;font-size: 14px;padding:1%;text-align: center;color: #333333;}
.jobtoplist ul li h1{font-size: 20px;color: #000000;line-height: 66px;}
.jobtopno{color: #3d44b4;font-size:17px;line-height: 33px;width:100%;text-align: center;margin-top: 55px;}
.jobmaintitle{    font-size: 22px;
    height: 80px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	}
.jobmaintitle:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 16px;
    background: #fff url(../img/lingxing.png) center no-repeat;
    top: 32px;
    left: 50%;
    margin-left: -20px;
}
.jobmaintitle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    left: 0;
    top: 40px;
}

.jobtitle2{font-size: 30px;width: 100%;text-align: center;font-weight: 400;}
.jobdesc2{margin-top:28px;font-size: 17px;width: 100%;text-align: center;color: #7e7e7e;}
.jobinfo2{margin-top:28px;font-size: 17px;width: 100%;text-align: center;color: #7e7e7e;margin-bottom: 30px;}
.jobmain2{width: 100%;max-width: 1200px;margin: 0 auto;background: url(../img/job_main2.jpg) no-repeat top center;background-size: 1200px 1420px;height: 1420px;padding-top:1020px;}
.jobmain2ctitle{margin-left: 350px;font-size: 20px;font-weight: bold;line-height: 60px;}

.jobmain2info{margin-left: 350px;margin-right: 30px;}
.jobmain2info li{margin-bottom: 15px;}
.jobmain2info span{color: #d14848;font-size: 17px;font-weight: bold;}
.jobmain3title{margin-left:190px;margin-top: 40px;font-size: 20px;font-weight: bold;line-height: 60px;}
.jobmain3info{margin-left:185px;margin-right: 235px;}
.jobmain3info li{margin-bottom: 15px;}
.jobmain3info span{color: #3086bb;font-size: 17px;font-weight: bold;}
.jobjihuititle{font-size: 30px;width: 100%;text-align: center;font-weight: bold;line-height: 50px;}
.jobjihui li{float: left;width:50%;text-align: center;margin-top: 50px;margin-bottom: 100px;}
/*招聘详情*/
.zhaopin-con{width: 100%; max-width: 1200px;margin: 0 auto;}
.ddnew{width:100%;display: none;
    background: #f5f5f5;
    padding: 35px;
    overflow: hidden;

}
.jobfuli{display: none;padding: 5px;}
.jobfuli img{width:100%;height: auto;margin: 0 auto;}
.zhaopin-con-list-top{background-color: #ffa800;width: 100%; height: 50px;}
.zhaopin-con-list-top span{float: left;width:25%;font-size: 20px;line-height: 50px;color: #FFFFFF;text-align: center;}
.zhaopin-con-list-con li dt{font-size: 20px;line-height: 80px;}
.zhaopin-con-list-con li dt span{float: left;width:25%;display: block;font-weight: normal;text-align: center;}
.zhaopin-con-list-con li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 5px;
}
.zhaopin-con-list-con li dt:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/jiahao-yellow.png) no-repeat;
    margin-left:130px;
    margin-top: 30px;
}
.zhaopin-con-list-con li.lion dt:after {
    background: url(../img/jianhao-yellow.png) no-repeat;   
}


.hrmap{width: 100%; max-width: 1200px;margin: 0 auto;margin-bottom: 80px;}
.hrmap div{float: left;width: 50%;}
.hrmap div ul li{float: left;width: 100%;height: 80px;}
.hrmap div ul li div{float: left;width: 30%;word-break:break-all;padding: 1%;}
.hrmap div ul li div:last-child{width: 40% !important;}
.hrmap div ul li.active span{color: #ffa800;}
.nei img{width:74px;height: auto;}