* {
	margin: 0;
	padding: 0;
	font-family: "Arial", "微软雅黑";

}

html {
	font-family: "Arial"
}
body{ }
ul,
ol {
	list-style: none;
}

.clearfix {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

em {
	font-style: normal;
}

.content {
	width: 1200px;
	margin: auto;
}

.neiong {
	margin-top: 86px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.case_fl::-webkit-scrollbar {
	width: 5px;
	/*对垂直流动条有效*/
	height: 5px;
	/*对水平流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.case_fl::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/

.case_fl::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: #e1e1e1;
}


/*定义右下角汇合处的样式*/

.case_fl::-webkit-scrollbar-corner {
	background: khaki;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: 0
}

th,
td {
	padding: 8px
}

.table {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

.table th,
.table td {
	padding: 8px 12px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1
}

.table th {
	background: #f9f9f9
}

.table tr:hover td {
	background: #fffffc
}

input,
textarea,
select,
button {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #2b333b;
	outline: 0
}

::-moz-placeholder {
	text-align: left;
	color: #999
}

::-webkit-input-placeholder {
	text-align: left;
	color: #999
}

::-ms-input-placeholder {
	text-align: left;
	color: #999
}

input[type='text'],
input[type='password'] {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box
}

input[type='radio'],
input[type='checkbox'] {
	display: inline-block;
	vertical-align: -2px
}

input[type='file'].file {
	left: 0;
	top: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	opacity: 0;
	font-size: 80px;
	cursor: pointer;
	overflow: hidden
}

textarea {
	width: 100%;
	height: 88px;
	line-height: 28px;
	padding: 2px 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	resize: none
}

select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.btn {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	background: #009688;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	cursor: pointer
}

input[type='button'].btn-border,
input[type='submit'].btn-border,
input[type='reset'].btn-border,
button.btn-border,
.btn-border {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #2b333b
}

input[type='button'].btn-blue,
input[type='submit'].btn-blue,
input[type='reset'].btn-blue,
button.btn-blue,
.btn-blue {
	background: #2f81c4
}

input[type='button'].btn-green,
input[type='submit'].btn-green,
input[type='reset'].btn-green,
button.btn-green,
.btn-green {
	background: #57ac57
}

input[type='button'].btn-red,
input[type='submit'].btn-red,
input[type='reset'].btn-red,
button.btn-red,
.btn-red {
	background: #f45445
}

input[type='button'].btn-orange,
input[type='submit'].btn-orange,
input[type='reset'].btn-orange,
button.btn-orange,
.btn-orange {
	background: #f7783a
}

input[type='button'].btn-black,
input[type='submit'].btn-black,
input[type='reset'].btn-black,
button.btn-black,
.btn-black {
	background: #2b333b
}

.radius {
	border-radius: 4px
}

.radius-50 {
	border-radius: 50%
}

.radius-form {
	border-radius: 19px
}

.pf {
	position: fixed
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.auto {
	margin: 0 auto
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.hide {
	display: none
}

.border-box {
	box-sizing: border-box
}

.hidden {
	overflow: hidden
}



/*头部开始*/
.header{ width: 100%; height: 110px;position: sticky;top: 0;z-index: 99;background: #fff; box-shadow: 0 10px 10px -10px rgba(0,0,0,.08);}
.wrapper{ width: 1440px; margin: 0 auto; }
.header .wrapper {height: 100%;}
/*.nav{ padding-left: 150px;}*/
.top_nav li{position: relative;cursor:pointer;display: block; float: left; line-height: 110px; }
.top_nav a {color: #333;font-size: 16px;display: block; padding:0 0;width: 100px}
.top_nav li:hover .sj_xia {display: block;transition: all 0.5s;}
.top_nav li a{ display: block; text-align: center;}
.top_nav li a:hover {color: #153163;}
.top_nav .on a {color: #153163; font-weight: bold;}
.top_nav .on:before {
	width: 60px;
	height: 2px;
	background: #153163;
	position: absolute;
	left: 26px;
	bottom: 0;
	z-index: 3;
	content: "";
}
.top_nav li .sj_xia {
	position: absolute;
	top: 110px;
	width: 140px;
	padding-bottom: 8px;
	display: none;
	z-index: 99;
	background: #fff;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	left: 50%;
	margin-left: -70px;transition: all 0.5s;
}
.top_nav li .sj_xia a{ color: #000; width:140px}
.top_nav li .sj_xia a:hover{ color: #153163;}
.top_nav li .sj_xia li {line-height: 48px;display: block;border-bottom: 1px solid #f7f7f7; background: none;width: 140px;}
.top_nav li .sj_xia li a {font-size: 15px;font-weight: normal;text-transform: capitalize}

#search-btn{width:19px; height:19px;  background:url(../img/seach.png) no-repeat center; cursor:pointer; transition:all 0.1s linear;}
#search-btn:hover{background-image:url(../img/seach.png); transition:all 0.1s linear;}
#search{right:0; top:110px; z-index:98; display:none; height:68px; padding:10px; background:rgba(255,255,255,.5); box-shadow:0 0 10px rgba(0,0,0,.08); overflow:hidden;}
#search input{width:278px; height:48px; line-height:48px; padding:0 16px; border:none; border-radius:0; font-size:16px; color:#464646;}
#search input::-moz-placeholder{color:#999;}
#search input::-webkit-input-placeholder{color:#999;}
#search input::-ms-input-placeholder{color:#999;}
#search button{width:48px; height:48px; background:url(../img/search1.png) no-repeat center #153163; border:none; border-radius:0;}

.lang a{ background: #153163; color: #fff; font-size: 14px; padding: 10px 15px; border-radius: 60px;}
.lang a:hover{ background: #ff6a14;}

/*banner轮播开始*/
.swiper-container,.swiper-wrapper,.swiper-slide {height: 540px;width: 100%;}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next {display: block;}
.banner .swiper-pagination-bullet-active{ background:#ff6a14;}




/*公司简介开始*/
.about{ background: url(../img/about_jj.jpg) no-repeat top center; background-size: cover; height: 640px; width: 100%; position: relative;}

.about_tu{  position: absolute; left: 0;bottom: 0; width: 45%; height: 540px;}
.about_right{ width: 684px; float: right; padding-right: 74px; padding-top: 100px;}
.about_right h2{ font-size: 20px; color: #ff6a14; line-height: 50px; }
.about_right h3{color: #333;
			    line-height: 30px;
			    overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-line-clamp: 4;
			    -webkit-box-orient: vertical;
			    font-size: 16px;
			    margin-bottom: 16px;
			    margin-top: 30px;
			    }
.about_right1{ margin-bottom: 50px; margin-top: 20px;}
.about_right2 a{ background: #153163; border-radius: 60px; width: 180px; height: 50px; text-align: center; text-align: center;  display: block; color: #fff; line-height: 50px; margin-top: 58px;transition: all 0.5s;}
.about_right2 a:hover{ background: #ff6a14; padding-left: 10px;transition: all 0.5s;}




/*产品中心开始*/
.proudt{ text-align: center; padding-top: 70px;}
.proudt_tit h2{ font-size: 40px; font-weight: bold; color: #333333;  line-height: 80px;}
.proudt_tit h3{ font-size: 16px; color: #666666;}
.proudt_nr{ margin-top: 50px;}

.slideGroup{ width:1440px;  }
.slideGroup .parHd{ height:30px; line-height:30px; background:#fff;box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);position:relative;height: 70px;  border-radius: 60px; line-height: 70px; }
.slideGroup .parHd ul{ float:left; position:absolute; text-align: center; display: flex; }
.slideGroup .parHd ul li{   cursor:pointer; cursor: pointer; font-size: 16px; padding:0 36px; }
.slideGroup .parHd ul li.on{  background:#ff6a14; color: #fff; border-radius: 60px; text-align: center;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 0px; position:relative;   }
.slideGroup .parBd{ padding-top: 50px;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{  float:left; _display:inline; overflow:hidden; text-align:center; width: 100%;  }
.slideGroup .parBd ul li .chanpin{ display: flex;justify-content: space-between;}
.slideGroup .parBd ul li .chanpin .chanpin_left{  width: 640px; background: #fff; border: 3px solid #eeeeee; height: 435px; text-align: center;align-items: center;
display: flex;justify-content: center; }
.slideGroup .parBd ul li .chanpin .chanpin_left img{ }
.chanpin_left img{ width:100%}
.chanpin_right{ width: calc(100% - 640px); text-align: left}
.chanpin_right h2{ color: #333333; font-size: 24px; font-weight: bold;}
.chanpin_right h3{
	color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    }
 .chanpin_right_qieh{ height: 90px; background: #eeeeee; position: relative}
 .chanpin_right section{ padding: 40px 30px;box-sizing: border-box;}
 .slideGroup .sPrev,.slideGroup .sNext{ position:absolute; top: 32px;  display:block; width:12px; height:21px;text-transform:Uppercase; font-size: 15px; color: #153163;  }
 .slideGroup .sPrev{ background: url(../img/szuo.png) no-repeat top center;position: absolute; left: 30px; padding-left: 20px; color: #153163;}
 .slideGroup .sNext{ background: url(../img/s_right.png) no-repeat top center; position: absolute; right: 0px;padding-right: 100px;}
 
 
 /*产品列表开始*/
.chanpin_lie{ margin-top: 30px; overflow:hidden;
}
.chanpin_lie dl{ display:  flex;}
.chanpin_lie dl dd{  text-align: center;transition: all 0.5s; margin-right: 40px;
    }
.chanpin_lie dl dd:nth-child(4){ margin-right:30px}
.chanpin_lie_tu{ width: 320px; height: 230px; border: 5px solid #eeeeee;align-items: center;display: flex;justify-content: center;}
.chanpin_lie_tu img{ width: 100%; height: 200px;}
.chanpin_lie_wen{ display: flex; justify-content: space-between;align-items: center; padding-top: 10px;}
.chanpin_lie_wen_left h2{ font-size: 18px; color: #333333; font-weight: bold;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.chanpin_lie_wen_left h3{ font-size: 15px; color: #666; font-weight: normal;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; text-align: left;
}
.chanpin_lie_wen_right{ transition: all 0.5s;width: 36px; height: 36px; border-radius: 60px; border: 3px solid #e5e5e5; line-height: 29px; text-align: center; font-size: 18px; font-weight: bold;}
.chanpin_lie dl dd:hover .chanpin_lie_tu{border: 5px solid #ff6a14;transition: all 0.5s;}		
.chanpin_lie dl dd:hover .chanpin_lie_wen_right{border: 3px solid #ff6a14; background: #ff6a14; color: #fff;transition: all 0.5s;}






/*资讯中心开始*/
.news{ background: url(../img/mm11.jpg) no-repeat top center; background-size: cover; height: 910px; width: 100%; margin-top: 50px; padding-top: 60px;} 

.news2{ margin-top: 40px;}
.news2 ul{ display: flex;}
.news2 ul li{box-sizing: border-box; background: #fff; border-radius: 10px; padding: 25px; margin-right: 30px; height: 194px;
     width: 32%;
} 
.news2 ul li:nth-child(3){ margin-right: 0;}
.news2_1{ font-size: 15px; color: #999999;}
.news2 ul li h2{font-size: 18px; color: #333333; font-weight: bold;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.5s; margin-top: 10px;}
.news2 ul li h3{ 
	color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 20px;
}
.news2 ul li:hover h2{ color: #ff6a14;transition: all 0.5s;} 
.news1{ display: flex;justify-content: space-between; margin-top: 46px;}
.news1_left2{ background: url(../img/be1.png) repeat-x bottom center; padding:0 30px;box-sizing: border-box; position: absolute; width: 100%; bottom: 0; left: 0; height: 170px; padding-top: 70px;}
.news1_left2 h2{font-size: 15px; color: #fff; font-weight: normal;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.5s;}
.news1_left2 h3{font-size: 20px; font-weight: normal; color: #fff; line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.5s; margin-top: 10px;}

.news1_left{ width: 950px; height: 380px; overflow: hidden; position: relative;border-radius: 10px;}
.news1_left1{width: 950px; height: 380px; }
.news1_left1 img{ height: 380px; border-radius: 10px;width: 100%; text-align: center;transition: 1s;transition: all 0.5s;}
.news1_left:hover .news1_left1 img{transform: scale(1.1);transition: all 0.5s;}


.news1_right{ width: 460px; height: 380px; overflow: hidden; position: relative;border-radius: 10px;}
.news1_right2{ background: url(../img/be1.png) repeat-x bottom center; padding:0 30px;box-sizing: border-box; position: absolute; width: 100%; bottom: 0; left: 0; height: 170px; padding-top: 70px;}
.news1_right2 h2{font-size: 15px; color: #fff; font-weight: normal;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.5s;}
.news1_right2 h3{font-size: 20px; font-weight: normal; color: #fff; line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all 0.5s; margin-top: 10px;}
.news1_left1{width: 950px; height: 380px; }


.news1_right1 img{ border-radius: 10px;width: 100%; height: 380px; text-align: center;transition: 1s;transition: all 0.5s;}
.news1_right:hover .news1_right1 img{transform: scale(1.1);transition: all 0.5s;}
.news_tit{ display: flex;justify-content: space-between;align-items: center;}
.news_tit .about_right2 a{ margin-top: 0;}

.news_tit1 h2{ font-size: 40px; font-weight: bold; color: #333333;  line-height: 70px;}
.news_tit1 h3{ font-size: 16px; color: #666666;}






/*招聘中心开始*/
.join{ text-align: center; margin-top: 40px;}
.join_nr{ display: flex; margin-top: 50px;}
.join_nr_left img{ width: 650px; height: 432px;}

.join_nr_right{ width: calc(100% - 650px); text-align: left; padding-left: 60px;box-sizing: border-box;}
.join_nr_right h2{ font-size: 27px; color: #242424; line-height: 40px; margin-top: 30px; margin-bottom: 30px;}
.join_nr_right section{  font-size: 17px; color: #666666; line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;}
.join_nr_right section p{  font-size: 17px; color: #666666; line-height: 30px;}



/*问题开始*/

.faq1{ background: #072454; width: 100%; margin-top: 60px; padding-top: 40px; padding-bottom: 40px;}
.faq1 .wrapper{ display: flex;justify-content: space-between;align-items: center;}
.faq1_left { width: 530px;}
.faq1_left3{ color: #fff; font-size: 16px; line-height: 28px;}

.faq1_left2{width: 530px; height: 70px; border-radius: 70px; background: #fff; margin-bottom: 30px; margin-top: 30px;}
.weo-btn22{ background: url(../img/s_seach.jpg) no-repeat top center; width: 51px; height: 49px; margin-right:20px; margin-top: 11px;position: absolute; right: 1px; top: 0px; z-index: 2;}
.faq1_left2{ display: flex; position: relative;}
.faq1_left2 img{ width: 50%;}
#searchimg{ position: absolute; left: 16px; top: 5px; z-index: 1;}


body .weo-input2{ border: none; line-height: 70px; border: 1px solid #fff; height: 60px;border-radius: 60px; 
position: absolute; left: 16px; top: 5px; z-index: 2; background: none; border: none;


}
.faq2{ margin-top: 50px;}
.faq2 ul{ display: flex;align-items: center; overflow:hidden;
}
.faq2 ul li{ background: #f0f0f0; border-radius: 10px;box-sizing: border-box; padding: 30px; width:32%; margin-right:60px}
.faq2 ul li h2{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; color: #333333; font-size: 20px; font-weight: bold;}
.faq2 ul li h2 img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -8px;
}
.faq2 ul li{ width: 32%;transition: all 0.5s;}
.faq2 ul li section{
	color: #5d5d5d;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 10px;
    padding-left: 44px;
    }
.faq2 ul li:hover h2{ color: #ff6a14;} 



/*联系我们开始*/
.lianxi{ background: url(../img/lx_bj.jpg) no-repeat top center; height: 541px; width: 100%; margin-top:50px;}
.lianxi .wrapper{ display: flex;justify-content: space-between;align-items: center;}
.lianxi_left{ width: 576px;}
.lianxi_d{display: flex;align-items: center; margin-top: 40px;}
.lianxi_d_re{ color: #fff; padding-left: 20px;}
.lianxi_left h2{ color: #fff; font-size: 24px; font-weight: bold; margin-top: 20px;} 
.jianj{  color: #fff; font-size: 15px; line-height: 25px; padding-top: 10px; padding-bottom: 0px;}

.lianxi_right{ width: 720px; height: 541px; background: #153163;box-sizing: border-box; padding: 60px 50px;}
.lianxi_right h2{ color: #fff; font-size: 24px; font-weight: bold;}
.lianxi_right h3{ font-size: 15px; color: rgba(255,255,255,0.6); margin-top: 20px; margin-bottom: 30px;}

body .weo-input3{ border: 1px solid #294b89; height: 50px; line-height: 50px; border-radius: 4px; font-size: 14px; background: none; margin-top: 20px; color: #fff;}
body .weo-textarea33{border: 1px solid #294b89; height: 96px; line-height: 30px; border-radius: 4px; font-size: 14px; background: none; margin-top: 20px;color: #fff;}
body .weo-btn33{ background: #ff6a14; color: #fff; color: #fff; height: 50px; border-radius: 5px; margin-top: 30px; font-size: 15px;color: #fff;}






/*友情链接开始*/
.yqlj .wrapper{display: flex;align-items: center;}
.yqlj_right{ padding-left: 20px; padding-top: 80px; padding-bottom: 80px;}
.yqlj_right a{ font-size: 15px; color: #666; line-height: 30px; padding-right: 30px;}
.yqlj_left{ border-right: 1px solid #e5e5e5; padding-right: 20px; padding-top: 60px;padding-bottom: 60px;}
.yqlj_right a:hover{ color: #ff6a14;}






/*底部内容开始*/
.bottom{background: url(../img/footer.png) no-repeat top center; height: auto; background-size: cover; width: 100%; padding-top: 60px;padding-bottom: 30px;}
.bottom1 .wrapper{display: flex;justify-content: center;}
.bottom_le{ width: 308px; }

.bottom_le2{ font-size: 15px; color: #d1d1d1; line-height: 24px; padding-top: 18px;}
.bottom_re{ width: 144px; height: 170px; border: 1px solid rgba(255,255,255,0.2); text-align: center; padding-top: 10px;}
.bottom_re p{ color: #fff; padding-top: 8px;}
.bottom_ce ul{ display: flex; color: #fff; font-size: 14px;}
.bottom_ce{ width: 870px; padding-left: 60px;}
.bottom_ce ul li{ margin-right: 20px; margin-left: 20px;}
.bottom_ce ul li h2{ font-size: 17px; line-height: 60px;}
.bottom_ce ul li a{ display: block;  font-size: 14px; color: #d1d1d1; text-align:left; line-height: 28px;} 
.bottom_ce ul li a:hover{ color: #fff;}
.bottom2 a{ font-size: 14px; color: #fff;}


.bottom2{ width: 100%; text-align: center; color: rgba(255,255,255,0.9); border-top: 1px solid rgba(255,255,255,0.2); margin-top: 60px; padding-top: 30px; } 
.bottom2 a{ color: rgba(255,255,255,0.5); padding-left: 10px;}
.bottom2 a:hover{ text-decoration: underline; color: #fff;}


/*首页小屏幕适配*/
@media (max-width: 1520px){
.wrapper{ width: 1280px;}
.nav {
    padding-left: 37px;
}
.slideGroup {
    width: 1280px;
}
.slideGroup .parHd ul li{padding: 0 29px;}
.chanpin_lie dl dd{ width: 23%;}
.chanpin_lie_tu{ width: 292px;}
.news1_left{ width: 842px;}
.news1_right{ width: 406px;}
.news1_left1{ width: 100%;}
.proudt_nr .slideTxtBox .hd ul li{padding: 0 28px;}
	
}




/*关于我们页面*/
.wrapper2{ width: 1280px; margin: 0 auto;}
.ny_banner{ height: 340px; width: 100%;}
.ny_banner_txt{box-sizing: border-box; padding-top: 200px;}
.ny_banner_txt i{ display: none; width:30px; height: 3px; background: #163362;}
.ny_banner_txt h2{  font-size: 36px; font-weight: bold; color: #163362; margin-top: -30px;} 
.ny_banner_txt h3{  font-size: 18px; font-weight: normal; color: #163362; margin-top: 10px;} 



/*当前位置开始*/
.dqwz{ width: 100%; height: 80px; line-height: 80px; border-bottom: 1px solid #dcdcdc;}
.dqwz .wrapper2{ display: flex;justify-content: space-between;}
.dqwz_left ul{ display: flex;}
.dqwz_left ul li{  display: block; padding-right: 15px; width: 120px; text-align: center;}
.dqwz_left ul li a{ color: #666666; font-size: 16px; display: block;}
.dqwz_left ul li a:hover{ background: #163362; color: #fff;}
.dqwz_left ul li .currer1{ background: #163362; color: #fff;}
.dqwz_right{ color: #666666; background: url(../img/home.jpg) no-repeat center left; padding-left: 25px; font-size: 15px;}
.dqwz_right a{ color: #666666;font-size: 15px;}
.dqwz_right a:hover{ color: #ff6a14;}
.dqwz_right span{ color: #163362;}



/*内页公司简介开始*/
.ny_about1{display: flex;justify-content: space-between; margin-top: 50px;}
.ny_about1_left{ width: 600px; margin-top: 80px;}
.ny_about1_left i{display: block; width:30px; height: 3px; background: #163362; margin-bottom: 30px; margin-top: 20px;}
.ny_about1_left h2{ color: #ff6a14; font-size: 20px; margin-top: 20px;}
.ny_about1_left section{ font-size: 16px; color: #333333; line-height: 28px; margin-top: 20px;}

.ny_about1_right{ width: 620px; height: 420px; overflow: hidden; border-radius: 10px;}
.ny_about1_right img{width: 620px; height: 420px;border-radius: 10px;}

.ny_about2 ul{ display: flex;}
.ny_about2 ul li{ display: block; width: 32%; text-align: center; margin-right:30px}
.ny_about2 ul li:nth-child(3){ margin-right: 0;}

.ny_about2_tu{ width: 100%; height: 320px; overflow: hidden;border-radius: 10px;}
.ny_about2_tu img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s;border-radius: 10px;}
.ny_about2 ul li:hover img {
	transform: scale(1.1);transition: all 0.5s;
}
.ny_about2_txt{ font-size: 16px; line-height: 50px;}
.ny_about2{ margin-top: 50px;}




/*企业优势开始*/
.qyys{ background: url(../img/ruci.jpg) no-repeat top center; background-size: cover; height: 680px; width: 100%; text-align: center; padding-top: 60px; margin-top: 40px;}
.qyys_tit{ color: #fff; font-size: 40px; line-height: 50px;}
.qyys_nr ul{ display: flex; margin-top: 50px;}
.qyys_nr ul li{ text-align: center;transition: all 0.5s; width:32%; margin-right:30px}
.qyys_nr ul li:nth-child(1) i{ width: 110px; height: 110px; display: inline-block; background:#163362 url(../img/youshi1.png) no-repeat center center; border-radius: 60px;}
.qyys_nr ul li:nth-child(2) i{ width: 110px; height: 110px; display: inline-block; background:#163362 url(../img/youshi2.png) no-repeat center center; border-radius: 60px;}
.qyys_nr ul li:nth-child(3) i{ width: 110px; height: 110px; display: inline-block; background:#163362 url(../img/youshi3.png) no-repeat center center; border-radius: 60px;}

.qyys_nr ul li{ background: #fff; border-radius: 20px; width: 30%; height: 436px;box-sizing: border-box;  padding: 50px;transition: all 0.5s;}
.qyys_nr ul li h2{ color: #333333;font-size: 20px; line-height: 70px;}
.qyys_nr ul li h3{ font-size: 15px; color: #666666; line-height: 25px; text-align: left;}
.qyys_nr ul li:hover:nth-child(1) i{ width: 110px; height: 110px; display: inline-block; background:#ff6b14 url(../img/youshi1.png) no-repeat center center; border-radius: 60px;transition: all 0.5s;}
.qyys_nr ul li:hover:nth-child(2) i{ width: 110px; height: 110px; display: inline-block; background:#ff6b14 url(../img/youshi2.png) no-repeat center center; border-radius: 60px;transition: all 0.5s;}
.qyys_nr ul li:hover:nth-child(3) i{ width: 110px; height: 110px; display: inline-block; background:#ff6b14 url(../img/youshi3.png) no-repeat center center; border-radius: 60px;transition: all 0.5s;}




/*发展历程开始*/
.fazlc{  background: url(../img/lichegn_bj.jpg) no-repeat top center; height: 644px; background-size: cover; text-align: center; padding-top: 60px;}
.fazlc_nr{ margin-top: 80px;}
.fazlc_nr .swiper-container{ padding-left: 50px; padding-right: 50px; height: auto;}
.fazlc_nr .swiper-slide{ text-align: center; height: auto;}
.fazlc_nr .lichegn1{ color: #163362; font-size: 24px; font-weight: bold;}
.fazlc_nr .lichegn2 i{  background: url(../img/cheng.png) no-repeat center center; width: 30px; height: 30px; display: inline-block; margin-top: 30px;}
.lichegn3 h2{ font-size: 18px; color: #333333; font-weight: bold; line-height: 50px;}
.lichegn3 dl{ text-align: left;}
.lichegn3 dl dd{ background: url(../img/dian.png) no-repeat 0 9px; padding-left: 12px; font-size: 15px; color: #666; margin-top: 8px; line-height: 24px;}

.fazlc_nr { position: relative;}
.fazlc_nr:before{ position: absolute; width: 100%; height: 1px;background: #dcdcdc; content: ""; left: 0; top:77px;}


.fazlc_nr .swiper-button-next{ background: url(../img/fz_you.png) no-repeat center center; width: 45px; height: 45px; top: 75px; right: 0;}
.fazlc_nr .swiper-button-prev{ background: url(../img/fz_zuo.png) no-repeat center center; width: 45px; height: 45px;top: 75px; left:0;}
.fazlc_nr .swiper-button-prev.swiper-button-disabled{opacity:1}






/*解决方案分类*/
.white i{ background: #fff;}
.white h2{ color: #fff;}
.white h3{ color: #fff;}
.ny_jjfa .wrapper2{ display: flex;justify-content: space-between;}
.ny_jjfa_le{ width: 840px;}
.ny_jjfa_re { width: 400px;}

.ny_jjfa_le1 h2{ font-size: 36px; color: #333333; line-height: 50px; padding-top: 40px;}
.ny_jjfa_le1 section{ font-size: 15px; color: #666; line-height: 25px; padding-top: 18px;}
.ny_jjfa_le1 dl{  margin-top: 10px; border-bottom: 1px solid #e5e5e5; padding-bottom: 40px; padding-top:30px}
.ny_jjfa_le1 dl dd {
    width: 152px;
    margin-right: 14px;
    float: left;
    margin-bottom: 20px;
    height: 204px;
}

.ny_jjfa_le1_tu{ border-radius: 8px;width: 152px; height: 130px; overflow: hidden;}
.ny_jjfa_le1_tu img{ border-radius: 8px;}
.ny_jjfa_le1_txt{ font-size: 15px; color: #666; line-height: 25px; padding-top: 5px;}

.ny_jjfa_le2{ margin-top: 30px;}
.ny_jjfa_le2 h2{ font-weight: bold; font-size: 17px; color: #333333; line-height: 60px;} 
.ny_jjfa_le2 ul{ background: #f5f5f5; border-radius: 10px;box-sizing: border-box; padding: 24px;}
.ny_jjfa_le2 ul li a{ font-size: 15px; color: #666666;line-height: 50px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ny_jjfa_le2 ul li{ background: url(../img/xia.png) no-repeat left center;  padding-left: 30px; cursor: pointer;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ny_jjfa_le2 ul li a:hover{ color: #163362;}


.ny_jjfa_le3{ margin-top: 20px;}
.ny_jjfa_le3 h2{font-weight: bold; font-size: 17px; color: #333333; line-height: 60px;}

.ny_jjfa_le3_lie ul li { background: #f5f5f5; border-radius: 10px; padding: 24px;}
.ny_jjfa_le3_lie_tu{ background: #fff;border-radius: 10px; align-items: center;display: flex;justify-content: center; height: 420px;width: 100%; overflow: hidden;}
.ny_jjfa_le3_lie_tu img{  text-align: center;transition: 1s;transition: all 0.5s;height: 350px; }
.ny_jjfa_le3_lie ul li:hover .ny_jjfa_le3_lie_tu img{transform: scale(1.1);transition: all 0.5s;}
.ny_jjfa_le3_lie ul li{ margin-top: 15px; margin-bottom: 30px; text-align: center;}

.ny_jjfa_le3_lie_txt{box-sizing: border-box; padding: 10px;}
.ny_jjfa_le3_lie_txt h2{line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size: 20px; font-weight: normal;}
.ny_jjfa_le3_lie_txt section{color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px; margin-top: 0px;}
.ny_jjfa_le3_lie ul li:hover h2{ color: #ff6b14;}
    
    
 .ny_jjfa_re{ margin-top: 50px;}   
 .ny_jjfa_re1{ background: #f5f5f5; border-top: 4px solid #163362; padding-bottom: 30px;}
 .ny_jjfa_re1 h2{ line-height: 60px;  font-weight:normal; font-size: 16px; color: #333333; padding-left: 20px;box-sizing: border-box;}
 .ny_jjfa_re1 ul{ margin-left: 20px; margin-right: 20px;  border-top: 1px dashed #dcdcdc;}
 .ny_jjfa_re1 ul li{ height: 50px; line-height: 50px; display: block; width: 100%; border-bottom: 1px dashed #dcdcdc;padding-left: 20px;box-sizing: border-box;}
 .ny_jjfa_re1 ul li a{ font-size: 15px; color: #666666; display: block;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.ny_jjfa_re1 ul li a:hover{ color: #163362;}
.currrer2{ background: #163362; color: #fff;}
.ny_jjfa_re ul .currrer2 a{ color: #fff;}
.ny_jjfa_re ul .currrer2 a:hover{ color: #fff; }


/*获取资料开始*/
.ny_jjfa_re2{background: #f5f5f5; border-top: 4px solid #163362; padding-bottom: 30px; margin-top: 25px;}
.ny_jjfa_re2 h2{ line-height: 60px;  font-weight:normal; font-size: 16px; color: #333333; padding-left: 20px;box-sizing: border-box;}

.ny_jjfa_re2 h3{ width: 360px; margin: 0 auto; font-size: 15px; color: #999999; line-height: 25px;}
.ny_jjfa_re2 .weo-input4{ background: none; border: 1px solid #dcdcdc; height: 50px; border-radius: 6px; color: #666; font-size: 14px; margin-top: 10px;}

.ny_jjfa_re3{width: 360px; margin: 0 auto;}
.ny_jjfa_re2 .weo-textarea44{background: none; border: 1px solid #dcdcdc; height: 115px; border-radius: 6px; color: #666; font-size: 14px; margin-top: 10px;}
.ny_jjfa_re2 .weo-btn44{ background: #163362; border-radius: 10px; font-size: 15px; color: #fff; cursor: pointer; height: 50px; line-height: 50px; margin-top: 10px;transition: all 0.5s;}
.ny_jjfa_re2 .weo-btn44:hover{ background: #ff6b14;transition: all 0.5s;}
.ny_jjfa_le3_lie{ margin-bottom: 70px;}


/*城市选择框样式*/
#address{ display: flex;justify-content: space-between; margin-top: 10px; }
#address select{width: 30%;height: 50px;border: 1px solid #dcdcdc;border-radius: 6px;outline: none; background: none;padding-left: 5px; padding-right: 5px;font-size: 14px; color: #878787;}
#address select option{width: 80px;max-width: 100px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}







/*解决方案详情*/
.ny_jjfa_re .stare{ margin-bottom: 20px;}
.ny_jjfa_le1 section img{ max-width: 100%;}
.ny_jjfa_re{ margin-bottom: 50px;}



/*内页产品开始*/
.ny_chanp .wrapper2{display: flex;justify-content: space-between; margin-top: 40px;}

.ny_chanp_le_tit{ background: #163362; height: 120px; line-height: 120px; border-radius: 10px 10px 0 0; color: #fff; font-size: 30px; font-weight: bold; text-align: center;}
.ny_chanp_le_tit img{margin-right: 10px; display: inline-block;vertical-align: -8px;}
.ny_chanp_le{ width:280px;}
.ny_chanp_lie { background: #f5f5f5; padding-top: 14px; padding-bottom: 14px;}
.ny_chanp_lie ul li{ height: 55px; line-height: 55px; width: 100%; border-bottom: 1px dashed #e5e5e5; background: url(../img/bb1.png) no-repeat 234px; cursor: pointer;transition: all 0.2s;}
.ny_chanp_lie ul li a{ font-size: 16px; color: #333; padding-left: 40px; display: block;}
.ny_chanp_lie ul li:hover{ background:#ff6b14 url(../img/bb2.png) no-repeat 234px;transition: all 0.2s;}

.ny_chanp_lie ul li:hover a{ color: #fff;}

.ny_chanp_lie .currer3{background:#ff6b14 url(../img/bb2.png) no-repeat 234px;transition: all 0.2s;}
.ny_chanp_lie .currer3 a{color: #fff;}
.ny_chanp_le{ margin-bottom: 80px; margin-top: 50px;}



/*产品右边开始*/
.ny_chanp_re{ width: 956px; margin-top: 30px;}
.ny_chanp_re2 h2{ color: #333333; font-size: 30px; line-height: 60px; margin-top: 20px;}
.ny_chanp_re2 h3{ font-size: 15px; color: #666666; line-height: 28px;}
.ny_chanp_re1{ width: 100%; height: 60px; line-height: 60px; font-size: 15px; background: #f5f5f5; border-radius: 10px;} 
.ny_chanp_re1 .weo-input5{ color: #999; border: 0; background: none;height: 60px; line-height: 60px; font-size: 15px; padding-left: 20px; width: 790px;}

.weo-btn66{ background: #163362 url(../img/shuixian.png) no-repeat 40px; border-radius: 0 10px 10px 0; height: 60px; line-height: 60px; font-size: 15px; width: 140px; position: absolute; right: 0; top: 0; padding-left: 40px;}
.ny_chanp_re1{ position: relative;}

.ckgd_moer{ color: #ff6b14;}
.ckgd_moer img {
    margin-left: 8px;
    display: inline-block;
    vertical-align: 2px;
}







/*产品介绍详情*/

.ny_cp_xiangqing1{display: flex;justify-content: space-between;}
.ny_cp_xiangqing1_left{ width: 460px; height: 460px; overflow: hidden;align-items: center;display: flex;justify-content: center;}
.ny_cp_xiangqing1_left img{ width: 100%;}

.ny_cp_xiangqing1_right{ width: 454px;}
.ny_cp_xiangqing1_right h2{font-size: 36px; color: #163362; font-weight: bold;}
.ny_cp_xiangqing1_right h3{ font-size: 20px; color: #666666; margin-top: 10px;}
.ny_cp_xiangqing1_right em{ width: 27px; height: 3px; background:#163362; display: block; margin-top: 20px; margin-bottom: 20px;}

.ny_cp_xiangqing1_right section{ font-size: 16px; line-height: 25px; color: #666666;}





.ny_cp_xiangqing1_right_an a{ width: 190px;transition: all 0.5s; height: 60px; line-height: 60px; text-align: center; font-size: 15px; border-radius: 60px; background: #ff6b14; display: block; color: #fff;}
.ny_cp_xiangqing1_right_an{ margin-top: 30px;}
.ny_cp_xiangqing1_right_an a:hover{transition: all 0.5s; padding-left: 10px;}



.ny_cp_xiangqing2_t{ background: #163362; width: 100%; height: 60px; margin-top: 40px; line-height: 60px;}
.ny_cp_xiangqing2_t ul{ display: flex;}
.ny_cp_xiangqing2_t ul li{ color: #fff; display: block; font-size: 16px;width: 200px; text-align: center; cursor: pointer;}
.one{ background: #ff6b14; width: 200px; height: 70px; line-height: 70px; border-radius: 10px 10px 0 0; text-align: center;margin-top: -10px}
.ny_cp_xiangqing2_n{ padding-top: 20px; padding-bottom: 50px;}
.ny_cp_xiangqing2_n section{ color: #666666; font-size: 16px; line-height: 30px;}
.ny_cp_xiangqing2_n section img{ max-width: 100%;}
.ny_cp_xiangqing2_n{ min-height: 140px;}



/*相关产品开始*/
.ny_chanp .xgcp .wrapper2{ display: block;}
.xgcp_tit{ font-size: 28px; background: url(../img/xguan.png) no-repeat  bottom left ; width: 100%; padding-bottom: 15px;}
body .yonggan{ margin-top: 30px;}
body .yonggan ul li{ width: 48%; float: left;}
body .yonggan ul li:nth-child(2n){ width: 48%; float: right;}




/*关于我们-联系方式*/
.ny_lxfs{position: relative;height:710px;}
.ditu{ width: 100%; height:710px; position: absolute; left: 0; top: 0;z-index: 1;}
.ny_lxfs2{ position: absolute; right: 10%; top: 60px;z-index: 2; width: 480px; height: 590px; background: #fff; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);}
.ny_lxfs21{
        position: absolute;
    left: 10%;
    top: 60px;
    z-index: 2;
    width: 480px;
    height: 590px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.ny_lxfs2_1{display: flex;justify-content: space-between;align-items: center;}
.ny_lxfs2_1_le h2{ color: #fff; font-size: 22px;}
.ny_lxfs2_1_le h3{  font-size: 14px; color: #fff;}
.ny_lxfs2_1{ background: #163362; height: 120px; border-radius: 10px 10px 0 0;box-sizing: border-box; padding:0 20px;}
.ny_lxfs2_2 ul li{ display: flex; font-size: 15px; color: #666; line-height: 28px; margin-top: 10px;}
.ny_lxfs2_2_d1{ width: 106px;}
.ny_lxfs2_2_d1 img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: -10px;
}
.ny_lxfs2_2_d3{ padding-top: 4px;}
.ny_lxfs2_2{box-sizing: border-box; padding:40px; padding-top: 20px; }
.ny_lxfs2 .ny_lxfs2_2{
        height: 435px;
    overflow-y: scroll;
}
.ny_lxfs2_2_d3{ width: 310px;}
.ny_lxfs2_2 h2{ font-size: 24px; line-height: 60px;}

.ny_lxfs2_3{ display: flex;align-items: center;}
.ny_lxfs2_3_le{ width: 120px; margin-left: 45px;}
.ny_lxfs2_3_le img{  width: 112px; height: 112px;}
.ny_lxfs2_3_re{padding-left: 30px;}
.ny_lxfs2_3_re h2{ font-size: 20px; color: #163362;}
.ny_lxfs2_3_re h3{ font-size: 15px; color: #999999; margin-top: 10px; }






/*内页新闻开始*/
.ny_news{ padding-top: 40px; padding-bottom: 50px;}
.ny_news1{ display: flex;justify-content: space-between;}
.ny_news1_le{ width: 830px; height: 330px; overflow: hidden;}
.ny_news1_re{ width: 364px; height: 330px; overflow: hidden; background: #163362; border-radius: 10px; text-align: center;box-sizing: border-box; padding-top: 20px;}
.ny_news1_re h2{ color: #ffffff; font-size: 20px; line-height: 60px; font-weight: bold; text-align: center;} 


.ny_news2{ margin-top: 20px;}
.ny_news2 ul li{ width: 368px; display: block; float: left; margin-right: 86px; text-align: center;  margin-top: 25px;}
.ny_news2 ul li:nth-child(3n){ margin-right: 0;}
.ny_news2_img{ width:368px; height: 356px; overflow: hidden; border-radius: 10px;}
.ny_news2_img img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s;}
.ny_news2_img:hover img {
	transform: scale(1.1);transition: all 0.5s;
}
.ny_news2_txt h2{line-height: 30px;  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ny_news2_txt h2 a{ color: #333333; font-size: 18px; font-weight: bold;}
.ny_news2_txt h3{ color: #999999; font-size: 15px;}

.ny_news1_re_n{ background: url(../img/kuang.png) no-repeat center 8px; width: 185px;  height: auto; margin:0 auto; padding-top: 20px;background-size: contain;}
.ny_news1_re_n img{ width:155px;}
.ny_news1_re_n p{ color: #fff; font-size: 15px; text-align: center; line-height: 80px;}

.ny_news1_le .swiper-slide{ height: 506px; width: 100%; }
.ny_news1_le .swiper-container {
        width: 100%;
        height: 100%;
    }
.ny_news1_le .swiper-slide {
        background-position: center;
        background-size: cover;
    }
    
/*新闻轮播*/
/* 本例子css */
.ny_news1_le{ position: relative;}
.ny_news1_le .slideBox{ width:830px; height:330px; overflow:hidden; position:relative; border-radius: 10px;  }
.ny_news1_le .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.ny_news1_le .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_news1_le .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.ny_news1_le .slideBox .hd ul li.on{ background:#f00; color:#fff; }
.ny_news1_le .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_news1_le .slideBox .bd li{ zoom:1; vertical-align:middle; }
.ny_news1_le .slideBox .bd img{ width:830px; height:330px; display:block;border-radius: 10px;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
.ny_news1_le .slideBox .prev,
.ny_news1_le .slideBox .next{ position:absolute; display:block; width:11px; height:18px;  }
.ny_news1_le .slideBox .next{ background: url(../img/si_right.png) no-repeat top center; right: 25px;bottom: 26px;  }
.ny_news1_le .slideBox .prev{ background: url(../img/si_left.png) no-repeat top center; left: 25px;bottom: 26px;  }


.x_kai2{ position:absolute; background:url(../img/cici.png) repeat-x; height: 92px; bottom: 0; left: 0; width: 100%; text-align: center; color: #fff; font-size: 20px; padding-top: 40px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}









/*新闻详情开始*/
.ny_news_dea{ text-align: center;}
.ny_news_dea h2{ font-size: 36px; color: #333333; font-weight: bold; line-height: 30px;}
.ny_news_dea h3{ font-size: 16px;  color: #666666; padding-top: 20px; border-bottom: 2px solid #ff6b14; padding-bottom: 30px; margin-bottom: 30px;}
.ny_news_dea section p{ font-size: 16px; color: #666666; line-height: 29px;}
.ny_news_dea section{ text-align: left;}
.ny_news_dea section img{ max-width: 100%;}

.shangyip{ background: #f5f5f5;display: flex;justify-content: space-between; line-height: 60px; color: #666666; font-size: 16px; padding-left: 20px; padding-right: 20px; margin-top: 50px;}
.shangyip a{color: #666666;}
.shangyip a:hover{color: #ff6b14;}
.ny_news_dea { padding-top: 30px;}

/*相关文章开始*/
.xgwz_n{ margin-top: 50px;}
.xgwz_n h2{ font-size: 24px; color: #333; display: block; background: url(../img/dixian.png) no-repeat bottom; padding-bottom: 20px;}
.xgwz_n ul{display: flex;justify-content: space-between; margin-top: 30px; }
.xgwz_n ul li{ width:400px; height: 428px; overflow: hidden; background: #f5f5f5; border-radius: 10px;box-sizing: border-box; text-align: center; padding: 10px;}

.xgwz_n1{ width: 380px; height: 240px; overflow: hidden; border-radius: 10px;}
.xgwz_n1 img{ width: 380px; height: 240px; overflow: hidden; border-radius: 10px;}
.xgwz_n22{ padding-left: 10px; padding-right: 10px;}
.xgwz_n22 h3{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size: 18px; color: #333333;  font-weight: bold; text-align:left; line-height: 40px;}
    
 .xgwz_n22 h4{ font-size: 15px; color: #999999; font-weight: normal; text-align: left;}
 .xgwz_n3{ font-size: 15px; color:#666666; line-height: 26px; text-align: left; margin-top: 10px;color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;padding-left: 10px; padding-right: 10px;}
.xgwz_n ul li:hover .xgwz_n22 h3{ color: #ea3323;}
 
   





/*资源中心——图像库*/
.ny_zzzx{padding-top: 30px; padding-bottom: 50px;}
.ny_zzzx_le{ width: 836px;} 

.ny_zzzx_le_y1{display: flex;justify-content: space-between;}
.ny_zzzx_le_y1_ee h2{  font-size: 20px; color: #333333;line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.ny_zzzx_le_y1_ee h3{ color:#999999;font-size: 15px; margin-top: 10px;}
.ny_zzzx_le ul li{ display: flex; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; padding-top: 20px; margin-bottom: 10px; margin-top: 10px;}

.ny_zzzx_le_y1_rr a{ width: 160px;transition: all 0.5s; height: 50px; text-align: center; background: #ff6b14; color: #fff; font-size: 15px; display: block; line-height: 50px; border-radius: 60px;}
 
.ny_zzzx_le_y1_rr a img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -2px;
}
.ny_zzzx_le_y2{ color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;}
.ny_zzzx_le_y2{ margin-top: 10px;}
.ny_zzzx_le_z{ border: 1px solid #e5e5e5; width: 194px; height: 130px;align-items: center; 
display: flex;
justify-content: center; overflow:hidden;
}
.ny_zzzx_le_z img{ max-width:100%}
.ny_zzzx_le_y{ padding-left: 28px; width:630px}
.ny_zzzx_le ul li:hover .ny_zzzx_le_y1_ee h2 a{ color: #ff6b14;}
.ny_zzzx_le ul li:hover .ny_zzzx_le_y1_rr a{ padding-left: 10px;transition: all 0.5s;}
.ny_zzzx_le ul li:hover .ny_zzzx_le_z{border: 1px solid #ff6b14; }


.ny_zzzx .wrapper2{display: flex;justify-content: space-between;}

/*搜寻图像开始*/
.sxtxk{background: #f5f5f5;border-top: 4px solid #163362; padding-bottom: 30px;  margin-bottom: 20px; margin-top: -10px;}
.sxtxk h2 {
    line-height: 60px;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    box-sizing: border-box;
}
.n_seach{ width: 358px; margin: 0 auto; display: flex; background: #fff; border-radius: 5px; height: 50px; line-height: 50px;}


.n_seach11{ width: 350px;border: none; background:none;height: 50px; line-height: 50px; padding-left: 10px;}

body .n_seach1{ width: 270px; border: none; background:none;height: 50px; line-height: 50px;}
.n_seach2{ width: 80px; height: 50px; text-align: center; line-height: 50px; background: #163362; border-radius: 0 6px 6px 0;} 

/*分页*/
.n-page{ text-align:center; clear:both;margin-top: 60px; margin-bottom:20px;}
.n-page a{ padding:5px 10px; margin:0px 3px;  border:#e0e0e0 1px solid; background-color:#fff; color:#474747; font-size: 15px;}
.n-page span{ padding:5px 10px; margin:0px 3px;  color:#FFF; background-color:#163362; border:#163362 1px solid; font-size: 15px;}
.n-page a:hover{ color:#FFF; background-color:#163362; border:#163362 1px solid;}

.shiyuz{ border-top: 1px dashed #dcdcdc;margin-top: 30px;}
.viedo_lie2 h2{  font-size: 23px; color: #1f1e1e;line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}



/*视频列表*/
.viedo_lie{ width: 836px;}
.viedo_lie2 h3{color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px; margin-top: 12px;}
.viedo_lie2 h4{  font-size: 15px;  color: #ff6b14; }
.viedo_lie2 h4 a{ color: #ff6b14;}
.viedo_lie2 h4 img {
    margin-left: 8px;
    display: inline-block;
    vertical-align: -0px;
}

.viedo_lie ul li:hover .viedo_lie2 h2 a{ color: #ff6b14;}
.viedo_lie ul li:hover .viedo_lie2 h4 a{ text-decoration: underline;}





/*联系我们经销商*/

.n_jxs1 .wrapper2{display: flex;justify-content: space-between;}
.n_jxs1_le { width: 645px;}

.n_jxs1_re{ width:550px; height: 370px; display: block; overflow: hidden;}
.n_jxs1_re img{width:550px; height: 370px;}

.n_jxs1_le h2{ color: #333333; font-size: 36px; font-weight: bold;  line-height: 50px; margin-top: 50px;} 
.n_jxs1_le  i{ display: block; width: 32px; height: 4px; background: #163362; margin-top: 20px; margin-bottom: 20px; } 
.n_jxs1_le section{ font-size: 16px; color: #666666; line-height: 30px;  padding-top: 30px;}

.n_jxs1{ padding-top: 50px; padding-bottom: 50px;}

/*立即申请开始*/
.n_jxs2{  background: #f5f5f5; padding-top: 50px; padding-bottom: 50px;}
.n_jxs2_t{  font-size: 30px; color: #333333; line-height: 50px; }

.one_ceng{display: flex;justify-content: space-between;}

.one_ceng .n_jxs2_nn1{ width: 30%;}
body .weo-input10{ background: none; height: 50px; line-height: 50px; border-radius: 10px; font-size: 15px; color: #999999; margin-top: 10px;}
.n_jxs2_nn1_1{  font-size: 16px;  color: #333333; padding-left: 10px;}
.n_jxs2_nn1_1 span{ color: #f00; padding-left: 5px;}
.one_ceng{ margin-top: 20px;}
body .n_jxs2_nn1_tb{ display: flex;justify-content: space-between;}
.n_jxs2_nn1 select{ width: 124px; background: none; border:none;border: 1px solid #e1e1e1; height: 50px; line-height: 50px; border-radius: 10px; font-size: 14px; color: #999999;margin-top: 10px;}
body .n_seach88{ width: 384px;}
body .weo-textarea100{background: none; border-radius: 10px; font-size: 15px; color: #999999;margin-top: 10px; margin-bottom: 15px; }


.biezhume{ font-size: 16px;  color: #333333; padding-left: 10px; margin-top:10px;}
.weo-btn888{ width: 400px;  height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 15px; border-radius: 10px; display: block; margin: 0 auto; margin-top: 30px; background: #163362;} 
.weo-btn888:hover{ background: #ff6a14;}



/*联系我们客户服务*/
.kehufw2{  background: url(../img/mmm.jpg) no-repeat top center; background-size: cover; height: 909px;}

.kehufw2_nn{  float: right; width: 420px;}


.kehufw2_nn4 a{ display: block; width: 160px; height: 55px; line-height: 55px; background: #ff6a14; border-radius: 60px; color: #fff; text-align: center; font-size: 16px; margin-top: 60px;}
.kehufw2_nn3 h2{ font-size: 20px; font-weight: bold; line-height: 40px;} 
.kehufw2_nn3 h3{ font-size: 16px; color: #3c3c3c; line-height: 28px;}
.kehufw2_nn3{ margin-top: 30px;}

.kehufw2_nn2 { color: #ff6a14;  font-size: 30px;}
.kehufw2_nn2 p{ font-size: 40px; font-weight: bold; color: #000000;} 
.kehufw2_nn2{ margin-top:100px;}



.kehufw1{  background:url(../img/kk.jpg) no-repeat  top center; background-size: cover; padding-top: 80px;  padding-bottom: 40px; height: 920px;}
.kehufw1{display: flex;justify-content: space-between;}
.kehufw1_re dl dd{ margin-top: 60px;}
.kehufw1_re dl dd h2{ font-size: 16px; font-weight: bold; color: #fff;}
.kehufw1_re dl dd h3 p{ font-size: 15px; color: #fff;}
.kehufw1_re{ width: 290px; padding-right: 50px;}
.kehufw1_re dl dd h3{padding-left: 60px;}

.yqq01{ background: url(../img/tou01.png) no-repeat left center;line-height: 60px;padding-left: 60px;}
.yqq02{ background: url(../img/tou02.png) no-repeat left center;line-height: 60px;padding-left: 60px;}
.yqq03{ background: url(../img/tou03.png) no-repeat left center;line-height: 60px;padding-left: 60px;}
.yqq04{ background: url(../img/tou04.png) no-repeat left center;line-height: 60px;padding-left: 60px;}



.kehufw1_le{ width: 710px;}
.kehufw1_le h2{ font-size: 58px; color: #fff;} 
.kehufw1_le h2 span{ font-size: 58px; color: #ff6a14;} 
.kehufw1 .wrapper2{display: flex;justify-content: space-between;}

.kehufw1_le h3{ font-size: 17px; color: #fff; padding-top: 20px;}

.kehufw1_le .wan01 h2{ font-size: 16px;line-height: 50px;}

.wan01_1{display: flex;justify-content: space-between;}
.kehufw1_le .wan01_1 h2{ font-size: 16px; line-height: 50px;}

.kehufw1_le .wan01_11{ width: 48%;}

.wan_seleact{ width: 100%; }
.kehufw1_le .wan_intput{ border-radius: 6px; line-height: 50px;  height: 50px;}
.wan_seleact{border-radius: 6px; line-height: 50px;  height: 50px;}

.wan01{ position: relative;}

body .yanzhengm{display: flex;justify-content: space-between; position: relative; border-radius: 6px; line-height: 50px;  height: 50px; background: #fff;}
body .yanzhengm_intput{ width: 400px; line-height: 50px;  height: 50px; border: none;border-radius: 6px; }
.yanzhengm img{ padding-right: 10px;}

.weo-btn33888{ width: 120px; height: 50px; text-align: center; line-height: 50px; background: #ff6b14; border-radius: 6px; margin-top: 20px;} 

.kehufw1_le form{ margin-top: 40px;} 








/*员工招聘开始*/
.n_ygzp{ padding-top: 50px; padding-bottom: 50px;}
.n_ygzp1{display: flex;justify-content: space-between; }
.n_ygzp1_tu{ width: 730px; height: 550px; overflow: hidden;}
.n_ygzp1_tu img{ width: 100%;}

.n_ygzp1_wen{ width: 495px;} 
.n_ygzp1_wen h2 { font-size: 50px; color: #222222; font-weight: bold; }
.n_ygzp1_wen em{ width: 96px; height: 4px; background:#ff6b14;  display: block; margin-top: 40px; margin-bottom: 40px;} 
.n_ygzp1_wen h3{ font-size: 26px; color: #242424;}

.n_ygzp1_wen section{ font-size: 17px; color: #666666; line-height: 30px; padding-top: 30px;}

/* 本例子css */
		.sideMenu{  width: 1280px; margin: 0 auto; }
		.sideMenu h3{  background:#f5f5f5; cursor:pointer; height: 60px; line-height: 60px; display: flex;justify-content: space-between; padding-left: 20px; padding-right: 20px;
			
		}
		.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
		.sideMenu h3.on em{ background-position:16px -57px; }
		.sideMenu ul{ padding:8px 25px; color:#999; display:none; /* 默认都隐藏 */ }
		.sideMenu ul{ padding-bottom: 50px;}
.sideMenu ul li{display: flex;justify-content: space-between; position: relative;}
.sideMenu ul li:before{ position: absolute; left: 49%; width: 1px; height: 100%; content: ""; background: #eee; top: 50px;}
.n_ygzp2_zuo{ width: 42%; }
.n_ygzp2_zuo h2{ font-size: 16px; color: #333333; font-weight: bold; margin-top: 30px;}
.n_ygzp2_zuo section{ font-size: 15px; color: #666666; line-height: 28px; padding-top: 40px;}


/*浜烘墠鍙戝睍*/
.zhao_gw{ width: 1280px; margin: 0 auto; margin-top: 0px; margin-bottom: 60px;}

#job-list{margin-top:40px;}
#job-list ul li{margin-top:24px;  background:#f5f5f5; cursor:pointer; /*line-height: 60px; border-radius:8px; cursor:pointer; overflow:hidden;padding: 10px 0 25px 54px;*/
}
#job-list ul .onmm .info {
    background: #163362;
    line-height: 60px;
    height: 60px;
    align-items: center;}
 #job-list ul .onmm .info span{ color: #fff;}   
    
#job-list ul li h2{display:flex; justify-content:space-between; align-items:center;}
#job-list ul li h2 span{height:24px; line-height:24px; font-size:22px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
#job-list ul li h2 em{height:22px; line-height:22px; margin-left:36px; padding-right:32px; background:url(../img/arrow-b.png) no-repeat right center; font-size:15px; color:#1269b0; overflow:hidden;}
#job-list ul li .info{display:flex; margin-top:18px; line-height: 60px;
    height: 60px;
    align-items: center; padding-left: 50px;}
#job-list ul li .info span{flex:1; height:18px; line-height:18px; margin-left:36px; font-size:16px; color:#6c6c6c; overflow:hidden;}
#job-list ul li .info span:first-child{margin-left:0;}
#job-list ul li .item{display:none; line-height:200%; position: relative; padding-bottom:50px; padding-top:26px; 
border-top:1px solid #e5e5e5; font-size:15px; color:#666;}
#job-list ul li .item strong{font-size:16px; font-weight:bold; color:#333333; line-height: 60px;}
#job-list ul li .item .item001 { float:left;width: 524px; margin-left: 70px;}
#job-list ul li .item .item001:nth-child(2n){ margin-left: 100px;}
#job-list ul li .item:before{ content: ""; position: absolute; left: 49%; top: 50px; width: 1px; height: 80%; background: #E0E0E0;}
.zhao_gw h2{ font-size: 36px; color: #171f29; text-align: center; font-weight: bold;}
.zhao_gw h3{ font-size: 16px; color: #666; text-align: center;  padding-top: 10px;}








/*问题反馈开始*/
.ny_wemnti{ background: url(../img/went_jjj.jpg) no-repeat top center; min-height: 1600px; background-size: cover; padding-top: 50px;}
.ny_wemnti .faq1 .wrapper2{display:flex; justify-content:space-between; align-items:center; width: 1200px;}
.ny_wemnti .faq1_right{ width: 540px;}
.ny_wemnti .faq1_right img{ width: 100%;}

.ny_liuyan{ margin-top: 60px;}
.ny_liuyan .wrapper2{display:flex; justify-content:space-between;}
.ny_liuyan_left{ width: 345px;}

.ny_liuyan_re{ width: 840px; background: #fff; border-radius:10px; padding: 20px;box-sizing: border-box; min-height: 600px; padding-bottom: 50px;}


.ny_liuyan_left h2{ font-size: 30px; color: #fff;text-transform:Uppercase; font-weight: bold;}
.ny_liuyan_left h3{ color: #fff; font-size: 24px;}
.ny_liuyan_left h4{ color: #fff; font-size: 16px; line-height: 30px; margin-top: 30px;}

.ny_liuyan_left a{ width: 180px; height: 50px; text-align: center; line-height: 50px; background: #ff6b14; color: #fff; display: block; border-radius: 60px; font-size: 16px; margin-top: 30px;} 

.ny_liuyan_left h5 a img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: -5px;
}


.ny_liuyan_re_tit{display:flex; justify-content:space-between; align-items:center; }
.ny_liuyan_re_tit1{ font-size: 24px;}

.ny_liuyan_lie1{display:flex; justify-content:space-between;}
.ny_liuyan_lie1_le{ width: 45px;}


.ny_liuyan_lie1_re1{ font-size: 15px;  color: #666666; line-height: 24px;}
.ny_liuyan_lie1_re{ padding-left: 15px; width:760px}
.ny_liuyan_lie1_re2 b{ float: left;}
.ny_liuyan_lie1_re2{  font-size: 15px;  color: #999; text-align: right;}
.ny_liuyan_lie1_re2{ padding-top: 10px;}

.ny_liuyan_lie{ margin-top: 20px;}

.ny_liuyan_lie2{ background: #f5f5f5; padding: 20px; border-radius: 10px; font-size: 15px; color: #666; margin-left: 50px; margin-top: 20px;}
.ny_liuyan_lie2 span{ color: #072454; line-height: 30px;}
.ny_liuyan_lie2 section{ margin-bottom: 10px; margin-top: 8px;}

.ny_liuyan_lie ul li{ border-top: 1px solid #e5e5e5; padding-top: 20px; margin-top: 20px;}









/*文件下载页面*/
.dowen_nr1{display:flex; justify-content:space-between;align-items:center; padding-bottom: 50px; }

.dowen_nav{background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  height: 70px; line-height:70px;border-radius: 60px; margin-top: 40px; margin-bottom: 20px;
  }
  .dowen_nav ul{ display:flex; justify-content:space-between; align-items:center; }
.dowen_nav ul li{ font-size: 16px; cursor: pointer; text-align: center; width: 200px;}
.dowen_nav ul .one22{ background: #ff6a14; color: #fff;border-radius: 60px;}
.dowen_nav ul li:hover{ color:#ff6a14; background: none;}

.dowen_nr1_3 h2{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size: 22px; font-weight: bold; color: #353535;}
 .dowen_nr1_3 h3{ font-size: 16px; color: #676c73;color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px; margin-top: 20px;}
    
  .dowen_nr1_3 {
    padding-left: 30px;
    padding-right: 50px;
    width: 860px;
}
.dowen_nr1:hover h2 a{ color:#ff6b14}
    /*body .choose_input{ width: 36px; height: 36px;  }*/
    .dowen_nr1_1{ margin-right: 20px;}

.dowen_nr1{ border-bottom: 1px solid #e1e3e5; padding-bottom: 20px; margin-top: 20px;}
.dowen_nr{  padding-top: 20px; padding-bottom: 60px;}

.quanxuanme{display:flex; justify-content:space-between;}

.quanxuanme{ margin-top: 30px;}




.choose_input[type=checkbox] {
  cursor: pointer;
  position: relative;
}
 
.choose_input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
 
.choose_input[type=checkbox]:checked::after {
  content: "";
  background-color: #ff6b14;
  border-color: #ff6b14;
  background-color: #ff6b14;
}
 
.choose_input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
} 

.quanxuanme1 input span{ line-height: 25px;}

.quanxuanme1{align-items: center;
display: flex;
justify-content: center;}








.tanchu h2{ text-align: center; font-size: 24px; color: #333333; font-weight: bold; line-height: 50px;}

.tanchu{ width: 460px; height: 300px; background: #fff; margin: 0 auto; border-radius: 10px; top: 38%;  position: absolute; left: 50%; margin-left: -230px; padding: 20px;}
body .weo-input3tqm{ background: #eeeeee; border-radius: 10px; font-size: 15px; height: 50px; line-height: 50px; text-align: center; margin-top: 40px; width: 100%;}

.tanchu_buttm{ background: #ff6b14; color: #fff; font-size: 14px; border-radius: 10px; line-height: 50px; height: 50px;  font-size: 16px; margin-top: 40px;}

.z_neiye{ background: rgba(0,0,0,.8); height: 100%; width: 100%; position: fixed; top: 0; left: 0; z-index: 49; display: none;}
.z_neiye iframe {  border: none;
    position: relative;
    z-index: 30;}
 .z_neiye .zbtn {
    width: 40px;
    height:40px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 38px;
    z-index: 10002;
    background: url(../img/tc_btn_1.png) no-repeat;
    background-size: 100% 100%;}
    
    
    
    .viedo_lie1{ position:relative; margin-bottom: 30px;}
    .nuli{ position: absolute;width: 34px; right: 20px; top: 20px;}  
    .viedo_lie ul li{ margin-bottom: 30px; margin-top: 40px;}
.tanchu33{ width: 700px; height: 570px; background: #fff; border-radius: 10px;left: 50%;margin-left: -350px; top: 12%; position: absolute; padding: 40px;}

body .jiabme1{ height: 50px; line-height: 50px; margin-top: 10px; border-radius: 10px;}
body .jiabme2{ height: 50px; line-height: 50px; margin-top: 10px; border-radius: 10px;}
body .jiabme3{ height: 80px; line-height: 50px; margin-top: 10px; border-radius: 10px;}
body .jiabme4{ border: 1px solid #e1e1e1; margin-top: 10px; border-radius: 10px;}
body .jiabme5{ background: none;border: none;height: 50px; line-height: 50px;}
body .jiabme6{ background: #ff6a14;border-radius: 10px;height: 50px; line-height: 50px; margin-top: 40px; font-size: 16px; }
.tanchu33 h2{ text-align: center; font-weight: bold; color: #333; line-height: 60px;}





.ny-jobs{ margin: 50px 0;}
.job-item{ display: flex; justify-content: space-between;}
.job-item .left{ width: 345px; height: 140px;}
.job-item .left img{width: 345px; height: 140px;}
.job-item .right{ flex: 1; margin-left: 60px;}
.job-item .right h3{ font-size: 24px; color: #333; height: 40px; line-height: 40px; margin-bottom: 10px;}
.job-item .right p{ font-size: 15px; color: #666; line-height: 30px;}
.ny-jobs .job-tabs{ margin-top: 60px;}
.ny-jobs .job-tabs ul li{ margin-bottom: 2px;}
.job_list_title{height: 54px; line-height:  54px; color: #666; background: #f5f5f5; display: flex; justify-content: space-between; padding: 0 50px;cursor: pointer;}
.job_list_title span{font-size: 16px; width: 25%; text-align: center;}

.job_xxnr{display: flex; justify-content: space-between;}
.job_xxnr section{padding: 40px 20px;}
.job_xxnr section p{ font-size: 15px; line-height: 32px; color: #666;}
.job_sel{background: #153163; color: #FFFFFF;}
.job_list_title span i{ font-style: normal; background: url(../img/jia.png) no-repeat right center;  padding-right:20px;display: inline-block; }
.job_sel span i{background: url(../img/jian.png) no-repeat right center; }
.job_list_title span.gw{ font-weight: bold;text-align: left;}
.job_list_title span.dz{background: url(../img/job_dz.png) no-repeat 100px center;   }
.job_list_title span.rs{background: url(../img/job_rs.png) no-repeat 100px center;  background-size: 20px;}
.job_list_title span.ckxq{ text-align: right;}
.job_sel span.dz{background: url(../img/job_dzh.png) no-repeat 100px center;  }
.job_sel span.rs{background: url(../img/job_rsh.png) no-repeat 100px center; background-size: 20px; }

/*视频分享*/

.video-share{left:50%; top:50%; transform:translate(-50%,-50%); display:none; width:640px; padding:40px 70px 60px 70px; background:#fff; border-radius:10px; overflow:hidden;}
.video-share .close{position:absolute; right:30px; top:30px; cursor:pointer;}
.video-share .close img{width:22px; height:22px;}
.video-share h2{height:26px; line-height:26px; font-size:24px; font-weight:bold; text-align:center; overflow:hidden;}
.video-share .item{margin-top:50px;}
.video-share .item ul{display:flex; justify-content:space-between;}
.video-share .item ul li img{display:block; width:66px; height:66px; margin:0 auto;}
.video-share .item ul li h3{height:18px; line-height:18px; margin-top:22px; font-size:15px; text-align:center; overflow:hidden;}




/* 本例子css */
		.proudt_nr .slideTxtBox{ width:100%;   }
		.proudt_nr .slideTxtBox .hd{ height:30px; line-height:30px; background:#fff;box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);position:relative;height: 70px;  border-radius: 60px; line-height: 70px;  }
		.proudt_nr .slideTxtBox .hd ul{ float:left; position:absolute; text-align: center; display: flex;  }
		.proudt_nr .slideTxtBox .hd ul li{ cursor:pointer; cursor: pointer; font-size: 16px; padding:0 36px; }
		.proudt_nr .slideTxtBox .hd ul li.on{ background:#ff6a14; color: #fff; border-radius: 60px; text-align: center;}
		.proudt_nr .slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
		.proudt_nr .slideTxtBox .bd li{ height:24px; line-height:24px;   }
		.proudt_nr .slideTxtBox .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.proudt_nr .slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.proudt_nr .slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.proudt_nr .slideTxtBox .arrow .next{ background-position:0 -50px;  }

		
.chanpin {
    display: flex;
    justify-content: space-between; margin-top: 50px;
}

 .chanpin_left{  width: 640px; background: #fff; border: 3px solid #eeeeee; height: 435px; text-align: center;align-items: center;
display: flex;justify-content: center;overflow:hidden;}



.proudt_nr .slideTxtBox .prev,.proudt_nr .slideTxtBox .next{ position:absolute; top: 32px;  display:block; width:12px; height:21px;text-transform:Uppercase; font-size: 15px; color: #153163;  }
.proudt_nr .slideTxtBox .prev{ background: url(../img/szuo.png) no-repeat top center;position: absolute; left: 30px; padding-left: 20px; color: #153163;}
.proudt_nr .slideTxtBox .next{ background: url(../img/s_right.png) no-repeat top center; position: absolute; right: 0px;padding-right: 100px;}


.pagination{margin:50px auto;display:-ms-flexbox;display:flex;justify-content: center;padding-left:0;list-style:none;border-radius:.25rem}
.page-link{position:relative;margin-left: 7px;background: #fff;border:1px solid #ccc;text-align: center;display:block;min-width:34px; height:34px; line-height:34px;padding:0 12px; font-size:14px; color:#666;}
.page-link:hover{z-index:2;border-color:#163362; background:#163362 ;color:#fff;border:1px solid #163362}
.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.page-link:not(:disabled):not(.disabled){cursor:pointer}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
.page-item.active .page-link{z-index:1;background:#163362; border-color:#163362; color:#fff;}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}




.bottom_re img{ width:120px; height:120px}
#page{ display:none;}
.sj-dqwz{ display:none;}

#qyys{ padding-top:100px; margin-top:-100px; width:100%; height:1px;}
#fazlc{ padding-top:100px; margin-top:-100px; width:100%; height:1px;}











@media (max-width: 1520px){
    .proudt_nr .slideTxtBox .hd ul li{ padding:0 28px}
    .faq2 ul li{ margin-right}
}




@media (max-width:820px){
	
html{ font-size: 100% !important;}
body{font-size:16px;font-size:1.2rem ;}
#header{ display:none;}
#page{ display:block; position:fixed; z-index:99999; top:0;}
.pf{position:fixed}
.pr{position:relative}
.pa{position:absolute}
.hidden{overflow:hidden}
#sj-header{height:3.75rem; background:#fff; z-index:999; box-shadow:0 0 10px 0 #ccc;}
#sj-logo{left:0.75rem; top:0.9rem; height:2rem; overflow:hidden;}
#sj-logo img{width:auto;height:2rem;}
#nav-btn{right:1rem; top:1.3125rem; width:1.875rem; height:1.375rem; background:url(../img/nav-btn.png) no-repeat center; background-size:80%; cursor:pointer;}
#nav-btn.close{width:1.375rem; height:1.375rem; background-image:url(../img/close.png); background-size:80%;}

#sj-header .lang{right:4rem; top:1.3125rem;}
#sj-header .lang a{ padding:5px 15px;}
#sj-nav{left:0; right:0; top:3.75rem; margin-left:auto; margin-right:auto; padding:0 1rem; background:#fff; border-top:0.0625rem solid #e1e1e1; box-sizing:border-box; z-index:1000; overflow-y:auto; display:none;}
#sj-nav ul li{display:flex; flex-wrap:wrap; line-height:3rem; border-bottom:0.0625rem dashed #e1e1e1; font-size:15px;}
#sj-nav ul li:last-child{border-bottom:none;}
#sj-nav ul li a{flex:auto;}
#sj-nav ul li a:hover{color:#3075dc;}
#sj-nav ul li em{width:1rem; height:3rem; margin-left:1rem; background:url(../img/add.png) no-repeat center; background-size:1rem 1rem; cursor:pointer;}
#sj-nav ul li em.del{background-image:url(../img/del.png);}
#sj-nav ul li ul{width:100%; display:none;}
#sj-nav ul li ul li:first-child{border-top:0.0625rem dashed #e1e1e1;}
#sj-nav ul li ul li a{padding:0; display:flex; justify-content:space-between;padding-left: 1.25rem;color: #666;}
#sj-nav ul li ul li a span{ width:4rem; height:3rem; text-align:center;}
#sj-nav ul li ul li a span img{ width:auto; height:100%;}
#sj-nav ul li ul li a h3{ flex:1; font-size:0.875rem; padding-left:1rem; }
#sj-search{ width:100%; margin-top:20px;}
#sj-search input{width:88%; height:44px; line-height:44px; padding:0 16px; border-radius:0; font-size:15px; color:#464646; border: 1px #e5e5e5 solid;}
#sj-search input::-moz-placeholder{color:#999;}
#sj-search input::-webkit-input-placeholder{color:#999;}
#sj-search input::-ms-input-placeholder{color:#999;}
#sj-search button{width:44px; height:44px; background:url(../img/search1.png) no-repeat center #2e345e; background-size:20px 20px; border:none; border-radius:0;}
.banner{ padding-top:3.75rem; height:16.75rem;}
.banner .swiper-container,.banner .swiper-wrapper,.banner .swiper-slide,.banner .swiper-slide img{ height:13rem;}
.banner .swiper-pagination{ bottom:10px;}
.banner .swiper-pagination-bullet{ width:8px; height:8px;}
.banner .swiper-pagination-bullet-active{ width:30px;}
.wrapper{ width:100%;}
.about{ height:345px;background: url(../img/about_jj.jpg) no-repeat top right -220px;}
.about_tu{ height:310px;}
.about_right{width: 50%;padding-right: 30px; padding-top:10px;}
.about_right1{ width:auto; height:28px;margin-bottom: 10px;}
.about_right1 img{ width:auto; height:100%;}
.about_right h2{ font-size:16px; line-height:28px;}
.about_right h3{line-height: 26px;font-size: 14px; margin-bottom: 0; margin-top: 10px;}
.about_right2 a{width: 120px; height: 40px; line-height:40px;margin-top: 20px;}
.proudt{ padding-top:30px;}
.proudt_tit h2{ font-size:24px; line-height:50px;}
.proudt_tit h3{ font-size:14px; line-height:26px; padding:0 10px;}
.proudt_nr{margin-top:30px;}
.proudt_nr .slideTxtBox .hd ul{flex-wrap: wrap;}
.proudt_nr .slideTxtBox .hd{ margin:0 10px; height:100px;box-shadow: none; border-radius:0; line-height:50px;}
.proudt_nr .slideTxtBox .hd ul li{ padding:0 24px; font-size:14px;}
.chanpin{ margin-top:20px;}
.chanpin_left{ width:50%; height:280px;}
.chanpin_right{ width:50%;}
.chanpin_right section{ padding:0 0 20px 40px;}
.chanpin_right h2{ font-size:18px;}
.chanpin_right h3{ line-height:30px; font-size:14px; margin-top:10px; margin-bottom:20px;}
.chanpin_right_qieh{ height:46px;}
.proudt_nr .slideTxtBox .prev, .proudt_nr .slideTxtBox .next{ top:14px;} 
/*.chanpin_lie{ display:none;}*/
.chanpin_lie dl dd{ margin-right:20px;}
.chanpin_lie_tu{ width:100%; height:auto;}
.chanpin_lie_tu img{ width:100%; height:auto;}
.chanpin_lie_wen_left{ width:60%;}
.chanpin_lie_wen_left h2{ font-size:16px;}
.news{ margin-top:30px; padding-top:30px; height:auto; padding-bottom:20px;}
.news_tit{ padding:0 10px;}
.news_tit1 h2{font-size:24px; line-height:50px;}
.news_tit1 h3{font-size:14px;}
.news1{ margin-top:30px;padding:0 10px;}
.news1_left{ width:60%;height:250px;}
.news1_left1{ height:250px;}
.news1_left1 img{ height:100%;}
.news1_left2{ padding-top:96px;}
.news1_left2 h2{ font-size:14px;}
.news1_left2 h3{ font-size:16px; margin-top:0;}
.news1_right{ width:38%;height:250px; margin-top:0px;}
.news1_right1 img{ height:250px;}
.news1_right2{ padding-top:96px;}
.news1_right2 h2{ font-size:14px;}
.news1_right2 h3{ font-size:16px; margin-top:0;}

.news2{ margin-top:30px; padding:0 10px;}
.news2 ul{ }
.news2 ul li{ width:32%; margin-bottom:15px; margin-right:15px; height:auto;}
.news2_1{ font-size:14px;}
.news2 ul li h2{ font-size:16px; margin-top:5px;}
.news2 ul li h3{font-size: 14px;margin-bottom: 0px;margin-top: 10px;}
.join_nr{  margin-top:30px; padding:0 10px;}
.join_nr_left img{ width:85%; height:auto;}
.join_nr_right{ width:60%; padding-left:0px;}
.join_nr_right h2{ font-size:20px;margin-top: 0px;margin-bottom: 10px;}
.join_nr_right section p{ font-size:14px;}
.faq1{ margin-top:40px;}
.faq1 .wrapper{padding:0 10px;}
.faq1_left{ width:50%;}
.faq1_left1 img{ height:45px;}
.faq1_left2{ width:100%; height:50px; line-height:50px;}
.faq1_left3{ width:100%; font-size:14px;}
.faq1_right{ width:48%;}
.faq1_right img{ width:100%; height:auto;}
body .weo-input2{ width:70%;height:50px; line-height:50px;}
.weo-btn22{ width:50px; height:50px; background-size: 30px;}
.faq2{ margin-top:20px; padding:0 10px;}
.faq2 ul{ }
.faq2 ul li{ width:32%; margin-bottom:15px;margin-right: 15px; padding:20px;}
.faq2 ul li h2{ font-size:16px;}
.faq2 ul li h2 img{ width:28px;}
.faq2 ul li section{ font-size:14px;}
.about_right_tn a{ margin-top:20px !important;}
.lianxi{ margin-top:40px; height:auto;}
.lianxi .wrapper{}
.lianxi_left{ width:50%; padding:30px 20px;}
.lianxi_right{ width:50%; height:auto; padding:20px;}
.lianxi_d{ margin-top:30px;}
.bottom1 .wrapper{ justify-content: space-between; padding:0 10px;}
.bottom{ padding-top:30px;}
.bottom_ce{ display:none;}
.bottom_le{ width:50%;}
.bottom_le .bottom_le1 img{ height:30px;}
.bottom_le2{ font-size:14px;}
.bottom_re{ width:120px;}
.bottom_re img{ width:100px; height:100px;}
.bottom2{ margin-top:20px; padding:20px 10px 0 10px;line-height:26px;}
.yqlj .wrapper{  padding:0 10px;}
.yqlj_left{ width:26%; padding-top:0px; padding-bottom:0;border-right: 0; padding-right: 0;}
.yqlj_right{ width:74%; padding-top:20px; padding-bottom:20px; padding-left:0;}
.yqlj_right a{ font-size:14px;padding-right: 26px;display: inline-block; }
.lianxi_d .lianxi_d_le img{ width:35px;}

.ny_banner{ height:210px; margin-top:3.75rem;}
.wrapper2{ width:100%;}
.ny_banner_txt{; padding:150px 15px 0 15px;}
.ny_banner_txt h2{ font-size:20px;margin-top: -40px;}
.ny_banner_txt h3{ font-size:14px;margin-top:5px;}
.dqwz{ display:none;}
.sj-dqwz{ display:block;}
.dqwz_right{ height:40px; line-height:40px; background: #f5f5f5 url(../img/home.jpg) no-repeat 15px center; font-size:14px; padding-left:40px;}
.dqwz_right a{ font-size:14px;}
.dqwz_left{ margin-top:20px; padding:0 15px;}
.dqwz_left ul{ justify-content:flex-start;  flex-wrap: nowrap; overflow-x:auto;overflow-y: hidden; white-space: nowrap;}
.dqwz_left ul li{height:40px;line-height: 40px;text-align: center;cursor: pointer; box-sizing: border-box; padding: 0;overflow: visible;}
.dqwz_left ul li a{ padding:0 15px;font-size: 15px;}
.ny_about1{ padding:0 15px;margin-top: 0px;}
.ny_about1_left{ width:50%;margin-top: 30px;}
.ny_about1_left1{ width:auto; height:50px;}
.ny_about1_left1 img{ width:auto; height:100%;}
.ny_about1_left{margin-bottom: 20px;}
.ny_about1_left h2{ font-size:16px;}
.ny_about1_left section{ font-size:14px; line-height:30px;}
.ny_about1_right{ width:50%; height:auto; margin-top:30px; margin-left:20px;}
.ny_about1_right img{width:100%; height:auto;}
.ny_about2{ margin-top:20px; padding:0 15px;}
.ny_about2 ul li{margin-right: 10px}
.ny_about2_tu{ height:auto;}
.ny_about2_txt{ font-size:14px; line-height:40px;}
.qyys{ margin-top:20px; padding:30px 0; height:auto;}
.qyys_tit{ font-size:24px;}
.qyys_nr{ padding:0 15px;}
.qyys_nr ul{ margin-top:20px; display:block;}
.qyys_nr ul li{ width:100%; height:auto; padding:15px; display:flex; margin-bottom:15px;}
.qyys_nr ul li:nth-child(1) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:nth-child(2) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:nth-child(3) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:nth-child(4) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(1) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(2) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(3) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(4) i{ width:60px; height:60px; background-size:40px !important; }

.qyys_nr ul li > div{ width:73%; margin-left:20px;}
.qyys_nr ul li h2{font-size: 16px;line-height: 40px; text-align:left;}
.qyys_nr ul li h3{ font-size:14px;}
.fazlc{ height:auto; padding:30px 0;}
.fazlc_nr{ margin-top:40px;}
.fazlc_nr .swiper-button-next{ width:30px; height:30px; background-size: cover;top: 56px}
.fazlc_nr .swiper-button-prev{ width:30px; height:30px; background-size: cover;top: 56px}
.fazlc_nr .lichegn1{ font-size:20px;}
.fazlc_nr .lichegn2 i{ width:20px; height:20px; background-size: cover;margin-top: 15px;}
.lichegn3 h2{ font-size:16px; line-height:40px;}
.lichegn3 dl dd{ font-size:12px; line-height:20px;}
.fazlc_nr:before{ top:50px;}
.fazlc_nr .swiper-container{ padding:0 40px;}
.ny_lxfs{ margin-top:30px; height:700px;}
.ditu{ height:210px; top:470px;}
.ditu > div{ height:210px !important;}
.ny_lxfs2{ width:92%; right:15px; left:15px;height:450px; top:0;}
.ny_lxfs2_1{ height:70px;}
.ny_lxfs2_1_le h2{ font-size:16px;}
.ny_lxfs2_1_re img{ width:40px;}
.ny_lxfs2_2{ padding:15px;}
.ny_lxfs2_2 h2{ font-size:18px; line-height:40px;}
.ny_lxfs2_2 ul li{ font-size:14px;}
.ny_lxfs2_2_d1 img{ width:25px;}
.ny_lxfs2_2_d1{ width:88px;}
.ny_lxfs2_2_d3{ width:92%; line-height:24px; }
.ny_lxfs2_3_le{margin-left: 15px;}
.ny_lxfs2_3_re{ padding-left:10px;}
.ny_lxfs2_3_re h2{ font-size:17px;}
.ny_lxfs2_3_re h3{ font-size:14px;}

.ny_wemnti{ margin-top:30px;padding-top: 30px; height:1100px;}
.ny_liuyan{margin-top: 0; padding:0 15px;}
.ny_liuyan .wrapper2{ display:block;}
.ny_liuyan_left{ width: 100%;}
.ny_liuyan_left h2{ font-size:20px;}
.ny_liuyan_left h3{ font-size:16px;}
.ny_liuyan_left h4{ font-size:14px; margin-top:20px;}
.ny_liuyan_left a{ width:140px; font-size:14px; height:40px; line-height:40px;}
.ny_liuyan_left a img{ width:20px;}
.ny_liuyan_re{ width:100%; margin:20px auto 0 auto; }
.ny_liuyan_re_tit1{ font-size:18px;}
.ny_liuyan_lie2 span{ font-size:14px;}
.ny_liuyan_lie1_re2 b{ font-size:14px;}
.tanchu33 {width:92%;  left:15px; height:auto; top:20%; padding:20px;margin-left: 0;}
.tanchu33 h2{ font-size:18px; line-height:40px;}
body .jiabme1{ height:40px; line-height:40px;}
body .jiabme2{ height:40px; line-height:40px;}
body .jiabme6{ height:40px; line-height:40px;margin-top: 20px;}
.z_neiye .zbtn{width: 24px; height: 24px;top: 80px;}

.ny_chanp .wrapper2{ display:block; margin-top:0px; padding:0 15px;}
.ny_chanp_le{margin-bottom: 20px; margin-top: 0px; width:100%;}
.ny_chanp_le_tit{ display:none;}
.ny_chanp_lie ul{ display:flex; gap:10px 15px; flex-wrap:wrap;}
.ny_chanp_lie ul li{ padding:0 15px; width:auto; background:none; height:40px; line-height:40px;border-bottom:0;}
.ny_chanp_lie ul li a{ font-size:14px;padding-left: 0px;}
.ny_chanp_lie .currer3{ background:#ff6b14;}
.ny_chanp_lie{ background:none;}
.ny_chanp_re{ width:100%; margin-top:20px;}
.ny_chanp_re1{ height:50px; line-height:50px;}
.ny_chanp_re1 .weo-input5{ height:50px; line-height:50px; width:75%;}
.weo-btn66{height:50px; line-height:50px; width:25%;background: #163362 url(../img/shuixian.png) no-repeat 13px;}
.ny_chanp_re2 h2{ font-size:18px; line-height:50px;}
.ny_chanp_re2 h3{ font-size:14px;}
.ny_jjfa_le3_lie_tu{ height:auto; padding:10px 0;}
.ny_jjfa_le3_lie_tu img{ height:auto; width:100%;}
.ny_jjfa_le3_lie_txt h2{ font-size:16px;}
.ny_jjfa_le3_lie_txt section{ font-size:14px;}
.ny_cp_xiangqing1{ display:block;}
.ny_cp_xiangqing1_left{ width:100%; height:auto;}
.ny_cp_xiangqing1_right{ width:100%; margin-top:20px;}
.ny_cp_xiangqing1_right h2{ font-size:20px;}
.ny_cp_xiangqing1_right h3{ font-size:16px;}
.ny_cp_xiangqing1_right section{ font-size:14px;}
.ny_cp_xiangqing1_right_an{margin-top: 20px;}
.ny_cp_xiangqing1_right_an a{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
.ny_cp_xiangqing2_t{ height:50px;}
.ny_cp_xiangqing2_t ul li{ font-size:14px;}
.one{ height:60px; line-height:60px;}
.ny_jjfa_le3_lie ul li{ padding:10px;}
.xgcp_tit{ font-size:18px;}
.ny_news1_re{ display:none;}
.ny_news{padding:20px 15px 0 15px;}
.ny_news1_le{ width:100%;height: 240px;}
.ny_news1_le .slideBox{width:100%;height: 240px;}
.ny_news1_le .slideBox .bd img{ width:100%;height: 240px;} 
.x_kai2{ font-size:15px; padding-top:46px;}
.ny_news2 ul{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.ny_news2 ul li{ width:48%; margin-right:0;}
.ny_news2_img{ width:100%; height:auto;}
.ny_news2_txt h2 a{ font-size:15px;}
.ny_news_dea h2{font-size: 20px; line-height:40px;}
.ny_news_dea h3{ font-size:14px;padding-top: 10px;}
.shangyip{ display:block; line-height:40px; font-size:14px; text-align:left; margin-bottom:30px;}
.shangyip a{height: 30px; display: block; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.xgwz_n h2{ font-size:18px;}
.xgwz_n ul{ flex-wrap:wrap;gap:0 20px;height:390px; overflow:hidden; margin-bottom:30px;}
.xgwz_n ul li{ width:46%; height:390px;}
.xgwz_n1{ width:100%; height:210px;}
.xgwz_n1 img{ width:100%; height:100%;}
.xgwz_n22{ padding:0;}
.xgwz_n22 h3{ font-size:15px;}
.xgwz_n3{ font-size:14px;}

.sj-wenti{margin-top: 0;padding-top: 0; height:auto;}
.sj-wenti .faq1{ width:100% !important; padding:20px !important;}
.sj-wenti .faq1 .wrapper2{ width:100%;}
.sj-wenti .faq1_right{ width:50%; height:auto;}
.sj-wenti .faq2{ padding:0;}
.sj-wenti .faq2 ul li{ width:30%; height:auto;}
.ny_jjfa .wrapper2{ padding:0 15px;}
.ny_jjfa_le{ width:60%;}
.ny_jjfa_re{ width:38%; margin-left:30px;}
.ny_jjfa_le1 h2{ font-size:24px; padding-top:30px;}
.ny_jjfa_le1 section{  font-size:14px; padding-top:10px; line-height:28px;}
.ny_jjfa_le1 dl{ margin-top:0; display:flex; gap:0 10px;padding-bottom: 0;}
.ny_jjfa_le1 dl dd{ width:23%;margin-right: 0; height:auto;}
.ny_jjfa_le1_tu{ width:100%; height:70px;}
.ny_jjfa_le1_tu img{ width:100%; height:100%;}
.ny_jjfa_le1_txt{ font-size:14px;}
.ny_jjfa_le2 ul li a{ font-size:14px;}
.ny_jjfa_re2 h3{ width:88%;}
.ny_jjfa_re3{ width:88%;}
.ny_jjfa_re2 .weo-input4{ height:40px;}
#address select{ height:40px;}
.ny_jjfa_re2 .weo-btn44{ height:40px; line-height:40px;}
.dowen{ padding:0 15px;}
.dowen_nav{ padding:0; height:50px; line-height:50px;}
.dowen_nav ul a{ width:30%;}
.dowen_nav ul a li{ width:100%;}
.ny_zzzx_le_z{width: 85px; height: 70px;}
.dowen_nr1_3{ width:70%;padding-left: 10px; padding-right: 10px;}
.dowen_nr1_3 h2{ font-size:15px;}
.dowen_nr1_3 h3{font-size: 14px; margin-top:0;}
.ny_zzzx_le_y1_rr a{ width:100px; height:40px;line-height:40px; font-size:14px;}
.ny_zzzx .wrapper2{ padding:0 15px;}
.ny_zzzx_le{ width:58%;}
.ny_zzzx_le_y{ width:75%; padding-left:20px;}
.ny_zzzx_le_y1_ee{ width:52%}
.ny_zzzx_le_y1_ee h2{ font-size:16px;}
.ny_zzzx_le_y1_ee h3{font-size: 14px; margin-top: 0;}
.n_seach{ width:92%;}
.ny_zzzx{ padding-top:0;}
.viedo_lie{ width:100%;}
.viedo_lie1 video{ height:auto !important;}
.viedo_lie2 h2{ font-size:18px;}
.kehufw1{  padding-top:40px; height:auto;}
.kehufw1 .wrapper2{  padding:0 15px; }
.kehufw1_le{ width:60%;}
.kehufw1_le h2,.kehufw1_le h2 span{ font-size:30px;}
.kehufw1_le h3 { font-size:14px; padding-top:15px;}
.kehufw1_le .wan01 h2{ font-size:14px; line-height:40px;}
.kehufw1_le .wan_intput{ height:40px; line-height:40px;}
.kehufw1_re dl dd{ margin-top:10px;}
.kehufw1_re dl dd h2{ font-size:15px;}
.kehufw1_re { width: 38%; padding-right: 0;}
.yqq01{ background-size:40px; padding-left:45px;}
.yqq02{ background-size:40px; padding-left:45px;}
.yqq03{ background-size:40px; padding-left:45px;}
.yqq04{ background-size:40px; padding-left:45px;}
.kehufw1_re dl dd h3{ padding-left:45px;}
.kehufw2{ height:auto; padding:0 15px;}
.kehufw2_nn{ width:60%;}
.kehufw2_nn2{ margin-top:50px; font-size:20px;}
.kehufw2_nn2 p{ font-size:24px;}
.kehufw2_nn3 h2{ font-size:16px;}
.kehufw2_nn3 h3{ font-size:14px;}
.kehufw2_nn4{ margin-bottom:30px;}
.kehufw2_nn4 a{height: 40px;  line-height: 40px;font-size:14px; width:140px; margin-top:30px;}
.n_jxs1{padding-top: 0;}
.n_jxs1 .wrapper2{  padding:0 15px;}
.n_jxs1_le{ width:50%; margin-top:20px;}
.n_jxs1_re{ width:48%; height:auto;}
.n_jxs1_re img{ width:100%; height:auto;}
.n_jxs1_le h2{ font-size:24px;line-height: 40px; margin-top: 0;}
.n_jxs1_le section{ font-size:14px;padding-top: 10px;}
.n_jxs2{ padding:30px 15px;}
.n_jxs2_t{ font-size:24px;}
.one_ceng{ display:block;}
.one_ceng .n_jxs2_nn1{ width:100%; margin-bottom:10px;}
.n_jxs2_nn1_1{ font-size:14px;}
body .weo-input10{height: 40px;  line-height: 40px;}
body .n_seach88{width:100%;height: 40px;  line-height: 40px;}
.n_jxs2_nn1_tb select{width:30%;height: 40px;  line-height: 40px;}
.weo-btn888{width:100%;height: 40px;  line-height: 40px;}
.n_ygzp{ padding-top:20px;}
.n_ygzp1{  padding:0 15px;}
.n_ygzp1_tu{ width:50%; height:auto;}
.n_ygzp1_wen{ width:50%;  margin-left:20px;}
.n_ygzp1_wen h2{ font-size:20px;}
.n_ygzp1_wen em{ width:60px;margin-top: 20px; margin-bottom: 20px;}
.n_ygzp1_wen h3{ font-size:18px;}
.n_ygzp1_wen section{ font-size:14px; padding-top:10px;}
.ny-jobs .job-tabs{ margin-top:40px; padding:0 15px;}
.job_list_title{ padding:0 15px;}
.job_list_title span.gw{ font-size:14px; width:50%; overflow:hidden;}
.job_list_title span.dz,.job_list_title span.rs{ display:none;}
.job_list_title span{ font-size:14px;}
.job_xxnr{ display:block;}
.job_xxnr section{ padding:20px 0;}
.job_xxnr section p{ font-size:14px; line-height:28px;}
.sj_dowen_nr1{ display:block;}
.sj_dowen_nr1_3{ width:100%;}
.ny_cp_xiangqing2_t ul li{ width:35%;}
.ny_cp_xiangqing1_right section img{ width:100%;}



}





@media (max-width:750px){
	
html{ font-size: 100% !important;}
body{font-size:16px;font-size:1.2rem ;}
#header{ display:none;}
#page{ display:block; position:fixed; z-index:99999; top:0;}
.pf{position:fixed}
.pr{position:relative}
.pa{position:absolute}
.hidden{overflow:hidden}
#sj-header{height:3.75rem; background:#fff; z-index:999; box-shadow:0 0 10px 0 #ccc;}
#sj-logo{left:0.75rem; top:0.9rem; height:2rem; overflow:hidden;}
#sj-logo img{width:auto;height:2rem;}
#nav-btn{right:1rem; top:1.3125rem; width:1.875rem; height:1.375rem; background:url(../img/nav-btn.png) no-repeat center; background-size:80%; cursor:pointer;}
#nav-btn.close{width:1.375rem; height:1.375rem; background-image:url(../img/close.png); background-size:80%;}

#sj-header .lang{right:4rem; top:1.3125rem;}
#sj-header .lang a{ padding:5px 15px;}
#sj-nav{left:0; right:0; top:3.75rem; margin-left:auto; margin-right:auto; padding:0 1rem; background:#fff; border-top:0.0625rem solid #e1e1e1; box-sizing:border-box; z-index:1000; overflow-y:auto; display:none;}
#sj-nav ul li{display:flex; flex-wrap:wrap; line-height:3rem; border-bottom:0.0625rem dashed #e1e1e1; font-size:15px;}
#sj-nav ul li:last-child{border-bottom:none;}
#sj-nav ul li a{flex:auto;}
#sj-nav ul li a:hover{color:#3075dc;}
#sj-nav ul li em{width:1rem; height:3rem; margin-left:1rem; background:url(../img/add.png) no-repeat center; background-size:1rem 1rem; cursor:pointer;}
#sj-nav ul li em.del{background-image:url(../img/del.png);}
#sj-nav ul li ul{width:100%; display:none;}
#sj-nav ul li ul li:first-child{border-top:0.0625rem dashed #e1e1e1;}
#sj-nav ul li ul li a{padding:0; display:flex; justify-content:space-between;padding-left: 1.25rem;color: #666;}
#sj-nav ul li ul li a span{ width:4rem; height:3rem; text-align:center;}
#sj-nav ul li ul li a span img{ width:auto; height:100%;}
#sj-nav ul li ul li a h3{ flex:1; font-size:0.875rem; padding-left:1rem; }
#sj-search{ width:100%; margin-top:20px;}
#sj-search input{width:88%; height:44px; line-height:44px; padding:0 16px; border-radius:0; font-size:15px; color:#464646; border: 1px #e5e5e5 solid;}
#sj-search input::-moz-placeholder{color:#999;}
#sj-search input::-webkit-input-placeholder{color:#999;}
#sj-search input::-ms-input-placeholder{color:#999;}
#sj-search button{width:44px; height:44px; background:url(../img/search1.png) no-repeat center #2e345e; background-size:20px 20px; border:none; border-radius:0;}
.banner{ padding-top:3.75rem; height:11.75rem;}
.banner .swiper-container,.banner .swiper-wrapper,.banner .swiper-slide,.banner .swiper-slide img{ height:8rem;}
.banner .swiper-pagination{ bottom:10px;}
.banner .swiper-pagination-bullet{ width:8px; height:8px;}
.banner .swiper-pagination-bullet-active{ width:30px;}
.wrapper{ width:100%;}
/*.about{ height:300px;background: url(../img/about_jj.jpg) no-repeat top right -220px;}*/
.about{ height:240px;background:none;}
.about_tu{ height:150px; background-position:center !important; position:inherit; width:100%; display:none;}
.about_right{width: 100%;padding: 0 15px 20px 15px; background: linear-gradient(to bottom, #fff, #f5f5f5);}
.about_right1{ width:auto; height:35px;margin-bottom: 10px; display:none; }
.about_right1 img{ width:auto; height:100%;}
.about_right h2{ font-size:16px; line-height:28px; margin-top:20px;}
.about_right h3{line-height: 26px;font-size: 14px; margin-bottom: 0; margin-top: 10px;-webkit-line-clamp: 3;}
.about_right2 a{width: 120px; height: 40px; line-height:40px;margin-top: 20px;}
.proudt{ padding-top:30px;}
.proudt_tit h2{ font-size:24px; line-height:50px;}
.proudt_tit h3{ font-size:14px; line-height:26px; padding:0 10px;}
.proudt_nr{margin-top:30px;}
.proudt_nr .slideTxtBox .hd ul{flex-wrap: wrap;}
.proudt_nr .slideTxtBox .hd{ margin:0 10px; height:200px;box-shadow: none; border-radius:0; line-height:50px;}
.proudt_nr .slideTxtBox .hd ul li{ padding:0 24px; font-size:14px;}
.chanpin{ margin-top:20px; display:block;}
.chanpin_left{ width:100%; height:280px;}
.chanpin_right{ width:100%;}
.chanpin_right section{ padding:20px 0;}
.chanpin_right h2{ font-size:18px;}
.chanpin_right h3{ line-height:30px; font-size:14px; margin-top:10px; margin-bottom:20px;}
.chanpin_right_qieh{ height:60px;display:none;}
.proudt_nr .slideTxtBox .prev, .proudt_nr .slideTxtBox .next{ top:20px;} 
.chanpin_lie{ display:none;}
.news{ margin-top:30px; padding-top:30px; height:auto; padding-bottom:20px;}
.news_tit{ padding:0 10px;}
.news_tit1 h2{font-size:24px; line-height:50px;}
.news_tit1 h3{font-size:14px;}
.news1{ margin-top:30px; display:block; padding:0 10px;}
.news1_left{ width:100%;height:190px;}
.news1_left1{ height:190px;}
.news1_left1 img{ height:100%;}
.news1_left2{ padding-top:96px;}
.news1_left2 h2{ font-size:14px;}
.news1_left2 h3{ font-size:16px; margin-top:0;}
.news1_right{ width:100%;height:190px; margin-top:20px;}
.news1_right1 img{ height:190px;}
.news1_right2{ padding-top:96px;}
.news1_right2 h2{ font-size:14px;}
.news1_right2 h3{ font-size:16px; margin-top:0;}

.news2{ margin-top:30px; padding:0 10px;}
.news2 ul{ display:block;}
.news2 ul li{ width:100%; margin-bottom:15px; margin-right:0; height:auto;}
.news2_1{ font-size:14px;}
.news2 ul li h2{ font-size:16px; margin-top:5px;}
.news2 ul li h3{font-size: 14px;margin-bottom: 0px;margin-top: 10px;}
.join_nr{ display:block; margin-top:30px; padding:0 10px;}
.join_nr_left img{ width:100%; height:auto;}
.join_nr_right{ width:100%; padding-left:0;}
.join_nr_right h2{ font-size:20px;margin-top: 20px;margin-bottom: 10px;}
.join_nr_right section p{ font-size:14px;}
.faq1{ margin-top:40px;}
.faq1 .wrapper{ display:block; padding:0 10px;}
.faq1_left{ width:100%;}
.faq1_left1 img{ height:45px;}
.faq1_left2{ width:100%; height:50px; line-height:50px;}
.faq1_left3{ width:100%; font-size:14px;}
.faq1_right{ width:100%;}
.faq1_right img{ width:100%; height:auto;}
body .weo-input2{ width:70%;height:50px; line-height:50px;}
.weo-btn22{ width:50px; height:50px; background-size: 30px;}
.faq2{ margin-top:20px; padding:0 10px;}
.faq2 ul{ display:block;}
.faq2 ul li{ width:100%; margin-bottom:15px;margin-right: 0px; padding:20px;}
.faq2 ul li h2{ font-size:16px;}
.faq2 ul li h2 img{ width:28px;}
.faq2 ul li section{ font-size:14px;}
.about_right_tn a{ margin-top:20px !important;}
.lianxi{ margin-top:40px; height:auto;}
.lianxi .wrapper{ display:block;}
.lianxi_left{ width:100%; padding:30px 20px;}
.lianxi_right{ width:100%; height:auto; padding:20px;}
.lianxi_d{ margin-top:30px;}
.bottom1 .wrapper{ justify-content: space-between; padding:0 10px;}
.bottom{ padding-top:30px;}
.bottom_ce{ display:none;}
.bottom_le{ width:50%;}
.bottom_le .bottom_le1 img{ height:30px;}
.bottom_le2{ font-size:14px;}
.bottom_re{ width:120px;}
.bottom_re img{ width:100px; height:100px;}
.bottom2{ margin-top:20px; padding:20px 10px 0 10px;line-height:26px;}
.yqlj .wrapper{ display:block; padding:0 10px;}
.yqlj_left{ width:100%; padding-top:30px; padding-bottom:0;border-right: 0; padding-right: 0;}
.yqlj_right{ width:100%; padding-top:20px; padding-bottom:40px; padding-left:0;}
.yqlj_right a{ font-size:14px;padding-right: 26px;display: inline-block; }
.lianxi_d .lianxi_d_le img{ width:35px;}

.ny_banner{ height:110px; margin-top:3.75rem;}
.wrapper2{ width:100%;}
.ny_banner_txt{; padding:66px 15px 0 15px;}
.ny_banner_txt h2{ font-size:20px;margin-top: -40px;}
.ny_banner_txt h3{ font-size:14px;margin-top:5px;}
.dqwz{ display:none;}
.sj-dqwz{ display:block;}
.dqwz_right{ height:40px; line-height:40px; background: #f5f5f5 url(../img/home.jpg) no-repeat 15px center; font-size:14px; padding-left:40px;}
.dqwz_right a{ font-size:14px;}
.dqwz_left{ margin-top:20px; padding:0 15px;}
.dqwz_left ul{ justify-content:flex-start;  flex-wrap: nowrap; overflow-x:auto;overflow-y: hidden; white-space: nowrap;}
.dqwz_left ul li{height:40px;line-height: 40px;text-align: center;cursor: pointer; box-sizing: border-box; padding: 0;overflow: visible;}
.dqwz_left ul li a{ padding:0 15px;font-size: 15px;}
.ny_about1{ display:block; padding:0 15px;margin-top: 0px;}
.ny_about1_left{ width:100%;margin-top: 30px;}
.ny_about1_left1{ width:auto; height:50px;}
.ny_about1_left1 img{ width:auto; height:100%;}
.ny_about1_left{margin-bottom: 20px;}
.ny_about1_left h2{ font-size:16px;}
.ny_about1_left section{ font-size:14px; line-height:30px;}
.ny_about1_right{ width:100%; height:auto; margin-top:20px; margin-left:0;}
.ny_about1_right img{width:100%; height:auto;}
.ny_about2{ margin-top:20px; padding:0 15px;}
.ny_about2 ul li{margin-right: 10px}
.ny_about2_tu{ height:auto;}
.ny_about2_txt{ font-size:14px; line-height:40px;}
.qyys{ margin-top:20px; padding:30px 0; height:auto;}
.qyys_tit{ font-size:24px;}
.qyys_nr{ padding:0 15px;}
.qyys_nr ul{ margin-top:20px; display:block;}
.qyys_nr ul li{ width:100%; height:auto; padding:15px; display:flex; margin-bottom:15px;}
.qyys_nr ul li:nth-child(1) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:nth-child(2) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:nth-child(3) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:nth-child(4) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(1) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(2) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(3) i{ width:60px; height:60px; background-size:40px !important; }
.qyys_nr ul li:hover:nth-child(4) i{ width:60px; height:60px; background-size:40px !important; }

.qyys_nr ul li > div{ width:73%; margin-left:20px;}
.qyys_nr ul li h2{font-size: 16px;line-height: 40px; text-align:left;}
.qyys_nr ul li h3{ font-size:14px;}
.fazlc{ height:auto; padding:30px 0;}
.fazlc_nr{ margin-top:40px;}
.fazlc_nr .swiper-button-next{ width:30px; height:30px; background-size: cover;top: 56px}
.fazlc_nr .swiper-button-prev{ width:30px; height:30px; background-size: cover;top: 56px}
.fazlc_nr .lichegn1{ font-size:20px;}
.fazlc_nr .lichegn2 i{ width:20px; height:20px; background-size: cover;margin-top: 15px;}
.lichegn3 h2{ font-size:16px; line-height:40px;}
.lichegn3 dl dd{ font-size:12px; line-height:20px;}
.fazlc_nr:before{ top:50px;}
.fazlc_nr .swiper-container{ padding:0 40px;}
.ny_lxfs{ margin-top:30px; height:700px;}
.ditu{ height:210px; top:470px;}
.ditu > div{ height:210px !important;}
.ny_lxfs2{ width:92%; right:15px; left:15px;height:450px; top:0;}
.ny_lxfs2_1{ height:70px;}
.ny_lxfs2_1_le h2{ font-size:16px;}
.ny_lxfs2_1_re img{ width:40px;}
.ny_lxfs2_2{ padding:15px;}
.ny_lxfs2_2 h2{ font-size:18px; line-height:40px;}
.ny_lxfs2_2 ul li{ font-size:14px;}
.ny_lxfs2_2_d1 img{ width:25px;}
.ny_lxfs2_2_d1{ width:88px;}
.ny_lxfs2_2_d3{ width:92%; line-height:24px; }
.ny_lxfs2_3_le{margin-left: 15px;}
.ny_lxfs2_3_re{ padding-left:10px;}
.ny_lxfs2_3_re h2{ font-size:17px;}
.ny_lxfs2_3_re h3{ font-size:14px;}

.ny_wemnti{ margin-top:30px;padding-top: 30px; height:1100px;}
.ny_liuyan{margin-top: 0; padding:0 15px;}
.ny_liuyan .wrapper2{ display:block;}
.ny_liuyan_left{ width: 100%;}
.ny_liuyan_left h2{ font-size:20px;}
.ny_liuyan_left h3{ font-size:16px;}
.ny_liuyan_left h4{ font-size:14px; margin-top:20px;}
.ny_liuyan_left a{ width:140px; font-size:14px; height:40px; line-height:40px;}
.ny_liuyan_left a img{ width:20px;}
.ny_liuyan_re{ width:100%; margin:20px auto 0 auto; }
.ny_liuyan_re_tit1{ font-size:18px;}
.ny_liuyan_lie2 span{ font-size:14px;}
.ny_liuyan_lie1_re2 b{ font-size:14px;}
.tanchu33 {width:92%;  left:15px; height:auto; top:20%; padding:20px;margin-left: 0;}
.tanchu33 h2{ font-size:18px; line-height:40px;}
body .jiabme1{ height:40px; line-height:40px;}
body .jiabme2{ height:40px; line-height:40px;}
body .jiabme6{ height:40px; line-height:40px;margin-top: 20px;}
.z_neiye .zbtn{width: 24px; height: 24px;top: 80px;}

.ny_chanp .wrapper2{ display:block; margin-top:0px; padding:0 15px;}
.ny_chanp_le{margin-bottom: 20px; margin-top: 0px; width:100%;}
.ny_chanp_le_tit{ display:none;}
.ny_chanp_lie ul{ display:flex; gap:10px 15px; flex-wrap:wrap;}
.ny_chanp_lie ul li{ padding:0 15px; width:auto; background:none; height:40px; line-height:40px;border-bottom:0;}
.ny_chanp_lie ul li a{ font-size:14px;padding-left: 0px;}
.ny_chanp_lie .currer3{ background:#ff6b14;}
.ny_chanp_lie{ background:none;}
.ny_chanp_re{ width:100%; margin-top:20px;}
.ny_chanp_re1{ height:50px; line-height:50px;}
.ny_chanp_re1 .weo-input5{ height:50px; line-height:50px; width:75%;}
.weo-btn66{height:50px; line-height:50px; width:25%;background: #163362 url(../img/shuixian.png) no-repeat 13px;}
.ny_chanp_re2 h2{ font-size:18px; line-height:50px;}
.ny_chanp_re2 h3{ font-size:14px;}
.ny_jjfa_le3_lie_tu{ height:auto; padding:10px 0;}
.ny_jjfa_le3_lie_tu img{ height:auto; width:100%;}
.ny_jjfa_le3_lie_txt h2{ font-size:16px;}
.ny_jjfa_le3_lie_txt section{ font-size:14px;}
.ny_cp_xiangqing1{ display:block;}
.ny_cp_xiangqing1_left{ width:100%; height:auto;}
.ny_cp_xiangqing1_right{ width:100%; margin-top:20px;}
.ny_cp_xiangqing1_right h2{ font-size:20px;}
.ny_cp_xiangqing1_right h3{ font-size:16px;}
.ny_cp_xiangqing1_right section{ font-size:14px;}
.ny_cp_xiangqing1_right_an{margin-top: 20px;}
.ny_cp_xiangqing1_right_an a{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
.ny_cp_xiangqing2_t{ height:50px;}
.ny_cp_xiangqing2_t ul li{ font-size:14px;}
.one{ height:60px; line-height:60px;}
.ny_jjfa_le3_lie ul li{ padding:10px;}
.xgcp_tit{ font-size:18px;}
.ny_news1_re{ display:none;}
.ny_news{padding:20px 15px 0 15px;}
.ny_news1_le{ width:100%;height: 155px;}
.ny_news1_le .slideBox{width:100%;height: 155px;}
.ny_news1_le .slideBox .bd img{ width:100%;height: 155px;} 
.x_kai2{ font-size:15px; padding-top:46px;}
.ny_news2 ul{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.ny_news2 ul li{ width:48%; margin-right:0;}
.ny_news2_img{ width:100%; height:auto;}
.ny_news2_txt h2 a{ font-size:15px;}
.ny_news_dea h2{font-size: 20px; line-height:40px;}
.ny_news_dea h3{ font-size:14px;padding-top: 10px;}
.shangyip{ display:block; line-height:40px; font-size:14px; text-align:left; margin-bottom:30px;}
.shangyip a{height: 30px; display: block; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.xgwz_n h2{ font-size:18px;}
.xgwz_n ul{ flex-wrap:wrap;gap:0 20px;height:278px; overflow:hidden; margin-bottom:30px;}
.xgwz_n ul li{ width:46%; height:278px;}
.xgwz_n1{ width:100%; height:100px;}
.xgwz_n1 img{ width:100%; height:100%;}
.xgwz_n22{ padding:0;}
.xgwz_n22 h3{ font-size:15px;}
.xgwz_n3{ font-size:14px;}

.sj-wenti{margin-top: 0;padding-top: 0; height:auto;}
.sj-wenti .faq1{ width:100% !important; padding:20px !important;}
.sj-wenti .faq1 .wrapper2{ display:block; width:100%;}
.sj-wenti .faq1_right{ width:100%; height:auto;}
.sj-wenti .faq2{ padding:0;}
.sj-wenti .faq2 ul li{ width:100%; height:auto;}
.ny_jjfa .wrapper2{ display:block; padding:0 15px;}
.ny_jjfa_le{ width:100%;}
.ny_jjfa_re{ width:100%; margin-left:0;}
.ny_jjfa_le1 h2{ font-size:24px; padding-top:30px;}
.ny_jjfa_le1 section{  font-size:14px; padding-top:10px; line-height:28px;}
.ny_jjfa_le1 dl{ margin-top:0; display:flex; gap:0 10px;padding-bottom: 0;}
.ny_jjfa_le1 dl dd{ width:23%;margin-right: 0; height:auto;}
.ny_jjfa_le1_tu{ width:100%; height:70px;}
.ny_jjfa_le1_tu img{ width:100%; height:100%;}
.ny_jjfa_le1_txt{ font-size:14px;}
.ny_jjfa_le2 ul li a{ font-size:14px;}
.ny_jjfa_re2 h3{ width:88%;}
.ny_jjfa_re3{ width:88%;}
.ny_jjfa_re2 .weo-input4{ height:40px;}
#address select{ height:40px;}
.ny_jjfa_re2 .weo-btn44{ height:40px; line-height:40px;}
.dowen{ padding:0 15px;}
.dowen_nav{ padding:0; height:50px; line-height:50px;}
.dowen_nav ul a{ width:30%;}
.dowen_nav ul a li{ width:100%;}
.ny_zzzx_le_z{width: 85px; height: 70px;}
.dowen_nr1_3{ width:50%;padding-left: 10px; padding-right: 10px;}
.dowen_nr1_3 h2{ font-size:15px;}
.dowen_nr1_3 h3{font-size: 14px; margin-top:0;}
.ny_zzzx_le_y1_rr a{ width:100px; height:40px;line-height:40px; font-size:14px;}
.ny_zzzx .wrapper2{ display:block; padding:0 15px;}
.ny_zzzx_le{ width:100%;}
.ny_zzzx_le_y{ width:75%; padding-left:20px;}
.ny_zzzx_le_y1_ee{ width:52%}
.ny_zzzx_le_y1_ee h2{ font-size:16px;}
.ny_zzzx_le_y1_ee h3{font-size: 14px; margin-top: 0;}
.n_seach{ width:92%;}
.ny_zzzx{ padding-top:0;}
.viedo_lie{ width:100%;}
.viedo_lie1 video{ height:auto !important;}
.viedo_lie2 h2{ font-size:18px;}
.kehufw1{ display:block; padding-top:40px; height:auto;}
.kehufw1 .wrapper2{ display:block; padding:0 15px; }
.kehufw1_le{ width:100%;}
.kehufw1_le h2,.kehufw1_le h2 span{ font-size:30px;}
.kehufw1_le h3 { font-size:14px; padding-top:15px;}
.kehufw1_le .wan01 h2{ font-size:14px; line-height:40px;}
.kehufw1_le .wan_intput{ height:40px; line-height:40px;}
.kehufw1_re dl dd{ margin-top:10px;}
.kehufw1_re dl dd h2{ font-size:15px;}
.kehufw1_re { width: 100%; padding-right: 0;}
.yqq01{ background-size:40px; padding-left:45px;}
.yqq02{ background-size:40px; padding-left:45px;}
.yqq03{ background-size:40px; padding-left:45px;}
.yqq04{ background-size:40px; padding-left:45px;}
.kehufw1_re dl dd h3{ padding-left:45px;}
.kehufw2{ height:auto; padding:0 15px;}
.kehufw2_nn{ width:100%;}
.kehufw2_nn2{ margin-top:50px; font-size:20px;}
.kehufw2_nn2 p{ font-size:24px;}
.kehufw2_nn3 h2{ font-size:16px;}
.kehufw2_nn3 h3{ font-size:14px;}
.kehufw2_nn4{ margin-bottom:30px;}
.kehufw2_nn4 a{height: 40px;  line-height: 40px;font-size:14px; width:140px; margin-top:30px;}
.n_jxs1{padding-top: 0;}
.n_jxs1 .wrapper2{ display:block; padding:0 15px;}
.n_jxs1_le{ width:100%; margin-top:20px;}
.n_jxs1_re{ width:100%; height:auto;}
.n_jxs1_re img{ width:100%; height:auto;}
.n_jxs1_le h2{ font-size:24px;line-height: 40px; margin-top: 0;}
.n_jxs1_le section{ font-size:14px;padding-top: 10px;}
.n_jxs2{ padding:30px 15px;}
.n_jxs2_t{ font-size:24px;}
.one_ceng{ display:block;}
.one_ceng .n_jxs2_nn1{ width:100%; margin-bottom:10px;}
.n_jxs2_nn1_1{ font-size:14px;}
body .weo-input10{height: 40px;  line-height: 40px;}
body .n_seach88{width:100%;height: 40px;  line-height: 40px;}
.n_jxs2_nn1_tb select{width:30%;height: 40px;  line-height: 40px;}
.weo-btn888{width:100%;height: 40px;  line-height: 40px;}
.n_ygzp{ padding-top:20px;}
.n_ygzp1{ display:block; padding:0 15px;}
.n_ygzp1_tu{ width:100%; height:auto;}
.n_ygzp1_wen{ width:100%;  margin-top:20px; margin-left:0;}
.n_ygzp1_wen h2{ font-size:32px;}
.n_ygzp1_wen em{ width:60px;}
.n_ygzp1_wen h3{ font-size:18px;}
.n_ygzp1_wen section{ font-size:14px; padding-top:20px;}
.ny-jobs .job-tabs{ margin-top:40px; padding:0 15px;}
.job_list_title{ padding:0 15px;}
.job_list_title span.gw{ font-size:14px; width:50%; overflow:hidden;}
.job_list_title span.dz,.job_list_title span.rs{ display:none;}
.job_list_title span{ font-size:14px;}
.job_xxnr{ display:block;}
.job_xxnr section{ padding:20px 0;}
.job_xxnr section p{ font-size:14px; line-height:28px;}
.sj_dowen_nr1{ display:block;}
.sj_dowen_nr1_3{ width:100%;}
.ny_cp_xiangqing2_t ul li{ width:35%;}
.ny_cp_xiangqing1_right section img{ width:100%;}
.tanchu{width: 90%;left: 18px; margin-left: 0; top:30%;}


}




















