@charset "utf-8";
.webarticle_swiper .swiper-container,
.web_casesp .swiper-container {
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    z-index: 1;
}
.webarticle_swiper .swiper-slide,
.web_casesp .swiper-slide {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    box-sizing: border-box;
}
.web_casesp .swiper-pagination {
    bottom: 10px !important;
}
.web_casesp .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
}
.eybanner {
	width: 100%;
	height: 700px;
	position: relative
}
.eyba_swiper {
	width: 100%;
	height: 100%;
	position: relative
}
.w1400{
width: 1400px;
}
.containerad14 {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.containerad100 {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.containerad101 {
        overflow: hidden;
    margin: 0 auto;
    background: #f9f9f9;
}

.mw{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.mdzznzz ul li {
	float: left;
    margin-right: 26px;
    margin-bottom: 22px;
    width: 23%;
    height: 252px;
}
.mdzznzz ul li:nth-child(1){
    margin-left: 12px;
}
.mdzznzz ul li:nth-child(4){
    margin-right: 0px;
}
.mdzznzz ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.mdzznzz ul li a .wydnb {
	opacity: 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}
.mdzznzz ul li a:hover .wydnb {
	opacity: 1;
}
.am-tabs-default .am-tabs-nav a:hover {
	background: #52B4FF;
	color: #fff;
}
.mdzznzz ul li a .gcbt {
	display: block;
	height: 57px;
	padding: 0 20px;
	line-height: 57px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 16px;
	background: #f2fbff;
	z-index: 9;
    position: relative;
}
.mdzznzz ul li a:hover .gcbt {
	background: #077EDF;
	color: #fff;
}
.fdyxb {
	text-align: center;
}
.fdyxb img{
    overflow: hidden;
    height: 195px;
    width: 100%;
	
}
.fdyxb:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.eytitle .tit1{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    height: 50px;
    text-align: center;
	margin-bottom: 40px;
}

.eytitle .tit1:before {
    display: inline-block;
    content: "";
    width: 500px;
    height: 1px;
    position: absolute;
    background-color: #ccc;
    left: 50%;
    margin-left: -250px;
    bottom: 0;
    z-index: 1
}

.eytitle .tit1:after {
    display: inline-block;
    content: "";
    width: 150px;
    height: 3px;
    background-color: #1048a0;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -75px;
    bottom: -1px;
}
.eytitle .tit2{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    height: 50px;
    text-align: center;
	margin-bottom: 40px;
}

.eytitle .tit2:before {
    display: inline-block;
    content: "";
    width: 500px;
    height: 1px;
    position: absolute;
    background-color: #ccc;
    left: 50%;
    margin-left: -250px;
    bottom: 0;
    z-index: 1
}

.eytitle .tit2:after {
    display: inline-block;
    content: "";
    width: 150px;
    height: 3px;
    background-color: #d32f2f;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -75px;
    bottom: -1px;
}
.eytitle .htitle1{
    background: url(../images/line.png) center center no-repeat;
    width: 320px;
    height: 22px;
    margin: 0 auto;
	margin-top: 10px;
}
.case-more {
    text-align: center;
    font-size: 0;
    margin-top: 18px;
	margin-bottom: 18px;
}

.case-more>a {
        display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 36px;
    padding: 8px 28px;
}

.case-more>a:after {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: .6s;
    transform: translate(-50%,-50%);
    background: #f20f0f
}

.case-more>a>u {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    font-size: 16px
}

.case-more>a>i {
    position: relative;
    z-index: 2;
    font-size: 16px;
    transition: .3s;
    margin-left: 8px;
	top: 2px;
}

.case-more>a:hover {
    color: #fff;
    border-color: #f20f0f
}

.case-more>a:hover:after {
    width: 500px;
    height: 500px
}

.case-more>a:hover>i {
    color: #fff;
    transform: translateX(8px)
}

.case-more1 {
    text-align: center;
    font-size: 0;
    margin-top: 18px;
	margin-bottom: 18px;
}

.case-more1>a {
        display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 36px;
    padding: 8px 28px;
}

.case-more1>a:after {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: .6s;
    transform: translate(-50%,-50%);
    background: #2196f3
}

.case-more1>a>u {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    font-size: 16px
}

.case-more1>a>i {
    position: relative;
    z-index: 2;
    font-size: 16px;
    transition: .3s;
    margin-left: 8px;
	top: 2px;
}

.case-more1>a:hover {
    color: #fff;
    border-color: #2196f3
}

.case-more1>a:hover:after {
    width: 500px;
    height: 500px
}

.case-more1>a:hover>i {
    color: #fff;
    transform: translateX(8px)
}
.ey_prolb_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.ey_prolb_img a{
width: 100%;
    height: 210px;
    display: block;
}
.ey_prolb_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eyba_swiper .swiper-container {
	width: 100%;
	height: 100%
}

.eyba_swiper .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative
}

.eyba_swiper .swiper-slide img {
	display: block;
	width: 1920px;
	height: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%)
}

.eyba_swiper .swiper-container .swiper-pagination {
	height: 24px;
	padding: 0;
	bottom: 20px
}

.eyba_swiper .swiper-container .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	margin: 0 2px !important;
	padding: 7px;
	opacity: 1;
	background: none;
	border: 1px solid rgba(204,14,16,0)
}

.eyba_swiper .swiper-container .swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
	border-radius: 50%
}

.eyba_swiper .swiper-container .swiper-pagination-bullet-active {
	border: 1px solid #0077d9
}

.eyba_swiper .swiper-container .swiper-pagination-bullet-active::after {
	background-color: #0077d9
}

.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next {
	width: 48px;
	height: 48px;
	padding: 14px;
	border-radius: 50%;
	background: #0077d9;
	position: absolute;
	z-index: 2
}

.eyba_swiper .swiper-container .swiper-button-prev {
	left: 5%
}

.eyba_swiper .swiper-container .swiper-button-next {
	right: 5%
}

.eyba_swiper .swiper-container .swiper-button-prev svg,.eyba_swiper .swiper-container .swiper-button-next svg {
	display: block;
	width: 100%;
	height: 100%
}

.eyba_swiper .swiper-container .swiper-button-prev svg path,.eyba_swiper .swiper-container .swiper-button-next svg path {
	fill: #ffffff
}





.web_case {
    padding: 40px 0 16px;
    overflow: hidden;
    min-height: 400px;
	display: block;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.web_case .indcase_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px
}

.web_case .indcase_box ul {
    margin-top: 10px
}

.web_case .indcase_box ul li {
    width: 32%;
    float: left;
    position: relative
}

.web_case .indcase_box ul li .indcase_img {
    width: 100%;
    height: 210px;
    display: block
}

.web_case .indcase_box ul li .indcase_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.web_case .indcase_box ul li .tt{
    color: #fff;
    font-size: 16px;
    padding: 4px 18px;
    background: rgba(244,67,54,.8);
    top: 10px;
    left: 10px;
    position: absolute;
}

.web_case .indcase_box ul li .text {
    width: 100%;
    padding: 18px 6%;
    background: #f5f5f5;
    transition: all .4s ease
}

.web_case .indcase_box ul li:hover .text {
    background: #d32f2f
}

