

/*# sourceMappingURL=style.css.map */
.wow{
	visibility: hidden;
}
.ispc{
	display: block !important;
}
.ismob{
	display: none !important;
}
a:hover{
	color: #d41c1a;
}
@font-face {
  font-family: "GOTHIC";
  src: url("../fonts/GOTHIC.woff2") format("woff2"),
       url("../fonts/GOTHIC.woff") format("woff"),
       url("../fonts/GOTHIC.ttf") format("truetype"),
       url("../fonts/GOTHIC.eot") format("embedded-opentype"),
       url("../fonts/GOTHIC.svg") format("svg"),
       url("../fonts/GOTHIC.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CenturyGothicStd-Bold";
  src: url("../fonts/CenturyGothicStd-Bold.woff2") format("woff2"),
       url("../fonts/CenturyGothicStd-Bold.woff") format("woff"),
       url("../fonts/CenturyGothicStd-Bold.ttf") format("truetype"),
       url("../fonts/CenturyGothicStd-Bold.eot") format("embedded-opentype"),
       url("../fonts/CenturyGothicStd-Bold.svg") format("svg"),
       url("../fonts/CenturyGothicStd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.position{
	position: relative;
}
.anchors{
	position: absolute;
	top: -100px;
	left: 0;
}
.forie{
    width: 100%;
    height: 100%;
    background:#eaeaea url(../img/tishi.png) center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
body{
	font-size: 0;
}
img{
	width: 100%;
}
.headerbox{
	position: fixed;
	padding: 18px 60px;
	transition: all .4s ease-out;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	top: 0;
}
header{
	background-color: #fff;
	text-align: center;
	height: 100px;
	line-height: 100px;
	vertical-align: top;
}
.headerbox.on{
	padding: 0;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
} 
header .logo{
	height: 100%;
	float: left;
}
header .logo img{
	width: auto;
	height: 100%;
	vertical-align: top;
}
header nav{
	font-size: 0;
}
header nav .item{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	position: relative;
	padding: 0 40px;
	vertical-align: top;
	text-transform: capitalize;
	transition: all .4s  ease-out;
	transform: translate3d(0, 0, 0);
}
header nav .item a{
	color: inherit;
}
header nav .item:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #d41c1a;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s ease-out;
}
header nav .item.on:after{
	opacity: 1;
}
header nav .item .subcon{
	position: absolute;
	top: 100%;
	left: 0px;
	width: auto;
	background: #f12938;
	max-height: 0;
	transition: all .4s ease;
	overflow: hidden;
}
header nav .item .subcon a{
	display: block;
	font-size: 14px;
	white-space: nowrap;
	text-align: left;
	line-height: 1.5;
	padding: .25em 40px;
    transition: all .4s ease-out;
    color: #fff;
    line-height: 2.8;
    min-width: 120px;
}
header .wx{
	float: right;
	font-size: 14px;
	width: 105px;
	height: calc(100% - 8px);
	margin-top: 4px;
	border-left: 1px solid #ededed;
	position: relative;
	display: block;
	color: #12142b;
	background: url('../img/searbtn.png') no-repeat center/21px auto;
	cursor: pointer;
}
header .wx span{
	position: absolute;
	padding-left: 30px;
	background: url('../img/wx.png') no-repeat left center/25px auto;
	line-height: 2;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .4s ease-out;
}

footer{
	background-color: #12142b;
	padding: 70px 0 50px;
	position: relative;
}
footer .flog{
	display: inline-block;
	width: 248px;
	vertical-align: middle;
}
footer .flog img{
	width: 100%;
}
footer .f-desc{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 2.28;
	vertical-align: middle;
	margin-left: 113px;
}
footer .f-desc .ww{
	line-height: 30px;
}
footer .f-desc .ww a{
	display: inline-block;
	color: #999999;
	transition: all .4s ease-in;
}
footer .f-desc .ww a:hover{
	color: #fff;
}
footer .f-desc .ww img{
	width: 30px;
}
footer .wximg{
	width: 128px;
	float: right;
}
footer .wximg .d1{
	font-size: 14px;
	color: #999999;
	line-height: 2.28;
	margin-top: 20px;
}
#main .banner .swiper-pagination{
	height: auto;
	width: 5px;
	left: auto;
	right: 60px;
	top: 50%;
	bottom: auto;
	transform: translate(0,-50%);
	line-height: 1;
}
#main .banner .swiper-pagination .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
	background-color: #fff;
	margin: 8px 0;
	border-radius: 40px;
	vertical-align: top;
}
#main .banner .swiper-pagination .swiper-pagination-bullet-active{
	height: 23px;
	border-radius: 40px;
}
#main h3.tit{
	font-size: 42px;
	text-transform: uppercase;
	color: #111111;
	font-weight: bold;
	text-align: center;
}
#main h3.tit span{
	font-weight: normal;
	display: inline-block;
	padding-left: .3em;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
}
#main .wrap1{
	padding: 70px 0 94px;
	position: relative;
}
#main .wrap1 .con{
	width: 75%;
	margin: 0 auto;
	font-size: 16px;
	color: #111111;
	line-height: 1.875;
	text-align: center;
}
#main .wrap1 .box{
	margin-top: 50px;
}
#main .wrap1 .left{
	float: left;
	width: 274px;
	margin-top: 20px;
}
#main .wrap1 .left .item{
	border-bottom: 1px solid #e8e8e8;
	padding: 34px 0px 26px 0;
}
#main .wrap1 .left .item .ico{
	width: 47px;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	margin-top: 10px;
}
#main .wrap1 .left .item .ico img{
	width: 100%;
	vertical-align: top;
}
#main .wrap1 .left .item .text{
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 70px);
}
#main .wrap1 .left .item .d1{
	font-size: 53px;
	font-family: 'CenturyGothicStd-Bold';
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
#main .wrap1 .left .item .d1 em{
	font-style: normal;
}
#main .wrap1 .left .item .d1 em i{
	font-style: normal;
}
#main .wrap1 .left .item .d1 .unit-box{
	display: inline-block;
}

