/*关于模块样式表*/
.contact .section1 {transform: translateY(-20px)}
.section1{
	width: 100%;
	height: 565px;
	text-align: center;
	background: url('../assets/img/banner_bg (3).png') no-repeat center;
	background-size: cover;
}
.section1>div{
	width: 1200px;
	margin-top: 100px;
	display: inline-block;
}
.section1>div>div{
	display: inline-block;
	vertical-align: top;
}
.section1 .left_msg{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding:100px 0 ;
}
.section1 .right_pic{
	display: inline-block;
	vertical-align: top;
}
.left_msg .title{
	height:64px;
	font-size:44px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:64px;
}
.left_msg .info{
	height:24px;
	font-size:24px;
	color:rgba(255,255,255,0.7);
	line-height:36px;
}
.section2{text-align: center;}
.section2>div{
	width: 1180px;
	display: inline-block;
	position: relative;
}
.section2>div>div{
	transform: translateY(-60px);
	width:1180px;
	max-height:2350px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 20px 6px rgba(83,132,255,0.12);
	border-radius:20px;
	padding: 40px;
	box-sizing: border-box;
}
.about .section2>div{height:1120px;}
.about .section2>div>div{height:1120px;}
.about .section2 .message{
	width: 1024px;
	margin: 60px auto 0;
	text-align: left;
}
.about .section2 .title{
	height:20px;
	font-size:20px;
	font-weight:500;
	color:rgba(50,62,75,1);
	line-height:20px;
	position: relative;
}
.about .section2 .message .title .title_tip{
	width:6px;
	height:6px;
	border-radius: 3px;
	background:rgba(255,255,255,0.34);
	border:1px solid rgba(254,196,1,1);
	position: absolute;
	left: -15px;
	top: 6px;
}
.about .section2 .message .title .title_tip>span{
	width:2px;
	height:2px;
	display: block;
	margin: 1px;
	background:rgba(254,196,0,1);
	border:1px solid rgba(254,196,1,1);
}
.about .section2 .segment{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 30px;
}
.about .section2 .pictures{margin: 20px 0;}
.about .section3{
	height: 695px;
	background: url(../assets/img/Story_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.about .section3 .section_title{margin-top: 120px;}
.about .section3 .text_area{text-align: center;margin-top: 80px;}
.about .section3 .text_area .year{
    display: inline-block;
    vertical-align: top;
	font-size:32px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:48px;
}
.about .section3 .text_area .info{
	display: inline-block;
    vertical-align: top;
}
.about .section3 .text_area .info>span{
	display: block;
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:28px;
	text-align: left;
	margin-left: 40px;
}
.about .section3 .date_line{
	position: relative;
	font-size: 0;
	margin-top: 120px;
}
.about .section3 .date_line>div{text-align: center;}
.about .section3 .date_line .date_item{
	display: inline-block;
	width: 10%;
}
.about .section3 .date_line .date_item .dot {position: relative;}
.about .section3 .date_line .dot>span{
	width:16px;
	height:16px;
	display: inline-block;
	border-radius: 16px;
	background:rgba(126,127,135,1);
	position: relative;
}
.about .section3 .date_line .dot_active{
	position: absolute;
	top: -9px;
	
	width:34px;
	height:34px;
	border-radius: 17px;
	background:rgba(253,187,12,1);
	display: none;
	opacity:0.2;
	transition: all 1s;
	animation-fill-mode: forwards;
}
.about .section3 .date_line .dot_active_inner{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width:16px;
	height:16px;
	border-radius: 8px;
	background-color: #7E7F87;
	z-index: 9;
	transition: all 1s;
	
}

@keyframes slideLeft {
  0% {
	left: -50%
  }
  100% {
	left: 50%
  }
}
@keyframes slideRight {
  0% {
	right: -50%
  }
  100% {
	right: 50%
  }
}
.slideLeft {animation: slideLeft 1s; transform: translateX(-50%);}
.slideRight {animation: slideRight 1s; transform: translateX(50%);}
.about .section3 .date_line .dot.active .dot_active{
	display: block;
}
.about .section3 .date_line .dot.active .dot_active_inner{
	background-color: #FDBB0C;
}
.about .section3 .date_line .year{
	display: block;
	height:21px;
	font-size:18px;
	color:rgba(255,255,255,1);
	line-height:21px;
	margin-top: 40px;
}
.about .section3 .date_line .line{
	width:100%;
    height:2px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    background:linear-gradient(90deg,rgba(255,255,255,0.09) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}
.about .section4{
	margin-top: 120px;
}
.about .section4>div{
	width: 1180px;
	margin: 0 auto;
	font-size: 0;
}
.about .section4 .text_area{
	width: 590px;
	display: inline-block;
    vertical-align: top;
    padding: 65px;
    box-sizing: border-box;
}
.about .section4 .pictures{
	width: 590px;
	display: inline-block;
    vertical-align: top;
}
.about .section4 .text_area .title{
	height:24px;
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:36px;
}
.about .section4 .text_area .info{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 40px;
}
.contact .section2 .phone{
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 600px;
}
.contact .section2 .code{
	display: inline-block;
    vertical-align: top;
}
.contact .section2 .phone>div{
	width: 50%;
	height: 120px;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.contact .section2 .phone>div>div{
	display: inline-block;
	vertical-align: top;
}
.contact .section2 .phone .text_area{margin-left: 20px;text-align: left;}
.contact .section2 .phone .title{
	font-size:20px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:30px;
}
.contact .section2 .phone .number{
	height:21px;
	font-size:18px;
	color:rgba(88,89,90,1);
	line-height:21px;
	margin-top: 20px;
}
.contact .section2 .phone .icon{
	line-height: 80px;
}
.contact .section2 .code>div{
	display: inline-block;
	vertical-align: top;
}
.contact .section2 .code .title{
	font-size:20px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:30px;
}
.contact .section2>div>div{height: 330px;}
.contact .section2>div{height: 330px;}
.contact .section3{
	margin-top: 80px;
}
.contact .section3 .map{
	width: 100%;
	height: 500px;
	// background: url(../assets/img/Map_image.png) no-repeat center;
	background-size: cover;
	margin-top: 60px;
	position: relative;
}
.contact .section3 .text_area{
	position: absolute;
	top: 80px;
	left: 280px;
	width:240px;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 40px 6px rgba(222,222,223,1);
	border-radius:16px;
	padding: 40px;
	box-sizing: border-box;
}
.contact .section3 .point{
	position: absolute;
	top: 162px;
	left: 60%;
}
.contact .section3 .text_area .title{
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:36px;
}
.contact .section3 .text_area .addr{
	font-size:16px;
	color:rgba(35,36,39,1);
	line-height:32px;
	margin-top: 30px;
}
.contact .section4>div{
	width: 1180px;
	height: 440px;
	margin: 0 auto;
	position: relative;
}
.contact  .section4>div>div{
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 40px 6px rgba(83,132,255,0.12);
	border-radius:16px;
	position: absolute;
	top: 240px;
	left: 0;
}
.contact  .section4{margin-top: 20px;}
.contact  .section4 .demo_form {font-size: 0;padding: 20px;}
.contact .section4 .demo_form .form_item{
	width: 50%;
	display: inline-block;
	margin: 20px 0;
}
.contact  .section4 .demo_form .form_item input{
	width:400px;
	height:56px;
	border:1px solid rgba(219,219,219,1);
}
.contact  .section4 .demo_form .form_item .label{
	height:56px;
	width: 80px;
	font-size:16px;
	display: inline-block;
	color:rgba(88,89,90,1);
	line-height:56px;
	margin-right: 10px;
}
.contact  .section4 .demo_form .form_item .require{
	font-size:16px;
	color:rgba(239,135,13,1);
	line-height:56px;
	margin-right:3px ;
}
.contact  .section5{
	width: 100%;
	height: 566px;
	background:url('../assets/img/blue_bg (1).png') no-repeat center;
	background-size:cover;
	text-align:center;
	overflow: hidden;
}
.contact  .section5 .text{
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:28px;
}
.contact  .section5 .button{display: inline-block;}
.contact  .section5 .button>div{
	width:140px;
	height:44px;
	background:rgba(253,187,12,1);
	border-radius:24px;
	border:2px solid rgba(253,187,12,1);
	text-align: center;
}
.contact  .section5 .button>div>span{
	height:44px;
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:44px;
	display: block;
}
.news_center .section2 .tab_list{
	margin-top: 60px;
}
.news_center .tab_list .list_item{display: none;}
.news_center .tab_list .list_item.active{display: block;}
.news_center .tab_list .list_cnt .pictures{
	display: inline-block;
	vertical-align: top;
	width:240px;
	height:180px;
	overflow: hidden;
}
.news_center .tab_list .list_cnt .pictures img {
	border-radius:16px;
}
.news_center .tab_list .list_cnt .text_area{
	display: inline-block;
	vertical-align: top;
	width:675px;
	height:180px;
	text-align: left;
	margin: 0 30px;
}
.news_center .tab_list .list_cnt .goto{
	width: 112px;
	height: 160px;
	display: inline-block;
	vertical-align: top;
	line-height: 180px;
	border-left:1px solid #dbdbdb;
}
.news_center .tab_list .list_cnt>div:not(:first-child){
	margin-top: 40px;
}
.news_center .list_cnt .text_area .title{
	height:36px;
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:36px;
}
.news_center .list_cnt .text_area .info{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 20px;
}
.news_center .list_cnt .text_area .info span {
	overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    white-space:normal;
}
.news_center .list_cnt .text_area .time_view{margin-top: 20px;}
.news_center .list_cnt .text_area .time_view>div{
	display: inline-block;
	vertical-align: top;
}
.news_center .text_area .time_view span{
	margin-left: 10px;
}
.news_center .text_area .time_view .view{margin-left: 30px;}
.news_center .list_cnt  .goto>div{
	font-size:16px;
	color:rgba(6,57,186,1);
}
.news_center .list_cnt  .goto .icon_right{
	width: 6px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
	background: url(../assets/img/icon_right.svg) no-repeat center;
}
.news_center .list_item .page{margin-top: 40px;}
.news_center .page .prev{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.news_center_detail .section2 .back{text-align: left;}
.btn{
	width:120px;
	height:40px;
	font-size:16px;
	color:rgba(35,36,39,1);
	line-height:40px;
	display: inline-block;
	text-align: center;
	border:1px solid rgba(219,219,219,1) !important;
}
.news_center_detail .section2 .title{
	font-size:24px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:36px;
	margin: 40px 0;
}
.news_center_detail .section2 .time_view>div{
	display: inline-block;
	vertical-align: top;
}
.news_center_detail .section2 .time_view>div>span{margin-left: 5px;}
.news_center_detail .section2 .time_view .view{margin-left: 20px;}
.news_center_detail .section2 .segment{
	text-align: left;
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 20px;
}
.news_center_detail .section2 .pictures{
	margin-top: 20px;
}
.news_center_detail .section2>div>div{max-height: 1120px;overflow-y: auto;}
.news_center_detail .section2>div{max-height: 1120px;}
.news_center_detail .section2 p{
	text-align: left;
	padding:0 20px;
	margin-top: 20px;
	font-size: 16px;
    color: rgba(88,89,90,1);
    line-height: 28px;
}
.news_center_detail .section2 p img{margin: 10px 0;}
.news_center_detail .section2 .content{margin-top: 20px;}
.news_center_detail .section2 .title1{
	font-size:20px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:30px;
	margin-top: 20px;
	text-align: left;
}
.news_center_detail .section2 .des{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:24px;
	margin-top: 20px;
}
.news_center_detail .section3>div{
	width: 1180px;
	margin: 0 auto 100px;
}
.news_center_detail .section3 .others{position: relative;margin-top: 60px;}
.news_center_detail .section3 .others>div{
	display: inline-block;
	vertical-align: top;
}
.news_center_detail .section3 .others .prev{
	height: 240px;
	line-height: 240px;
	position: absolute;
	left: -20px;
	top: 0;
}
.news_center_detail .section3 .others .next{
	height: 240px;
	line-height: 240px;
	position: absolute;
	right: -20px;
	top: 0;
}
.news_center_detail .section3 .three_hug>div{
	width: 368px;
	display: inline-block;
	vertical-align: top;
}
.news_center_detail .section3 .three_hug>div:not(:first-child){
	margin-left: 30px;
}
.news_center_detail .section3 .three_hug .title{
	font-size:18px;
	font-weight:500;
	color:rgba(35,36,39,1);
	line-height:27px;
	margin-top: 20px;
}
.news_center_detail .section3 .three_hug .info{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 20px;
}
.partner .section2>div>div{max-height: 2600px;}
.partner .section2>div{height: auto;}
.partner .section2 .section_title{margin-top: 40px;}
.tab_title {border-bottom: 1px solid #213FC0;padding-bottom: 30px;}
.tab_title .title_item{
	width: 120px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.tab_title .title_item:not(:first-child){margin-left: 40px;}
.tab_title .title_item .titl_icon{
	height: 90px;
	line-height: 90px;
}
.partner .tab_cnt{font-size: 0;text-align: left;}
.partner .tab_cnt .pic_item{
	width:310px;
	height:440px;
	border-radius:16px;
	display: inline-block;
	border:1px solid rgba(219,219,219,1);
	margin-left: 40px;
	margin-top: 30px;
	overflow: hidden;
}
.partner .tab_cnt .pic_item:nth-child(3n+1){
	margin-left: 0;
}
.partner .tab_cnt .pic_item >div{
	line-height: 128px;
	text-align: center;
}
/*招聘样式*/
.recruit .section2>div>div{height: 180px;}
.recruit .section2>div{height: 180px;}
.recruit .section2 .form_item{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-align: center;
	margin-left: 40px;
	margin-top: 20px;
}
.recruit .section2 .form_item:nth-child(3n+1){margin-left: 0;}
.recruit .section2 .form_item .icon{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}
.recruit .section2 .form_item .input_block{
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
.recruit .section2 .form_item .input_block input{
	width:190px;
	height: 29px;
	outline: none;
	border: none;
	border-bottom:1px solid #dbdbdb;
}
.recruit .section2 .bigBtn{
	width:200px;
	height:180px;
	background:rgba(253,187,12,1);
	display: inline-block;
	vertical-align: top;
	font-size:24px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:180px;
	cursor: pointer;
}
.recruit .section3{margin-top: 60px;}
.recruit .section3>div{
	width: 1180px;
	margin: 0 auto;
}
.recruit .section3 .tab_left{
	display: inline-block;
	vertical-align: top;
	width:240px;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 40px 6px rgba(83,132,255,0.12);
	border-radius:8px;
	padding: 30px;
	box-sizing: border-box;
}
.recruit .section3 .tab_left .title_item{
	font-size:18px;
	color:rgba(35,36,39,1);
	line-height:27px;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}
.recruit .section3 .tab_left .title_item>span{margin-left: 10px;}
.recruit .section3 .tab_left .title_item:not(:first-child){
}
.recruit .section3 .tab_left .active{
	font-size:20px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	border-bottom: 1px solid rgb(253, 187, 12);
	line-height:30px;
}
.recruit .section3 .tab_left .active::after{
	content:"";
	width:48px;
	height:4px;
	position: absolute;
	bottom: -2px;
	left: -4px;
	z-index: 9;
	background:rgba(253,187,12,1);
}
.recruit .section3 .tab_cnt{
	display: inline-block;
	vertical-align: top;
	width: 900px;
	max-height: 700px;
	margin-left: 40px;
}
#recruitInfo tr:nth-child(1){
	width:900px;
	height:64px;
	background:rgba(6,57,186,1);
	border-radius:16px;
	overflow: hidden;
}
#recruitInfo{width:900px;text-align: left;}
#recruitInfo tr:nth-child(1)>th{
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:24px;
	padding:0 20px;
	box-sizing: border-box;
}
#recruitInfo tr>td{
	font-size:16px;
	color:rgba(88,89,90,1);
	line-height:24px;
}
#recruitInfo tr>td>span{
	padding: 20px 20px;
	display: block;
}
#recruitInfo .dropDown{
	color:rgba(6,57,186,1);
	cursor: pointer;
}
#recruitInfo .dropDown i{margin-left: 5px;}
.recruit .section3 .tab_cnt .page{text-align: center;margin-top: 60px;}
.recruit .section4{margin-top: 120px;overflow: hidden;}
.recruit .section4>div{
	width: 1180px;
	margin: 0 auto 100px;
}
.recruit .section4 .pic_show{
	display: inline-block;
	vertical-align: top;
	width: 680px;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}
.recruit .section4 .preView{
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin-left: 40px;
}
.recruit .section4 .control{
	text-align: right;
	height: 100px;
	line-height: 100px;
	margin-top: 60px;
}
.recruit .section4 .control>div{
	display: inline-block;
	vertical-align: top;
}
.recruit .section4 .pic_show .circle{
	width:600px;
	height:600px;
	border:1px solid rgba(219,219,219,1);
	border-radius: 300px;
}
.recruit .section4 .pic_show img{
	position: absolute;
	top: 130px;
	left: 0;
	width:680px;
	height: 420px;
}
.recruit .section4 .pic_list{
	overflow:hidden;
	text-align: left;
	margin-top: 60px;
}
.recruit .section4 .pic_list .cover_pic{
	height: 320px;
}
.recruit .section4 .pic_list .pic_item{
	display: inline-block;
	vertical-align: top;
}
.recruit .section4 .pic_list .pic_item:not(:first-child){
	margin-left: 40px;
}
.recruit .job_detail{
	width:inherit;
	display:block;
	overflow: hidden;
	text-align: left;
	padding:40px 20px;
	box-sizing: border-box;
}
.recruit .job_detail>div{width:inherit;display: block;}
.recruit .job_detail .name{
	font-size:30px;
	font-weight:500;
	color:rgba(35,36,39,1);
	line-height:45px;
}
.recruit .job_detail .dot{
	width:6px;
	height:6px;
	background:rgba(88,89,90,1);
	display: inline-block;
	border-radius: 3px;
	line-height:45px;
	margin: 0 10px;
}
.recruit .job_detail .salary{
	font-size:20px;
	font-weight:500;
	color:rgba(239,135,13,1);
	line-height:30px;
}
.recruit .job_detail .info>div{
	display: inline-block;
	vertical-align: top;
}
.recruit .job_detail .info>div:not(:first-child){
	margin-left: 10px;
}
.recruit .job_detail .text_area{
	
}
.recruit .job_detail .text_area .title{
	font-size:16px;
	color:rgba(35,36,39,1);
	line-height:24px;
	margin-top: 20px;
}
.recruit .job_detail .text_area .segment{
	font-size:14px;
	color:rgba(88,89,90,1);
	line-height:28px;
	margin-top: 10px;
}
.recruit .job_detail .text_area .segment>span{
	display: block;
}
.recruit .dropDown.active img{
	transform: rotate(180deg);
}

.life_container {
	width: 100%;
}
.life_container .life_wrapper {
	align-items: center;
	width: 100%;
	height: auto;
}
.life_container .life_wrapper .life_item {
	display: flex;
	align-items: center;
	height: 300px;
	width: 550px !important;
	overflow: hidden;
}
.life_container .life_wrapper .life_item img {
	width: 100%;
	// height: 100%;
}
.life_container .life_wrapper .swiper-slide-active {
	width: 700px !important;
	height: 380px;
	border-radius: 28px;
}

.about .top_tip,
.contact .section3 .section_title .top_tip {width: 72px; height: 6px; margin: 0 auto; background-color: #FDBB0C;}
.tab_title .title_item .active_icon {
    position: absolute;
    bottom: -31px;
    left: 50px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #213FC0;
    display: none;
}
.tab_title .title_item.active .active_icon {display: block;}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
	/* ----------------- 关于-公司简介 ----------------- */
	/* 第一部分 */
	.about .section1>div {width: 1170px;}
	.about .section1 .left_msg {margin-right: 40px;}
	.about .section1 .left_msg .title {font-size: 42px;}
	.about .section1 .right_pic {width: 370px;}
	.about .section1 .right_pic>img {width: 100%;}
	
	/* 第二部分 */
	.about .section2>div {width: 1100px;}
	.about .section2>div>div {width: 1100px;}
	.about .section2>div {height: 1020px;}
	.about .section2>div>div {height: 1020px;}
	.about .section2 .section_title .title>span {font-size: 33px;}
	.about .section2 .message {width: 980px;}
	.about .section2 .pictures>img {width: 100%;}
	
	/* 第三部分 */
	.about .section3 {height: 640px;}
	.about .section3 .section_title {margin-top: 90px;}
	.about .section3 .section_title .title>span {font-size: 34px;}
	.about .section3 .text_area .year {font-size: 30px;}
	.about .section3 .text_area .info>span {font-size: 15px;}
	.about .section3 .text_area {margin-top: 60px;}
	
	/* 第四部分 */
	.about .section4 {margin-top: 100px;}
	.about .section4>div {width: 1100px; margin: 0 auto 60px;}
	.about .section4 .text_area {width: 540px;}
	.about .section4 .section_title .title>span {font-size: 34px;}
	.about .section4 .text_area .title {font-size: 23px;}
	.about .section4 .text_area .info {font-size: 15px;}
	.about .section4 .pictures {width: 540px;}
	.about .section4 .pictures>img {width: 100%;}
	
	/* ----------------- 关于-新闻中心 ----------------- */
	/* 第一部分 */
	.news_center .section1>div,
	.news_center_detail .section1>div{width: 1100px;}
	
	.news_center .left_msg .title,
	.news_center_detail .left_msg .title {font-size: 42px;}
	
	.news_center .left_msg .info,
	.news_center_detail .left_msg .info	{font-size: 22px;}
	
	.news_center .section1 .right_pic,
	.news_center_detail .section1 .right_pic {width: 550px;}
		
	.news_center .section1 .right_pic>img,
	.news_center_detail .section1 .right_pic>img {width: 100%;}
	
	
	
	/* 第二部分 */
	.news_center .section2>div {width: 1100px;}
	.news_center .section2>div>div {width: 1100px;}
	.news_center .tab_list .list_cnt .pictures {width: 220px;}
	.news_center .tab_list .list_cnt .text_area {width: 600px;}
	.news_center .list_cnt .text_area .title {font-size: 22px;}
	.news_center .list_cnt .text_area .info {font-size: 15px;}
	
	/* ----------------- 关于-新闻中心详情 ----------------- */
	/* 第二部分 */
	.news_center_detail .section2>div {width: 1100px;}
	.news_center_detail .section2>div>div {width: 1100px;}
	.news_center_detail .section2 .title {font-size: 24px;margin: 30px 0;}
	
	/* 第三部分 */
	.news_center_detail .section3>div {width: 1100px;}
	.news_center_detail .section_title .title {margin: 18px 0;}
	.news_center_detail .section_title .title>span {font-size: 34px;}
	.news_center_detail .section3 .others {margin-top: 50px;}
	.news_center_detail .section3 .others>div {display: flex; justify-content: space-between;}
	.news_center_detail .section3 .three_hug>div {width: 340px;}
	.news_center_detail .section3 .three_hug>div .pictures {width: 340px;}
	.news_center_detail .section3 .three_hug>div .pictures img {width: 100%; }
	.news_center_detail .section3 .three_hug .title {margin-top: 16px; font-size: 17px;}
	.news_center_detail .section3 .three_hug .info {margin-top: 18px; font-size: 15px;}
	
	/* ----------------- 关于-人才招聘 ----------------- */
	/* 第一部分 */
	.recruit .section1>div {width: 1100px;}
	.recruit .left_msg .title {font-size: 42px;}
	.recruit .left_msg .info {font-size: 22px;}
	.recruit .section1 .right_pic {width: 460px;}
	.recruit .section1 .right_pic img {width: 100%;}
	
	/* 第二部分 */
	.recruit .section2>div {width: 1100px;}
	.recruit .section2>div>div {width: 1100px;}
	.recruit .section2>div>div>div:nth-child(1) {width: 900px !important;}
	.recruit .section2 .form_item {width: 230px;}
	.recruit .section2 .form_item .input_block input {width: 170px;}
	
	/* 第三部分 */
	.recruit .section3>div {width: 1100px;}
	.recruit .section3 .tab_left {width: 220px;}
	.recruit .section3 .tab_left .title_item {font-size: 16px; line-height: 26px;}
	.recruit .section3 .tab_left .active {font-size: 18px; line-height: 24px;}
	.recruit .section3 #recruitInfo tr:nth-child(1)>th {font-size: 15px; line-height: 24px;}
	.recruit .section3 #recruitInfo tr>td {font-size: 15px; line-height: 22px}
	.recruit .section3 .tab_cnt {width: 820px;}
	.recruit .section3 #recruitInfo {width: 820px;}
	
	/* ----------------- 关于-联系我们 ----------------- */
	/* 第一部分 */
	.contact .section1>div  {width: 1100px;}
	.contact .section1>div>div {width: 100%;}
	.contact .left_msg .title {font-size: 41px;}
	.contact .left_msg .info {font-size: 22px;}
	.contact .section1 .right_pic {width: 470px !important;}
	.contact .section1 .right_pic img {width: 100%;}
	
	/* 第二部分 */
	.contact .section2>div {width: 1060px; height: 300px;}
	.contact .section2>div>div {width: 1060px; height: 300px;}
	.contact .section2 .phone {width: 550px; text-align: left;}
	.contact .section2 .phone>div {width: 46%;}
	
	/* 第四部分 */
	.contact .section4>div {width: 1100px;}
	.contact .section4>div>div {top: 220px;} 
	.contact .section4 .section_title {padding-top: 16px;}
	.contact .section_title .title>span {font-size: 33px;}
	.contact .section4 .demo_form .form_item input {width: 376px;height: 52px;}
	
	/* ----------------- 关于-合作伙伴 ----------------- */
	/* 第一部分 */
	.partner .section1>div {width: 1100px;}
	.partner .left_msg .title {font-size: 42px;}
	.partner .section1 .right_pic {width: 470px;}
	.partner .section1 .right_pic img {width: 100%;}
	
	.partner .section2>div {width: 1100px;}
	.partner .section2>div>div {width: 1100px;}
}

@media screen and (max-width: 1199px) {
	/* ----------------- 关于-公司简介 ----------------- */
	/* 第一部分 */
	.about .section1>div {width: 1000px;}
	.about .section1 .left_msg {margin-right: 40px;}
	.about .left_msg .title {font-size: 38px;}
	.about .section1 .right_pic {width: 370px;}
	.about .section1 .right_pic>img {width: 100%;}
	
	
	/* 第二部分 */
	.about .section2>div {width: 1000px;}
	.about .section2>div>div {width: 1000px;}
	.about .section2>div {height: 1020px;}
	.about .section2>div>div {height: 1020px;}
	.about .section2 .segment {font-size: 15px;}
	.about .section2 .section_title .title>span {font-size: 33px;}
	.about .section2 .message {width: 906px;}
	.about .section2 .pictures>img {width: 100%;}
	
	/* 第三部分 */
	.about .section3 {height: 640px;}
	.about .section3 .section_title {margin-top: 90px;}
	.about .section3 .section_title .title>span {font-size: 34px;}
	.about .section3 .text_area .year {font-size: 30px;}
	.about .section3 .text_area .info>span {font-size: 15px;}
	.about .section3 .text_area {margin-top: 60px;}
	
	/* 第四部分 */
	.about .section4 {margin-top: 80px;}
	.about .section4>div {width: 1000px; margin: 0 auto 60px;}
	.about .section4 .text_area {width: 500px;}
	.about .section4 .section_title .title>span {font-size: 32px;}
	.about .section4 .text_area .title {font-size: 21px;}
	.about .section4 .text_area .info {font-size: 14px;}
	.about .section4 .pictures {width: 500px;}
	.about .section4 .pictures>img {width: 100%;}
	
	/* ----------------- 关于-新闻中心 ----------------- */
	/* 第一部分 */
	.news_center .section1>div, 
	.news_center_detail .section1>div {width: 1000px;}
	
	.news_center .left_msg .title,
	.news_center_detail .left_msg .title {font-size: 40px;}
	
	.news_center .left_msg .info,
	.news_center_detail .left_msg .info {font-size: 20px;}
	
	.news_center .section1 .right_pic,
	.news_center_detail .section1 .right_pic {width: 500px;}
	
	.news_center .section1 .right_pic>img,
	.news_center_detail .section1 .right_pic>img {width: 100%;}
	
	
	/* 第二部分 */
	.news_center .section2>div {width: 1000px;}
	.news_center .section2>div>div {width: 1000px;}
	.news_center .tab_list .list_cnt .pictures {width: 200px;}
	.news_center .tab_list .list_cnt .text_area {width: 520px;}
	.news_center .list_cnt .text_area .title {font-size: 20px;}
	.news_center .list_cnt .text_area .info {font-size: 14px;}
	
	/* ----------------- 关于-新闻中心详情 ----------------- */
	/* 第二部分 */
	.news_center_detail .section2>div {width: 1000px;} 
	.news_center_detail .section2>div>div {width: 1000px;}
	.news_center_detail .section2 .title {font-size: 23px;margin: 26px 0;}
	
	/* 第三部分 */
	.news_center_detail .section3>div {width: 1000px;}
	.news_center_detail .section_title .title {margin: 16px 0;}
	.news_center_detail .section_title .title>span {font-size: 32px;}
	.news_center_detail .section3 .others {margin-top: 40px;}
	.news_center_detail .section3 .others>div {display: flex; justify-content: space-between;}
	.news_center_detail .section3 .three_hug>div {width: 310px;}
	.news_center_detail .section3 .three_hug>div .pictures {width: 310px;}
	.news_center_detail .section3 .three_hug>div .pictures img {width: 100%; }
	.news_center_detail .section3 .three_hug .title {margin-top: 14px; font-size: 16px;}
	.news_center_detail .section3 .three_hug .info {margin-top: 12px; font-size: 14px;}
	
	/* ----------------- 关于-人才招聘 ----------------- */
	/* 第一部分 */
	.recruit .section1>div {width: 1000px;}
	.recruit .left_msg .title {font-size: 39px;}
	.recruit .left_msg .info {font-size: 20px;}
	.recruit .section1 .right_pic {width: 420px;}
	.recruit .section1 .right_pic img {width: 100%;}
	
	/* 第二部分 */
	.recruit .section2>div {width: 1000px;}
	.recruit .section2>div>div {width: 1000px;}
	.recruit .section2>div>div>div:nth-child(1) {width: 800px !important;}
	.recruit .section2 .form_item {width: 210px;}
	.recruit .section2 .form_item .input_block input {width: 160px;}
	
	/* 第三部分 */
	.recruit .section3>div {width: 1000px;}
	.recruit .section3 .tab_left {width: 200px;}
	.recruit .section3 .tab_left .title_item {font-size: 16px; line-height: 26px;}
	.recruit .section3 .tab_left .active {font-size: 18px; line-height: 24px;}
	.recruit .section3 #recruitInfo tr:nth-child(1)>th {font-size: 15px; line-height: 24px;}
	.recruit .section3 #recruitInfo tr>td {font-size: 15px; line-height: 22px}
	.recruit .section3 .tab_cnt {width: 760px;}
	.recruit .section3 #recruitInfo {width: 760px;}
	
	/* ----------------- 关于-联系我们 ----------------- */
	/* 第一部分 */
	.contact .section1>div  {width: 1000px;}
	.contact .section1>div>div {width: 100%;}
	.contact .left_msg .title {font-size: 38px;}
	.contact .left_msg .info {font-size: 20px;}
	.contact .section1 .right_pic {width: 440px !important;}
	.contact .section1 .right_pic img {width: 100%;}
	
	/* 第二部分 */
	.contact .section2>div {width: 1000px; height: 250px;}
	.contact .section2>div>div {width: 1000px; height: 250px; padding: 0;}
	.contact .section2 .phone {width: 550px; text-align: left; padding-top: 10px;}
	.contact .section2 .phone>div {width: 45%;}
	.contact .section2 .code {padding: 36px 0;}
	.contact .section2 .code>div:nth-child(2) {margin-left: 80px !important;}
	
	/* 第四部分 */
	.contact .section4>div {width: 1000px;}
	.contact .section4>div>div {top: 180px;} 
	.contact .section4 .section_title {padding-top: 16px;}
	.contact .section_title .title>span {font-size: 31px;}
	.contact .section4 .demo_form .form_item input {width: 366px;height: 50px;}
	
	/* ----------------- 关于-合作伙伴 ----------------- */
	/* 第一部分 */
	.partner .section1>div {width: 1000px;}
	.partner .left_msg .title {font-size: 40px;}
	.partner .section1 .right_pic {width: 400px;}
	.partner .section1 .right_pic img {width: 100%;}
	
	/* 第二部分 */
	.partner .section2>div {width: 1000px;}
	.partner .section2>div>div {width: 1000px;}
	.partner .section2>div>div>div:nth-child(2) {width: 922px !important;}
	.partner .tab_title .title_item {width: 118px;}
	.partner .tab_title .title_item:not(:first-child) {margin-left: 30px;}
	.partner .tab_cnt .pic_item {width: 280px;height: 410px;}
	.partner .section2 .section_title {margin-top: 20px;}
	.partner .section_title .title>span {font-size: 34px;}
}