*{
	font-family: "Helvetica","Bronova",arial,"Univers","Noto Sans SC",sans-serif;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	box-sizing: border-box;
}

/* 去掉video默认或者样式 */
	/* video::-webkit-media-controls-fullscreen-button {
		display: none;
	}
	video::-webkit-media-controls-play-button {}
	video::-webkit-media-controls-timeline {}
	video::-webkit-media-controls-current-time-display{}
	video::-webkit-media-controls-time-remaining-display {}
	video::-webkit-media-controls-mute-button {}
	video::-webkit-media-controls-toggle-closed-captions-button {}
	video::-webkit-media-controls-volume-slider {} */

	/* video{
		width: 100%;
		height: 100%;
		object-fit: cover;
		}
	video:focus {
		outline:none !important;
	}
	video{
		outline: none !important;
		border: none !important;
	}
	video::-webkit-media-controls-panel {
		border: none !important;
	  } */

.gundong{
	/* overflow :hidden; */
	/* width:calc(100% - 17px); */
}
html {
	font-size: 12px;
	/* width:100%; */
	/* overflow: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none; */

  /* position: fixed;
  width:100%;
  height:100%; */
}
body{
	width:100%;
	/* overflow-x: hidden; */
	/* overflow: hidden; */
  position: relative;
}
video.disabled-click {
	pointer-events: none;
  }
  /* .disabled-click {
	pointer-events: none;
  } */
.main {
	width: 100%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	/* margin: 0px auto; */
	height: auto;
	overflow: hidden;
}
.fy_main{
	margin-top: 120px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_24 {
	font-size: 24px;
}
.text_36 {
	font-size: 3rem;
}
.text_48 {
	font-size: 4rem;
}
.text_60 {
	font-size: 5rem;
}
.text_72 {
	font-size: 6rem;
}
.text_84 {
	font-size: 7rem;
}
.font_bold {
	font-weight: bold;
}
.padding-20{ padding: 20px;}




/* swiper */
    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      margin: 0;
      padding: 0;
    }
    .swiper {
      width: 100%;
      height: 100%;
	  overflow: hidden;
    }
	/* .swiper-wrapper{
		width:100%;
		height: 100%;
		overflow: hidden;
	} */
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
	  overflow: hidden;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom:20px;
	}
	.swiper-pagination-bullet{
		width:12px;
		height:12px;
		background-color: #fff;
		opacity:0.9;
	}
	.swiper-pagination-bullet-active{
		background: #989898;
	}
	/* swiper */







