@charset "utf-8";

@font-face {
	font-family: 'aliphbold';
	src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.ttf');
}

@font-face {
	font-family: 'aliphthin';
	src: url('../fonts/AlibabaPuHuiTi-2-35-Thin.ttf');
}

@font-face {
	font-family: 'aliphregu';
	src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
}

@font-face {
	font-family: 'aliphheav';
	src: url('../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf');
}

@font-face {
	font-family: 'aliphmediu';
	src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf');
}

@font-face {
	font-family: 'aliphlight';
	src: url('../fonts/AlibabaPuHuiTi-2-45-Light.ttf');
}

@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.ttf');
}

html {
	width: 100%;
	height: 100%;
	font-size: 12px;
}

body {
	font-family: "aliphbold", Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
	display: block;
}

em {
	font-style: inherit;
}

.clear {
	clear: both;
}

.mtop10 {
	margin-top: 10px;
}

a {
	color: #383838;
	text-decoration: none;
	transition: .3s;
}

a:hover {
	color: #a88644;
}

*:focus {
	outline: none;
}

@media only screen and (min-width:1200px) {
	::-webkit-scrollbar {
		width: 8px;
		height: 10px;
	}

	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0px;
		background: rgba(0, 0, 0, 0.1);
	}

	::-webkit-scrollbar-thumb {
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 0, 0.2);
	}

	::-webkit-scrollbar-thumb:hover {
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 0, 0.4);
	}


}

.content{
	max-width: 1400px;
	margin: 20px auto;
}

.desc-text-16{
	font-size: 16px;
	line-height: 22px;
	font-family: "aliphlight";
}
.desc-text-18{
	font-size: 18px;
	font-family: "aliphlight";
	line-height: 24px;
}

.desc-text-17{
	font-size: 17px;
	font-family: "aliphlight";
	line-height: 24px;
}

.desc-text-24{
	font-size: 24px;
	font-family: "aliphlight";
	line-height: 28px;
}

.margin-t-1{
	margin-top: 16px;
}

.text-red{
	color: #7b0616;
}

.text-black{
	color: #000;
}

.text-white{
	color: #fff;
}


.headerbg {
	background-color: #1a2545;
	/* position: relative; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 999;
	/* filter: opacity(0.9); */
}
.hbg{
	height: 60px;
}

.header {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.logo {
	display: inline-flex;
	align-items: center;
	width: 30%;
}

.logo img {
	width: 95%;
}

.navbox {
	position: absolute;
	right: 0;
	top: 11px;
	width: 30px;
	height: 30px;
	margin: 0;
	display: none;
	cursor: pointer;
	background: url(../images/nav1.png) no-repeat center center;
	background-size: auto 12px;
}

.navbox.on {
	background-image: url(../images/nav2.png);
}

#syy-index-dtbox-more{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.detail-more-title{
	font-size: 24px;
	font-family: 'aliphlight';
	margin-top: 50px;
	margin-bottom: 40px;
}

.navclose {
	display: inline-block;
	font-size: 2.6rem;
	color: #fff;
	position: fixed;
	right: 5%;
	top: 1rem;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.head-tel {
	position: absolute;
	right: -10px;
	font-size: 14px;
	color: #ffffff;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.head-tel span{
	display: flex;
    justify-content: flex-end;
}

.head-tel b {
	display: block;
	font-size: 29px;
	margin-top: -5px;
}

.nav {
	width: 45%;
	max-width: 900px;
	margin-left: 90px;
	top: 0;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	font-family: "aliphmediu";
	height: 100%;
}

.nav li {
	display: inline-block;
	position: relative;
	z-index: 98699;
	height: 100%;
	padding-bottom: 10px;
}

.nav li a {
	font-size: 22px;
	color: #dddddd;
	display: inline-block;
	line-height: 40px;
	position: relative;
	font-family: "aliphlight";
	height: 100%;
	display: inline-flex;
    align-items: center;
}

.nav li:hover a,
.nav li.on a {
	color: #ffffff;
	font-family: "aliphmediu";
}

.nav li dl {
	width: 178px;
	position: absolute;
	left: 50%;
	margin-top: 6px;
	margin-left: -90px;
	text-align: center;
	padding: 0px 0px 0 0px;
	border-top: #7b0616 solid 4px;
	display: none;
}

.nav li dl dd {
	background: rgba(26, 37, 69, 0.8);
	line-height: 56px;
}

.nav li dl dd a {
	font-size: 18px;
	font-family: "aliphlight";
	line-height: 35px;
}

.nav li:hover dl dd a,
.nav li.on dl dd a {
	color: #fff;
	font-family: "aliphlight";
}

.nav li:hover dl {
	display: block;
}

.dbdh {
	display: none;
}

.padding-rl-1{
	padding-left: 30px;
	padding-right: 30px;
}

.syy-index-about {
	margin: 20px auto;
	color: #000d2e;
	max-width: 1400px;
}

.syy-index-news-1{
	background-color: #f8f8f8;
}

.syy-index-news-1 .content{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.syy-index-news-1 .content .syy2-r{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.syy-index-news-1 .content .syy2-r dl{
	width: 49%;
	max-height: 204px;
	display: flex;
	overflow: hidden;
	margin-top: 20px;
}
.syy-index-news-1 .content .syy2-r dl dt{
	width: 50%;
}

.syy-index-news-1 .content .syy2-r dl dt a{
	width: 100%;
}
.syy-index-news-1 .content .syy2-r dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.syy-index-news-1 .content .syy2-r dd{
	width: 50%;
	padding: 35px 8px 70px 22px;
	background-color: #fff;
	position: relative;
}

.syy-index-news-1 .content .syy2-r dd p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.syy-index-news-1 .content .syy2-r .see-btn{
	width: 100px;
	height: 33px;
	font-size: 12px;
	font-family: 'aliphlight';
	background-color: #7b0616;
	color: #fff;
	position: absolute;
	bottom: 17px;
	right: 8px;
	padding: 8px 20px;
	text-align: center;
	box-sizing: border-box;
}



.syy-index-news{
	/* max-width: 1400px;
	margin: 0 auto; */
}

.syy-index-news .news-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.syy-index-news .news-list li{
	font-size: 20px;
	font-family: "aliphlight";
	width: 49%;
	line-height: 30px;
}

.syy-index-news .news-list li span{
	color: #7b0616;
	font-family: 'Georgia';
	font-weight: lighter;
	font-size: 58px;
	line-height: 106px;
}

.syy-index-news .news-list li .news-m{
	font-size: 24px;
}

.title-display{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-title{
	font-size: 48px;
	margin: 50px 0;
	font-family: "aliphlight";
	font-weight: normal;
}

.title-display .more-btn{
	color: #7c0616;
	border: #7c0616 solid 1px;
	width: 190px;
	height: 45px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "aliphlight";
}

.syy-index-content {
	line-height: 30px;
	font-size: 18px;
	font-family: "aliphlight";
	display: flex;
}

.syy-index-content .left{
	width: 77%;
	text-align: justify;
}
.syy-index-content .left p{
	line-height: 40px;
	text-indent: 2em;
}
.syy-index-content .right{
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
.ssy-himg{
	width: 100%;
	height: auto;
}
.syy-index-content .right a{
	display: inline-block;
	width: 68.9%;
}

.syy-index-content .right img{
	width: 100%;
	display: unset;
}

.syy-index-num{
	background-color: #7c0616;
}

.syy-index-num .syy-faa-a{
	margin: 20px auto;
	max-width: 800px;
	margin-bottom: 0;

}

#anli-box{
	background-color: #f8f8f8;
	padding-bottom: 20px;
}

#anli-box .anli-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} 

#anli-box .anli-list .item{
	width: 32.5%;
	margin-bottom: 85px;
	background-color: #fff;
	padding-bottom: 95px;
	position: relative;
	display: flex;
	flex-direction: column;
}

#anli-box .anli-list .item .img{
	width: 100%;
	height: 230px;
	overflow: hidden;
}


#anli-box .anli-list .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#anli-box .anli-list .item h3{
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 0 6%;
	
}

#anli-box .anli-list .item p{
	padding: 0 6%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#anli-box .anli-list .item .see-btn{
	width: 150px;
	height: 36px;
	font-size: 17px;
	font-family: 'aliphlight';
	background-color: #7b0616;
	color: #fff;
	padding: 6px 20px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-align: center;
	box-sizing: border-box;
}





.syy-video {
	width: 60%;
	margin: 50px auto 30px;
	overflow: hidden;
}

.syy-video {
	width: 90%;
	border-radius: 15px;
}

#index-video {
	width: 80%;
	max-width: 1300px;
	margin: 100px auto;
}

#index-video img {
	width: 100%;
}


/* box */

.syy-a {
	width: 95%;
	max-width: 1500px;
	margin: 30px auto 0;
}

.syy-a img {
	width: 100%;
}

.syy-b {
	width: 95%;
	max-width: 1500px;
	margin: 30px auto 0;
	position: relative;
}

.syy-ba {
	margin-right: 400px;
	height: 383px;
	background: url(../images/bg02.jpg) no-repeat 0 0;
}

.syy-bb {
	width: 380px;
	position: absolute;
	right: 0;
	top: 0;
}

.syy-bb ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.syy-bb ul li {
	width: 180px;
	height: 180px;
	margin-top: 21px;
}

.syy-bb ul li img {
	width: 100%;
}

.syy-bb ul li:nth-child(1) {
	margin-top: 0;
}

.syy-bb ul li:nth-child(2) {
	margin-top: 0;
}

.syy-ba-tit {
	width: 93%;
	margin: 0 auto;
	padding: 30px 0 10px;
	border-bottom: 1px solid #e66646;
	font-size: 24px;
	color: #fff;
}

.syy-ba-m {
	width: 93%;
	margin: 0 auto;
	padding-top: 20px;
}

.syy-ba-m li {
	padding: 6px 0 5px;
	font-size: 16px;
	font-family: "aliphregu";
}

.syy-ba-m li span {
	color: #f9de96;
	display: inline-block;
	width: 65px;
}

.syy-ba-m li i {
	color: #f9de96;
	display: inline-block;
	width: 30px;
}

.syy-ba-m li a {
	color: #fff;
}

.syy-ba-more {
	width: 93%;
	margin: 0 auto;
	text-align: right;
	margin-top: -27px;
}

.syy-ba-more a {
	color: #fff;
	font-size: 16px;
	font-family: "aliphregu";
}

.syy-c {
	width: 95%;
	max-width: 1500px;
	margin: 40px auto 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #bc100f;
	font-family: 'aliphheav';
	font-size: 26px;
	color: #940708;
}

.syy-d {
	width: 95%;
	max-width: 1500px;
	margin: 40px auto 0;
	background: #f7f7f7;
	padding: 30px 0 20px;
}

.syy-da {
	width: 95%;
	margin: 0 auto;
	font-size: 24px;
	color: #940708;
}

.syy-da a {
	font-size: 24px;
	color: #940708;
}

.syy-da a:hover {
	color: #a88644;
}

/*.syy-db{width:95%;margin:25px auto 0;display:flex;justify-content:space-between;}
.syy-db dl{width:32%;height:340px;background:#fff;transition:.3s;}
.syy-db dl dt{height:270px;overflow:hidden;}
.syy-db dl dt img{width:100%;min-height:100%;transition:.3s;}
.syy-db dl dd{padding:20px 20px 0;}
.syy-db dl dd a{font-size:18px;color:#000;}
.syy-db dl:hover{box-shadow:0 2px 7px 2px rgba(0,0,0,.1);}
.syy-db dl:hover dt img{transform:scale(1.1);}*/


