/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	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);
}

@font-face {
	font-family : 'dinpro';
	src: url(../font/DINPRO.OTF);
}
@font-face {
font-family : 'bebas';
src: url(../font/bebas.TTF);
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
}

.header-center {
    display: flex;
	align-items: center;
	height: 102px;
	padding-left: 40px;
}
.pc-logo{
	width:232px;
	flex-shrink: 0;
	margin-right: 15px;
}
.home-nav-box{
	padding-left: 340px;
	flex-grow: 1;
	display: flex;
	align-items: center;
    height: 100%;
	justify-content: space-between;
}
.home-nav-list {
	flex-grow: 1;
	height:100%;
}
.home-nav-list>ul {
	display: flex;
	align-items: center;
	height:100%;
}
.home-nav-list>ul>li{
	flex: 1;
	text-align: center;
	position: relative;
	height:100%;
}
.home-nav-list>ul>li.cur a{
	color: #093A87;
	background: url(../images/nav-jt.png) no-repeat bottom center;
	font-weight: bolder;
}
.home-nav-list>ul>li a{
	height: 100%;
	line-height:102px;
	color:#000;
	display: block;
	font-size: 18px;
}
.home-nav-list>ul>li :hover{
	color: #093A87;
	font-weight: bolder;
	background: url(../images/nav-jt.png) no-repeat bottom center;
}


.home-nav-list>ul>li ul.nav-drop-down,.pc-nav ul li.cur ul.nav-drop-down{
	position: absolute;
	top: 102px;
	width: 100%;
	z-index: 99;
	background: #fff;
	display: none;
}

.home-nav-list>ul>li ul.nav-drop-down li{
	width: 100%;
}
.home-nav-list>ul>li ul.nav-drop-down li a{
	color: #000;
	border: none;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #ececec;
	height:50px;
	line-height: 50px;
	background: none;
}
.home-nav-list>ul>li ul.nav-drop-down li:last-child a{
	border-bottom:none;
}
.home-nav-list>ul>li ul.nav-drop-down li a:hover{
	font-weight: normal;
	color: #fff;
	background: #4064e7;;
}
.home-nav-list>ul>li:hover .nav-drop-down{
	display: block;
}
.header-rbox{
	height: 102px;
	width: 164px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
}
.language{
	height: 102px;
	width: 82px;
	display: flex;
	border-left: 1px solid #e1e1e1;
    color: #000;
	position: relative;
}
.language ul{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.language ul li{
	width: 100%;
	height: 100%;
}
.language ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.language ul li.cur{
	display: block;
}
.language ul li{
	display: none;
}
.search{
	height: 102px;
	width: 82px;
	display: flex;
	align-items: center;
	border-left: 1px solid #e1e1e1;
	justify-content: center;
}
.search img{
	width: 26px;
	height: 26px;
}


.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 0 5px;
}
.ph-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 0 6px;
}
.banner .swiper-pagination-bullet-active,
.ph-banner .swiper-pagination-bullet-active{
	background-color: #4064e7;
}

#header_sj {
	display: none;
}
.banner {
	text-align: center;
	display: block;
}
.banner .swiper-container .swiper-slide img {
	width: 100%;
}
.banner .swiper-button-prev{
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtl.png);
	margin-left: 50px;
}
.banner .swiper-button-next{
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtr.png);
	margin-right: 50px;
}
.ph-banner {
	display: none;
}


/********[手机导航开始]**********/

#header-2 {
	display: none;
	height: 68px;
	/*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: 12px;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 68px;
	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;
}

/********[手机导航结束]**********/