.web_case .indcase_box ul li .text a {
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition:
}

.web_case .indcase_box ul li:hover .text a {
    color: #fff
}

.web_case .indcase_box ul li .text p {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-top: 5px;
    font-size: 15px;
    color: #666
}

.web_case .indcase_box ul li:hover .text p {
    color: #fff
}

.web_case .indcase_box .swiper-pagination-bullet {
    width: 12px;
    height: 12px
}

.web_case .indcase_box .swiper-pagination-bullet-active {
    background: #d32f2f
}


.eybigbt {
    text-align: center;
    margin:  10px 0 30px 0;
}

.eybigbt p {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    position: relative;
    z-index: 0
}

.eybigbt p:after {
        content: '';
    display: block;
    background: #03A9F4;
    width: 45px;
    height: 9px;
    position: absolute;
    bottom: 5px;
    left: 155px;
    transform: translateX(-50%);
    z-index: -1;
    top: 50%;
}

.eybigbt span {
    font-size: 20px;
    color: #666;
    letter-spacing: 10px
}

.eybigbt_w p {
    color: #fff
}

.eybigbt_w p:after {
    width: 395px
}

.eybigbt_w span {
    color: #fff
}

.eybigbt_at {
    text-align: left;
    display: flex;
    align-items: center
}

.eybigbt_at .fl {
    width: 100%
}



.more {
    width: 130px;
    height: auto;
    margin: 0;
    padding: 0
}