.syy-db {
	width: 95%;
	margin: 25px auto 0;
	display: flex;
	/*���Ժ���*/
	justify-content: space-between;
	/*���˶��룬��Ԫ��֮���м�϶*/
	flex-flow: row wrap;
	/*��Ԫ�����������ʱ����?*/
}

.syy-db dl {
	width: 32%;
	height: 340px;
	background: #fff;
	transition: .3s;
	margin-bottom: 30px;
}

.syy-db:after {
	content: "";
	width: 32%;
}

.syy-db dl dt {
	height: 270px;
	overflow: hidden;
}

.syy-db dl dt img {
	width: 100%;
	min-height: 100%;
	transition: .3s;
}

.syy-db dl dd {
	padding: 20px 20px 0;
}

.syy-db dl dd a {
	font-size: 18px;
	color: #000;
}

.syy-db dl:hover {
	box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .1);
}

.syy-db dl:hover dt img {
	transform: scale(1.1);
}


.syy-dbut {
	text-align: center;
}

.syy-dbut #loadmore{
	display: inline-block;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	color: #7c0616;
	border: #7c0616 solid 1px;
	font-family: "aliphlight";
}

.syy-dbut #loadmore .jiantou{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: #7c0616 solid 1px;
	border-right: #7c0616 solid 1px;
	transform: rotate(135deg);
	top: -2px;
	margin-left: 5px;
	position: relative;
}

/* .syy-dbut span {
	display: inline-block;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	font-family: "aliphlight";
} */

.footerbg {
	padding: 0;
	background: #293352;
	min-height: 415px;
	position: relative;
}

.footer-in {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0 0;
	display: flex;
	justify-content: space-around;
}

.footer-in .item{
	width: 33.3%;
}


.footer-a img {
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
}



.footer-ba dl {
	width: 22%;
	font-family: 'aliphheav';
	font-size: 23px;
	color: #fff;
	padding-left: 20px;
	position: relative;
}

.footer-ba dl:before {
	content: "";
	width: 1px;
	height: 60px;
	background: #db5758;
	position: absolute;
	left: 0;
	top: 5px;
}

.footer-ba dl dd {
	font-size: 32px;
}

.footer-baa {
	font-family: 'aliphheav';
	font-size: 29px;
	color: #fff;
	line-height: 46px;
}

.footer-bab {
	font-family: 'aliphlight';
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}

.footer-bab p {
	padding: 2px 0;
}

