.banner{
	width: 100%;
	min-width:1200px;
	height: 700px;
}
.banner img{
	width: 100%;
	height: 700px;
}

.swiper-banner{height: 700px;}
.swiper-banner .swiper-slide{background-size:cover;background-repeat: no-repeat;background-position: center;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.banner .swiper-pagination-bullet{
	background: #ddd;
	width: 12px;
	height: 12px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}

/* 轮播箭头图片修改 */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../img/jtly.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../img/jtzl.png);
}

/* 企业文化 */
.index_corporate{
	width: 100%;
	height: 456px;
	background: #fff;
}
.index_corporate_main{
	width: 1200px;
	height: 456px;
	margin: 0 auto;
	overflow: hidden;
}
.index_main_title p{
	text-align: center;
	line-height:1;
}
.index_main_title p:nth-child(1){
	font-size: 50px;
	margin-top: 60px;
}
.index_main_title p:nth-child(2){
	font-size: 24px;
	color: #8C8C8C;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top: 15px;
}
.index_main_title p:nth-child(3){
	width:40px;
	height:6px;
	background:rgba(34,105,187,1);
	border:1px solid rgba(34,105,187,1);
	border-radius:3px;
	margin: 12px auto 0 auto;
}
.index_lists{
	overflow: hidden;
	margin-top: 50px;
}
.index_lists li{
	float: left;
	width: 25%;
	text-align: center;
}
.index_lists li img{
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
}
.index_lists li p{
	line-height:1;
}
.index_lists li p:nth-child(2){
	font-size:18px;
	color: #333;
	font-weight: bold;
	margin-top: 34px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height:24px;
}
.index_lists li p:nth-child(2):after{
	content: '—';
	margin-left:10px;
}
.index_lists li p:nth-child(2):before{
	content: '—';
	margin-right:10px;
}
.index_lists li p:nth-child(3){
	font-size: 16px;
	color: #4D4D4D;
	margin-top: 18px;
}