#main .wrap1 .left .item .d1 span{
	display: block;
	font-size: 16px;
	position: relative;
}
#main .wrap1 .left .item .d1 .jia{
	font-size: 	26px;
	line-height: 26px;
	margin-bottom: 6px;
}
/* #main .wrap1 .left .item:last-child .d1 span:after{
	content: '+';
	position: absolute;
	bottom: 100%;
	left: 0;	
	font-size: 30px;
} */
#main .wrap1 .left .item .d2{
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	line-height: 1.25;
	padding-top: .5em;
}
#main .wrap1 .right{
	float: right;
	max-width: calc(100% - 350px);
}
#main .wrap1 .right .imgbox{
	display: inline-block;
	position: relative;
}
#main .wrap1 .right img{
	width: 100%;
}
#main .wrap1 .pointlist .item{
	position: absolute;
	width: 111px;
	height: 111px;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
}
#main .wrap1 .pointlist .point{
	width: 16px;
	height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(0,-50%);
}
#main .wrap1 .pointlist .radio{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	border-radius: 100%;
	background: rgba(236,10,46,.2);
}
#main .wrap1 .pointlist .radio1{
	width: 40px;
	height: 40px;
}
#main .wrap1 .pointlist .radio2{
	width: 68px;
	height: 68px;
}
#main .wrap1 .pointlist .radio3{
	width: 111px;
	height: 111px;
}
/* 点 */
#main .wrap1 .pointlist .item:nth-child(1){
    top: 40%;
    left: 23.6%;
}
#main .wrap1 .pointlist .item:nth-child(2){
    top: 23.2%;
    left: 85.2%;
}
#main .wrap1 .pointlist .item:nth-child(3){
    top: 56.5%;
    left: 70%;
}
#main .wrap1 .pointlist .item:nth-child(4){
    top: 71%;
    left: 48.8%;
}
#main .wrap1 .pointlist .item:nth-child(5){
    top: 67%;
    left: 83.5%;
}
#main .wrap1 .pointlist .item:nth-child(6){
    top: 75%;
    left: 64.8%;
}
#main .wrap1 .pointlist .item:nth-child(7){
    top: 86.4%;
    left: 58%;
}
#main .wrap1 .pointlist .item:nth-child(8){
   	top: 84.4%;
    left: 73.7%;
}
/* end */
#main .wrap1 .pointlist .radio-box{
    animation-timing-function: ease-out;
	animation-name:radio2;
	animation-duration:1400ms;
	animation-iteration-count:infinite;
	position: absolute;	
	top: 0;	
	left: 0;	
	right: 0;	
	bottom: 0;	
	margin: auto;
	transform: scale(.7,.7);
}
#main .wrap1 .pointlist .item:nth-child(1) .radio-box{
	animation-duration:3400ms;
}
#main .wrap1 .pointlist .item:nth-child(2) .radio-box{
	animation-duration:2800ms;
}
#main .wrap1 .pointlist .item:nth-child(3) .radio-box{
	animation-duration:3800ms;
}
#main .wrap1 .pointlist .item:nth-child(4) .radio-box{
	animation-duration:2400ms;
}
#main .wrap1 .pointlist .item:nth-child(5) .radio-box{
	animation-duration:3500ms;
}
#main .wrap1 .pointlist .item:nth-child(6) .radio-box{
	animation-duration:2000ms;
}
#main .wrap1 .pointlist .item:nth-child(7) .radio-box{
	animation-duration:3900ms;
}
#main .wrap1 .pointlist .item:nth-child(8) .radio-box{
	animation-duration:2200ms;
}
/* 点动画 */