.index_text_ad {
	/* color: #2c2c2c; */
	color:#000;
	padding: 15px 0px;
	box-sizing: border-box;
	line-height: 0.45;
	/* border-bottom: 1px solid #eee; */
	/* height:25vh; */
	margin-bottom: 200px;
}
.index_text_ad h1{
	font-family: "Noto Sans SC";
}
.fy_case_list .fy_main{
	margin-top: 100px;
}
.work_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	height:90px;
	border-top: 1px solid #e6e6e6;
	/* margin-top: 100px;
	border-top: 1px solid #e6e6e6; */
}
/* .work_list .work_li.on a {
	font-weight: bold;
} */
.work_list .work_li a {
	font-size: 16px;
    color: #8d8d8d;
}
.work_list .work_li a:hover{
	text-decoration: underline;
}
.anli_list {
	width: 100%;
	box-sizing: border-box;
	padding:0 5%;
	/* margin: auto; */
	height: auto;
	overflow: hidden;
	/* margin-top: 30px; */
	margin-bottom: 30px;
	margin-top: 215px;
}
.fy_anli_list{
	/* margin-top: 30px; */
	margin-top: 0;
}
.anli_list .an_li {
	float: left;
	width: 48.5%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: 3%;
}
.anli_list .an_li:nth-child(2n){
	margin-right: 0;
}
.anli_list .an_li .anli_img{
	width:100%;
	/* height:530px;
	overflow: hidden; */
	height:auto;
}
.anli_list .an_li .anli_text{
	width:100%;
	height:35px;
	line-height: 35px;
	margin-top: 10px;
	/* padding-top: 10px;
	line-height: 20px;
	box-sizing: border-box; */
	overflow: hidden;
}
.anli_list .an_li a{
	display: block;
	width:100%;
	height:100%;
	text-decoration: none;
}
.an_li .anli_text .anli_item_tit{
	/* color:#222; */
	color:#000;
	font-size: 28px;
	margin-right: 10px;
	font-family:"Noto Sans SC", sans-serif;
}
.an_li .anli_text .anli_item_intr{
	font-size: 28px;
	color:#888;
	opacity: 0;
	transition: all .4s ease;
}
.an_li:hover .anli_text .anli_item_intr{
	opacity: 1;
}
.anli_list .an_li .anli_img .img {
	width: 100%;
	height:auto;
	/* height: 100%;
	overflow: hidden; */
	/* position: relative; */
}
.anli_list .an_li .img img {
	transition: all .4s ease-in;
	object-fit: cover;
	object-position: center center;
    width: 100%;
    height: 100%;
}
/* .anli_list .an_li:hover .img img {
	transform: scale(1.2);
} */
.case_list_more {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 250px;
	width:100%;
	/* overflow: hidden; */
}
.case_list_more a{
	font-size: 60px;
	color:#000;
	font-family:"Helvetica";
	/* text-transform:uppercase; */
	/* font-weight: bold; */
}
.case_list_more a:hover{
	color:#333;
	text-decoration: underline;
}
.news_box {
	padding-bottom: 100px;
	margin-top: 50px;
}
.index_news_con{
	border-top: 1px solid #eee;
	padding-top: 100px;
	box-sizing: border-box;
}
.news_box .news_item {
	float: left;
	width: 31.3%;
	margin-right: 3%;
}
.news_box .news_item:last-child{
	margin-right: 0;
}
.news_box .news_item .imgs {
	/* background-color: #eee; */
	width: 290px;
	height: 180px;
	float: left;
}
.news_box .news_item .imgs img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.news_box .news_item .news_dl {
	margin-left: 305px;
	text-align: left;
}
.news_box .news_item .news_dl dt {
	font-size: 18px;
	font-weight: 600;
	/* line-height: 32px; */
	margin-bottom: 15px;
}
.news_box .news_item .news_dl1 dt {
	/* color:#797979; */
	color:#000;
}
.news_box .news_item .news_dl dd {
	margin-top: 10px;
}
.news_box .news_item .news_dl1 dd {
	margin-top: 5px;
}
.news_list_ul_1 li {
	list-style: none;
	line-height: 25px;
}
.news_list_ul_1 li a{
	font-size: 14px;
	color: #999;
}
.line_1 {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Company_introduction {
	width:100%;
	box-sizing: border-box;
	padding:0 5%;
	height:auto;
	overflow: hidden;
}
.Company_introduction img{
	width:100%;
	height:auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.margin-top {
	margin-top: 15px;
}
.guandian {
	margin-top: 120px;
}
.guandian .bt {
	font-size: 32px;
	font-weight: 600;
	color:#000;
	line-height: 1;
	margin-bottom: 25px;
}
.guandian_dl {
	width: 48.5%;
}
.guandian_dl .images {
	background-color: #eee;
	height: 300px;
	/* height:auto; */
	width: 100%; 
	overflow: hidden;
}
.guandian_dl .images img{
	/* max-height: 100%; */
	width: 100%;
	/* height:auto; */
    height: 100%;
    object-fit: cover;
}
.guandian_dl .fbt {
	font-size: 16px;
}
.guandian_dl.right .fbt{
	margin-top: -5px;
}
.guandian .guandian_dl.right .margin-top{
margin-top: 40px;
}
.guandian_dl .desc {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
}
.guandian_dl .news-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guandian_dl.left .news-item{
	margin-top: 15px;
}
.guandian_dl .news-item a {
	float: left;
	width: 23%;
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 1%;
	color: #959595;
	line-height: 29px;
}
.guandian_dl .news-item a::after {
	position: absolute;
	right: 0;
	height: 14px;
	background: #e6e6e6;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
.guandian_dl .news-item a:nth-child(4n)::after{
	width: 0;
}
.footer_page {
	padding: 0 5% 50px 5%;
	box-sizing: border-box;
	/* width:92%;
	margin-left: auto;
	margin-right: auto; */
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	background-color: #fff;
}
.foot_con{
	border-top: 1px solid #eee;
	box-sizing: border-box;
	padding-top: 90px;
}
.foot_ewm {
	width:51.5%;
}
.foot_ewm img{
	width:115px;
	height:115px;
	margin-bottom: 5px;
	transform: translateX(-5px);
}
.pc_wem_text{
	color: #222;
	font-size: 15px;
	font-weight: bold;
	/* padding-left: 5px; */
}
.foot_lx {
	float:left;
	width:33.5%;
	margin-top: -25px;
}
.foot_lx p{
	color:#000;
	margin:0 0 5px 0;
}
.foot_lx .margin-top{
	margin-top: 15px;
}
.foot_lx .font_24{
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}
.foot_lx .font_14{
	font-size: 16px;
}
.line_20 {
	line-height: 16px;
}
.footnav {
	width: 15%;
	text-align: left;
}
.footnav a {
	display: inline-block;
	width: 100%;
}
.footnav .font58 {
	font-size: 60px;
	line-height: 1;
	color:#000;
	/* font-weight: bold; */
}
.copyright{
	width:100%;
	padding:150px 5% 100px 5%;
	background-color: #fff;
	/* height:24px; */
	position: relative;
}
.copyright a{
	text-decoration: none;
}
.copyright_img{
	width:24px;
	height:24px;
}
.copyright_logo_img{
	height:24px;
	width:auto;
}
.copyright_logo_box{
	position: absolute;
	left:0;
	top:150px;
	height:24px;
}
.copyright p{
	height:24px;
	line-height: 24px;
	transform: translateX(51.5%);
}
.copyright p a{
	color:#000;
	font-size: 16px;
}

.case_read_main{
	margin-top: 100px;
}
/* 回到顶部 */
.toTop{
	width:30px;
	height:30px;
	position: fixed;
	right:20px;
	bottom:200px;
	display: none;
}
.toTop.show{
	display: block;
}
.toTop::after {
	position: absolute;
    content: "";
	left:0;
	top:0;
    width: 30px;
    height: 30px;
    border-right: 3px solid #444;
    border-top: 3px solid #444;
    transform: rotate(-45deg);
  }






/* header */
/* #header {
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 3px 0px 16px #ccc;
} */
.header {
	position: fixed;
	/* width: 100%; */
	width:100%;
	height: 100px;
	top: 0px;
	left:0;
	z-index: 20;
	transition: all 0.4s ease;
	box-sizing: border-box;
	padding:0 5%;
	background-color: transparent;
}
.case_read .header{
	background-color: #fff;
}
.case_read .header.to-bg{
	background-color: rgba(0, 0, 0, 1);
}
.active {
	background-color: #fff;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
	height:60px;
}
.pagination .btn.btn-default.active{
	box-shadow:none;
}
.header .logo {
	float: left;
	width: 90%;
	height:100%;
	z-index: 15;
	transition: all 0.4s ease;
}
.header .logo img {
	height: 24px;
	width:auto;
	margin-top: 38px;
	transition: all 0.4s ease;
}
.header.active .logo img{
	height:20px;
	margin-top:20px;
}

/* 导航开始 */
.nav_box {
	float: right;
	width:70px;
	height:25px;
	margin-top: 37px;
	z-index: 15;
	transition: all 0.2s ease;
}

.menu{
	position: relative;
	width:100%;
	height:100%;
	transition: all 0.2s ease;
	cursor: pointer;
}
.header.active .nav_box{
	margin-top: 20px;
	height:20px;
}
.header.active .menu{
	
}
.menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #222;
	transition: all 0.2s;
}
.menu span:nth-child(1) {
	top: 0;
}

.menu span:nth-child(2) {
	top: 45%;
}

.menu span:nth-child(3) {
	bottom: 0;
}
.menu.on span{
	background-color: #fff;
}
.menu.on span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on span:nth-child(2) {
	opacity: 0;
}

.menu.on span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.head_nav{
	position: fixed;
	width: 100%;
	height: calc(100vh - 100px);
	left:0%;
	top:100px;
	display: none;
	transition: all 0.2s;
	/* background-color: rgba(0, 0, 0, 1); */
}
.head_nav li a{
	transition: all 0.2s;
}
.header.active .head_nav{
	height: calc(100vh - 60px);
	top:60px;
	/* height:100vh;
	top:0; */
	background-color: rgba(0, 0, 0, 1);
}
.open{
	display: block;
}
.to-bg {
	background-color: rgba(0, 0, 0, 1);
	height:100vh;
}
.filter{
	filter: brightness(0) invert(1);
}
.cd-primary-nav {
	/* text-align: center;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column; */
}
.cd-primary-nav li {
	/* line-height: 60px;
	height: 60px;
	flex: 1; */
	text-align: center;
	line-height: 50px;
}
.cd-primary-nav a {
	/* font-size: 40px; */
	/* font-weight: bold; */
	color: #fff;
	line-height: 1.2;
}
.cd-primary-nav a:hover{
	/* text-decoration: none;
	color:red; */
	text-decoration: underline;
}







.main_nav {
	/* background-color: rgba(0, 0, 0, .8); */
	/* background-color:#000;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	opacity: 0;
	width: 0;
	height: 0;
	transition: all .6 ease-in-out;
	z-index: 15; */
}
.main_nav .nav_box {
	/* background-color: #f00; */
}
/* .main_nav .nav_box span{
	background-color: #fff;
}
.main_nav .logo{
	position: fixed;
	left:4%;
	top:20px;
	z-index: 20;
}
.main_nav .logo img{
	display: block;
	width:auto;
	height: 60px;
} */

.piaoye_page_right_line {
	clear: both;
	zoom: "";
}
.case-read-top {
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.case_read_main .case-read-top{
	padding:0;
}
.case-read-top .left {
	font-size: 16px;
}
.case-read-top .left {
	width: 36%;
	text-align: right;
	font-size: 20px;
}
.piaoye_book p{ margin: 0px; padding: 0px;}
.left {
	float: left
}
.case-read-top .right {
	width: 40%;
	margin-right: 11%;
	position: relative;
	height: 100%;
}
.right {
	float: right;
}
.guandian .margin-top{
	margin-top: 35px;
}
.video-frame .ratio3x2{ width: 100%; height: 100%;}
/* @media screen and (max-width: 1920px) {
	.mobile_slide {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.mobile_slide {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.mobile_slide {
		display: none;
	}
} */
/* 手机 */
@media screen and (max-width: 750px) {
	/* .main{width: 90%;} */
	/* 隐藏导航 */
	.menubotton {
		display: none;
	}
	.pc_slide {
		display: none;
	}
	.mobile_slide {
		display: block;
	}
	/* .headers {
		display: flex;
		justify-content: space-between;
		align-items: center;
	} */




	.head_nav{
		top:120px;
	}

	.btn-group {
		padding: 5px;
	}



	.zsp{
		margin-top: 100px;
	}
	.zsp span{
		float:left;
		width:50%;
		color:#000;
		font-size: 18px;
	}

	/* .main_nav .logo img{
		height:50px;
	} */
	/* .nav_box {
		position: absolute;
		padding: 15px;
		right: 0px !important;
		top: 0px;
		z-index: 99;
	} */

	/* .main_nav .nav_box{
		margin-top: 10px;
	} */
	.cd-primary-nav a{
		font-size: 52px;
	}
	.text_36 {
		font-size: 1.2rem;
	}
	.index_text_ad {
		padding: 30px 0;
	}
	.work_list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.work_list .work_li {
		margin-right: 0px;
		font-size: 1.3rem;
		margin: 5px;
		padding: 3px 5px;
		word-wrap: normal;
		flex-wrap: nowrap;
	}
	.anli_list .an_li {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
		/* margin: 1%; */
	}
	.anli_list .an_li img {
		width: 100%;
	}
	.case_list_more {
		font-size: 1.5rem;
		line-height: 50px;
	}
	.news_item {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	.news_box .news_item .imgs {
		width: 100%;
	}
	.news_box .news_item .news_dl {
		text-align: left;
		margin-left: 0px;
		margin-top: 8px;
	}
	.news_box .news_item .news_dl dd {
		margin-top: 0px;
	}
	.foot_ewm {}
	.foot_ewm img {
		width: 100%;
	}
	.footnav {
		width: 50%;
		text-align: right;
	}
	.footnav .font58 {
		font-size: 32px;
		line-height: 32px;
	}
	.foot_lx {
		margin-top: 30px;
		padding-left: 0px !important;
		clear: both !important;
		width: 100%;
	}
	.piaoye_page_bannpic {
		position: relative;
		z-index: -1;
	}
	/* .nav_box span {
		width: 40px;
		height: 3px;
		background-color: #222;
		display: inline-block;
		margin: 2px 0px;
		transition: all .3 ease-in-out;
		transform: scale(0.6);
		transform-origin: 40% 50%;
		-webkit-transform-origin: 40% 50%;
	} */

	.menu{
		
	}
	.nav_box{
		top:0px;
	}
	.piaoye_page_botton #pagelist {
		margin-top: 30px;
		font-size: 1.2rem;
		line-height: 2; text-align: center;
	}
	.pagination{ display: flex; justify-content: space-between;} 
	.btn-group .btn{ padding: 5px 10px; 
		/* background-color: #eee;  */
		margin: 3px;}
	
	.case-read-top .left, .case-read-top .right {
	    width: 90%;
	    text-align: left;
	    margin: 0 auto;
	    float: none;
	}

	 .piaoye_book img {
	    max-width: 100%;
	    height: auto!important;
		margin: 0px;
	    /* float: left; */
	    display: block;
	    /* background: url(loading.gif) no-repeat center; */
	}
}


#pagelist,#piaoye_bbs_pagelist{color:#818181}
.pagination {font-family: '微软雅黑','Microsoft YaHei UI','Microsoft YaHei',arial, helvetica, sans-serif;overflow: hidden;padding:10px 0px;font-size:12px;margin: 0px; display: flex;}
.btn-group{ padding: 10px 10px;}
.btn-group .btn{padding: 10px 10px;font-size: 14px;}
/*按钮色彩样式*/
/* .pagination a {border: #c2e2e7 1px solid;color: #95b1b5;text-decoration: none;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px;} */
.pagination a:visited {text-decoration: none;overflow: hidden;}
.pagination a:active {text-decoration: none;overflow: hidden;}
.pagination a:hover {
	/* color: #fff; */
	/* background-color: #c2e2e7; */
	overflow: hidden;
}
.pagination span.current {border: #c2e2e7 1px solid;color: #fff;overflow: hidden;padding:5px 5px;margin: 0px 0px 0px 5px;}
.pagination span.disabled {background-color: #a6c3dd;}


.piaoye_page_botton{
	padding:50px 0;
	box-sizing: border-box;
}
#page_center_botton .btn.btn-default.active{
	text-decoration: underline;
}
#pagelist{
	text-align: center;
}
.pagination{
	justify-content: center;
}


.info_list li .img-box img::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #5ecfc9 url('../images/logo-white.png') no-repeat center center;
	z-index: 1;
}
.info_list li .img-box img::after,.related_anli .an_li .anli_img img::after {
	position: absolute;
	display: block;
	content: "暂无图片";
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	text-align: center;
	box-sizing: border-box;
	padding-top: 90px;
	line-height: 1.5;
	font-size: 36px;
	color: #fff;
	z-index: 2;
}
.related_anli .an_li .anli_img img::after{
	background-color: #5ecfc9;
	padding-top: 40%;
}
.anli_related_box{
	width:100%;
	height:auto;
	box-sizing: border-box;
	padding:0 5%;
	margin-top: 80px;
}
.anli_related{
	height:260px;
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
/* .anli_related:first-child{
	align-self:flex-start;
}
.anli_related:last-child{
	align-self:flex-end;
} */
.anli_rela_item{
	width:250px;
	height:auto;
}
.anli_rela_item,
.anli_rela_item a{
	color:#000;
	font-size: 60px;
	text-decoration: none;
}
.anli_rela_item:first-child{
	text-align: left;
}
.anli_rela_item:last-child{
	text-align: right;
}
.more_btn{
	position: relative;
	text-align: center;
}
.more_btn::after{
	position: absolute;
	content: "";
	width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
	transform:translateX(-8px) rotate(45deg);
    transition: all 0.4s ease;
    bottom: -50px;
    left:50%;
	transition: all 0.4s ease;
}
.more_btn:hover::after{
	bottom:-55px;
}
.related_anli{
	width:100%;
	min-height: 50px;
	margin-top: 80px;
	margin-bottom: 200px;
	display: flex;
	justify-content: space-between;
}
.related_anli a{
	text-decoration: none;
}
.related_anli .an_li{
	width:48.5%;
	/* height:500px; */
	height:auto;
}
.related_anli .an_li .anli_img{
	width:100%;
	/* height:100%; */
	overflow: hidden;
	height:auto;
	/* margin-bottom: 15px; */
}
.related_anli .an_li .anli_img img{
	width:100%;
	height:auto;
	/* height:100%;
	object-fit: cover; */
	transition: all 0.4s ease;
	transform: scale(1);
}
.related_anli .anli_text{
	margin-top: 15px;
}
/* .related_anli .anli_item_tit{
	color: #222;
    font-size: 24px;
} */
/* .related_anli .an_li:hover .anli_img img{
	transform: scale(1.2);
} */
.anli_read_tit{
	font-size: 32px;
	line-height: 1.5;
	color:#222;
	font-weight: bold;
}
.anli_read_summary{
	font-size: 64px;
	line-height: 1.5;
	color:#333;
	font-weight: bold;
}
.anli_pc_content{
	/* margin-top: 15px; */
}
.anli_pc_content p,.anli_pc_content span{
	font-size: 16px;
	line-height: 1.5;
	color:#666;
}


.piaoye_page_bannpic img{
	width:100%;
	object-fit: cover;
}

/* 内容页 */
.content_common{}
.content_common p{
	font-size: 16px;
	color:#666;
	margin-bottom: 10px;
}
.content_common img,
.content_common video{
	width: 100% !important;
	height:auto !important;
	display: block;
}
/* .content_common img{
	width: 100% !important;
	height:auto !important;
} */
.foot_tel{
	text-decoration: none;
}
.foot_tel:active{
	text-decoration: none;
}
.foot_tel:hover{
	text-decoration: none;
}
@media (max-width: 1768px){
	/* .anli_list .an_li .anli_img{
		height:487px;
	} */
	.text_84{
		font-size: 6.5rem;
	}
}
@media (max-width: 1680px){
	/* .anli_list .an_li .anli_img{
		height:463px;
	} */
	.text_84{
		font-size: 6rem;
	}
}
@media (max-width: 1600px){
	/* .anli_list .an_li .anli_img{
		height:440px;
	} */
	.text_84{
		font-size: 5.5rem;
	}
}
@media (max-width: 1440px){
	.news_box .news_item .imgs{
		width:100%;
		height: auto;
		margin-bottom: 10px;
	}
	.news_box .news_item .news_dl{
		width:100%;
		margin-left: 0;
	}
	.text_36{
		font-size: 2.5rem;
	}
	/* .anli_list .an_li .anli_img{
		height:397px;
	} */
	.text_84{
		font-size: 5rem;
	}
	.work_list .work_li a{
		font-size: 20px;
	}
	.anli_list .an_li .anli_text .anli_item_tit{
		font-size: 22px;
	}
	.anli_list .an_li .anli_text .anli_item_intr{
		font-size: 22px;
	}
	.anli_list .an_li{
		margin-bottom: 40px;
	}
	.anli_list{
		margin-top: 20px;
	}
	.copyright{
		padding:100px 4% 60px 4%;
	}
	.copyright_logo_box{
		top:100px;
	}
	.toTop::after {
		width: 20px;
		height: 20px;
	}
	.toTop{
		right:10px;
	}
}
@media (max-width: 1366px) {
	/* .anli_list .an_li .anli_img{
		height:376px;
	} */
	.text_84{
		font-size: 4.6rem;
	}
}
@media (max-width: 1280px) {
	/* .anli_list .an_li .anli_img{
		height:353px;
	} */
	.text_84{
		font-size: 4.2rem;
	}
}
@media (max-width: 1176px) {
	/* .anli_list .an_li .anli_img{
		height: 324px;
	} */
	.text_84{
		font-size: 3.5rem;
	}
}
@media (max-width:1024px) {
	.text_36{
		font-size:2rem;
	}
	.guandian_dl .images{
		height:250px;
	}
	.guandian_dl{
		width:100%;
		margin-bottom: 30px;
	}
	.footnav,.foot_lx,.foot_ewm{
		width:33%;
	}
	.copyright {
		padding: 50px 4% 50px 4%;
	}
	.copyright_logo_box{
		top:50px;
	}
	.anli_list .an_li .anli_text .anli_item_tit{
		font-size: 20px;
	}
	.anli_list .an_li .anli_text .anli_item_intr{
		font-size: 20px;
	}
	/* .gundong{
		width:100%;
	} */

	.menu span {
		height: 2px;
	}
	.cd-primary-nav a{
		line-height: 1;
	}
	.header.active .nav_box{
		margin-top: 22px;
		height: 15px;
	}
	.header.active .menu {
		
	}
	.text_84 {
		font-size: 3.2rem;
	}
	.header.active .head_nav{
		top:60px;
	}
	.header{
		padding:0 5%;
		height:60px;
	}
	.case_list_more {
		text-align: left;
		margin-top: 60px;
		margin-bottom: 100px;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 15px;
		width:90%;
		margin-left:auto;
		margin-right: auto;
	}
	.case_list_more a{
		font-weight: normal;
	}
	.footer_page{
		padding:0 5% 50px 5%;
		width:100%;
		margin-top: 60px;
	}
	.foot_con{
		/* padding-top: 50px; */
	}
	.anli_read_tit{
		font-size: 24px;
	}
	.anli_read_summary{
		font-size: 32px;
	}
	.menu{
		/* transform: translateX(0); */
	}
	.index_text_ad p{
		margin-bottom: 0;
	}
	.foot_lx .margin-top {
		margin-top: 10px;
	}
	.copyright_img {
		width: 14px;
		height: 14px;
	}
	.copyright_logo_img {
		height: 20px;
		width: auto;
	}
	.case_list_more a{
		font-size: 18px;
		font-weight: normal;
	}
	.toTop{
		width:0;
		height:0;
	}
	.toTop::after{
		border-right: 0px solid transparent;
    	border-top: 0px solid transparent;
	}
	.Company_introduction{
		width:100%;
	}
	.anli_related_box{
		margin-top: 30px;
	}
	.related_anli .anli_text {
		margin-top: 10px;
	}
	.anli_list .an_li .anli_text{
		height:25px;
		line-height: 25px;
		margin-top: 5px;
	}
	.case_read_main{
		margin-top: 60px;
	}
	.index_text_ad{
		border-bottom: 1px solid #eee;
	}
	/* div{
		touch-action: none;
		pointer-events: auto;
	} */
	img{
		-webkit-user-drag:none;
	}
	.anli_list {
		margin-top: 45px;
	}
	.fy_case_list .anli_list{
		margin-top: 0px;
	}
	.nav_box{
		margin-top: 22px;
		width:30px;
		height:15px;
	}

	.header .logo {
		float: left;
		width: auto;
		height: 50px;
		/* margin-top: 10px; */
		position: relative;
		z-index: 2;
	}
	.header .logo.wap_logo_box{
		width:90px;
		overflow: hidden;
	}
	.header .logo img {
		height: 15px;
		width: auto;
		margin-top:22px;
	}
	.header.active .logo{
		height:40px;
	}
	.header.active .logo img {
		margin-top: 22px;
		height: 15px;
	}
	.to-bg {
		background-color: rgba(0, 0, 0, 1);
		height:100vh;
	}
}
@media (max-width:768px){
	.wap-none{
		display: none;
	}
	.wap_index_section{
		display: block;
	}
	.guandian .bt{
		font-size: 28px;
		line-height: 80px;
	}
	.guandian{
		margin-top: 20px;
	}
	.work_list{
		display: none;
	}
	.index_text_ad{
		padding:40px 0;
	}
	.anli_list{
		width:100%;
		/* border-bottom: 1px solid #e6e6e6; */
	}
	.anli_list .an_li{
		width:100%;
		margin-bottom: 15px;
		overflow: visible;
	}
	.anli_list .an_li .anli_img{
		/* height:240px; */
		/* height:auto; */
		width:115%;
		height:auto;
		margin-left:-7%;
	}
	.wap_index_section{
		width:90%;
		margin:30px auto;
	}
	.wap_index_tit{
		font-size: 84px;
		color:#333;
		line-height: 1;
		/* font-weight: bold; */
	}
	.wap_index_subtit{
		font-size: 48px;
		color:#333;
		line-height: 1;
	}
	.wap_index_con{
		margin-top: 15px;
	}
	.about .wap_index_con p{
		font-size: 16px;
		color:#222;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.partner_name{
		font-size: 16px;
		color:#333;
		margin-left: 20px;
		position: relative;
		margin-bottom: 5px;
	}
	.partner_name::before{
		content: "";
		display: inline-block;
		position: absolute;
		left:-15px;
		top:4px;
		width:12px;
		height:12px;
		border-radius: 50%;
		background-color: #333;
	}
	.anli_item_intr{
		/* display: none; */
	}
	.anli_list .an_li .anli_text{
		/* padding-left:15px; */
	}
	.piaoye_page_botton{
		padding:0;
	}
	.index_text_ad{
		line-height: 1.2;
		padding:30px 0 10px 0;
		margin-bottom: 0;
	}
	/* .index_text_ad p{
		margin:0;
	} */
	.anli_list .an_li .anli_text .anli_item_tit{
		font-size: 18px;
	}
	.anli_list .an_li .anli_text .anli_item_intr {
		font-size: 18px;
	}
	.foot_lx{
		width:100%;
		margin-bottom: 30px;
	}
	.foot_lx .font_24{
		font-size: 48px;
	}
	.wap_ewm{
		width:100%;
		height:auto;
	}
	.ewm_img_box{
		/* float:left; */
	}
	.ewm_img_box img{
		width:80px;
		height:80px;
	}
	.ewm_text{
		/* float:left;
		width:calc(100% - 90px);
		margin-left: 10px; */
	}
	.ewm_text p{
		/* font-size: 36px; */
		font-size: 16px;
		color:#000;
		margin-bottom: 5px;
		/* line-height: 1; */
		/* margin-top: 5px; */
		font-weight: bold
	}
	.wap_copyright{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	.wap_copyright p{
		margin-bottom: 0px;
	}
	.wap_copyright p,.wap_copyright p a{
		font-size: 14px;
		color:#000;
		line-height:1.3;
	}
	.related_anli .an_li{
		/* height:150px; */
	}
	.fy_main{
		margin-top: 80px;
	}
	.fy_case_list .fy_main{
		margin-top: 60px;
	}
	.anli_rela_item{
		width:100px;
	}
	.anli_rela_item,
	.anli_rela_item a{
		font-size: 18px;
	}
	.anli_related{
		height:150px;
	}
	.more_btn::after{
		bottom: -30px;
	}
	.more_btn::after {
		width: 10px;
		height: 10px;
	}
	.related_anli .anli_text .anli_item_tit{
		font-size: 18px;
	}
	.Company_introduction img {
		width: 100%;
		height:auto;
		/* height: 220px;
		object-fit: cover; */
	}
	.related_anli{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media (max-width:480px){
	.text_36{
		/* font-size:1.5rem; */
		line-height: 1.2;
	}
	.guandian_dl .images{
		height:210px;
	}
}
@media (max-width:375px){
	.foot_lx .font_24{
		font-size: 36px;
	}
	.wap_index_tit{
		font-size: 60px;
	}
	.wap_copyright{
		padding-bottom: 30px;
	}
	.text_84 {
		font-size: 3rem;
	}
}