.more a {
    display: block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 20px 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.more a:hover {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    color: #fff
}

.ey_news {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 20px;
    /*background-color: #f9f9f9;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ey_news .ey_news_main {
    width: 1400px;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    padding: 0
}

.ey_news_main .ey_news_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.newul li {
    width: 49%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 28px 0;
    transition: all .5s
}

.newul li:nth-child(2n) {
    margin-left: 2%
}

.newul li:before {
    content: "";
    vertical-align: middle;
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    transition: all .5s;
    top: 45px;
    left: 17px
}

.newul li:hover {
    background: #2196f3;
}

.newul li:hover:before {
    background: url(../images/new_ico_on.png) center center no-repeat
}
.newul li .new_box {
	width:57%;
	float:right;
    padding: 0 20px
}

.newul li .new_pic {
	width: 40%;
    height: 156px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
	margin-left:20px;
}

.newul li .new_pic a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.newul li .new_pic a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 1px solid #ffffff;
}
.newul li p a {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
	margin-top: 8px;
}

.newul li:hover p a {
    color: #fff
}
.newul li .time{
    font-size: 16px;
    color: #666666;
    margin-top: 3%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newul li em {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #999;
    margin-top: 0px;
    line-height: 36px
}

.newul li em:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background: url(../images/ny_time.png) center center no-repeat;
    margin-right: 10px
}

.newul li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    margin-left: 2px;
}

.newul li:hover em {
    color: rgba(255,255,255,.65)
}

.newul li:hover em:before {
    background: url(../images/ny_time_on.png) center center no-repeat
}

.newul li:hover span {
    color: rgba(255,255,255,.65)
}

@media (max-width:1920px) {
	.ey_prolb_img img {
    width: 100%;
    max-height: 320px;
    min-height: 320px;
   }
}

@media (max-width:1680px) {
	.ey_prolb_img img {
    width: 100%;
    max-height: 320px;
    min-height: 320px;
   }
}


@media (max-width:1680px) {
	.eybanner {
		height: 620px
	}

	.eyba_swiper .swiper-slide img {
		width: 1700px;
		height: 620px
	}
}

@media (max-width:1600px) {
	.eybanner {
		height: 600px
	}

	.eyba_swiper .swiper-slide img {
		width: 1646px;
		height: 600px
	}
}

@media (max-width:1560px) {
	.eybanner {
		height: 580px
	}

	.eyba_swiper .swiper-slide img {
		width: 1591px;
		height: 580px
	}

	.eyba_swiper .swiper-container .swiper-button-prev {
		left: 3%
	}

	.eyba_swiper .swiper-container .swiper-button-next {
		right: 3%
	}
}

@media (max-width:1440px) {
	.eybanner {
		height: 540px
	}

	.eyba_swiper .swiper-slide img {
		width: 1481px;
		height: 540px
	}

	.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next {
		width: 44px;
		height: 44px;
		padding: 12px
	}
}

@media (max-width:1366px) {
	.eybanner {
		height: 500px
	}

	.eyba_swiper .swiper-slide img {
		width: 1371px;
		height: 500px
	}
}

@media (max-width:1280px) {
	.eybanner {
		height: 470px
	}

	.eyba_swiper .swiper-slide img {
		width: 1289px;
		height: 470px
	}

	.eyba_swiper .swiper-container .swiper-button-prev {
		left: 7%
	}

	.eyba_swiper .swiper-container .swiper-button-next {
		right: 7%
	}
}

@media (max-width:1200px) {
	.eybanner {
		height: 440px
	}

	.eyba_swiper .swiper-slide img {
		width: 1207px;
		height: 440px
	}

	.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next {
		margin-top: 0
	}
}

@media (max-width:1080px) {
	.eybanner {
		height: 400px
	}

	.eyba_swiper .swiper-slide img {
		width: 1097px;
		height: 400px
	}

	.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next {
		width: 40px;
		height: 40px;
		padding: 12px
	}

	.eyba_swiper .swiper-container .swiper-button-prev {
		left: 8%
	}

	.eyba_swiper .swiper-container .swiper-button-next {
		right: 8%
	}
}

@media (max-width:1024px) {
	.eybanner {
		height: 380px
	}

	.eyba_swiper .swiper-slide img {
		width: 1042px;
		height: 380px
	}
}

@media (max-width:920px) {
	.eybanner {
		height: 360px
	}

	.eyba_swiper .swiper-slide img {
		width: 987px;
		height: 360px
	}
}

@media (max-width:820px) {
	.eybanner {
		height: 320px
	}

	.eyba_swiper .swiper-slide img {
		width: 878px;
		height: 320px
	}

	.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: 20px
	}
}

@media (max-width:767px) {
	
	
	.eybanner {
		height: 280px;
		margin-top: 40px
	}

	.eyba_swiper .swiper-slide img {
		width: 767px;
		height: 280px
	}

	.eyba_swiper .swiper-container .swiper-button-prev,.eyba_swiper .swiper-container .swiper-button-next {
		display: none
	}

	.eyba_swiper .swiper-container .swiper-pagination {
		height: 16px;
		bottom: 10px
	}

	.eyba_swiper .swiper-container .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		padding: 4px
	}
}

@media (max-width:425px) {
	.eybanner {
		height: 188px;
		margin-top: 40px
	}

	.eyba_swiper .swiper-slide img {
		width: 516px;
		height: 188px
	}
}

@media (max-width:390px) {
	.eybanner {
		height: 170px
	}

	.eyba_swiper .swiper-slide img {
		width: 466px;
		height: 170px
	}
}

@media (max-width:320px) {
	.eybanner {
		height: 150px
	}

	.eyba_swiper .swiper-slide img {
		width: 411px;
		height: 150px
	}
}

@media (max-width:280px) {
	.eybanner {
		height: 130px
	}

	.eyba_swiper .swiper-slide img {
		width: 357px;
		height: 130px
	}
}

.wevproec {
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/prorecbg.png) center center no-repeat;
	background-size: cover
}

.wevproec .wevproec_main {
	margin: 0 auto
}

.wevproec_main .wevproec_list {
	width: 100%;
	overflow: hidden;
	position: relative
}

.wevproec_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -16px
}

.wevproec_list ul li {
	width: 25%;
	padding: 0 16px
}

.wevproec_list ul li .wevproec_con {
	width: 100%
}

.wevproec_list ul li .wevproec_con .wevproec_img {
	width: 260px;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	border: 4px solid #f4f4f4;
	border-radius: 50%;
	position: relative;
	z-index: 1
}

.wevproec_list ul li .wevproec_con .wevproec_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.wevproec_list ul li .wevproec_con .wevproec_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.wevproec_list ul li .wevproec_con:hover .wevproec_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.wevproec_list ul li .wevproec_con .wevproec_text {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -160px;
	padding: 180px 32px 40px;
	background: url(../images/probg01.png) center top no-repeat;
	background-size: 100% 100%
}

.wevproec_list ul li .wevproec_con:hover .wevproec_text {
	background: url(../images/probg02.png) center top no-repeat;
	background-size: 100% 100%
}

.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_name {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #0077d9;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis
}

.wevproec_list ul li .wevproec_con:hover .wevproec_text a.wevproec_name {
	color: #fff;
	text-decoration: underline
}

.wevproec_list ul li .wevproec_con .wevproec_text p {
	height: 60px;
	overflow: hidden;
	line-height: 30px;
	color: rgba(255,255,255,.45);
	font-size: 16px;
	margin-top: 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.wevproec_list ul li .wevproec_con:hover .wevproec_text p {
	color: rgba(255,255,255,.5)
}

.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn {
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin: 40px auto 0;
	border-radius: 50%;
	background-color: #0077d9
}

.wevproec_list ul li .wevproec_con:hover .wevproec_text a.wevproec_btn {
	background-color: #fff
}

.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn i {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 8px
}

.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn i svg path {
	fill: #ffffff
}

.wevproec_list ul li .wevproec_con:hover .wevproec_text a.wevproec_btn i svg path {
	fill: #0077d9
}

@media (max-width:1680px) {
	.wevproec {
		padding: 80px 0
	}

	.wevproec_list ul {
		margin: 0 -20px
	}

	.wevproec_list ul li {
		padding: 0 20px
	}

	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 240px;
		height: 240px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 180px 40px 40px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_name {
		height: 36px;
		line-height: 36px;
		font-size: 22px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text p {
		height: 50px;
		line-height: 25px;
		font-size: 15px
	}
}

@media (max-width:1440px) {
	.wevproec {
		padding: 60px 0
	}

	.wevproec_list ul {
		margin: 0 -15px
	}

	.wevproec_list ul li {
		padding: 0 15px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 180px 30px 40px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_name {
		height: 36px;
		line-height: 36px;
		font-size: 20px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text p {
		height: 48px;
		line-height: 24px;
		font-size: 14px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn {
		width: 32px;
		height: 32px;
		margin: 30px auto 0
	}
}

@media (max-width:1366px) {
	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 220px;
		height: 220px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text p {
		margin-top: 6px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn {
		margin: 20px auto 0
	}
}

@media (max-width:1280px) {
	.wevproec_list ul {
		margin: 0 -10px
	}

	.wevproec_list ul li {
		padding: 0 10px
	}

	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 200px;
		height: 200px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 180px 20px 40px
	}
}

@media (max-width:1080px) {
	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 180px;
		height: 180px
	}
}

@media (max-width:920px) {
	.wevproec {
		padding: 40px 0
	}

	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 160px;
		height: 160px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 130px 20px 20px;
		margin-top: -120px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_name {
		font-size: 18px
	}
}

@media (max-width:820px) {
	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 150px;
		height: 150px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 60px 20px 20px;
		margin-top: -50px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text p {
		margin-top: 4px
	}
}

@media (max-width:767px) {
	.wevproec {
		padding: 20px 0 0
	}

	.wevproec_list ul li {
		width: 50%;
		margin-bottom: 20px
	}

	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 160px;
		height: 160px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 40px 10px 20px;
		margin-top: -40px
	}
}

@media (max-width:390px) {
	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 150px;
		height: 150px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn {
		margin: 12px auto 0
	}
}

@media (max-width:320px) {
	.wevproec_list ul li {
		width: 80%
	}

	.wevproec_list ul li .wevproec_con .wevproec_img {
		width: 180px;
		height: 180px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text {
		padding: 100px 20px 20px;
		margin-top: -90px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_name {
		font-size: 20px
	}

	.wevproec_list ul li .wevproec_con .wevproec_text a.wevproec_btn {
		width: 36px;
		height: 36px;
		margin: 20px auto 0
	}
}

@media (max-width:280px) {
	.wevproec_list ul li {
		width: 90%
	}
}

.webabout {
	padding: 80px 0;
	background: url(../images/aboutbg.jpg) center center no-repeat;
	background-size: cover;
	position: relative
}

.webabout::before {
	content: '';
	display: block;
	width: 380px;
	height: calc(100% + 64px);
	overflow: hidden;
	background: url(../images/xs.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 32px 0 0 32px;
	position: absolute;
	top: -32px;
	right: 0
}

.webabout .webabout_main {
	display: flex;
	align-items: center;
	justify-items: center;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.webabout_main .webabout_left {
	width: 50%;
	padding-right: 50px
}

.webabout_left .webabout_con {
	height: auto;
	max-height: 216px;
	overflow: hidden;
	line-height: 36px;
	color: rgba(255,255,255,.45);
	font-size: 16px;
	text-align: justify;
	margin-bottom: 50px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

.webabout_main a.webabout_btn {
	display: block;
	width: 178px;
	height: 48px;
	overflow: hidden;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 24px;
	border: 1px solid #fff;
	background-color: rgba(204,14,16,0)
}

.webabout_main a.webabout_btn:hover {
	border: 1px solid #0077d9;
	background-color: #0077d9
}

.webabout_main a.webabout_btn i {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	vertical-align: middle;
	margin: -4px 0 0 20px
}

.webabout_main a.webabout_btn i svg {
	display: block;
	width: 100%;
	height: 100%
}

.webabout_main a.webabout_btn i svg path {
	fill: #ffffff
}

.webabout_main .webabout_right {
	width: 50%;
	padding: 0 30px 0 50px
}

.webabout_right .webabout_img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	position: relative
}

.webabout_right .webabout_img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.25);
	position: absolute;
	right: -10px;
	bottom: -10px
}

.webabout_img a {
	display: block;
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.webabout_img a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.webabout_img a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.webabout_right dl dd {
	float: left
}

.webabout_right dl dd:first-child {
	margin-right: 50px
}

.webabout_right dl dd i {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	padding: 12px;
	border-radius: 50%;
	background-color: #0077d9
}

.webabout_right dl dd i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.webabout_right dl dd i svg path {
	fill: #ffffff
}

.webabout_right dl dd p {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin-top: 20px
}



@media (max-width:1680px) {
	.webabout::before {
		width: 320px;
		height: calc(100% + 48px);
		border-radius: 24px 0 0 24px;
		top: -24px
	}

	.webabout_main .webabout_left {
		padding-right: 40px
	}

	.webabout_left .webabout_con {
		height: auto;
		max-height: 210px;
		line-height: 35px;
		font-size: 15px;
		margin-bottom: 40px
	}

	.webabout_main a.webabout_btn {
		width: 164px;
		height: 44px;
		line-height: 42px;
		font-size: 15px;
		border-radius: 22px
	}

	.webabout_main a.webabout_btn i {
		width: 22px;
		height: 22px;
		margin: -4px 0 0 10px
	}

	.webabout_main .webabout_right {
		padding: 0 20px 0 40px
	}

	.webabout_right .webabout_img {
		margin-bottom: 40px
	}

	.webabout_right dl dd:first-child {
		margin-right: 40px
	}

	.webabout_right dl dd i {
		width: 60px;
		height: 60px
	}

	.webabout_right dl dd p {
		line-height: 25px;
		font-size: 15px;
		margin-top: 10px
	}
}

@media (max-width:1600px) {
	.webabout::before {
		width: 300px
	}
}

@media (max-width:1560px) {
	.webabout_right dl dd p {
		line-height: 24px;
		font-size: 14px
	}
}

@media (max-width:1440px) {
	.webabout {
		padding: 60px 0
	}

	.webabout::before {
		width: 280px;
		height: calc(100% + 40px);
		border-radius: 20px 0 0 20px;
		top: -20px
	}

	.webabout_main .webabout_left {
		padding-right: 30px
	}

	.webabout_left .webabout_con {
		height: auto;
		max-height: 180px;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 30px
	}

	.webabout_main a.webabout_btn {
		width: 140px;
		height: 42px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 21px
	}

	.webabout_main a.webabout_btn i {
		width: 20px;
		height: 20px;
		margin: -4px 0 0 8px
	}

	.webabout_main .webabout_right {
		padding: 0 20px 0 30px
	}

	.webabout_right dl dd:first-child {
		margin-right: 30px
	}
}

@media (max-width:1366px) {
	.webabout::before {
		width: 240px
	}

	.webabout_main .webabout_left {
		padding-right: 20px
	}

	.webabout_main .webabout_right {
		padding: 0 20px
	}

	.webabout_img a {
		height: 320px
	}
}

@media (max-width:1280px) {
	.webabout_img a {
		height: 300px
	}
}

@media (max-width:1200px) {
	.webabout_img a {
		height: 280px
	}
}

@media (max-width:1080px) {
	.webabout::before {
		width: 220px
	}

	.webabout_main .webabout_right {
		padding: 0 10px 0 20px
	}

	.webabout_right .webabout_img {
		margin-bottom: 30px
	}

	.webabout_img a {
		height: 260px
	}

	.webabout_right dl dd i {
		width: 50px;
		height: 50px
	}
}

@media (max-width:1024px) {
	.webabout::before {
		width: 200px
	}

	.webabout_img a {
		height: 240px
	}
}

@media (max-width:920px) {
	.webabout {
		padding: 40px 0
	}

	.webabout::before {
		width: 160px
	}

	.webabout_left .webabout_con {
		height: auto;
		max-height: 150px;
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 20px;
		-webkit-line-clamp: 5
	}

	.webabout_img a {
		height: 220px
	}

	.webabout_right dl dd i {
		width: 44px;
		height: 44px;
		padding: 10px
	}

	.webabout_right dl dd p {
		line-height: 20px;
		font-size: 14px;
		margin-top: 8px
	}
}

@media (max-width:820px) {
	.webabout_left .webabout_con {
		height: auto;
		max-height: 180px;
		-webkit-line-clamp: 6
	}

	.webabout_img a {
		height: 180px
	}

	.webabout_right dl dd:first-child {
		margin-right: 0;
		margin-bottom: 10px
	}
}

@media (max-width:767px) {
	.webabout {
		padding: 20px 0
	}

	.webabout::before {
		width: 120px;
		height: 50%;
		top: inherit;
		bottom: -20px
	}

	.webabout .webabout_main {
		display: block;
		align-items: inherit;
		justify-items: inherit
	}

	.webabout_main .webabout_left {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0
	}

	.webabout_main .webabout_right {
		width: 100%;
		padding: 0 10px 0 0
	}

	.webabout_img a {
		height: 200px
	}
}

@media (max-width:390px) {
	.webabout_img a {
		height: 180px
	}
}

@media (max-width:320px) {
	.webabout::before {
		width: 100px;
		height: 36%;
		top: inherit;
		bottom: -20px
	}

	.webabout_left .webabout_con {
		height: auto;
		max-height: 150px;
		line-height: 25px
	}

	.webabout_right .webabout_img {
		margin-bottom: 10px
	}

	.webabout_img a {
		height: 160px
	}

	.webabout_right dl {
		display: none
	}
}

@media (max-width:280px) {
	.webabout::before {
		width: 80px;
		height: 30%
	}

	.webabout_img a {
		height: 140px
	}
}

.webpro {
	overflow: hidden;
	margin: 3% auto 1%;
}

.webpro .webpro_main {
	margin: 0 auto
}

.webpro_menu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	position: relative
}

.webpro_menu .eypromenu_title {
	height: 64px;
	line-height: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #0077d9;
	border-right: 8px solid #fff;
	float: left;
	position: relative
}

.eypromenu_title i {
	display: block;
	float: left
}
.eypromenu_title i img{
	width: 40px;
}
.eypromenu_title i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.eypromenu_title i svg path {
	fill: #ffffff
}

.eypromenu_title::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-left: 24px solid #fff;
	border-right: 0 solid transparent;
	border-bottom: 32px solid transparent;
	position: absolute;
	top: 0;
	right: -32px
}

.eypromenu_title::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 32px solid transparent;
	border-left: 24px solid #0077d9;
	border-right: 0 solid transparent;
	border-bottom: 32px solid transparent;
	position: absolute;
	top: 0;
	right: -24px
}

.webpro_menu .eypromenu_list {
	width: calc(100% - 360px);
	height: 40px;
	overflow: hidden;
	margin: 12px 0;
	padding-left: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left
}

.eypromenu_list a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(255,255,255,.65);
	font-size: 18px;
	padding: 0 12px;
	position: relative
}

.eypromenu_list a::after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	margin-top: -9px;
	background-color: rgba(255,255,255,.65);
	transform: skewX(-20deg);
	position: absolute;
	top: 50%;
	right: -3px
}

.eypromenu_list a:hover {
	color: #0077d9;
	font-weight: bold
}

.webpro_menu .eypromenu_more {
	padding: 14px 20px;
	float: right
}

.eypromenu_more a {
	display: block;
	width: 136px;
	height: 36px;
	overflow: hidden;
	line-height: 34px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #fff;
	background-color: #2196f3;
}

.eypromenu_more a:hover {
	border: 1px solid #0077d9;
	background-color: #0077d9
}

.eypromenu_more a i {
	display: inline-block;
    width: 8px;
    /* height: 8px; */
    /* overflow: hidden; */
    /* vertical-align: middle; */
    margin-left: 10px;
}
.eypromenu_more a i img{
	width:20px;
}
.eypromenu_more a i svg {
	display: block;
	width: 100%;
	height: 100%
}

.eypromenu_more a i svg path {
	fill: #ffffff
}

.webpro_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 -15px
}

