﻿@charset "utf-8";
/*通用样式*/
.lf{float:left;}
.rt{float:right}
.after:after{
	content:'';
	display: block;
	clear: both;
}
.before:before{
	content:"";
	display: table;
}
.hide{
	display: none;
}


.cover{
	position: absolute;
	z-index: 1;
	bottom: -1px;
}
@media screen and (max-width: 767px) {
	.advantage{
		margin-top: -30px;
	}
	.adv_img1{
		margin-top: 20px;
	}
	.adv_img1 img{
		width: 90px;
	}
	.adv_img2{
		margin-top: 20px;
	}
	.advantage{
		padding: 0 20px 50px;
		margin-bottom: 40px;
	}
	
}
@media screen and (min-width: 768px) {
	.advantage{
		margin-top: 80px;
		padding: 0 20px 90px;
	}
	.adv_img2{
		margin-top: 30px;
	}
}
@media screen and (min-width: 992px) {
	.advantage{
		margin-top: 60px;
	}
}
@media screen and (min-width: 1200px) {
	.advantage{
		margin-top: 40px;
	}
}
/*banner轮播css结束*/
.advantage{
	background: url(../images/back.jpg) center bottom no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 2;
}
.advantage>div{
	text-align: center;
}

/*产品中心*/
.product{
	background: url(../images/yzy_icon_3.jpg);
}
.pro_title{
	text-align: center;
}
.pro_title h1{
	color: #3A6FA5;
	font-size: 34px;
	
}
.pro_title span{
	color: #A6BBCF;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0;
	display: inline-block;
}
.pro_title:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/yzy_icon_2.png) center no-repeat;
	margin: 0 auto;
}
.pro_text{
	text-align: center;
	line-height: 24px;
	color: #7C7C7C;
	max-width: 1200px;
	margin:30px auto 60px;
}
.pro_list{
	margin:0 auto;
}
.pro_list li{
	float: left;
	width: 30%;
	position: relative;
	margin:0 4% 20px 0;
	cursor: pointer;
}
.pro_list li:nth-child(3n){
	margin-right: 0;
}
.pro_item{
	/*padding: 20px;*/
	background: #fff url(../images/yzy_pic_2.jpg) center bottom no-repeat;
	background-size: contain;
	/*height: 330px;*/
}
/*.pro_left{
	width:128px;
	height: 81px;
	position: relative;
}
.pro_left img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}*/
.pro_center{
	/*width: 242px;
	height: 254px;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.pro_center img{
	/*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;*/
    width: 100%;
}
@media screen and (min-width: 768px) {
	.pro_list{
		width: 750px;
		margin-top:-540px;
	}
	.product{
		padding: 50px 20px 520px;
	}
	/*.pro_center img{
	    max-width: 50%;
	    max-height: 50%;
	}*/
	.more{
		margin:40px 0 60px;
	}
}
@media screen and (min-width: 992px) {
	.pro_list{
		width: 950px;
		margin-top:-540px;
	}
	/*.pro_center img{
	    max-width: 50%;
	    max-height: 50%;
	}*/
	.product{
		padding: 70px 20px 540px;
	}
	.more{
		margin:100px 0;
	}
}
@media screen and (min-width: 1200px) {
	.pro_list{
		width: 1200px;
		margin-top:-540px;
	}
	/*.pro_center img{
	    max-width: 100%;
	    max-height: 100%;
	}*/
	.product{
		padding: 70px 20px 600px;
	}
}
/*mask*/
.pro_mask{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(5,53,112,.6);
	padding:27px 29px;
}
.pro_detail{
	width: 100%;
	height: 100%;
	border:1px solid #E2EAF2;
}
.pro_txt{
	/*font-size: 20px*/
	font-size:16px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	padding: 0 40px;
}
    .pro_txt span {
        font-size: 14px;
    position: relative;
    top: -3px;
    }
