.fn-clear:after {visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0;}
.fn-clear {zoom:1; /* for IE6 IE7 */}.clear:after{display: table; line-height: 0; content: ""; height:0; clear: both;}
.float-tl {float:  left !important;}
.float-tr {float: right !important;}
.font-14{font-size: 14px;}
.one-text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.two-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.three-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.fixedvideo{
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 3;
}
.title33{
	width: 100%;
	height: 60px;
	margin-top: 30px;
	border-left: 4px solid #d51019;
	margin-bottom: 40px;
	padding-left: 24px;
}
.title33 h1{
	font-size: 30px;
	color: #d51019;
}
.title33 p{
    font-size: 14px;
    margin-top: 5px;
	color: #8a8a8a;
}
.hxye33in-title img{
	display: block;
	margin: 40px auto 20px;
}
.hxye33in-title h2{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #555555;
	text-align: center;
	margin-bottom: 30px;
}
.hxye33in-1 ul li{
	float: left;
	width: 23%;
	margin-right: 2.66666667%;
	margin-bottom: 80px;
}
.hxye33in-1 ul li div{
	height: 230px;
	background-color: #eff2f7;
	border-radius: 5px;
	position: relative;
	width: 100%;
}
.hxye33in-1 ul li img{
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -55px;
	z-index: 1;
}
.hxye33in-1 ul li div:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #eff2f7;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom:-10px;
	left: 50%;
	margin-left: -10px;
}
.hxye33in-1 ul li img.icon1{
	z-index: 3;
}
.hxye33in-1 ul li:hover div:after{
	border-top: 10px solid #d51019;
}
.hxye33in-1 ul li:hover img.icon2{
	z-index: 3;
}
.hxye33in-1 ul li:hover img.icon1{
	z-index: -1;
}
.hxye33in-1 ul li:hover div{
	background-color: #d51019;
}
.hxye33in-1-1 li:first-of-type{
	margin-left: 13%;
}
.hxye33in-1 ul li h3{
	font-size: 16px;
	color: #333333;
	margin-top: 40px;
	text-align: center;
	line-height: 44px;
	position: relative;
}
.hxye33in-1 ul li h3:after{
	content: '';
	width: 24px;
	height: 4px;
	background-color: #d51019;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
.hxye33in-1 ul li:hover h3:after{
	width: 70px;
	margin-left: -35px;
}
.hxye33in-1-2 li:last-of-type{
	margin-right: 0%;
}


/* 项目中心 */

.center33-left{
	width: 250px;
	min-width: 230px;
}
.center33-left a{
	width: 100%;
	height: 70px;
	background-color: rgba(213,16,25,0.6);
	display: block;
	margin-bottom: 10px;
	padding: 18px 0 0 0px;
	color: #FFFFFF
}
.center33-left a:hover,.center33-left a.xm3active{
	background-color: rgba(213,16,25,1);
}
.center33-left a p:first-of-type{
	font-size: 20px;
	line-height: 33px;
	text-align: center;
}
.center33-left a:nth-of-type(3),.center33-left a:nth-of-type(4),.center33-left a:nth-of-type(7){
	background-color: rgba(60,60,60,0.6);
}
.center33-left a:hover:nth-of-type(3),.center33-left a.xm3active:nth-of-type(3),
.center33-left a:hover:nth-of-type(4),.center33-left a.xm3active:nth-of-type(4),
.center33-left a:hover:nth-of-type(7),.center33-left a.xm3active:nth-of-type(7){
	background-color: rgba(60,60,60,1);
}
.center33-right{
	width: 880px;
}
.center33-right video{
    margin: 30px 0 50px 0;
}
.xmzx3-main .zsxxmain{
	display: none;
}
.xmzx3-main .zsxxmain.xmshow{
    display: block;
}
.xmzx3-main .zsxxmain a{
    display: block;
    float: left;
    width: 31.8%;
    height: 220px;
    margin-right: 2.3%; 
    margin-bottom: 20px
}
.xmzx3-main .zsxxmain a:nth-of-type(3n){
    margin-right: 0
}
.xmzx3-main .zsxxmain a  .zsxx__img{
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zsxx__img::after {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    border: 1px solid #d51019;
    transform: scale(1.3);
    transition: 0.3s ease;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
}
.zsxxlink:hover .zsxx__img::after {
        transform: scale(1);
        opacity: 1;
    }
.xmzx3-main .zsxxmain .zsxx__ttl{
    padding-bottom: 0;
    margin-top: 15px;
    color: #d51019;
    font-size: 15px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
}
.xmzx3-main .zsxxmain .zsxx__ttl img{
    width: 14px;
    margin:0 10px 0 20px;
    transition: 0.3s ease;
}
.zsxxlink:hover .zsxx__ttl img{
    margin:0 5px 0 25px;
}
.qyjg33{
	background-color:#f2f2f2;
	padding: 40px 4%;
	font-size: 15px;
		font-weight: normal;
		letter-spacing: 0px;
		color: #555555;
		line-height: 30px;
		min-height: 400px;
}
.qyjg33 strong{
	font-size: 20px;
}
.center33-right img{
	
	display: block;
	margin: 0 auto;
}
.hxywxq33-in img{
    width: 880px;
    display: block;
	margin: 0 auto;
}
.center33-right .lsbg-box-in{
	width: 100%;

}
.center33-right .lsbg-box-in .ls-history{
	    padding: 40px 56px;
	background-color: #f2f2f2;
}

.center33-right .ls-history dl .ddsj{
	font-size: 22px;
	font-weight: bold;
	    width: 89px;
}
.center33-right .ls-history dl .dd-dot::before{
	width: 10px;
	height: 10px;
}
.center33-right .ls-history dl .dot-big::before{
	width: 14px;
	height: 14px;
	top: 8px;
}
.center33-right .ls-history dl::after{
	top: 22px;
}
.center33-right .ls-history dl:not(:first-child) .dd-dot::before{
	top: 10px;
}
.center33-right .ls-history dl::after{
	left: 100px!important;
}
.center33-right .ls-history dl:last-child::before{
	left: 94px;
}
.center33-right .ls-history dl:last-child .dd-dot:after{
	left: 10px;
}
.zsxxtop{
    width: 880px;
	height: 70px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}
.zsxxtop1{
    width: 200px;
	height: 70px;
	background-color: #d51019;
    padding: 0 0 0 30px;
}
.zsxxtop1 img{
    width: 43px;
    height: 43px;
    display: inline-block;
    line-height: 70px;
    vertical-align: middle;
    margin-right: 5px;
}
.zsxxtop1 span{
    display: inline-block;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    font-size: 20px;
    color: #FFFFFF;
}
.qxqye33 p{
    font-size: 16px;
}
.qxqye33 p a{
    color: #555555;
}
.qxqye33in{
	font-size: 0;
	margin-bottom: 120px;
	background-color: #f2f2f2;
	padding: 40px 60px;
}
.qxqye33in p{
	width: 100%;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 1px;
	color: #555555;
}
.qxqye33in p a{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 1px;
	color: #555555;
}
.qxqye33in p a:hover{
    color: #d51019;
}
/*.qxqye33in p:before {*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    background-color: #d51019;*/
/*    margin-right: 30px;*/
/*    height: 3px;*/
/*    width: 16px;*/
/*    margin-top: -4px;*/
/*}*/
.center33-right-common{
    background-color: #f2f2f2;
    padding: 40px 70px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #555555;
    line-height: 30px;
	min-height: 380px;
	margin-bottom: 50px;
}
.center33-right-common p{
    /*text-indent: 28px;*/
    text-align: justify;
}
.qxqye33 p{
    position: relative;
    padding-left: 15px;
}
.qxqye33 p:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bc0000;
    left: 0;
    top: 18px;
}
.zpxx33{
	/*background-color: #FFFFFF;*/
	
}
.zpxx33 a{
	color: #3c3c3c;
	display: block;
	line-height: 35px;
	font-size: 15px;
}
.zpxx33 a:first-of-type{
	margin-top: -10px;
}
/*租售信息*/
.zsxx33,.hxyw33{
	margin-bottom: 50px;
	/*background-color: #FFFFFF;*/
	/*padding: 60px 65px 40px 65px;*/
	box-sizing: border-box;
}
.hxyw33{
    	padding: 60px 115px 60px 115px;
}
.zsxx33-top{
    width: 880px;
    height: 400px;
    margin: 0 auto;
}
.zsxx33 .zsxx33-top .zsxx33-top-in{
    float: left;
    text-align: center;
    cursor: pointer;
}
.zsxx33 .zsxx33-top .zsxx33-top-in .ico .img1,
.hxyw33-main a .ico .img1{
    display: block;
}
.zsxx33 .zsxx33-top .zsxx33-top-in .ico .img2,
.hxyw33-main a .ico .img2{
    display: none;
}
.zsxx33 .zsxx33-top .zsxx33-top-in.zsactive .ico .img1{
    display: none;
}
.zsxx33 .zsxx33-top .zsxx33-top-in.zsactive .ico .img2{
    display: block;
}
.zsxx33 .zsxx33-top .zsxx33-top-in:last-of-type{
    margin-right: 0;
}
.zsxx33 .zsxx33-top .zsxx33-top-in div img{
    width: 100%;
    margin-bottom: 20px;
}
.zsxx33 .zsxx33-top .zsxx33-top-in h1 span{
    display: inline-block;
    padding: 10px 15px;
    color: #818181;
    font-size: 16px;
    /*margin: 20px 0 40px 0;*/
}
.zsxx33 .zsxx33-top .zsxx33-top-in.zsactive h1 span{
    /*background-color: #d51019;*/
}
.zsxx33 ul{
    /*width: 999999px;*/
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.zsxx33 ul li{
    display: none;
    overflow: hidden;
    width: 880px;
}
.zsxx33 ul li.show{
    display: block;
}
.zsxx33 ul li a{
    float: left;
    width: 23%;
    text-align: center;
    /*margin-right: 2.66666%;*/
    max-height: 200px;
}
.zsxx33 ul li a:nth-of-type(4n){
    margin-right:0
}
.xmzxmore{
    display: block;
    float: left;
}
.zsxx33 ul li a{
    display: block;
}
.zsxx33 ul li div.zsxx-xq-img{
    width: 100%;
    height: 140px;
    position: relative;
        overflow: hidden;
}
.zsxx33 ul li div.zsxx-xq-img img{
    width: 100%;
    height: 140px;
   object-fit: cover;
    width: -webkit-calc(100%);
    width: calc(100%);
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    opacity:1;
}
/*.zsxx33 ul li div.zsxx-xq-img:before{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.4);*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: '';*/
/*}*/
.xmline{
     position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
/*滑动矩形*/
.zsxx33 .lunbo .swiper-slide:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}
.xmline::before,.xmline::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.xmline::before{top:11%;right:7.4%;bottom:11%;left:7.4%;border-top:1px solid #d51019;border-bottom:1px solid #d51019;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.xmline::after{top:11%;right:7.4%;bottom:11%;left:7.4%;border-right:1px solid #d51019;border-left:1px solid #d51019;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.zsxx33 ul li a:hover .xmline::before,.zsxx33 ul li a:hover .xmline::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.xmline{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden; z-index:2;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}

.zsxx33 ul li p{
    font-size: 15px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 10px;
	margin-top: 6px;
	text-indent: 0;
}
/*.zsxx33 ul li a:hover div:before{*/
/*    display: none;*/
/*}*/
.zsxx33 ul li a:hover p{
    color: #d51019;
}
.qywhin{
    width: 324px;
	height: 351px;
	background-color: rgba(122,54,23,0.25);
	float: right;
}
.qywhin p{
    color: #FFFFFF;
}
.qywhin1-top{
    margin-top: 290px;
}
.qywhin1-top li{
    margin-bottom: 46px;
}
.qywhin1-top h1{
    width: 40px;
	height: 40px;
	background-color: #d51019;
	line-height: 40px;
	text-align: center;
	font-family: '楷体';
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0 20px 0 0;
}
.qywhin1-top h2{
    font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -5px;
	color: #3c3c3c;
}
.qywhin1-top p{
    font-size: 15px;
	line-height: 15px;
	color: #999999;
	text-align: left;
	padding: 0;
}
.qywhin1-2{
    margin-top: 70px;
}
.qywhin1-2 li{
    width: 721px;
	height: 138px;
	border: solid 1px #d51019;
	margin:0 0 20px 20px;
	padding: 16px 40px 10px 50px;
	position: relative;
}
.qywhin1-2 li:nth-of-type(2){
    height: 158px;
}
.qywhin1-2 li h6{
    font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 6px;
	letter-spacing: 0px;
	color: #3c3c3c;
}
.qywhin1-2 li p{
    font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
	padding: 0;
}
.qywhin1-2 li h2{
    position: absolute;
    width: 40px;
	height: 80px;
	
	top: 22px;
	left: -22px;
}
.qywhin1-2 li h2 span{
    width: 40px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	
	background-color: #ffffff;
	box-sizing: border-box;
}
.qywhin1-2 li h2 span:first-of-type{
    background-color: #d51019;
}
.qywhin1-2 li h2 span:last-of-type{
    color: #d51019;
    border: solid 1px #d51019;
    line-height: 38px;
}
/*核心业务*/
.hxyw33-top{
    /*text-align: right;*/
    /*padding-bottom: 30px;*/
    /*border-bottom:1px solid #e3e3e3;*/
    height: 65px;
    position: relative;
}
/*.hxyw33-top img{*/
/*    height: 66px;*/
/*    position: absolute;*/
/*	left: 0;*/
/*	bottom: -1px;*/
/*}*/
.hxyw33-top b{
   font-size: 90px;
	font-weight: bold;
	font-style: oblique;
	color: #d51019;
    position: absolute;
	left: 0;
	bottom: 26px;
	/*font-family: '黑体';*/
}
.hxyw33-top span{
    font-size: 25px;
	color: #3c3c3c;
	position: absolute;
	top: 30px;
	left: 75px;
}
.hxyw33-in:first-of-type{
    margin-bottom: 30px;
}
.hxyw33-in .hxyw33-main{
    /*padding: 0 24px;*/
}
.hxyw33-in .hxyw33-main a{
    display: block;
    width: 110px;
    float: left;
    margin:50px 70px 40px 0;
    text-align: center;
    color: #818181;
}
.hxyw33-in:first-of-type a{
    /*float: right;*/
    margin:50px 70px 40px 0;
}
.hxyw33-in .hxyw33-main a h1{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	margin-top: 22px;
}
.hxyw33-in .hxyw33-main a p{
    font-size: 14px;
	line-height: 25px;
	text-indent: 0;
	text-align: center;
}
.hxyw33-in .hxyw33-main a:last-of-type{
    margin-right: 0;
}
.hxyw33-in .hxyw33-main a:hover .ico .img1{
    display: none;
}
.hxyw33-in .hxyw33-main a:hover .ico .img2{
    display: block;
}
.hxyw33-in .hxyw33-main a:hover{
    color: #d51019;
}
.hxywxq33{
    /*background-color: #FFFFFF;*/
    padding: 0 0 100px 0px;
    margin-bottom: 50px;
}
.hxywxq33-in-xq{
   padding: 10px 70px 16px 70px;
   margin-top: 30px;
   text-align: justify;
}
.hxywxq33-in-xq h1{
    font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #bd8c08;
	/*text-indent: 30px;*/
	margin-bottom: 10px;
}
.hxywxq33-in-xq p{
    font-size: 15px;
	line-height: 30px;
	color: #3c3c3c;
	text-indent: 0px;
}
.xmzx33.zsxx33{
    background-color: #FFFFFF;
    padding: 0;
}
.xmzx33  .tip{
    margin-top: 20px;
    background-color: #f2f2f2;
    width: 880px;
    text-align: left;
    font-size: 13px;
    color: #999999;
    line-height: 1.7;
    display: none;
    position: relative;
    margin-left: 0px;
    padding:15px 50px;
}
.xmzx33  .tip:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 4px;
    background-color: #d51019;
    height: 100%;
}
.xmzx33  .tip p{
    font-size: 15px;
	line-height: 26px;
	color: #555555;
	text-align: justify;
}
.xmzx33  .tip h1{
        font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #bd8c08;
    /* text-indent: 30px; */
    margin-bottom: 10px;
}
.xmzx33 .zsxx33-top-in .ico{
    width: 110px;
	height: 110px;
	margin: 0 auto;
}
.xmzx33 .xmzx33-in1 .zsxx33-top-in{
    width: 285px;
	/*height: 200px;*/
	/*background-color: #f2f2f2;*/
	margin-right: 12px;
}
.zsxx33-imgdiv{
    width: 285px;
	height: 200px;
	background-color: #f2f2f2;
	padding-top: 30px;
}
.xmzx33 .zsxx33-top-in.zsactive .tip{
    display: block;
    margin-bottom: 30px;
}
.xmzx33 .zsxx33-top-in.zsactive .zsxx33-imgdiv{
    background-color: #d51019;
}

.xmzx33.zsxx33 .zsxx33-top-in{
    position: relative;
}
.xmzx33 .zsxx33-top-in.zsactive h1 span{
    margin: 0;
    color: #ffffff;
}
.xmzx33 .zsxx33-top-in sub {
    background-color: #d51019;
    width: 1px;
    height: 21px;
    position: absolute;
    left: 55px;
    top: 160px;
    display: none;
    content: '';
}
.xmzx33 .zsxx33-top-in.zsactive  sub{
    display: block;
}

.xmzx33 .xmzx33-in:first-of-type .zsxx33-top-in:nth-of-type(2) .tip{
    margin-left: -297px;
}
.xmzx33 .xmzx33-in:first-of-type .zsxx33-top-in:nth-of-type(3) .tip{
    margin-left: -594px;
}
.xmzx33 .xmzx33-in:last-of-type .zsxx33-top-in:nth-of-type(2) .tip{
    margin-left: -223px;
}
.xmzx33 .xmzx33-in:last-of-type .zsxx33-top-in:nth-of-type(3) .tip{
    margin-left: -446px;
}
.xmzx33 .xmzx33-in:last-of-type .zsxx33-top-in:nth-of-type(4) .tip{
    margin-left: -669px;
}
.zsxx33 .xmzx33-in:last-of-type{
    margin-top: 50px;
}
.zsxx33 .xmzx33-in:last-of-type .zsxx33-top .zsxx33-top-in{
    width: 211px;
    margin-right: 12px;
}
.zsxx33 .xmzx33-in:last-of-type .zsxx33-top .zsxx33-top-in .zsxx33-imgdiv{
    width: 211px;
}
.zsxx33 .xmzx33-in:last-of-type .zsxx33-top .zsxx33-top-in img{
    width: 110px;
    margin: 0 auto 20px;
}
.zsxx33 .xmzx33-in:last-of-type .zsxx33-top .zsxx33-top-in sub{
    left: 66px;
}
.zsxx33 .xmzx33-in:last-of-type .zsxx33-top .zsxx33-top-in:last-of-type{
     margin-right:0
}
.zsxx33 .lunbo{
    height:430px;
    background-color: #fff;
    position: relative;
}
.zsxx33 .swiper-button{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 42px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: '';
}
.zsxx33 .swiper-button .swiper-button-next, .zsxx33 .swiper-button .swiper-button-prev{
    position: absolute;
    right: 0;
    left: auto;
    width: 48px;
	height: 42px;
	background-color: #cccccc;
	text-align: center;
}
.zsxx33 .swiper-button .swiper-button-next:hover, .zsxx33 .swiper-button .swiper-button-prev:hover{
    background-color: #3c3c3c;
}
.zsxx33 .swiper-button .swiper-button-next img, .zsxx33 .swiper-button .swiper-button-prev img{
    width: 10px;
}
.zsxx33 .swiper-button .swiper-button-prev{
    right: 58px;
}
.zsxx33 .lunbo .swiper-container{
    width: 100%;
    height: 100%;
}
.zsxx33 .lunbo .swiper-slide{
      font-size: 18px;
      /*background: #fff;*/
      height: 185px;
    display: block;
    overflow: hidden;
}
.hxywxq11{
    position: relative;
    width: 880px;
}
.hxywxq11 .hxywxq1-dot{
    width: 880px;
    height: 735px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.hxywx-dot{
    position: absolute;
    cursor: pointer;
    /*min-width: 30px;*/
    width: 300px;
    height: 40px;
}
.hxywx-dot h1{
    font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background: #d51019;
	padding:1px 10px 1px 6px;
	line-height: 26px;
	/*display: none;*/
	border-radius: 0px 30px 30px 0px;
	left: 42px;
	top: 6px;
	position: absolute;
	opacity: 0;
	z-index: 10;
	transition: all 1s ease-in-out;;
}
/*.hxywx-dot h1:before{*/
/*    width: 26px;*/
/*    height: 19px;*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: -22px;*/
/*    top: 0;*/
/*    background-image: radial-gradient(circle 25px at -11% 94%, transparent 50px, #d51019 90%);*/
/*}*/
/*.hxywx-dot h1:after{*/
/*    width: 26px;*/
/*    height: 19px;*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: -22px;*/
/*    top: 15px;*/
/*    background-image: radial-gradient(circle 22px at 0 22%, transparent 50px, #d51019 90%);*/
/*}*/
.hxywx-dot h1:before{
        width: 26px;
    height: 19px;
    position: absolute;
    content: '';
    left: -21px;
    top: 0;
    background-image: radial-gradient(circle 25px at -9% 97%, transparent 50px, #d51019 90%);
}
.hxywx-dot h1:after{
        width: 26px;
    height: 20px;
    position: absolute;
    content: '';
    left: -23px;
    top: 8px;
    background-image: radial-gradient(circle 23px at 0% 26%, transparent 50px, #d51019 90%);
}
.hxywx-dot span{
    width: 40px;
	height:  40px;
	background-color: #b58f78;
	border:2px solid transparent;
	/*background-image: url('/Public/index/images/new/hxywbg1.png');*/
	background-color: ;
	position: absolute;
	border-radius: 50%;
	display: block;
	top: 0;
	left: 0;
	display: flex;            
	justify-content: center;            
	align-items: center; 
	z-index: 9;

}
.hxywx-dot span img{
   width: 62%;
}
.hxywx-dot:hover span{
    background-color: #d51019;
}
.hxywx-dot:hover h1{
    opacity: 1;
}
/*.hxywx-dot span:before{*/
/*    content: '';            */
/*	width:  10px;           */
/*	height:  10px;           */
/*	border-radius: 50%;            */
/*	background-color: #d51019;            */
/*	opacity: 0.7;            */
/*	animation: scale 4s infinite cubic-bezier(0, 0, 0.49, 1.02);*/
/*	animation-delay: 300ms;            */
/*	transition: 1s all ease;            */
/*	transform: scale(1);    */
/*}*/
.yw1 .dot1{
    top: 300px;
    left: 689px;
}
/*.yw1 .dot1 h1{*/
/*    left: 52px;*/
/*    top: 7px;*/
/*}*/
.yw1 .dot2{
    top: 196px;
    left: 600px;
}
/*.yw1 .dot2 h1{*/
/*    left: -110px;*/
/*    top: 9px;*/
/*}*/
.yw1 .dot3{
    top: 264px;
    left: 475px;
}
.yw1 .dot4{
        top: 633px;
    left: 448px;
}
.yw1 .dot5{
       top: 563px;
    left: 566px;
}
.yw1 .dot6{
          top: 186px;
    left: 479px;
}
.yw1 .dot7{
   top: 568px;
    left: 482px;
}
.yw1 .dot8{
    top: 0px;
    left: 700px;
}
.yw1 .dot9{
    top: 160px;
    left: 444px;
}
.yw1 .dot10{
    top: 400px;
    left: 654px;
}
.yw1 .dot11{
    top: 495px;
    left:429px;
}
.yw1 .dot12{
    top: 595px;
    left: 533px;
}
.yw1 .dot13{
    top: 175px;
    left: 634px;
}
.yw1 .dot14{
    top: 285px;
    left: 630px;
}
.yw1 .dot15{
    top: 208px;
    left: 725px;
}
.yw1 .dot16{
            top: 226px;
    left: 651px;
}
.yw1 .dot17{
        top: 164px;
    left: 693px;
}
.yw1 .dot18{
    top: 523px;
    left: 482px;
}
.yw1 .dot19{
    top: 271px;
    left: 196px;
}
/*.yw1 .dot18 h1,.yw1 .dot5 h1,.yw1 .dot13 h1{*/
/*    left: 8px;*/
/*}*/
/*.yw1 .dot7 h1{*/
/*    top: -2px;*/
/*    left: -120px;*/
/*}*/
/*.yw1 .dot17 h1,.yw1 .dot15 h1{*/
/*        top: 10px;*/
/*    left: 15px;*/
/*}*/

/*.yw1 .dot19 h1,.yw1 .dot12 h1,.yw1 .dot16 h1,.yw1 .dot8 h1{*/
/*    top: 15px;*/
/*}*/
/*.yw1 .dot14 h1{*/
/*    top: 0;*/
/*}*/
/*.yw1 .dot10 h1{*/
/*    top: 20px;*/
/*    left: 10px;*/
/*}*/
.yw2 .dot1{
    top: 281px;
    left: 143px;
}
.yw2 .dot2{
    top: 256px;
    left: 216px;
}
.yw2 .dot3{
        top: 400px;
    left: 473px;
}
.yw2 .dot4{
    top: 444px;
    left: 470px;
}
.yw2 .dot5{
       top: 583px;
    left: 525px;
}
.yw2 .dot6{
    top: 536px;
    left: 141px;
}
.yw2 .dot7{
   top: 650px;
    left: 372px;
}
.yw2 .dot8{
    top: 287px;
    left: 315px;
}
.yw2 .dot9{
    top: 334px;
    left: 717px;
}
.yw2 .dot10{
    top: 514px;
    left: 477px;
}
.yw2 .dot11{
   top: 536px;
    left: 191px;
}
.yw2 .dot12{
    top: 544px;
    left: 507px;
}
/*.yw2 .dot9 h1,.yw2 .dot2 h1,.yw2 .dot4 h1,.yw2 .dot11 h1{*/
/*    left: 20px;*/
/*}*/
/*.yw2 .dot12 h1{*/
/*    left: -150px;*/
/*    top: 10px;*/
/*}*/
/*.yw2 .dot8 h1{*/
/*    top: 23px;*/
/*}*/
/*.yw2 .dot5 h1{*/
/*    left: 20px;*/
/*    top: 20px;*/
/*}*/
.yw3 .dot1{
        top: 294px;
    left: 353px;
}
.yw3 .dot2{
    top: 264px;
    left: 314px;
}
.yw3 .dot3{
            top: 386px;
    left: 161px;
}
.yw3 .dot4{
    top: 596px;
    left:359px;
}
.yw3 .dot5{
       top: 373px;
    left: 393px;
}
.yw3 .dot6{
        top: 393px;
    left: 118px;

}
.yw3 .dot7{
   top: 307px;
    left: 305px;
}
.yw3 .dot8{
    top: 224px;
    left: 537px;
}
.yw3 .dot9{
        top: 196px;
    left: 279px;
}
.yw3 .dot10{
    top: 375px;
    left: 204px;
}
.yw3 .dot11,.yw5 .dot4{
    top: 410px;
    left: 204px;
}
/*.yw3 .dot5 h1{*/
/*    left: 10px;*/
/*    top:10px;*/
/*}*/
/*.yw3 .dot10 h1{*/
/*    left: 10px;*/
/*    top: 10px;*/
/*}*/
/*.yw3 .dot7 h1{*/
/*    left: 25px;*/
/*    top: -16px;*/
/*}*/
/*.yw3 .dot1 h1{*/
/*    top: 20px;*/
/*    left: -160px;*/
/*}*/
.yw4 .dot1{
        top: 391px;
    left: 230px;
}
.yw4 .dot2{
        top: 287px;
    left: 285px;
}
.yw4 .dot3{
        top: 506px;
    left: 226px;
}
.yw4 .dot4{
        top: 219px;
    left: 655px;
}
.yw4 .dot5{
          top: 153px;
    left: 404px;
}
.yw4 .dot6{
        top: 449px;
    left: 652px;
}
.yw4 .dot7{
   top: 417px;
    left: 358px;
}
.yw4 .dot8{
        top: 379px;
    left: 329px;
}
.yw4 .dot9{
        top: 209px;
    left: 513px;
}
.yw4 .dot10{
        top: 369px;
    left: 490px;
}
.yw4 .dot11{
    top: 600px;
    left: 362px;
}
.yw4 .dot12{
    top: 293px;
    left: 403px;
}
.yw4 .dot13{
    top: 515px;
    left: 431px;
}
.yw4 .dot14{
            top: 556px;
    left: 372px;
}
.yw4 .dot15{
            top: 554px;
    left: 534px;
}

.yw4 .dot16{
               top: 250px;
    left: 688px;
}
.yw4 .dot17{
   top: 487px;
    left: 518px;
}
.yw4 .dot18{
    top: 495px;
    left: 520px;
}
.yw4 .dot19{
       top: 519px;
    left: 561px;
}
.yw4 .dot20{
        top: 600px;
    left: 499px;
}
/*.yw4 .dot21{*/
/*    top: 587px;*/
/*    left: 478px;*/
/*}*/
/*.yw4 .dot11 h1,.yw4 .dot14 h1,.yw4 .dot17 h1,.yw4 .dot18 h1{*/
/*    top: 20px;*/
/*    left: 0px;*/
/*}*/
/*.yw4 .dot12 h1{*/
/*    left: -70px;*/
/*    top: 20px;*/
/*}*/
/*.yw4 .dot19 h1,.yw4 .dot16 h1{*/
/*    top: 14px;*/
/*}*/
/*.yw4 .dot13 h1{*/
/*    top: 20px;*/
/*    left: -150px;*/
/*}*/
/*.yw4 .dot15 h1{*/
/*    top: -10px;*/
/*    left: -150px;*/
/*}*/
/*.yw4 .dot4 h1{*/
/*    left: -230px;*/
/*    top: -15px;*/
/*}*/
/*.yw4 .dot8 h1{*/
/*    left: 20px;*/
/*}*/
/*.yw4 .dot9 h1{*/
/*    left: -20px;*/
/*}*/
/*.yw4 .dot18 h1{*/
/*    left: 20px;*/
/*    top: -10px;*/
/*}*/
/*.yw4 .dot5 h1{*/
/*    left: -190px;*/
/*}*/
/*.yw4 .dot2 h1{*/
/*    left: -190px;*/
/*    top: 20px;*/
/*}*/
/*.yw4 .dot1 h1{*/
/*    left: -280px;*/
/*    top: 0px;*/
/*}*/
/*.yw4 .dot7 h1{*/
/*    left: -208px;*/
/*    top: 20px;*/
/*}*/
.yw5 .dot1{
           top: 381px;
    left: 146px;
}
.yw5 .dot2{
    top: 370px;
    left: 196px;
}
.yw5 .dot3{
    top: 213px;
    left: 504px;
}
.yw3 .dot11,.yw5 .dot4{
    top: 415px;
    left: 204px;
}
.yw5 .dot5{
          top: 653px;
    left: 0px;
}
.hxyw7m-1{
    position: absolute;
        top: 36px;
    left: 598px;
}
.hxyw7m-2{
    position: absolute;
        top: 265px;
    left: 598px;
}
.hxyw7m-11{
         left: 451px;
    top: 203px;
}
.hxyw7m-12{
            left: 252px;
    top: 256px;
}
.yw6 .dot110{
         top: 423px;
    left: 521px;
}
.yw7 .dot1{
    top: 361px;
    left: 296px;
}
.yw7 .dot2{
    top: 596px;
    left: 359px;
}
.yw7 .dot3{
        top: 536px;
    left: 117px;
}
.yw7 .dot4{
   top: 583px;
    left: 525px;
}
.yw7 .dot5{
    top: 281px;
    left: 143px;
}
.yw7 .dot6{
           top: 232px;
    left: 216px;
}
.yw7 .dot7{
           top: 374px;
    left: 162px;
}
.yw7 .dot8{
    top: 410px;
    left: 223px;
}
.yw7 .dot9{
    top: 635px;
    left: 375px;
}
.yw7 .dot10{
    top: 97px;
    left: 166px;
}
.yw7 .dot11{
    top: 363px;
    left: 375px;
}
.yw7 .dot12{
        top: 387px;
    left: 120px;
}
.yw7 .dot13{
        top: 375px;
    left: 204px;
}
.yw7 .dot131{
        top: 375px;
    left: 244px;
}
.yw7 .dot14{
    top: 426px;
    left: 504px;
}
.yw7 .dot15{
    top: 527px;
    left: 566px;
}

.yw7 .dot16{
    top: 568px;
    left: 482px;
}
.yw7 .dot17{
    top: 462px;
    left: 315px;
}
.yw7 .dot18{
    top: 305px;
    left: 234px;
}
.yw7 .dot19{
    top: 506px;
    left: 151px;
}
.yw7 .dot20{
    top: 556px;
    left: 161px;
}
.yw7 .dot21{
    top: 514px;
    left: 196px;
}
.yw7 .dot22{
    top: 387px;
    left: 342px;
}
.yw7 .dot23{
    top: 570px;
    left: 567px;
}
.yw7 .dot24{
    top: 212px;
    left: 296px;
}
.yw7 .dot25{
    top: 400px;
    left: 473px;
}
/*.yw7 .dot24 h1,.yw7 .dot15 h1{*/
/*    left: 20px;*/
/*}*/
/*.yw7 .dot13 h1{*/
/*    left: 0;*/
/*    top: -35px;*/
/*}*/
/*.yw7 .dot22 h1{*/
/*    top:20px;*/
/*    left: -10px;*/
/*}*/
/*.yw7 .dot1 h1{*/
/*    left: -50px;*/
/*}*/
/*.yw7 .dot2 h1{*/
/*    left: -160px;*/
/*    top:10px;*/
/*}*/
/*.yw7 .dot4 h1,.yw7 .dot12 h1{*/
/*    top: 10px;*/
/*    left: -90px;*/
/*}*/
/*.yw7 .dot9 h1,.yw7 .dot20 h1,.yw7 .dot21 h1,.yw7 .dot17 h1,.yw7 .dot23 h1,.yw7 .dot8 h1{*/
/*    top: 10px;*/
/*    left: 10px;*/
/*}*/
/*.yw7 .dot18 h1,.yw7 .dot14 h1,.yw7 .dot25 h1,.yw7 .dot19 h1,.yw7 .dot11 h1{*/
/*    left: 15px;*/
/*}*/
/*.yw7 .dot6 h1,.yw7 .dot5 h1{*/
/*    left: -76px;*/
/*}*/
/*.dot2 span:before,.dot3 span:before,.dot4 span:before,.dot5 span:before,.dot6 span:before,.dot7 span:before{*/
/*    animation-delay: 1000ms;*/
/*}*/
/*.dot8 span:before,.dot9 span:before,.dot10 span:before,.dot11 span:before,.dot12 span:before,.dot13 span:before{*/
/*    animation-delay: 2000ms;*/
/*}*/
.hxywm p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}
.hxywm p b{
    font-weight: normal;
    width: 192px;
    display: inline-block;
    text-align: center;
}
.hxywm p span{
     width: 36px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.hxyw1m-1{
     position: absolute;
            top: 257px;
    left: 603px;
}
.hxyw5m-1{
    position: absolute;
    top: 46px;
    left: 603px;
}
.hxyw51m-1{
    position: absolute;
    top: 7px;
    left: 598px;
}
.hxyw51m-2{
    position: absolute;
    top: 210px;
    left: 598px;
}
.hxyw51m-3{
    position: absolute;
    top: 410px;
    left: 598px;
}
.hxyw5m-2{
    position: absolute;
    top: 262px;
    left: 604px;
}
/*.hxyw51m-2{*/
/*    position: absolute;*/
/*        top: 268px;*/
/*    left: 604px;*/
/*}*/
.hxyw3m-1{
    position: absolute;
        top: 2px;
    left: 598px;
}
.hxyw3m-2{
    position: absolute;
        top: 207px;
    left: 597px;
}
.hxyw3m-3{
    position: absolute;
        top: 413px;
    left: 597px;
}
.hxyw1m-2{
   
}
.hxywm-mapa{
    font-size: 14px;
	line-height: 26px;
	position: absolute;
	color: #fbeced;
}
.hxyw1m-11{
    top: 412px;
    left: 443px;
}
.hxyw1m-12{
    left: 314px;
    top: 400px;
}
.hxyw3m-11{
    left: 251px;
    top: 269px;
}
.hxyw3m-12{
    left: 171px;
    top: 302px;
}
.hxyw3m-13{
    left: 269px;
    top: 459px;
}
.hxyw5m-11{
    left: 447px;
    top: 312px;
}
.hxyw5m-12{
     top: 418px;
   left: 451px;
}
.hxyw51m-11{
        left: 191px;
        top: 316px;

}
.hxyw51m-12{
         top: 430px;
    left: 269px;
}
.hxyw51m-13{
      left: 191px;
        top: 366px;
}
.hxywx-dot.dot1 h1,.hxywx-dot.dot8 h1{
    /*left: -160px;*/
}

.newjg{
    width: 739px;
    height: 620px;
    margin: 0 auto;
    background: url('/Public/index/images/nejg1.png') no-repeat;
    position: relative;
}
.newjg h1,.newjg h2,.newjg h3,.newjg h4,.newjg h5{
    font-size: 18px;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 2px;
}
.newjg h4{
    color: #3c3c3c;
}
.newjg h3,.newjg h4{
     -webkit-writing-mode: vertical-rl;
   writing-mode: vertical-rl;
}
.newjg .wz1{
    left: 149px;
    top: 12px;
}
.newjg .wz2{
    left: 341px;
    top: 12px;
}
.newjg .wz3{
    left: 540px;
    top: 12px;
}
.newjg .wz4{
        left: 300px;
    top: 134px;
}
.newjg .wz5{
        left: 58px;
    top: 280px;
}
.newjg .wz61{
           left: 128px;
    top: 280px;
}
.newjg .wz6{
    left: 148px;
    top: 260px;
}
.newjg .wz7{
        left: 218px;
    top: 280px;
}
.newjg .wz8{
       left: 297px;
    top: 280px;
}
.newjg .wz9{
        left: 409px;
    top: 280px;
}
.newjg .wz10{
         left:489px;
    top: 280px;
}.newjg .wz11{
      left: 569px;
    top: 280px; 
}
.newjg .wz12{
      left: 649px;
   top: 280px; 
}

.newjg .wz13{
        left: 10px;
    top: 496px;
}
.newjg .wz21{
      left: 79px;
    top: 496px;}
    .newjg .wz22{
      left: 217px;
    top: 496px;}
.newjg .wz14{
    left: 147px;
    top: 496px;
}
.newjg .wz15{
        left: 286px;
    top: 473px;
}
.newjg .wz151{
    left: 355px;
    top: 506px;
}
.newjg .wz16{
     left: 423px;
    top: 496px;
}
.newjg .wz17{
    left: 493px;
    top: 496px;
}
.newjg .wz18{
       left: 562px;
    top: 495px;

}
.newjg .wz191{
    left: 355px;
    top: 487px;
}
.newjg .wz19{
    left: 631px;
    top: 476px;
}
.newjg .wz192{
    left: 631px;
    top: 575px;
}
.newjg .wz201{
    left: 700px;
    top: 476px;
}
.newjg .wz20{
    left: 700px;
    top: 496px;
}

/*.newjg .wz21{*/
/*    left: 54px;*/
/*    top: 688px;*/
/*}*/
/*.newjg .wz22{*/
/*    left: 308px;*/
/*     top: 688px;*/
/*}*/
/*.newjg .wz23{*/
/*    left: 580px;*/
/*     top: 688px;*/
/*}*/
.gzf{
    padding: 10px 70px 16px 70px;
}
.gzf div a{
    display: block;
    width: 360px;
	height: 191px;
	background-color: #dcdcdc;
	border-radius: 5px;
    text-align: center;
    color: #999999;
    margin: 30px 0;
}
.gzf div a div.ico{
    width: 100px;
	height: 100px;
	border: dashed 1px #ffffff;
	padding: 4px;
	box-sizing:border-box;
	border-radius: 50%;
	position: relative;
	margin: 25px auto 10px;
}
.gzf div a h1{
    font-size: 20px;
}
.gzf div a div.ico .img1{
    display: block;
}
.gzf div a div.ico .img2{
    display: none;
}
.gzf div a:hover {
    background-color: #d51019;
}
.gzf div a:hover h1{
    color: #fff;
}
.gzf div a:hover div.ico .img1{
    display: none;
}
.gzf div a:hover div.ico .img2{
    display: block;
}
@keyframes scale {            
	0% {transform: scale(1);}
	50%, 75% {transform: scale(2.5);}            
	78%, 100% {opacity: 0;}        
} 
<!--0.0001978874206543-->