@charset "utf-8";
html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
}

.wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

img {
	max-width: 100%;
}

input:focus,
button:focus {
	outline: none;
}

.flex_cen {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/**导航菜单**/

header {
	position: relative;
}

.on-fixed header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

header .logo a {
	display: block;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9999;
	width: 14.6875vw;
}

header .logo img {
	max-height: 90%;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 100px;
}

header .rightDiv .menu ul {
	display: inline-block;
	/*overflow: hidden;*/
}

header .rightDiv .menu.open ul,
header .index-header .rightDiv .menu ul {
	display: inline-block;
}

header .rightDiv .menu ul li {
	float: left;
	position: relative;
	margin: 0 1.5625vw 0 0;
}

header .rightDiv .menu ul li>a {
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #666666;
	font-size: 15px;
	display: inline-block;
	position: relative;
}

header .rightDiv .menu ul li>a:hover,
header .rightDiv .menu ul li>a:focus,
header .rightDiv .menu ul li>a.on,
header .rightDiv .menu ul li>a.active {
	background: none;
	color: #1384cb;
}

header.on .rightDiv .menu ul li>a {
	color: #1384cb;
}

header .rightDiv .menu ul li>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #1384cb;
	height: 2px;
	opacity: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

header .rightDiv .menu ul li:hover>a::after,
header .rightDiv .menu ul li>a.on::after {
	opacity: 1;
	transform: scaleX(1);
}

header .rightDiv .menu .otherDiv {
	line-height: 100px;
	font-size: 16px;
	color: #333;
}

header .rightDiv .menu .otherDiv .languageDiv {
	margin-right: 1.5625vw;
}

header .rightDiv .menu .otherDiv .languageDiv a {
	color: #333;
}

header .rightDiv .menu .otherDiv .languageDiv a.active {
	color: #666666;
}

header .rightDiv .menu .otherDiv .searchDiv {
	cursor: pointer;
}

header .rightDiv .menu .otherDiv .searchDiv>img {
	position: relative;
	top: -3px;
}

header .rightDiv .menu .otherDiv .searchDiv form {
	display: none;
	position: absolute;
	right: -15px;
	background: #1384cb;
	padding: 20px 30px;
	line-height: 1;
	z-index: 99;
}

header .rightDiv .menu .otherDiv .searchDiv:hover form {
	display: block;
}

header .rightDiv .menu .otherDiv .searchDiv form input {
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 15px;
	min-width: 300px;
}

header .rightDiv .menu .otherDiv .searchDiv form button {
	line-height: 40px;
	width: 30px;
	height: 40px;
	border: 0;
	float: right;
	background: url(../img/sousuo.png) no-repeat center center;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu.png) no-repeat center center;
	background-size: 22px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide.png) no-repeat center center;
	background-size: 22px auto;
}


/****底部***/

.footer {
	background: #1384cb;
	color: #fff;
}

.footer .hdDiv {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 60px 0 30px;
}

.footer .hdDiv .row {
	margin: 0 -5px;
}

.footer .hdDiv .row>div {
	padding: 0 5px;
}

.footer .hdDiv .telDiv {
	font-size: 32px;
	line-height: 1;
}

.footer .hdDiv .timeDiv {
	font-size: 13px;
	opacity: .5;
	margin: 10px 0 20px;
}

