.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

html{
	color: #333;
}
.menu_content{
	margin-bottom: 5px;
	padding-right: 30px;
}
.top-nav .menu_content{
	margin-bottom: 3px;
	padding-right: 40px;
}
/*top nav*/
.top-nav-blank{
	height: 90px;
}

.header{
	height: 90px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	
	height: 100%;
	max-width: 95%;

	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	height: 100%;
	position: relative;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;
	-ms-flex-align:center;
	-moz-align-items:center; 
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.top-nav .nav-block a::after{
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #cd0303;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.index-lang a{
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
}

.index-lang i{
	color: #fff;
	font-size: 16px;
}

.menu{
	cursor: pointer;
}

.menu span.icon-bar{
  background: #313131;
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: all 300ms ease-out; 
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}
.menu .sr-only{
  display: none;
}
.menu .icon-bar:nth-child(2){
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -ms-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  transform-origin:top left;
}
.menu .icon-bar:nth-child(3){
  margin-top: 6px; 
      -webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.menu .icon-bar:nth-child(4){
  margin-top: 6px; 
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -ms-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  transform-origin:top left;
}
.xz .icon-bar:nth-child(2){
  -webkit-transform: rotate(45deg) translate(2px,-3px);
  -moz-transform: rotate(45deg) translate(2px,-3px);
  -ms-transform: rotate(45deg) translate(2px,-3px);
  transform: rotate(45deg) translate(2px,-3px);
  transform-origin:0 0;
}
.xz .icon-bar:nth-child(3){
  opacity: 0;
}
.xz .icon-bar:nth-child(4){
  -webkit-transform: rotate(-45deg) translate(1px,2px);
  -moz-transform: rotate(-45deg) translate(1px,2px);
  -ms-transform: rotate(-45deg) translate(1px,2px);
  transform: rotate(-45deg) translate(1px,2px);
  
}

.menu_down{
	display: none;
}

.pc-nav{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.pc-nav.curr{
	display: block;
}

.pc-left-nav{
	width: 46%;
	float: left;
	height: 100%;
	overflow-y: hidden;
}

.pc-left-nav .header{
	position: relative;
	left: 0;
	top: 0;
	box-shadow: none;
}

.pc-left-nav .top-nav{
	width: 100%;
	max-width: 520px;
	padding-right: 20px;
}

.pc-left-nav ul{
	margin-top: 40px;
	margin-bottom: 70px;
	width: 100%;
	max-width: 520px;
}

.pc-left-nav li a{
	display: block;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #535353;
	font-size: 34px;
	transition: ease-in-out .3s;
	font-weight:lighter;
}

.pc-left-nav li a:hover{
	color: #ff0000;
}

.pc-left-nav dl{
	background-color: rgba(255,255,255,0.5);
	padding: 130px 0 0 13%;
	position: fixed;
	right: 4%;
	top: 0;
	width: 50%;
	height: 100%;
	display: none;
}
.pc-left-nav dl dd a{
	line-height:50px;
}

.pc-left-nav li:hover dl{
	display: block;
}

.pc-left-nav dd a{
	font-size:25px;
}

.pc-left-nav .sub-nav{
	width: 100%;
	max-width: 520px;
	padding-right: 170px;
}

.pc-left-nav .sub-nav h1{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #535353;
	line-height: 24px;
	margin-bottom: 10px;
}

.pc-left-nav .sub-nav a{
	display: block;
	width: 33.33%;
	float: left;
	min-height: 24px;
	line-height: 30px;
	font-size: 15px;
	color: #535353;
	transition: ease-in-out .3s;
	font-weight:lighter;
}
.pc-left-nav .sub-nav a:hover{
	color: #FF0000;
}


.pc-right-nav{
	width: 47%;
	float: left;
	height: 100%;
	overflow: hidden;
	
}

.pc-right-nav img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.redm{
	width:280px;
	height:280px;
	position:absolute;
	bottom:10%;
	right:0;
	z-index:99999;
	background:rgba(255,0,0,.8);
}





/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.index-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.index-banner .swiper-pagination-bullet-active{
	background: #fff;
}

/**/
.case-title{
	/* height: 50px; */
	position: relative;
	margin: 35px 0 25px;
}
.case-title p{
	font-size: 18px;
	color: #535353;
	line-height: 50px;
	position: absolute;
	left: 15.33333%;
	margin-left: -160px;
	z-index: 0;
	width: 160px;
	font-weight: bold;
}
.case-title .title-list{
	float: right;
	/* position: absolute; */
	z-index: 11;
	right: 0;
	width:78%;
	/* height:60px; */
	text-align:right;
	
}
.case-title .title-list2{
	width:100%;
	height:inherit;
	overflow:hidden;
	overflow-x:scroll;
	display: flex;
	flex-wrap:nowrap;
}

.case-title .title-list2::-webkit-scrollbar {  
  width: 14px;  
  height: 14px;  
}  
  
.case-title .title-list2::-webkit-scrollbar-track,  
.case-title .title-list2::-webkit-scrollbar-thumb {  
  border-radius: 999px;  
  border: 5px solid transparent;  
}  
  
.case-title .title-list2::-webkit-scrollbar-track {  
  box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;  
}  
  
.case-title .title-list2::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
}  
  
.case-title .title-list2::-webkit-scrollbar-corner {  
  background: transparent;  
} 



.case-title .title-list a{
	white-space:nowrap;
	
	margin-right: 20px;
	line-height: 50px;
	color: #535353;
	font-size: 18px;
	font-weight: 300;
	
}
.case-title .title-list .active,
.case-title .title-list a:hover{
	color: #e60012;
}

/* index case */
.index-case{}

.index-case .leftbox{
	width: 67%;
}

.index-case .rightbox{
	width: 31%;
}

.index-case a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-case img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.index-case a:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

.index-case .shade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-case a:hover .shade{
	opacity: 1;
}

.index-case .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}

.index-case .textbox::before{
	display: block;
	content: '';
	width: 5px;
	height: 1px;
	background-color: #fff;
}
.index-case .shade:before{
	content: '';
	 display: inline-block;
	 margin-left: -.5em;
	 height: 100%;
	 vertical-align: middle;
}
.index-case h2 {
    display: inline-block;
    padding: 20px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}


.index-case h1{
	font-size: 24px;
	color: #fff;
	margin: 15px 0;
}

.index-case p{
	font-size: 16px;
	color: #fff;
}

.index-case .box1{
	width: 100%;
	height: 520px;
	margin-bottom: 15px;
}

.index-case .box2{
	width: 49%;
	height: 270px;
	margin-bottom: 15px;
}

.index-case .box3{
	width: 100%;
	height: 805px;
	margin-bottom: 15px;
}

.index-case .box4{
	width: 32.83%;
	height: 510px;
	margin-bottom: 15px;
}

.index-case .box5{
	width: 66.4%;
	height: 520px;
	margin-bottom: 15px;
}

.index-case .box6{
	width: 32.83%;
	height: 520px;
	margin-bottom: 15px;
}

/*index about*/
.index-about{
	text-align: center;
	margin-bottom: 100px;
}
.index-about h3{
	font-size:45px;
	font-weight:bold;
	color:#555555;
}
.index-about img{}

.index-about .editbox{
	color: #434343;
	font-size: 18px;
	line-height: 1.8;
	max-width: 1140px;
	margin: 30px auto 0;
	font-weight:300;
}

/*index adv*/
.index-adv-bg{
	background-image: url("../images/index_adv_bg.png");
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
}

.index-adv{
	max-width: 1400px;
	margin: 0 auto;
	padding: 120px 0;
}

.index-adv ul{
	padding: 90px 0;
	max-width: 1500px;
	margin: 0 auto;
}

.index-adv li{
	width: 26%;
}

.index-adv li h1{
	font-size: 120px;
	color: #ff0000;
	margin-bottom: 15px;
	font-weight: bold;
	
}
.index-adv li h1 b{
	position:relative;
}
.index-adv li h1 b.mmms{
	padding-left:30px;
}
.index-adv li h1 b u{
	text-decoration: none;
	font-weight:bold;
	font-size:45px;
	position:absolute;
	bottom: 20px;
    right: 74px;
	color:#ff0000;
}

.index-adv li h4{
	font-size: 24px;
	color: #434343;
	border-bottom: 1px solid #313131;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.index-adv li p{
	font-size: 14px;
	color: #535353;
	font-weight: lighter;
}

/*index partner*/
.index-partner-bg{
	background-color: #ff0000;
}
.index-partner{
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
}

.index-partner .title{
	text-align: center;
	margin-bottom: 30px;
}

.index-partner h1{
	font-size: 45px;
	color: #fff;
	margin-bottom: 20px;
}

.index-partner h3{
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
}

.index-partner img{}

/*index news*/
.index-news{
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0;
}

.index-news .title{
	margin-bottom: 45px;
}

.index-news .imgbox{
	width: 43%;
	height: 390px;
	position: relative;
}

.index-news .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news ul{
	width: 50%;
	border-top: 1px solid #535353;
}

.index-news li{
	border-bottom: 1px solid #535353;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li a{
	display: block;
}

.index-news li h1{
	color: #1a1a1a;
	font-size: 20px;
	padding: 20px 0;
	font-weight: lighter;
}

.index-news li .textbox{
	padding: 15px 0px 25px;
	display: none;
}

.index-news li:hover .textbox{
	display: block;
}

.index-news li .editbox{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 70px;
	font-weight: lighter;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-news li .editbox>*{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.index-news li h4{
	font-weight: lighter;
	font-size: 16px;
	color: #434343;
	margin-bottom: 35px;
	
}
.index-news li .btn:hover{
	background: #FE0000;
	    border: 1px solid #FE0000;
	    color: #fff;
}

.index-news li .btn{
	font-weight: lighter;
	width: 210px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #535353;
	font-size: 18px;
	color: #434343;
	transition: ease .3s;
}

/*footer list*/
.footer-list-bg{
	width:100%;
	position: relative;
	z-index: 5;
	background: url(../images/footer_27.jpg) no-repeat center top;
	/* background-size:100%; */
	height:345px;
	background-color:#2A2A2C;
}


.footer-list{
	max-width: 985px;
	margin: 0 auto;
	padding: 115px 0;
	padding-left:85px;
}
.footer-list .flex{
		align-items: flex-end;
}

.footer-list li{
	flex:0 0 auto;
	/*padding-top: 80px !important; 
	padding-bottom: 15px !important;*/
	position: relative;
	font-weight: 300;
}

.footer-list li:first-child img{
	/*position: absolute;
	left: 0;
	top: 0;*/
}

.footer-list li h2{
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer{
	
}
.footer-list a{ 
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	transition: ease-in-out .3s;
}

.footer-list a+a{
	margin-top: 6px;
}

.footer-list a:hover{
	color: #DF0011;
}

.footer-list li+li{
	margin: 0 2%;
	padding-left: 2%;
	border-left: 1px solid #f4f4f4;
}
.footer-list li:last-child{
	padding-right: 3.5%;
	border-right: 1px solid #f4f4f4;
}
.footer-list li span+span{
	margin-left: 40px;
}

.footer-list li p{
	color: #fff;
	padding-top: 10px;
	text-align:center;
}
.footer-list .flex-display{
	margin-left: 20px;
	padding-top: 10px;
}
.footer-list .flex-display span{
	width: 75px;
}

/*other public*/
.other-banner{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

/*about us*/
.about-bg{
	/* background-color: #f4f4f4; */
}

.about-block1{
	max-width: 1440px;
	margin: 0 auto;
	padding: 60px 0;
}
.about-block10{
	max-width: 100%;
	width:100%;
	padding:0 0 60px;
	text-align:center;
}
.about-block10 img{
	width:100%;
	
}

.about-textbox1{
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 35px;
}


.about-textbox1 h1{
	font-size: 30px;
	font-weight:bold;
	color: #313131;
	margin-bottom: 35px;
	text-align:left;
}
.about-textbox1 h1 t{
	font-size:24px;
	color:#313131;
	padding-left:18px;
	font-weight:normal;
}

.about-textbox1 h1::before{
	display: inline-block;
	content: '';
	width: 55px;
	height: 5px;
	background-color: #ff0000;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 15px;
}

.about-textbox1 p{
	font-size: 22px;
	color: #535353;
	letter-spacing:0;
	line-height:1.7;
}
.about1font{
	max-width:1380px;
	text-align:left;
}
.aboutpage2{
	background-color: #f4f4f4;
}
.about-block2{
	
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.about-block2 .imgbox{
	height: 812px;
	width: 35%;
	float: left;
}

.about-block2 .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-textbox2{
	width: 44%;
	float: right;
	padding-top: 140px;
}
.about-textbox2 h1{
	padding-top:10px;
	font-size:46px;
	color:#313131;
	font-weight:bold;
	display:block;
	letter-spacing: 3px;
}
.about-textbox2 h4{
	font-size:24px;
	color:#313131;
	letter-spacing: 1px
}
.about-textbox2 h3{
	font-size:24px;
	color:#535353;
	font-weight:bold;
	padding-bottom:10px;
}
.about-textbox2 .border{
	width: 55px;
	height: 5px;
	background-color: #ff0000;
}
.about-bg3{
	padding:0 60px;
}
.about-textbox3 .border{
	width: 55px;
	height: 5px;
	background-color: #ff0000;
}
.about-textbox3{
	max-width:1415px;
	margin:0 auto;
	padding:100px 0 150px;
}
.about-textbox3 h1{
	font-size:30px;
	font-weight:bold;
	color:#313131;
	padding-top:35px;
}
.about-textbox3 h1 t{
	font-size:24px;
	font-weight:normal;
	color:#313131;
	padding-left:15px;
}
.Advantages_list{
	padding-top: 100px;
}
.Advantages_list li{
	width: 305px;
	height: 275px;
	background: #eeeeee;
	text-align: center;
}
.Advantages_list li h3{
	padding-top: 66px;
	font-size: 24px;
	font-weight: bold;
}
.Advantages_list li aside{
	padding-top: 45px;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
	color: #313131;
}
.aboutf{
	padding-top:100px;
	font-size:20px;
	font-weight:lighter;
	line-height:36px;
}
.aboutf p{
	font-size:20px;
	font-weight:lighter;
	line-height:36px;
}

.about-textbox2 .editbox{
	width: 50%;
	padding-right: 10px;
	margin-top: 28px;
	font-size: 13px;
	color: #535353;
	line-height: 1.7;
	font-weight:lighter;
}

.about-block3 img{
	width: 100%;
}

.about-block3 .about-textbox1{
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 0 50px;
}

/* case */
.case-block{
	padding: 0 40px 120px;
}

.case-block li{
	width: 33.33%;
	/* height: 413px; */
	/*height: 620px;*/
}

.case-block li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.case-block li a:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

.case-block li .shade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.case-block li a:hover .shade{
	opacity: 1;
}

.case-block li .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}

.case-block li .textbox::before{
	display: block;
	content: '';
	width: 5px;
	height: 1px;
	background-color: #fff;
}

.case-block li h2{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	font-size: 20px;
	color: #fff;
}

.case-block li h1{
	font-size: 24px;
	color: #fff;
	margin: 15px 0;
}

.case-block li p{
	font-size: 16px;
	color: #fff;
}
.module{
	width:94%;
	margin:0 auto;
}
.module2{
	width:100%;
}
/*case detail*/
.case-detail{
	width:100%;
	max-width:1800px;
	margin:0 auto;
	padding: 30px 0px 150px;
}


.case-detail .infobox{
	height:640px;
	padding: 70px 130px;
}

.case-detail .infobox .title{
	width: 45%;
	margin-right: 5%;
	float: left;
	text-align: center;
	font-size: 16px;
}

.case-detail .infobox .other{
	width: 50%;
	float: right;
	position:relative;
	height:100%;
}

.case-detail .infobox ul{
	margin-top: 10px;
	position:absolute;
	bottom:0;
	left:0;
}

.case-detail .infobox li{
	font-size: 14px;
}

.case-detail .infobox li+li{
	margin-top: 10px;
}

.case-detail-btn{
	padding: 0 40px;
}

.case-about-title{
	text-align: center;
	margin: 110px 0;
}

.case-about-title::before{
	display: inline-block;
	content: '';
	width: 50px;
	height: 4px;
	background-color: #f00;
}

.case-about-title h1{
	font-size: 45px;
	color: #333;
}

.case-about-title h3{
	font-size: 24px;
	color: #333;
}

/*team*/
.team-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0;
}

.team-block .team-title{
	
	border-bottom: 2px solid #313131;
	padding-bottom: 90px;
}
.team-titleh{
	font-size: 84px;
	text-align: center;
	font-weight: bold;
	line-height: 1.7;
}
.team-titlehs{
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	padding-top: 110px;
	line-height: 1.8;
	color: #535353;
}
.team-block .list{
	padding-top: 120px;
	margin-bottom: 150px;
}

.team-block .list .title{
	font-size: 23px;
	text-align: center;
	color: #535353;
	margin-bottom: 50px;
}

.team-block .big-li{
	width: 50%;
	height: 830px;
	border: 1px solid #fff;
}

.team-block .big-li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.team-block .big-li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-block .big-li .shade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 60px;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-block .big-li a:hover .shade{
	opacity: 1;
}

.team-block .big-li h1{
	font-size: 28px;
	color: #bfbfbf;
}

.team-block .big-li h2{
	font-size: 19px;
	color: #bfbfbf;
}

.team-block .big-li h4{
	font-size: 16px;
	color: #bfbfbf;
	margin-top: 15px;
}

.team-block .big-li h4::before{
	display: block;
	content: '';
	width: 44px;
	height: 3px;
	background-color: #f00;
	margin-bottom: 15px;
}

.team-block .big-li .editbox{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 60px;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 2;
}

.team-block li{
	width: 25%;
	height: 380px;
	border: 1px solid #fff;
}

.team-block li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.team-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-block li .shade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-block li a:hover .shade{
	opacity: 1;
}

.team-block li h1{
	font-size: 20px;
	color: #bfbfbf;
}

.team-block li h2{
	font-size: 14px;
	color: #bfbfbf;
}

.team-block li h4{
	font-size: 12px;
	color: #bfbfbf;
	margin-top: 10px;
}

.team-block li h4::before{
	display: block;
	content: '';
	width: 34px;
	height: 3px;
	background-color: #f00;
	margin-bottom: 10px;
}

.team-block li .editbox{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 2;
}

.team-join{
	text-align: center;
}

.team-join::before{
	display: inline-block;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #f00;
	margin-bottom: 10px;
}

.team-join h1{
	font-size: 45px;
	color: #333;
	font-weight:bold;
}

.team-join h3{
	font-size: 31px;
	color: #313131;
	margin-bottom: 60px;
}

.team-join .editbox{
	font-size: 20px;
	color: #535353;
	line-height: 2;
	font-weight:300;
}

/* message */
.form-block .full-div,
.form-block .half-div,
.form-block .onethird-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .onethird-div{
	width: 32%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ec1010;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}

/*contact us*/
.contact-block{
	padding: 200px 0;
	max-width: 1300px;
	margin: 0 auto;
}

.contact-block .flex-flex1+.flex-flex1{
	margin-left: 70px;
}

.contact-title{
	margin-bottom: 200px;
}

.contact-title::before{
	display: inline-block;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #f00;
	margin-bottom: 10px;
}

.contact-title h1{
	font-size: 45px;
	color: #333;
}

.contact-title h4{
	font-size: 24px;
	color: #313131;
}

.contact-block .map{
	height: 680px;
	background-color: #fafafa;
}
.contact-block .map #map{
	width: 100%;
	height: 680px;
}

.contact-tip{
	padding-top: 30px;
	font-size: 20px;
	color: #535353;
	line-height: 2;
	margin-bottom: 300px;
	font-weight:300;
}

.contact-block .editbox{
	margin-top: 70px;
	font-size: 20px;
	color: #535353;
	line-height: 2;
	font-weight:300;
}
.contact-other{
	padding-top: 150px;
	width: 100%;
	overflow: hidden;
	height: 889px;
/*	text-align: center;*/
	background: url(../images/contactbg.jpg) no-repeat center top;
}
.contact-other img{
	width: 100%;
	height:873px;
	object-fit: cover;
}
.contact-other article{
	max-width: 1200px;
	margin: 0 auto;
}
.contact-other article hr{
	border: none;
	text-align: left;
	width: 53px;
	height: 4px;
	background: #fff;
	float: left;
}

.co_title h3{
	font-size: 4.4rem;
	font-weight: bold;
	color: #fff;
}
.co_title h4{
	font-size: 2.4rem;
	color: #fff;
}
.co_list{
	padding-top: 80px;
	max-width: 760px;
}
.co_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.co_list li{
	width: 50%;
	color: #fff;
	padding-bottom: 35px;
}
.co_list li h3{

	font-size: 18px;
	padding-bottom: 5px;
}
.co_list li aside{
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7;
}



/*consult*/
.consult-menu{
	max-width: 1100px;
	margin: 0 auto;
	padding: 200px 0;
}

.consult-menu .title{
	margin-right: 20px;
}

.consult-menu .title::before{
	display: inline-block;
	content: '';
	width: 50px;
	height: 4px;
	background-color: #f00;
	margin-bottom: 10px;
}

.consult-menu .title h1{
	font-size: 45px;
	color: #333;
	font-weight: bold;
}

.consult-menu .title h3{
	font-size: 24px;
	color: #313131;
}

.consult-menu .title h4{
	font-size: 20px;
	color: #535353;
	margin-top: 25px;
	font-weight: 300;
}

.consult-menu ul{}

.consult-menu li+li{
	margin-top: 30px;
}

.consult-menu li a{
	font-size: 20px;
	color: #313131;
}

.consult-menu li.active a,
.consult-menu li a:hover{
	color: #a40000;
}

.consult-mews-block{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px 180px;
}

.consult-mews-block li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 5px #999;
}

.consult-mews-block li:nth-of-type(4n){
	margin-right: 0;
}

.consult-mews-block li a{
	display: block;
}

.consult-mews-block li .imgbox{
	height: 250px;
}

.consult-mews-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.consult-mews-block li .textbox{
	padding: 35px;
}

.consult-mews-block li .textbox::before{
	display: inline-block;
	content: '';
	width: 50px;
	height: 4px;
	background-color: #f00;
	margin-bottom: 10px;
}

.consult-mews-block li h1{
	font-size: 20px;
	line-height: 40px;
	height: 160px;
	overflow: hidden;
	font-weight: 300;
	color: #535353;
}

.consult-mews-block li .flex>div{
	font-size: 12px;
	color: #535353;
}

/*consult detail*/
.consult-detail-block{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0 200px;
}

.consult-detail-menu{
	width: 300px;
	margin-right: 60px;
}
.consult-detail-menu aside{
	padding: 30px 0 0px 20px;
}
.consult-detail-menu aside a{
	color: #a40000;
	font-size: 16px;
	transition: ease .3s;
}
.consult-detail-menu aside a:hover{
	text-decoration: underline;
	color: #DF0011;
}

.consult-detail-menu ul{
	border-top: 1px solid #535353;
}

.consult-detail-menu li{
	border-bottom: 1px solid #535353;
}

.consult-detail-menu li a{
	display: block;
	line-height: 72px;
	position: relative;
	padding: 0 30px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #434343;
}

.consult-detail-menu li a:hover{
	color: #f00;
}

.consult-detail-menu li a::after{
	display: block;
	content: "+";
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.consult-detail-main .title aside{
	font-size: 18px;
	color: #434343;
	font-weight: 300;
}
.consult-detail-main .case-detail-btn{
	padding-top:30px;
}

.consult-detail-main{
	border-top: 1px solid #535353;
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.consult-detail-main .title{
	padding: 40px 0;
	/*line-height: 72px;*/
	color: #434343;
	font-size: 25px;
	position: relative;
}
@media screen and (min-width:1920px){
	.case-detail .editbox img{
		width:100%;
	}
}

.consult-detail-main .title span{
	font-size: 18px;
	color: #434343;
	position: absolute;
	right: 18px;
	top: -10px;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	font-weight: 300;
}
.editbox{
	width:100%;
	font-size: 16px;
	color: #434343;
	line-height: 27px;
	color: #434343;
}

/*consult live*/
.consult-live-block{
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px 180px;
}

.consult-live-block li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 5px #999;
}

.consult-live-block li:nth-of-type(4n){
	margin-right: 0;
}

.consult-live-block li a{
	display: block;
}

.consult-live-block li .imgbox{
	height: 540px;
}

.consult-live-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.consult-live-block li .textbox{
	padding: 15px;
	font-size: 12px;
	color: #535353;
	text-align: right;
}

/*detail2*/
.consult-detail-menu2{
	width: 300px;
	margin-right: 60px;
}

.consult-detail-menu2 ul{
	border-top: 1px solid #535353;
}

.consult-detail-menu2 li h1{
	line-height: 36px;
	padding: 0 15px;
	font-size: 18px;
	color: #434343;
	border-bottom: 1px solid #535353;
	cursor: pointer;
}

.consult-detail-menu2 dl{
	display: none;
}

.consult-detail-menu2 li:hover dl{
	display: block;
}

.consult-detail-menu2 dd a{
	display: block;
	line-height: 36px;
	position: relative;
	padding: 0 40px 0 15px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #434343;
}

.consult-detail-menu2 dd a:hover{
	color: #f00;
}

.consult-detail-menu2 dd a::after{
	display: block;
	content: "+";
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.consult-detail-menu2 aside{
	padding: 30px 0 0px 20px;
}
.consult-detail-menu2 aside a{
	color: #a40000;
	font-size: 16px;
	transition: ease .3s;
}
.consult-detail-menu2 aside a:hover{
	text-decoration: underline;
	color: #DF0011;
}
.case-detail .editbox .videopalyer{
	max-width:100%;
	margin: 0 auto;
	min-height:100%;
	margin-bottom:2%;
}
.case-detail .editbox .dplayer{
	height:inherit;
}


.partner_list{}
.partner_list ul{
	display: flex;
	flex-wrap: wrap;
}
.partner_list li{
	margin: 0 5px 5px 0;
	width: calc(100% / 6 - 5px);
	height:125px;
	overflow:hidden;
	
}
.partner_list li img{
	transition:ease-in-out .3s;
}
.partner_list li:hover img{
	transform:scale(1.1);
}

.indexnews_more{
	margin-top:12px;
	font-size:15px;
	background:#E02129;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	float:right;
	transition:ease-in-out .3s;
}
.indexnews_more a{
	color:#fff;
}
.indexnews_more:hover{
	background:#5A5A5A;
}
.index-news .imgbox .swiper-pagination-bullet{
	width:12px;
	height:12px;
}
.index-news .imgbox .swiper-pagination-bullet-active{
	background:#DF222A;
}


/*加载*/
.in_design_more{
	padding-top: 1%;
width: 100%;
font-size: 16px;
	line-height: 45px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in_design_more a{
	display: block;
	text-align: center;
}
.in_design_more span{

	font-size: 1.6rem;
	color: #d72414;
	padding-left: 10px;
	-webkit-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}
.in_design_more i{
	float: right;
	font-size: 3rem;
	color: #d72414;
	padding-right: 10px;
	-webkit-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}
.in_design_more:hover span{
	padding-left: 0;
}
.in_design_more:hover i{
	padding-right: 0;
}

.culpage2{
	max-width: 1468px;
	margin:0 auto;
}
.culpage2 .posterTop{
	    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.culpage2 .posterTop .creative {
    font-size: 37px;
    font-family: 'Impact';
    line-height: 2;
}

.culpage2 .posterTop .creative .sub {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 70px;
}

.culpage2 .posterBanner {

	width: auto;
	padding-bottom: 225px;
	position: relative;
	margin: unset;

	left: -80px;
}

.culpage2 .posterBanner .swiper-wrapper .swiper-slide {
	width: auto;
	height: 650px;
	background: #fff;
}
.culpage2 .posterBanner .swiper-wrapper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}


#posterBanner > .swiper-button-next,
#posterBanner > .swiper-button-prev {
	background-image: unset;
	position: absolute;
	right: 0;
	top: 303px;
	width: 50px;
	height: 40px;
	border: 1px solid #b6b2b1;
}
#posterBanner > .swiper-button-prev {
	left: unset;
	right: 51px;
	border-color: #fff000;
}
#posterBanner > .swiper-button-prev:before {
	content: '\e61f';
	position: absolute;
	color: #fff000;
	left: 9px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'iconfont';
}
#posterBanner > .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	font-size:15px;	
	color: #fff000;
}

#posterBanner > .swiper-button-next:before {
	content: '\e644';
	position: absolute;
	right: 9px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'iconfont';
	color: #b5b2b1;
}
#posterBanner > .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	font-size:15px;	
	color: #b5b2b1;
}
#posterBanner > .swiper-pagination-fraction {
	width: 51px; height: 82px;
	top: 450px;
	left: unset; right: 0;
	line-height: 82px;
	font-size: 38px;
	position: absolute;
	color: #6f6866;
}
#posterBanner > .swiper-pagination-fraction .swiper-pagination-current {
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#posterBanner > .swiper-pagination-fraction .swiper-pagination-total {
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

