/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
	{
	font: 14px/1.0 "Arial", "Microsoft YaHei", "黑体", "宋体", "KaiTi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
	list-style: none;
}

/** 重置文本格式元素 **/
a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

sup {
	vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
	vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
}

input::-ms-clear {
	display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
	display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100px;
	height: 100%;
}

body {
	color: #333;
	background: #f4f5f6;
}

.clear_both::after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w65{
	width: 65%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}
.w72 {
	width: 72%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}

.w80 {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}

.yd_box {
	background: url(../img/yd.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
}

.yd_con {
	width: 75%;
	margin: 0 auto;
}

.yd_logo {
	margin-top: 3%;
	margin-left: 3%;
	width: 18%;
}

.yd_logo img,
.yd_title img {
	width: 100%;
}

.yd_title {
	text-align: right;
	width: 55%;
	float: right;
	margin-top: 7%;
	margin-right: 55px;
}

.yd_but {
	text-align: center;
}

.yd_but a {
	width: 1.4rem;
	height: 0.5rem;
	background-color: #46c9f4;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.16rem;
	display: block;
	line-height: 0.5rem;
	margin: 0 auto;
	margin-top: 45px;
}

.yd_footer {
	background-color: #33363a;
	text-align: center;
	font-size: 0.16rem;
	color: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.18rem 0;
}
.yd_footer a{
	color: #fff;
}

.head_box{
	font-size: 0;
	height: 98px;
	background: #4e4e4eb0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-top: 15px solid #3d3d3d;
}
.head_box .w72{
	height: 100%;
}
.head_box .logo_a{
	display: inline-block;
	vertical-align: top;
	background: url(../img/ydlogo.png) no-repeat center;
	background-size: contain;
	width: 180px;
	height: 100%;
}
.head_box .nav_ul{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 340px);
	text-align: center;
	margin-left: 5%;
}
.head_box .nav_ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
/* 	position: relative; */
}
.head_box .nav_ul li:hover{
	background-color: #878787;
}

