* {
			padding: 0;
			margin: 0;

			font-family: "微软雅黑";
		}
		
		body,
		div,
		dl,
		dt,
		dd,
		ul,
		ol,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		pre,
		form,
		fieldset,
		input,
		textarea,
		p,
		blockquote,
		th,
		td {
			padding: 0;
			margin: 0;
		}
		
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		fieldset,
		img {
			border: 0;
		}
		body{
			overflow-x: hidden;
		}
		a {
			color: #000;
			text-decoration: none;
		}
		
		address,
		caption,
		cite,
		code,
		dfn,
		em,
		th,
		var {
			font-weight: normal;
			font-style: normal;
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: normal;
			font-size: 100%;
		}
		
		q:before,
		q:after {
			content: "";
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		img{
			vertical-align: middle;
		}
		
		.pc {
			display: block;
		}
		
		.mobile {
			display: none;
		}
		
		.container {
			width: 1300px;
			margin: 0 auto;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		.container1300{
			width: 1300px;
			margin:0 auto;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		.clear {
			clear: both;
		}
		
		.clearfix:after {
			content: '';
			overflow: hidden;
			clear: both;
			visibility: hidden;
			display: block;
		}
		.center{
			text-align: center;
		}
		
		.banner .swiper-slide {
		    text-align: center;
		    font-size: 18px;
		    background: #fff;
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-box-pack: center;
		    -ms-flex-pack: center;
		    -webkit-justify-content: center;
		    justify-content: center;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    overflow: hidden;
		}
		.banner .swiper-button-next,.banner .swiper-button-prev{
			color:#a61f22;
			font-weight:bold;
		}
		.banner .swiper-pagination-bullet-active {
			background: #a61f22;
		}
		.flexbox {
		    display: flex;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		}
		
		.page{
			text-align: center;
			padding: 10px 0;
		}
		.page span{
			border:1px solid #d8d8d8;
			color: #606060;
			font-size: 12px;
			display: inline-block;
			padding: 5px 8px;
		}
		.page a{
			border:1px solid #d8d8d8;
			color: #606060;
			font-size: 12px;
			display: inline-block;
			padding: 5px 8px;
		}
		.page a.on{
			background: #a61f22;
			color: #fff;
		}
		.page span.on{
			background: #a61f22;
			color: #fff;
		}
		header{
			width: 100%;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 99;
			transition: .3s all ease;
		}
		header.header-up{
			background-color: #fff;
		}
		header .header-top{
			justify-content: space-between;
			align-items: center;
			padding: 10px 0;
		}
		header .header-top .welcome{
			font-size: 12px;
			color: #000;
		}
		header .header-top .r_header_top a{
			color: #000;
			font-size: 16px;
			display: block;
			margin-left: 20px;
		}
		header .header-top .r_header_top{
			align-items: center;
		}
		header .header-top .r_header_top .langage{
			padding: 0 10px;
			position: relative;
			margin: 0 10px;
		}
		header .header-top .r_header_top .langage a{
			margin: 0;
		}
		header .header-top .r_header_top .langage span{
			color: #fff;
			font-size: 12px;
			display: block;
			
		}
		header .header-top .r_header_top .langage .other{
			position: absolute;
			width: 100%;
			left: 0;
			text-align: center;
			border: 1px solid #fff;
		}
		header .header-top .r_header_top .langage .other a{
			padding: 5px 0;
		}
		header .header-top .r_header_top .langage::after{
			content: ">";
			position: absolute;
			transform: rotate(90deg);
			color: #fff;
			font-weight: bold;
			right: -8px;
			line-height: 16px;
			top: 0;
		}
		header .header-main{
			justify-content: space-between;
			align-items: center;
			padding: 15px 0 15px;
		}
		header .logo img{
			height:55px;
		}
		header .site-nav ul li{
			display: inline-block;
			margin-left: 60px;
		}
		header .site-nav ul li a{
			display: block;
			font-size: 16px;
			color: #000;
			position: relative;
		}
		
		header.noindex{
			position: relative;
		}
		header.noindex .header-top .welcome {
		    font-size: 12px;
		    color: #000;
		}
		header.noindex .htop{
			background:#f5f5f5;
		}
		header.noindex .header-top .r_header_top a {
		    color: #000;
		}
		header.noindex .site-nav ul li a{
			 color: #000;
		}
		header.noindex.header-up{
			background-color: #fff;
		}
		header .site-nav ul li a:hover{
			color: #a61f22;
			font-weight: bold;
		}
		header .site-nav ul li a::after{
			content:'';
			position: absolute;
			bottom: -15px;
			width: 0;
			height: 3px;
			left: 0;
			transition: .3s all ease;
			background-color: #a61f22;
		}
		header .site-nav ul li a:hover::after{
			width: 100%;
		}
		header .site-nav ul li a.on{
			color: #a61f22;
			font-weight: bold;
		}
		header .site-nav ul li a.on::after{
			width: 100%;
		}
		header.noindex .header-top .r_header_top .langage::after{
			color: #000;
		}
		.index_area{
			padding: 60px 0;
			
			background-size: cover;
			background-repeat: no-repeat;
		}
		.custtitle{
			text-align: center;
		}
		.custtitle p{
			font-size: 12px;
			color: #4c4c4c;
		}
		.custtitle h3{
			font-size: 30px;
			color: #4c4c4c;
			font-weight: bold;
			margin: 5px 0 15px;
		}
		.custtitle .line{
			width: 50px;
			height: 4px;
			background-color: #a61f22;
			margin: auto;
		}
		.index_area .area_list{
			padding: 40px 0 100px;
		}
		.index_area .area_list ul{
			
			flex-wrap: wrap;
		}
		.index_area .area_list ul li{
			width: 15%;
			text-align: center;
			position: relative;
			margin-bottom:20px;
			margin-right:2%;
		}
		.index_area .area_list ul li:nth-child(6n){
			margin-right:0;
		}
		.index_area .area_list ul li .main{
			position: relative;
			z-index: 1;
		}
		.index_area .area_list ul li .mz{
			background-color: #f2f2f2;
			height: 130px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			transition: .3s all ease;
			padding:0 10px;
		}
		.index_area .area_list ul li .mz a{
			display: none;
		}
		.index_area .area_list ul li:hover .mz{
			background:#a61f22;
			background-size: cover;
		}
		
		.index_area .area_list ul li .mz h3{
			color:#343434;
			font-size: 16px;
		}
		.index_area .area_list ul li .mz p{
			color:#767676;
			font-size: 12px;
			margin-top: 10px;
		}
		.index_area .area_list ul li:hover .mz h3{
			color:#fff;
		}
		.index_area .area_list ul li:hover .mz p{
			color:#fff;
		}
		
		.index_area .area_list ul li .hover{
			position: absolute;
			height: 130px;
			background: #a61f22;
			width: 85%;
			left: 0;
			right: 0;
			top: 0;
			margin: auto;
			z-index: 0;
			transition: .3s all ease;
			
		}
		.index_area .area_list ul li:hover .hover{
			height: 0;
			top: 0;
		}
		
		.index_area .area_list ul li .hover a{
			color: #fff;
			border: 1px solid #fff;
			font-size: 12px;
			display: inline-block;
			position: absolute;
			bottom: 15px;
			left: 50%;
			transform: translateX(-50%);
			margin: auto;
			padding: 3px 10px;
		}
		.index_about .i_about_left{
			width: 72%;
			float: left;
			padding: 90px 60px 90px 0;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		.index_about{
			background-image: url(../images/i_about.jpg);
			background-repeat: no-repeat;
			background-position: top center;
		}
		.index_about .i_about_left .content{
			
		}
		.index_about .i_about_left .content p{
			font-size: 14px;
			color: #000;
			line-height: 2;
			text-indent: 2em;
		}
		.index_about .i_about_left .a_list{
			padding: 60px 0;
		}
		.index_about .i_about_left .a_list ul{
			justify-content: space-between;
		}
		.index_about .i_about_left .a_list ul li{
			width: 20%;
			text-align: center;
		}
		.index_about .i_about_left .a_list ul li .number{
			font-size: 36px;
			font-weight: bold;
			color: #fff;
			position: relative;
			display: inline-block;
		}
		.index_about .i_about_left .a_list ul li .number::after{
			content: "+";
			font-size: 25px;
			position: absolute;
			right: -18px;
			top: -12px;
		}
		.index_about .i_about_left .a_list ul li .desc{
			font-size: 16px;
			color: #fff;
			margin-top: 5px;
		}
		.index_about .i_about_right{
			width: 28%;
			float: right;
			position: relative;
			margin-bottom: 100px;
		}
		.index_about .i_about_right .gddr{
			background: #A61F22;
			text-align: right;
			width: 290px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding: 30px 15px 90px 20px;
			position: relative;
			top: -40px;
			position: relative;
			z-index: 1;
		}
		.index_about .i_about_right .gddr .name1{
			font-size: 30px;
			color: #fff;
			font-weight: bold;
		}
		.index_about .i_about_right .gddr .line{
			width: 75px;
			height: 1px;
			background-color: #fff;
			margin: 20px 0 20px auto;
		}
		.index_about .i_about_right .gddr .name2{
			font-size: 24px;
			color: #fff;
			line-height: 1.5;
		}
		.index_about .i_about_right .gddr a{
			display: inline-block;
			color: #fff;
			font-size: 14px;
			margin-top: 30px;
		}
		.index_about .i_about_right .kuang{
			border: 2px solid #A61F22;
			width: 290px;
			height: 320px;
			position: absolute;
			right: 0;
			top: 40px;
			z-index: 0;
		}
		.index_team{
			padding: 50px 0;
			background: url(../images/grey-1.jpg) no-repeat center;
			background-size: cover;
		}
		
		.index_team .list{
			padding: 60px 90px;
		}
		.index_team .list .pic img{
			width: 200px;
		}
		.index_team .list .introduce{
			
		}
		.index_team .list .introduce .topd{
			font-size: 16px;
			color: #4c4c4c;
		}
		.index_team .list .introduce .name{
			font-size: 18px;
			color: #4c4c4c;
			margin: 30px 0 25px;
		}
		.index_team .list .introduce .desc{
			font-size: 16px;
			color: #4c4c4c;
			line-height: 2;
		}
		.index_team .list .introduce .more{
			text-align: right;
		}
		.index_team .list .introduce a{
			display: inline-block;
			color: #a61f22;
			font-size: 14px;
			border: 1px solid #a61f22;
			padding: 5px 20px;
			border-radius: 10px;
			margin-top: 30px;
			transition: .3s all ease;
		}
		
		.index_team .list .introduce a:hover{
			background-color: #a61f22;
			color: #fff;
		}
		.index_team .tswiper .swiper-button-next,.index_team .tswiper .swiper-button-prev{
			color:#fff;
			background:#a61f22;
		}
		.index_team .tswiper .swiper-button-next:after,.index_team .tswiper .swiper-button-prev:after{
			font-size:26px;
		}
		.index_news{
			padding-top:60px;
		}
		.index_news .list{
			padding: 60px 0;
		}
		.index_news .list ul li{
			float: left;
			width: 30%;
			margin-right: 5%;
			margin-bottom:25px;
		}
		.index_news .list ul li:nth-child(3n){
			margin-right: 0;
		}
		.index_news .list ul li .date{
			align-items: flex-end;
		}
		.index_news .list ul li .date .day{
			font-size: 24px;
			color: #fff;
			background-color: #a61f22;
			padding: 10px;
		}
		.index_news .list ul li .date .my{
			font-size: 14px;
			color: #a61f22;
			margin-left: 10px;
		}
		.index_news .list ul li .name{
			font-size: 16px;
			color: #4c4c4c;
			margin: 15px 0;
			font-weight: bold;
			text-overflow:ellipsis;
			overflow:hidden;
			white-space:nowrap;
		}
		.index_news .list ul li .desc{
			font-size: 14px;
			color: #a2a2a2;
			line-height: 1.5;
			overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
			min-height:42px
		}
		.index_news .list ul li .learn{
			display: inline-block;
			color: #a61f22;
			border: 1px solid #a61f22;
			padding: 5px 15px;
			margin-top: 20px;
			font-size: 14px;
			transition: .3s all ease;
		}
		.index_news .list ul li .learn:hover{
			background-color: #a61f22;
			color: #fff;
			
		}
		.index_news .list ul li:hover .name{
			color: #a61f22;
		}
		.footer{
			border-top: 1px solid #eaeaea;
			
		}
		.footer .top{
			padding: 20px 0;
			justify-content: space-between;
		}
		.footer .top .topname{
			font-size: 18px;
			color: #a61f22;
			margin-bottom: 15px;
			font-weight:bold;
		}
		.footer .top .foot_nav{
			flex: 0 0 17%;
		}
		.footer .top .foot_nav ul li a{
			color:#666666;
			font-size: 14px;
			margin-bottom: 10px;
			display: inline-block;
		}
		.footer .top .foot_nav ul li{
			width: 50%;
			float: left;
		}
		.footer .top .foot_service{
			flex: 0 0 480px;
		}
		.footer .top .foot_service ul li a{
			color: #666666;
			font-size: 14px;
			margin-bottom: 10px;
			display: inline-block;
		}
		.footer .top .foot_service ul li{
			width: 33%;
			float: left;
		}
		.footer .top .content p{
			color: #666666;
			font-size: 14px;
			display: block;
			line-height: 2; 
		}
		.footer .bottom{
			padding: 10px 0;
			text-align: center;
			border-top: 1px solid #d5d5d5; 
		}
		.footer .bottom p,.footer .bottom a{
			font-size: 12px;
			color: #666666;
		}
		.banner_noindex {
			height: 340px;
			background-repeat: no-repeat;
			background-position: center top;
		}
		.location {
		    border-bottom: 1px solid #eae9e9;
		}
		.location img{
			width:20px;
		}
		.location .container {
		    justify-content: space-between;
		    border-right: 2px solid #eae9e9;
		    box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    align-items: center;
		}
		.location a {
		    font-size: 14px;
		    color: #4c4c4c;
		    display: inline-block;
		    vertical-align: middle;
		}
		.location .fnav ul {
		    font-size: 0;
		}
		.location .fnav ul li {
		    display: inline-block;
		}
		.location .fnav ul li a {
		    display: block;
		    font-size: 14px;
		    color: #4c4c4c;
		    padding: 20px 25px;
		    border-left: 2px solid #eae9e9;
		}
		.location .fnav ul li a.on {
		    color: #a61f22;
		    font-weight: bold;
		}
		.location .fnav ul li a:hover {
		    color: #a61f22;
		    font-weight: bold;
		}
		.cust_about {
		    padding: 100px 0 60px;
		}
		.cust_about .title p {
		    font-size: 36px;
		    color: #000000;
		    font-weight: bold;
		}
		.cust_about .title h3 {
		    font-size: 30px;
		    color: #a61f22;
		    font-weight: bold;
		}
		.cust_about .list {
		    padding: 30px 0 0 0;
		    background: url(../images/about_top.jpg) no-repeat bottom right;
		    height: 608px;
		    box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    position: relative;
		}
		.cust_about .list .f_item {
		    width: 30%;
		    float: left;
		    margin-right: 70px;
		}
		.cust_about .list .f_item .ctx{
		    font-size: 14px;
		    color: #363636;
		    line-height: 1.8;
		}
		.cust_about .list .f_item .ctx p {
		    font-size: 14px;
		    color: #363636;
		    line-height: 1.8;
		}
		.cust_about .list .h_dz {
		    width: 30%;
		    background-color: #a61f22;
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    padding: 40px;
		}
		.cust_about .list .h_dz .line {
		    width: 30px;
		    height: 2px;
		    background-color: #fdf9f1;
		}
		.cust_about .list .h_dz p {
		    font-size: 16px;
		    color: #fff;
		    margin-top: 20px;
		}
		.teamshow{
			padding: 40px 0 60px;
			background: #f8f8f8;
			text-align: center;
		}
		.teamshow .swiper-slide{
			width: 620px;
		}
		.teamshow .swiper-slide img{
			width: 100%;
		}
		.teamshow .lists{
			padding: 60px 0;
		}
		.teamshow .swiper-button-next, .teamshow .swiper-button-prev{
			color:#a61f22;
			font-weight:bold;
		}
		.teamshow .swiper-button-prev{
			left: 40px;
		}
		.teamshow .swiper-button-next{
			right: 40px;
		}
		.nytitle{
			text-align: center;
			position: relative;
			display: inline-block;
		}
		.nytitle::before{
			position: absolute;
			content: '';
			width: 80px;
			height: 4px;
			background-color: #a61f22;
			left: -120px;
			top: 30px;
		}
		.nytitle::after{
			position: absolute;
			content: '';
			width: 80px;
			height: 4px;
			background-color: #a61f22;
			right: -120px;
			top: 30px;
		}
		.nytitle h3{
			font-size: 30px;
			color: #a61f22;
			font-weight: bold;
		}
		.nytitle p{
			font-size: 18px;
			color: #bfbfbf;
		}
		.ny_case{
			text-align: center;
			padding: 60px 0;
		}
		.moreImg {
		    padding: 0 0 60px 0;
		}
		.moreImg .container {
		    position: relative;
		}
		.moreImg .swiper-slide img {
		    width: 100%;
		}
		.moreImg .mthumbs {
		    position: absolute;
		    bottom: 20px;
		    width: 100%;
		    left: 0;
		}
		.moreImg .gallery-thumbs {
		    padding-top: 20px;
		    width: 90%;
		}
		.moreImg .gallery-thumbs .swiper-slide {
		    border: 3px solid #fff;
		    box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    opacity: 0.6;
		}
		.moreImg .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
		    opacity: 1;
		}
		.moreImg .swiper-button-next, .moreImg .swiper-button-prev {
		    top: 55%;
		    color: #a70a01;
		    outline: none;
		}
		.moreImg .swiper-button-next:after, .moreImg .swiper-button-prev:after {
		    font-weight: bold;
		}
		.lingyu_list .list{
			padding: 60px 0;
		}
		.lingyu_list .list ul li{
			width: 32%;
			float: left;
			margin-right: 2%;
			
			
			box-shadow: 0px 0px 10px #dbdbdb;
			margin-bottom: 30px;
		}
		.lingyu_list .list ul li a{
			padding: 40px 30px 0 30px;
			height: 350px;
			background-size: cover;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			display: block;
		}
		.lingyu_list .list ul li:nth-child(3n){
			margin-right: 0;
		}
		.lingyu_list .list ul li .name{
			font-size: 18px;
			color: #4d4d4d;
			margin: 20px 0 25px;
		}
		.lingyu_list .list ul li .content{
			font-size: 12px;
			color: #a6a6a6;
			line-height: 2;
		}
		.lingyu_list .list ul li:hover .name{
			color: #a61f22;
		}
		.lingyu_list .list ul li:hover .content{
			color: #a61f22;
		}
		.lingyu_detail{
			padding: 40px 0 60px;
		}
		.lingyu_detail .content{
			padding: 40px 0;
			font-size: 14px;
			color: #4c4c4c;
			line-height: 2;
		}
		.lingyu_show{
			background-color: #fdf9f1;
			padding: 35px 0 80px;
		}
		.lingyu_show .show_ly_menu ul li{
			width: 21%;
			margin-right: 5%;
			float: left;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.lingyu_show .show_ly_menu{
			padding: 25px 0;
		}
		.lingyu_show .show_ly_menu ul li:nth-child(4n){
			margin-right: 0;
		}
		.lingyu_show .show_ly_menu ul li a{
			display: block;
			background-color: #000;
			font-size: 16px;
			color: #fff;
			padding: 10px 20px;
			position: relative;
			transition: .3s all ease;
		}
		.lingyu_show .show_ly_menu ul li a::after{
			content: '';
			position: absolute;
			background: url(../images/whitego.png) no-repeat center;
			right: 10px;
			top: 15px;
			width: 17px;
			height: 12px;
			opacity: 0;
		}
		.lingyu_show .show_ly_menu ul li a:hover{
			background-color: #a61f22;
		}
		.lingyu_show .show_ly_menu ul li a:hover::after{
			opacity: 1;
		}
		.lingyu_show .show_ly_menu ul li.on a{
			background-color: #a61f22;
		}
		.lingyu_show .show_ly_menu ul li.on a::after{
			opacity: 1;
		}
		.lingyu_show .menu_show .cont{
			background-color: #fff;
			padding: 35px 45px;
			font-size: 16px;
			color: #4c4c4c;
			line-height: 2;
			box-shadow: 3px 4px 5px #eaeaea;
			display: none;
		}
		.lingyu_show .menu_show .cont *{
			font-size: 16px;
			color: #4c4c4c;
			line-height: 2;
		}
		.lingyu_show .menu_show .cont .tname{
			position: relative;
			margin-bottom: 10px;
		}
		.lingyu_show .menu_show .cont .tname::before{
			content: '';
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background-color: #4c4c4c;
			position: absolute;
			left: -15px;
			top: 12px;
		}
		.list_n_news{
			padding: 60px 0;
		}
		.list_n_news .list{
			padding: 30px 0;
		}
		.list_n_news .list ul li{
			margin: 15px 0;
		}
		.list_n_news .list ul li .list-new{
			align-items: center;
			justify-content: space-between;
		}
		.list_n_news .list ul li .list-new .date{
			flex: 0 0 15%;
			border: 1px solid #c5c4c4;
			font-size: 14px;
			color: #4c4c4c;
			text-align: center;
			padding: 5px 0;
		}
		.list_n_news .list ul li .list-new .name{
			flex: 0 0 82%;
			padding: 5px 0;
			font-size: 14px;
			color: #4c4c4c;
			border-bottom: 1px dashed #c7c7c7;
		}
		.list_n_news .more{
			text-align: center;
		}
		
		.list_n_news .more a{
			border: 1px solid #a61f22;
			display: inline-block;
			padding: 7px 40px;
			border-radius: 10px;
			color: #a61f22;
			font-size: 14px;
			transition: .3s all ease;
		}
		.list_n_news .more a:hover{
			background-color: #a61f22;
			color: #fff;
		}
		.sheng_team{
			padding: 60px 0;
		}
		.sheng_team .team_top{
			padding: 30px 60px;
		}
		.sheng_team .team_top .team_top_left h3{
			font-size: 20px;
			color: #4c4c4c;
		}
		.sheng_team .team_top .team_top_left .line{
			width: 35px;
			height: 3px;
			background-color: #a61f22;
			margin-top: 10px;
		}
		.sheng_team .team_top .team_top_left{
			float: left;
		}
		.sheng_team .team_top .team_top_right{
			float: right;
			width: 60%;
		}
		.sheng_team .team_top .team_top_right .desc{
			font-size: 14px;
			color: #4c4c4c;
			line-height: 2;
		}
		.sheng_team .team_top .team_top_right .icon-list{
			padding: 15px 0;
		}
		.sheng_team .team_top .team_top_right .icon-list ul li{
			margin-right: 30px;
		}
		.sheng_team .team_top .team_top_right .icon-list ul li img{
			width:47px;
		}
		.sheng_team .s_team_list ul li{
			width: 49%;
			float: left;
			margin-right:2%;
			margin-bottom: 40px;
			border: 1px solid #eaeaea;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.sheng_team .s_team_list ul li:nth-child(2n){
			margin-right:0;
		}
		.sheng_team .s_team_list ul li .pic{
			width: 42%;
		}
		.sheng_team .s_team_list ul li .pic img{
			width: 100%;
		}
		.sheng_team .s_team_list ul li .info{
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding: 40px 30px 40px 30px;
			background-color: #f8f7f7;
		}
		.sheng_team .s_team_list ul li .info .name{
			font-size: 18px;
			color: #4d4d4d;
			margin-bottom: 10px;
		}
		.sheng_team .s_team_list ul li .info .zw{
			font-size: 14px;
			color: #4d4d4d;
		}
		.sheng_team .s_team_list ul li .info .line{
			width: 150px;
			height: 2px;
			background-color: #4d4d4d;
			margin: 10px 0;
		}
		.sheng_team .s_team_list ul li .info .ywly{
			font-size: 14px;
			color: #4d4d4d;
			margin-bottom: 15px;
			line-height: 2;
		}
		.sheng_team .s_team_list ul li .info .tsly{
			font-size: 14px;
			color: #4d4d4d;
			line-height: 2;
		}
		.sheng_team .s_team_list ul li:hover .info .name{
			color:#a61f22;
		}
		.sheng_team .s_team_list ul li:hover .info .zw{
			color:#a61f22;
		}
		.sheng_team .s_team_list ul li:hover .info .ywly{
			color:#a61f22;
		}
		.sheng_team .s_team_list ul li:hover .info .tsly{
			color:#a61f22;
		}
		.sheng_team .s_team_list ul li:hover .info .line{
			background-color:#a61f22;
		}
		.team_show{
			padding: 30px 0;
		}
		.team_show .showimg{
			width: 25%;
			float: left;
		}
		.team_show .showimg .mainimg img{
			width: 100%;
		}
		.team_show .showimg .jdintroduce{
			text-align: center;
			border-left: 1px solid #eaeaea;
			border-right: 1px solid #eaeaea;
			border-bottom: 1px solid #eaeaea;
			padding: 15px 0;
		}
		.team_show .showimg .jdintroduce .name{
			font-size: 16px;
			color: #4c4c4c;
			line-height: 2;
		}
		.team_show .showimg .jdintroduce .zhenghao p{
			font-size: 16px;
			color: #4c4c4c;
			line-height: 2;
		}
		.team_show .team_detail{
			width: 68%;
			float: right;
			padding: 20px 0 0 0;
		}
		.team_show .team_detail .team_name{
			align-items: flex-end;
		}
		.team_show .team_detail .team_name .n{
			font-size: 30px;
			color: #4c4c4c;
		}
		.team_show .team_detail .team_name .zw{
			font-size: 14px;
			color: #4c4c4c;
			margin-left: 15px;
		}
		.team_show .team_detail .tag{
			padding: 20px 0;
			border-bottom: 1px dashed #c7c3c3;
		}
		.team_show .team_detail .tag span{
			display: inline-block;
			font-size: 14px;
			color: #4c4c4c;
			padding: 5px 20px;
			background-color: #f8f8f8;
			margin-right: 15px;
			margin-bottom:15px;
		}
		.team_show .team_detail .content{
			font-size: 14px;
			color: #4c4c4c;
			line-height: 2;
			padding: 20px 0;
		}
		.team_show .team_detail .content *{
			font-size: 14px;
			color: #4c4c4c;
			line-height: 2;
		}
		.category_partner{
			padding: 30px 0;
		}
		.category_partner ul li {
				    overflow: hidden;
				    padding: 15px 0;
				    transition: all .5s ease-in-out;
					border-bottom: 1px solid #eaeaea;
				}
				.category_partner ul li a{
					display:flex;
					display:flexbox;
				}
				
				.category_partner ul li .info {
				    float: left;
				    width: 90%;
				    box-sizing: border-box;
				    -webkit-box-sizing: border-box;
				    -moz-box-sizing: border-box;
				    padding: 40px 20px 30px 20px;
				}
				.category_partner ul li .info h3 {
				    font-size: 18px;
				    color: #434343;
				}
				.category_partner ul li .info .line {
				    width: 70px;
				    height: 3px;
				    background: #000;
				    margin: 20px 0;
				}
				.category_partner ul li .info p {
				    font-size: 14px;
				    color: #626262;
				    line-height: 24px;
											  overflow: hidden;
		text-overflow: ellipsis;  /* 超出部分省略号 */
		word-break: break-all;  /* break-all(允许在单词内换行。) */  
		display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
		-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
		-webkit-line-clamp: 2; 
		height:48px;
				}
				.category_partner ul li .date {
				    float: left;
				    width: 10%;
				    padding-top: 40px;
				}
				.category_partner ul li .date p {
				    font-size: 24px;
				    color: #626262;
				    text-align: center;
				}
				.category_partner ul li .date span {
				    font-size: 30px;
				    color: #626262;
				    display: inline-block;
				    padding-left: 40px;
				    padding-top: 60px;
				}
				
				.category_partner ul li:hover h3 {
				    color: #a61f22;
				}
				.category_partner ul li:hover .line {
				    background: #a61f22;
				}
				.category_partner ul li:hover p {
				    color: #a61f22;
				}
				.category_partner ul li:hover p {
				    color: #a61f22;
				}
				.category_partner ul li:hover span {
				    color: #a61f22;
				}
				
				.newshow .title{
					text-align: center;
					padding: 20px 0;
				}
				.newshow .title h3{
					font-size: 24px;
					color: #4c4c4c;
				}
				.newshow .title span{
					display: inline-block;
					font-size: 14px;
					color: #4c4c4c;
					margin-top: 20px;
				}
				.newshow .content img{
					max-width: 100%;
				}
				.newshow .content{
					color: #4c4c4c;
					font-size: 14px;
					line-height: 2;
				}
				.newshow .content *{
					color: #4c4c4c;
					font-size: 14px;
					line-height: 2;
				}
				.contact{
							padding: 0 0 60px 0;
						}
						.contact .title{
							padding: 30px 0 0 0;
						}
						.contact .title p {
						    font-size: 14px;
						    color: #4c4c4c;
						    line-height: 22px;
						}
						.contact .contact_content .left_contact {
						    float: left;
						    width: 50%;
						    padding: 0 30px 0 0;
						    box-sizing: border-box;
						    -webkit-box-sizing: border-box;
						    -moz-box-sizing: border-box;
						}
						.contact .contact_content .left_contact .item {
						    height: 45px;
						    background: #fdf9f1;
						    margin: 15px 0;
						    padding-left: 10px;
						    line-height: 45px;
						}
						.contact .contact_content .left_contact span {
						    width: 15%;
						    display: inline-block;
						    font-size: 14px;
						    color: #4c4c4c;
						}
						.contact .contact_content .left_contact input {
						    border: 0;
						    height: 40px;
						    width: 80%;
						    outline: none;
							background-color: #fdf9f1;
						}
						.contact .contact_content .right_contact {
						    float: right;
						    width: 50%;
						    padding: 15px 0;
						}
						.contact .right_contact textarea {
						    background: #fff;
						    border: 0;
						    width: 100%;
						    height: 160px;
						    font-size: 14px;
						    color: #4c4c4c;
						    box-sizing: border-box;
						    -webkit-box-sizing: border-box;
						    -moz-box-sizing: border-box;
						    padding: 10px;
						    outline: none;
							background: #fdf9f1;
						}
						.contact .right_contact input[type=submit] {
						    width: 100%;
						    height: 40px;
						    color: #fff;
						    background: #a61f22;
						    font-size: 14px;
						    border: 0;
						    margin-top: 15px;
						}
						.contact .ctx{
							padding: 40px;
							border: 1px solid #eaeaea;
							margin-top: 20px;
						}
						.mapbox .box .info{
							width: 50%;
							box-sizing: border-box;
							-moz-box-sizing: border-box;
							-webkit-box-sizing: border-box;
							padding: 0 80px 0 0;
						}
						.mapbox .box .map{
							width: 50%;
						}
						.mapbox .box .info .item{
							display: flex;
							display: -webkit-flex;
							padding: 15px 0;
							border-top: 2px solid #cbcbcb;
						}
						.mapbox .box .info .item .icon{
							width: 30px;
							flex:0 0 30px;
						}
						.mapbox .box .info .item .icon img{
							width: 100%;
						}
						.mapbox .box .info .item .txt{
							margin-left: 15px;
						}
						.mapbox .box .info .item .txt h3{
							font-size: 15px;
							color: #4c4c4c;
							
						}
						
						.mapbox .box .info .item .txt p{
							font-size: 13px;
							color: #4c4c4c;
							margin: 10px 0 0 0;
						}
						.mapbox{
							padding: 0 0 60px 0;
						}
		
		
		@media screen and (min-width: 300px) and (max-width: 768px){
			.container{
				width: 100%;
				padding: 0 10px;
			}
			.pc{
				display: none;
			}
			.mobile{
				display: block;
			}
			.bannerMobile img{
				width:100%;
			}
			.bannerMobile .swiper-button-next,.bannerMobile .swiper-button-prev{
				color:#a61f22;
				font-weight:bold;
			
			}
			.bannerMobile .swiper-button-next:after,.bannerMobile .swiper-button-prev:after{
				font-size:30px;
			}
			.bannerMobile .swiper-pagination-bullet-active {
				background: #a61f22;
			}
			.navs-m {
			    width: 55px;
			    height: 40px;
			    overflow: hidden;
			    position: relative;
			    right: 0;
			    top: 0;
			    z-index: 1000;
			}
			.navs-m span, .navs span:first-child, .navs span:last-child {
			    left: 14px;
			    position: absolute;
			    background: #000;
			    -webkit-transition: all 0.5s ease;
			    transition: all 0.5s ease;
			    width: 27px;
			    height: 2px;
			    -webkit-border-radius: 30px;
			    border-radius: 30px;
			}
			.navs-m span {
			    top: 18px;
			}
			.navs-m span:last-child {
			    content: "";
			    top: 28px;
			}
			.navs-m span:first-child {
			    content: "";
			    top: 8px;
			}
			.banner img{
				width: 100%;
			}
			header .header-top{
				display: none;
			}
			header .site-nav{
				display: none;
			}
			header .logo img{
				height: 40px;
			}
			header .header-main {
			    padding: 15px 0 15px;
			}
			.custtitle h3 {
			    font-size: 24px;
			    color: #4c4c4c;
			    font-weight: bold;
			    margin: 5px 0 10px;
			}
			.index_area{
				padding: 30px 0;
			}
			.index_area .area_list ul {
			    justify-content: space-between;
			    flex-wrap: wrap;
			}
			.index_area .area_list ul li{
				width: 48%;
				margin-bottom: 4vw;
				margin-right:0!important;
			}
			.index_area .area_list ul li .mz {
			    
			}
			.index_area .area_list ul li .mz h3{
				
			}
			.index_area .area_list ul li .mz p{
				
			}
			.index_area .area_list ul li .mz a{
				display: inline-block;
				color: #fff;
				border: 1px solid #fff;
				padding: 3px 10px;
				
				margin: 10px auto;
				font-size: 12px;
			}
			.index_area .area_list ul li .hover{
				display:none!important;
			}
			.index_about .i_about_left {
			    width: 100%;
			    float: left;
			    padding: 30px 0 30px 0;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			}
			.index_about .i_about_left .a_list ul li {
			    width: 49%;
			    text-align: center;
				margin-bottom: 10px;
			}
			.index_about .i_about_left .a_list ul {
			    justify-content: space-between;
			    flex-wrap: wrap;
			}
			.index_about .i_about_left .a_list {
			    padding: 30px 0;
			}
			.index_about .i_about_left .a_list ul li .number {
			    font-size: 30px;
	
			}
			.index_about{
				background-size: cover;
			}
			.index_about .i_about_right{
				width: 100%;
				margin-bottom:0;
			}
			.index_about .i_about_right .gddr{
				width: 100%;
				display:none;
			}
			.index_about .i_about_right .kuang{
				display: none;
			}
			.index_about .i_about_right .gddr .name1 {
			    font-size: 24px;
			    color: #fff;
			    font-weight: bold;
			}
			.index_about .i_about_right .gddr .name2 {
			    font-size: 20px;
			    color: #fff;
			    line-height: 1.5;
			}
			.index_area .area_list {
			    padding: 40px 0 20px;
			}
			.index_team .list {
			    padding: 30px 30px;
			    flex-wrap: wrap;
			}
			.index_team .list .pic{
				width: 100%;
				text-align: center;
			}
			.index_team .list .pic img {
			    width: 75%;
			}
			.index_team .list .introduce {
			    padding-left: 0;
			    width: 100%;
				padding: 30px 0 0 0;
			}
			.index_team .list .introduce .name {
			    font-size: 16px;
			    color: #4c4c4c;
			    margin: 20px 0 15px;
			    font-weight: bold;
			}
			.index_team .list .introduce .desc {
			    font-size: 14px;
			    color: #4c4c4c;
			    line-height: 2;
			}
			.index_team .tswiper .swiper-button-next{
				right:0;
			} 
			.index_team .tswiper .swiper-button-prev{
				left:0;
			}
			.teamshow .swiper-button-next {
					right: 5px;
				}
				.teamshow .swiper-button-prev {
					left: 5px;
				}
				.teamshow .swiper-button-next:after,.teamshow .swiper-button-prev:after{
					font-size:30px;
				}
			.index_news .list ul li{
				width: 100%;
				margin-right: 0;
				padding: 15px 0;
				border-bottom:1px solid #eaeaea;
			}
			.index_news .list ul li:last-child{
				border-bottom:0;
			}
			.index_news .list ul li .learn{
				font-size: 12px;
			}
			.ny_case {
    text-align: center;
    padding: 30px 0;
}
.moreImg {
    padding: 0 0 30px 0;
}
.moreImg .mthumbs{
	position: relative;
    bottom: 0;
}
.moreImg .swiper-button-next:after, .moreImg .swiper-button-prev:after {
    font-weight: bold;
    font-size: 24px;
}
.moreImg .gallery-thumbs {
    padding-top: 20px;
    width: 85%;
}
.moreImg .swiper-button-next{
	right:0;
} 
.moreImg .swiper-button-prev{
	left:0;
}
			.foot_nav{
				display: none;
			}
			.foot_service{
				display: none;
			}
			.index_news .list {
			    padding: 30px 0;
			}
			.index_team{
				padding: 30px 0;
			}
			.drawer {
						    z-index: 99;
						    position: fixed;
						    right: 0;
						    top: 0;
						    height: 100%;
						    width: 100%;
						    background-color: #fff;
						    visibility: hidden;
						    opacity: 0;
						    top: 70px;
						    padding: 0 9px 15px;
						    -webkit-transition: visibility 200ms 250ms,opacity 200ms 250ms,-webkit-transform 200ms 200ms;
						    transition: visibility 200ms 250ms,opacity 200ms 250ms,-webkit-transform 200ms 200ms;
						    transition: transform 200ms 200ms,visibility 200ms 250ms,opacity 200ms 250ms;
						    transition: transform 200ms 200ms,visibility 200ms 250ms,opacity 200ms 250ms,-webkit-transform 200ms 200ms;
						    box-sizing: border-box;
						    -webkit-box-sizing: border-box;
						    -moz-box-sizing: border-box;
						    background: #3a3a3a;
						    padding-top: 40px;
						    overflow-y: auto;
						}
						.drawer ul.innerInfo {
						    position: relative;
						}
						.drawer ul li[data-level="0"]>a {
						    text-transform: capitalize !important;
						    color: #fff;
						    padding: 15px 20px;
						    font-size: 18px;
						    display: block;
						    position: relative;
						}
						.drawer .menu-submenu {
						    width: 100% !important;
						    top: 0;
						    background-color: white;
						    -webkit-box-shadow: none !important;
						    box-shadow: none !important;
						    border: 0;
						    padding: 0;
						    -webkit-transform: translateX(110%);
						    transform: translateX(110%);
						    -webkit-transition: 180ms ease-in-out;
						    transition: 180ms ease-in-out;
						    min-height: 101%;
						    position: absolute;
						    z-index: 1;
						    background: #3a3a3a;
						}
						.drawer .menu-submenu ul li.backLink a {
						    padding: 18.5px 20px;
						    font-size: 12px;
						}
						.drawer .menu-submenu ul li.backLink a span {
						    font-size: 14px;
						    display: inline-block;
						}
						.drawer .menu-submenu ul li a {
						    padding: 10px 40px 5px 21px;
						    color: #fff;
						    font-size: 18px;
						    line-height: 24px;
						    display: block;
						}
						.drawer.opened {
						    visibility: visible;
						    opacity: 1;
						    -webkit-transition-delay: 0s;
						    transition-delay: 0s;
						    -webkit-transform: scaleX(1);
						    transform: scaleX(1);
						}
						.drawer .we-mega-menu-link-button {
						    display: block;
						    background-color: transparent;
						    height: 40px;
						    width: 40px;
						    -webkit-transform: rotate(-90deg);
						    transform: rotate(-90deg);
						    background-image: url(../images/icons-arrow-right-white.svg);
						    -webkit-transform: rotate(0deg);
						    transform: rotate(0deg);
						    position: absolute;
						    top: 18px;
						    right: 0;
						    background-repeat: no-repeat;
						}
						.drawer .menu-submenu.opened{
							transform: translateX(0%);
						}
						.sr-only {
									    position: absolute;
									    width: 1px;
									    height: 1px;
									    padding: 0;
									    margin: -1px;
									    overflow: hidden;
									    clip: rect(0,0,0,0);
									    border: 0;
									}
			.banner_noindex {
			    height: 33vw;
			    background-repeat: no-repeat;
			    background-position: center top;
			    background-size: 100% auto;
			}
			.location .fnav{
				display: none;
			}
			.location{
				padding: 10px 0;
			}
			.location a {
			    font-size: 12px;
			}
			.cust_about {
			    padding: 30px 0 30px;
			}
			.cust_about .list .f_item {
			    width: 100%;
			    float: left;
			    margin-right: 0;
			}
			.cust_about .list .h_dz {
			    width: 100%;
			}
			.cust_about .list{
				padding: 0;
				height: auto;
				background-color: rgba(0,0,0,.5);
			}
			.cust_about .list .h_dz{
				padding: 20px;
				display:none;
			}
			.cust_about .list .f_item{
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 10px;
				background: rgba(0,0,0,.7);
			}
			.cust_about .list .f_item .ctx p{
				color: #fff;
			}
			.cust_about .title h3{
				font-size: 20px;
				margin-bottom: 20px;
			}
			.nytitle h3 {
			    font-size: 24px;
			    color: #a61f22;
			    font-weight: bold;
			}
			.nytitle p {
			    font-size: 14px;
			    color: #bfbfbf;
			}
			.nytitle::before {
			    position: absolute;
			    content: '';
			    width: 60px;
			    height: 3px;
			    background-color: #a61f22;
			    left: -90px;
			    top: 30px;
			}
			.nytitle::after {
			    position: absolute;
			    content: '';
			    width: 60px;
			    height: 3px;
			    background-color: #a61f22;
			    right: -90px;
			    top: 30px;
			}
			.teamshow .swiper-slide {
			    width: 100%;
			}
			.teamshow .lists {
			    padding: 30px 0;
			}
			.teamshow {
			    padding: 30px 0 30px;
			    background: #f8f8f8;
			    text-align: center;
			}
			.lingyu_list .list ul li {
			    width: 100%;
			}
			.lingyu_list .list {
			    padding: 30px 0;
			}
			.lingyu_list .list ul li a {
			    padding: 40px 20px 20px 20px;
			    height: auto;
			}
			.sheng_team {
			    padding: 30px 0;
			}
			.sheng_team .team_top {
			    padding: 20px 10px;
			}
			.sheng_team .team_top .team_top_right .icon-list ul li{
				margin-right: 0;
			}
			.sheng_team .team_top .team_top_left{
				width: 100%;
				margin-bottom: 10px;
			}
			.sheng_team .team_top .team_top_right{
				width: 100%;
			}
			.sheng_team .team_top .team_top_right .icon-list ul{
				justify-content: space-between;
			}
			.sheng_team .s_team_list ul li{
				width: 49%;
				margin-right:2%!important;
				margin-bottom: 2vw;
			}
			.sheng_team .s_team_list ul li:nth-child(2n){
				margin-right:0!important;
			}
			.sheng_team .s_team_list ul li .info .line{
				display:none;
			}
			.sheng_team .s_team_list ul li .info .ywly{
				display:none;
			}
			.sheng_team .s_team_list ul li .info .tsly{
				display:none;
			}
			.sheng_team .s_team_list ul li .b{
				flex-wrap: wrap;
			}
			.sheng_team .s_team_list ul li .pic {
			    width: 100%;
			}
			.sheng_team .s_team_list ul li .info{
				width: 100%;
				    padding: 20px 15px 20px 15px;
			}
			.sheng_team .s_team_list ul li .info .zw {
				font-size: 12px;
				color: #4d4d4d;
				height:16px;
				overflow:hidden;
			}
			.category_partner ul li .img {
			    float: left;
			    width: 100%;
			    text-align: right;
			}
			.category_partner ul li .img img {
			    width: 100%;
			}
			.category_partner ul li .info {
			    width: 100%;
			    padding: 20px 15px 20px 15px;
			    border-right: 0;
			    border: 1px solid #eaeaea;
			}
			.category_partner ul li .info h3 {
			    font-size: 16px;
			    color: #434343;
			}
			.category_partner ul li .info .line {
			    width: 60px;
			    height: 3px;
			    margin: 15px 0;
			}
			.category_partner ul li .info p {
			    font-size: 13px;
			    color: #626262;
			    line-height: 24px;
			}
			.category_partner ul li .date {
			    display: none;
			}
			.contact .contact_content .left_contact {
			    width: 100%;
			    padding: 0;
			}
			.contact .contact_content .left_contact {
			    width: 100%;
			    padding: 0;
			}
			.contact .ctx {
			    padding: 20px;
			    border: 1px solid #eaeaea;
			}
			.contact .title p {
			    font-size: 12px;
			}
			.contact .contact_content .left_contact {
			    width: 100%;
			    padding: 0;
			}
			.contact .contact_content .left_contact span {
			    width: 20%;
			    display: inline-block;
			    font-size: 12px;
			    color: #4c4c4c;
			}
			.contact .contact_content .left_contact input {
			    width: 75%;
			}
			.contact .contact_content .right_contact {
			    float: right;
			    width: 100%;
			    padding: 0 0 15px 0;
			}
			.contact .right_contact textarea {
			    font-size: 12px;
			}
			.mapbox .box .info {
			    width: 100%;
				padding: 0 0 0 0;
			}
			.mapbox .box{
				flex-wrap: wrap;
			}
			.mapbox .box .map {
			    width: 100%;
			    height: 300px;
			}
			.newshow .title h3 {
			    font-size: 18px;
			    color: #4c4c4c;
			}
			.newshow .content {
			    color: #4c4c4c;
			    font-size: 13px;
			    line-height: 2;
			}
			.lingyu_detail .content {
			    padding: 30px 0;
				font-size: 13px;
			}
			.lingyu_detail {
			    padding: 30px 0 30px;
			}
			.lingyu_show .show_ly_menu ul li{
				width: 49%;
				margin-right: 1%;
			}
			.lingyu_show .show_ly_menu ul li a {
			    font-size: 14px;
			}
			.lingyu_show .show_ly_menu ul li {
			    width: 49%;
			    margin-right: 1%;
				margin-top: 10px;
				    margin-bottom: 10px;
			}
			.lingyu_show .show_ly_menu ul li a{
				font-size: 14px;
			}
			.lingyu_show .menu_show .cont {
			    padding: 25px 30px;
			    font-size: 14px;
			}
			.lingyu_show .menu_show .cont * {
			    font-size: 14px;
			    color: #4c4c4c;
			    line-height: 2;
			}
			.lingyu_show {
			    background-color: #fdf9f1;
			    padding: 35px 0 30px;
			}
			.list_n_news .list ul li .list-new .name {
			    flex: 0 0 70%;
			}
			.list_n_news .list ul li .list-new .date {
			    flex: 0 0 27%;
			}
			.list_n_news {
			    padding: 30px 0;
			}
			.list_n_news .more a {
			    padding: 7px 20px;
			    font-size: 12px;
			}
			.mapbox .box .info .item{
				padding: 15px 20px;
			}
			.team_show .showimg {
    width: 100%;
    float: left;
}
.team_show .team_detail {
    width: 100%;
    float: right;
    padding: 20px 0 0 0;
}
		}
		@media screen and (min-width: 769px) and (max-width: 1200px){
			.container{
				width: 100%;
				padding: 15px;
			}
			

		}