#main {
	background: #fff;
}
.box1{
	background: #e7eef7;
	height: 600px;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
.margin-t{
	margin-top: 42px;
}
.about-box{
	overflow: hidden;
}
.about-video{
	width: 672px;
	margin-left: 54px;
	position: relative;
}
.about-video span{
	width: 92px;
	height: 92px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -46px;
	margin-top: -46px;
}
.about-video i.imgbox_a{
	padding-bottom: 65.33%;
}
.about-txt{
	height:360px;
}
.about-txt h1{
	font-size: 24px;
	color:#333333;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}
.about-txt h1 span{
	font-style: normal;
	color: #0a54a7;
	display: block
}
.about-txt h1 span+span{
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 5px;
}
.about-txt-scroll{
    margin-top: 30px;
	padding-right: 15px;
}
.bout-txt-main{
	height: 260px;
	overflow: hidden;
}
.bout-txt-main p{
	font-size: 16px;
	color: #888;
	text-indent: 2em;
	line-height: 1.75;
}
.about-more{
	width: 140px;
	height: 42px;
	color: #fff;
	background: #03ace2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.about-more a{
	font-size: 15px;
}
.box2{
	padding-bottom: 80px;
	background: url(../images/box2-bj.jpg) no-repeat bottom center;
	background-size: contain;
	padding-top: 80px;
}
.home-tit2{
	display: flex;
	justify-content: center;
	font-size: 30px;
}
.home-tit{
	display: flex;
	flex-direction: column;
}
.home-tit span{
	font-style: normal;
	color: #0a54a7;
	font-size: 24px;
}
.home-tit span+span{
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
}
.yw-text{
	height: 110px;
	margin-top: 20px;
	padding-right: 10px;
}
.yw-text-list{
	display: none;
}
.yw-text-list.cur{
	display: block;
	color: #fff;
	line-height: 1.75;
}
.yw-main{
	margin-top:70px;
}
/* .yw-main ul{
	margin-right: -25px;
}
.yw-main ul li{
	width: 25%;
	padding-right: 25px;
	float: left;
} */
.yw-main-list a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.yw-main-list a i.imgbox_a{
	padding-bottom:128.35%;
	border-radius: 15px;
}
.yw-main-list a .yw-item-inf{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}
.yw-main-list a .yw-item-inf i{
	display: none;
}
.yw-main-list a .yw-item-inf span{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
}
.yw-main-list a:hover .yw-item-inf{
	background: rgba(0, 119, 180, 0.8);
}
.yw-main-list a:hover .yw-item-inf i{
	display: block;
	margin-top: -50px;
}
.yw-main-list a:hover .yw-item-inf span{
	position: absolute;
	top: 50%;
	margin-top: 20px;
}

.box3{
	padding-top: 30px;
	padding-bottom: 30px;
}
.zizhi-main{
	overflow:hidden;
	margin-top: 30px;
}
.zizhi-list a .zizhi-img{
	width: 100%;
	background: #f9f9f9;
	display: block;
}
.zizhi-list a i.imgbox_a{
	padding-bottom: 64.14%;
}


.zizhi-main .owl-dots {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zizhi-main .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	background: #e7e7e7;
	display: block;
	border-radius: 10px;
	margin: 0px 3px;
}
.zizhi-main .owl-dots .owl-dot.active span{
	background-color: #0988c9;
	width: 20px;
	height: 10px;
}
.home-news-inf{
	text-align: left;
	padding-top: 15px;
}
.home-news-inf span{
	font-size: 14px;
	display: block;
}
.home-news-inf h1{
	font-size: 16px;
	font-weight: bolder;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
	margin-top: 8px;
	margin-bottom: 15px;
}
.home-news-inf h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #888888;
	margin-bottom: 8px;
}

.box3.margin-t{
	margin-top: 15px;
}
.news-main{
	margin-top: 30px;
	overflow: hidden;
}
.pic-switch{
	width: 682px;
	margin-right:24px !important;
	overflow: hidden;
}
.pic-switch i.imgbox_a{
	padding-bottom: 71.85%;
}
.pic-switch ul li .tver{
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 999999;
	width: 100%;
	height: 40px;
	line-height:40px;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 90px;
	overflow: hidden;
}
.pic-switch .flex-control-nav{
	right: 8px;
	bottom: 8px;
	height: 24px;
}
.pic-switch .flex-control-nav li a{
	width:24px;
	height: 24px;
	font-size: 13px;
}
.flex-control-paging li a{
	line-height: 24px !important;
}

.box4{
	height: 702px;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f3f6fd;
}
.home-product{
	display: flex;
	justify-content: space-between;
}
.home-product-pic{
	width: 541px;
	flex-shrink: 0;
}
.home-product-list{
	flex-grow: 1;
}
.home-product-list ul{
	height:100%
}

.home-product-list ul li{
	height: 33.3333%;
	display: flex;
	align-items: center;
}
.home-product-list ul li .product-tb{
	width: 64px;
	height: 64px;
	margin-right: 10px;
	flex-shrink: 0;
}
.product-tit h1{
	font-size: 22px;
	font-weight: bolder;
}
.product-tit h2{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 26px;
}
.home-product-list2 ul li{
	display: flex;
	justify-content: flex-end;
}
.home-product-list2 ul li .product-tb{
	order:2;
	width: 64px;
	height: 64px;
	margin-left: 10px;
	margin-right: 0px;
}

.home-product-list2 ul li .product-tit{
	text-align: right;
}
.home-tit-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#footer {

}
.footer-inf{
	display: flex;
	justify-content: space-between;
}
.home-footer{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #ecf3fd;
}
.footer-contact{
	width: 394px;
	margin-left: 120px;
}
.footer-contact-tit{
	display: flex;
	align-items: center;
}
.footer-contact h1{
	font-size: 22px;
	font-weight: bolder;
	color: #1d6ab7;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-add{
	display: flex;
	align-items: center;
}
.footer-add a{
	display: flex;
	align-items: center;
	color: #1d6ab7;
}
.footer-add a i{
	margin-right: 3px;
	margin-left: 3px;
}