.head_box .nav_ul li:hover a{
	color: #FFFFFF;
}
.head_box .nav_ul li>a{
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	height: 98px;
	line-height: 98px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .nav_ul li.active>a{
	color: #FFFFFF;
}
/* .head_box .nav_ul li a i{
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url(../img/jt13.png) no-repeat center;
	margin-top: -4px;
	margin-left: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .nav_ul li.active a i{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
} */


.head_box .nav_ul li p{
	display: none;
	position: absolute; 
	padding: 5px 0;
	background: #878787;
	left: 0;
	top: 98px;
	width: 100%;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
}
.head_box .nav_ul li p a{
	line-height: 2.3;
	color: #FFFFFF;
	font-size: 14px;
	transition: 0.5s;
	margin: 0 10px;
	-webkit-transition: 0.5s;
}
.head_box .nav_ul li p a{

}

.headb_box .nav_ul li p{
	top: 78px;
}

.head_box .nav_div{
	display: none;
	width: 52px;
	height: 52px;
	float: right;
	position: relative;
	background: #c4beba;
}
.head_box .nav_div span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30px;
	font-size: 0;
}
.head_box .nav_div i{
	display: inline-block;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #7f7f7e;
	margin: 3px 0;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .active_div{

}
.head_box .active_div i:nth-of-type(1){
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	transform: rotate(45deg) translate(7px, 7px);
}
.head_box .active_div i:nth-of-type(2){
	opacity: 0;
}
.head_box .active_div i:nth-of-type(3){
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	transform: rotate(-45deg) translate(7px, -7px);
}

.head_box .pro_div{
	display: none;
	/*border-top: 1px solid #f1f1f2;*/
	position: absolute;
	background: rgba(0,0,0,.4);
	line-height: 1;
	width: 100%;
	left: 0;
	top: 98px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	mix-blend-mode: multiply
}
.head_box .pro_div dl{
	padding: 26px 0;
}
.head_box .pro_div dt{
	font-size: 16px;
	color: #fff;
	margin-bottom: 24px;
}
.head_box .pro_div dd a{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-right: 2.5%;
}
.head_box .pro_div dd a:nth-of-type(5){
	margin-right: 0;
}
.head_box .pro_div dd a em{
	display: block;
	padding-bottom: 62%;
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
}
.head_box .pro_div dd a em>img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .pro_div dd a h6{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #fff
}
.head_box .pro_div dd a em span{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.head_box .pro_div dd a em span i{
	font-size: 14px;
	margin-top: 16px;
	display: block;
	color: #295db3;
}
.head_box .dlr_dl{
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	    float: right;
}
.head_box .dlr_dl dt{
	display: inline-block;
	vertical-align: top;
}
.head_box .dlr_dl dt form{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	position: relative;
}
.head_box .dlr_dl dt form .key{
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	padding: 0 32px 0 10px;
	border: 1px solid #333;
	opacity: 0;
	font-size: 14px;
	border-radius: 16px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .dlr_dl dt form button{
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border: none;
	background: url(../img/ss_03.jpg)no-repeat center;
}
.head_box .dlr_dl dt em{
	display: inline-block;
	border-left: 1px solid #333;
	margin-left: 8px;
	padding-left: 8px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url(../img/tb7.png) right no-repeat;
}
.head_box .dlr_dl dd{
	display: inline-block;
	vertical-align: top;
	margin-left: 32px;
	height: 32px;
	line-height: 32px;
}
.head_box .dlr_dl dd a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.head_box .dlr_dl dd i{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 10px;
	background: #333;
	margin: 0 8px;
}


.welcome_body{
	padding-top: 0;
	background-color: #f6f6f6;
	
}
.welcome_body .head_box{
	background: #4e4e4eb0;
	box-shadow: none;
}
.welcome_body .head_box .logo_a{
	background: url(../img/ydlogo.png) no-repeat center;
	background-size: contain;
}
.welcome_body .head_box .nav_ul li>a{
	color: #fff;
}
.welcome_body .head_box .nav_ul li.active>a{
	color: #fff;
}
/* .welcome_body .head_box .nav_ul li a i{
	background: url(../img/jt13h.png) no-repeat center;
} */
.welcome_body .head_box .dlr_dl dd a{
	color: #dadada;
}
.welcome_body .head_box .dlr_dl dd i{
	background: #dadada;
}
.welcome_body .head_box .dlr_dl dt em{
	background: url(../img/tb7h.png) right no-repeat;
	border-left: 1px solid #dadada;
}
.welcome_body .head_box .dlr_dl dt form button{
	background: url(../img/ss_03.jpg) no-repeat center;
}

.welcome_body .headb_box{
	background:#4e4e4eb0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.welcome_body .headb_box .logo_a{
	background: url(../img/ydlogo.png) no-repeat center;
	background-size: contain;
}
.welcome_body .headb_box .nav_ul li>a{
	color: #fff;
}
.welcome_body .headb_box .nav_ul li.active>a{
	color: #FFFFFF;
}
.welcome_body .headb_box .nav_ul li a i{
	background: url(../img/jt13.png) no-repeat center;
}
.welcome_body .headb_box .dlr_dl dt form button{
	background: url(../img/ss_03.jpg) no-repeat center;
}
.welcome_body .headb_box .dlr_dl dt em{
	background: url(../img/tb7.png) right no-repeat;
	border-left: 1px solid #333;
}
.welcome_body .headb_box .dlr_dl dd a{
	color: #999;
}
.welcome_body .headb_box .dlr_dl dd i{
	background: #333;
}

.headb_box{
	height: 78px;
}
.headb_box .nav_ul li>a{
	height: 78px;
	line-height: 78px;
}
.headb_box .dlr_dl{
	margin-top: 23px;
}
.headb_box .pro_div{
	top: 78px;
}


.swiper_box{
	
}
.swiper_box .swiper-slide{
	padding-bottom: 47.1%;
}
.swiper_box .swiper-slide img{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 0;
}

.index_box .div1{
	margin: 0 auto;
	margin-top: 0.3rem;
}
.index_box .bt_title{
	background-color: #46c9f4;
	color: #FFFFFF;
	text-align: center;
	padding:0.1rem ;
	/* font-size: 0.3rem; */
	font-size: 0.3rem;
}
.index_box .div1_con{
	display: flex;
	
}
.index_box .div1_con ul{
	width: 100%;
}
.index_box .div1_con ul li{
	float: left;
	width: 33.33%;
	position: relative;
}

.index_box .div1_con .innews_con{
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	background: #5f5f5f8f;
	height: 100%;
	padding: 10%;
	line-height: 25px;
	opacity: 1;
	transition: 0.5s;
}
.index_box .div1_con ul li:hover .innews_con{
	opacity: 1;
	transform: scale(1);
}


.index_box .div1_con .innews_con span{
	font-size: 0.26rem;
	margin-bottom: 20px;
	display: block;
}
.index_box .div1_con .innews_con h6{
 margin-bottom: 10px;
	font-size:0.18rem;
}
.in_wh{
	margin: 55px;
	padding-bottom: 88px;

}
.in_wh ul{
	display: flex;
}
.in_wh ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.in_wh ul li span{
	display: block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	color: #7e7e7e;
}
.in_wh ul li .im_1{

}
.in_wh ul li .im_2{
	display: none;
	margin: 0 auto;
}
.in_wh ul li:hover .im_2{
	display: block;

}
.in_wh ul li:hover .im_1{
	display: none;
}
.in_wh ul li span:first-of-type::after {
	content: "";
	display: block;
	width: 0.2rem;
	height: 2px;
	background-color: #7e7e7e;
	margin: 0.1rem auto 0;
}
.in_wh ul li:hover span:first-of-type::after {
	content: "";
	display: block;
	width: 0.2rem;
	height: 2px;
	background-color: #3dc7f4;
	margin: 0.1rem auto 0;
}
.in_wh ul li:hover span {
	color: #3dc7f4;
}
.in_wh ul li:hover p {
	color: #3dc7f4;
}
.in_wh ul li p {
	font-size: 16px;
}
.index_box .div1_con ul li img{
	width: 100%;
}



.index_box .div1_con1{
	background-color: #fff;
	padding-top: 0.5rem;
}
.index_box .div1_con1 h5{
	text-align: center;
	margin-bottom: 0.26rem;
}
.index_box .div1_con1 h5 strong{
	display: block;
	font-size: 0.22rem;
}
.index_box .div1_con1 h5 span{
	font-size: 0.38rem;
}
.index_box .div1_con1  p{
	text-align: center;
	line-height: 25px;
	color: #7e7e7e;
	}
.index_box .div2{
background-color: #FFFFFF;
margin-top: 0.2rem;
	padding-top: 0.5rem;
}	
.index_box .div2 ul{
	display: flex;
}
.index_box .div2 ul li{
	float: left;
	margin: 1px;
}	
.index_box .div2 ul li .img{
	overflow: hidden;
}
.index_box .div2 ul li .img img{
	width: 100%;
			vertical-align: top;
				transition: 0.5s;
			    -webkit-transition: 0.5s;
}	
.index_box .div2 ul li:hover .img img{
	-webkit-transform: scale(1.1);
	    transform: scale(1.1);
}
.index_box .div2 ul li .con{
	display: flex;
	background-color: #f4f4f4;
}
.index_box .div2 ul li .con  h6{
	float: left;
	padding-top: 0.3rem;
}
.index_box .div2 ul li .con  h6 span{
	font-size: 0.18rem;
	padding-bottom: 0.1rem;
	color: #272831;
	    display: block;
}
.index_box .div2 ul li .con  h6 p{
	font-size: 0.1rem;
	color: #797676;
}
.index_box .div3{
	background-color: #FFFFFF;
	padding-top: 0.3rem;
	/* margin-top: 0.3rem; */

}
.index_box .div3 ul {
	display: flex;
}
.index_box .div3 ul li{
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}


.index_box .div3 ul li img{
	width: 100%;
	vertical-align: top;
		transition: 0.5s;
	    -webkit-transition: 0.5s;
}
.index_box .div3 .div3_con  span{
	font-size: 24px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	
}
.index_box .div3 .div3_con {
	position: absolute !important;
	    top:0%;
	    left: 0%;
	    width: 100%;
	    height: 100%;
	    opacity: 1;
	    transition: 0.5s;
	        background: #00000042;
	        padding-top: 25%;
}
.index_box .div3 ul li:hover img{
	-webkit-transform: scale(1.1);
	    transform: scale(1.1);
}
.index_box .div3 ul li:hover .div3_con{
	  opacity: 1;
	  transform: scale(1);
}

.index_box .div3 .div3_con .more_a {
		border: 4px solid #FFFFFF;
		color: #FFFFFF;
	}
	
	
	
	.dtimg{
		overflow: hidden;
	}
	.dtimg img{
		width: 100%;
				vertical-align: top;
					transition: 0.5s;
				    -webkit-transition: 0.5s;
	}	
	.dtimg:hover  img{
		-webkit-transform: scale(1.1);
		    transform: scale(1.1);
	}
.footer{
	background-color: #FFFFFF;
	padding: 0.3rem 0;
}
.footer ul{
	display: flex;
}
.footer li{
	float: left;
	width: 10%;
}
.footer .flogo{
	margin-top: 15px;
	width: 18%;
}
.footer .flogo img{
	width: 80%;
	}
.footer .fgz{
	margin-top: 30px;
}	
.footer .fgz span{
	display: block;
	font-size: 0.14rem;
	margin-bottom: 10px;
}
.footer .fx{
	text-align: center;
	margin-top: 30px;
}
.footer .fx span{
	display: block;
	margin-bottom: 15px;
}
.footer .ewm{
		width: 10%;
	}
.footer .ewm img{
		width: 80%;
		}
.footer .f_nav{
	margin-top: 30px;
	width: 50%;
	text-align: center;
}	
.footer .f_nav .f_nav_con{
	margin-bottom: 20px;
}
.footer .f_nav a{
	padding: 20px;
	margin-bottom: 10px;
	font-size: 0.14rem;
}
.more_span{
	margin-top: 30px;
	display: block;
}
.banner_box{
	
}
.banner_box img{
	width: 100%;
}


.more_a {
    display: block;
    width: 1.2rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #c4c3c3;
    font-size: 0.14rem;
    text-align: center;
    border: 4px solid #c4c3c3;
    transition: all 0.5s;
	margin: 0 auto;
}
.ty_title{
	text-align: center;
	
	margin-bottom: 0.3rem;
}

.ty_title  strong{
	display: block;
	font-size: 0.22rem;
}
.ty_title  span{
	font-size: 0.38rem;
}


.about_box{
	background-color: #FFFFFF;
	padding: 0.3rem 0.5rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.about_box .title{
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	text-align: center;
	font-size: 0.3rem;
}
.about_box hr{
	margin: 30px 0;
border-top:1px solid #e0e0e0;
}
.about_box .title span{
	display: block;
	font-size: 0.24rem;
	text-transform:uppercase;
	color: #c4c4c3;
	margin-top: 0.1rem;
	
}
.about_box .about_box_con p{
	line-height: 35px;
	color: #4c4948;
	/*text-indent:2em;*/
}
.about_box .about_box_con p img{
	max-width: 100%;
}

.culture_box_con img{
	width: 100%;
}
.culture_box_con p{
		line-height: 35px;
}
.notice_box_con{
	   
}
.notice_box_con .notice-nav{
	    width: 150px;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 40px;
}
.notice_box_con .notice-nav a{
	    font-size: 18px;
	    color: #5d5a59;
	    background-color: #eaeced;
	    line-height: 50px;
	    height: 50px;
	    text-align: center;
	    border-bottom: 2px solid #fff;
		display: block;
		margin-bottom: 10px;
}
.notice_box_con .notice-nav a:hover{
	background-color: #98d7f1;
	color: #FFFFFF;
}
.notice_box_con .notice-nav a.act{
  background-color: #98d7f1;
	    color: #fff;
}


.notice_box_con .notice-c{
	width: calc(100% - 240px);
	display: inline-block;
	vertical-align: top;
}

.notice_box_con .notice-c li{
	line-height: 45px;
	 border-bottom: 1px solid #f4f5f6;
}

.notice_box_con .notice-c li span{
	float: right;
}
.notice_box_con .notice-c li a{
 border-left: 4px solid #98d7f1;
 padding-left: 10px;
}

.notice_box_con .notice-c li a:hover{
	color: #98d7f1;
}

.news-list{
  padding: 5% 0;
}
.news-list dl{
  overflow: hidden;
 /* height: 330px; */
  background: #f5f3f2;
  margin-bottom: 3%;
	position: relative;
}
.news-list dl dt{
  width: 40%;
  /* height: 330px; */
  float: left;

}
.news-list dl dt img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-list dl dd{
  float: left;
  box-sizing: border-box;
  width: 60%;
  padding: 15px 30px;
  /*height: 380px;*/
}
.news-list dl dd span.date{
  display: block;
  font-size: 14px;
  color: #4d4d4d;
	position: absolute;
	bottom: 20%;
}
.news-list dl dd h5{
  font-size: 20px;
  font-weight: lighter;
  padding: 15px 0 10px;
  margin-bottom: 10px;
  color: #4d4d4d
}
.news-list dl dd p{
  font-size: 14px;
  color: #898989;
  line-height: 28px;
}
.news-list dl dd .more{
  display: block;
  width: 138px;
  height: 38px;
  border: 4px solid #7ecded;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  color: #7ecded;
  position: absolute;
  bottom: 35px;
  right: 30px;
}

.mtop{
	margin-top: 120px;
}
.info_box .about_box .title
{ 
	font-size: 0.26rem;
}
.info_box .about_box .title span
{ 
	font-size: 0.18rem;
	margin-top: 20px;
}
 .info_box_con p{
	line-height: 25px;
	/*text-indent: 2em;*/
	font-size: 15px;
	margin-bottom: 6px;
	color: #868585;
	
}
.info_box .about_box {
	padding: 0.3rem 0.9rem;
}
 .info_box_con img{
	max-width: 100%;
}

.info_box_con .page a{
	width: 120px;
}
.info_box .about_box .hx_ico{
	text-align: center;
	position: relative;
}
.info_box .about_box .hx_ico img{
	position: absolute;
	top: -20px;
	left: 36%;
}
.busines_box_con img{
	max-width: 100%;	
}
 .ylwj_prlist {
	 margin-top: 50px;
 }
 .ylwj_prlist .title2{
	font-size: 25px;
	margin-left: 20px;
	padding: 15px;
	color: #ded2c7;
	padding-left: 50px;
background-color: #ede7e1;	
position: relative;
}
 .ylwj_prlist .title2 img{
	width: 70px;
	position: absolute;
	left: -40px;
	 top: -20px;
}
.ylwj_prlist ul{
	display: inline-block;
	margin-top: 50px;
}
.ylwj_prlist ul li
{
	width: 30.4%;
	float: left;
	padding: 10px;
	background-color: #f4f5f6;
	margin-right: 20px;
	margin-bottom: 30px;
}
.ylwj_prlist ul li p{
	text-align: center;
	padding-top: 15px;
}
.ylwj_prlist ul li:nth-of-type(3n){
	margin-right: 0;
}
.ylwj_prlist ul li img{
	width: 100%;
}
.lyjy_box_con dl{
	position: relative;
	height: 380px;
	background-color: #fff;
}
.lyjy_box_con dl dt{
	width: 55%;
	left: 0;
	 z-index: 2;
	padding: 20px 0;
	position: absolute;
}
.lyjy_box_con dl dt img{
	width: 100%;
}
.lyjy_box_con dl dd{
	width:100%;
	margin-left: 20px;
	background-color: #ebf9ff;
	height: 380px; */
}
.lyjy_box_con dl dd .con{
	width: 40%;
	float:right;
} 

.jdyy_box_con ul li{

	    width: 100%;
	    margin-top: 0.3rem;
	    overflow: hidden;
	    position: relative;
}
.jdyy_box_con ul li img{
	width: 100%;
}
.jdyy_box_con ul li div{
	position: absolute;
	background-color: #ffffffbf;
	bottom: 10%;
	right: 5%;
	height: 30%;
	width: 30%;
	padding: 5%;
}
.jdyy_box_con ul li div h6{
	font-size: 0.28rem;
	text-align: left;
	margin-bottom: 10px;
	color: #4c4948;
}
.jdyy_box_con ul li div p{
	line-height: 22px;
	color: #868585;
	text-indent: 2em;
}



.page a {
  width: 36px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 14px;
  color: #999;
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  margin: 0 1px;
}

.page {
  text-align: center;
  margin-top: 20px;
}

.page .pal {
  background-repeat: no-repeat;
  background-position: center;
}

.page .pal:hover {

}

.page a.active {
  background-color: #7ecded;
  color: #fff;
  border: 1px solid #7ecded;
}

.page .par {
  background-repeat: no-repeat;
  background-position: center;
}

.page .par:hover {
}

.page a:hover {
  background-color: #7ecded;
  color: #fff;
  border: 1px solid #7ecded;
}


 .title{
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	text-align: center;
	font-size: 0.3rem;
}

.title span{
	display: block;
	font-size: 0.24rem;
	text-transform:uppercase;
	color: #c4c4c3;
	margin-top: 0.1rem;
	
}

.about-wrap{
  
}
.about-wrap .listb{
  padding: 60px 0;
  height: auto;
}
.about-wrap  .listb .dl-l{
  width: 47.5%;
}
.about-wrap .listb .dl-l,.about-wrap .listb .dl-r{
  height: 345px;
}
.meet-wrap .listb .dl-l, .meet-wrap .listb .dl-r{
  height: 340px;
}
.n-beautiful .listb .dl-r .more{
  display: block;
  width: 138px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #a98e67;
  font-size: 15px;
  color: #a98e67;
  text-align: center;
  margin-top: 20px;
}
.about-wrap .listb .dl-r-two,.about-wrap .listb .dl-r-one{
  padding: 0 0 0 60px;
}
.about-wrap .listb .np{
  width: 90%;
}
.about-wrap .listc{
  height: auto;
  padding-bottom: 0;
}
.about-wrap .listc .dl-l, .about-wrap .listc .dl-r{
  height: 500px;
}
.about-wrap  .listc .dl-l{
  width: 50%;
}
.about-wrap .listc .dl-r-two, .about-wrap .listc .dl-r-one{
  padding: 0;
}
.about-wrap .listc table{
  width: 48.75%;
  margin-left: 8%;
}
.about-wrap .listb:nth-child(2),.about-wrap .listb:nth-child(5){
  background: #f5f3f2
}
.invite-wrap .listb{
  height: auto;
  padding: 55px 0; 
}
.invite-wrap .listb .dl-l,.invite-wrap .listb .dl-r{
  height: 383px;
}
.invite-wrap .listb:nth-child(2n){
  background: #f5f3f2
}



.stock-list{
  padding: 3% 0;
}
.stock-list .stock-top{
  overflow: hidden;
  background: url(../img/stock_01.jpg) repeat-x bottom center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.stock-top span{
  width: 33.3%;
  display: inline-block;
  float: left;
  font-size: 22px;
  color: #a98e67;
}
.stock-top span:nth-child(2){
  text-align: center;
}
.stock-top span:last-child{
  text-align: right;
}

.stock-list li{
  overflow: hidden;
  font-size: 16px;
  color: #828282;
  line-height: 60px;
  border-bottom: 1px solid #e3dbd1;
}
.stock-list li .stype,.stock-list li .stxt{  
  float: left;
}
.stock-list li .stype{
  color: #4d4d4d;
  width: 20%;
}
.stock-list li .stxt{
  color: #000;
}
.stock-list li .sdate{
  color: #4d4d4d;
  float: right;
  width: 20%;
  text-align: right;
}

.n-beautiful .nh-tit {
  margin-bottom: 1rem;
}
.n-beautiful .lista {
  background: #f1f1f1;
  padding: 2rem 0;
}
.n-beautiful .lista .nh-tit {
  margin-bottom: 1.4rem;
}
.n-beautiful .lista .np {
  width: 90%;
  line-height: 1.8;
  color: #4d4d4d;
  margin: 0 auto
}
.about-wrap .listb{
	background-color: #FFFFFF;
}
.n-beautiful .listb .dl-l {
  width: 40.5%;
}
.n-beautiful .listb .dl-l a{
  display: block;
  height: 100%;
}
.n-beautiful .listb .dl-l img {
  max-width: 100%;
}
.n-beautiful .listb .dl-r {
  width: 45%;
}
.n-beautiful .listb .dl-r .nh-tit {
  margin-bottom: 30px;
  line-height: 1;
}
.n-beautiful .listb .dl-r .np {
  line-height: 1.8;
}
.n-beautiful .listb .more-btn {
  margin-top: .8rem;
}
.n-beautiful .listb .dl-l {
  height: 100%;
}

.n-beautiful .listb table {
  height: 100%;
  width: 100%;
}
.n-beautiful .listb .dl-r-one {
  padding: 0 0 0 calc(50% - 600px);
}
.n-beautiful .listb .dl-r-two {
  padding: 0 0 0  60px;
}
.n-beautiful .listb .np-title, .n-beautiful .listb .np {
  width: 430px;
}
.about-wrap .listb .dl-l {
    width: 47.5%;
}
.nh-tit {
    font-size: 0.28rem;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.ovh {
    overflow: hidden;
}

.party_box_con dl dd .more1{
	
		display: block;
		   width: 100px;
		   height: 34px;
		   border: 3px solid #e60012;
		   line-height: 34px;
		    text-align: center;
		    font-size: 15px;
		    color: #e60012;
		    position: absolute;
		    bottom: 35px;
		    right: 30px;
}


.wywf{
  padding-bottom: 3%;
}
.wywf li{
  width: 31%;
  padding: 20px;
  box-sizing: border-box;
  background: #efece6;
  margin-right: 3.5%;
  margin-top: 5%;
  float: left;
}
.wywf li:nth-child(3n){
  margin-right: 0;
}
.wywf li img{
  display: block;
  width: 100%;
}
.wywf li p{
  color: #4c4948;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  line-height: normal;
}




.recruit_box{

}
.recruit_box form{
	font-size: 0;
}
.recruit_box form input{
	display: inline-block;
	vertical-align: top;
	width: 18.5%;
	height: 40px;
	font-size: 14px;
	background: #f7f7f7;
	padding-left: 1em;

	border: none;
}
.recruit_box form input::-webkit-input-placeholder {
	color: #333;
}
.recruit_box form input:-moz-placeholder {
	color: #333;
}
.recruit_box form input::-moz-placeholder {
	color: #333;
}
.recruit_box form input:-ms-input-placeholder {
	color: #333;
}
.recruit_box form select{
	display: inline-block;
	vertical-align: top;
	width: 18.5%;
	height: 40px;
	background: #f7f7f7;
	font-size: 14px;
	margin-right:3%;
	border: none;
	padding-left: 1em
}
.recruit_box form button{
	float: right;
	width: 12%;
	height: 40px;
	border: none;
	background: #98d7f1;
	font-size: 16px;
	color: #FFFFFF;
}
.recruit_box .list_dl{
	margin-top: 30px;
}
.recruit_box .list_dl dt{
	height: 48px;
	line-height: 48px;
	background: #98d7f1;
	display: flex;
	display: -webkit-flex;
}
.recruit_box .list_dl dd{
	border-bottom: 1px solid #e8e8e8;
}
.recruit_box .list_dl dt span{
	color: #fff;
	font-size: 16px;
	flex: 1;
	text-align: center;
}
.recruit_box .list_dl .divt{
	height: 56px;
	line-height: 56px;
	display: flex;
	display: -webkit-flex;
}
.recruit_box .list_dl .divt span{
	font-size: 14px;
	flex: 1;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.recruit_box .list_dl .divt .sq_span{
	cursor: pointer;
}
.recruit_box .list_dl .divt .active{
	color: #295db3;
}
.recruit_box .list_dl .divb{
	display: none;
	background: #f5f5f5;
	padding: 30px 6%;
	font-size: 0;
}
.recruit_box .list_dl .div1{
	margin-bottom: 30px;
}
.recruit_box .list_dl .div1 span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6;
	margin-right: 10%;
}
.recruit_box .list_dl .div2{
	display: inline-block;
	vertical-align: top;
	width: 100%;	
	margin-right: 8%;
}
.recruit_box .list_dl .div3{
	margin-right: 0;
}
.recruit_box .list_dl .div2 h5{
	font-size: 16px;
	margin-bottom: 10px;
}
.recruit_box .list_dl .div2 p{
	font-size: 14px;
	line-height: 1.8;
}
.recruit_box .list_dl .link_a{
	display: block;
	font-size: 14px;
	color: #fff;
	background: #295db3;
	width: 106px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-top: 30px;
}
.sq_span b {
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #75d5fd;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
    transition: all 0.3s;
}



.occupationxqy_box{
	margin-top: 1.1rem;
}
.occupationxqy_box form{
	font-size: 0;
}
.occupationxqy_box form label{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 0.2rem;
}

.occupationxqy_box form label span{
	display: inline-block;
	vertical-align: top;
	width: 0.9rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.16rem;
}
.occupationxqy_box form label span i{
	color: #f00;
	display: inline-block;
	vertical-align: top;
	width: 0.14rem;
}
.occupationxqy_box form label input{
	vertical-align: top;
	width: calc(100% - 0.9rem);
	font-size: 0.16rem;
	height: 0.4rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 0.14rem;
}
.occupationxqy_box form label select{
	vertical-align: top;
	width: calc(100% - 0.9rem);
	font-size: 0.16rem;
	height: 0.4rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 0.10rem;
}
.occupationxqy_box form .ts_label{
	width: 100%;
	margin-right: 0;
}
.occupationxqy_box form .ts_label textarea{
	vertical-align: top;
	width: calc(100% - 1.3rem);
	font-size: 0.16rem;
	height: 1.2rem;
	line-height: 1.6;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0.06rem 0.10rem;
	resize: none;
}
.occupationxqy_box form .ts_label button.qx{
	background-color: #c4c4c4;
	margin-right: 5%;
}
.occupationxqy_box form .ts_label button{
	width: 1.4rem;
	height: 0.5rem;
	background-color: #53c8f7;
	color: #fff;
	font-size: 0.16rem;
	border: none;
}


.upload_div{
	display: inline-block;
	vertical-align: top;
}
.upload_div .controls {
	height: 0.4rem;
	width: 1.2rem;
	position: relative;
}

.upload_div .controls h6 {
	width: 100%;
	height: 100%;
	line-height: 0.41rem;
	border-radius: 0.2rem;
	text-align: center;
	background-color: #5dc2d0;
	color: #fff;
	font-size: 0.14rem;
}

.upload_div .controls span {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.upload_div .controls input {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.upload_div .img-list {
	display: inline-block;
	vertical-align: middle;
	background-color: #eee;
}

.upload_div .img-list a {
	display: block;
	width: 200px;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.upload_div .img-list .img-list-action a {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #df3c3d;
	color: #fff;
	font-size: 14px;
}

.occupationxqy_box .captcha input{
	width: 20%;
}
.talent_box_con dl{
	background: #ebf9ff;
}
.talent_box_con dl dt{
width: 55%;
}
.talent_box_con dl dd{
	width: 45%;
	padding: 45px 45px;
}
.talent_box_con dl dd h5{
	font-size: 32px;
}

.talent_box_con dl dd p{
	line-height: 22px;
}

.talent_box_con dl dd .more1 {
	display: block;
	width: 120px;
	height: 38px;
	border: 4px solid #7ecded;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	color: #7ecded;
	position: absolute;
	bottom: 35px;
	right: 30px;
}
.talent_box_con .dl2{
	background: #fff;
}
.talent_box_con .dl2  dt ,.talent_box_con .dl2  dd{
	width: 49%;
	line-height: 22px;
	float: left;
	box-sizing: border-box;
	padding: 45px 45px;
	background: #f7f8f9;
	padding-bottom: 10%;
	position: relative;

}


.talent_box_con .dl2 dt .more1 {
	display: block;
	width: 120px;
	height: 38px;
	border: 4px solid #7ecded;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	color: #7ecded;
	position: absolute;
	bottom: 35px;
	right: 30px;
}
.talent_box_con .dl2  dd {
	float: right;
}

.talent_box_con .dl2  dt h5,.talent_box_con .dl2  dd h5 {
	font-size: 32px;
	font-weight: lighter;
	padding: 15px 0 10px;
	margin-bottom: 10px;
	color: #4d4d4d;
}

.talent_box_con .dl2  dt p {
	font-size: 14px;
	color: #898989;
	line-height: 22px;
}

.talent_box_con .dl3{
	background: #f7f8f9;
	padding: 45px 50px;
}

.talent_box_con .dl3  h5{
	font-size: 32px;
	font-weight: lighter;
	padding: 15px 0 10px;
	margin-bottom: 10px;
	color: #4d4d4d;
}
.talent_box_con .dl3 ul{
	padding: 15px 20px;
}
.talent_box_con .dl3 li {
	line-height: 35px;
	color: #898989;
	list-style:outside;

}
.talent_box_con .dl3 li  a{
	color: #898989;
	display: block;
}
.talent_box_con .dl3 li  a:hover{
	color: #7ecded;
}
.talent_box_con .dl3 li  span{
 float: right;
}

@media (min-width: 1200px) {
.welcome_box .div4 .nr_div a:hover em img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.welcome_box .div4 .nr_div a:hover div h6 {
color: #fff;
}

.welcome_box .div4 .nr_div a:hover div span {
color: #fff;
}

.welcome_box .div4 .nr_div a:hover div dd {
color: #fff;
}

.welcome_box .div4 .nr_div a:hover div i {
border: 1px solid #fff;
background: #fff;
color: #146cf6;
}


.welcome_box .div4 .nr_div a:hover div small {
opacity: 1;
}

.welcome_box .div3 .gallery-thumbs .swiper-slide:hover {
color: #2c61d0;
font-weight: bold;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.welcome_box .div3 .gallery-thumbs .swiper-slide:hover i {
width: 32px;
opacity: 1;
margin-right: 20px;
}

.welcome_box .more_a:hover::after {
opacity: 1;
width: 140%;
}

.welcome_box .div1 .divb a:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.swiper_box .swiper-slide a:hover {
color: #295db3;
background: #fff;
}

.recruit_box .list_dl .divt .sq_span:hover {
color: #295db3;
}

.productinfo_box .div2 .divl li:hover h6 {
background: url(../img/bg13.jpg) no-repeat;
background-size: 100% 100%;
padding: 0 24px;
color: #fff;
}

.productinfo_box .div2 .divl li:hover h6 small {
color: #fff;
}

.productinfo_box .div1 .divr span a:hover {
text-decoration: underline;
}

.product_box .swiper-slide:hover .div2 {
opacity: 1;
top: 10%;
}

.product_box .swiper-slide:hover::after {
opacity: 1;
bottom: 0;
}

.applicationinfo_box .divl a:hover {
background: #295db3;
color: #fff;
}

.application_box .ul2 li:hover dd {
color: #fff;
}

.application_box .ul2 li:hover dd small {
color: #fff;
}

.application_box .ul2 li:hover dt img:nth-of-type(1) {
opacity: 0;
}

.application_box .ul2 li:hover dt img:nth-of-type(2) {
opacity: 1;
}

.application_box .ul2 li:hover {
background: #295db3;
}

.application_box .ul1 li:hover .bg_img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.application_box .ul1 li:hover a::after {
background: #0060ff;
opacity: 0.3;
}

.application_box .ul1 li:hover dt img:nth-of-type(1) {
opacity: 0;
}

.application_box .ul1 li:hover dt img:nth-of-type(2) {
opacity: 1;
}

.application_box .ul1 li:hover dd {
color: #fff;
}

.customized_box form button:hover::after {
margin-left: 20px;
opacity: 1;
width: 31px;
}

.welcome_box .div3 .gallery-top .divl a:hover {
opacity: 1;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

.newsinfo_box .page_div a:hover {
color: #295db3;
}

.news_box .div2 .divr a:hover div h6 {
color: #fff;
}

.news_box .div2 .divr a:hover div span {
color: #fff;
background: url(../img/jt17.png) no-repeat right center;
}

.news_box .div2 .swiper-slide:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.news_box .div2 .divr a:hover strong {
background: #fff;
color: #295db3;
}

.news_box .div2 .divr a:hover {
background: #295db3;
}

.news_box .div3 li:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news_box .div3 li:hover em img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.title_dl dd a:hover {
background: #295db3;
color: #fff;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.foot_box .divr ul li a:hover {
color: #fff;
}

.page_box a:hover {
color: #fff;
background: #295db3;
}

.page_box a.prev:hover::before {
background: url(../img/jt9.png) no-repeat center;
}

.page_box a.next:hover::after {
background: url(../img/jt10.png) no-repeat center;
}

.head_box .dlr_dl dd a:hover {
color: #295db3;
}

/* 	.head_box .nav_ul li a:hover i {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
*/
	.head_box .nav_ul li>a:hover {
		color: #fff;
	}

	.head_box .nav_ul li p a:hover {
		color: #fff;
	}

	.head_box .dlr_dl dt form:hover .key {
		width: 160px;
		opacity: 1;
	}

	.head_box .pro_div dd a:hover em>img {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}

	.head_box .pro_div dd a:hover h6 {
		color: #295db3;
	}

	.welcome_body .head_box .dlr_dl dd a:hover {
		color: #fff;
	}

	.welcome_body .head_box .nav_ul li:hover>a {
		color: #fff;
	}

	.welcome_body .head_box .dlr_dl dt form:hover button {
		background: url(../img/ss_03.jpg) no-repeat center;
	}

	.welcome_body .headb_box .dlr_dl dd a:hover {
		color: #295db3;
	}

	/*.lyjy_box_con dl{
		height: 287px;
	}*/
}

@media (max-width: 1700px) {
	.welcome_box .div1 .divt {
		padding: 5% 8%;
	}
	.head_box .nav_ul li>a{
		font-size:18px
	}
}

@media (max-width: 1600px) {
	.head_box .nav_ul li {
		padding: 0 20px;
	}
	.head_box .nav_ul li>a{
		font-size:16px
	}
}

@media (max-width: 1500px) {
	body {
		padding-top: 10px;
	}

	.w72 {
		width: 80%;
	}
	
	.w80 {
		width: 90%;
	}

	.head_box {
		height: 88px;
	}

	.head_box .nav_ul li>a {
		height: 88px;
		line-height: 88px;
	}

	.head_box .dlr_dl {
		margin-top: 28px;
	}

	.head_box .nav_ul li p {
		top: 88px;
	}

	.head_box .pro_div {
		top: 88px;
	}

	.headb_box {
		height: 68px;
	}

	.headb_box .nav_ul li>a {
		height: 68px;
		line-height: 68px;
	}

	.headb_box .dlr_dl {
		margin-top: 18px;
	}

	.headb_box .nav_ul li p {
		top: 68px;
	}

	.headb_box .pro_div {
		top: 68px;
	}

	.title_h5 {
		font-size: 28px;
	}

	.title_h5 small {
		margin-top: 12px;
	}

	.service_box .h5 span {
		height: 70px;
		line-height: 70px;
		font-size: 22px;
	}

	.train_box .nr_dl dt {
		font-size: 18px;
	}

	.train_box .nr_dl dd h6 {
		font-size: 40px;
	}

	.application_box .ul1 li dd {
		font-size: 22px;
	}

	.application_box .ul1 li dd small {
		font-size: 16px;
	}

	.application_box .ul2 li dd {
		font-size: 20px;
	}

	.application_box .h5 {
		font-size: 24px;
	}

	.applicationinfo_box .divr .h5 span {
		font-size: 28px;
	}

	.applicationinfo_box .divr .h5 small {
		font-size: 24px;
	}

	.product_box .swiper-slide h5 {
		font-size: 22px;
	}

	.product_box .swiper-slide .div1 span {
		font-size: 16px;
	}

	.productinfo_box .div1 .divr h5 {
		font-size: 32px;
	}

	.productinfo_box .div2 .divl h5 {
		font-size: 24px;
	}

	.swiper_box .swiper-slide h6 {
		font-size: 38px;
	}

	.swiper_box .swiper-slide h6 small {
		font-size: 22px;
	}

	.swiper_box .swiper-slide>div {
		width: 50%;
	}

	.swiper_box .swiper-slide a {
		margin-top: 50px;
	}

	.swiper_box .swiper-slide p {
		font-size: 18px;
	}

	.welcome_box .div1 .divt dd {
		margin-bottom: 5%;
	}

	.welcome_box .h5 small {
		font-size: 16px;
	}

	.welcome_box .h5 {
		font-size: 26px;
		margin-bottom: 40px !important;
	}

	.welcome_box .div1 .divt h5 {
		margin: 5% 0 4% 0 !important;
	}

	.welcome_box .div3 .gallery-top .divl h5 {
		font-size: 30px;
	}

	.welcome_box .div1 {
		margin: 50px auto;
	}

	.welcome_box .div2 {
		padding: 50px 0;
	}

	.welcome_box .div4 {
		margin: 40px 0 50px;
	}

	.welcome_box .div4 .h5 {
		margin-bottom: 40px;
	}

	.welcome_box .div4 .more_a {
		margin-top: 40px;
	}

	.swiper_box .swiper-slide>div {
		left: 10%;
	}

	.swiper_box .button_div {
		left: 10%;
	}
	
	.lyjy_box_con dl{
		height: 287px;
	}

	.ylwj_prlist ul li{
		width: 29%;
	}

	.talent_box_con dl dd{
		padding: 20px 20px;
	}
	.head_box .nav_ul li>a{
		font-size: 16px;
	}

}

@media (max-width: 1400px) {
	.head_box .dlr_dl dd {
		margin-left: 24px;
	}

	.head_box .nav_ul li {
		padding: 0 20px;
	}
	.ylwj_prlist ul li{
		width: 28.7%;
	}
}

@media (max-width: 1300px) {
	.head_box .logo_a {
		width: 150px;
	}

	.head_box .dlr_dl dd {
		margin-left: 14px;
	}

	.head_box .nav_ul li a {
		font-size: 14px;
	}

	.foot_box .divl {
		padding-right: 4%;
		flex: 0 0 30%;
	}
}

@media (max-width: 1200px) {
	.w72 {
		width: 92%;
	}

	body {
		padding-top: 52px;
	}

	.pd {
		padding: 30px 0;
	}

	.head_box .logo_a {
		width: 120px;
	}

	.head_box {
		height: 52px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	
	..head_box .nav_ul li {
		display: block;
	}

	.welcome_body .head_box {
		background: #4e4e4eb0;
	}

	.welcome_body .head_box .logo_a {
		background: url(../img/ydlogo.png) no-repeat center;
		background-size: contain;
	}

	.welcome_body .head_box .dlr_dl dd a {
		color: #999;
	}

	.welcome_body .head_box .dlr_dl dd i {
		background: #333;
	}

	.welcome_body .head_box .nav_ul li>a {
		color: #fff;
	}

	.head_box .w72 {
		width: 96%;
		margin-left: 4%;
	}

	.head_box .dlr_dl dt {
		display: none;
	}

	.head_box .nav_ul {
		display: none;
		position: absolute;
		width: 100%;
		top: 52px;
		left: 0;
		background: #878787;
		padding: 0 4%;
		box-sizing: border-box;
		text-align: left;
		margin-left:0;
		box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
	}

	.head_box .nav_ul li {
		display: block;
		width: 100%;
		padding: 0;
		border-top: 1px solid #a6a4a4;
	}

	.head_box .nav_ul li>a {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}

	.head_box .nav_ul li a i {
		float: right;
		margin-top: 15px;
	}

	.head_box .nav_ul li p {
		position: static;
		box-shadow: none;
		padding: 0 4%;
		box-sizing: border-box;
	}

	.head_box .dlr_dl {
		margin-top: 12px;
		margin-left: 10px;
	}

	.banner_box dl a {
		font-size: 14px;
	}

	.banner_box dl {
		height: 46px;
		line-height: 46px;
	}

	.title_h5 {
		font-size: 24px;
		margin-bottom: 28px;
	}

	.page_box {
		text-align: left;
		padding: 6px 10px;
		margin-top: 30px;
	}

	.page_box a {
		display: none;
	}

	.page_box a.prev {
		display: inline-block;
		float: none;
	}

	.page_box a.next {
		display: block;
	}

	.foot_box .divr {
		display: none;
	}

	.head_box .nav_div {
		display: block;
	}

	.foot_box {
		padding-top: 30px;
	}

	.foot_box .w72 {
		display: block;
	}

	.foot_box .divl {
		width: 100%;
		padding-right: 0;
	}

	.foot_box .divl .logo_a {
		width: 160px;
		margin-bottom: 14px;
	}

	.foot_box .divl .bdsharebuttonbox {
		margin-top: 14px;
	}

	.foot_box .divl img {
		margin-top: 20px;
	}

	.foot_box .divb {
		padding: 10px 0;
		margin-top: 20px;
		height: auto;
		line-height: 1.5;
	}

	.foot_box .divb a {
		display: none;
	}

	.recruit_box form input {
		background: #f7f7f7;
		height: 42px;
		width: 100%;
		margin-bottom: 6px;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.recruit_box form select {
		width: 100%;
		background: #f7f7f7;
		box-sizing: border-box;
		padding: 0 7px;
		height: 42px;

		margin-bottom: 10px;
	}

	.recruit_box form button {
		float: none;
		width: 100%;
		height: 42px;
		margin-top: 6px;
	}

	.recruit_box .list_dl dt span:nth-of-type(2) {
		display: none;
	}

	.recruit_box .list_dl dt span:nth-of-type(3) {
		display: none;
	}

	.recruit_box .list_dl .divt span:nth-of-type(2) {
		display: none;
	}

	.recruit_box .list_dl .divt span:nth-of-type(3) {
		display: none;
	}

	.recruit_box .list_dl .divb {
		padding: 20px 4%;
	}

	.recruit_box .list_dl .div2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.about_box .div3 ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 18px;
	}

	.about_box .div3 ul li:last-of-type {
		margin-bottom: 0;
	}

	.about_box .div2 .swiper-slide {
		padding: 10px;
	}

	.about_box .div2 .button_div {
		margin: 30px auto 0;
	}

	.title_dl {
		margin-bottom: 28px;
	}

	.title_dl dd {
		float: none;
	}

	.title_dl dt {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 24px;
		line-height: 1;
		margin-bottom: 28px;
	}

	.title_dl dt small {
		display: block;
		font-size: 14px;
		margin-top: 12px;
		color: #333;
	}

	.news_box .div2 .divl {
		width: 100%;
	}

	.news_box .div2 .divr {
		position: static;
		width: 100%;
	}

	.news_box .div2 .divr a {
		padding: 0;
	}

	.news_box .div3 li {
		width: 100%;
		margin-right: 0;
		margin-top: 18px;
	}

	.news_box .div2 .divr a {
		margin-top: 14px;
		border: none;
	}

	.news_box .div2 .divr a:last-of-type {
		border: none;
	}

	.news_box .div2 .divr a strong {
		width: 24%;
		padding-bottom: 24%;
	}

	.news_box .div2 .divr a div h6 {
		font-size: 16px;
	}

	.news_box .div2 .swiper-slide div h6 {
		font-size: 16px;
	}

	.news_box .div3 {
		margin-top: 12px;
	}

	.title_dl dd span {
		width: 33.33%;
	}

	.title_dl dd span::after {
		display: none;
	}

	.title_dl dd a {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 0;
	}

	.news_box .div3 li div {
		padding: 18px 18px 0;
	}

	.news_box .div3 li div h6 {
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		margin-bottom: 12px;
	}

	.news_box .div3 li div span {
		margin-top: 10px;
	}

	.newsinfo_box .h5 {
		font-size: 20px;
	}

	.newsinfo_box .h6 {
		margin-top: 16px;
	}

	.newsinfo_box .page_div {
		margin-top: 30px;
		height: 42px;
		line-height: 42px;
	}

	.newsinfo_box .page_div .a1 {
		display: none;
	}

	.newsinfo_box .page_div .a2 {
		display: none;
	}

	.newsinfo_box .page_div .a3 {
		width: 100%;
	}

	.service_box .h5 {
		margin-bottom: 30px;
	}

	.service_box .h5 span {
		height: auto;
		padding: 12px 18px;
		line-height: 1.5;
		font-size: 20px;
	}

	.service_box .divt {
		width: 100%;
		vertical-align: top;
	}

	.service_box .ulb {
		width: 100%;
		vertical-align: top;
	}

	.service_box .ulb li h5 {
		margin-bottom: 12px;
	}

	.train_box .nr_dl dt {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 30px;
	}

	.train_box .nr_dl dd div {
		width: 100%;
		padding-top: 0;
	}

	.train_box .nr_dl dd ul {
		margin-top: 20px;
	}

	.train_box .nr_dl dd ul li {
		font-size: 16px;
	}

	.train_box .nr_dl dd h6 {
		font-size: 30px;
		padding-left: 80px;
	}

	.train_box .nr_dl dd em {
		width: 100%;
		padding-left: 0;
	}

	.customized_box ul li h6 small {
		font-size: 14px;
		line-height: 1.5;
	}

	.customized_box form {
		padding-top: 30px;
		margin-top: 30px;
	}

	.customized_box form input {
		width: 100%;
		margin-right: 0;
		height: 44px;
		margin-bottom: 14px;
	}

	.customized_box form textarea {
		width: 100%;
		height: 100px;
		margin-bottom: 14px;
	}

	.customized_box form button {
		width: 100%;
		height: 80px;
		font-size: 20px;
	}

	.application_box .ul1 li {
		width: 48%;
		margin-right: 4%;
	}

	.application_box .ul1 li a {
		padding-bottom: 90%;
	}

	.application_box .ul1 li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.application_box .ul1 li:nth-of-type(2n) {
		margin-right: 0;
	}

	.application_box .ul1 li dt {
		height: 60px;
		width: 60px;
	}

	.application_box .ul1 li dt img {
		width: 100%;
		height: 100%;
	}

	.application_box .ul1 li dd {
		font-size: 18px;
		margin-top: 14px;
	}

	.application_box .ul1 li dd small {
		font-size: 14px;
		margin-top: 8px;
	}

	.application_box .h5 {
		font-size: 22px;
		padding-bottom: 20px;
		margin-top: 20px;
		margin-bottom: 14px;
	}

	.application_box .ul2 li {
		width: 48%;
		margin-right: 4%;
	}

	.application_box .ul2 li:nth-of-type(2n) {
		margin-right: 0;
	}

	.application_box .ul2 li dd {
		font-size: 18px;
	}

	.applicationinfo_box .divl {
		display: none;
	}

	.applicationinfo_box .divr {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.applicationinfo_box .divr .h5 em {
		display: none;
	}

	.applicationinfo_box .divr .h5 {
		height: auto;
		padding-left: 0;
		line-height: 1;
	}

	.applicationinfo_box .divr .h5 span {
		font-size: 24px;
		display: block;
		text-align: center;
	}

	.applicationinfo_box .divr .h5 small {
		font-size: 14px;
		display: block;
		text-align: center;
		color: #333;
		margin-top: 12px;
	}

	.applicationinfo_box .divr .nr_div {
		margin-top: 30px;
	}

	.applicationinfo_box .divr .nr_div p {
		display: block !important;
	}

	.applicationinfo_box .divr .nr_div img {
		float: none !important;
		margin: 0;
		width: 100%;
	}

	.applicationinfo_box .divr .h5 img {
		display: none;
	}

	.product_box .swiper-slide::after {
		display: none;
	}

	.product_box .swiper-slide .div2 {
		display: none;
	}

	.product_box .swiper-slide .div1 em {
		margin: 10% 0;
	}

	.product_box .swiper-slide .div1 span {
		width: 120px;
		height: 40px;
		font-size: 14px;
	}

	.productinfo_box .swiper-container {
		width: 100%;
	}

	.productinfo_box .div1 .divr {
		width: 100%;
		margin-top: 30px;
	}

	.productinfo_box .div1 .divr h5 {
		font-size: 24px;
	}

	.productinfo_box .div1 .divr h6 {
		margin-bottom: 20px;
	}

	.productinfo_box .div1 .divr dd {
		margin-bottom: 20px;
	}

	.productinfo_box .div2 .divl {
		width: 100%;
	}

	.productinfo_box .div2 {
		margin-top: 30px;
	}

	.productinfo_box .div2 .divl h5 {
		text-align: center;
		margin-bottom: 28px;
	}

	.productinfo_box .div2 .divl h5 small {
		color: #333;
		font-size: 14px;
		margin-top: 12px;
	}

	.productinfo_box .div2 .divr {
		width: 100%;
	}

	.productinfo_box .div2 .divl li h6 {
		height: 70px;
		line-height: 70px;
	}

	.productinfo_box .div2 .divl li h6 small {
		margin-left: 12px;
		padding-left: 10px;
	}

	.productinfo_box .div2 .divl li h6 i {
		top: 19px;
	}

	.productinfo_box .div2 .divr {
		margin-top: 20px;
	}

	.productinfo_box .div2 .divr::before {
		display: none;
	}

	.productinfo_box .div2 .divr::after {
		display: none;
	}

	.productinfo_box .div2 .divl li.active h6 {
		padding: 0 10px;
	}

	.welcome_body {
		padding-top: 52px;
	}

	.swiper_box .button_div {
		display: none;
	}

	.swiper_box .swiper-slide>div {
		width: 92%;
		left: 4%;
		text-align: center;
	}

	.swiper_box .swiper-slide>div::before {
		margin: 0 auto 12px;
	}

	.swiper_box .swiper-slide a {
		margin: 30px auto 0;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}

	.welcome_box .div1 .divr {
		width: 100%;
	}

	.welcome_box .div1 .divl {
		position: static;
		width: 100%;
	}

	.swiper_box .swiper-slide h6 {
		font-size: 22px;
	}

	.swiper_box .swiper-slide p {
		display: none;
	}

	.swiper_box .swiper-slide h6 small {
		font-size: 16px;
		font-size: 0;
	}

	.welcome_box .div1 {
		margin: 30px auto;
	}

	.welcome_box .div2 {
		padding: 30px 0;
	}

	.welcome_box .div4 {
		margin: 28px 0 30px;
	}

	.welcome_box .div4 .h5 {
		margin-bottom: 28px;
	}

	.welcome_box .div4 .more_a {
		margin-top: 28px;
	}

	.welcome_box .div1 .divl::after {
		display: none;
	}

	.welcome_box .div1 .divt {
		padding: 20px 18px;
	}

	.welcome_box .h5 {
		font-size: 24px;
		margin-bottom: 28px !important;
		padding: 17px 0 !important;
	}

	.welcome_box .div1 .divt h5 {
		font-size: 24px;
		margin: 0 !important;
	}

	.welcome_box .h5 small {
		font-size: 14px;
	}

	.welcome_box .div1 .divb {
		position: static;
		font-size: 0;
		margin-top: 20px;
	}

	.welcome_box .div1 .divb a {
		width: 32%;
		margin-right: 2%;
	}

	.welcome_box .div1 .divb a:last-of-type {
		margin-right: 0;
	}

	.welcome_box .div2 .swiper-slide .divl {
		width: 100%;
		float: none;
	}

	.welcome_box .div2 .swiper-slide .divl img {
		max-width: 60%;
	}

	.welcome_box .div2 .swiper-slide .divl h6 {
		font-size: 20px;
	}

	.welcome_box .div2 .swiper-slide .divr {
		width: 100%;
		float: none;
		position: static;
	}

	.welcome_box .div2 .swiper-slide .divr #mCSB_1_container {
		width: 100%;
	}

	.welcome_box .div2 .swiper-slide .divr .dl {
		width: 100%;
	}

	.welcome_box .div2 .swiper-slide .divr .dr {
		width: 100%;
		padding-left: 0;
	}

	.welcome_box .div2 .swiper-slide .divb {
		padding: 20px 18px;
	}

	.welcome_box .div2 .swiper-slide .divr .h6 img {
		display: none;
	}

	.welcome_box .div2 .swiper-slide .divr .d1 {
		margin-bottom: 20px;
	}

	.welcome_box .div2 .swiper-slide .divr .d2 {
		margin-bottom: 20px;
	}

	.welcome_box .div2 .swiper-slide .divr .h6 span {
		font-size: 18px;
	}

	.welcome_box .div3 .gallery-top .swiper-slide {
		overflow: hidden;
	}

	.welcome_box .div3 .gallery-top .bg_img {
		position: absolute;
		height: 100%;
		width: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.welcome_box .div3 .gallery-top .nr_div {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		padding: 20px 0;
	}

	.welcome_box .div3 .gallery-top .divl {
		padding-right: 0;
	}

	.welcome_box .div3 .gallery-top .divl h6 {
		display: none;
	}

	.welcome_box .div3 .gallery-top .divl h5 {
		font-size: 24px;
	}

	.welcome_box .div3 .gallery-top .divl a {
		width: 36px;
		height: 36px;
		margin-top: 30px;
	}

	.welcome_box .div3 .gallery-thumbs .swiper-slide {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}

	.welcome_box .div3 .gallery-thumbs .swiper-slide-thumb-active i {
		margin-right: 8px;
	}

	.welcome_box .div4 .h5 {
		padding: 0 !important;
	}

	.welcome_box .div4 .nr_div a {
		width: 100%;
		margin-right: 0;
	}

	.welcome_box .div4 .more_a {
		display: block;
		width: 60px;
		text-align: center;
		margin: 18px auto 0;
	}

	.pc_box {
		display: none;
	}

	.occupationxqy_box form label{
		width: 100%;
	}
	.about_box{
		padding: 0.3rem 0.1rem;
	}

	.news-list dl dt{
		width: 100%;
		position: initial;
	}
	.news-list dl dd{
		width: 100%;
		height: auto;

	}
	.news-list dl dd span.date{
		position: inherit;
		margin-top: 10px;
	}
	.news-list dl dd .more{
		position: inherit;
		margin-top: 10px;
	}
	.head_box .nav_ul li p a{
		display: block;
	}

	.lyjy_box_con dl{
		width: 100%;
		height: auto;
	}

	.lyjy_box_con dl dd .con{
		width: 100%;
	}
	.lyjy_box_con dl dd{
		margin-left: 0px;
	}
	.footer .flogo{
		width: 100%;
	}
	.footer li{
		width: 100%;
		float: none;
	}
	.footer ul {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.footer .f_nav{
		width: 100%;
	}
	.footer .ewm{
		width: 100%;
	}
	.footer .ewm img{
		width: 40%;
	}
	.footer .flogo img{
		width: 50%;
	}
	.talent_box_con dl dd{
		padding: 20px 20px;
	}
	.talent_box_con dl dd .more1{
		position: initial;
		margin-top: 10px;
	}
	.talent_box_con .dl2 dt .more1{
		position: initial;
		margin-top: 10px;
	}
	.talent_box_con .dl2 dt, .talent_box_con .dl2 dd{
		width: 100%;
		padding: 20px 20px;
	}
	.talent_box_con .dl3{
		padding: 20px 20px;
	}
	.talent_box_con .dl3 li span{
		float: none;

	}
	.info_box .about_box{
		padding: 0.3rem;
	}
	.info_box .about_box .hx_ico img{
		left: 15%;
	}
	.mtop{
		margin-top: 0;
	}
	.notice_box_con .notice-nav{
		width: 100%;
	}
	.notice_box_con .notice-c {
		width: 100%;
	}
	.notice_box_con .notice-c li span{
		float: none;
	}
	.party_box_con dl dd .more1{
		position: initial;
		margin-top: 10px;
	}
	.jdyy_box_con ul li div{
		width: 100%;
		position: initial;
		padding: 0px;
	}
	.jdyy_box_con ul li div h6{
		padding: 5% 5% 0 5%;
	}
	.jdyy_box_con ul li div p{
		padding: 0% 5% 5% 5%;
	}
	.ylwj_prlist ul li {
		width: 95%;
		    margin-bottom: 20px;
	}
	.index_box .div1_con ul li{
		width: 100%;
	}
	.in_wh{
		    margin: 5px;
	}
	.in_wh ul {
    display: flow-root;
}
	.in_wh ul li{
		width: 50%;
		float:left;
	}
	.index_box .div2 ul{
		display: block;
	}
	.index_box .div2 ul li{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.index_box .div3 ul li{
		width: 50%;
	}
	.index_box .div3 ul {
    display: inline;
}
.index_box .div3 .div3_con{
	    opacity: 1;
	    top: 10%;
}
.yd_logo{
	width: 50%
}
.yd_title{
	margin-top: 35%;
	width: 100%;
	float: none;
	margin-right:0;
}

}

@media (max-width: 768px) {
	.banner_box img {
		height: auto;
		width: 100%;
	}
	.w65{width: 100%;}


	.index_box .div3 .div3_con span{
		font-size: 20px;
	}
	.index_box .div3 .div3_con {
		  padding-top: 10%;
		  top: 0%;
	}

	.index_box .div3 .div3_con .more_a{
		    font-size: 14px;
		        width: 0.8rem;
		        border: 2px solid #FFFFFF;

	}
	.index_box .bt_title{
		font-size: 0.24rem;
	}
	.index_box .div1_con .innews_con span{
		font-size: 0.22rem;
	}
	.index_box .div1_con .innews_con{
		position: unset;
		background: #dcdcdc8f;
		color: #676767;
	}
	.index_box .div1_con ul li {
    margin-bottom: 10px;
}
.head_box .nav_div{
	width: 40px;
    height: 40px;
    margin: 5px;
}
.footer .fgz{
	display: none;
}
.footer .ewm{
	display: none;
}
.footer .f_nav .f_nav_con{
	color:#fff;
}
.footer .f_nav a{
	line-height: 25px;
}

.footer .fx{
	display: none;
}
.footer .f_nav .f_nav_con{
	display: none;
}

}