.webpro_list ul li {
	width: 25%;
	margin-bottom: 5px;
	padding: 0 15px
}

.webpro_list ul li .webpro_con {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	position: relative
}
.webpro_list ul li .webpro_con .picon {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0,0, 0.2);
    backdrop-filter: blur(4px);
    z-index: 9;
}
.webpro_list ul li:hover .webpro_con {
	border: 1px solid #0077d9;
	border-bottom: 0
}

.webpro_list ul li .webpro_con .webpro_img {
	width: 100%;
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
}

.webpro_list ul li .webpro_con .webpro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.webpro_list ul li .webpro_con .webpro_img a img {
	display: block;
    max-width: 100%;
    /* max-height: 100%; */
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.webpro_list ul li:hover .webpro_con .webpro_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.webpro_list ul li .webpro_con .webpro_text {
	margin: 0 auto;
	padding: 10px 10px;
	position: relative;
	text-align: center;
}



.webpro_list ul li .webpro_con .webpro_text a.webpro_name {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #222;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.webpro_list ul li:hover .webpro_con .webpro_text a.webpro_name {
	color: #0077d9
}

.webpro_list ul li .webpro_con .webpro_text p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative
}

.webpro_list ul li .webpro_con .webpro_text p i {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 10px 0 0
}

.webpro_list ul li .webpro_con .webpro_text p i svg {
	display: block;
	width: 100%;
	height: 100%
}

