.subBanner {
	width: 100%;
	height: auto;
}

.subBanner img {
	width: 100%;
}


/*服务项目*/

.position {
	border-bottom: 1px solid #DEDEDE;
}

.position_cen {
	width: 1200px;
	margin: 0 auto;
}

.position_t {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.position_l p img {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	padding: 20px;
	margin-right: 30px;
}

.position_l p {
	font-size: 15px;
	color: #7690C5;
	vertical-align: middle;
}

.position_l p a {
	color: #7690C5;
	font-weight: bold;	
}

.position_r a {
	line-height: 60px;
	font-weight: bold;
	font-size: 15px;
	color: #666666;
	margin-left: 40px;
	transition: all 0.3s;
	position: relative;
}

/*.position_r .active {
	color: #7690C5;
	border-bottom: 3px solid #758FC5;
}

.position_r a:hover {
	color: #7690C5;
	border-bottom: 3px solid #758FC5;
}*/


.position_r a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 2px;
	background: #7690C5;
	
}

.position_r a:hover:after {
	left: 0;
	transition: all 1s;
	width: 100%;
	
}

.position_r a.active::after{
	width: 100%;
	left: 0px;
}
.position_r a:hover,
.position_r a.active{
	color: #7690C5;
}









.service {
	width: 100%;
	background: #F2F2F2;
	overflow: hidden;
}

.service_tit {
	text-align: center;
	margin: 50px 0;
}

.service_tit p:first-child {
	font-size: 22px;
	color: #333333;
}

.service_tit p:last-child {
	font-size: 26px;
	font-family: 'zt';
	color: #758FC5;
}

.service_t {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	margin-bottom: 90px;
}

.service_t li {
	width: 390px;
	height: 345px;
	background: #FFFFFF;
	position: relative;
	margin-right: 15px;
	float: left;
	margin-top: 15px;
	transition: all 0.5s;
}

.service_t li:nth-child(3n) {
	margin-right: 0px;
}

.service_t li .service_w {
	display: block;
	width: 360px;
	height: 270px;
	padding: 15px;
	position: absolute;
	left: 0px;
}
.service_t li .service_w img{
    max-width: 360px;
    max-height: 270px;
}
.service_t li:hover img {
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
}

.service_t li .service_w .x {
	width: 60px;
	height: 60px;
	top: 105px;
	position: absolute;
	z-index: 3;
	display: none;
}

.service_t li .service_w .x {
	background: url(../images/sousuo.png) no-repeat;
	left: 165px;
}

.service_t li .service_w .service_text {
	text-align: center;
	margin-top: 20px;
}

.service_t li :hover .service_text {
	color: #758FC5;
}

.service_bg {
	width: 100%;
	height: 450px;
	background: url(../images/service_bg.png) no-repeat center;
	text-align: center;
	overflow: hidden;
}

.service_bg p:first-child {
	font-size: 32px;
	color: #FFFFFF;
	margin-top: 212px;
}

.service_bg p:last-child {
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 25px;
}


/*公司简介*/

.about_cen {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.about_tit {
	width: 100%;
	margin: 40px 0 30px 0;
}

.about_tit p:first-child {
	font-size: 36px;
	font-family: 'zt';
	color: #7690C5;
}

.about_tit p:last-child {
	font-size: 22px;
	color: #343434;
	margin-top: 16px;
}

.about_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about_text_l {
	width: 730px;
}

.about_text_l p,
.about_text1 p {
	font-size: 15px;
	color: #878787;
	line-height: 30px;
	margin-bottom: 10px;
	text-indent: 2rem;
}

.about_ly {
	margin-bottom: 0px !important;
	margin-top: 30px;
	background: #F2F2F2;
}

.about_ly .ly_tit {
	color: #343434;
}

.about_ly .cen_t p:first-child {
	color: #758FC5;
}

.about_ly .cen_t p:last-child {
	color: #666666;
}


/*企业文化*/

.culture_tit {
	width: 100%;
	margin: 40px 0 30px 0;
	text-align: center;
}

.culture_tit p:first-child {
	font-size: 22px;
	color: #000;
}

.culture_tit p:last-child {
	font-size: 26px;
	font-weight: bold;
	color: #758FC5;
	font-family: 'zt';
	margin-bottom: 50px;
}

.culture_text {
	margin-bottom: 115px;
}

.culture_text img {
	max-width: 100%;
}
.culture_text p{
    font-size: 15px;
    color: #878787;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 2rem;
}

/*新闻资讯*/

.new_zy a {
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0;
}

.new_zy a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.new_zy a .news_time {
	border-right: 1px solid #DEDEDE;
	padding: 0 30px;
}

.new_zy a .news_time p:first-child {
	font-size: 50px;
	color: #7690C5;
}

.new_zy a .news_time p:last-child {
	font-size: 14px;
	color: #7690C5;
}

.new_zy a .news_text {
	padding: 0 30px;
}

.new_zy a .news_text p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 20px;
	transition: all 0.5s;
}

