/*Page banner*/
.page-banner {
    position: relative;
    height:500px; 
}
.page-banner .pb-tit {
    position: absolute;
    left: 0;
    top: 44%;
    width: 100%;
    color: #fff;
}
.page-banner .pb-tit.white {
	color: #fff;
}
.page-banner .pb-tit .cn {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}
.page-banner .pb-tit.white .cn {
	color: #fff;
}
.page-banner .pb-tit .en {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}
.page-banner .pb-tit.white .en {
	color: #fff;
	color: rgba(255, 255, 255, .6);
}
.page-banner .pb-tit.gray .en {
	color: #888;
}
.page-banner .pb-pic {
    overflow: hidden;
}
.page-banner .pb-pic img {
    /*max-width: 100%;*/
    position: relative;
    left: 50%;
    margin-left: -960px;
    -webkit-animation: minus 6s;
    animation: minus 6s;
    filter: brightness(60%);
}.fs-30{font-size: 30px;}
.fs-28{font-size: 28px;}
.fs-24{font-size: 24px;}
.fs-22{font-size: 22px;}
.fs-20{font-size: 20px;}
.fs-18{font-size: 18px;}
.fs-16{font-size: 16px!important;}
.fs-0{font-size: 0;}
.lh-18{line-height: 1.8;}
.lh-2{line-height: 2;}
.mb-15{margin-bottom: 15px;}
.pl-18{padding-left: 18px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-90{padding-bottom: 90px;}
.pb-60{padding-bottom: 60px;}
.pb-50{padding-bottom: 50px;}
.pb-100{padding-bottom: 100px;}
.pb-110{padding-bottom: 50px;}
.pb-150{padding-bottom: 150px;}
.pb-140{padding-bottom: 140px;}
.pt-10{padding-top: 10px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 50px;}
.pt-110{padding-top: 110px;}
.pt-170{padding-top: 60px;}

.contact-list-1 li {
    float: left;
    height: 72px;
}
.contact-list-2 {
	margin-top: 58px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.contact-list-2 .item {
	float: left;
	width: 50%;
	height: 230px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 35px 33px 0;
}
.contact-list-2 .item .tit {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
}
.contact-list-2 .item .des {
	font-size: 16px;
	color: #6b6b6b;
	line-height: 30px;
	font-weight: 500;
}

/*通用标题*/
.com-title {
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}
.com-title.t-left {
	text-align: left;
}
.com-title .tit-cn {
	line-height: 1;
	font-size: 48px;
	color: #333;
}
.com-title.white .tit-cn,
.com-title.white .tit-des {
	color: #fff;
}


/*联系我们*/
.contact-list-1 li {
	float: left;
	height: 72px;
}
.contact-list-1 li:first-child {
	margin-right: 160px;
}
.contact-list-1 li .tit {
	font-size: 20px;
	color: #888;	
	margin-top: 3px;
	margin-bottom: 10px;
}
.contact-list-1 li .des {
	font-size: 30px;
	color: #ea5250;
	font-family: "066-CAI978";
	line-height: 1;
}
.contact-list-1 li .pic {
	margin-right: 12px;
	width: 72px;
	height: 72px;
	background: #ea5250;
	color: #fff;
	text-align: center;
	line-height: 72px;
	font-size: 0;
	border-radius: 50%;
}
.contact-list-1 li .cont {
	overflow: hidden;
}
.contact-list-1 li .pic .icon-contact-tel {
	width: 38px;
	height: 40px;
	background: url(../images/icon-contact-tel.png) no-repeat center;
	margin-top: 15px;
}
.contact-list-1 li .pic .icon-contact-mail {
	width: 38px;
	height: 25px;
	background: url(../images/icon-contact-mail.png) no-repeat center;
	margin-top: 25px;
}
.contact-list-1 li .pic i {
	vertical-align: middle;
}
.contact-list-1 li:hover .pic i {
	-webkit-animation: sh-shake 2s ease infinite;
	animation: sh-shake 2s ease infinite;
}
/*动画——抖动效果*/
@-webkit-keyframes sh-shake {
	0%,25%,100% {
	-webkit-transform:translateY(0)
}
3%,9%,15% {
	-webkit-transform:translateY(-3px)
}
6%,12%,20% {
	-webkit-transform:translateY(3px)
}
}@keyframes sh-shake {
	0%,25%,100% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
3%,9%,15% {
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px)
}
6%,12%,20% {
	-webkit-transform:translateY(3px);
	transform:translateY(3px)
}
}

.contact-list-2 {
	margin-top: 58px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.contact-list-2 .item {
	float: left;
	width: 50%;
	height: 230px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 35px 33px 0;
}
.contact-list-2 .item .tit {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
}
.contact-list-2 .item .des {
	font-size: 16px;
	color: #6b6b6b;
	line-height: 30px;
}

.map-content {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.map-content .map-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(8, 4, 4, 0.5);
}

.com-link {
	margin-top: 28px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background-color: rgba(8, 4, 4, 0.6);
	border-radius: 22px;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-link .icon-daohang {
	display: inline-block;
	margin-right: 15px;
	width: 22px;
	height: 100%;
	background: url(../images/icon-daohang.png) no-repeat center;
	vertical-align: top;
}
.com-link:hover {
	background: #ea5250;
}


.contact-list-3 li:first-child {
	width: 380px;
	height: 140px;
	padding: 30px 40px;
	border: 1px solid #ddd;
	margin-right: 64px;
}
.contact-list-3 li.info {
	width: auto;
	float: none;
}
.contact-list-3 li.info .tit2 {
	font-size: 18px;
	color: #484a4c;
	margin-bottom: 15px;
	padding-top: 5px;
}
.contact-list-3 li.info .des2 {
	line-height: 30px;
	color: #888;
}
.container, .container-middle, .wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.page-banner .pb-pic img{
	left: 0;
	margin-left:0;
}#page{
    font-size: 14px;
    display: flex;
        justify-content: center;         align-items: center;
    flex-wrap: wrap;
}
.pager_hover{
    color: #fff;
    border-color: #000000;
    background: #000000;
    font-size: 14px;
    margin: 5px 5px;
    padding: 4px 8px;
    display: inline-block;
}
#page a {
    display: inline-block;
    font-size: 14px;
    color: #8d8d8d;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #8d8d8d;
    margin: 0 5px;
    padding: 0 8px;
}
 .xypg-pagination #current,
    .xypg-pagination a:hover {
        color: #fff;
        border-color: #000000;
        background: #000000;
    }