.footer-bb {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.footer-bb img {
	height: 30px;
	margin-right: 30px;
}

.footer-bb p {
	padding-left: 37px;
	font-family: 'aliphregu';
	font-size: 18px;
	color: #fff;
	margin-top: 12px;
	background: #cb0e10 url(../images/ico02.png) no-repeat 0 center;
}

.copy {
	text-align: center;
	background: #222222;
	font-family: 'aliphregu';
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	height: 60px;
	line-height: 60px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.copy span {
	margin: 0 20px;
}

.syy-lbanner {
	height: 666px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.lbanner-gywm {
	background-image: url(../images/img/about-banner.jpg);
}

.lbanner-zxdt {
	background-image: url(../images/img/news-banner.jpg);
}

.lbanner-jdal {
	background-image: url(../images/img/about-banner.jpg);
}

.lbanner-zzry {
	background-image: url(../images/lbanner04.jpg);
}

.lbanner-lxwm {
	background-image: url(../images/lbanner05.jpg);
	background-size: 100%;
	/* background-position: 0 -100px; */
	max-height: 800px;
	width: 100%;
}

.syy-e {
	max-width: 1400px;
	margin: 100px auto 0;
}

.zzry{
	margin-top: 50px;
}

.syy-em {
	display: flex;
}

.syy-e a {
	width: 16.5%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 34px;
	color: #3f3f3f;
	font-family: 'aliphlight';
}

.syy-e a.on {
	border-radius: 20px;
	background-color: #f8f8f8;
	color: #9a3a26;
	box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.19);
}

.syy-e.on {
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.syy-e.on a {
	height: 70px;
	line-height: 70px;
	font-size: 20px;
}

.syy-e.on .syy-em {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
}

.syy-em2 a {
	width: 25%;
	font-size: 22px;
}

.syy-em3 a {
	width: 33.33%;
}

.syy-em4 a {
	width: 20%;
}

.syy-f-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.syy-f-list .item{
	width: 24.3%;
	height: 634px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: 'aliphlight';
	padding: 0 50px;
	box-sizing: border-box;
	padding-top: 35px;
}
.syy-f-list .item:first-child{
	line-height: 50px;
}
.syy-f-list .item:nth-child(2){
	line-height: 41px;
}
.syy-f-list .item .b-line{
	border-bottom: #fff solid 1px;
	display: inline-block;
	margin-bottom: 10px;
}
.syy-f-list .item:nth-child(2) .teshu{
	margin-top: 55px;
}
.syy-f-list .item:nth-child(1){
	background: url(../images/about-zuzhi1.jpg) no-repeat;
	background-position: bottom;
}
.syy-f-list .item:nth-child(2){
	background: url(../images/about-zuzhi2.jpg) no-repeat;
	background-position: bottom;
}
.syy-f-list .item:nth-child(3){
	background: url(../images/about-zuzhi3.jpg) no-repeat;
	background-position: bottom;
	line-height: 38px;
}
.syy-f-list .item:nth-child(4){
	background: url(../images/about-zuzhi4.jpg) no-repeat;
	background-position: bottom;
}



.syy-f-list .item:nth-child(4) p{
	line-height: 24px;
	margin-bottom: 14px;
}

.syy-f-list .item:nth-child(4) .b-line{
	line-height: 38px;
}

.syy-fa {
	max-width: 1400px;
	margin: 50px auto 0;
	position: relative;
	min-height: 535px;
}

.syy-faa {
	margin: 0 auto 50px;
	width: 100%;
}

.syy-fab {}

.syy-fab img {
	width: 100%;
}

.syy-faa-a {
	max-height: 200px;
	padding: 45px 0;
	width: 80%;
	margin: 0 auto;
}

.syy-faa-a ul {
	display: flex;
}

.syy-faa-a li {
	flex: 1;
	position: relative;
	text-align: center;
	/* text-align: left;
	padding-left: 13.8%; */
}

.syy-faa-a li:first-child {
	padding-left: 0;
}

.syy-faa-a li h2 {
	font-size: 55px;
	color: #fff;
	font-weight: lighter;
	font-family: 'aliphlight';
}

.syy-faa .syy-faa-a li h2 ,.syy-faa .syy-faa-a li p{
	color: #7c0616;
}

.syy-faa-a li h2 span {
	font-size: 85px;
	font-family: 'Georgia';
	vertical-align: middle;
	font-weight: lighter;
}

.syy-faa-a li p {
	font-size: 18px;
	font-family: 'aliphlight';
	color: #fff;
	margin-top: 10px;
	white-space: nowrap;
}

.syy-faa-b {
	padding-top: 50px;
	font-family: 'aliphregu';
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-indent: 33px;
	text-align: justify;
}

.syy-gbg {
	padding: 50px 0;
	/* margin-top: 70px; */
}

.syy-gbg .syy-f {
	margin-top: 0;
}

.syy-f {
	max-width: 1400px;
	margin:0 auto;
	margin-top: 100px;
}


.syy-h {
	position: relative;
	background-color: #f8f8f8;
}
.syy-h .syy-ha{
	display: flex;

}

.syy-h .syy-ha .left{
	width: 63%;
	padding-right: 5%;
	font-size: 18px;
	font-family: 'aliphlight';
	padding-top: 50px;
	line-height: 35px;
	text-align: justify;
}

.syy-h .syy-ha .right{
	width: 37%;
}

.fwlc{
	margin-top: 20px;
	margin-bottom: 70px;
}

.fwlc .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.fwlc .items2{
	display: none;
}


.fwlc .list .item{
	width: 20%;
	margin-bottom: 15px;

}



.fwlc .list .item .top{
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.fwlc .list .item .top .mid{
	position: relative;
}
.fwlc .list .item .top .mid p{
    position: absolute;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    text-align: center;
    bottom: 30px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
	font-family: 'aliphlight';
}

.fwlc .list .item .top .left{
	width: 18px;
	height: 32px;
	position: relative;
	left: -62px;
	opacity: 0;
	/* display: none; */
}
.fwlc .list .item .top .right{
	width: 15px;
	height: 30px;
	position: relative;
	right: -62px;
}
.fwlc .list .item  .down{
	width: 33px;
	margin: 0 auto;
	margin-top: 15px;
	opacity: 0;
}

.fwlc .list .item:nth-child(5n+0) .top .right{
	opacity: 0;
}
.fwlc .list .item:nth-child(5) .down{
	opacity: 1;
}
.fwlc .list .item:nth-child(6) .down{
	opacity: 1;
}

.fwlc .list .item:nth-child(6) .right{
	opacity: 0;
}
.fwlc .list .item:nth-child(7) .right,.fwlc .list .item:nth-child(8) .right,.fwlc .list .item:nth-child(9) .right,.fwlc .list .item:nth-child(10) .right{
	opacity: 0;
}
.fwlc .list .item:nth-child(7) .left,.fwlc .list .item:nth-child(8) .left,.fwlc .list .item:nth-child(9) .left,.fwlc .list .item:nth-child(10) .left{
	opacity: 1;
}

.fwlc .list .item:nth-child(15) .down{
	opacity: 0;
}

/* .fwlc img{
	max-width: 1088px;
	margin: 0 auto;
} */

.syy-hb {
	height: 315px;
	position: absolute;
	right: 0;
	top: 0;
}

.syy-hb img {
	width: 100%;
}

.syy-ha dt {
	font-size: 16px;
	color: #0bb675;
	font-family: 'aliphheav';
	padding-bottom: 20px;
	text-align: center;
}

.syy-ha dd {
	font-size: 20px;
	color: #000;
	line-height: 32px;
	text-indent: 33px;
	font-family: 'aliphmediu';
}

.swiper-syyhc {
	width: 100%;
	overflow: hidden;
}

.syy-hc {
	margin-top: 100px;
}

.syy-hc-title {
	padding-bottom: 20px;
	text-align: center;
}

.syy-hc-title a {
	font-size: 16px;
	color: #0bb675;
	font-family: 'aliphheav';
}

.syy-h{
	padding-top: 40px;
	padding-bottom: 40px;
}

.syy-h .p-title{
	margin-top: 0;
}

.syy-hcbox {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}

.syy-h .mySwiper{
	margin-top: 5px;
	box-sizing: border-box;
}

.syy-hcbox img {
	width: 100%;
	height: 100%;
}
.syy-h .mySwiper .swiper-slide{
	width: 30%;
	height: 70px;

	border: #f8f8f8 solid 2px;
	
}

.syy-h .mySwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}

.syy-h .mySwiper .swiper-slide-thumb-active{
	border: #7c0616 solid 2px;
}

.syy-h .mySwiper .swiper-button-next:after, .syy-h .mySwiper .swiper-button-prev:after{
	font-size: unset;
	color: #fff;
}

.syy-h .mySwiper .swiper-button-next{
	width: 10px;
	height: 70px;
	background-color: #7c0616;
	right: 0;
	top: 24px;
}

.syy-h .mySwiper .swiper-button-prev{
	width: 10px;
	height: 70px;
	background-color: #7c0616;
	left: 0;
	top: 24px;
}

.syy-gbg2 {
	background: #f3f3f3;
}

.syy-g2 {
	margin-top: 90px;
}

.syy-i {
	width: 95%;
	max-width: 1450px;
	margin: 65px auto 0;
	position: relative;
	height: 550px;
}

.swiper-syyi2 {
	margin-right: 390px;
	overflow: hidden;
	height: 550px;
}

.swiper-syyi2 .swiper-slide {
	position: relative;
}

.swiper-syyi2 .swiper-slide img {
	width: 100%;
	min-height: 100%;
}

.swiper-syyi2 .swiper-slide:before {
	/*content:"";width:70px;height:70px;position:absolute;left:50%;top:50%;margin:-35px 0 0 -35px;cursor:pointer;z-index:99;background:url(../images/v.png) no-repeat 0 0;background-size:auto 100%;*/
}

.swiper-syyi2 .swiper-slide.on:before {
	display: none;
}

.swiper-syyi {
	width: 340px;
	height: 550px;
	padding-right: 20px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

.swiper-syyi .swiper-slide {
	overflow: hidden;
}

.swiper-syyi .swiper-slide img {
	width: 100%;
	min-height: 100%;
}

.swiper-syyi .swiper-slide-thumb-active {
	border: 5px solid #940708;
	width: 330px;
}

.swiper-pagsyyi {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.swiper-syyi>.swiper-pagination-progressbar {
	width: 10px;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	background: #dadada;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-syyi .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #940708;
}

.syyi-v {
	width: 800px;
	height: 450px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
	z-index: 999;
	display: none;
}

.syyivbox {
	width: 100%;
	height: 550px;
	background: #000;
	overflow: hidden;
}

.syyiv-close {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #000;
	position: absolute;
	right: -10px;
	top: -10px;
	text-align: center;
	line-height: 28px;
	font-size: 30px;
	color: #000;
	cursor: pointer;
	z-index: 99;
}

.shipin {}

.gd {
	overflow-y: scroll;
}

.gd::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.gd::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.gd::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #aaa;
	-webkit-box-shadow: inset 0 0 6px #ccc;
}

.gd::-webkit-scrollbar-thumb:window-inactive {
	background: #aaa;
}

.cases-list {
	margin-top: 100px;
}

.cases-list-content {
	flex-wrap: wrap;
}

.news-pic-list {
	width: 32%;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.19);
}

.news-pic-list .img{
	height: 230px;
	overflow: hidden;
}

.news-pic-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-pic-list h3{
	color: #7c0616;
	font-weight: lighter;
	line-height: 30px;
	margin-top: 50px;
	padding: 0 6%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-pic-list p{
	margin-top: 30px;
	padding: 0 6%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-pic-list .desc-content{
	padding-bottom: 90px;
}

.news-pic-list .see-more{
	width: 150px;
	height: 36px;
	font-size: 17px;
	font-family: 'aliphlight';
	background-color: #7b0616;
	color: #fff;
	padding: 6px 20px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	text-align: center;
	box-sizing: border-box;
}

.cases-more {
	display: none;
}

#cases-more-btn {
	text-align: center;
	cursor: pointer;
}

.syy-jtit {
	margin-top: 35px;
	text-align: center;
}

.syy-jtit span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #bd0f0f;
	padding: 0 80px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

.syy-jtit span.on {
	background: #bd0f0f;
	color: #fff;
}

.syy-jbg {
	background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 80%, #fff 100%);
	padding: 100px 0;
}

.syy-j {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

.swiper-syyjm {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-syyjm .swiper-slide {
	transform: scale(.8);
}

.swiper-syyjm .swiper-slide dt {
	height: 410px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-syyjm .swiper-slide dt img {
	max-width: 100%;
	max-height: 100%;
}

.swiper-syyjm .swiper-slide dd {
	text-align: center;
	font-size: 22px;
	color: #000;
	padding-top: 20px;
	opacity: 0;
	transition: .3s;
}

.swiper-syyjm .swiper-slide-active {
	transform: scale(1);
}

.swiper-syyjm .swiper-slide-active dd {
	opacity: 1;
}

.swiper-syyjm::before {
	content: "";
	width: 20%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right, rgba(244, 244, 244, 1) 30%, rgba(244, 244, 244, .1));
	left: 0;
	top: 0;
	z-index: 99;
}

.swiper-syyjm::after {
	content: "";
	width: 20%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to left, rgba(244, 244, 244, 1) 30%, rgba(244, 244, 244, .1));
	right: 0;
	top: 0;
	z-index: 99;
}

.swiper-syyjm-next {
	width: 50px;
	height: 50px;
	background: #940708 url(../images/net.png) no-repeat center center;
	position: absolute;
	right: 27%;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 999;
	border-radius: 50%;
	background-size: auto 50%;
}

.swiper-syyjm-prev {
	width: 50px;
	height: 50px;
	background: #940708 url(../images/pre.png) no-repeat center center;
	position: absolute;
	left: 27%;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 999;
	border-radius: 50%;
	background-size: auto 50%;
}

.syy-jm {
	display: none;
}

.syy-jm.on {
	display: block;
}

.syy-jm-more {
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 99;
}

.syy-jm-more a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 60px;
	background: #bd0f10;
	font-size: 20px;
	color: #fff;
}

.syy-k {
	
	max-width: 1400px;
	margin: 55px auto 0;
}

.syy-k li {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.syy-k li dl {
	padding: 20px;
	position: relative;
}

.syy-k li dl dt {
	width: 430px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 20px;
}

.syy-k li dl dt img {
	width: 100%;
	height: 100%;
}

.syy-k li dl dd {
	margin-left: 490px;
	height: 260px;
	position: relative;
}

.syy-k li dl dd h2 {
	padding: 0 0 10px;
}

.syy-k li dl dd h2 a {
	font-size: 28px;
	color: #9a3a26;
	font-family: 'aliphregu';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: "aliphlight";
}

.syy-k li dl dd p {
	font-size: 18px;
	color: #707070;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: "aliphlight";
}

.syy-k li dl dd .mtime {
	font-size: 16px;
	font-family: "aliphlight";
	color: #b8b8b8;
	position: absolute;
	left: 0;
	bottom: 0;
}

.syy-k li dl dd .more {
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font-family: 'aliphlight';
}

.syy-k li dl dd .more span {
	display: inline-block;
	padding-top: 15px;
}

.syy-kbut {
	text-align: center;
	margin-top: 50px;
}

.syy-kbut span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 18px;
	color: #707070;
	cursor: pointer;
	margin-bottom: 20px;
	background: url(../images/ico14.png) no-repeat right center;
	font-family: 'aliphlight';
}

.syy-lbg {
	padding: 70px 0 90px;
	margin-top: 60px;
	background-color: #f8f8f8;
}

.syy-lbg .syy-f {
	margin-top: 0;
}

.syy-l {
	/* max-width: 1200px; */
	margin: 90px auto 0;
	display: flex;
	justify-content: space-around;
}

.syy-l dl {
	width: 32%;
	height: 525px;
	background: url(../images/bg07.jpg) no-repeat 0 0;
	background-size: cover;
}

.syy-l dl.syy-ldl2 {
	background-image: url(../images/bg08.jpg);
}

.syy-l dl.syy-ldl3 {
	background-image: url(../images/bg09.jpg);
}

.syy-l dl dt {
	height: 160px;
	background: url(../images/ico04.png) no-repeat center bottom;
}

.syy-l dl.syy-ldl2 dt {
	background-image: url(../images/ico05.png);
}

.syy-l dl.syy-ldl3 dt {
	background-image: url(../images/ico06.png);
}

.syy-l dl dd {
	padding-top: 35px;
	font-size: 20px;
	color: #fff;
	font-family: 'aliphlight';
}

.syy-l dl dd h2 {
	font-size: 30px;
	font-family: 'aliphlight';
	text-align: center;
	padding-bottom: 40px;
	color: #fff;
	font-weight: normal;
}

.syy-l dl dd p {
	padding-left: 155px;
	position: relative;
}

.syy-l dl dd p:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 130px;
	top: 10px;
	border-radius: 50%;
}

.syy-l dl.syy-ldl1 dd p {
	padding-left: 115px;
}

.syy-l dl.syy-ldl1 dd p:before {
	left: 90px;
}

.syy-m {
	margin: 90px auto 0;
}

.syy-ma {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.syy-ma dl {
	width: 30%;
	height: 100px;
	position: relative;
}

.syy-ma dl dt {
	width: 30px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 30px;
}

.syy-ma dl dd {
	margin-left: 80px;
	font-size: 18px;
	color: #b1051c;
	font-weight: lighter;
}

.syy-ma dl dd h2 b {
	font-size: 85px;
	font-family: 'Georgia';
	vertical-align: middle;
	font-weight: lighter;
}


.syy-ma dl.syy-ma-dl2 dt {
	
}

.syy-ma dl dt {
	border-left: #b1051c solid 1px;
	height: 45px;
	
}

.syy-mb {
	width: 95%;
	max-width: 1400px;
	margin: 70px auto;
	display: flex;
}

.syy-mb .aps{
	width: 90%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.syy-mb .aps .up-bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 999;
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
	background:-webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}

.syy-mb .aps .down-bg{
	position: absolute;
	bottom:  0;
	width: 100%;
	height: 50px;
	z-index: 999;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	background:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}

.syy-mb .aps p{
	line-height: 50px;
	font-size: 20px;
	font-family: 'aliphlight';
	transform: translateY();
}

.syy-mb .list-p{
	transition: all 0.35s ease;
}


.syy-mb .right{
	display: flex;
	align-items: center;
	width: 20px;
	margin: 0 auto;
}
.syy-mb .right .up-jt{
	width: 20px;
	height: 12px;
	background: url(../images/up-jt.png) no-repeat right center;
	background-size: cover;
	cursor: pointer;
}

.syy-mb .right .down-jt{
	width: 20px;
	height: 12px;
	background: url(../images/down-jt.png) no-repeat right center;
	background-size: cover;
	cursor: pointer;
}
.syy-mb .right .line{
	text-align: center;
	width: 1px;
	margin-left: 9px;
	height: 100px;
	border-left: #9d0f23 dashed 1px;
}

.syy-mb ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.syy-mb ul li {
	width: 13%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	overflow: hidden;
}

.syy-mb ul li img {
	max-width: 100%;
	max-height: 100%;
	transition: .3s;
}

.syy-mb ul li:hover img {
	transform: scale(1.1);
}

.syy-n {
	width: 95%;
	max-width: 1500px;
	margin: 70px auto 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #bc100f;
	font-size: 16px;
	color: #000;
	font-family: 'aliphlight';
}

.syy-n a {
	font-size: 16px;
	color: #000;
	font-family: 'aliphlight';
}

.syy-o {
	max-width: 1400px;
	padding: 0 2%;
	margin: 140px auto 0;
}

.syy-o1 {
	font-size: 16px;
	color: #000;
	font-family: 'aliphlight';
	text-align: center;
}

.syy-o1 h2 {
	font-size: 36px;
	color: #9d0f23;
	font-family: 'aliphheav';
	padding: 10px 0;
}

.syy-o1 span {
	margin: 0 10px;
}

.syy-o2 {
	font-size: 18px;
	color: #000;
	font-family: 'aliphlight';
	margin: 40px auto;
}

.syy-o2 p {
	line-height: 33px;
}

.syy-o2 img {
	max-width: 100%;
	display: inline-block;
}

.syy-o3 {
	margin-top: 55px;
	text-align: center;
}

.syy-o3 a ,#syy-index-dtbox-more a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 60px;
	background: #fff;
	font-size: 20px;
	color: #940708;
	border: 1px solid #940708;
	font-family: 'aliphlight';
}

#syy-index-dtbox{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2%;
}

#syy-index-dtbox-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.syy-o4 {
	padding-top: 20px;
	border-top: 1px solid #940708;
	margin-top: 60px;
	font-size: 18px;
	color: #890606;
	font-family: 'aliphlight';
}

.syy-o5 {
	margin: 40px auto;
	position: relative;
}

.swiper-syyo5 {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-syyo5 dl {
	width: 95%;
	height: 340px;
	margin: 0 auto;
	background: #f7f7f7;
}

.swiper-syyo5 dl dt {
	height: 270px;
	overflow: hidden;
}

.swiper-syyo5 dl dt img {
	width: 100%;
	min-height: 100%;
	transition: .3s;
}

.swiper-syyo5 dl dd {
	padding: 20px 20px 0;
}

.swiper-syyo5 dl a {
	font-size: 18px;
	color: #000;
}

.swiper-syyo5 dl:hover dt img {
	transform: scale(1.1);
}

.swiper-syyo5-next {
	width: 40px;
	height: 100%;
	background: url(../images/net2.png) no-repeat right center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 999;
}

.swiper-syyo5-prev {
	width: 40px;
	height: 100%;
	background: url(../images/pre2.png) no-repeat 0 center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 999;
}

.syy-p {
	width: 90%;
	max-width: 1500px;
	margin: 60px auto;
}

.syy-pa {
	max-width: 1300px;
	margin: 0 auto;
	font-size: 20px;
	color: #000;
	font-family: 'aliphmediu';
	text-indent: 35px;
}

.syy-pb {}

.syy-pb ul {}

.syy-pb ul li {
	border-left: 2px solid #a60c0c;
	line-height: 56px;
	font-size: 16px;
	font-family: 'aliphlight';
	padding-left: 45px;
	margin-bottom: 10px;
	background-color: #f8f8f8;
}

.syy-pb ul li:nth-child(3n+1) {}

.syy-pb ul li .view-pic {
	width: 19px;
	height: 19px;
	background: url(../images/view-pic.png) no-repeat;
	display: inline-table;
	cursor: pointer;
	position: relative;
	top: 5px;
	margin-left: 10px;
}

.syy-pb ul li dl dt {
	position: relative;
	width: 0;
	height: 0;
}

.syy-pb ul li dl dt img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

.syy-pb ul li dl dd {
	padding-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-family: 'aliphlight';
	height: 50px;
}

.syy-pb-more {
	text-align: right;
	margin-top: 30px;
}

.syy-pb-more a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 60px;
	background: #bd0f10;
	font-size: 20px;
	color: #fff;
}

.syy-f2 {
	margin-top: 70px;
}

.syy-q {
	width: 95%;
	max-width: 1500px;
	margin: 50px auto 0;
	min-height: 400px;
	position: relative;
}

.syy-qa {
	font-size: 18px;
	color: #000;
	font-family: 'aliphregu';
	line-height: 35px;
	text-align: justify;
}

.syy-r {
	width: 95%;
	max-width: 1500px;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
}

.syy-r dl {
	height: 60px;
	position: relative;
	margin: 35px 0;
	width: 26%;
}

.syy-r dl dt {
	width: 120px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ico08.png) no-repeat 45px center;
}