.webpro_list ul li .webpro_con .webpro_text p i svg path {
	fill: #999999
}

.webpro_list ul li a.webpro_btn {
	display: block;
	width: 100%;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	background-color: #2196f3;
	text-align: center;
}

.webpro_list ul li:hover a.webpro_btn {
	background-color: #0077d9
}

.webpro_list ul li a.webpro_btn i {
	display: inline-block;
    width: 8px;
    /* height: 8px; */
    /* overflow: hidden; */
    /* vertical-align: middle; */
    margin-left: 10px;
}
.webpro_list ul li a.webpro_btn i img{
    width: 18px;
	margin-bottom: 3px;
}
.webpro_list ul li a.webpro_btn i svg {
	display: block;
	width: 100%;
	height: 100%
}

.webpro_list ul li a.webpro_btn i svg path {
	fill: #ffffff
}

@media (max-width:1680px) {
	.webpro {
		margin: 80px auto 50px
	}

	.webpro_menu {
		margin-bottom: 40px
	}

	.webpro_menu .eypromenu_title {
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		border-right: 6px solid #fff
	}

	.eypromenu_title i {
		
	}

	.eypromenu_title::before {
		border-top: 30px solid transparent;
		border-left: 20px solid #fff;
		border-right: 0 solid transparent;
		border-bottom: 30px solid transparent;
		right: -26px
	}

	.eypromenu_title::after {
		border-top: 30px solid transparent;
		border-left: 20px solid #0077d9;
		border-right: 0 solid transparent;
		border-bottom: 30px solid transparent;
		right: -20px
	}

	.webpro_menu .eypromenu_list {
		width: calc(100% - 340px);
		margin: 10px 0;
		padding-left: 40px
	}

	.eypromenu_list a {
		font-size: 17px
	}

	.eypromenu_list a::after {
		height: 16px;
		margin-top: -8px
	}

	.webpro_menu .eypromenu_more {
		padding: 12px 20px
	}

	.webpro_list ul li .webpro_con .webpro_text p {
		font-size: 15px
	}

	.webpro_list ul li a.webpro_btn {
		height: 50px;
		line-height: 50px;
		font-size: 15px
	}

	.webpro_list ul li a.webpro_btn i {
		width: 22px;
		height: 22px;
		margin: -4px 0 0 12px
	}
}

@media (max-width:1440px) {
	.webpro {
		margin: 60px auto 50px
	}

	.webpro_menu .eypromenu_title {
		font-size: 22px
	}

	.eypromenu_more a {
		width: 130px;
		font-size: 14px
	}

	.eypromenu_more a i {
		width: 20px;
		height: 20px;
		margin: -4px 0 0 6px
	}

	.webpro_menu .eypromenu_list {
		width: calc(100% - 320px)
	}

	.eypromenu_list a {
		font-size: 16px
	}

	.webpro_list ul li .webpro_con .webpro_img {
		height: 240px
	}

	.webpro_list ul li .webpro_con .webpro_text {
		padding: 15px 20px
	}

	.webpro_list ul li .webpro_con .webpro_text::before {
		width: calc(100% - 40px);
		left: 20px
	}

	.webpro_list ul li .webpro_con .webpro_text p {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin-top: 4px
	}

	.webpro_list ul li .webpro_con .webpro_text p i {
		width: 14px;
		height: 14px
	}

	.webpro_list ul li a.webpro_btn {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		padding: 0 20px
	}

	.webpro_list ul li a.webpro_btn i {
		width: 20px;
		height: 20px;
		margin: -4px 0 0 6px
	}
}

@media (max-width:1366px) {
	.webpro_list ul li .webpro_con .webpro_img {
		height: 226px
	}

	.webpro_list ul li .webpro_con .webpro_text p {
		margin-top: 2px
	}
}

@media (max-width:1280px) {
	.webpro {
		margin: 60px auto
	}

	.webpro_list ul {
		margin: 0 -10px
	}

	.webpro_list ul li {
		margin-bottom: 20px;
		padding: 0 10px
	}

	.webpro_list ul li .webpro_con .webpro_img {
		height: 215px
	}
}

@media (max-width:1200px) {
	.webpro_list ul li .webpro_con .webpro_img {
		height: 200px
	}
}

@media (max-width:1080px) {
	.webpro_menu .eypromenu_list {
		padding-left: 30px
	}

	.webpro_list ul li .webpro_con .webpro_img {
		height: 180px
	}

	.webpro_list ul li .webpro_con .webpro_text a.webpro_name {
		height: 32px;
		line-height: 32px;
		font-size: 16px
	}
}

@media (max-width:1024px) {
	.webpro_list ul li .webpro_con .webpro_img {
		height: 174px
	}
}

@media (max-width:920px) {
	.webpro {
		margin: 40px auto
	}

	.webpro_menu {
		margin-bottom: 20px
	}

	.webpro_menu .eypromenu_title {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		border-right: 4px solid #fff
	}

	.eypromenu_title::before {
		border-top: 25px solid transparent;
		border-left: 16px solid #fff;
		border-right: 0 solid transparent;
		border-bottom: 25px solid transparent;
		right: -20px
	}

	.eypromenu_title::after {
		border-top: 25px solid transparent;
		border-left: 16px solid #0077d9;
		border-right: 0 solid transparent;
		border-bottom: 25px solid transparent;
		right: -16px
	}

	.eypromenu_title i {

	}

	.webpro_menu .eypromenu_list {
		width: calc(100% - 294px);
		margin: 5px 0
	}

	.eypromenu_list a::after {
		height: 14px;
		margin-top: -7px
	}

	.webpro_menu .eypromenu_more {
		padding: 7px 20px
	}

	.webpro_list ul li .webpro_con .webpro_img {
		height: 154px
	}

	.webpro_list ul li .webpro_con .webpro_text {
		padding: 10px
	}

	.webpro_list ul li .webpro_con .webpro_text::before {
		width: calc(100% - 20px);
		left: 10px
	}

	.webpro_list ul li .webpro_con .webpro_text p {
		margin-top: 0
	}
}