.footer-ewm{
	color:#fff;
	margin-top: 14px;
	display: block;
	width: 112px;
}
.footer-inf{
	overflow: hidden;
}
.footer-inf dl{
	text-align: left;
}
.footer-inf dt{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer-inf dd{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 26px;
}
.footer-down{
	background: #0a54a7;
}
.footer-down-main{
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #fff;
}
.tk{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position:  fixed;
	z-index: 999;
}
.tk-main{
	height: 100vh;
	display: flex;
	align-items: center;
}
.tk-inf-box{
	width: 100%;
	border-radius: 15px;
	padding: 25px;
	background: #fff;
	position: relative;
}
.tk-close{
	position: absolute;
	right: -15px;
	top: -15px;
	width: 54px;
	z-index: 99999999;
}
.tk-close img{
	transition: all 0.2s ease-in-out;  
	-webkit-transition: all 0.2s ease-in-out;  
	-moz-transition: all 0.2s ease-in-out;  
	-o-transition: all 0.2s ease-in-out;  
}
.tk-close:hover img{
	transform: rotate(180deg);  
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-o-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
}
.tk-inf{
	height: 500px;
	background: #fff;
	overflow: auto;
	line-height: 1.75;
}
.tk-inf p{
	text-indent: 2em;
}
.tk{
	display: none;
}



/********[新闻]**********/

.ej-banner{
	height: 380px;
	margin: 0 auto;
	text-align: center;
}

.news-recommend{
	padding-bottom: 42px;
	border-bottom: 1px solid #f1f1f1;
}
.news-recommend-list a i.imgbox_a{
	padding-bottom:66.44%;
}
.news-recommend-txt {
	padding-top: 10px;
}
.news-recommend-txt span{
	font-size: 14px;
	color: #999999;
}
.news-recommend-txt h2{
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-box ul li{
	padding-top: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid #f1f1f1;
}
.news-list-box ul li a{
	display: flex;
	align-items: center;
}
.news-list-img{
	width: 314px;
	margin-right: 50px;
	flex-shrink: 0;
}
.news-list-img i.imgbox_a{
	padding-bottom: 66.24%;
}
.news-list-inf{
	flex-grow: 1;
}
.news-list-inf h1{
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-inf h4{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.news-list-inf h2{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.news-list-inf h3{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.page{
	padding-top: 45px;
	padding-bottom: 45px;
	display: flex;
	justify-content: center;
}
.page a{
	padding: 6px 12px;
	background: #edeff2;
	border-radius: 3px;
	margin: 0 5px;
	font-size: 14px;
}
.page a:hover{
	background: #009fe5;
	color: #fff;
}




/************[单篇]****************/

.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}

.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}

.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 0px 0px;
	min-height: 600px;
}

.danpian-con * {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 2.4 !important;
}

.danpian-con img {
	
	margin: 15px auto;
}
.danpian-con p{
	
	text-indent: 2em;
}
.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: #004998;
}


.product-list h1{
	text-align: center;
}
.product-list .product-service-tit{
	padding: 20px 0px;
}



/********[产品服务]**********/

.ej-mbx{
	border-bottom: 1px solid #ececec;
	height: 68px;
}
.ej-mbx-l ul li{
	float: left;
	height: 68px;
	line-height: 68px;
	margin-right: 24px;
}
.ej-mbx-l ul li a{
	height: 68px;
	line-height: 68px;
	display: block;
	font-size: 16px;
	color: #555555;
}

.ej-mbx-l ul li a:hover{
	color: #1d6ab7;
	border-bottom: 2px solid #1d6ab7;
}
.ej-mbx-l>ul>li.cur a{
	color: #1d6ab7;
	border-bottom: 2px solid #1d6ab7;
}

.ej-mbx-r{
	height: 68px;
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
}
.ej-mbx-r a{
   padding: 0 5px;	
}
.ej-mbx-r a:hover{
	color: #1d6ab7;
}
.ej-mbx-r i{
	display: flex;
	align-items: center;
}
.ej-tit{
	font-size: 26px;
	padding-top: 42px;
	padding-bottom: 42px;
	display: flex;
	justify-content: center;
	font-weight: bolder;
}
.product-service>.row{
	margin-bottom: -45px;
	overflow: hidden;
}
.product-service-list{
	margin-bottom:45px;
}
.product-service-list a{
	background: #fcfcfc;
	display: block;
}
.product-service-list a i.imgbox_a{
	padding-bottom: 66.44%;
}
.product-service-tit{
	padding: 25px 15px 15px;
	position: relative;
}
.product-service-tit h1{
	font-size: 16px;
	color: #000;
}
.product-service-tit h2{
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 10px;
	line-height: 1.5;
}
.product-ico{
	position: absolute;
	width: 74px;
	height: 92px;
	background: url(../images/pro-ico-bj.png) no-repeat;
	background-size: cover;
	top: -64px;
	right: 20px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}




/*************[招聘]**************/

.ej-job-box {
	padding-bottom: 32px;
}
.ej-job-tit {
	background: #f7f6f6;
	padding-bottom: 62px;
	padding-top: 62px;
	overflow: hidden;
}
.ej-job-tit-img{
	width: 592px;
	margin-left: 28px;
}

.ej-job-tit-img i.imgbox_a{
	padding-bottom: 72.3%;
} 

.ej-job-tit-xx h1{
	font-size: 28px;
	font-weight: bolder;
	color: #083290;
	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: #006ce4;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}
.ej-job-list{
	margin-top: 40px;
}
.ej-job-list-tit {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	padding-bottom: 34px;
}

.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: #0a54a7;
	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 }


