<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,  thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "PingFang SC,Microsoft YaHei,Lantinghei SC,Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei";
}
ol, ul {
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #054F99;
	text-decoration: none;
}
button:focus {
	outline: 0!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
/* 甯冨眬鏍峰紡 */
.box {
	position: relative;
}
.header {
	height: 90px;
	width: 100%;
	background: #212329;
}

.headerContent {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerContent .leftBox img{
	vertical-align: middle;
	max-height: 53px;
	/*margin-top: -15px;*/
}
.fxc{
    display: flex;
    align-items: center;
}
.leftitem a{
    color: #fff;
    font-size: 18px;
}
.leftitem .active{
	color: #3D9EFF;
    position: relative;
}
.leftitem .active::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #3D9EFF;
    position: absolute;
    border-radius: 4px;
    bottom: -15px;
}
.headerContent .centerBox {
	/*margin-left: 55px;*/
}
.headerContent .centerBox ul li {
	font-size: 14px;
	color: #333333;
	float: left;
	margin-left: 23px;
	cursor: pointer;
}
.headerContent .centerBox ul img {
	vertical-align: text-top;
}
/*.headerContent .centerBox ul li:hover {*/
/*	color: #333333;*/
/*	font-weight: bold;*/
/*}*/
#defaultSelect {
	color: #054F99;
	font-weight: bold;
}
#defaultSelect:hover {
	color: #333333;
}
.rightBox .btn-default {
	margin-top: -6px;
	width: 79px;
	height: 28px;
	line-height: 10px;
	color: #054F99;
	font-size: 14px;
	border-radius: 12px;
	border: solid 1px #054F99;
	text-shadow:0 0px 0 #fff
}




/*鐧诲綍娉ㄥ唽鏍峰紡*/