@keyframes radio2 {
	0% {
		opacity:0;
		transform: scale(.7, .7);
	}
	50% {
		opacity:1;
	}
	75%{
		opacity: 0;
		transform: scale(1,1);
	}
	100%{
		opacity: 0;
		transform: scale(.7, .7);
	}
}
@-webkit-keyframes radio2 {
	0% {
		opacity:0;
		transform: scale(.7, .7);
	}
	50% {
		opacity:1;
	}
	75%{
		opacity: 0;
		transform: scale(1,1);
	}
	100%{
		opacity: 0;
		transform: scale(.7, .7);
	}
}
@keyframes radio3 {
	0% {
		opacity:.8;
		transform: scale(.7, .7);
	}
	50% {
		opacity:1;
	}
	75%{
		opacity: 0;
		transform: scale(1,1);
	}
	90%{
		opacity: 0;
		transform: scale(.7, .7);
	}
	100%{
		opacity: .8;
		transform: scale(.7, .7);
	}
}
@-webkit-keyframes radio3 {
	0% {
		opacity:.8;
		transform: scale(.7, .7);
	}
	50% {
		opacity:1;
	}
	75%{
		opacity: 0;
		transform: scale(1,1);
	}
	90%{
		opacity: 0;
		transform: scale(.7, .7);
	}
	100%{
		opacity: .8;
		transform: scale(.7, .7);
	}
}
/* end */
#main .wrap2{
	width: 100%;
	height: 35vw;
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
}
#main .wrap2 .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
    transform: translate(0,-30%);
}
#main .wrap2 .text{
	position: absolute;
	width: 100%;
	max-width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	line-height: 1.5;
	z-index: 9;
	text-align: center;
}
#main .wrap2 .text h3.tit{
	color: #fff;
}
#main .wrap2 .text .con{
	font-size: 60px;
	font-weight: 100;
	position: relative;
	padding-bottom: .6em;
}
#main .wrap2 .text .con:after{
	content: '';
	display: block;
	position: absolute;
	width: 1.67em;
	height: 8px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#main .wrap3{
	background-color: #e6e8e9;
	position: relative;
}
#main .wrap3 .wrap{
	max-width: calc(100% - 60px);
	width: 1280px;
	left: 50%;
	position: absolute;
	top: 30%;
	transform: translate(-50%, -50%);
}
#main .wrap3 .text{
	font-size: 42px;
	color: #111111;
	line-height: 1.33334;
	text-transform: uppercase;
}
#main .wrap3 ul{
	max-width: 1060px;
	margin: 50px auto 0;
	position: relative;
}
#main .wrap3 ul li{
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 6px 25px 18px;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
#main .wrap3 ul li img{
	transition: all .4s linear;
}
#main .wrap3 ul .line-x{
	width: 100%;
	height: 1px;
	background-color: #e6e8e9;
	bottom: 0;
	left: 0;
	position: absolute;
}
#main .wrap3 ul .line-y{
	height: 100%;
	width: 1px;
	background-color: #e6e8e9;
	right: 0;
	top: 0;
	position: absolute;
}
#main .wrap4{
	padding: 110px 0 130px;
	position: relative;
}
#main .wrap4 ul{
	margin: 10px -23px 0;
}
#main .wrap4 li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 23px;
	box-sizing: border-box;
}
#main .wrap4 li img{
	transition: all .4s ease-out;
}
#main .local{
	position: absolute;
	top: 0;
	margin-top: -100px;
}
.search-box{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.search-box .black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99;
}
.search-box .search{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    max-width: 800px;
    height: 120px;
    transform: translate(-50%, -50%);
    z-index: 100;
    border-bottom: 1px solid #fff;
}
.search-box .search input[type=text] {
    float: left;
    width: 87.5%;
    height: 120px;
    line-height: 120px;
    border: none;
    padding: 0;
    outline: none;
    font-size: 50px;
    background: transparent;
    color: #b9b9b9;
    border: none;
}
.search-box .search input[type=submit] {
    float: right;
    width: 12.5%;
    height: 100%;
    background: url(../img/search.png) no-repeat center;
    background-size: 100% auto;
    padding: 0;
    border: none;
    outline: none;
}
header nav{
    background-color: #12142b;
}
footer .f-desc {
    margin-left: 0;
}
footer{
  	position: absolute;
  	bottom: 0;
  	width: 100%;
}
.div3-content{
    width: 70%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -25%;
    color: #fff;
}
.div2-content{
	width: 100%; 
	height: auto;
	position: absolute;
	top: 20%;
	text-align: center;
}
.div2-content img{
	width: 50%;
  }
.div4-content{
	width: 100%; 
	height: auto;
	position: absolute;
	top: 13%;
	text-align: center;
}
.div4-content img{
	width: 50%;
  }