.new_zy a .news_text p:last-child {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new_zy a .news_img img {
	max-width: 190px;
}

.new_zy a:hover .news_text p:first-child {
	color: #758FC5;
}

.page {
	text-align: center;
	margin: 50px 0 100px 0;
}

.page b,
.page a {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 4px;
	color: #555555;
	border: 1px solid #DDDDDD;
	transition: all 0.5s;
	margin-right: 8px;
}

.page b {
	background: linear-gradient(0deg, #758FC5 0%, #AAC5FD 100%);
	color: #FFFFFF
}

.page a:hover {
	background: linear-gradient(0deg, #758FC5 0%, #AAC5FD 100%);
	color: #FFFFFF
}


/*新闻详情*/

.news_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 65px;
}

.details_l {
	width: 800px;
	padding: 0 20px 0 0;
}

.details_tit {
	margin-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.details_tit p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 18px;
}

.details_tit p:last-child {
	font-size: 15px;
	color: #999999;
	margin-bottom: 10px;
}

.details_tit p:last-child span {
	margin-right: 50px;
}

.details_text p {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}

.details_text img {
	margin-bottom: 20px;
	max-width: 100%;
}

.details_r {
	width: 400px;
	background: #F2F2F2;
	overflow: hidden;
}

.details_r a {
	width: 340px;
	margin: 10px 30px 0 30px;
	background: #FFFFFF;
	padding: 20px;
	box-shadow: 0px 2px 4px 0px rgba(3, 49, 94, 0.18);
	border-radius: 4px;
}

.details_r a:first-child {
	margin-top: 20px;
}

.details_r a p:first-child {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	transition: all 0.5s;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.details_r a p:nth-child(2) {
	font-size: 15px;
	color: #999999;
	padding: 5px 0;
}

.details_r a p:last-child {
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.details_r a:hover .details_r_t {
	color: #758FC5;
}

.ewm {
	text-align: center;
	margin: 50px 0;
}

.ewm p:last-child {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}

.contact_1 {
	height: 360px;
	background: url(../images/contact_1.png) no-repeat;
	padding: 90px 0 0 60px;
	margin-bottom: 30px;
}

.contact_1 p:first-child {
	font-size: 32px;
	color: #343434;
}

.contact_1 p:not(:first-child) {
	font-size: 18px;
	color: #343434;
	line-height: 36px;
}

.contact_2 {
	height: 360px;
	background: url(../images/contact_2.png) no-repeat;
	padding: 90px 60px 0 0;
	margin-bottom: 30px;
}

.contact_2 p:first-child {
	font-size: 32px;
	color: #343434;
	text-align: right;
}

.contact_2 p:not(:first-child) {
	font-size: 18px;
	color: #343434;
	line-height: 36px;
	text-align: right;
}

.address {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}

.address .address_t {
	width: 390px;
	height: 210px;
	transition: all 0.5s;
	padding: 30px 0 0 30px;
}

.address .address_t:first-child {
	background: #F2F2F2 url(../images/address1.png) no-repeat 300px 135px;
}

.address .address_t:first-child:hover {
	background: #919EDE url(../images/address11.png) no-repeat 300px 135px;
}

.address .address_t:nth-child(2) {
	background: #F2F2F2 url(../images/address2.png) no-repeat 300px 135px;
}

.address .address_t:nth-child(2):hover {
	background: #919EDE url(../images/address22.png) no-repeat 300px 135px;
}

.address .address_t:last-child {
	background: #F2F2F2 url(../images/address3.png) no-repeat 300px 135px;
}

.address .address_t:last-child:hover {
	background: #919EDE url(../images/address33.png) no-repeat 300px 135px;
}

.address .address_t p:first-child {
	font-size: 20px;
	color: #333333;
}

.address .address_t p:nth-child(2) {
	font-family: 'zt';
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
}

.address .address_t p:last-child {
	font-size: 14px;
	color: #919EDE;
}

.address .address_t:hover .address_1 {
	color: #FFFFFF;
}

.address .address_t:hover .address_2 {
	color: #FFFFFF;
}

.address .address_t:hover .address_3 {
	color: #FFFFFF;
}


/*人才招聘*/

.talent {
	width: 100%;
	overflow: hidden;
	background: #F2F2F2;
}

.talent_cen {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.talent_l {
	width: 780px;
	background: #FFFFFF;
	padding: 0 50px 0 30px;
	margin-bottom: 90px;
}

.talent_l .talent_list{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
	
}
.talent_l .talent_list .talent_list_tit{background: url(../images/jt_white.png) no-repeat right 50px; overflow:hidden;}
.talent_l .talent_list:hover{
	background: url(../images/jt _blue.png);
}

.talent_l .talent_list:hover .talent_1 {
	color: #758FC5;
}

.talent_l .talent_list .talent_1 {
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 17px;
	transition: all 0.5s;
}

.talent_l .talent_list .talent_2 {
	display: flex;
	margin-bottom: 14px;
}

.talent_l .talent_list .talent_2 div,
.talent_l .talent_list .talent_3 div {
	margin-right: 30px;
}

.talent_l .talent_list .talent_2 div span,
.talent_l .talent_list .talent_3 div span {
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	margin-left: 8px;
}

.talent_r {
	width: 400px;
	background: #FFFFFF;
	padding: 0 20px;
}

.talent_r p {
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 17px;
	margin-top: 20px;
}

.talent_r a {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.talent_r a span:first-child {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #949ECF;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
}

.talent_r a span:last-child {
	vertical-align: middle;
	color: #666666;
	transition: all 0.5s;
}

.talent_r a:hover .talent_r_t {
	color: #949ECF;
}

.talent_l .talent_text {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.talent_l .talent_text:hover .talent_1 {
	color: #758FC5;
}

.talent_l .talent_text .talent_1 {
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 17px;
	transition: all 0.5s;
}

.talent_l .talent_text .talent_2 {
	display: flex;
	margin-bottom: 14px;
}

.talent_l .talent_text .talent_2 div,
.talent_l .talent_text .talent_3 div {
	margin-right: 30px;
}

.talent_l .talent_text .talent_2 div span,
.talent_l .talent_text .talent_3 div span {
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	margin-left: 8px;
}

.talent_details {
	padding-bottom: 42px;
	display: none;
}

.details {
	font-size: 16px;
	color: #333333;
	margin: 20px 0;
}

.details_t p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}