.syy-r dl dd {
	margin-left: 120px;
	font-size: 20px;
	color: #000;
	font-family: 'aliphheav';
}

.syy-r dl dd h2 {
	font-size: 32px;
	margin-top: -10px;
}

.syy-r dl:before {
	content: "";
	width: 2px;
	height: 60px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
}

.syy-r dl.syy-r-dl1 dt,
.syy-r dl.syy-r-dl4 dt {
	width: 75px;
	background-position: 0 center;
}

.syy-r dl.syy-r-dl1 dd,
.syy-r dl.syy-r-dl4 dd {
	margin-left: 75px;
}

.syy-r dl.syy-r-dl1:before {
	display: none;
}

.syy-r dl.syy-r-dl4:before {
	display: none;
}

.syy-r dl.syy-r-dl2,
.syy-r dl.syy-r-dl5 {
	width: 32%;
}

.syy-r dl.syy-r-dl3,
.syy-r dl.syy-r-dl6 {
	width: 40%;
}

.syy-r dl.syy-r-dl6 dd h2 {
	font-size: 22px;
	margin-top: -5px;
}

.syy-r dl.syy-r-dl2 dt {
	background-image: url(../images/ico09.png);
}

.syy-r dl.syy-r-dl3 dt {
	background-image: url(../images/ico10.png);
}

.syy-r dl.syy-r-dl4 dt {
	background-image: url(../images/ico11.png);
}

.syy-r dl.syy-r-dl5 dt {
	background-image: url(../images/ico12.png);
}

.syy-r dl.syy-r-dl6 dt {
	background-image: url(../images/ico13.png);
}

.contact-out {
	/* width: 95%;
	max-width: 1400px; */
	width: 95%;
	max-width: 1500px;
	display: flex;
	margin: 50px auto;
	align-items: center;
}

.contact-in {
	position: relative;
}

.contact-in-left {
	width: 30%;
	/* padding-left: 3%; */
}

.contact-in-middle {
	border-left: 1px solid #9d0f23;
	width: 40%;
	padding-left: 3%;
}

.contact-in-right {
	border-left: 1px solid #9d0f23;
	/* width: 20%; */
}

.contact-in-right .syy-qb {
	float: right;
	max-width: 190px;
}

.contact-in dl {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}

.contact-in dl dt {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ico08.png) no-repeat center center;
}

.contact-in dl dd {
	color: #9d0f23;
}

.contact-in dl dd h2 {
	color: #293352;
}

.contact-in dl.syy-r-dl1 dt,
.contact-in dl.syy-r-dl2 dt {
	width: 75px;
	height: 75px;
	background-position: 0 center;
	background-size: 65px;
	/* background-position: 10px 10px; */
	margin: 5px 0 0 0px;
}

.contact-in dl.syy-r-dl1 dd,
.contact-in dl.syy-r-dl2 dd {
	margin-left: 75px;
	font-size: 29px;
	line-height: 29px;
}

.contact-in dl.syy-r-dl1 dd h2,
.contact-in dl.syy-r-dl2 dd h2 {
	font-size: 44px;
	line-height: 44px;
}

.contact-in dl.syy-r-dl4,
.contact-in dl.syy-r-dl5,
.contact-in dl.syy-r-dl6 {}

.contact-in dl.syy-r-dl4 dt,
.contact-in dl.syy-r-dl5 dt,
.contact-in dl.syy-r-dl6 dt {
	background-size: 50px;
	width: 50px;
	height: 42px;
	background-position: 0 0;
	left: 20px;
	top: 15px;
}

.contact-in dl.syy-r-dl4 dd,
.contact-in dl.syy-r-dl5 dd,
.contact-in dl.syy-r-dl6 dd {
	margin-left: 82px;
	font-size: 19px;
}

.contact-in dl.syy-r-dl4 dd h2,
.contact-in dl.syy-r-dl5 dd h2,
.contact-in dl.syy-r-dl6 dd h2 {
	font-size: 29px;
	line-height: 28px;
}

.contact-in dl.syy-r-dl2 dt {
	background-image: url(../images/ico09.png);
}

.contact-in dl.syy-r-dl3 dt {
	background-image: url(../images/ico10.png);
}

.contact-in dl.syy-r-dl4 dt {
	background-image: url(../images/ico11.png);
}

.contact-in dl.syy-r-dl5 dt {
	background-image: url(../images/ico12.png);
}

.contact-in dl.syy-r-dl6 dt {
	background-image: url(../images/ico13.png);
}

.syy-qb {}

.syy-qb dl,
.syy-qb dt,
.syy-qb dd {
	display: block;
	position: relative !important;
}

.syy-qb dl {
	width: 100%;
	margin-left: 15%;
}

.syy-qb dt img {
	width: 100%;
}

.syy-qb dd {
	font-size: 14px;
	color: #000;
	font-family: 'aliphregu';
	width: 100%;
	display: block;
	padding-left: 12px;
	background: url(../images/ico07.png) no-repeat 0 center;
	background-size: 12px;
}

#view-pic {
	position: fixed;
	top: 20%;
	left: 20%;
	width: 50%;
	background-color: #ffffff;
	border: 1px solid #cecece;
	box-shadow: 1px 1px 5px 1px #636363;
	padding: 25px;
	display: none;
}

#view-pic #close {
	position: absolute;
	right: 2px;
	top: 2px;
}

#view-pic #pic {
	width: 100%;
}

.office-out {
	max-width: 1400px;
	margin: 100px auto;
	overflow: hidden;
	padding: 0 2%;
}

.office-title {
	line-height: 48px;
	font-size: 26px;
	margin: 50px 0;
	font-weight: lighter;
}

#syy-vr-iframe {
	width: 100%;
	max-width: 1350px;
	height: 755px;
}

.dg-container {
	width: 100%;
	height: 450px;
	position: relative;
}

.dg-wrapper {
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.dg-wrapper a {
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/* background: transparent url(../images/browser.png) no-repeat top left; */
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper a.dg-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
	display: block;
	padding: 21px 0px 0px 1px;
	margin: 0 auto;
	width: 90%;
}

.dg-wrapper a div {
	font-family: "aliphlight";
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}

.dg-wrapper a.dg-center div {
	display: block;
}

.dg-container nav {
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}

.dg-container nav span {
	text-indent: -9000px;
	float: left;
	cursor: pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}

.dg-container nav span:hover {
	opacity: 1;
}

.dg-container nav span.dg-next {
	background-position: top right;
	margin-left: 10px;
}

.bghj{
	background-color: #f8f8f8;
	padding-top: 90px;
	padding-bottom: 100px;
}

.bghj a{
	padding-top: 50px;
}

.bghj img{
	
	width: 100%;
}

#hezuo {
	width: 80%;
	margin: 100px auto;
	max-width: 1300px;
}

#honor-desc {
	width: 95%;
	max-width: 1400px;
	font-size: 18px;
	line-height: 32px;
	margin: 0 auto;
	padding: 100px 0 20px;
	font-family: "aliphlight";
	text-indent: 2em;
}

.honor-showajaxnews {
	display: block;
}

.imagelist {
	display: none;
}

.titlelist {
	display: block;
}

.honor-list-tip {
	padding: 10px;
	border: 1px solid #ddd;
}

.honor-list-tip .just-con img {
	width: 100%;
}

@media (max-width:1700px) {
	.lbanner-lxwm {
		height: 650px;
	}
}

@media  (max-width:1500px){
	.contact-in dl.syy-r-dl1 dd,
	.contact-in dl.syy-r-dl2 dd {
		margin-left: 75px;
		font-size: 25px;
		line-height: 25px;
	}
	.contact-in dl.syy-r-dl1 dt, .contact-in dl.syy-r-dl2 dt {
		width: 65px;
		height: 65px;
		background-position: 0 center;
		background-size: 55px;
		/* background-position: 10px 10px; */
		margin: 5px 0 0 0px;
	}

	.contact-in dl.syy-r-dl1 dd h2,
	.contact-in dl.syy-r-dl2 dd h2 {
		font-size: 35px;
		line-height: 35px;
}
}