@media (max-width:820px) {
	.webpro_list ul li .webpro_con .webpro_img {
		height: 134px
	}

	.webpro_list ul li .webpro_con .webpro_text a.webpro_name {
		height: 30px;
		line-height: 30px;
		font-size: 15px
	}
}

@media (max-width:767px) {
	.webpro {
		margin: 10px auto 0
	}
    .webpro_list ul li {
        margin-bottom: 10px;
		margin-top: 10px;
    }
	.webpro_list ul li .webpro_con .picon {
    width: 20px;
    height: 20px;
    line-height: 20px;
	font-size: 12px;
    }
	.containerad101 {
    padding: 0px 0 20px;
    }
	 .ey_prolb_img img {
        width: 100%;
        max-height: 180px;
        min-height: 180px;
    }
	.webpro_menu .eypromenu_list {
		width: 100%;
		height: auto;
		margin: 0 auto;
		white-space: inherit;
		text-overflow: inherit;
	}

	.eypromenu_list a {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		padding: 0 20px 0 0
	}

	.eypromenu_list a::after {
		right: 6px
	}

	.webpro_menu .eypromenu_more {
		padding: 0;
		position: absolute;
		top: 7px;
		right: 20px
	}

	.webpro_list ul li {
		width: 50%
	}

	.webpro_list ul li .webpro_con .webpro_img {
		height: 86px
	}

	.webpro_list ul li a.webpro_btn {
		height: 40px;
		line-height: 40px
	}
}



@media (max-width:320px) {
	.webpro_menu .eypromenu_title {
		padding-left: 12px
	}

	.webpro_menu .eypromenu_more {
		right: 12px
	}

	.eypromenu_more a {
		width: 112px
	}

	.eypromenu_more a i {
		margin: -4px 0 0 2px
	}

	.webpro_menu .eypromenu_list {
		padding: 6px 12px
	}

	.webpro_list ul {
		margin: 0
	}

	.webpro_list ul li {
		width: 100%;
		padding: 0
	}

	.webpro_list ul li .webpro_con .webpro_img {
		height: 220px
	}

	.webpro_list ul li .webpro_con .webpro_text {
		padding: 12px 20px
	}

	.webpro_list ul li .webpro_con .webpro_text::before {
		width: calc(100% - 40px);
		left: 20px
	}

	.webpro_list ul li .webpro_con .webpro_text a.webpro_name {
		height: 36px;
		line-height: 36px;
		font-size: 18px
	}

	.webpro_list ul li a.webpro_btn {
		height: 44px;
		line-height: 44px
	}
}

@media (max-width:280px) {
	.webpro_list ul li .webpro_con .webpro_img {
		height: 192px
	}
}

.webarticle {
	padding: 10px 0 10px;
	background: url(../images/articlebg.jpg) center center no-repeat;
	background-size: cover;
	position: relative
}


.webarticle .webarticle_main {
	margin: 0 auto;
	position: relative
}

.webarticle_swiper .swiper-container {
	padding: 10px 0 80px
}

.webarticle_swiper .swiper-container::after {
	content: '';
    display: block;
    width: calc(100% - 200px);
    height: 1px;
    background-color: rgba(255,255,255,.25);
    position: absolute;
    left: 45%;
    bottom: 18px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.webarticle_swiper .webarticle_con {
	padding: 30px 20px 60px 20px;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.webarticle_swiper .webarticle_con:hover {
	background-color: #0077d9
}

.webarticle_swiper .webarticle_con span.webarticle_time {
	display: block;
	width: 165px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #0077d9;
	position: absolute;
	left: 30px;
	top: -10px
}

.webarticle_swiper .webarticle_con:hover span.webarticle_time {
	background-color: #ef5350
}

.webarticle_swiper .webarticle_con a.webarticle_name {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis
}

.webarticle_swiper .webarticle_con:hover a.webarticle_name {
	color: #fff
}

.webarticle_swiper .webarticle_con .webarticle_ms {
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6
}

.webarticle_swiper .webarticle_con:hover .webarticle_ms {
	border-bottom: 1px solid rgba(255,255,255,.25)
}

.webarticle_swiper .webarticle_con .webarticle_ms p {
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #999;
	font-size: 16px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.webarticle_swiper .webarticle_con:hover .webarticle_ms p {
	color: rgba(255,255,255,.45)
}

.webarticle_swiper .webarticle_con a.webarticle_more {
	display: block;
    width: 136px;
    height: 36px;
    overflow: hidden;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #999;
    background-color: rgba(204,14,16,0);
    margin-top: 10px;
    /* float: right; */
    position: absolute;
    right: 5%;
}

.webarticle_swiper .webarticle_con:hover a.webarticle_more {
	color: #fff;
	border: 1px solid #fff
}

.webarticle_swiper .webarticle_con a.webarticle_more i {
	display: inline-block;
    width: 8px;
    /* height: 8px; */
    /* overflow: hidden; */
    /* vertical-align: middle; */
    margin-left: 10px;
}
.webarticle_swiper .webarticle_con a.webarticle_more i img{
	width: 16px;
}
.webarticle_swiper .webarticle_con a.webarticle_more i svg {
	display: block;
	width: 100%;
	height: 100%
}

.webarticle_swiper .webarticle_con a.webarticle_more i svg path {
	fill: #999999
}

.webarticle_swiper .webarticle_con:hover a.webarticle_more i svg path {
	fill: #ffffff
}

.webarticle_swiper .swiper-container .swiper-button-prev,.webarticle_swiper .swiper-container .swiper-button-next {
	width: 38px;
	height: 38px;
	padding: 11px;
	border-radius: 50%;
	margin: 0;
	background: rgba(255,255,255,.25);
	position: absolute;
	bottom: 0;
	top: inherit;
	left: inherit;
	z-index: 2
}

.webarticle_swiper .swiper-container .swiper-button-prev:hover,.webarticle_swiper .swiper-container .swiper-button-next:hover {
	background: #0077d9
}

.webarticle_swiper .swiper-container .swiper-button-prev {
	right: 64px
}

.webarticle_swiper .swiper-container .swiper-button-next {
	right: 0
}

.webarticle_swiper .swiper-container .swiper-button-prev svg,.webarticle_swiper .swiper-container .swiper-button-next svg {
	display: block;
	width: 100%;
	height: 100%
}

.webarticle_swiper .swiper-container .swiper-button-prev svg path,.webarticle_swiper .swiper-container .swiper-button-next svg path {
	fill: #ffffff
}

@media (max-width:1680px) {
	.webarticle {
		padding: 30px 0 42px
	}

	.webarticle::before {
		width: 320px;
		height: calc(100% + 48px);
		border-radius: 24px 0 0 24px;
		top: -24px
	}

	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 400px);
		margin-left: 40px
	}

	.webarticle_swiper .webarticle_con {
		padding: 40px 30px 60px
	}

	.webarticle_swiper .webarticle_con span.webarticle_time {
		width: 160px;
		height: 35px;
		line-height: 35px;
		font-size: 15px
	}

	.webarticle_swiper .webarticle_con .webarticle_ms p {
		height: 50px;
		line-height: 25px;
		font-size: 15px
	}
	 .ey_news {
        padding:30px 60px
    }

    .ey_news .ey_news_main {
        width: 100%
    }
}

@media (max-width:1600px) {
	.webarticle::before {
		width: 300px
	}

	.webarticle_swiper .swiper-container::after {
		margin-left: 60px
	}
	.newul li .new_box {
        width: 54%;
    }
}

@media (max-width:1440px) {
	.webarticle {
		padding: 60px 0 42px
	}

	.webarticle::before {
		width: 280px;
		height: calc(100% + 40px);
		border-radius: 20px 0 0 20px;
		top: -20px
	}

	.webarticle_swiper .webarticle_con span.webarticle_time {
		width: 140px;
		height: 32px;
		line-height: 32px;
		font-size: 14px
	}

	.webarticle_swiper .webarticle_con .webarticle_ms p {
		height: 48px;
		line-height: 24px;
		font-size: 14px
	}

	.webarticle_swiper .webarticle_con a.webarticle_more {
		width: 130px;
		font-size: 14px
	}

	.webarticle_swiper .webarticle_con a.webarticle_more i {
		width: 20px;
		height: 20px;
		margin: -2px 0 0 6px
	}

	.webarticle_swiper .swiper-container .swiper-button-prev {
		right: 58px
	}

	.webarticle_swiper .swiper-container::after {
		margin-left: 70px
	}
	.newul li .new_box {
        width: 54%;
    }
}

@media (max-width:1366px) {
	.webarticle {
		padding: 60px 0 30px
	}

	.webarticle::before {
		width: 240px
	}

	.webarticle_swiper .swiper-container {
		padding: 10px 0 68px
	}

	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 370px);
		margin-left: 50px
	}
	 .ey_news {
        padding:20px
    }

    .ey_news .ey_news_main {
        width: 100%
    }
	.newul li .new_box {
    width: 54%;
}
.newul li p a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}
.newul li .new_pic {
    height: 116px;
}
}