.footer .hdDiv .infoDiv>div {
	font-size: 13px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.footer .hdDiv .infoDiv>div.p1 {
	background: url(../img/f-icon1.png) no-repeat left center;
}

.footer .hdDiv .infoDiv>div.p2 {
	background: url(../img/f-icon2.png) no-repeat left center;
}

.footer .hdDiv .infoDiv>div.p3 {
	background: url(../img/f-icon3.png) no-repeat left center;
}

.footer .hdDiv .infoDiv>div.p4 {
	background: url(../img/f-icon4.png) no-repeat left center;
}

.footer .hdDiv .listDiv {
	float: left;
	width: 33.3%;
}

.footer .hdDiv .listDiv span {
	display: block;
	margin-bottom: 20px;
}

.footer .hdDiv .listDiv a {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.footer .hdDiv .listDiv a:hover {
	opacity: .8;
}

.footer .hdDiv .ewmDiv {
	text-align: center;
	display: inline-block;
}

.footer .hdDiv .ewmDiv span {
	display: block;
	margin-top: 10px;
	opacity: .5;
	font-size: 14px;
}

.footer .bdDiv {
	font-size: 13px;
	padding: 20px 0 50px;
}

.footer .bdDiv a {
	color: #fff;
}

.footer .bdDiv a:hover {
	opacity: .8;
}

.footer .bdDiv a.link1 {
	display: inline-block;
	width: 15px;
	height: 25px;
	background: url(../img/f-icon5.png) no-repeat 0 0;
}

.footer .bdDiv a.link2 {
	display: inline-block;
	width: 27px;
	height: 25px;
	background: url(../img/f-icon5.png) no-repeat -40px 0;
	margin: 0 20px;
}

.footer .bdDiv a.link3 {
	display: inline-block;
	width: 20px;
	height: 25px;
	background: url(../img/f-icon5.png) no-repeat -101px 0;
}


/********************************* 首页 **********************************/


/*banner轮播*/

.index-banner {
	width: 100%;
	position: relative;
}

.index-banner .swiper-slide {
	overflow: hidden;
}

.index-banner .img {
	width: 100%;
	display: block;
	height: 31.25vw;
	min-height: 400px;
	background: none no-repeat center;
	background-size: cover;
	position: relative;
}

.index-banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 27px;
	height: 5px;
	border-radius: 0;
	box-shadow: 1px 0px 4px rgba(0, 0, 0, .75);
}

.index-banner .swiper-pagination-bullet-active {
	background: #1384cb;
}

.section1 {
	padding: 65px 0;
}

.section1 .rowDiv .imgDiv {
	width: 50%;
}

.section1 .rowDiv .textDiv {
	width: 50%;
	padding-right: 4.1666vw;
}

.section1 .rowDiv .textDiv .title {
	font-size: 24px;
}

.section1 .rowDiv .textDiv .line {
	width: 40px;
	height: 3px;
	background: #1384cb;
	margin: 20px 0;
}

.section1 .rowDiv .textDiv .text {
	max-height: 200px;
	overflow: hidden;
}

.section1 .rowDiv .textDiv p {
	font-size: 14px;
	line-height: 2;
	margin: 0;
}

.section1 .rowDiv .textDiv a {
	display: block;
	width: 123px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #1384CB;
	text-align: center;
	margin-top: 30px;
}

.section1 .rowDiv .textDiv a:hover {
	opacity: .8;
}

.index-title {
	position: relative;
	text-align: center;
	font-size: 28px;
}

.index-title .line {
	display: block;
	width: 40px;
	height: 2px;
	background: #1384CB;
	margin: 12px auto 0;
}

.section2 {
	background: #f6f6f6;
	padding: 70px 0;
	text-align: center;
}

.section2 .row {
	margin: 30px -11px 0;
}

.section2 .row>div {
	padding: 0 11px;
}

.section2 .row>div .conDiv {
	background: #fff;
	border-radius: 7px;
	padding: 15px;
	position: relative;
}

.section2 .row>div .conDiv .textDiv {
	padding: 15px 0;
}

.section2 .row>div .conDiv .textDiv span {
	display: block;
}

.section2 .row>div .conDiv .textDiv p {
	font-size: 13px;
	color: #666666;
	line-height: 1.8;
	margin: 10px 0;
}

.section2 .row>div .conDiv .textDiv a {
	position: absolute;
	left: 50%;
	margin-left: -18.5px;
	bottom: -18.5px;
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #1384CB;
	color: #fff;
	font-size: 29px;
	line-height: 34px;
}
.flex_cen{
	position: absolute;
	left: 50%;
	margin-left: -18.5px!important;
	bottom: -18.5px;
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #1384CB;
	color: #fff!important;
	font-size: 29px!important;
	line-height: 34px!important;
}

.section2 .row>div .conDiv .textDiv a:hover {
	opacity: .8;
}

.section3 {
	padding: 70px 0;
}


/*旋转木马必要样式*/

#certify {
	position: relative;
	width: 100%;
	margin: 30px auto 0;
}

#certify .swiper-slide {
	width: 43.3%;
	height: 34%;
}

#certify .swiper-slide a {
	display: block;
	border: 3px solid #fff;
	position: relative;
}

#certify .swiper-slide img {
	display: block
}

#certify .swiper-slide span {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 0 30px;
	width: 100%;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: left;
	font-size: 16px;
	background: url(../img/case-more.png) no-repeat center right 30px rgba(0, 0, 0, 0.6);
}

#certify .swiper-button-prev {
	left: -45px;
	width: 45px;
	height: 45px;
	background: url(../img/left.jpg) no-repeat center center;
	background-size: 100%
}