@media (max-width:1300px) {
	.syy-f-list .item{
		font-size: 22px;
	}
	.contact-in dl.syy-r-dl1 dd,
	.contact-in dl.syy-r-dl2 dd {
		margin-left: 75px;
		font-size: 20px;
	}

	.contact-in dl.syy-r-dl1 dd h2,
	.contact-in dl.syy-r-dl2 dd h2 {
		font-size: 35px;
	}
	.fwlc .list .item .top .left{
		left: -42px;
	}
	.fwlc .list .item .top .right{
		right: -42px;
	}


	.contact-in dl.syy-r-dl4 dd,
	.contact-in dl.syy-r-dl5 dd,
	.contact-in dl.syy-r-dl6 dd {
		/* margin-left: 45px; */
		font-size: 16px;
	}

	.contact-in dl.syy-r-dl4 dd h2,
	.contact-in dl.syy-r-dl5 dd h2,
	.contact-in dl.syy-r-dl6 dd h2 {
		font-size: 20px;
	}
}

.gxx-list ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.gxx-list .titlelist{
	width: 31%;
	line-height: 30px;
	border-left: unset;
	padding-left: unset;
	background: unset;
	margin-bottom: 20px;

}

.gxx-list .titlelist .img{
	height: 300px;
	display: flex;
	justify-content: center;

}
.gxx-list .titlelist img{
	/* width: 100%; */
	height: 100%;
	object-fit: contain;

}

.gxx-list .titlelist p{
	text-align: center;
	margin-top: 15px;
}


@media (max-width:1200px) {
	.gxx-list .titlelist .img{
		height: 250px;
	}
	.fwlc .list .item .top .left{
		left: -30px;
	}
	.fwlc .list .item .top .right{
		right: -30px;
	}
	.nav li dl {
		width: 142px;
		margin-left: -77px;
	}
	.syy-hcbox {
		height: 200px;
	}
	.syy-h .mySwiper .swiper-slide,.syy-h .mySwiper .swiper-button-next ,.syy-h .mySwiper .swiper-button-prev {
		height: 50px;
	}

	#anli-box .anli-list .item .see-btn{
		width: 120px;
		height: 30px;
		font-size: 16px;
		padding: 4px 20px;
	}
	.news-pic-list .see-more{
		width: 120px;
		height: 30px;
		font-size: 16px;
		padding: 4px 20px;
	}
	
	.syy-index-news .news-list li {
		font-size: 16px;
		line-height: 22px;
	}
	.syy-index-news .news-list li .news-m {
		font-size: 20px;
	}

	.syy-index-news .news-list li span {
		font-size: 40px;
		line-height: 45px;
	}
	.desc-text-16{
		font-size: 16px;
		line-height: 22px;
		font-family: "aliphlight";
	}
	.desc-text-18{
		font-size: 17px;
		font-family: "aliphlight";
		line-height: 24px;
	}
	
	.desc-text-17{
		font-size: 17px;
		font-family: "aliphlight";
		line-height: 24px;
	}
	
	.desc-text-24{
		font-size: 20px;
		font-family: "aliphlight";
		line-height: 24px;
	}
	#honor-desc {
		padding-top: 50px;
	}
	.cases-list {
		margin-top: 80px;
	}
	.syy-gbg {
		padding: 20px 0;
	}
	.syy-f {
		margin-top: 60px;
	}
	.header {
		max-width: 1200px;
	}
	.nav {
		margin-left: 60px;
	}
	.p-title{
		font-size: 38px;
		margin: 30px 0;

	}
	.syy-f-list .item{
		font-size: 22px;
		padding: 0 30px;
		padding-top: 20px;
	}

	.title-display .more-btn{
		width: 140px;
		height: 35px;
		font-size: 14px;

	}
	.syy-faa-a {
		padding: 20px 0;
		width: 95%;
	}

	.nav li a {
		font-size: 18px;
	}

	.nav li dl dd a {
		font-size: 16px;
		line-height: 30px;
	}

	.head-tel {
		background-size: auto 30px;
		font-size: 12px;
		padding-left: 35px;
		top: 5px;
	}
	.bghj {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.head-tel b {
		font-size: 20px;
		margin-top: -3px;
	}

	.syy-index-content {
		display: block;
	}
	
	.syy-index-content .left{
		width: 100%;
	}
	.syy-index-content .left p{
		line-height: 40px;
	}
	.syy-index-content .right{
		width: 100%;
		display: flex;
		flex-direction: row;
		margin-top: 20px;
	}
	
	.syy-index-content .right a{
		width: 24.5%;
	}
	

	.syy-c {
		margin-top: 20px;
		font-size: 20px;
	}

	.syy-db dl {
		height: 270px;
	}

	.syy-db dl dt {
		height: 200px;
	}

	.syy-db dl dd a {
		font-size: 14px;
	}

	.swiper-syyo5 dl {
		height: 270px;
	}

	.swiper-syyo5 dl dt {
		height: 200px;
	}

	.swiper-syyo5 dl a {
		font-size: 14px;
	}

	.syy-da {
		font-size: 18px;
	}

	.syy-db {
		margin-top: 15px;
	}

	.syy-d {
		padding: 20px 0 15px;
	}

	.syy-faa-a li h2 {
		font-size: 30px;
	}

	.syy-faa-a li h2 b {
		font-size: 50px;
	}

	.syy-faa-a li p {
		font-size: 16px;
		margin-top: 5px;
	}

	.syy-fa {
		margin-top: 30px;
		min-height: auto;
	}

	.syy-g2 {
		margin-top: 50px;
	}

	.syy-lbg {
		padding: 40px 0 50px;
		margin-top: 30px;
	}

	.syy-l {
		margin-top: 40px;
	}

	.syy-l dl {
		height: 430px;
	}

	.syy-l dl dt {
		height: 110px;
		background-size: auto 45px;
	}

	.syy-l dl dd {
		padding-top: 25px;
		font-size: 16px;
	}

	.syy-l dl dd h2 {
		font-size: 20px;
		padding-bottom: 30px;
	}

	.syy-l dl dd p {
		padding-left: 125px;
	}

	.syy-l dl dd p:before {
		left: 100px;
	}

	.syy-l dl.syy-ldl1 dd p {
		padding-left: 95px;
	}

	.syy-l dl.syy-ldl1 dd p:before {
		left: 70px;
	}

	.syy-r dl dt {
		width: 75px;
		background-size: auto 30px;
		height: 35px;
		background-position: 30px center;
	}

	.syy-r dl dd {
		margin-left: 75px;
		font-size: 14px;
	}

	.syy-r dl dd h2 {
		font-size: 18px;
	}

	.syy-r dl.syy-r-dl6 dd h2 {
		font-size: 14px;
	}

	.syy-r dl.syy-r-dl3 dt {
		background-size: auto 20px;
	}

	.syy-r dl.syy-r-dl1 dt,
	.syy-r dl.syy-r-dl4 dt {
		width: 40px;
	}

	.syy-r dl.syy-r-dl1 dd,
	.syy-r dl.syy-r-dl4 dd {
		margin-left: 40px;
	}

	.syy-r dl:before {
		height: 40px;
	}

	.syy-r {
		margin: 50px auto;
	}

	.syy-r dl {
		height: 40px;
		margin: 15px 0;
	}

	.footer-a img {
		width: 50%;
	}

	.news-pic-list .img{
		height: 200px;
	}

	.contact-in dl.syy-r-dl1 dd,
	.contact-in dl.syy-r-dl2 dd {
		font-size: 22px;
	}

	.contact-in dl.syy-r-dl1 dd h2,
	.contact-in dl.syy-r-dl2 dd h2 {
		font-size: 26px;
	}

	.contact-in dl.syy-r-dl4 dd,
	.contact-in dl.syy-r-dl5 dd,
	.contact-in dl.syy-r-dl6 dd,
	.contact-in dl.syy-r-dl4 dd h2,
	.contact-in dl.syy-r-dl5 dd h2,
	.contact-in dl.syy-r-dl6 dd h2 {
		font-size: 16px;
	}

	.syy-qb {
		width: 160px;
	}

	.syy-qb dd {
		font-size: 12px;
	}
}