@media (max-width:1280px) {
	.webarticle_swiper .webarticle_con {
		padding: 32px 20px 60px
	}

	.webarticle_swiper .webarticle_con span.webarticle_time {
		left: 20px
	}

	.webarticle_swiper .webarticle_con a.webarticle_more {
		margin-top: 10px
	}
}

@media (max-width:1200px) {
	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 360px);
		margin-left: 55px
	}
}

@media (max-width:1080px) {
	.webarticle::before {
		width: 220px
	}
}

@media (max-width:1024px) {
	.webarticle::before {
		width: 200px
	}

	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 320px);
		margin-left: 44px
	}

	.webarticle_swiper .webarticle_con a.webarticle_name {
		height: 32px;
		line-height: 32px;
		font-size: 16px
	}
}

@media (max-width:920px) {
	.webarticle {
		padding: 40px 0 20px
	}

	.webarticle::before {
		width: 160px
	}

	.webarticle_swiper .swiper-container {
		padding: 10px 0 58px
	}

	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 280px);
		margin-left: 24px
	}
}

@media (max-width:767px) {
	.webarticle {
		padding: 20px 0
	}

	.webarticle_swiper .swiper-container {
		padding: 10px 0 52px
	}

	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 220px);
		margin-left: 6px;
		bottom: 16px
	}

	.webarticle::before {
		width: 120px;
		height: 50%;
		border-radius: 20px 0 0 20px;
		top: inherit;
		bottom: -20px
	}

	.webarticle_swiper .swiper-container .swiper-button-prev,.webarticle_swiper .swiper-container .swiper-button-next {
		width: 32px;
		height: 32px;
		padding: 9px
	}

	.webarticle_swiper .swiper-container .swiper-button-prev {
		right: 52px
	}
}

@media (max-width:320px) {
	.webarticle::before {
		width: 100px
	}

	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 200px);
		margin-left: 0;
		bottom: 16px
	}
}

@media (max-width:280px) {
	.webarticle_swiper .swiper-container::after {
		width: calc(100% - 180px);
		margin-left: -10px;
		bottom: 16px
	}
}

.webpartner {
	margin: 100px auto 80px
}

.webpartner .webpartner_swiper {
	padding: 0 75px;
	position: relative
}

.webpartner_swiper .swiper-container {
	margin: -20px auto;
	padding: 20px 0
}

.webpartner_swiper .swiper-container .swiper-slide {
	height: 100px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 0 rgba(0,0,0,.1);
	border-radius: 0;
	position: relative
}

.webpartner_swiper .swiper-container .swiper-slide:hover {
	border: 1px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.webpartner_swiper .swiper-container .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.webpartner_swiper .swiper-button-prev,.webpartner_swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	padding: 15px;
	border-radius: 50%;
	background: #ddd;
	position: absolute;
	z-index: 2;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s
}

.webpartner_swiper .swiper-button-prev:hover,.webpartner_swiper .swiper-button-next:hover {
	background: #0077d9
}

.webpartner_swiper .swiper-button-prev {
	left: -25px
}

.webpartner_swiper .swiper-button-next {
	right: -25px
}

.webpartner_swiper .swiper-button-prev svg,.webpartner_swiper .swiper-button-next svg {
	display: block;
	width: 100%;
	height: 100%
}

.webpartner_swiper .swiper-button-prev svg path,.webpartner_swiper .swiper-button-next svg path {
	fill: #ffffff
}

.webpartner_swiper .swiper-button-prev:hover svg path,.webpartner_swiper .swiper-button-next:hover svg path {
	fill: #ffffff
}

@media (max-width:1680px) {
	.webpartner {
		margin: 80px auto 60px
	}

	.webpartner .webpartner_swiper {
		padding: 0 60px
	}

	.webpartner_swiper .swiper-button-prev,.webpartner_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		padding: 12px
	}

	.webpartner_swiper .swiper-button-prev {
		left: -20px
	}

	.webpartner_swiper .swiper-button-next {
		right: -20px
	}
}

@media (max-width:1440px) {
	.webpartner_swiper .swiper-container .swiper-slide {
		height: 90px
	}

	.webpartner_swiper .swiper-button-prev {
		left: 0
	}

	.webpartner_swiper .swiper-button-next {
		right: 0
	}
}

@media (max-width:920px) {
	.webpartner {
		margin: 60px auto 40px
	}
}

@media (max-width:820px) {
	.webpartner_swiper .swiper-container .swiper-slide {
		height: 76px
	}
}