#certify .swiper-button-prev:hover {
	opacity: .8;
}

#certify .swiper-button-next {
	right: -45px;
	width: 45px;
	height: 45px;
	background: url(../img/right.jpg) no-repeat center center;
	background-size: 100%
}

#certify .swiper-button-next:hover {
	opacity: .8;
}

.section4 {
	padding: 70px 0;
	background: #F6F6F6;
}

.section4 .rowDiv {
	margin-top: 48px;
}

.section4 .rowDiv .leftDiv {
	width: 43.08%;
}

.section4 .rowDiv .rightDiv {
	width: 54.16%;
}

.section4 .rowDiv .rightDiv ul li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.section4 .rowDiv .rightDiv ul li .dateDiv {
	width: 86px;
	background: #1384CB;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 14px 0 10px;
}

.section4 .rowDiv .rightDiv ul li .dateDiv span {
	display: block;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 6px;
}

.section4 .rowDiv .rightDiv ul li .textDiv {
	padding-left: 109px;
}

.section4 .rowDiv .rightDiv ul li .textDiv a {
	color: #000;
}

.section4 .rowDiv .rightDiv ul li .textDiv a:hover {
	color: #1384CB;
}

.section4 .rowDiv .rightDiv ul li .textDiv p {
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 8px;
}

.ny-banner {
	width: 100%;
	position: relative;
}

.ny-banner .img {
	width: 100%;
	display: block;
	height: 400px;
	background: none no-repeat center;
	background-size: cover;
}

.cateDiv {
	background: #f6f6f6;
	line-height: 60px;
}

.cateDiv .breadcrumbDiv {
	padding-left: 33px;
	background: url(../img/home.png) no-repeat center left;
	font-size: 14px;
	color: #333;
}

.cateDiv .breadcrumbDiv a {
	color: #333;
}

.cateDiv .twoMenu a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin-left: 40px;
}

.cateDiv .twoMenu a.active {
	border-bottom: 2px solid #1384CB;
	color: #1384CB;
}

.cateDiv .twoMenu a:hover {
	color: #1384CB;
}

.aboutDiv {
	text-align: center;
	padding: 80px 0;
}

.about-title {
	position: relative;
}

.about-title span {
	font-size: 42px;
	color: #1384cb;
	display: block;
	font-weight: bold;
}

.about-title small {
	display: block;
	font-size: 46px;
	color: #999999;
	opacity: .1;
	position: absolute;
	top: 25px;
	text-align: center;
	width: 100%;
}

.aboutDiv .textDiv {
	line-height: 2.2;
	text-align: left;
	margin: 40px 0;
}

.aboutDiv .textDiv p {
	margin: 0;
	text-indent: 2em;
}

.aboutDiv .textDiv img {
	margin-top: 40px;
}

.ny-title {
	text-align: center;
}

.ny-title span {
	font-size: 28px;
	color: #1384cb;
	display: block;
	font-weight: bold;
}

.ny-title p {
	font-size: 14px;
	color: #666666;
	display: block;
	margin: 10px 0 0;
}

.joinDiv {
	padding: 60px 0;
}

.joinList {
	margin-top: 50px;
}

.joinList ul li {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.joinList ul li .hdDiv>div {
	float: left;
	padding: 0 15px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.joinList ul li .hdDiv>div:first-child {
	justify-content: flex-start;
	padding-left: 50px;
}

.w30 {
	width: 30%;
}

.w14 {
	width: 14%;
}

.joinList ul li.lhead .hdDiv {
	background: #0e6eb8;
	color: #fff;
	font-size: 18px;
}

.joinList ul li.on .hdDiv {
	background: #e7e7e7;
}

.joinList ul li .hdDiv i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/jia.png) no-repeat center center;
}

.joinList ul li.on .hdDiv i {
	background: url(../img/jian.png) no-repeat center center;
}

.joinList ul li .bdDiv {
	padding: 10px 50px;
	font-size: 14px;
	line-height: 2;
	display: none;
}

.joinList ul li .bdDiv>div {
	margin: 30px 0;
}

.joinList ul li .bdDiv .textDiv {
	padding-left: 100px;
}

.joinDiv .shuoming {
	background: #f6f6f6;
	padding: 30px 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
}

.joinDiv .shuoming .text {
	margin-bottom: 25px;
}

.contactDiv1 {
	padding: 60px 0;
}