@media (max-width:1050px) {
	.gxx-list .titlelist .img{
		height: 220px;
	}
	.fwlc .list .item .top .left{
		left: -12px;
	}
	.fwlc .list .item .top .right{
		right: -12px;
	}
	.fwlc .list .item .top .mid p {
		font-size: 16px;
		bottom: 20px;
	}
	.syy-faa-a li h2 span {
		font-size: 65px;
	}

	.syy-f-list .item{
		font-size: 18px;
	}
	.syy-f-list .item:first-child{
		line-height: 50px;
	}
	.syy-f-list .item:nth-child(2){
		line-height: 35px;
	}
	.syy-f-list .item .b-line{
		border-bottom: #fff solid 1px;
		display: inline-block;
		margin-bottom: 10px;
	}
	.syy-f-list .item:nth-child(2) .teshu{
		margin-top: 30px;
	}
	.syy-f-list .item:nth-child(4) p{
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.syy-f-list .item:nth-child(4) .b-line{
		line-height: 38px;
	}
	.news-pic-list {
		width: 49%;
	}
	.syy-index-news .news-list li .news-m {
		font-size: 18px;
	}

	.syy-index-news .news-list li span {
		font-size: 30px;
		line-height: 35px;
	}
	.desc-text-16{
		font-size: 16px;
		line-height: 22px;
		font-family: "aliphlight";
	}
	.desc-text-18{
		font-size: 16px;
		font-family: "aliphlight";
		line-height: 24px;
	}
	#anli-box .anli-list .item {
		width: 49%;
		margin-bottom: 30px;
	}
	
	.desc-text-17{
		font-size: 16px;
		font-family: "aliphlight";
		line-height: 24px;
	}
	
	.desc-text-24{
		font-size: 20px;
		font-family: "aliphlight";
		line-height: 24px;
	}
	#honor-desc {
		padding-top: 50px;
	}
	.cases-list {
		margin-top: 60px;
	}
	.syy-f {
		margin-top: 40px;
	}
	.header {
		max-width: 1050px;
	}
	.fwlc img{
		width: 100%;
	}

	.syy-h .syy-ha{
		display: block;
	}

	.syy-h .syy-ha .left{
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
		line-height: 25px;
		font-size: 16px;
	}
	.syy-h .syy-ha .right{
		margin-top: 30px;
		width: 100%;
	}


	.p-title{
		font-size: 28px;
		margin: 20px 0;
	}

	.title-display .more-btn{
		width: 140px;
		height: 35px;
		font-size: 14px;
	}

	.nav li a {
		font-size: 16px;
	}

	.nav li dl dd a {
		font-size: 14px;
		line-height: 30px;
	}

	.nav li dl {
		top: 40px;
	}

	.head-tel {
		top: 2px;
		font-size: 12px;
		background-size: 30px;
	}

	.head-tel b {
		display: block;
		font-size: 18px;
		margin-top: -2px;
	}

	.nav li dl dd a {
		font-size: 14px;
		line-height: 30px;
	}

	.syy-ba {
		margin-right: 0;
		margin-top: 30px;
		height: auto;
		padding-bottom: 20px;
	}

	.syy-bb {
		width: 100%;
		position: static;
	}

	.syy-bb ul li {
		margin-top: 0;
	}

	.syy-ba-tit {
		width: 95%;
		padding: 15px 0 10px;
		font-size: 20px;
	}

	.syy-ba-m li {
		font-size: 14px;
	}

	.syy-ba-m li span {
		width: 55px;
	}

	.syy-ba-m li i {
		width: 20px;
	}

	.syy-ba-m {
		width: 95%;
		padding-top: 10px;
	}

	.syy-ba-more {
		width: 95%;
		margin-top: -23px;
	}

	.syy-ba-more a {
		font-size: 14px;
	}

	.syy-db dl {
		height: 230px;
	}

	.syy-db dl dt {
		height: 170px;
	}

	.swiper-syyo5 dl {
		height: 230px;
	}

	.swiper-syyo5 dl dt {
		height: 170px;
	}

	/* .syy-dbut span {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		background-size: auto 10px;
	} */

	.syy-hcbox {
		height: 550px;
	}
	.syy-h .mySwiper .swiper-slide,.syy-h .mySwiper .swiper-button-next ,.syy-h .mySwiper .swiper-button-prev {
		height: 100px;
	}

	.footer-ba dl {
		font-size: 16px;
	}

	.footer-ba dl dd {
		font-size: 20px;
		padding-top: 10px;
	}

	.footer-bab {
		font-size: 14px;
	}

	.syy-e {
		margin: 60px auto 0;
	}

	.zzry{
		margin-top: 0px;
	}

	.syy-e a,
	.syy-e.on a {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.syy-gbg {
		padding: 20px 0;
		margin-top: 0px;
	}

	.syy-hb {
		position: static;
		height: auto;
		text-align: center;
	}

	.syy-hb img {
		width: auto;
		max-width: 80%;
		display: inline-block;
	}

	.syy-h {
		margin-top: 0px;
		padding-top: 20px;
		min-height: auto;
	}

	.syy-hc {
		margin-top: 50px;
	}

	.syy-lbanner {
		height: 350px;
	}

	.syy-i {
		margin-top: 30px;
		height: 350px;
	}

	.swiper-syyi2 {
		margin-right: 280px;
		height: 350px;
	}

	.syyivbox {
		height: 350px;
	}

	.swiper-syyi {
		width: 250px;
		height: 350px;
	}

	.swiper-syyi .swiper-slide-thumb-active {
		width: 240px;
	}

	.syyi-v {
		width: 90%;
		height: 400px;
		left: 5%;
		margin-left: 0;
		margin-top: -200px;
	}

	.syyivbox {
		height: 400px;
	}

	.syyiv-close {
		width: 22px;
		height: 22px;
		line-height: 20px;
	}

	.syy-jtit {
		margin-top: 20px;
	}

	.syy-jtit span {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		padding: 0 40px;
	}

	.syy-jbg {
		padding: 60px 0;
	}

	.swiper-syyjm .swiper-slide dt {
		height: 300px;
	}

	.swiper-syyjm .swiper-slide dd {
		font-size: 16px;
		padding-top: 10px;
	}

	.syy-jm-more a {
		height: 30px;
		line-height: 30px;
		padding: 0 30px;
		font-size: 16px;
	}

	.syy-pb-more a {
		height: 30px;
		line-height: 30px;
		padding: 0 30px;
		font-size: 16px;
	}

	.syy-k {
		margin-top: 35px;
	}

	.syy-k li dl dt {
		width: 270px;
		height: 150px;
	}

	.syy-k li dl dd {
		margin-left: 300px;
		height: 150px;
	}

	.syy-k li dl dd h2 {
		padding: 7px 0 6px;
	}

	.syy-k li dl dd h2 a {
		font-size: 18px;
	}

	.syy-k li dl dd p {
		font-size: 15px;
	}

	.syy-k li dl dd .mtime {
		font-size: 14px;
	}

	.syy-ma dl {
		height: 60px;
	}

	.syy-ma dl dt {
		width: 60px;
		height: 50px;
		background-size: auto 40px;
		top: 20px;
	}

	.syy-ma dl dd {
		margin-left: 70px;
		font-size: 16px;
	}

	.syy-ma dl dd h2 b {
		font-size: 50px;
	}

	.syy-m {
		margin-top: 50px;
	}

	.syy-mb {
		width: 80%;
		margin: 30px auto;
	}

	.syy-n {
		margin-top: 30px;
	}

	.syy-o {
		margin-top: 80px;
	}

	.syy-o1 {
		font-size: 14px;
	}

	.syy-o1 h2 {
		font-size: 22px;
		padding-bottom: 6px;
	}

	.syy-o1 span {
		margin: 0 7px;
	}

	.syy-o2 {
		font-size: 14px;
		margin: 20px auto;
	}

	.syy-o2 p {
		line-height: 22px;
	}

	.syy-o5 {
		margin: 30px auto;
	}

	.syy-o3 {
		margin-top: 35px;
	}

	.syy-o3 a {
		height: 30px;
		line-height: 30px;
		padding: 0 30px;
		font-size: 16px;
	}

	.syy-p {
		margin: 30px auto;
	}

	.syy-pa {
		font-size: 16px;
	}

	.syy-pb ul li {
		margin-top: 35px;
	}

	.syy-pb ul li dl dt {
		height: 230px;
	}

	.syy-pb ul li dl dd {
		font-size: 16px;
	}

	.syy-q {
		margin-top: 20px;
		min-height: auto;
	}

	.syy-qa {
		font-size: 14px;
		line-height: 27px;
	}

	.syy-qb {
		width: 190px;
		position: static;
		margin: 20px auto;
	}

	.footer-a img {
		width: 55%;
	}

	.footer-ba,
	.footer-baa,
	.footer-bab {
		width: 100%;
	}
	.footer-ba{
		font-size: 35px;
	}
	.footer-baa {
		font-size: 24px;
	}
	
	.footer-bab {
		font-size: 16px;
	}

	.contact-in dl.syy-r-dl1 dd,
	.contact-in dl.syy-r-dl2 dd {
		margin-left: 55px;
		font-size: 18px;
	}
	.contact-in dl.syy-r-dl1 dt, .contact-in dl.syy-r-dl2 dt {
		width: 65px;
		height: 65px;
		background-position: 0 center;
		background-size: 47px;
		/* background-position: 10px 10px; */
		margin: 5px 0 0 0px;
	}

	.contact-in dl.syy-r-dl1 dd h2,
	.contact-in dl.syy-r-dl2 dd h2 {
		font-size: 25px;
	}
}