@media (max-width:767px) {
	.webpartner {
		margin: 40px auto 20px
	}

	.webpartner .webpartner_swiper {
		padding: 0 44px
	}

	.webpartner_swiper .swiper-container .swiper-slide {
		height: 70px
	}

	.webpartner_swiper .swiper-button-prev,.webpartner_swiper .swiper-button-next {
		width: 32px;
		height: 32px;
		margin-top: -16px;
		padding: 9px
	}
}

@media (max-width:390px) {
	.webpartner_swiper .swiper-container .swiper-slide {
		height: 64px
	}
}

@media (max-width:320px) {
	.webpartner_swiper .swiper-container .swiper-slide {
		height: 82px
	}
}

@media (max-width:280px) {
	.webarticle::before {
		width: 80px
	}
}

.eytitle {
	margin-bottom: 20px
}

.eytitle span {
	display: block;
	line-height: 36px;
	color: #eaeaea;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px
}

.eytitle p {
	line-height: 48px;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto
}

.eytitle p::before,.eytitle p::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	overflow: hidden;
	background-color: #0077d9;
	vertical-align: middle
}

.eytitle p::before {
	margin: -4px 32px 0 0
}

.eytitle p::after {
	margin: -4px 0 0 32px
}

.eytitle1 span {
	color: rgba(255,255,255,.1);
	text-align: left
}

.eytitle1 p {
	color: #fff;
	text-align: left
}

.eytitle1 p::before {
	display: none
}

.eytitle2 span {
	color: rgba(255,255,255,.1)
}

.eytitle2 p {
	color: #fff
}


@media (max-width:1680px) {
	.eytitle {
		margin-bottom: 20px
	}

	.eytitle span {
		font-size: 40px;
		margin: 0 auto 10px
	}

	.eytitle p {
		line-height: 44px;
		font-size: 36px
	}

	.eytitle p::before {
		margin: -4px 24px 0 0
	}

	.eytitle p::after {
		margin: -4px 0 0 24px
	}
}

@media (max-width:1440px) {
	.eytitle {
		margin-bottom: 30px
	}

	.eytitle span {
		line-height: 30px;
		font-size: 36px
	}

	.eytitle p {
		line-height: 40px;
		font-size: 32px
	}

	.eytitle p::before {
		margin: -4px 20px 0 0
	}

	.eytitle p::after {
		margin: -4px 0 0 20px
	}
}

@media (max-width:1280px) {
	.eytitle span {
		line-height: 28px;
		font-size: 32px
	}

	.eytitle p {
		line-height: 36px;
		font-size: 30px
	}
	.mdzznzz ul li {
    width: 46%;
    height: 282px;
    }
	.mdzznzz ul li:nth-child(1) {
    margin-left: 0px;
    }
	.fdyxb img {
    height: 225px;
   }
}

@media (max-width:920px) {
	.eytitle {
		margin-bottom: 20px
	}

	.eytitle span {
		line-height: 24px;
		font-size: 28px;
		margin: 0 auto 6px
	}

	.eytitle p {
		line-height: 30px;
		font-size: 26px
	}
}

@media (max-width:767px) {
	.ey_prolb_img a{
    height: auto;
}
	.mdzznzz ul li {
    width: 100%;
    }
	.mdzznzz ul li:nth-child(1) {
	margin-right: 0px;
    }
	.w1400 {
    width: 100%;
    padding: 0 20px;
}
.newul li:nth-child(2n) {
    margin-left: 0;
}
    .eytitle {
        margin-bottom: 10px;
		margin-top: 30px;
    }
	.web_case .indcase_box {
    width: 100%;
}

.web_case {
        padding: 0 20px;
}
.eytitle .tit2 {
    font-size: 22px;
    margin-bottom: 10px;
	margin-top: 10px;
    height: 40px;
}
.eytitle .tit1 {
    font-size: 22px;
    margin-bottom: 10px;
	margin-top: 10px;
    height: 40px;
}
.ey_news {
        padding: 0 20px;
    }
.newul li{
       width:100%;
	   padding: 10px 0;
	       margin-bottom: 10px;
    }
.newul li .new_pic {
    width: 40%;
    height: 80px;
    margin-left: 10px;
}
.newul li p a {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
	margin-top: 2px;
}
.newul li .time {
    font-size: 12px;
    margin-top: 3%;
	}
.newul li span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-left: 0px;
}
.newul li .new_box {
    padding: 0 10px;
}
.eybigbt p {

    font-size: 22px;
}
.eybigbt p:after {
    left: 115px;
    height: 5px;
}
.more {
    width: 90px;
}
.more a {
    height: 32px;
    line-height: 28px;
    font-size: 14px;
}
.eypromenu_title i {
	display:none;
    }
.case-more {
        margin-top: 8px;
		margin-bottom: 8px;
    }

    .case-more>a {
     padding: 4px 18px;
    }

    .case-more>a>u {
        font-size: 14px
    }

    .case-more>a>i {
        font-size: 16px;
        margin-left: 6px
    }

    .case-more>a:hover:after {
        width: 400px;
        height: 400px
    }

    .case-more>a:hover>i {
        transform: translateX(4px)
    }
	.case-more1 {
        margin-top: 8px;
		margin-bottom: 8px;
    }

    .case-more1>a {
     padding: 4px 18px;
    }

    .case-more1>a>u {
        font-size: 14px
    }

    .case-more1>a>i {
        font-size: 16px;
        margin-left: 6px
    }

    .case-more1>a:hover:after {
        width: 400px;
        height: 400px
    }

    .case-more1>a:hover>i {
        transform: translateX(4px)
    }
	.containerad14 {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
}
.webpro_list ul li .webpro_con .webpro_text {
    padding: 2px 6px;
}
	.eytitle span {
		line-height: 20px;
		font-size: 24px;
		margin: 0 auto 6px
	}

	.eytitle p {
		line-height: 28px;
		font-size: 22px
	}

	.eytitle p::before,.eytitle p::after {
		width: 20px;
		height: 2px
	}

	.eytitle p::before {
		margin: -4px 10px 0 0
	}

	.eytitle p::after {
		margin: -4px 0 0 10px
	}

	#KFRightScreen {
		display: none!important
	}
}

@media (max-width:320px) {
	.eytitle span {
		line-height: 18px;
		font-size: 20px
	}

	.eytitle p {
		line-height: 24px;
		font-size: 20px
	}
}
.qc {
display: block;
}

@media (min-width: 768px) {
    .webarticle_swiper .swiper-button-prev,
    .webarticle_swiper .swiper-button-next {
        display: block !important;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.5);
        border-radius: 50%;
        color: #fff;
    }
    .webarticle_swiper .swiper-button-prev::after,
    .webarticle_swiper .swiper-button-next::after {
        font-size: 16px;
    }
    .web_casesp .swiper-pagination {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .webarticle_swiper .swiper-button-prev,
    .webarticle_swiper .swiper-button-next {
        display: block !important;
    }
    .web_casesp .swiper-pagination {
        display: block !important;
        bottom: 10px !important;
    }
    .web_casesp .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
        background: #fff;
        opacity: 0.6;
    }
    .web_casesp .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff;
    }
    .webarticle_swiper .swiper-slide,
    .web_casesp .swiper-slide {
        padding: 0 5px;
    }
}