.contactDiv1 .formDiv {
	background: #f5f5f5;
	margin-top: 50px;
	padding: 40px 5.72vw;
}

.contactDiv1 .formDiv .row {
	margin: 0 -5px;
}

.contactDiv1 .formDiv .row>div {
	padding: 0 5px;
	margin-bottom: 20px;
}

.contactDiv1 .formDiv .row>div i {
	color: #e62129;
	padding-left: 10px;
	font-size: 14px;
	font-style: initial;
}

.contactDiv1 .formDiv .groupDiv input {
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	border: 0;
	padding: 0 15px;
	font-size: 14px;
}

.contactDiv1 .formDiv .yzmDiv input {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 0;
	padding: 0 15px;
	font-size: 14px;
}

.contactDiv1 .formDiv .yzmDiv img {
	height: 40px;
	margin-left: 8px;
}

.contactDiv1 .formDiv .textareaDiv textarea {
	width: 100%;
	resize: none;
	height: 160px;
	width: calc(100% - 20px);
	border: 0;
	padding: 10px 15px;
	font-size: 14px;
}

.contactDiv1 .formDiv .textareaDiv i {
	position: relative;
	top: -70px;
}

.contactDiv1 .formDiv button {
	width: 134px;
	height: 43px;
	line-height: 43px;
	background: #1384CB;
	color: #fff;
	border: 0;
	padding: 0;
	font-size: 14px;
}

.contactDiv1 .formDiv button:hover {
	opacity: .8;
}

.contactDiv2 .row {
	margin-top: 60px;
	padding-bottom: 200px;
}

.contactDiv2 .row .title {
	font-size: 22px;
	margin-left: 30px;
	margin-top: 40px;
}

.contactDiv2 .row .textDiv {
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	margin-top: 20px;
	margin-left: 30px;
}

.newsDiv {
	padding: 20px 0 100px;
}

.newsDiv ul li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.newsDiv ul li .imgDiv {
	width: 205px;
}

.newsDiv ul li .textDiv {
	padding-left: 235px;
}

.newsDiv ul li .textDiv span {
	font-size: 18px;
	color: #000;
}

.newsDiv ul li .textDiv p {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin: 10px 0;
}

.newsDiv ul li .textDiv div span {
	font-size: 14px;
	color: #666;
}

.newsDiv ul li .textDiv div a {
	font-size: 14px;
	color: #1384cb;
}

.newsDiv ul li .textDiv div a:hover {
	text-decoration: underline;
}

.pageDiv {
	text-align: center;
	margin-top: 40px;
}

.pageDiv span,
.pageDiv a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin: 0 15px;
}

.pageDiv span {
	color: #1384CB;
}

.syzxDiv {
	padding: 40px 0;
}

.syzxDiv .textDiv {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.syzxDiv .textDiv img {
	margin: 30px auto;
}

.yylyDiv {
	padding: 40px 0 60px;
}

.yylyDiv .leftDiv {
	width: 260px;
}

.yylyDiv .leftDiv .p1 {
	background: #1384cb;
	line-height: 70px;
	padding: 0 20px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.yylyDiv .leftDiv ul li a {
	display: block;
	position: relative;
	margin-top: 10px;
	background: #e7e7e7;
	padding: 0 20px;
	height: 50px;
	font-size: 18px;
	color: #333;
	display: flex;
	align-items: center;
}

.yylyDiv .leftDiv ul li a i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/r.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
}

.yylyDiv .leftDiv ul li.on a,
.yylyDiv .leftDiv ul li:hover a {
	background: #1384CB;
	color: #fff;
}

.yylyDiv .leftDiv ul li.on a i {
	background: url(../img/x.png) #4d4d4d no-repeat center center;
}

.yylyDiv .rightDiv {
	width: calc(100% - 295px);
}

.ban {
	width: 476px;
	height: 448px;
	position: relative;
	overflow: hidden;
}

.ban2 {
	width: 476px;
	height: 357px;
	position: relative;
	overflow: hidden;
}

.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.ban2 ul li {
	width: 476px;
	height: 357px;
}

.prev {
	float: left;
	cursor: pointer;
}

.num {
	height: 84px;
	overflow: hidden;
	width: 476px;
	position: relative;
	float: left;
}

.min_pic {
	padding-top: 7px;
	width: 476px;
}

.num ul {
	position: absolute;
	left: 0;
	top: 0;
}

.num ul li {
	width: 110px;
	height: 84px;
	margin-right: 12px;
	opacity: .5;
}

.num ul li.on {
	opacity: 1;
}

.num ul li a {
	display: block;
}

.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}