@media (max-width:980px) {
	.gxx-list .titlelist .img{
		height: 200px;
	}
	.syy-index-news .news-list li .news-m {
		font-size: 16px;
	}

	/* .syy-index-news .news-list li span {
		font-size: 24px;
		line-height: 30px;
	} */
	#honor-desc {
		padding-top: 30px;
	}
	.bghj {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.padding-rl-1{
		padding-left: 8px;
		padding-right: 8px;
	}
	.footer-ba dl {
		width: 45%;
	}

	.footer-bab {
		width: 100%;
		padding-top: 30px;
	}


	.syy-lbanner {
		height: 300px;
	}

	.syy-lbg {
		padding: 30px 0;
		margin-top: 20px;
	}

	.syy-l {
		margin-top: 20px;
	}

	.syy-l dl {
		height: 360px;
	}

	.syy-l dl dt {
		height: 90px;
		background-size: auto 35px;
	}

	.syy-l dl dd {
		padding-top: 15px;
		font-size: 14px;
	}

	.syy-l dl dd h2 {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.syy-l dl dd p {
		padding-left: 95px;
	}

	.syy-l dl dd p:before {
		left: 70px;
	}

	.syy-l dl.syy-ldl1 dd p {
		padding-left: 65px;
	}

	.syy-l dl.syy-ldl1 dd p:before {
		left: 40px;
	}

	.syy-o4 {
		margin-top: 30px;
		font-size: 14px;
	}

	.footer-a img {
		width: 60%;
	}

	.news-pic-list .img{
		height: 180px;
	}

	.contact-in dl.syy-r-dl1 dt,
	.contact-in dl.syy-r-dl2 dt {
		width: 50px;
		height: 50px;
		background-size: 40px;
	}
	.contact-in dl.syy-r-dl1 dd, .contact-in dl.syy-r-dl2 dd {
		margin-left: 35px;
		/* font-size: 18px; */
	}

	.syy-qb {
		width: 160px;
	}

	.syy-hcbox {
		height: 450px;
	}
	.syy-h .mySwiper .swiper-slide,.syy-h .mySwiper .swiper-button-next ,.syy-h .mySwiper .swiper-button-prev {
		height: 100px;
	}

}

@media (max-width:850px) {
	.contact-in dl {
		margin-left: 3%;
	}
	.contact-in dl.syy-r-dl1 dd, .contact-in dl.syy-r-dl2 dd {
		margin-left: 55px;
		/* font-size: 18px; */
	}
	.title-display .more-btn{
		width: 100px;
		height: 30px;
		font-size: 14px;
	}
	.cases-list {
		margin-top: 40px;
	}
	.syy-f {
		margin-top: 30px;
	}
	.headerbg {
		background-size: auto 120%;
		background-position: -50px 0;
	}
	.syy-f-list .item{
		font-size: 16px;
		width: 49%;
		height: 450px;
		overflow: hidden;
		background-position: bottom;
		margin-top: 20px;
		padding: 0 15px;
		padding-top: 20px;
	}
	.syy-f-list .item:nth-child(3) {
		line-height: 27px;
	}

	.logo img {
		width: 300px;
	}

	.navbox {
		display: block;
	}

	.nav {
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 9999;
		width: 100%;
		background: #293352;
		margin: 0;
		display: none;
		box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.2);
		padding: 10px 0;
		height: auto;
	}

	.nav ul {
		display: block;
	}

	.nav li {
		display: block;
		width: 90%;
		margin: 0 auto;
		border: none;
		float: none;
		text-align: left;
		padding: 7px 0 7px 15px;
	}

	.nav li a {
		line-height: 10px;
		display: block;
		margin: 0;
		padding: 5px 0;
		background: none;
	}

	.nav li::before {
		content: "";
		width: 3px;
		height: 10px;
		background: #b48b62;
		position: absolute;
		left: 0;
		top: 12px;
		border-radius: 3px;
		transition: .3s;
	}

	.nav li dl {
		width: 100%;
		background: #293352;
		position: static;
		margin-left: 0;
		margin-top: 10px;
		padding: 7px 0;
		display: flex;
		margin-left: 0%;
		flex-wrap: wrap;
	}

	.nav li dl dd {
		width: 20%;
	}

	.nav li dl dd a {
		line-height: 22px;
	}

	.nav li:hover dl {
		display: flex;
	}

	.navclose {
		display: inline-block;
	}

	.head-tel {
		display: none;
	}

	.syy-bb ul li {
		width: 160px;
		height: 160px;
	}

	.syy-db dl {
		height: 190px;
	}

	.syy-db dl dt {
		height: 130px;
	}

	.syy-db dl dd {
		padding: 10px 10px 0;
	}

	.swiper-syyo5 dl {
		height: 190px;
	}

	.swiper-syyo5 dl dt {
		height: 130px;
	}

	.swiper-syyo5 dl dd {
		padding: 10px 10px 0;
	}

	.syy-da {
		font-size: 16px;
	}

	.syy-d {
		margin-top: 10px;
		padding: 10px 0 10px;
	}

	.syy-db {
		margin-top: 10px;
	}

	/* .syy-dbut span {
		padding: 0 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		background-size: auto 7px;
	} */

	.syy-index-news-1 .content .syy2-r {
		display: block;
	}

	.syy-index-news-1 .content .syy2-r dl {
		width: 100%;
	}
	.syy-index-news-1 .content .syy2-r dl dt{
		display: none;
	}

	.syy-index-news-1 .content .syy2-r dl dd{
		width: 100%;
	}

	.syy-index-news .news-list ul {
		display: block;
	}

	.syy-index-news .news-list li {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
	}

	#anli-box .anli-list .item {
		width: 49%;
		margin-bottom: 20px;
	}


	.syy-faa-a li h2 b {
		font-size: 40px;
	}

	.syy-faa-a li p {
		font-size: 14px;
		margin-top: 0;
	}

	.syy-fa {
		margin-top: 20px;
	}

	.syy-ha dt {
		font-size: 14px;
	}

	.syy-ha dd {
		font-size: 14px;
		line-height: 22px;
		text-indent: 22px;
	}

	.syy-hc {
		margin-top: 30px;
	}

	.syy-g2 {
		margin-top: 30px;
	}

	.syy-lbanner {
		height: 250px;
	}

	.syy-i {
		margin-top: 20px;
		height: 250px;
	}

	.swiper-syyi2 {
		margin-right: 220px;
		height: 250px;
	}

	.syyivbox {
		height: 250px;
	}

	.swiper-syyi {
		width: 200px;
		height: 250px;
		padding-right: 10px;
	}

	.swiper-syyi .swiper-slide-thumb-active {
		width: 190px;
	}

	.swiper-syyi>.swiper-pagination-progressbar {
		width: 5px;
	}

	.swiper-syyi2 .swiper-slide:before {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}

	.syy-k {
		margin-top: 25px;
	}

	.syy-k li dl dt {
		width: 220px;
		height: 120px;
	}

	.syy-k li dl dd {
		margin-left: 230px;
		height: 120px;
	}

	.syy-k li dl dd h2 {
		padding: 0 0 5px;
	}

	.syy-k li dl dd h2 a {
		font-size: 16px;
	}

	.syy-k li dl dd .more {
		width: 100px;
		height: 35px;
		font-size: 14px;
	}

	.syy-k li dl dd .more span {
		padding-top: 8px;
	}

	.syy-kbut {
		margin-top: 20px;
	}

	.syy-kbut span {
		height: 30px;
		line-height: 30px;
		padding: 0 25px;
		font-size: 14px;
	}

	.syy-ma dl {
		height: 50px;
	}

	.syy-ma dl dt {
		width: 50px;
		height: 40px;
		background-size: auto 30px;
		top: 15px;
	}

	.syy-ma dl dd {
		margin-left: 60px;
		font-size: 14px;
	}

	.syy-ma dl dd h2 b {
		font-size: 40px;
	}

	.syy-mb ul li {
		width: 17%;
		margin: 5px 0;
	}

	.syy-r dl.syy-r-dl1 dt,
	.syy-r dl.syy-r-dl3 dt,
	.syy-r dl.syy-r-dl5 dt {
		width: 40px;
		background-position: 0 center;
	}

	.syy-r dl.syy-r-dl1 dd,
	.syy-r dl.syy-r-dl3 dd,
	.syy-r dl.syy-r-dl5 dd {
		margin-left: 40px;
	}

	.syy-r {
		margin: 30px auto;
	}

	.syy-r dl {
		margin: 10px 0;
		width: 50%;
	}

	.syy-r dl.syy-r-dl2,
	.syy-r dl.syy-r-dl5 {
		width: 50%;
	}

	.syy-r dl.syy-r-dl3,
	.syy-r dl.syy-r-dl6 {
		width: 50%;
	}

	.syy-r dl.syy-r-dl4:before {
		display: block;
	}

	.syy-r dl.syy-r-dl3:before {
		display: none;
	}

	.syy-r dl.syy-r-dl5:before {
		display: none;
	}

	.syy-r dl.syy-r-dl4 dt {
		width: 75px;
		background-size: auto 30px;
		background-position: 30px center;
	}

	.syy-r dl.syy-r-dl4 dd {
		margin-left: 75px;
		font-size: 14px;
	}

	.syy-r dl.syy-r-dl5 dt {
		background-size: auto 25px;
	}

	.news-pic-list {
		width: 49%;
	}

	.contact-out {
		flex-wrap: wrap;
	}

	.contact-in {
		width: 80%;
		margin: 0 auto;
	}

	.contact-in dl.syy-r-dl4,
	.contact-in dl.syy-r-dl5,
	.contact-in dl.syy-r-dl6,
	.syy-qb {
		border-left: none;
		margin: 10px 0;
	}

	.contact-in dl.syy-r-dl4 dt,
	.contact-in dl.syy-r-dl5 dt,
	.contact-in dl.syy-r-dl6 dt {
		width: 75px;
		height: 75px;
		background-size: 50px;
		left: 0;
		background-position: 10px 0px;
	}

	.contact-in dl.syy-r-dl4 dd,
	.contact-in dl.syy-r-dl5 dd,
	.contact-in dl.syy-r-dl6 dd {
		font-size: 14px;
		margin-left: 55px;
	}

	.contact-in dl.syy-r-dl4 dd h2,
	.contact-in dl.syy-r-dl5 dd h2,
	.contact-in dl.syy-r-dl6 dd h2 {
		font-size: 20px;
	}

	.syy-qb {
		width: 80%;
	}

	.syy-qb dt img {
		width: 100%;
		height: auto;
	}

	.contact-in dl.syy-r-dl1 dt,
	.contact-in dl.syy-r-dl2 dt {
		background-size: 50px;
		width: 75px;
		height: 75px;
		margin: 0;
	}

	.contact-in-middle,
	.contact-in-right {
		border: none;
	}

	.footer-bb {
		display: none;
	}
	.footer-in .item {
		width: 50%;
	}

	.contact-in-right .syy-qb {
		float: none;
	}

	.syy-qb dd {
		font-size: 16px;
	}
}