.rightBox .btn1 {
	background: -o-linear-gradient(left, #4D4949 0%, #2D2929 100%);
	background: -webkit-gradient(linear, left top, right top, from(#4D4949), to(#2D2929));
	background: linear-gradient(90deg, #4D4949 0%, #2D2929 100%);
	position: relative;
}
.rightBox .btn1::after {
	content: url(../images/loginBtn_1.png);
	position: absolute;
	right: -10px;
	top: -12px;
}
.rightBox .btn2 {
	background: -o-linear-gradient(left, #FFB119 0%, #054F99 100%);
	background: -webkit-gradient(linear, left top, right top, from(#FFB119), to(#054F99));
	background: linear-gradient(90deg, #FFB119 0%, #054F99 100%);
	position: relative;
}
.rightBox .btn2::after {
	content: url(../images/loginBtn_2.png);
	position: absolute;
	right: -15px;
	top: -12px;
}
.headBgs{
    height: 357px;
    background: url('../images/seachBg.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    top: 90px;
    z-index: 2;
}
.searchArea {
	width: 100%;
	/*background-color: #054F99;*/
}
.searchContent {
	width: 1200px;
	height: 180px;
	margin: 20px auto;
    align-items: center;
    z-index: 2;
    position: relative;
}
.searchContent .searchLogo {
	/*line-height: 120px;*/
}
.searchContent img {
    height: 65px;
}
.searchContent .searchLogo .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 10px;
}
.searchContent .searchLogo img {
	vertical-align: middle;
}
.searchContent .searchInput  {
    flex:1;
	margin-left: 48px;
}
.searchContent .searchInput .input-group {
	width: 100%;
	height: 40px;
}
.searchContent .searchInput .input-group .form-control {
	height: 54px;
    border-radius: 10px;
    z-index: 2;
}
.searchContent .searchInput .input-group-addon {
	height: 40px;
	width: 100px;
	color: #ffffff;
	background-color: #054F99;
    border:none;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
}
.searchContent .searchInput .input-group-addon::after {
	content:'';
	display: block;
	width: 20px;
	height: 100%;
    background-color: #054F99;
    position: absolute;
    left: -10px;
    top: 0px;
}
.searchContent .searchInput .searchNav{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.searchContent .searchInput .searchNav .hotJob{
    color: #054F99;
    font-size: 14px;
    margin-right: 10px;
}
.searchContent .searchInput .searchNav ul li{
	float: left;
	margin-right: 10px;
    color: #054F99;
	font-size: 14px;
	cursor: pointer;
    background: rgba(255,255,255,0.64);
    padding: 5px 15px;
    border-radius: 8px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.searchContent .searchInput .searchNav ul li:hover {*/
/*	color: #e2e2e2;*/
/*	text-decoration: underline;*/
/*}*/
.content {
	background: #F2F8FF;
	padding-bottom: 16px;
}
.content .contentBox {
	width: 1200px;
	margin: 0 auto;
    z-index: 3;
	/*padding-top: 16px;*/
}
.content .contentBox .NavBox {
	width: 1200px;
	height: 366px;
}
.content .contentBox .NavBox::before,.content .contentBox .NavBox::after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.NavBox .navLeft {
	float: left;
    width: 313px;
    height: 375px;
	background-color: #ffffff;
	position: relative;
    border-radius: 13px;
    box-shadow: 6px 6px 16px 1px rgba(0, 0, 0, 0.06);
}
.fxclumn{
    display: flex;
    flex-direction: column;
}

.box_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px auto;
}
.box_title img{
    margin: 0px 40px;
    width:29px;
    height: 27px;
}
.box_title span{
    font-weight: bold;
    font-size: 32px;
    color: #054F99;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.otherFl{
    border-top: 2px solid #eee;
    width: 100%;
    text-align: center;
    color: #054F99;
    padding-top: 8px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}
.NavBox .navLeft .navList li {
	width: 100%;
	height: 43px;
	line-height: 45px;
    cursor: pointer;
	/*border-bottom: 1px solid #f3f3f3;*/
	float: left;
	color: #555555;
	font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.NavBox .navLeft .navList li img{
	vertical-align: middle;
}
.FlTitle{
    color: #000000;
    font-weight: bold;
    margin: 10px 0px;
}
.hoverBox {
    width: 887px;
    height: 375px;
	position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
	background-color: #ffffff;
	/* background: pink; */
	left: 322px;
    border-radius: 16px;
	top: 0;
	z-index: 100;
	display: none;
	color: #333333;
	display: none;
	padding: 0 10px 10px 10px;
	/* overflow: auto; */
	border: 1px solid #eeeeee;
	/* box-shadow: 4px 4px 2px #aaaaaa; */
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.kindBox {
	/* border-bottom: 1px dashed #999999; */
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 6px;
	padding-top: 6px;
    display: flex;
}
.kindName {
	font-size: 14px;
	/*font-weight: bold;*/
    width: 150px;
    margin-top: 10px;
}
.hoverBox .hideUl {
	/*margin-top: 5px;*/
    margin-top: 10px;
	margin-right: -16px;
    flex:1;
}
.hoverBox .hideUl:before,.hoverBox .hideUl:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hoverBox .hideUl li {
	float: left;
	margin-right: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.hoverBox .hideUl li a{
	color: #7A7A7A;
	font-size: 13px;
}
.hoverBox .hideUl li a:hover{
	color: #054F99;
}

.hidenBox {
	display: block;
}
.imgli0{
    background-image: url("../images/hangye/1.png") ;
}
.imgli1{
    background-image: url("../images/hangye/2.png") ;
}
.imgli2{
    background-image: url("../images/hangye/3.png") ;
}
.imgli3{
    background-image: url("../images/hangye/4.png") ;
}
.imgli4{
    background-image: url("../images/hangye/5.png") ;
}
.imgli5{
    background-image: url("../images/hangye/6.png") ;
}
.imgli6{
    background-image: url("../images/hangye/7.png") ;
}
.right_enter{
    background: url("../images/hangye/right.png") no-repeat;
}
.NavBox .navLeft .navList li:hover .imgli0{
    background-image: url("../images/hangye/1-1.png") ;
}
.NavBox .navLeft .navList li:hover .imgli1{
    background-image: url("../images/hangye/2-2.png") ;
}
.NavBox .navLeft .navList li:hover .imgli2{
    background-image: url("../images/hangye/3-3.png") ;
}
.NavBox .navLeft .navList li:hover .imgli3{
    background-image: url("../images/hangye/4-4.png") ;
}
.NavBox .navLeft .navList li:hover .imgli4{
    background-image: url("../images/hangye/5-5.png") ;
}
.NavBox .navLeft .navList li:hover .imgli5{
    background-image: url("../images/hangye/6-6.png") ;
}
.NavBox .navLeft .navList li:hover .imgli6{
    background-image: url("../images/hangye/7-7.png") ;
}
.NavBox .navLeft .navList li:hover .right_enter{
    background: url("../images/hangye/right_enter.png") no-repeat;
}
.company_List{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.company_Info{
    margin-right: 45px;
    margin-bottom: 45px;
    cursor: pointer;
    position: relative;
}
.hideInfo{
    display: none;
    position: absolute;
    top: 0;
    left: 379px;
    width: 404px;
    background: #fff;
    border-radius: 10px;
    z-index: 2;
    overflow: hidden;
}
.zw_list{
    padding: 20px 16px 0px;
}
.zw_Info{
    margin-bottom: 24px;
}
.zw_Info .zw_title{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.zw_more{
    text-align: center;
    margin-bottom: 20px;
}
.zw_more span{
    background: #F2F8FF;
    border-radius: 6px;
    padding: 5px 40px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.zw_Info .zw_title .jE{
    color: #DD5411;
}
.zw_Info .zw_desc{
    font-size: 12px;
    color: #999999;
    margin-top: 18px;
}
.zw_Info .zw_desc em{
    padding:0px 5px;
    font-style: normal;
}
.company_Name{
    display: flex;
    align-items: center;
    background: linear-gradient( 270deg, rgba(221,84,17,0) 0%, rgba(5,79,153,0.1) 100%);
}
.company_Name img{
	height: 43px;
    width: 43px;
    border-radius: 50%;
    margin: 10px 10px;
}
.compay_title{
    color: #333333;
    font-size: 16px;
}
.compay_desc{
    color: #999999;
    font-size: 12px;
}
.company_Info:nth-child(3n){
    margin-right: 0;
}
.company_Info:hover .hideInfo{
    display: block;
}
.company_Info:nth-child(3n):hover .hideInfo {
    left: -414px;
}
.company_Info .company_Img{
    height: 204px;
    width: 369px;
    border-radius: 8px;
}
.hoverLi a{
    width: 22px;
    height: 22px;
    background-size: 100% 100% !important;
    background-repeat:no-repeat;
    display: inline-block;
    margin-left: 10px;
}
.NavBox .navLeft .navList li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px 6px 6px 6px;
    color: #054F99;
}
.NavBox .navLeft li:hover p {
	color: #054F99;
}
.NavBox .navLeft .navList li:hover a {
	color: #054F99;
}

.NavBox .navLeft li p {
	display: inline-block;
	width: 180px;
	font-size: 16px;
	color: #555555;
	/* font-weight: bold; */
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.NavBox .navLeft .navList li a:last-child {
	margin-right: 10px;
}
.NavBox .navLeft .navList li a img{
    width: 22px;
    height: 22px;
}
.fx_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px;
}
.fx_end .bg_desc{
    background: url("../images/qipao.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 26px;
    width: 85px;
    color: #999999;
    font-size: 14px;
}
.fx_end img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.NavBox .NavImg {
	float: left;
	margin: 0 10px;
	width: 530px;
	height: 375px;
}
.swiper-container1 {
	width: 530px;
	height: 375px;
    border-radius: 16px;
}
.swiper-wrapper1 {
	height: 336px;
}
.NavBox .navRight {
	float: left;
	width: 337px;
	height: 375px;
	background-color: #ffffff;
	position: relative;
	text-align: center;
    border-radius: 16px;
    box-shadow: 6px 6px 16px 1px rgba(0, 0, 0, 0.06);
}
.NavBox .navRight .logoWay {
	position: absolute;
	top: 20px;
	right: 16px;
	cursor: pointer;
}
/* 鐧诲綍鏂瑰紡鏍峰紡 */
.NavBox .navRight .qrcode {
	margin-top: 60px;
	display: none;
}
.NavBox .navRight .qrcode img {
	border: 1px solid #eeeeee;
}
/* .NavBox .navRight .login {
	margin-top: 16px;
} */
.NavBox .navRight .wechat span {
	margin-top: 50px;
	display: inline-block;
	width: 190px;
	height: 36px;
	line-height: 36px;
	color: #999999;
	border-radius: 18px;
	background-color: #eeeeee;
}
/* 璐﹀彿鎵嬫満鍙风櫥褰� */
.loginType {
	/*width: 250px;*/
    height: 60px;
    line-height: 50px;
	/* background: pink; */
    margin: 0px 30px;
    background: #F8F8F8;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
}
.loginType:before,.loginType:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.loginType li {
	float: left;
	width: 50%;
	cursor: pointer;
	/*border-bottom: 1px solid #ccc;*/
}
.activeLi {
	/*border-bottom: 3px solid #7db627 !important;*/
    background: #ffffff;
    color: #054F99;
    border-radius: 10px;
}
.countLogin {
	width: 100%;
	padding: 0 30px;
	margin-top: 20px;
}
.countLogin .input-group {
	width: 100%;
	margin-bottom: 20px;
}
.countLogin .input-group .form-control{
    height: 46px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D0D2D9;
}
.countLogin .input-group .form-control:focus{
    border: 1px solid #054F99;
    box-shadow: none;
}
.countLogin .loginBtn {
	margin-top: 23px;
	/*margin-top: 30px;*/
}
.countLogin .loginBtn button {
	width:100%;
	height: 37px;
    background: linear-gradient( 271deg, #054F99 0%, #0A6DCF 100%);
    border-radius: 10px 10px 10px 10px;
	border: none;
	color: #ffffff;
}
.countLogin .loginBtn button:hover {
    background: linear-gradient( 271deg, #015EBC 0%, #3D9EFF 100%);
}
.forgetPassword {
	margin-top: 16px;
	text-align: right;
    display: flex;
    justify-content: space-between;
}
.countLogin a {
	font-size: 12px;
	color:  #DD5411;
	/*margin-left: 20px;*/
}
.forgetPassword a{
    font-size: 16px;
    color:  #054F99;
}
.countLogin a:hover {
	color: #054F99;
}
.type2 {
	/*display: none;*/
}
.type2 .input-group-addon2 {
    padding: 6px 2px;
    cursor: pointer;
    color: #054F99;
    font-size: 12px;
    position: absolute;
    right: 1px;
    border: none;
    width: 85px;
    background: #fff;
    top: 11px;
    z-index: 999;
}
.otherLogin {
	text-align: center;
	margin-top: 16px;
}
.otherTitle {
	font-size: 12px;
	color: #999999;
	position: relative;
}
.otherTitle::before {
	content: "";
	position: absolute;
	left: -90px;
	top: 8px;
	width: 75px;
	height: 1px;
	background-color: #ccc;
	margin: 0 auto;
}
.otherTitle::after {
	content: "";
	position: absolute;
	right: -90px;
	top: 8px;
	width: 75px;
	height: 1px;
	background-color: #ccc;
	margin: 0 auto;
}
.xuebitu {
	display: inline-block;
	margin-top: 16px;
	width: 42px;
	height: 42px;
	background: url(../images/yunlogin_icon.png) no-repeat;
	background-position: 0 0;
}
.xuebitu:hover {
	background-position: -42px 0;
}
/* .NavBox .navRight .login button {
	width: 190px;
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	border: 1px solid #054F99;
	border-radius: 18px;
	margin-top: 20px;
}
.NavBox .navRight .login button:last-child {
	margin-top: 10px;
} */

/* 鐧诲綍妗� */
.loginBOx {
	display: block;
}
/* 鐧诲綍瀹屾垚鍚庢樉绀轰釜浜鸿处鎴蜂俊鎭� */
.personel {
	width: 100%;
	height: 100%;
	padding: 20px;
	/*display: none;*/
}
.avatar img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
}
.avatar {

}
.avatar:before,.avatar:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.userCount {
	float: left;
	width: calc(100% - 80px);
	text-align: left;
	margin-left: 16px;
	line-height: 24px;
}
.userCount p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.userCount span {
	font-size: 14px;
	color: #999999;
}
.list {

}
.list:before,.list:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list li {
	float: left;
	width: 33.33%;
	margin-top: 20px;
}
.list li p {
	color: #054F99;
	font-size: 18px;
	/* font-weight: bold; */
}
.btnGroup button {
	width: 100%;
	height: 40px;
	border: none;
	margin-top: 20px;
	background: #054F99;
	color: #fff;
	border-radius: 4px;
}
.btnGroup .lastBtn {
	border: 2px solid #054F99;
	color: #054F99;
	background: #ffffff;
}
.list li span {
	font-size: 12px;
	color: #333333;
}
/* 鐧诲綍瀹屾垚鏄剧ず鍏徃璐︽埛淇℃伅 */
.corporation {
	/*display: none;*/
}

.content .newsBox {
	width: 1200px;
	margin: 0 auto;
	padding-top: 16px;
}
.content .newsBox:before,.content .newsBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .newsLeft {
	float: left;
	width: 920px;
	height: 320px;
	background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.zphList{
    display: flex;
    justify-content: flex-start;
}
.zphInfo{
    margin-right: 18px;
    margin-bottom: 18px;
}
.zphInfo .imgInfo{
    width: 383px;
    height: 145px;
    overflow: hidden;
    border-radius: 8px;
}
.zphInfo img{
	width: 383px;
    height: 145px;
    transition: transform 0.5s ease;
}
.zphInfo:hover img{
    transform: scale(1.1);
}
.zphInfo span{
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
.content .newsBox .newsRight {
	float: left;
	margin-left: 10px;
	width: 300px;
	height: 320px;
	background: #ffffff;
}
.content .newsBox .newsLeft ul {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 8px;
	border-bottom: 1px solid #f0f0f0;
}
.content .newsBox .newsLeft ul:before,.content .newsBox .newsLeft ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .newsLeft ul li {
	float: left;
	margin-right: 60px;
	cursor: pointer;
	color: #333333;
}
.content .newsBox .newsLeft ul li:last-child{
	color: #666;
	margin-right: 15px;
	border-bottom: none;

}
.content .newsBox .newsLeft ul li:last-child::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);

}
.content .newsBox .newsLeft ul li span{
	display: inline-block;
	height: 100%;
}
.content .newsBox .newsLeft ul li:hover {
	border-bottom: 3px solid #054F99;
}
.content .newsBox .newsLeft ul li:last-child:hover {
	border-bottom: none;
}
.tab {
	font-weight: bold;
	border-bottom: 3px solid #054F99;
}
.content .newsBox .bottomOl {
	width: 100%;
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
	padding: 20px;
    /*border-bottom: 1px dashed #DDDDDD;*/
}
.content .newsBox .bottomOl:before, .content .newsBox .bottomOl:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .bottomOl .leftOL{
	float: left;
	width: 100%;
}
.content .newsBox .bottomOl .leftOL .news-item-group{
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #DDDDDD;
    justify-content: space-between;
}
/*.content .newsBox .bottomOl .leftOL .news-item-group li{*/
/*    flex:1;*/
/*}*/
.content .newsBox .bottomOl .rightOL{
	float: left;
	width: 50%;
}
.hide_div {
	display: none;
}
.show_div {
	display: block;
}
.content .newsBox .bottomOl ol li {
	list-style: disc;
	color:#cdcdd8;
	font-size: 16px;
	/*width: 420px;*/
    width: 48%;
	height: 25px;
	position: relative;
}
.foot_btn{
    background: #fff;
    clear: both;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.foot_btn div{
    cursor: pointer;
    background: rgba(61,158,255,0.1);
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    padding: 12px 64px;
    display: inline-block;
    margin: 10px auto;
    font-weight: 400;
    font-size: 14px;
    color: #054F99;
    font-style: normal;
    text-transform: none;
}
.content .newsBox .bottomOl ol li:hover{
	color: #054F99;
}
.content .newsBox .bottomOl ol li::marker{
    display: none;
    font-size: 0px;
    list-style: none;
}
.content .newsBox .bottomOl ol li .title {
	display: inline-block;
	width: 95%;
	padding-right: 80px;
	color: #474747;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content .newsBox .bottomOl ol li:hover .title{
    color: #054F99;
}
.content .newsBox .bottomOl ol li:hover .date{
    color: #054F99;
}
    /*.content .newsBox .bottomOl ol li .title:hover{*/
/*	opacity: 0.8;*/
/*}*/
.content .newsBox .bottomOl ol li span {
	font-size: 12px;
	display: inline-block;
	padding:0 10px;
	border-right: 1px solid #eeeeee;
}
.content .newsBox .bottomOl ol li .firstSpan {
	padding-left: 0px;
}
.content .newsBox .bottomOl ol li .lastSpan {
	border-right: none;
}
.content .newsBox .bottomOl ol li .date {
	color:  #474747;
	color: #999;
	position: absolute;
	right: 10px;
    font-size: 14px;
	top: 0;
}

.content .newsBox .newsRight .topBox {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid #edecec;
	padding: 20px;
}
.content .newsBox .newsRight .topBox:before,.content .newsBox .newsRight .topBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .newsBox .newsRight .topBox p {
	font-size: 12px;
	color: #7e8da6;
}
.content .newsBox .newsRight .topBox .title {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}
.content .newsBox .newsRight .topBox .contact {
	float: left;
	margin-left: 20px;
}
.content .newsBox .newsRight .topBox img {
	float: left;
	width: 48px;
	height: 52px;
}
.content .newsBox .newsRight .bottomBox {
	padding: 0px 14px;
}
.content .newsBox .newsRight .bottomBox ul li {
	float: left;
	margin-right: 12px;
	width: 130px;
	height: 66px;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	font-size: 14px;
	color: #4e4e4e;
	text-align: center;
	padding-top: 12px;
	transition: all 0.3s;
}
.content .newsBox .newsRight .bottomBox ul li:hover{
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	border: 1px solid #f89368;
}
.content .newsBox .newsRight .bottomBox ul li a{
	display: block;
	height: 100%;
}

.content .newsBox .newsRight .bottomBox ul {
	margin-right: -12px;

}
.content .newsBox .newsRight .bottomBox ul:before, .content .newsBox .newsRight .bottomBox ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .Recruitment {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	font-size: 24px;
	letter-spacing: 1px;
	color: #414a60;
}
.content .Recruitment .line {
	display: inline-block;
	width:80px;
	height:1px;
	overflow:hidden;
	font-size:0px;
	margin:0 20px;
	margin-bottom: 8px;
	border-bottom:solid 1px #e2e2e3;
}
.content .detailBox {
	width: 1200px;
	margin: 0 auto;
}
.content .detailBox:before,.content .detailBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .detailBox .detailRight {
	float: left;
	margin-left: 10px;
	width: 920px;
	height: 400px;
	background: #ffffff;
	padding: 16px 22px;
}
.content .detailBox .detailLeft {
	float: left;
	width: 300px;
	height: 400px;
	background: #ffffff;
}
.content .detailBox .detailLeft img {
	width: 100%;
	height: 100%;
}
.content .detailBox .detailRight .topBox {
	margin-right: -16px;

}
.content .detailBox .detailRight .topBox:before,.content .detailBox .detailRight .topBox:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .detailBox .detailRight .topBox .Box {
	float: left;
	margin-right: 16px;
	width: 430px;
	height: 190px;
	text-align: center;
	background: #eff4f8;
	border-top: 1px solid #e4e9ed;
	/*padding: 20px 16px 26px 20px;*/
}
.content .detailBox .detailRight .topBox .Box img{
    width: 100%;
}
.content .detailBox .detailRight .topBox .Box p {
	color: #054F99;
	margin-bottom: 12px;
}
.content .detailBox .detailRight .topBox .Box div {
	width: 384px;
	height: 90px;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #333333;
	text-indent: 1em;
	letter-spacing: 1px;
}
.content .detailBox .detailRight .bottBox {
	margin-top: 20px;
}
.content .detailBox .detailRight .bottBox ul li {
	margin-bottom: 10px;
}
.content .detailBox .detailRight .bottBox ul li:before,.content .detailBox .detailRight .bottBox ul li:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .detailBox .detailRight .bottBox ul li .leftTitle {
	float: left;
	width: 620px;
	/* font-size: 12px; */
	color: #333333;
	line-height: 34px;
}
.content .detailBox .detailRight .bottBox ul li .leftTitle span:nth-of-type(1){
	display: inline-block;
	max-width: calc(100% - 120px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;

}
.content .detailBox .detailRight .bottBox ul li&gt;div{
	float: right;
}
.content .detailBox .detailRight .bottBox ul li .leftTitle .titleDate {
	float: right;
}
.content .detailBox .detailRight .bottBox .btn {
	width: 77px;
	height: 27px;
	line-height: 14px;
	background-color: #054F99;
	border-radius: 3px;
	color: #ffffff;
}
.content .detailBox .detailRight .bottBox .btn:last-child {
	background-color: #DD5411;
}
.content .imgBanner {
	width: 1200px;
	margin: 0 auto;
	margin-top: 16px;
}
.content .imgBanner ul {
	margin-right: -15px;

}
.content .imgBanner ul:before,.content .imgBanner ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .imgBanner ul li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 15px;
	height: 150px;
	margin-bottom: 16px;
	transition: all 0.3s;
}
.content .imgBanner ul li:hover{
	transform: translateY(-1px);
}
.content .imgBanner ul li img {
	max-width: 100%;
	max-height: 100%;
}
.content .secondRec {
	padding-top: 14px;
}
.content .recruitList .topNave {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	background: #ffffff;
}
.content .recruitList .topNave ul {

}
.content .recruitList .topNave ul:before,.content .recruitList .topNave ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content .recruitList .topNave ul li {
	float: left;
	margin: 0 6px;
	height: 48px;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	/* border-bottom: 3px solid transparent; */
	transition: all 0.3s;
}
.content .recruitList .topNave ul li:hover {
	border-bottom: 3px solid #054F99;
}
.content .recruitList .recruitContent {
	width: 1200px;
	margin: 0 auto;
	margin-top: 16px;
}
.content .recruitList .recruitContent ul li {
	width: 387px;
	height: 146px;
	background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
	/*padding: 30px 15px 15px 12px;*/
}
.content .recruitList .recruitContent ul li .top{
    padding: 0px 18px 18px 18px;
}
.content .recruitList .recruitContent ul li .top .job a{
    color: #000;
}
.recruitContent ul li:hover {
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
}
.recruitContent ul li:hover .top .job a{
    color: #054F99 !important;
}
.content .recruitList .recruitContent .job {
	color: #333333;
	margin-right: 14px;
}
.content .recruitList .recruitContent img {
	vertical-align: middle;
	margin-top: -5px;
}
.content .recruitList .recruitContent .salary {
	float: right;
	font-size: 14px;
	color: #DD5411;
}
.content .recruitList .recruitContent .require span {
	font-size: 12px;
	color: #b3b3b3;
	padding:0 5px;
	border-right: 1px solid #eeeeee;
}
.content .recruitList .recruitContent .require span:first-child {
	padding-left: 0px;
}
.content .recruitList .recruitContent .require span:last-child {
	border-right: none;
}
.recruitContent .top {
	padding-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
}
.recruitContent .require {
	margin-top: 4px;
}
.recruitContent .company {
	line-height: 50px;
    padding: 0px 18px;
	font-size: 14px;
    background: linear-gradient( 270deg, rgba(221,84,17,0) 0%, rgba(5,79,153,0.1) 100%);
}
.recruitContent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.recruitContent ul:before,.recruitContent ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.recruitContent ul li {
	float: left;
	width: calc(25% - 12px);
	/* margin: 0 5px; */
	margin-right: 18px;
	margin-bottom: 18px;
	/*border: 2px solid transparent;*/
	transition:  all 0.3s;
    overflow: hidden;
}
.recruitContent ul li:nth-child(3n){
    margin-right: 0px;
}
.recruitMore {
	width: 1200px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	text-align: center;
}
.recruitMore button {
	/*width: 400px;*/
	/*height: 40px;*/
    background: rgba(61,158,255,0.1);
    border-radius: 6px 6px 6px 6px;
	border: none;
    font-weight: 400;
    font-size: 14px;
    color: #054F99;
    padding: 12px 64px;
    font-style: normal;
    text-transform: none;;
	transition: all 0.3s;
}
.recruitMore button:hover{
	opacity: 0.8;
}
.famousCompany {
	width: 1200px;
	margin: 0 auto;
}
.famousCompany ul li {
	float: left;
	width: calc(25% - 12px);
	height: 232px;
	background: #ffffff;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 12px;
	position: relative;
}
.famousCompany ul {
	margin-right: -12px;

}
.famousCompany ul:before,.famousCompany ul:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.famousCompany ul li img {
	margin: 10px 0 10px 0;
	object-fit: contain;
}
.famousCompany .companyName {
	color: #55738b;
	width: 170px;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}

.famousCompany .summary span {
	color: #999999;
	padding: 0 8px;
	border-right: 1px solid #eeeeee;
}
.famousCompany .summary span:last-child {
	border: none;
}
.famousCompany .top {
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.Veterans .top {
	border-bottom: none;
}
.Veterans .companyName {
	font-size: 14px;
	color: #333333;
}
.rezhaozhiwei {
	width: 192px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e3e7ed;
	margin: 0 auto;
}
.rezhaozhiwei span {
	color: #DD5411;
}
.famousCompany .bottom {

}
.famousCompany .bottom:before,.famousCompany .bottom:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.famousCompany .bottom div {
	float: left;
	width: 50%;
	margin-top: 10px;
	border-right: 1px solid #eeeeee;
}
.famousCompany .bottom div:last-child {
	border: none;
}
.famousCompany .bottom p {
	color: #DD5411;
}
.mengceng {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(127, 127, 127, .8);
	/* opacity: .5; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.mengceng .qrCode {
	margin-top: 60px;
	margin-bottom: 10px;
}
.mengceng p {
	color: #ffffff;
}
.famousCompany ul li:hover .mengceng {
	display: block;
}
.focusNews {
	width: 1200px;
	margin: 0 auto;
	margin-top: 16px;
	background-color: #ffffff;
	padding: 30px 24px;
}
.focusNews:before,.focusNews:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.focusNews .focusLeft {
	float: left;
	width: 690px;
}

.focusNews .focusLeft1 {
	float: left;
	width: 550px;
}
.swiper-container2 {
	width: 690px;
	height: 390px;
	position: relative;
}
/* .swiper-wrapper {
	height: 260px;
} */
.focusNews .focusRight {
	float: right;
	width: 440px;
}

.focusNews .focusRight1 {
	float: right;
	width: 600px;
}
.focusLeft .title {
	font-size: 18px;
	font-weight: bold;
	color: #111e36;
	margin-bottom: 16px;
}
.focusContent {
	width: 690px;
	height: 132px;
	margin-top: 20px;
	padding: 20px 30px 0px 20px;
	background: #eef3f7;
}
.focusContent .top {
	font-size: 12px;
	color: #999999;
	margin-bottom: 16px;
}
.focusContent .top:before,.focusContent .top:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.focusContent .top p {
	float: left;
	width: calc(100% - 90px);
	font-size: 14px;
	font-weight: bold;
	color: #303133;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.focusContent .top span{
	float: right;
}
.focusContent .bottom {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1.5px;
	color: #303133;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.focusRight .nav {
	font-size: 18px;
	font-weight: bold;
	color: #111e36;
}
.focusRight .nav span {
	margin-right: 30px;
	cursor: pointer;
}
.focusRight .nav span:hover {
	border-bottom: 4px solid #054F99;
}
.tablg {
	border-bottom: 4px solid #054F99;
}
.focusRight li {
	font-size: 14px;
}
.focusRight .topP {
	height: 30px;
	line-height: 30px;
	margin-top: 16px;
}
.focusRight .topP .title {
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #0f0f0f;
	vertical-align: middle;
}
.focusRight .topP .line {
	vertical-align: middle;
	color: #eb535b;
	font-size: 20px;
	font-weight: bold;
}
.focusRight .topP .date {
	float: right;
	vertical-align: middle;
	color: #888;
}
.ListCommon {
	display: none;
}
.div_show {
	display: block;
}
.focusRight .bottomP {
	color: #666666;
	opacity: 0.5;
	line-height: 20px;
	padding-left: 14px;
	margin: 6px 0;
	display: none;
}
.focusRight .showP {
	display: block;
}
.footer {
	width: 100%;
	height: 260px;
	background: #2b2c31;
}
.footerContent {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
}
.footerContent:before,.footerContent:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footerLeft {
	float: left;
	width: 700px;
	height: 190px;
}
.footerLeft .top {

}
.footerLeft .top:before,.footerLeft .top:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footerLeft .top&gt;ul{
	float: left;
	margin-right: 100px;
}
.footerLeft .top&gt;ul:last-child{margin-right:0;}
.footerLeft li {
	font-size: 12px;
	line-height: 30px;
	color: #abacad;
}
.footerLeft li:first-child {
	font-size: 14px;
	line-height: 40px;
	color: #eaebeb;
}
.footerLeft .bottom {
	font-size: 12px;
	color: #ffffff;
	height: 60px;
	line-height: 100px;
}
.footerRight {
	float: right;
	color: #abacad;
	font-size: 12px;
	text-align: right;
}
.footerRight .title {
	font-size: 24px;
}
.footerRight p {
	/*margin-bottom: 20px;*/
	margin-bottom: 15px;
}
.footerRight p img {
	margin-left: 10px;
}

/* 渚ц竟鍥哄畾瀵艰埅璺宠浆鏍� */
.box {
	position: relative;
}
.fixedNav {
	width: 50px;
	position: fixed;
	right: 0;
	top: 230px;
}
.fixedNav li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#ffffff;
	border: 1px solid #999999;
	border-bottom: none;
	cursor: pointer;
}
.fixedNav li:last-child {
	border-bottom: 1px solid #999999;
}
.fixedNav li .iconfont {
	font-size: 22px;
}
.fixedNav li:hover {
	color: #054F99;
}
/* .fixedNav li:hover .icon-zhaopinhui {
	font-size: 30px;
}
.fixedNav li:hover .icon-gangwei {
	font-size: 30px;
}
.fixedNav li:hover .icon-qiye {
	font-size: 30px;
}
.fixedNav li:hover .icon-huodongzhuanqu {
	font-size: 30px;
}
.fixedNav li:hover .icon-xinwenzhengce {
	font-size: 30px;
}
.fixedNav li:hover .icon-gongzhonghao {
	font-size: 30px;
}
.fixedNav li:hover .icon-xiaochengxu {
	font-size: 30px;
}
.fixedNav li:hover .icon-huidaodingbu {
	font-size: 30px;
} */
.location01 {
	background: #ffffff;
	color: #054F99;
}
.location02 {
	background: #ffffff;
	color: #054F99;
}
.location03 {
	background: #ffffff;
	color: #054F99;
}
.location04 {
	background: #ffffff;
	color: #054F99;
}
.location05 {
	background: #ffffff;
	color: #054F99;
}
/* 鍏紬鍙� */
.public {
	position: relative;
}
.publicBox {
	width: 150px;
	height: 150px;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.publicBox img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 10px;
}
/* 灏忕▼搴� */
.applet {
	position: relative;
}
.appletBox {
	width: 150px;
	height: 150px;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.appletBox img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 10px;
}
.input-group .form-control {
	z-index: 0;
}

/* // 鍒嗛〉鍣� */
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 90px;
	width: 100%;
	text-align: center;
	background-color: #5f5f5f;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	/*background: #555;*/
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-active-switch {
	background: #054F99;
}
/* // 婊氬姩鍑虹幇鍥哄畾鎼滅储鏍� */
.fixedSearch {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.21);
}
.inner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.searchLogo img {
	/*padding-left: 15px;*/
	/*border-left: 1px solid #fff;*/
	/*max-height: 96px;*/
    height: 180px;
}
.searchForm  {
	margin-top: 24px;
}
.searchForm .input-group {
	width: 900px;
	height: 50px;
}
.searchForm .input-group .form-control {
	box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
	height: 50px;
	font-size: 16px;
}
.searchForm .input-group-addon {
	height: 50px;
	width: 140px;
	font-size: 16px;
	color: #ffffff;
	background-color: #054F99;
	border: 1px solid #054F99;
}


/*搴曢儴30绉�*/
.tip_bottom_left {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.tip_bottom_close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center / 15px 15px;
	position: absolute;
	top: 10px;
	right: -37px;
	z-index: 10;
}
.tip_bottom_ewm {
	width: 170px;
	height: 110px;
	padding: 10px 10px 0 0;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 3px;
}
.tip_bottom_ewm2{
	right: 140px!important;

}
.tip_bottom_ewm_p{
    color: #fff;
}
.tip_bottom_ewm3{
	right: 0px!important;

}
.tip_bottom_logo {
	padding-top: 20px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
}
.tip_bottom_num {
	display: inline-block;
	width: 195px;
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.tip_bottom_member {
	position: absolute;
	right: 300px;
	top: 20px;
}
.tip_bottom_bg {
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	background-color: #000000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.tip_bottom_cont {
	width: 100%;
	height: 65px;
	position: relative;
}
.tip_bottom_login, .tip_bottom_reg {
	display: inline-block;
	width: 110px;
	height: 46px;
	background: #054F99;
	border-radius: 4px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
}

.idx-ho{position:fixed;bottom:0px;width: 100%;height: 100px;z-index: 1000000000}
.idx-ho:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.7;
	z-index: -1;
}


.focusRight .topP .title:hover{
	color: #054F99;
}





/*2021.02.05 閫€褰瑰啗浜猴紝鏍峰紡琛ュ厖*/
.content .recruitList .topNave .arimBar{
	display: flex;
}
.content .recruitList .topNave .arimBar li{
	float: left;
	margin: 0 15px;
	white-space: nowrap;
	width: 50%;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.clearfix:before,.clearfix:after{
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*鎾斁瑙嗛*/
.videoFrame{
	  width: 100%;
	  position: fixed;
	  /*top: 0;*/
	  /*left: 0;*/
	  z-index: 100000;
	  text-align: center;
	  /* background: pink; */
  }
video {
	background: #333333;
	border: none;
	/* border-radius: 5px; */
}
.videoFrame .closeImg {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.videoFrame1{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	text-align: center;
	/* background: pink; */
}

.videoFrame1 .closeImg1 {
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.activityList{
	display: none;
}

.tab1 {
	font-weight: bold;
	border-bottom: 3px solid #054F99;
}


/* 2021.02.22 骞垮憡閫氭爮锛屾牱寮� */
.center-box{
	width:1200px;
	margin:12px auto 0;
	/* background-color: #fff; */
}
.center-box .tl-link1{
	margin-bottom: 12px;
	border: 1px solid #f8f8f8;
	height: 70px;
}
.center-box .ads-link2{
	height: 100px;

}
.center-box .tl-img1{
	width: 100%;
	height: 100%;
}
.center-box .ads-img2{
	width: 100%;
	height: 100%;
}


/* 2021.02.22 鍙充晶鑿滃崟鏍忔樉绀轰紭鍖� */
.fixedNav li{
	position: relative;
}
.fixedNav li .titInfo{
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #054F99;
	color: #fff;
	font-size: 12px;

}
.fixedNav li:hover .titInfo{
	opacity: 1;
}
.fixedNav .icon-kefuzhongxin{
	display: inline-block;
	margin-top: 9px;
	width: 22px;
	height: 22px;
	background: url('../images/kefuCenter-icon.png') no-repeat center/22px 22px;
}
.fixedNav .icon-mail{
	display: inline-block;
	margin-top: 9px;
	width: 22px;
	height: 22px;
	background: url('../images/mail.png') no-repeat center/22px 22px;
}
.fixedNav .icon-rencaiApp{
	display: inline-block;
	margin-top: 9px;
	width: 22px;
	height: 22px;
	background:  url('../images/app-icon.png') no-repeat center/22px 22px;
}
.appletBox,.appImgBox {
	width: 150px;
	height: 150px;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.appImgBox img {
	max-width: 130px;
	max-height: 130px;
	margin-top: 10px;
}

/* 2021.02.23 瀹㈡湇涓績 */
.kefuCenter .kefuCenter-box{
	width: 150px;
	padding: 15px;
	box-sizing: border-box;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: left;
	border-radius: 3px;
	display: none;
}
.jijian .jijian-box{
	width: 150px;
	padding: 15px;
	box-sizing: border-box;
	background: #eeeeee;
	position: absolute;
	left: -152px;
	top: 0;
	z-index: 3;
	border: 1px solid #999999;
	text-align: left;
	border-radius: 3px;
	display: none;
}
.jijian-box .contact-tit{
	font-size: 14px;
	line-height: 25px;
}
.jijian-box .contact-tit2{
	margin-top: 12px;
}
.kefuCenter-box .contact-tit{
	font-size: 14px;
	line-height: 25px;
}
.kefuCenter-box .contact-tit2{
	margin-top: 12px;
}
.kefuCenter-box .contact-ways{
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	font-size: 13px;
	color: #7c7c7c;
}
.kefuCenter-box .contact-ways:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../images/dh.png') no-repeat center/10px 10px;
}
.kefuCenter-box .contact-ways-qq{
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	font-size: 13px;
	color: #7c7c7c;
}
.kefuCenter-box .contact-ways-qq:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('../images/qq.png') no-repeat center/10px 10px;
}

/* 2021.02.23 杞挱绠ご */
.swiper-container1{
	position: relative;
}
.swiper-container1 .swiper1-arr{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 88;
	top: 50%;
	opacity: 0;
	transition: all .3s;
}
.swiper-container1:hover .swiper1-arr{
	opacity: 1;
}
.swiper-container1 .arrow-left{
	left: 5px;
	margin-top: -20px;
	background: url('../images/arrow-left.png') no-repeat center/25px 25px;
}
.swiper-container1 .arrow-right{
	right: 5px;
	margin-top: -20px;
	transform: rotate(180deg);
	background:  url('../images/arrow-left.png') no-repeat center/25px 25px;
}

/* 2021.02.25  杞挱鏍峰紡淇敼*/
.swiper-container .swiper-slide,.swiper-container .swiper-pagination{
	cursor: default;
}
.swiper-container .swiper-pagination-switch{
	width: 13px;
	height: 13px;
}

/* 浣庡垎杈ㄧ巼涓嬶紝鍙充晶瀵艰埅鏍忕殑浜岀淮鐮侊紝 */
@media (max-width:1400px) {
	.appletBox{
		top: -80px;

	}
	.appImgBox{
		top: -100px;
	}
	.kefuCenter .kefuCenter-box{
		top: -110px;
	}
	.jijian .jijian-box{
		top: -110px;
	}
}


/* 2021.03.11 澶у睆骞垮憡閫氭爮锛屾牱寮� */
.advertise-box1{
	width:1200px;
	margin:0 auto;
	/*padding-top: 16px;*/
	/* background-color: #fff; */
}
.advertise-box1 .ads-link12{
	margin-bottom: 16px;
	border: 1px solid #f8f8f8;
	height: 70px;
}

.advertise-box1 .ads-img12{
	width: 100%;
	height: 100%;
}


/* 2021.03.11 棣栭〉锛屽彸渚у湪IE涓婏紝鏍峰紡澶勭悊  */
.fixedNav .iconfont {
	display: inline-block;
	width: 22px;
	height: 22px;
}
.fixedNav .iconfont:before{
	width: 0;
	display: none;
}
/* 1 */
.fixedNav .icon-zhaopinhui{
	width: 28px;
	height: 22px;
	margin-top: 9px;
	background:  url('../images/icon1-zhaopinhui.png') no-repeat center/28px 22px;
}
.fixedNav .location01 .icon-zhaopinhui{
	width: 28px;
	height: 22px;
	margin-top: 9px;
	background:  url('../images/icon11-zhaopinhui.png') no-repeat center/28px 22px;
}
/* 2 */
.fixedNav .icon-gangwei{
	width: 24px;
	height: 24px;
	margin-top: 9px;
	background:  url('../images/icon2-gongwenbao.png') no-repeat center/24px 24px;
}
.fixedNav .location02 .icon-gangwei{
	width: 24px;
	height: 24px;
	margin-top: 9px;
	background:  url('../images/icon22-gongwenbao.png') no-repeat center/24px 24px;
}
/* 3 */
.fixedNav .icon-qiye{
	margin-top: 9px;
	background:  url('../images/icon3-qiye.png') no-repeat center/22px 22px;
}
.fixedNav .location03 .icon-qiye{
	margin-top: 9px;
	background:  url('../images/icon33-qiye.png') no-repeat center/22px 22px;
}
/* 4 */
.fixedNav .icon-huodongzhuanqu{
	margin-top: 9px;
	background:  url('../images/icon4-huodongzhuanqu.png') no-repeat center/22px 22px;
}
.fixedNav .location04 .icon-huodongzhuanqu{
	margin-top: 9px;
	background:  url('../images/icon44-huodongzhuanqu.png') no-repeat center/22px 22px;
}
/* 5 */
.fixedNav .icon-xinwen{
	margin-top: 9px;
	background:  url('../images/icon5-xinwen.png') no-repeat center/22px 22px;
}
.fixedNav .location05 .icon-xinwen{
	margin-top: 9px;
	background:  url('../images/icon55-xinwen.png') no-repeat center/22px 22px;
}
/*  */
.fixedNav .icon-gongzhonghao{
	width: 24px;
	height: 24px;
	margin-top: 9px;
	background:  url('../images/icon7-weixin.png') no-repeat center/24px 24px;
}
.fixedNav .icon-xiaochengxu{
	width: 20px;
	height: 20px;
	margin-top: 9px;
	background:  url('../images/icon8-xiaochengxu.png') no-repeat center/20px 20px;
}
.fixedNav .icon-huidaodingbu{
	margin-top: 9px;
	background:  url('../images/icon10-top.png') no-repeat center/22px 22px;
}


/*鍥戒紒鎷涜仒璧勮鍔犲垎椤垫潯 */
.newsBox button{
	background-color: grey;
	border: none;
	border-radius: 10px;
	color: white;
	width: 40px;
	height: 7px;
	/*padding: 15px 32px;*/
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.newsBox .activeButton{
	background-color: #054F99!important;
}

/* 04.06:棣栭〉鏍峰紡淇敼 */
.content .newsBox{

}
.content .newsBox .newsLeft{
	height: 200px;
    overflow: hidden;
}
.content .newsBox .newsRight{
	height: 330px;
}
.content .newsBox .btnBar{
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 7px;
	margin-left: -42px;
}
.content .newsBox .btnBar button{
	background-color: #d6d6d6;
	margin: 0 1px;
}

/* 04.07 棣栭〉:鐑偣璧勮 */
.focusNews{
	margin-bottom: 10px;
	padding: 30px 24px 10px;
}
.focusNews .focusContent{
	margin-top: 0;
}
.focusNews .pagination{
	bottom: 0;
	margin: 0;
	background-color: transparent;
}

.expandUl:first-child{

}

.focusRight1 ul li{
	list-style: disc;
	color:#054F99;
	font-size: 14px;
	margin-bottom:5px;
	font-weight: 400;
	line-height: 25px;
	font-family: "microsoft yahei", "瀹嬩綋";
	/*letter-spacing:-1px;*/

}
.tabContent{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}


.introContent{
	color: #000;
	font-weight: 400;
	font-size: 14px;
}


.slider-move-track{
	background-color: #e3e3e3 !important;
}
.slider-move-btn{
    border: 1px solid #e3e3e3;
}

</pre></body></html>