.next_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	cursor: pointer;
	float: right;
}

.prev1 {
	position: absolute;
	top: 156px;
	left: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.next1 {
	position: absolute;
	top: 156px;
	right: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.yylyDiv .rightDiv .hdDiv .textDiv {
	width: calc(100% - 516px);
}

.yylyDiv .rightDiv .hdDiv .textDiv .name {
	font-size: 24px;
	color: #1384cb;
	font-weight: bold;
}

.yylyDiv .rightDiv .hdDiv .textDiv .desc {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.yylyDiv .rightDiv .hdDiv .textDiv a.zxxj_a {
	width: 136px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: #1384CB;
	color: #fff;
}

.yylyDiv .rightDiv .hdDiv .textDiv a.zxxj_a:hover {
	opacity: .8;
}

.yylyDiv .rightDiv .hdDiv .textDiv a.share_a {
	font-size: 14px;
	padding-left: 30px;
	background: url(../img/share.png) no-repeat left center;
	line-height: 39px;
	color: #666;
}

.yylyDiv .rightDiv .bdDiv {
	padding: 30px;
	background: #f6f6f6;
	margin-top: 24px;
}

.yylyDiv .rightDiv .bdDiv .hd {
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
}

.yylyDiv .rightDiv .bdDiv .hd span {
	font-size: 18px;
	color: #1384cb;
	padding-bottom: 10px;
	border-bottom: 1px solid #1384CB;
	display: inline-block;
}

body:after {
	content: '';
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

body.on-menu:after {
	display: block;
}

@media (max-width:1220px) {
	header .rightDiv .menu ul li>a {
		font-size: 15px;
	}
	.yylyDiv .rightDiv .hdDiv .textDiv {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	header .wrap {
		width: 100%;
		padding: 0 10px;
	}
	header .rightDiv .menu ul li>a {
		font-size: 14px;
	}
	.yylyDiv .rightDiv {
		width: calc(100% - 285px);
	}
	.ny-banner .img {
		height: 300px;
	}
	.yylyDiv .leftDiv {
		width: 100%;
	}
	.yylyDiv .leftDiv ul li {
		float: left;
		width: 33.3%;
	}
	.yylyDiv .rightDiv {
		width: 100%;
		margin-top: 30px;
	}
	/*.ban,.ban2{width: 100%;height: 260px;}
	.min_pic{display: none;}
	.ban2 ul li{width: calc(100vw - 30px);}
	.prev1,.next1{top: 100px;}*/
	.yylyDiv .rightDiv .bdDiv {
		padding: 15px;
	}
	.yylyDiv .leftDiv .p1 {
		line-height: 60px;
		font-size: 24px;
	}
}


/*手机*/

@media (max-width:767px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		background-color: #fff;
		transition: right 300ms !important;
	}
	.on-fixed header {
		border-bottom: 1px solid #eee;
	}
	header .logo a {
		height: 50px;
		line-height: 50px;
		width: auto;
		float: left;
		margin-right: 5px;
	}
	header .logo img {
		max-height: 60%;
	}
	header .logo span {
		float: left;
		line-height: 50px;
		font-size: 14px;
	}
	header .wrap {
		padding: 0 5px;
	}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		margin: 0 15px;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: none;
		text-align: left;
	}
	header .rightDiv .menu ul li a {
		display: inline-block;
		line-height: 50px;
		height: 50px;
		/*color: #fff;*/
		padding: 0;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu ul {
		display: block;
		margin-top: 50px;
		border-top: 1px solid #eee;
	}
	header .rightDiv .menu ul li a span {
		display: none;
	}
	header .rightDiv .menu ul li a.on {
		background: none;
		font-weight: bold;
	}
	header .rightDiv .menu ul li span {
		display: none;
	}
	body.on-menu header .rightDiv .menu {
		right: 0;
	}
	body.on-menu .main {
		right: 0;
	}
	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}
	header .twoMenu dl {
		margin-bottom: 10px;
	}
	header .twoMenu dl dd {
		margin-top: 0;
	}
	header .rightDiv .menu ul li .twoMenu {
		top: 0;
	}
	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}
	header .twoMenu .liDiv>a:after {
		top: 0;
	}
	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}
	header .rightDiv .menu ul li>a {
		margin: 0;
	}
	header .rightDiv .menu .otherDiv {
		float: left;
		text-align: left;
		line-height: 60px;
	}
	header .index-header .rightDiv .menu ul {
		display: block;
	}
	header.on .rightDiv .menu ul li>a {
		color: #fff;
	}
	header .rightDiv .menu .otherDiv .languageDiv {
		margin-left: 15px;
		margin-right: 0;
	}
	.main {
		position: relative;
		right: 0;
		transition: right 300ms !important;
		margin-top: 50px;
	}
	.index-banner .img {
		height: 50vw;
		min-height: initial;
	}
	.section1 {
		padding: 30px 0;
	}
	.section1 .rowDiv .imgDiv {
		width: 100%;
		margin-bottom: 20px;
	}
	.section1 .rowDiv .textDiv {
		width: 100%;
		padding-right: 0;
	}
	.section2 {
		padding: 35px 0;
	}
	.index-title {
		font-size: 24px;
	}
	.section2 .row {
		margin: 30px -5px 0;
	}
	.section2 .row>div {
		padding: 0 5px;
		margin-bottom: 30px;
	}
	.section2 .row>div .conDiv {
		padding: 9px;
	}
	.section3 {
		padding: 35px 0;
	}
	#certify {
		padding: 0 30px;
	}
	#certify .swiper-button-prev {
		left: -10px;
		width: 35px;
	}
	#certify .swiper-button-next {
		right: -10px;
		width: 35px;
	}
	.section4 {
		padding: 35px 0;
	}
	.section4 .rowDiv {
		margin-top: 35px;
	}
	.section4 .rowDiv .leftDiv {
		width: 100%;
	}
	.section4 .rowDiv .rightDiv {
		width: 100%;
		margin-top: 30px;
	}
	.ny-banner {
		margin-top: 50px;
	}
	.ny-banner .img {
		height: 30vh;
	}
	.footer .hdDiv {
		padding: 30px 0 15px;
	}
	.footer .hdDiv .infoDiv {
		margin-bottom: 30px;
	}
	.footer .hdDiv .ewmDiv {
		display: block;
		float: initial;
		margin-top: 30px;
	}
	.footer .bdDiv {
		text-align: center;
		line-height: 1.6;
		padding-bottom: 30px;
	}
	.footer .bdDiv .fr {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.cateDiv {
		line-height: 36px;
	}
	.cateDiv .breadcrumbDiv {
		float: initial;
		font-size: 12px;
	}
	.cateDiv .twoMenu {
		float: initial;
		font-size: 0;
	}
	.cateDiv .twoMenu a {
		margin: 0;
		width: 25%;
		text-align: center;
	}
	.aboutDiv {
		padding: 40px 0;
	}
	.about-title span {
		font-size: 24px;
	}
	.about-title small {
		font-size: 16px;
	}
	.aboutDiv .textDiv {
		margin: 20px 0;
	}
	.joinDiv {
		padding: 30px 0;
	}
	.joinDiv .joinList {
		width: 100%;
		overflow-x: auto;
	}
	.joinDiv .joinList ul {
		width: auto;
		min-width: 810px;
	}
	.newsDiv ul li .imgDiv {
		width: 40%;
	}
	.newsDiv ul li .textDiv {
		padding-left: 43%;
	}
	.newsDiv ul li .textDiv span {
		font-size: 16px;
	}
	.newsDiv ul li .textDiv p {
		line-height: 1.2;
		margin: 3px 0;
	}
	.yylyDiv .leftDiv {
		width: 100%;
	}
	.yylyDiv .leftDiv ul li {
		float: left;
		width: 50%;
	}
	.yylyDiv .rightDiv {
		width: 100%;
		margin-top: 30px;
	}
	.ban,
	.ban2 {
		width: 100%;
		height: 260px;
	}
	.min_pic {
		display: none;
	}
	.ban2 ul li {
		width: calc(100vw - 30px);
	}
	.prev1,
	.next1 {
		top: 100px;
	}
	.yylyDiv .rightDiv .bdDiv {
		padding: 15px;
	}
	.yylyDiv .leftDiv .p1 {
		line-height: 60px;
		font-size: 24px;
	}
	@media (max-width:320px) {
		.yylyDiv .leftDiv .p1 {
			padding: 0 10px;
		}
		.yylyDiv .leftDiv ul li a {
			font-size: 16px;
			padding: 0 10px;
		}
		.yylyDiv .leftDiv ul li a i {
			width: 30px;
			height: 50px;
		}
	}
}