@media (max-width:750px) {
	.gxx-list .titlelist .img{
		height: 180px;
	}
	.syy-e {
		margin: 40px auto 0;
	}
	.syy-index-content .right{
		flex-direction: unset;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.syy-index-content .right a {
		width: 49%;
	}
	.syy-hcbox {
		height: 300px;
	}
	.syy-h .mySwiper .swiper-slide,.syy-h .mySwiper .swiper-button-next ,.syy-h .mySwiper .swiper-button-prev {
		height: 70px;
	}
	.dbdh {
		z-index: 99999999999999999;
		position: fixed;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 65px;
		background-color: #fff;
	}
	.syy-f-list .item{
		width: 100%;
	}
	.footer-in{
		display: block;
	}
	.footer-in .item {
		width: 100%;
	}

	.dbdh ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}

	.dbdh ul li {
		width: 25%;
		height: 100%;
	}

	.dbdh ul li a {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.dbdh ul li a img {
		width: 31%;
	}

	.dbdh ul li a p {
		font-size: 13px;
		margin: 0px;
		color: #000;
	}

	.dbdh ul .click p {
		color: #ff0000;
	}

	.footerbg {
		margin-bottom: 65px;
		padding-bottom: 65px;
	}

	.syy-a {
		margin-top: 20px;
	}

	.syy-bb ul li {
		width: 130px;
		height: 130px;
	}

	.syy-ba,
	.syy-b {
		margin-top: 20px;
	}

	.syy-c {
		font-size: 16px;
	}

	.syy-video {
		width: 95%;
	}

	.copy {
		padding: 10px 0;
	}

	.copy span {
		margin: 5px 0;
		display: block;
	}

	.footer-a {
		padding-top: 40px;
		background-size: auto 25px;
	}

	.syy-faa-b {
		padding-top: 20px;
		font-size: 16px;
		line-height: 22px;
		text-indent: 26px;
	}

	.syy-gbg {
		padding: 20px 0;

	}

	.syy-g2 {
		margin-top: 20px;
	}

	.syy-e a,
	.syy-e.on a {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.syyi-v {
		height: 300px;
		margin-top: -150px;
	}

	.syyivbox {
		height: 300px;
	}

	.syy-jtit {
		margin-top: 10px;
	}

	.syy-jtit span {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 20px;
	}

	.syy-jbg {
		padding: 40px 0;
	}

	.swiper-syyjm .swiper-slide dt {
		height: 250px;
	}

	.swiper-syyjm .swiper-slide dd {
		font-size: 14px;
	}

	.swiper-syyjm-next {
		width: 35px;
		height: 35px;
	}

	.swiper-syyjm-prev {
		width: 35px;
		height: 35px;
	}

	.syy-jm-more {
		bottom: -30px;
	}

	.syy-jm-more a {
		padding: 0 20px;
		font-size: 14px;
	}

	.syy-pb-more a {
		padding: 0 20px;
		font-size: 14px;
	}

	.syy-k ul li {
		margin-bottom: 10px;
		background-size: auto 30px;
	}

	.syy-k li dl {
		padding: 10px;
	}

	.syy-k li dl dt {
		width: 160px;
		height: 114px;
		left: 10px;
		top: 10px;
	}

	.syy-k li dl dd {
		margin-left: 170px;
		height: 122px;
	}

	.syy-k li dl dd h2 {
		padding-bottom: 2px;
	}

	.syy-k li dl dd h2 a {
		font-size: 18px;
	}

	.syy-k li dl dd p {
		font-size: 15px;
	}

	.syy-k li dl dd .more {
		width: 80px;
		bottom: 0px;
	}

	.syy-k li dl dd .more span {
		padding-top: 0px;
	}

	.syy-lbg {
		padding: 20px 0;
	}

	.syy-l {
		margin-top: 20px;
	}

	.syy-l dl {
		height: 310px;
	}

	.syy-l dl dt {
		height: 70px;
		background-size: auto 30px;
	}

	.syy-l dl dd {
		font-size: 14px;
	}

	.syy-l dl dd h2 {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.syy-l dl dd p {
		padding-left: 75px;
	}

	.syy-l dl dd p:before {
		left: 60px;
		top: 7px;
	}

	.syy-l dl.syy-ldl1 dd p {
		padding-left: 45px;
	}

	.syy-l dl.syy-ldl1 dd p:before {
		left: 30px;
	}

	.syy-o1 h2 {
		font-size: 18px;
	}

	.syy-n {
		margin-top: 20px;
	}

	.syy-o {
		margin-top: 70px;
	}

	.syy-o5 {
		margin: 20px auto;
	}

	.syy-o4 {
		margin-top: 20px;
	}

	.syy-o3 {
		margin-top: 25px;
	}

	.syy-o3 a {
		font-size: 14px;
	}

	.syy-p {
		margin: 20px auto;
	}

	.syy-pa {
		font-size: 14px;
	}

	.syy-pb ul li {
		margin-top: 25px;
	}

	.syy-pb ul li dl dt {
		height: 190px;
	}

	.syy-pb ul li dl dd {
		font-size: 16px;
	}

	.footerbg {
		padding-bottom: 120px;
	}

	.copy {
		bottom: 60px;
	}

	.footer-in {
		padding-top: 50px;
	}

	.footer-a,
	.footer-a img,
	.footer-b {
		float: none;
	}

	.footer-a,
	.footer-b {
		width: 100%;
		border: none;
	}

	.footer-a img {
		width: 80%;
		margin: 0 auto;
	}

	/* .footer-bb{margin: 0 auto;width: 100%;margin: 0 auto 10px; padding: 0;}
.footer-bb img {margin: 0 10px;} */
	.footer-ba {
		margin: 0 auto;
		margin: 0 auto 10px;
		padding: 0;
	}

	.footer-baa,
	.footer-bab {
		text-align: center;
	}

	.footer-bb {
		display: none;
	}

	#view-pic {
		width: 80%;
		left: 5%;
	}

	.syy-faa-a li h2 span {
		font-size: 45px;
	}

	.syy-faa-a li p {
		font-size: 12px;
	}

}

@media (max-width:650px) {
	.fwlc .items{
		display: none;
	}
	.fwlc .items2{
		display: flex;
	}
	.fwlc .list .item{
		width: 33.3%;
	}
	.fwlc .list .item .down{
		opacity: 0;
	}
	.fwlc .list .item .top .left{
		left: -10px;
		/* width: 9px;
		height: 16px; */
	}
	.fwlc .list .item .top .right{
		right: -10px;
		/* width: 8px;
		height: 15px; */
	}

	.fwlc .list .item .top .mid p {
		font-size: 15px;
		bottom: 23px;
	}

	.fwlc .list .item:nth-child(3) .right{
		opacity: 0;
	}
	.fwlc .list .item:nth-child(3) .down{
		opacity: 1;
	}

	.fwlc .list .item:nth-child(5) .down,.fwlc .list .item:nth-child(6) .down{
		opacity: 0;
	}
	.fwlc .list .item:nth-child(5) .left,.fwlc .list .item:nth-child(6) .left,.fwlc .list .item:nth-child(11) .left,.fwlc .list .item:nth-child(12) .left{
		opacity: 1;
	}
	.fwlc .list .item:nth-child(4) .down,.fwlc .list .item:nth-child(9) .down,.fwlc .list .item:nth-child(10) .down{
		opacity: 1;
	}
	.fwlc .list .item:nth-child(4) .right,.fwlc .list .item:nth-child(11) .right,.fwlc .list .item:nth-child(12) .right,.fwlc .list .item:nth-child(10) .right,.fwlc .list .item:nth-child(10) .left{
		opacity: 0;
	}

	.fwlc .list .item:nth-child(7) .left,.fwlc .list .item:nth-child(8) .left,.fwlc .list .item:nth-child(9) .left{
		opacity: 0;
	}
	.fwlc .list .item:nth-child(7) .right,.fwlc .list .item:nth-child(8) .right{
		opacity: 1;
	}

	.syy-hcbox {
		height: 250px;
	}
	.syy-h .mySwiper .swiper-slide,.syy-h .mySwiper .swiper-button-next ,.syy-h .mySwiper .swiper-button-prev {
		height: 70px;
	}
	#anli-box .anli-list .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.logo img {
		width: 300px;
	}

	.navbox {
		top: 9px;
	}

	.syy-bb ul li {
		width: 23%;
		height: auto;
	}

	.syy-ba-tit {
		font-size: 16px;
	}

	.syy-ba-m li span {
		width: 45px;
	}

	.syy-ba-m li i {
		width: 15px;
	}

	.syy-ba-more {
		margin-top: -20px;
	}

	.syy-db dl {
		height: 160px;
	}

	.syy-db dl dt {
		height: 100px;
	}

	.syy-db dl dd a {
		font-size: 12px;
	}

	.swiper-syyo5 dl {
		height: 160px;
	}

	.swiper-syyo5 dl dt {
		height: 100px;
	}

	.swiper-syyo5 dl dd a {
		font-size: 12px;
	}

	.footer-ba dl {
		width: 100%;
		margin-top: 15px;
	}

	.footer-bab {
		padding-top: 15px;
		text-align: center;
	}


	.footer-ba {
		margin-right: 0;
	}

	/* .footer-bb img{width:100%;}
.footer-bb p{padding-left:20px;font-size:12px;background-size:auto 12px;} */
	.footer-a {
		padding-top: 30px;
		background-size: auto 20px;
	}

	.syy-faa-a li h2 b {
		font-size: 30px;
	}

	.syy-lbanner {
		height: 160px;
	}

	.syy-i {
		margin-top: 10px;
		height: 200px;
	}

	.swiper-syyi2 {
		margin-right: 170px;
		height: 200px;
	}

	.syyivbox {
		height: 200px;
	}

	.swiper-syyi {
		width: 150px;
		height: 200px;
	}

	.swiper-syyi .swiper-slide-thumb-active {
		width: 140px;
	}

	.syy-k {
		margin-top: 15px;
	}

	.syy-k li dl {
		padding: 10px;
		min-height: 120px;
	}

	/* .syy-k li dl dt {
		display: none;
	} */

	.syy-k li dl dd {
		margin-left: 168px;
		height: auto;
		padding-bottom: 25px;
	}

	.syy-kbut span {
		font-size: 12px;
	}

	.syy-l {
		margin-top: 0;
		display: block;
	}

	.syy-l dl {
		width: 100%;
		background-size: cover;
		height: auto;
		padding-bottom: 30px;
		margin-top: 10px;
	}

	.syy-l dl dd p {
		padding-left: 125px;
	}

	.syy-l dl dd p:before {
		left: 110px;
	}

	.syy-l dl.syy-ldl1 dd p {
		padding-left: 95px;
	}

	.syy-l dl.syy-ldl1 dd p:before {
		left: 80px;
	}

	.syy-l dl dt {
		height: 60px;
	}

	.syy-r dl dt {
		width: 45px;
		background-size: auto 20px;
		height: 30px;
		background-position: 15px center;
	}

	.syy-r dl dd {
		margin-left: 45px;
		font-size: 12px;
	}

	.syy-r dl dd h2 {
		font-size: 14px;
	}

	.syy-r dl.syy-r-dl6 dd h2 {
		font-size: 12px;
	}

	.syy-r dl.syy-r-dl3 dt {
		background-size: auto 15px;
	}

	.syy-r dl.syy-r-dl1 dt,
	.syy-r dl.syy-r-dl3 dt,
	.syy-r dl.syy-r-dl5 dt {
		width: 30px;
		background-position: 0 center;
	}

	.syy-r dl.syy-r-dl1 dd,
	.syy-r dl.syy-r-dl3 dd,
	.syy-r dl.syy-r-dl5 dd {
		margin-left: 30px;
	}

	.syy-r dl:before {
		height: 30px;
	}

	.syy-r {
		margin: 20px auto;
	}

	.syy-r dl.syy-r-dl4 dt {
		width: 45px;
		background-size: auto 20px;
		background-position: 15px center;
	}

	.syy-r dl.syy-r-dl4 dd {
		margin-left: 45px;
	}

	.syy-r dl.syy-r-dl5 dt {
		background-size: auto 20px;
	}

	.news-pic-list {
		width: 100%;
		height: auto;
		margin: 20px auto;
	}

	#showajaxnews {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.syy-pb ul li,
	.syy-pb ul li.imagelist {
		display: block;
		width: 45%;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		line-height: 20px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 14px;
	}

	.syy-pb ul li.imagelist img {
		width: 100%;
	}

	.syy-pb ul li.titlelist {
		display: none;
	}
	.gxx-list ul li.titlelist{
		display: block;
	}
}

@media (max-width:550px) {
	.gxx-list .titlelist .img{
		height: 160px;
	}
	.gxx-list ul li.titlelist{
		width: 49%;
	}
	.syy-k li dl dt {
		height: 97px;
	}
	.hbg{
		height: 50px;
	}
	.syy-hcbox {
		height: 200px;
	}
	.syy-h .mySwiper .swiper-slide,.syy-h .mySwiper .swiper-button-next ,.syy-h .mySwiper .swiper-button-prev {
		height: 50px;
	}
	.syy-faa-a li h2 span {
		font-size: 40px;
	}
	.logo img {
		width: 259px;
	}

	.nav li dl dd {
		width: 25%;
	}

	.nav {
		top: 45px;
	}

	.syy-a {
		margin-top: 10px;
	}

	.syy-ba,
	.syy-b {
		margin-top: 10px;
	}

	.syy-db dl {
		height: 140px;
	}

	.syy-db dl dt {
		height: 80px;
	}

	.syy-e a,
	.syy-e.on a {
		font-size: 16px;
	}

	.syyi-v {
		height: 250px;
		margin-top: -120px;
	}

	.syyivbox {
		height: 250px;
	}

	.syy-jbg {
		padding: 20px 0;
	}

	.swiper-syyjm .swiper-slide dt {
		height: 200px;
	}

	.swiper-syyjm .swiper-slide dd {
		font-size: 12px;
	}

	.swiper-syyjm-next {
		width: 30px;
		height: 30px;
		right: 2%;
		margin-top: -15px;
	}

	.swiper-syyjm-prev {
		width: 30px;
		height: 30px;
		left: 2%;
		margin-top: -15px;
	}

	.swiper-syyjm .swiper-slide {
		transform: scale(.7);
	}

	.swiper-syyjm .swiper-slide-active {
		transform: scale(1);
	}

	.syy-jm-more {
		bottom: -20px;
	}

	.syy-jm-more a {
		height: 25px;
		line-height: 25px;
		padding: 0 15px;
		font-size: 12px;
	}

	.syy-pb-more {
		text-align: center;
	}

	.syy-pb-more a {
		height: 25px;
		line-height: 25px;
		padding: 0 15px;
		font-size: 12px;
	}

	.syy-ma dl {
		height: 40px;
	}

	.syy-ma dl dt {
		width: 40px;
		height: 40px;
	}

	.syy-ma dl dd {
		margin-left: 50px;
		font-size: 12px;
	}

	.syy-ma dl dd h2 b {
		font-size: 30px;
	}

	.syy-mb ul li {
		width: 23%;
	}

	.syy-m {
		margin-top: 30px;
	}

	.syy-mb {
		width: 75%;
		margin: 20px auto;
	}

	.syy-o3 {
		margin-top: 15px;
	}

	.syy-pb ul li {
		margin-top: 15px;
	}

	.syy-pb ul li dl dt {
		height: 160px;
	}

	.office-out {
		width: 100%;
	}

	.dg-wrapper {
		width: 281px;
		height: 116px;
	}

	.dg-wrapper a {
		width: 282px;
		height: 116px;
	}

	.dg-wrapper a img {
		width: 100%;
		padding: 0;
	}

}

@media (max-width:450px) {
	.headerbg {
		background-size: auto 120%;
		background-position: -70px 0;
	}


	.navbox {
		top: 7px;
	}

	.syy-db dl dt {
		height: 70px;
	}

	.syy-db dl dd {
		padding: 10px 5px 0;
	}

	.swiper-syyo5 dl {
		height: 150px;
	}

	.swiper-syyo5 dl dt {
		height: 80px;
	}

	.swiper-syyo5 dl dd {
		padding: 10px 7px 0;
	}

	.swiper-syyo5 {
		width: 90%;
	}

	.syy-i {
		height: 150px;
	}

	.swiper-syyi2 {
		margin-right: 120px;
		height: 150px;
	}

	.syyivbox {
		height: 150px;
	}

	.swiper-syyi {
		width: 100px;
		height: 150px;
	}

	.swiper-syyi .swiper-slide-thumb-active {
		width: 90px;
	}

	.syy-ma dl {
		height: 30px;
	}

	.syy-ma dl dt {
		width: 30px;
		height: 30px;
	}

	.syy-ma dl dd {
		margin-left: 40px;
	}

	.syy-mb ul li {
		width: 30%;
	}
}