.check_detail{
	text-align: center;
	/*margin-top:35px;*/
	margin-top:10px;
	position: relative;
}
.check_detail a{
	padding: 12px 26px;
	display: inline-block;
	font-size: 16px;
	background-color: #fff;
	color: #29649F;
}
.pro_position{
	width: 100%;
	position: absolute;
    top: 50%;
    left: 0;
    /*margin-top: -80px;*/
    margin-top: -67px;
}
/*按钮more*/
.more a{ 
	width: 182px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	display: block;
	color: #29649F;
	border:1px solid #29649F;
	margin:0 auto;
}
.partners .pro_title:after{
	width: 32px;
	height: 28px;
	background: url(../images/yzy_icon_4.png) center no-repeat;
}
.partners {
	margin-bottom: 40px;
	background-color: #F6F6F6;
	
}
.part_list{
	display: initial;
	display: -ms-flexbox;
	justify-content: space-between;
    display:table;
}
.part_list li{
	margin-bottom:20px;
	overflow: hidden;
	float:left;
	margin-right: 15px;	
}
.part_list li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.part_list li img{
	/*width:100%;*/
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (min-width: 768px) {
	.part_list{
		width:750px;	
	}
	.part_list li{
		width:135px;
		height: 74px;	
	}
	.partners {
		padding:34px 0 30px;
	}
	.part_list{
		margin:30px auto 0;
	}
	.new_item ul li{
		margin-left: 20px;
	}
	.company{
		padding: 20px 0;
	}
	.about_title{
		margin-bottom: 24px;
	}
	.about_title:after{
		margin-top:16px;
	}
	.about_title span:first-child{
		font-size: 22px;
	}
	.about_margin{
		margin: 30px auto;
	}
}
@media screen and (min-width: 992px) {
	.part_list{
		width:950px;	
	}
	.part_list li{
		width:175px;
		height: 96px;	
	}
	.partners {
		padding:34px 0 40px;
	}
	.part_list{
		margin:40px auto 0;
	}
	.new_item ul li{
		margin-left: 50px;
	}
	.company{
		padding: 30px 0;
	}
	.about_title{
		margin-bottom: 30px;
	}
	.about_title:after{
		margin-top:26px;
	}
	.about_title span:first-child{
		font-size: 24px;
	}
}
@media screen and (min-width: 1200px) {
	.part_list{
		width:1200px;	
	}
	.part_list li{
		width:225px;
		height: 124px;	
	}
	.new_item ul li{
		margin-left: 60px;
	}
	.company{
		padding: 50px 0;
	}
	.about_title{
		margin-bottom: 40px;
	}
	.about_margin{
		margin: 50px auto;
	}
	.about_us{
		margin-left: auto;
		margin-right: auto;
	}
}

/*关于我们*/
.banner_us{
	padding-top:90px;
}
.new_item{
	float: right;
}
.new_item ul li{
	float: left;
	padding: 0 13px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.new_item ul li a{
	font-size: 14px;
	color: #4a4a4a;
	
}
.new_item ul li.on{
	border-color:#28649f;
}
.new_item ul li.on a{
	color: #28649f;
}
.wraps_{
	display: inline-block;
}

/*公司介绍/企业文化/国际合作/加入我们*/
@media screen and (max-width: 767px) {
	.banner_us{
		padding-top:0;
	}
	.about_us{
		padding: 0 20px;
	}
	.new_item ul{
		display: flex;
		justify-content: space-between;
		font-size: 12px;
	}
	.new_item ul li{
		margin-left: 0;
	}
	.new_item{
		float: none;
	}
	.new_item ul li{
		padding: 0 5px;
	}
	.breadcrumbs{
		min-height: 40px;
		line-height: 40px;
	}
	.company{
		padding: 20px 0;
	}
	.about_title{
		margin-bottom: 14px;
	}
	.about_title:after{
		margin-top:8px;
	}
	.about_title span:first-child{
		font-size:18px;
	}
	.com_text{
		font-size: 14px;
		line-height: 26px;
	}
	.about_margin{
		margin: 15px auto;
	}
	.join_title{
		line-height: 40px;
		height:40px;
	}
	.join_title em{
		width:14px;
		height: 7px;
		background:url(../images/yzy_icon_6.png) center no-repeat;
		background-size: 14px 7px;
		margin-top: 18px;
	}
	.join_job img{
		margin-right: 12px;
		width:20px;
		height: 20px;
	}
	.join_job{
		font-size: 14px;
	}
	.join a{
		height: 27px;
		line-height: 27px;
		width: 80px;
		font-size: 12px;
	}
	.join{
		margin-right: 15px;
	}
	.join_detail p{
		font-size: 16px;
	}
	.join_detail div {
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}
	.join_detail{
		padding:20px 10px 0;
	}
	.recruit li{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.about_us{
		padding: 0 50px;
	}
	.com_text{
		font-size: 16px;
		line-height: 32px;
	}
	.join_title{
		line-height: 60px;
		height:60px;
	}
	.join_title em{
		width:18px;
		height: 9px;
		background:url(../images/yzy_icon_6.png) center no-repeat;
		background-size: 18px 9px;
		margin-top: 26px;
	}
	.join_job img{
		margin-right: 20px;
		width:30px;
		height: 30px;
	}
	.join_job{
		font-size: 20px;
	}
	.join a{
		height: 32px;
		line-height: 32px;
		width: 100px;
		font-size: 14px;
	}
	.join{
		margin-right: 30px;
	}
	.join_detail p{
		font-size: 18px;
	}
	.join_detail div{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.join_detail{
		padding:30px;
	}
	.recruit li{
		margin-bottom: 26px;
	}
}
.about_us{
	max-width: 1200px;
}
.company{
	background:#FCFCFC url(../images/yzy_back_1.png) center no-repeat;
}
.about_title{
	border-bottom: 1px solid #F6F6F6;
}
.about_title span:first-child{
	color: #3E3E3E;
}
.about_title span:first-child em{
	color: #F1AC35;
	font-style: normal;
}
.about_title:after{
	content: '';
	display: block;
	width: 33px;
	border-top:2px solid #024D84;
}
.about_title span+span{
	text-transform: uppercase;
}
/*加入我们*/
.join_title{
	
	border-bottom: 1px solid #EDEDED;
}
@media screen and (min-width: 992px) {
	.join_title{
		line-height: 70px;
		height: 70px;
	}
	.join_title em{
		width:25px;
		height: 13px;
		background:url(../images/yzy_icon_6.png) center no-repeat;
		background-size: 25px 13px;
		margin-top: 30px;
	}
	.join_job img{
		margin-right: 30px;
		width:50px;
		height: 50px;
	}
	.join a{
		height: 40px;
		line-height: 40px;
		width: 114px;
		font-size: 16px;
	}
	.recruit li{
		margin-bottom: 36px;
	}
}
@media screen and (min-width: 1200px) {
	.join_title{
		line-height: 98px;
		height: 98px;
	}
	.join_title em{
		margin-top:44px;
	}
	
}

.join_title{
	padding: 0 15px;
	background: #F9F9F9;
}
.join_job{
	float: left;
}
.join{
	float: right;
}
.join a{
	background-color: #31669C;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.join_detail p{
	color: #232323;
	margin-bottom: 6px;
}
.join_detail div{
	color: #888;
}
.join_detail{
	/*display: none;*/
}

.join_title em{
	float: right;
	display: inline-block;
}
.join_title em.on{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transition: transform .5s;
}
.join_title em{
	cursor: pointer;
	transform: rotate(0);
	-ms-transform: rotate(0);
	transition: transform .5s;
}
/*弹窗*/
.mask{
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.7);
	position: fixed;
	top:0;
	z-index: 999;
	display: none;
}
.online{
	width: 500px;
	max-height: 590px;
	background-color: #fff;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.onl_title{
	line-height: 60px;
	background-color: #31669C;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
}
.close{
	float: right;
	width: 14px;
	height: 14px;
	background: url(../images/yzy_icon_7.png) center no-repeat;
	background-size: 14px 14px;
	margin-top: 22px;
	opacity: .5;
}
.close:hover{
	opacity: .8;
}
.professor{
	font-size: 18px;
	padding: 20px 0;
}
.professor span{
	color: #31669C;
}
.informate{
	padding: 0 24px;
}
.infor .form-group,
.infor .form-group .form-control{
	width:100%;
}
.infor .form-group{
	margin-bottom: 16px;
}
.infor .form-group .form-control{
	border-color: #e9e9e9;
}
.infor .form-group textarea.form-control{
	height: 120px;
}
.refer{
	text-align: center;
}
.btn{
	padding: 12px 120px;
	font-size:18px;
	margin-top:20px;
}
.resume{
	color: #555;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.online{
		width: 85%;
		max-height: 416px;
	}
	.btn{
		width: 100%;
		padding: 6px 0;
	}
	.onl_title{
		line-height:38px;
		font-size: 14px;
		padding: 0 15px;
	}
	.close {
	    background: url(../images/yzy_icon_7.png) center no-repeat;
	    background-size: 10px 10px;
	    margin-top: 12px;
	    opacity: .7;
	}
	.professor {
	    font-size: 14px;
	    padding: 10px 0;
	}
	.infor .form-group {
	    margin-bottom: 10px;
	}
	.infor .form-group textarea.form-control {
	    height: 60px;
	}
	.btn {
	    margin-top: 10px;
	}
	.informate {
	    padding: 0 15px;
	}
}

/*选择文件*/
 .upload {
        position: relative;
    }

    .div2 {
    	width: 100%;
    	height: 34px;
        background:url(../images/upload.jpg) 13px center no-repeat;
        background-size: 72px 25px;
        
        border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .upload input {
        top: 0;
        z-index:-1;
        cursor: pointer;
        opacity: -1;
    }
    .upload p{
    	width: 100%;
    	position: absolute;
    	top:8px;
    	left: 94px;
    	color: #B1B1B1;
    	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	word-wrap:break-word;
    }


/*2018-6-27 轮播图大修改*/
.carousel {
	position:relative;
	top:90px;
	min-height: 20px;
	height:auto !important;
	height: 20px;
	background:url(../images/loader.gif) center center no-repeat;
}
.carousel li {
	display:none;
}
.carousel li img {
	width:100%;
	height:auto;
}
.paging {
	position:absolute;
	z-index:1;
	text-align: center;
}
.paging > a {
	display: inline-block;  
	border-radius: 50%;
	cursor:pointer;
	text-indent: -9999px;
	background-color: #fff;
	width:15px; 
	height:15px; 
	z-index: 0;
}
.paging > a+a {
	margin-left:23px;
}
  .paging > a.current {
	background-color: #F4BD4C;
	border-radius: 20px;
	width:39px; 
	height:14px;
}
img {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;
}
@media screen and (max-width: 767px) {
	.paging > a {
		width:6px; 
		height:6px; 
	}
	.paging > a+a {
		margin-left:15px;
	}
	  .paging > a.current {
		width:20px; 
		height:6px;
	}
	.carousel {
		top:0;
	}
}


.carousel .next,  .carousel .prev {
	display:none;
	width:80px;
	height:80px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	z-index:9999;
	cursor:pointer;
}
.carousel .prev {
	left:0;
	background:url(../images/next2.png) center no-repeat;
	background-size: 20px 20px;
	transform: rotate(180deg);
}
.carousel .next {
	right:0;
	background:url(../images/next2.png) center no-repeat;
	background-size: 20px 20px;
}
/*新增*/
.com_text{
	
}
.com_text ul{
margin: 75px 0;	
}
.com_text ul li{
	float: left;
	/*width: 33%;*/
	margin-bottom: 20px;
}
.com_text ul li:nth-of-type(1){
	width: 30%;
}
.com_text ul li:nth-of-type(2){
	width: 30%;
}
.com_text ul li:nth-of-type(3){
	width: 40%;
}
.com_text ul li div{
	float: left;
	margin-left:10px;
}
.com_text ul li img{
	float: left;
	width: 95px;
	height: 95px;
}
.com_text ul li h1{
	display: inline-block;
	color: #4e7cac;
	font-size: 30px;
	padding-top: 10px;
}
.com_text ul li h1:after{
	content: '';
	display: block;
	width: 19px;
	height: 2px;
	background:#ffbd4e;
	margin-top: 10px;
}
.com_text ul li span{
	color: #242424;
	font-size: 20px;
}
.com_text ul li p{
	margin-top: 15px;
	font-size: 16px;
	color: #818181;
	line-height: 25px;
}


@media (min-width:200px) {
  .com_text ul li:nth-of-type(1){
	width: 100%;
}
.com_text ul li:nth-of-type(2){
	width: 100%;
}
.com_text ul li:nth-of-type(3){
	width: 100%;
}
.com_text ul{
margin: 15px 0;	
}
.com_text ul li img{
	display: none;
}
.com_text ul li {
    margin-bottom: 5px;
}
.com_text ul li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .com_text ul{
margin: 75px 0;	
}
.com_text ul li p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
}
.com_text ul li {
    margin-bottom: 20px;
}
.com_text ul li img{
	display: block;
}
    .com_text ul li:nth-of-type(1){
	width: 30%;
}
.com_text ul li:nth-of-type(2){
	width: 30%;
}
.com_text ul li:nth-of-type(3){
	width: 40%;
}
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .com_text ul li div{
	float: initial;
	margin-left:10px;
}
  .com_text ul li img{
	float: initial;
}
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .com_text ul li img{
	float: left;
}
  .com_text ul li div{
	float: left;
	margin-left:10px;
}
}

/*2018-7-3轮播图修改*/
.sy_lunbo {
	position: relative;
}
.sy_swiper-pagination > span.swiper-pagination-bullet-active {
	background-color: #F4BD4C;
	border-radius: 20px;
	width:20px; 
	height:6px;
}
.sy_swiper-pagination > span {
	width:6px; 
	height:6px; 
}
.sy_swiper-pagination > span+span {
	margin-left:15px;
}
.sy_swiper-pagination{
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 240px;
    margin-left: -120px;
}
/*2018-7-6修改合作品牌*/
@media screen and (max-width: 768px) {
	.part_list{
		width:100%;
	}
	.part_list li{
		width: 32.33%;
    	height: 80px;
    	float: left;
        margin-right:1%;
	}
	.part_list{
		display: initial;
	}
	.pro_title h1{
		font-size: 18px;
	}
	.pro_title span{
		font-size: 12px;
	}
	.partners{
		padding-top: 14px;
        margin-bottom:0;
	}
	.pro_title:after{
  
		margin-bottom: 4px;
        height:0!important;
	}
	.pro_title span{
		margin: 10px 0 0;
	}
    .advantage.hezuopingImg{
        margin-bottom:0;
        padding-bottom:10px;
    }
}