/* 产品介绍 */
.index_product{
	width: 100%;
	height: 726px;
	background:#eee url(../img/chanpin_bg.png) no-repeat left;
	background-size: 100% 100%;
	overflow: hidden;
}
.index_product_main{
	width:1200px;
	margin: 0 auto;
}
.product_lists{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
}
.product_lists li{
	width: 350px;
	height: 360px;
	background: #fff;
	box-shadow:3px 4px 9px 0px rgba(218,218,218,0.44);
	border-radius:10px;
	float: left;
	margin: 0 44px;
}
.product_lists img{
	width: 100%;
	height: 230px;
	display: block;
}
.product_lists p{
	text-align: center;
	font-size: 20px;
}
.product_lists p:nth-child(2){
	color: #222;
	margin-top: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product_lists p:nth-child(3) , .product_lists p:nth-child(3)>a{
	display: block;
	width: 110px;
	height: 35px;
	font-size: 14px;
	background: #2269BB;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin: 28px auto 0 auto;
}

/* 公司介绍 */
.index_company{
	width: 100%;
	height: 525px;
	background: #fff;
}
.index_company_main{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	padding-top: 58px;
}
.index_company_main .swiper-slide{
	padding:0 100px;
	overflow: hidden;
}
.index_company_main img{
	width: 340px;
	height: 400px;
	float: left;
}
.introduce{
	width: 600px;
	float: right;
}
.introduce p:nth-child(1){margin:20px;}
.introduce_text{
	height: 162px;
	color: #828282;
	font-size: 14px;
	line-height:26px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-indent:40px;
}
.introduce>p , .introduce>p>a{
	display: block;
	font-size: 14px;
	color: #fff;
	background: #2269BB;
	width: 200px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin: 26px auto 0 auto;
}

/* 新闻动态 */
.index_news{
	width: 100%;
	height: 613px;
	background:#eee url(../img/chanpin_bg.png) no-repeat top left;
	background-size: 100% 100%;
}
.index_news_main{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.swiper-news{
	width: 1000px;
	/* 	padding: 0 100px; */
	margin: 0 auto;
	margin-top: 60px;
}
.index_news_main .swiper-button-next, .index_news_main .swiper-button-prev{top: 62%;outline: none;}
.swiper-news .swiper-slide{
	width: 300px!important;
	height: 300px;
	background: #fff;
	box-shadow:3px 4px 9px 0px rgba(218,218,218,0.44);
	border-radius:10px;
}
.swiper-news .swiper-slide img{
	width: 100%;
	height: 197px;
	display: block;
}
.swiper-news .swiper-slide p:nth-child(2){
	color: #292929;
	font-size: 14px;
	padding: 0 25px;
	line-height: 20px;
	margin-top: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.swiper-news .swiper-slide p:nth-child(3) {margin: 12px 0 0 28px;}
.swiper-news .swiper-slide p:nth-child(3) , .swiper-news .swiper-slide p:nth-child(3)>a{
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 30px;
	width: 90px;
	height: 30px;
	text-align: center;
	background: #2269BB;
}

/* footer */
.footer{
	width: 100%;
}
.footer_top{
	width: 100%;
	height: 44px;
	background: #E6EBF1;
}
.footer_copyright{
	width: 1200px;
	margin: 0 auto;
	line-height: 44px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	font-size: 12px;
	color: #646464;
	padding: 0 100px;
}
.footer_bottom{
	width: 100%;
	padding: 32px 0 50px 0;
	background:linear-gradient(0deg,rgba(4,43,87,1),rgba(3,57,117,1));
	background:-webkit-linear-gradient(0deg,rgba(4,43,87,1),rgba(3,57,117,1));
}
.footer_link{
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.footer_link li a{
	display: block;
	color: #FDFBFB;
	font-size: 16px;
	opacity: 0.8;
	line-height:34px;
}
.footer_link li a:nth-child(1){
	opacity: 1;
	font-size: 24px;
}

/* 鼠标滑过图片动画 */
.img_fangda{
	width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.index_news .img_fangda{height:197px; }
.img_fangda img{
	cursor: pointer;/*鼠标变成手指样式*/
	transition: all 0.6s;
}
.img_fangda img:hover{
	transform: scale(1.2);
}

/* 产品页面 */
.product_top{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #E6E6E6;
}
.product_top p{
	width: 1200px;
	margin: 0 auto;
	font-size: 18px;
}
.product_top i{
	margin: 0 10px;
}

/* 菜单 */
.product_menu{
	width: 100%;
	height: 100px;
	background: #fff;
	position: relative;
}
.product_menu_lists{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.product_menu_lists>li{
	float: left;
	width: 50%;
	height: 90px;
	text-align: center;
	line-height: 90px;
	color: #4D4D4D;
	font-size: 18px;
	cursor: pointer;
}
.product_menu_lists>li>a{
	display:block;
	width:100%;
	height:100%;
}
.product_menu_lists>li.active{
	background: #2269BB;
	color: #fff;
}


/* 产品列表 */
.product_items{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 55px;
}
.product_items_lists{
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.product_items_lists li{
	width: 350px;
	height: 360px;
	background: #fff;
	box-shadow:3px 4px 9px 0px rgba(218,218,218,0.44);
	border-radius:10px;
	margin:25px 75px 0 0;
}
.product_items_lists li:nth-child(3n){
	margin-right: 0;
}
.product_items_lists img{
	width: 100%;
	height: 230px;
	display: block;
}
.product_items_lists p{
	text-align: center;
	font-size: 20px;
}
.product_items_lists p:nth-child(2){
	color: #222;
	margin-top: 25px;
}
.product_items_lists p:nth-child(3) , .product_items_lists p:nth-child(3)>a{
	display: block;
	width: 110px;
	height: 35px;
	font-size: 14px;
	background: #2269BB;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin: 28px auto 0 auto;
}
.product_select{
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #F0F0F0;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 10;
	transition: all 0.2s;
	display: none;
}
.product_select_lists{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-transform:uppercase;
	line-height: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.product_select_lists li{
	font-size: 24px;
	text-align: center;
	margin-right:10px;
}
.select_two .product_select_lists li{
	width: 33.3%;
	font-size: 28px;
	text-align: center;
	margin-right: 0;
}
.select_two ul{overflow: hidden;margin-bottom: 40px;}
.select_two li{line-height: 30px;}
.select_two li a:nth-child(1){
	font-size: 24px;
	color: #333;
	margin: 35px 0 10px 0;
}
.select_two li a{
	display: block;
	font-size: 16px;
	color: #737373;
	text-align: left;
}
/* 产品详情 */
.product_details{
	width:1200px;
	margin: 30px auto 70px auto;
	background:rgba(255,255,255,1);
	box-shadow:5px 9px 20px 0px rgba(2,39,83,0.2);
	border-radius:20px;
	padding: 30px 50px 50px 50px;
}
.product_img{
	width: 550px;
	display: block;
	margin: 0 auto;
}
.product_infor{
	font-size: 22px;
	margin-top:50px;
}
.product_infor li{
	margin-bottom: 30px;
	overflow: hidden;
}
.product_infor li span{
	float: left;
}
.product_infor li table{
	float: left;
}
.product_infor li table td , .product_infor li table th{
	padding: 2px 10px;
	text-align: center;
}
.product_btn{
	width:400px;
	height:80px;
	background:rgba(69,137,216,1);
	border-radius:10px;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
	margin: 50px auto 0 auto;
}
.product_btn>a{
	width:400px;
	height:80px;
	display: block;
	color: #fff;
}

/* 新闻动态页面 */
.news{
	width: 1200px;
	background:rgba(255,255,255,1);
	box-shadow:5px 9px 20px 0px rgba(2,39,83,0.2);
	border-radius:20px;
	padding: 30px;
	padding-top: 0;
	margin: 30px auto 55px auto;
	overflow: hidden;
}
.news_lists{
	width: 100%;
	height: 390px;
	border-bottom: 1px solid #C2C2C2;
	padding: 30px 0;
}
.news_img , .news_img img{
	width: 500px;
	height: 330px;
	display: block;
	float: left;
}
.news_infor{
	width: 600px;
	height: 330px;
	float: right;
}
.news_infor_time{
	font-size: 20px;
	color: #7E7E7E;
}
.news_infor_title{
	font-size: 30px;
	margin-top: 10px;
}
.news_infor_text{
	font-size: 16px;
	line-height:26px;
	height: 126px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-top: 30px;
}
.news_infor_link , .news_infor_link>a{
	width:109px;
	height:35px;
	background:rgba(34,105,187,1);
	font-size: 14px;
	text-align: center;
	line-height:35px;
	color: #fff;
	margin-top: 45px;
	display: block;
}

/* 新闻内容页面 */
.news_details_title{
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
	line-height: 1;
}
.news_details_time{
	color: #7E7E7E;
	font-size: 20px;
	text-align: center;
	margin-top: 12px;
	line-height: 1;
}
.news_infor_time,.news_infor_title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_details_img{
	width: 500px;
	display: block;
	margin: 45px auto 30px auto;
}
.news_details_text p{
	color: #4D4D4D;
	font-size: 18px;
	text-indent: 36px;
	line-height: 28px;
}

/* 公司介绍页面 */
.about_item{
	width: 1200px;
	background:rgba(255,255,255,1);
	box-shadow:5px 9px 20px 0px rgba(2,39,83,0.2);
	border-radius:20px;
	/* padding: 50px 30px; */
	margin: 30px auto 50px auto;
	overflow: hidden;
	padding-bottom: 50px;
	display: none;
}
/* 公司介绍 公司介绍 */
.about_company_quanbu{
	overflow: hidden;
	padding:0 120px 0 90px;
	margin-top: 50px;
}
.company_name{
	font-size: 26px;
	color: #317FD8;
	font-weight: bold;
	height: 90px;
	background: url(../img/angle_blue.png) no-repeat left top;
	background-size: 50px 50px;
	line-height: 90px;
	padding-left: 40px;
}
.about_company_quanbu p{
	text-indent: 44px;
	font-size: 22px;
	line-height: 45px;
	word-wrap: break-word
}
.company_img{
	width: 360px;
	float: right;
	display: block;
	padding: 10px;
	background: #fff;
}
.about_company_beijing{
	background: #2269BB;
	overflow: hidden;
	padding: 40px 80px 40px 100px;
	margin-top: 50px;
}
.about_company_beijing .company_img{
	float: left;
}
.company_beijing_infor{
	float: right;
	width: 610px;
}
.company_beijing_infor .company_name{
	background: url(../img/angle_white.png) no-repeat left top;
	background-size: 50px 50px;
	color: #fff;
}
.company_beijing_infor p{
	font-size: 20px;
	color: #E4F1FF;
	line-height: 50px;
}
.about_company_quanbu .company_img{
	margin-top: 16px;
}

/* 公司介绍 公司理念 */
.linian{padding: 30px 50px;}
.linian img{
	display: block;
	width: 1100px;
}

/* 公司介绍 资质荣誉 */
.rongyu_img{
	width: 670px;
	margin:30px auto;
}
.rongyu_img img{
	width: 240px;
}
.rongyu_img img:nth-child(2){
	float: right;
}
.rongyu p{
	width: 671px;
	font-size: 22px;
	margin: 0 auto;
	line-height: 50px;
}

/* 公司介绍 总经理致辞 */
.jingli img{
	width: 410px;
	height: 310px;
	display: block;
	margin: 40px auto 30px auto;
}
.jingli p{
	padding: 0 60px 0 100px;
	font-size: 20px;
	line-height: 30px;
}
.jingli p:nth-child(3){
	text-indent:40px;
	margin-bottom: 30px;
}

/* 人力资源页面 */
.human{
	width: 1200px;
	margin: 30px auto 50px auto;
}
.human_items{display: none;}
/* 人力资源页面 人力资源招聘 */
.human_items_lists{
	padding: 40px 50px;
	background:rgba(255,255,255,1);
	box-shadow:5px 9px 20px 0px rgba(2,39,83,0.2);
	border-radius:20px;
	margin-bottom: 30px;
}
.human_items_lists_job{
	overflow: hidden;
}
.human_items_lists_job span{
	border:1px solid rgba(34,105,187,1);
	font-size: 30px;
	line-height:40px;
	color: #2269BB;
	float: left;
	padding: 0 10px;
}
.lists_job_email{
	font-size: 16px;
	color: #808080;
	margin: 6px 0 18px 0;
}
.lists_job_require{
	font-size: 22px;
	color: #4D4D4D;
	margin:5px 0;
}
.lists_job_require span{
	color: #333;
}
.lists_job_require span::before{
	content: '/';
	margin-right: 10px;
}
.lists_job_li li{
	color: #4D4D4D;
	font-size: 20px;
	line-height:30px;
}
.lists_job_li{list-style-type:none;counter-reset:sectioncounter;}  
.lists_job_li li:before {  
    content:counter(sectioncounter) "、";   
    counter-increment:sectioncounter;  
}

/* 人力资源页面 人力资源子项 */
.human_children{
	width: 1200px;
	background:rgba(255,255,255,1);
	box-shadow:5px 9px 20px 0px rgba(2,39,83,0.2);
	border-radius:20px;
	padding: 50px;
}
.human_children_title{
	font-size: 30px;
	color: #2269BB;
	text-align: center;
	line-height: 1;
}
.human_children_req{
	font-size: 22px;
	color: #4D4D4D;
	text-indent: 44px;
	line-height: 34px;
	margin-top: 20px;
}
.human_children_lists{
	margin-top: 26px;
	font-size: 22px;
}
.human_children_lists span{
	color: #333;
}
.human_children_ul li{
	color: #4D4D4D;
	line-height:26px;
}

/* 联系方式 */
.contact{
	width: 1200px;
	background:rgba(255,255,255,1);
	box-shadow:5px 9px 20px 0px rgba(2,39,83,0.2);
	border-radius:20px;
	margin: 30px auto 50px auto;
	padding: 45px 80px;
}
.contact_gs{
	width: 100%;
	overflow: hidden;
}
.contact_gs p{
	color: #2269BB;
	font-size: 30px;
	line-height: 1;
}
.contact_gs_ul{
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.contact_gs_ul li{
	padding: 0 20px 0 50px;
}
.contact_gs_lists{
	width: 46%;
	float: left;
	line-height: 50px;
}
.contact_gs_lists span{
	float: right;
}
.contact_gs_bot .contact_gs_lists li:nth-child(1){
	font-size: 30px;
	color: #2269BB;
	padding: 0;
}

.wyInput {
  width: 300px;
  margin: 20px auto;
  padding: 10px 10px;
  background: #EEE4D8;
  border-radius: 5px;
  border: 1px solid #B4B3AE;
  position: relative;
  text-id
}
.wyInput .wyinput-group {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.wyInput .wyinput-group input {
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #B4B3AE;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 5px;
}
.wyInput .wyinput-group a {
  float: left;
  width: 20%;
  background: #219FB6;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wyInput .wyinput-group a:hover {
  background: #35ACC1;
}
.wyInput .wyinput-drop {
  position: absolute;
  top: 40px;
  z-index: 1000;
  background: #F2F2F2;
  border: 1px solid #EEE4D8;
  border-top-color: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 5px;
}
.wyInput .wyinput-drop p a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block;
}
.wyInput .wyinput-drop p a:hover {
  color: #fff;
  background: #35ACC1;
}


