@font-face {      font-family: 'Oswald-Bold';      
src: url('Oswald-Bold.eot'); /* IE9 Compat Modes */      
src: url('Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Oswald-Bold.woff') format('woff'), /* Modern Browsers */              
url('Oswald-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('Oswald-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@media (min-width:992px) and (max-width:1440px){
	body{
		min-width:1280px;
	}
}
.top{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition:.3s;
	background: linear-gradient(hsl(0deg 0% 0% / 70%) ,#ffffff00);
}
.head .top{
	background:rgb(255 255 255);
	box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
.head .top .logo{
	filter: none;
}

.top .logo{
	padding-left: 34px;
	filter: grayscale(100%) brightness(2000%);
}
.top .logo img{
	height:58px;
	transition:.3s;
	filter: invert(60%);
}
.head .top .logo img{
	height:40px;
	filter: invert(0%);
}
.top .menu{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.top .menu ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.top .menu ul li a{
	line-height: 100px;
	color: #fff;
	font-size: 1.6rem;
	font-family:FuturaStd-Medium;
	position: relative;
	display: block;
	padding: 0px 5px;
	transition:.3s;
}

.top .menu ul li {
   position:relative;
   }


.top .menu ul li.mouseover .ul_hide {
    position: absolute;
    left: -70%;
    top: 98px;
    width: 240%;
    text-align:center;
    border: 0px solid #CBCBCB;
	padding:0px;
    background-color:#040001;
    display: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}

.top .menu ul li.mouseover .ul_hide li {
    width: 100%;
    border-bottom: 1px solid #040001;
    list-style-type:none;
    background:none;
    position:relative;
}

.top .menu ul li.mouseover .ul_hide li a {
    text-align:center;
    color: #FFF;
    font-size: 14px;
    height: auto;
    overflow: hidden;
	padding:5px;
    line-height: 2;
    display: block;
    width: 100%;
    height: 100%;
}

.top .menu ul li.mouseover .ul_hide li a:hover {
    display:block;
    color:#FFFFFF;
    background-color: #e50014;
    text-decoration: none;
} 

   
.top .menu ul li.mouseover .ul_hide li:hover>a:after {
	width: 0%;
	left: 0;
}

.sjt {
    position: absolute;
    width: 16px;
    height: 8px;
    background: url(../images/sjt.png);
    background-size: 100% 100%;
    top: -7px;
    left: 46%;
}


.head .top .menu ul li a{
	line-height: 70px;
	color: #444;
}

.head .top .menu ul li a:after{
	background: #040001;
}

.head .top .menu ul li.mouseover .ul_hide {
   top: 68px;
   }


.top .menu ul li>a:after{
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 0;
	height: 2px;
	background: #fff;
	transition: .3s;
}
.top .menu ul li:hover>a:after,.top .menu ul li.active>a:after{
	width: 100%;
	left: 0;
}
.top .menu dl{
	width: 40%;
	display: flex;
	justify-content: flex-end;
}
.top .menu dl dt{
	width: 130px;
	position: relative;
	border-left:1px rgba(255,255,255,.1) solid;
}
.top .menu dl dt p{
	background: url(../images/fdj.svg) center no-repeat;
	background-size: 16px auto;
	height: 100px;
	cursor: pointer;
	transition: .3s;
}
.head .top .menu dl dt p{
	height: 70px;
	background: url(../images/fdj.svg) center no-repeat #040001;
	background-size: 16px auto;
	cursor: pointer;
	transition: .3s;
	margin-bottom: 0px;
}
.top .menu dl dt:hover p{
	background-color: #040001;
}
.top .menu dl dt form{
	position: absolute;
	right: 0;
	top: 100%;
	width: 400px;
	background: #fff;
	padding: 30px;
	display: none;
}
.top .menu dl dt:hover form{
	display: flex;
}
.top .menu dl dt form input{
	width: 72%;
	border: 1px rgba(0, 0, 0, .1) solid;
	line-height: 20px;
	padding: 12px;
	height: 46px;
	outline: none;
}
.top .menu dl dt form button{
	border: 0;
	background: #040001;
	color: #fff;
	font-weight: normal;
	font-family:FuturaStd-Medium;
	width: 28%;
	transition: .3s;
	font-size: 1.5rem;
}
.top .menu dl dt form button:hover{
	background: #c44f01;
}
.top .menu dl dd{
	display: flex;
	padding-right: 25px;
}
.top .menu dl dd a{
	display: block;
	line-height: 100px;
	color: #fff;
	font-size: 1.6rem;
	font-family:FuturaStd-Medium;
	padding: 0px 10px;
	transition:.3s;
}
.head .top .menu dl dd a{
	line-height: 70px;
}
.top .menu dl dd a:hover{
	color: #ff0000;
}
@media (max-width:1440px) {
	.top .menu ul{
		width: 70%;
	}
	.top .menu ul li a{
		font-size: 1.5rem;
	}
	.top .menu dl{
		width: 25%;
	}
	.top .menu dl dd{
		padding-right: 0px;
	}
	.top .menu dl dt{
		width: 50%;
	}
	.top .menu dl dd a{
		font-size: 1.5rem;
	}
}
.nav-logo{
	width:24px;
	padding:3px 0px;
	display:none;
}
.nav-logo i{
	display:block;
	padding:2px 0px;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:3px;
	background:#fff;
}
.heise{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:6;
	display:none;
	background:rgba(0,0,0,.8);
}
.theight{
	display:none;
	height:49px;
}
.banner{
	position: relative;
}
.mbanner{
    position: absolute;
    left: -100%;
    top: -100%;
    opacity: 0;
    transform: scale(0);
}
@media (max-width:992px) {
    .mbanner{
        position: relative;
        left: 0;
        top: 0;
        opacity: 1;
        transform: scale(1);
    }
    .pbanner{
        position: absolute;
        left: -100%;
        top: -100%;
        opacity: 0;
        transform: scale(0);
    }
	.nav-logo{
		display:block;
	}
	.top{
		position: fixed;
		width:100%;
		top:0;
		left:0;
		border-bottom: 0px solid rgba(255, 255, 255, .1);
		background:#040001;
		padding:8px 15px;
	}
	.theight{
		display:block;
	}
	.top .logo{
		padding-left: 0px;
	}
	.top .logo img{
		height:33px;
	}
	.top .menu{
		position:fixed;
		width:70%;
		height:100%;
		top:0;
		right:-100%;
		z-index:9;
		background:#fff;
		transition:.3s;
		display:block;
	}
	.top .menu-show{
		right:0;
	}
	.top .menu ul{
		display:block;
		width:100%;
	}
	.top .menu ul li{
		width:100%;
	}
	.top .menu ul li a{
		color:#000;
		line-height:48px;
		font-size:1.4rem;
		padding:0px 15px;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.top .menu dl{
		width: 100%;
		display: block;
	}
	.top .menu dl dt{
		display:none;
	}
	.top .menu dl dd{
		display: flex;
		padding-right: 0px;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.top .menu dl dd a{
		width:50%;
		line-height: 48px;
		font-size: 1.4rem;
		padding: 0px 0px;
		color:#000;
		text-align:center;
		position:relative;
	}
	.top .menu dl dd a:first-child:after{
		content:"";
		position:absolute;
		width:1px;
		height:14px;
		right:0;
		top:17px;
		background:rgba(0,0,0,.2);
	}
}
.banner .mdlogo{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 66;
	width: 22%;
	display: flex;
	justify-content: space-between;
}
.banner .mdlogo p{
	background: #040001;
	width: 44%;
	height: 93px;
	color: #fff;
	font-size: 2.2rem;
	font-family:Oswald-Bold;
	text-align: center;
	line-height: 93px;
	letter-spacing: 4px;
}
.banner .mdlogo span{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.banner .mdlogo span i{
	width: 25px;
	height: 38px;
	border: 2px #fff solid;
	border-radius: 13px;
}
.banner .mdlogo span i:after{
	content: "";
	display: block;
	width: 3px;
	border-radius: 3px;
	height: 8px;
	background: #fff;
	margin: 3px auto 0;
	animation: mouse 1s linear infinite;
	-webkit-animation: mouse 1s linear infinite;
}
.bnfixed{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.dwenzi{
	width:100%;
	height:100%;
	position:relative;
}
.dwenzi section{
	position:absolute;
	top:50%;
	left:15%;
	margin-top:-138px;
}
.dwenzi section p{
	color:#fff;
	font-size:2.6rem;
	font-family:Futura-Bk;
	line-height:36px;
	font-weight:normal;
	padding:0px 0px 25px;
}
.dwenzi section h3{
	color:#fff;
	font-size:6.4rem;
	line-height:80px;
	font-weight:normal;
	font-family:Oswald-Bold;
}
.dwenzi section h5{
	display:flex;
	padding:35px 0px 0px;
}
.dwenzi section h5 a{
	color:#fff;
	font-size:3.2rem;
	font-family:Futura-Bk;
	line-height:40px;
	background:url(../images/jtmo.png) right center no-repeat;
	padding-right:80px;
}
.bnfixed i{
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:100%;
	height:100%;
}
.bnfixed i img{
	width:auto;
	height:100%;
	animation: scalee 30s linear infinite;
	-webkit-animation: scalee 30s linear infinite;
}
@keyframes scalee{
	0% {transform:scale(1);}
	25% {transform:scale(1.1) translateX(0%);}
	50% {transform:scale(1.2) translateX(0%);}
	75% {transform:scale(1.1) translateX(0%);}
	100% {transform:scale(1);}
}
 
@-webkit-keyframes scalee{
	0% {transform:scale(1);}
	25% {transform:scale(1.1) translateX(0%);}
	50% {transform:scale(1.2) translateX(0%);}
	75% {transform:scale(1.1) translateX(0%);}
	100% {transform:scale(1);}
}
.zindextop{
	position:relative;
	z-index:9;
	background:#fff;
}
@media (max-width:1920px) {
	.banner .mdlogo{
		width: 28%;
	}
}
@media (max-width:1440px) {
	.banner .mdlogo{
		width: 37.6%;
	}
	.dwenzi section{
		margin-top:-138px;
	}
	.dwenzi section p{
		font-size:2.2rem;
		line-height:32px;
	}
	.dwenzi section h3{
		font-size:5.4rem;
		line-height:66px;
	}
	.dwenzi section h5 a{
		font-size:2.2rem;
	}
}
@media (max-width:992px) {
	.bnfixed{
		height:calc(100% - 48px);
	}
	.banner .mdlogo{
		width: 30%;
		left:10%;
	}
	.banner .mdlogo span{
		display:none;
	}
	.banner .mdlogo p{
		width:100%;
		height: 40px;
		font-size: 1.4rem;
		line-height: 40px;
		letter-spacing: 2px;
	}
	.dwenzi section{
		margin-top:-88px;
		left:5%;
	}
	.dwenzi section p{
		font-size:1.6rem;
		line-height:22px;
		padding:0px 0px 10px;
	}
	.dwenzi section h3{
		font-size:2.4rem;
		line-height:36px;
	}
	.dwenzi section h5{
		padding:15px 0px 0px;
	}
	.dwenzi section h5 a{
		font-size:1.8rem;
	}
}
@keyframes mouse{
	0% {transform: translateY(0px);}
	50% {transform: translateY(10px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes mouse{
	0% {transform: translateY(0px);}
	50% {transform: translateY(10px);}
	100% {transform: translateY(0px);}
}
.banner .swiper-container .swiper-slide,.banner .swiper-container,.banner .swiper-container .swiper-wrapper{
	height:100%;
}
.banner .swiper-container .swiper-slide{
	overflow:hidden;
}
/* .banner .swiper-container .swiper-slide a{ */
	/* display:block; */
	/* background-size:cover; */
	/* background-repeat:no-repeat; */
	/* background-position:center; */
	/* height:100%; */
/* } */
/* .banner .swiper-container .swiper-slide.swiper-slide-active a{ */
	/* animation: scaled 1s ease-in; */
	/* -webkit-animation: scaled 1s ease-in; */
/* } */
@keyframes scaled{
	0% {transform: scale(1.1);}
	100% {transform: scale(1);}
}
@-webkit-keyframes scaled{
	0% {transform: scale(1.1);}
	100% {transform: scale(1);}
}
.banner .swiper-container .swiper-pagination{
	left: 0;
	height: 100%;
	top: 0;
	width: 12.32%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	border-right: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width:1920px) {
	.banner .swiper-container .swiper-pagination{
		width: 15.7%;
	}
}
@media (max-width:1440px) {
	.banner .swiper-container .swiper-pagination{
		width: 21%;
	}
}
.banner .swiper-container .swiper-pagination span{
	display: block;
	width: 100%;
	border-radius: 0;
	height: auto;
	background: none;
	font-size: 1.8rem;
	font-family:Oswald-Bold;
	color: hsl(0 0% 80% / 1);
	line-height: 55px;
	opacity: 1;
	padding-right: 28%;
}
.banner .swiper-container .swiper-pagination span i{
	display: block;
	margin: 0 auto;
	height: 0px;
	overflow: hidden;
	transition: .3s;
}
.banner .swiper-container .swiper-pagination span i:before{
	content: "";
	height: 65px;
	width: 1px;
	background: rgb(143 143 143 / 30%);
	display: block;
	margin: 0 auto;
}
.banner .swiper-container .swiper-pagination span i:after{
	content: "";
	display: block;
	margin: 0px auto;
	width: 1px;
	height: 35px;
	background: #fff;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active i{
	height: 100px;
}
@media (max-width:992px) {
	.banner .swiper-container .swiper-pagination{
		width: 10%;
	}
	.banner .swiper-container .swiper-pagination span{
		font-size: 1.2rem;
		line-height: 20px;
		padding-right: 0;
		opacity:.6;
	}
	.banner .swiper-container .swiper-pagination span i:before{
		display:none;
	}
	.banner .swiper-container .swiper-pagination span i:after{
		height: 15px;
	}
	.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
		opacity:1;
	}
	.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active i{
		height: 15px;
	}
}
.banner .swiper-container .swiper-button-next{
	right: calc(50% - 66px);
	top: auto;
	bottom: 17px;
	border: 2px rgba(255, 255, 255, .4) solid;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	background: url(../images/bnjt.svg) center no-repeat;
	background-size: 40% auto;
	transform: rotateY(180deg);
	transition: .3s;
}
.banner .swiper-container .swiper-button-prev{
	left: calc(50% - 66px);
	top: auto;
	bottom: 17px;
	border: 2px rgba(255, 255, 255, .4) solid;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	background: url(../images/bnjt.svg) center no-repeat;
	background-size: 40% auto;
	transition: .3s;
}
.banner .swiper-container .swiper-button-next:hover{
	border: 2px #fff solid;
}
.banner .swiper-container .swiper-button-prev:hover{
	border: 2px #fff solid;
}
@media (max-width:992px) {
	.banner .swiper-container .swiper-button-next{
		display:none;
	}
	.banner .swiper-container .swiper-button-prev{
		display:none;
	}
}
.title{
	font-size: 4.0rem;
	line-height: 48px;
	color: #000;
	font-family:Oswald-Bold;
}
.product{
	padding: 90px 5% 60px;
	position:relative;
}
.product ul{
	display: flex;
	margin-right: -8px;
	margin-left: -8px;
	margin-top: 50px;
}
.product ul li{
	width: 25%;
	padding: 0px 8px;
}
.product ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.product ul li a i img{
	width: 100%;
}
.product ul li a p{
	font-size: 2.4rem;
	line-height: 60px;
	color: #000;
	font-family:Oswald-Bold;
	text-align: center;
}
.product ul li a section{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.product ul li a section span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	padding: 0px 25px;
	background: linear-gradient(#ffffff00, hsl(0deg 0% 0% / 70%));
}
.product ul li a section span h4{
	width: 100%;
	color: #fff;
	font-size: 3.0rem;
	font-family:Oswald-Bold;
	font-weight: normal;
}
.product ul li a section span h5{
	width: 100%;
	font-family:Futura-Bk;
	font-size: 1.8rem;
	color: #fff;
	text-align: left;
	line-height: 30px;
	padding: 10px 0px 40px;
}
.product .swiper-button-prev{
	background: url(../images/left.png) no-repeat center center;
    background-size: 24px;
    background-color: rgba(0,0,0,0.4);
    width: 60px;
    height: 60px;
    z-index: 99;
    border-radius: 30px;
}
.product .swiper-button-next{
	background: url(../images/right.png) no-repeat center center;
	background-size: 24px;
    background-color: rgba(0,0,0,0.4);
    width: 60px;
    height: 60px;
    z-index: 99;
    border-radius: 30px;
}
@media (max-width:1920px) {
	.product{
		padding: 90px 8% 60px;
	}
	.product ul li a section span h4{
		font-size: 2.0rem;
		padding: 80px 0 0;
	}
	.product ul li a section span h5{
		font-size: 1.6rem;
		padding: 5px 0px 30px;
	}
}
@media (max-width:1440px) {
	.title{
		font-size: 2.6rem;
		line-height: 30px;
	}
	.product{
		padding: 50px 8% 40px;
	}
	.product ul{
		margin-right: -5px;
		margin-left: -5px;
		margin-top: 30px;
	}
	.product ul li{
		width: 25%;
		padding: 0px 5px;
	}
	.product ul li a{
		padding: 13% 0px 5%;
	}
	.product ul li a p{
		font-size: 1.8rem;
		line-height: 30px;
	}
	.product ul li a section span{
		padding: 0px 15px;
	}
	.product ul li a section span h4{
		font-size: 1.8rem;
	}
	.product ul li a section span h5{
		font-size: 1.4rem;
		line-height: 24px;
		padding: 10px 0px 30px;
	}
}
@media (max-width:992px) {
	.title{
		font-size: 1.8rem;
		line-height: 20px;
	}
	.product{
		padding: 20px 15px;
	}
	.product ul{
		margin-top: 15px;
		flex-wrap:wrap;
	}
	.product ul li{
		width: 50%;
		margin-bottom:10px;
	}
	.product ul li a{
	    height: 100%;
		padding: 15px 0px 10px;
	}
	.product ul li a p{
		font-size: 1.4rem;
		line-height: 22px;
		margin:0px 0px 5px;
	}
	.product ul li a section span{
	    padding: 0px 10px 20px;
	    align-items: flex-end;
	}
	.product ul li a section span h4{
		font-size: 1.4rem;
	}
	.product ul li a section span h5{
		display: none;
	}
	.product ul li a section{
		display:block;
		opacity: 1;
	}
}
.about{
	background: url(../images/abbg.jpg) center no-repeat;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.about:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 85px;
	background: #fff;
}
.about .title{
	color: #fff;
}
.about .abtit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:5px;
}
.about .abtit dl{
	display: flex;
	justify-content: space-between;
	width: 35%;
}
.about .abtit dl h3{
	color: #fff;
	font-family:svn-bebasneue;
	font-size: 6.6rem;
	line-height: 70px;
	display: flex;
}
.about .abtit dl h3:after{
	content: "+";
	font-size: 3.0rem;
	line-height: 40px;
	margin-left: 5px;
}
.about .abtit dl h4{
	font-size: 1.8rem;
	line-height: 21px;
	color: #fff;
	font-family:Arial;
	margin: 10px 0px 0px;
}
.abcont{
	z-index: 6;
	position: relative;
	margin: 50px 0px 0px;
}
@media (max-width:1920px) {
	.about{
		padding: 55px 8% 0px;
	}
}
@media (max-width:1440px) {
	.about{
		padding: 35px 8% 0px;
	}
	.about .abtit dl{
		width: 30%;
	}
	.about .abtit dl h3{
		line-height:54px;
		font-size: 5.4rem;
	}
	.about .abtit dl h3:after{
		font-size: 2.0rem;
		line-height: 30px;
	}
	.about .abtit dl h4{
		font-size: 1.6rem;
		margin: 10px 0px 0px;
	}
	.abcont{
		margin: 30px 0px 0px;
	}
}
@media (max-width:992px) {
	.about{
		padding: 20px 15px 0px;
	}
	.about .abtit{
		display: block;
	}
	.about .abtit dl{
		width: 100%;
		padding:15px 0px 0px;
	}
	.about .abtit dl dd{
		width:50%;
		text-align:center;
	}
	.about .abtit dl h3{
		line-height:34px;
		font-size: 3.4rem;
		justify-content:center;
	}
	.about .abtit dl h3:after{
		font-size: 1.6rem;
		line-height: 20px;
	}
	.about .abtit dl h4{
		font-size: 1.4rem;
		line-height:14px;
	}
	.abcont{
		position:relative;
		margin: 10px 0px 0px;
		background: #f1f3f6;
	}
}
#about .swiper-slide dl{
	width: 100%;
	display:flex;
}
#about .swiper-slide dl dt{
	width: 50%;
}
#about .swiper-slide dl dt img{
	width: 100%;
}
#about .swiper-slide dl dd{
	width: 50%;
	background: #f1f3f6;
	position: relative;
	padding: 4% 4.5%;
}
#about .swiper-slide dl dd h2{
	color: #000;
	font-size: 3.4rem;
	line-height: 40px;
	font-family:Oswald-Bold;
	width: 66%;
}
#about .swiper-slide dl dd section{
	font-size: 1.6rem;
	line-height: 29px;
	font-family:MaisonNeue-Book;
	padding-bottom: 15px;
	margin: 6% 0px 0px;
}
#about .swiper-slide dl dd>a{
	position: absolute;
	right: 9%;
	width: 153px;
	height: 50px;
	background: #040001 url(../images/abjt.svg) right 15px center no-repeat;
	background-size: auto 50%;
	color: #fff;
	line-height: 48px;
	font-family:Oswald-Bold;
	font-size: 1.4rem;
	padding: 0px 15px;
	bottom: 22px;
	transition: .3s;
}
#about .swiper-slide dl dd>a:hover{
	background-color: #b60213;
}
#about .swiper-pagination{
	left: 54.5%;
	width: 20%;
	bottom: 35px;
	display: flex;
}
#about .swiper-pagination span{
	border-radius: 0;
	width: auto;
	height: auto;
	background: none;
	font-size: 1.8rem;
	line-height: 23px;
	color: #444444;
	opacity: .4;
	display: flex;
	align-items: center;
	font-family:Oswald-Bold;
	margin: 0 20px 0 0;
}
#about .swiper-pagination span:before{
	content: "";
	display: block;
	height: 1px;
	background: #040001;
	margin-right: 0px;
	width: 0;
	transition: .3s;
}
#about .swiper-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
	color: #040001;
}
#about .swiper-pagination span.swiper-pagination-bullet-active:before{
	width: 80px;
	margin-right: 10px;
}
@media (max-width:1440px) {
	#about .swiper-slide dl dd{
		padding: 2% 3%;
	}
	#about .swiper-slide dl dd h2{
		font-size: 2.4rem;
		line-height: 30px;
	}
	#about .swiper-slide dl dd section{
		font-size: 1.4rem;
		line-height: 23px;
		padding-bottom: 15px;
		max-height:177px;
		margin: 15px 0px 0px;
	}
	#about .swiper-slide dl dd>a{
		right: 6%;
		width: 140px;
		height: 40px;
		line-height: 38px;
	}
	#about .swiper-pagination{
		bottom: 30px;
	}
	#about .swiper-pagination span{
		font-size: 1.6rem;
		margin: 0 10px 0 0;
	}
	#about .swiper-pagination span.swiper-pagination-bullet-active:before{
		width: 50px;
	}
}
@media (max-width:992px) {
	#about{
		padding-bottom:0px;
	}
	#about .swiper-slide dl{
		display:block;
	}
	#about .swiper-slide dl dt{
		width:100%;
	}
	#about .swiper-slide dl dd{
		padding: 15px 15px 70px;
		width:100%;
	}
	#about .swiper-slide dl dd h2{
		font-size: 1.8rem;
		line-height: 20px;
		width:100%;
	}
	#about .swiper-slide dl dd section{
		font-size: 1.4rem;
		line-height: 20px;
		padding-bottom: 15px;
		max-height:none;
		margin: 15px 0px 0px;
		font-family:Futura-Bk;
	}
	#about .swiper-slide dl dd>a{
		right: 15px;
		bottom: 15px;
	}
	#about .swiper-pagination{
		display:none;
	}
}
.contact{
	padding: 130px 5% 90px;
	display: flex;
	justify-content: space-between;
}
.contact .partner{
	width: 30%;
	max-width: 450px;
}
.contact .partner ul{
	display: flex;
	flex-wrap: wrap;
	margin: 15% 0px 18%;
}
.contact .partner ul li{
	width: 50%;
	border-bottom: 1px dashed rgba(0, 0, 0, .06);
	padding: 25px 0px;
}
.contact .partner ul li:nth-child(3),.contact .partner ul li:nth-child(4){
	border-bottom: 0;
}
.contact .partner ul li p{
	font-size: 6.6rem;
	color: #040001;
	font-family:svn-bebasneue;
	line-height: 65px;
}
.contact .partner ul li span{
	display: block;
	color: #444444;
	font-size: 1.6rem;
	line-height: 24px;
	font-family:MaisonNeue-Book;
	margin: 5px 0px 0px;
}
.contact .partner>a{
	display: block;
	width: 240px;
	height: 66px;
	background: #040001 url(../images/abjt.svg) right 25px center no-repeat;
	background-size: auto 50%;
	color: #fff;
	line-height: 64px;
	font-family:Oswald-Bold;
	font-size: 1.8rem;
	padding: 0px 25px;
	bottom: 22px;
	transition: .3s;
}
.contact .partner>a:hover{
	background-color: #e50014;
}
@media (max-width:1920px) {
	.contact{
		padding: 130px 8% 90px;
	}
}
@media (max-width:1440px) {
	.contact{
		padding: 70px 8% 40px;
	}
	.contact .partner{
		width: 30%;
	}
	.contact .partner ul{
		margin: 5% 0px 8%;
	}
	.contact .partner ul li{
		padding: 15px 0px;
	}
	.contact .partner ul li:nth-child(3),.contact .partner ul li:nth-child(4){
		border-bottom: 0;
	}
	.contact .partner ul li p{
		font-size: 4.0rem;
		line-height: 40px;
	}
	.contact .partner ul li span{
		font-size: 1.3rem;
		line-height: 16px;
		margin: 5px 0px 0px;
	}
	.contact .partner>a{
		width: 200px;
		height: 52px;
		line-height: 50px;
		font-size: 1.6rem;
		padding: 0px 15px;
	}
}
@media (max-width:992px) {
	.contact{
		padding: 20px 15px;
		display: block;
	}
	.contact .partner{
		width: 100%;
	}
	.contact .partner ul{
		margin: 10px 0px;
	}
	.contact .partner ul li{
		padding: 10px 0px;
	}
	.contact .partner ul li p{
		font-size: 3.0rem;
		line-height: 30px;
	}
	.contact .partner ul li span{
		font-size: 1.2rem;
	}
	.contact .partner>a{
		width: 150px;
		height: 42px;
		line-height: 40px;
		font-size: 1.4rem;
		padding: 0px 10px;
	}
}
.contact .map{
	width: 70%;
	position: relative;
}
.contact .map>img{
	width: 100%;
}
.contact .map b{
	position: absolute;
	background: #000000;
	border-radius: 3px;
	padding: 4px;
	right: 18%;
	top: 30%;
	z-index: 6;
}
.contact .map b:after{
	content: "";
	position: absolute;
	border-top: 4px solid #000000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}
.contact .map section{
	background: #000000;
	position: absolute;
	border-radius: 7px;
	padding: 0px 30px 30px;
	right: 7%;
	top: 40%;
	max-width: 430px;
	z-index: 6;
}
.contact .map section h4{
	color: #fff;
	font-size: 1.8rem;
	font-family:Oswald-Bold;
	border-bottom: 1px rgba(255, 255, 255, .2) solid;
	line-height: 24px;
	padding: 20px 0px;
}
.contact .map section dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 0px;
}
.contact .map section dl dd{
	width: 100%;
}
.contact .map section dl dt{
    display: none;
	width: 39%;
}
.contact .map section dl dd span{
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 21px;
	padding-left: 28px;
}

.contact .map section dl dd span a {
   color:#FFFFFF;
   }

.contact .map section dl dd span:first-child{
	background: url(../images/dz.svg) 0px 2px no-repeat;
	background-size: auto 19px;
	margin-bottom: 15px;
}


/* 新增的中间项 */
.contact .map section dl dd span:nth-child(2) {
    background: url(../images/email.svg) 0px 2px no-repeat;
    background-size: auto 19px;
    margin-bottom: 15px;
}


.contact .map section dl dd span:last-child{
	background: url(../images/dh.svg) 0px 2px no-repeat;
	background-size: auto 19px;
}

.contact .map i{
	position: absolute;
	padding: 5px;
	background: rgba(238, 0, 18, .2);
	border-radius: 50%;
	animation: scale .7s linear infinite;
	-webkit-animation: scale .7s linear infinite;
}
.contact .map i:after{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ee0012;
	content: "";
	display: block;
}
@media (max-width:1440px) {
	.contact .map section{
		border-radius: 5px;
		padding: 0px 20px 20px;
		max-width: 330px;
		top: 45%;
	}
	.contact .map section h4{
		font-size: 1.4rem;
		padding: 10px 0px;
	}
	.contact .map section dl{
		padding: 10px 0px 0px;
	}
	.contact .map section dl dd span{
		line-height: 16px;
		padding-left: 28px;
	}
	.contact .map section dl dd span:first-child{
		margin-bottom: 5px;
	}
	.contact .map b{
		width:25px;
		height:25px;
		top: 35%;
	}
	.contact .map i{
		padding: 3px;
	}
	.contact .map i:after{
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #ee0012;
		content: "";
		display: block;
	}
}
@media (max-width:992px) {
	.contact{
		position:relative;
		padding-bottom:180px;
	}
	.contact .map{
		width: 100%;
		margin:20px 0px 0px;
	}
	.contact .map section{
		border-radius: 2px;
		padding: 0px 15px 15px;
		max-width: 100%;
		width:100%;
		top:calc(100% + 20px);
		left:0px;
	}
	.contact .map b{
		width:15px;
		height:15px;
		border-radius: 1px;
		top: 30%;
	}
	.contact .map b:after{
		border-top: 2px solid #040001;
		border-left: 2px solid transparent;
		border-right: 2px solid transparent;
		margin-left: -2px;
	}
	.contact .map i{
		padding: 2px;
	}
	.contact .map i:after{
		width: 3px;
		height: 3px;
	}
}
@keyframes scale{
	0% {transform: scale(0);}
	50% {transform: scale(.5);}
	90% {transform: scale(1);}
	100% {transform: scale(0);}
}
@-webkit-keyframes scale{
	0% {transform: scale(0);}
	50% {transform: scale(.5);}
	90% {transform: scale(1);}
	100% {transform: scale(0);}
}
footer{
	position:relative;
	z-index:9;
}
.bottom{
	background: #516482;
	padding: 45px 5%;
	display: flex;
	justify-content: space-between;
}
.bottom dl dt{
	padding-bottom: 15px;
}
.bottom dl dt a,.bottom dl dt p{
	color: #fff;
	font-size: 2.0rem;
	line-height: 40px;
	font-family:FuturaStd-Medium;
	font-weight: normal;
}
.bottom dl dd a{
	font-size: 1.8rem;
	line-height: 36px;
	color: rgba(255, 255, 255, .4);
	font-family:MaisonNeue-Book;
	transition: .3s;
}
.bottom dl dd a:hover{
	color: #fff;
}
.bottom dl:last-child{
	width: 520px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-content: flex-start;
}
.bottom dl:last-child dt{
	width: 100%;
}
.bottom dl dt p{
	text-align: right;
}
.bottom dl h2{
	font-size: 5.2rem;
	line-height: 50px;
	color: #fff;
	letter-spacing: -2px;
	width: 100%;
	text-align: right;
	font-family:Oswald-Bold;
}

.bottom dl h2 a {
   color: #fff;
   }

.bottom dl ul{
	display: flex;
	margin: 30px 0px 0px;
}
.bottom dl ul li{
	padding: 0px 15px;
}
.bottom dl ul li a i{
	font-size: 2.0rem;
	color: rgba(255, 255, 255, .6);
	line-height: 30px;
	transition: .3s;
}
.bottom dl ul li a:hover i{
	color: #fff;
}
.copy{
	background: #3c4b61;
	padding: 15px 5%;
	display: flex;
	justify-content: space-between;
}
.copy section{
	font-family:MaisonNeue-Book;
	font-size: 1.2rem;
	line-height: 30px;
	color: rgba(255, 255, 255, .4);
}
.copy section a{
	color: rgba(255, 255, 255, .4);
}
@media (max-width:1920px) {
	.bottom{
		padding: 45px 8%;
	}
	.copy{
		padding: 15px 8%;
	}
}
@media (max-width:1440px) {
	.bottom{
		padding: 30px 8%;
	}
	.bottom dl dt{
		padding-bottom: 10px;
	}
	.bottom dl dt a,.bottom dl dt p{
		font-size: 1.6rem;
		line-height: 30px;
	}
	.bottom dl dd a{
		font-size: 1.4rem;
		line-height: 26px;
	}
	.bottom dl:last-child{
		width: 340px;
	}
	.bottom dl h2{
		font-size: 3.3rem;
		line-height: 35px;
	}
	.bottom dl ul{
		margin: 20px 0px 0px;
	}
	.bottom dl ul li{
		padding: 0px 10px;
	}
	.bottom dl ul li a i{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.bottom{
		padding: 20px 15px;
		flex-wrap:wrap;
	}
	.bottom dl{
		width:50%;
		margin-bottom:10px;
	}
	.bottom dl dt{
		padding-bottom: 5px;
	}
	.bottom dl dt a,.bottom dl dt p{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.bottom dl dd a{
		font-size: 1.3rem;
		line-height: 20px;
	}
	.bottom dl:last-child{
		display:block;
		width: 100%;
	}
	.bottom dl dt p{
		text-align: left;
	}
	.bottom dl h2{
		font-size: 2.2rem;
		line-height: 30px;
		letter-spacing: 0px;
		text-align: left;
	}
	.bottom dl ul{
		margin: 10px 0px 0px;
	}
	.copy{
		padding: 15px;
		display: block;
	}
	.copy section{
		line-height: 20px;
		text-align:center;
	}
}
.ibanner{
	position: relative;
}
.ibanner img{
	width: 100%;
	height: auto;
}
.ibanner section{
	font-size: 5.4rem;
	line-height: 80px;
	color: #fff;
	font-family:Oswald-Bold;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -96px;
	padding: 0px 5%;
}
.iabout ul li dl{
	display: flex;
}
.iabout ul li dl dt,.iabout ul li dl dd{
	width: 50%;
}
.iabout ul li dl dt img{
	width: 100%;
}
.iabout ul li dl dd{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.iabout ul li dl dd h2{
	font-size: 3.0rem;
	line-height: 47px;
	color: #000;
	font-family:Oswald-Bold;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 4%;
}
.iabout ul li:nth-child(Odd) dl dd{
	padding-left: 5%;
	padding-right: 4%;
}
.iabout ul li:nth-child(even) dl dd{
	padding-right: 5%;
	padding-left: 4%;
	order: 2;
}
.iabout ul li:nth-child(even) dl dt{
	order: 1;
}
.iabout ul li dl dd section{
	color: #697277;
	font-size: 1.6rem;
	height:385px;
	overflow-y: scroll;
	padding-right:10px;
	line-height: 35px;
	font-family:MaisonNeue-Book;
}
@media (max-width:1440px) {
	.ibanner section{
		font-size: 3.4rem;
		line-height: 44px;
		margin-top: -66px;
	}
	.iabout ul li dl dd h2{
		font-size: 3.0rem;
		line-height: 34px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.iabout ul li dl dd section{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
@media (max-width:992px) {
	.ibanner section{
		font-size: 1.4em;
		line-height: 24px;
		margin-top: -36px;
	}
	.iabout ul li dl{
		display: block;
		padding-bottom:15px;
	}
	.iabout ul li dl dt,.iabout ul li dl dd{
		width: 100%;
		padding:0px 15px;
	}
	.iabout ul li dl dd{
		display: block;
	}
	.iabout ul li dl dd h2{
		font-size: 1.8rem;
		line-height: 20px;
		padding-bottom: 15px;
		margin-bottom: 13px;
	}
	.iabout ul li:nth-child(Odd) dl dd{
		padding: 15px;
	}
	.iabout ul li:nth-child(even) dl dd{
		padding: 15px;
	}
	.iabout ul li dl dd section{
		font-size: 1.4rem;
		line-height: 22px;
	}
}
.wenhua{
	padding: 100px 0px 80px 5%;
	background: url(../images/whbg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#wenhua{
	margin: 40px 0px 0px;
	width: 120%;
	padding-bottom: 70px;
	position: static;
}
#wenhua .swiper-slide a i{
	display: block;
	overflow: hidden;
	border-radius: 8px;
}
#wenhua .swiper-slide a h5{
	color: #000;
	font-size: 2.4rem;
	line-height: 33px;
	font-family:Oswald-Bold;
	margin: 25px 0px 15px;
}
#wenhua .swiper-slide a p{
	font-size: 1.8rem;
	line-height: 24px;
	color: #6b6b6b;
	font-family:Futura-Bk;
}
#wenhua .swiper-pagination{
	top: auto;
	bottom: 70px;
	width: 90%;
	left: 5%;
	height: 2px;
	background: rgba(0, 0, 0, .08);
}
#wenhua .swiper-pagination .swiper-pagination-progressbar-fill{
	height: 4px;
	background: #333333;
	margin-top: -1px;
}
#wenhua .swiper-button-next{
	background: url(../images/hsjt.svg) center no-repeat;
	background-size: auto 32%;
	right: 28%;
}
#wenhua .swiper-button-prev{
	background: url(../images/hsjt.svg) center no-repeat;
	background-size: auto 32%;
	left: calc(72% - 130px);
	transform: rotateY(180deg);
}
#wenhua .swiper-button-white{
	top: 120px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	transition: .3s;
	border: 2px rgba(0,0,0,.3) solid;
}
#wenhua .swiper-button-white:hover{
	border: 2px #000 solid;
}
@media (max-width:1440px) {
	.wenhua{
		padding: 50px 0px 50px 8%;
	}
	#wenhua{
		padding-bottom: 30px;
	}
	#wenhua .swiper-slide a i{
		border-radius: 5px;
	}
	#wenhua .swiper-slide a h5{
		font-size: 1.8rem;
		line-height: 24px;
		margin: 15px 0px 5px;
	}
	#wenhua .swiper-slide a p{
		font-size: 1.4rem;
		line-height: 20px;
	}
	#wenhua .swiper-pagination{
		bottom: 50px;
		width: 84%;
		left: 8%;
	}
	#wenhua .swiper-button-white{
		top: 66px;
		width: 46px;
		height: 46px;
	}
}
@media (max-width:992px) {
	#wenhua{
		padding-bottom: 20px;
		margin: 20px 0px 0px;
	}
	#wenhua .swiper-slide a i{
		border-radius: 2px;
	}
	.wenhua{
		padding: 30px 0px 20px 15px;
	}
	#wenhua .swiper-slide a h5{
		font-size: 1.6rem;
		line-height: 20px;
		margin: 10px 0px 3px;
	}
	#wenhua .swiper-slide a p{
		font-size: 1.3rem;
		line-height:18px;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	#wenhua .swiper-pagination{
		bottom: 20px;
		width: calc(100% - 30px);
		left: 15px;
	}
	#wenhua .swiper-button-next{
		right: 15px;
	}
	#wenhua .swiper-button-prev{
		left: calc(100% - 100px);
	}
	#wenhua .swiper-button-white{
		top: 43px;
		width: 35px;
		height: 35px;
		border: 1px rgba(0,0,0,.3) solid;
	}
	#wenhua .swiper-button-white:hover{
		border: 1px #000 solid;
	}
}
.shebei{
	background: url(../images/sbbg.jpg) center no-repeat;
	background-size: cover;
	padding: 66px 0px 88px;
	width: 100%;
	overflow: hidden;
}
.shebei .title{
	text-align: center;
	color: #fff;
	margin: 0px 0px 65px;
}
#shebei{
	width: 140%;
	margin-left: -20%;
}
#shebei .swiper-slide a{
	display: block;
	position: relative;
	transform: scale(.7);
	opacity: .6;
	transition: .3s;
}
#shebei .swiper-slide a p{
	width: 100%;
	height: 88px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background: #040001;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 1.8rem;
	font-family:MaisonNeue-Book;
	display: none;
	margin-bottom:0px;
}
#shebei .swiper-slide.swiper-slide-active a{
	transform: scale(1);
	opacity: 1;
}
#shebei .swiper-slide.swiper-slide-active a p{
	display: block;
}
#shebei .swiper-button-white{
	width: 33%;
	height: 100%;
	top: 0;
	margin: 0;
	opacity: 0;
}
#shebei .swiper-button-next{
	right: 0;
}
#shebei .swiper-button-left{
	right: 0;
}
@media (max-width:992px) {
	.shebei{
		padding: 30px 15px;
	}
	.shebei .title{
		margin: 0px 0px 20px;
	}
	#shebei{
		width: 100%;
		margin-left: 0;
	}
	#shebei .swiper-slide a{
		transform: scale(1);
		opacity: 1;
	}
	#shebei .swiper-slide a p{
		height: 50px;
		line-height: 50px;
		position: static;
		font-size: 1.4rem;
		display:block;
	}
	#shebei .swiper-slide.swiper-slide-active a{
		transform: scale(1);
		opacity: 1;
	}
	#shebei .swiper-slide.swiper-slide-active a p{
		display: block;
	}
	#shebei .swiper-button-white{
		display:none;
	}
}
.rongyu{
	background: url(../images/rybg.jpg) center no-repeat;
	background-size: cover;
	padding: 160px 0px 100px;
	width: 100%;
	overflow: hidden;
	display: none;
}

.rongyu h2 {
   font-family: Oswald-Bold;
   font-size:4.0rem;
   color:#333333;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   }

#rongyu{
	padding-bottom: 80px;
}
#rongyu .swiper-slide a{
	display: block;
	position: relative;
	transform: scale(.6);
	opacity: .6;
	transition: .3s;
}
#rongyu .swiper-slide a p{
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	width: 100%;
	color: #000;
	font-size: 1.8rem;
	font-family:Futura-Bk;
	display: none;
}
#rongyu .swiper-pagination{
	display: flex;
	justify-content: center;
}
#rongyu .swiper-pagination span{
	background: #e2e7ea;
	border-radius: 0;
	border: 0;
	width: 200px;
	display: block;
	margin: 0;
	height: 5px;
	opacity: .8;
}
#rongyu .swiper-pagination span.swiper-pagination-bullet-active{
	background: #040001;
}
#rongyu .swiper-slide.swiper-slide-active a{
	transform: scale(1);
	opacity: 1;
}
#rongyu .swiper-slide.swiper-slide-active a p{
	display: block;
}
#rongyu .swiper-button-white{
	width: 33%;
	height: 100%;
	top: 0;
	margin: 0;
	opacity: 0;
}
#rongyu .swiper-button-next{
	right: 0;
}
#rongyu .swiper-button-left{
	right: 0;
}
@media (max-width:1440px) {
	.rongyu{
		padding: 130px 0px 50px;
	}
	#rongyu{
		padding-bottom: 40px;
	}
	#rongyu .swiper-slide a{
		transform: scale(.7);
	}
}
@media (max-width:992px) {
	.rongyu{
		padding: 30px 15px;
	}
	#rongyu{
		padding-bottom: 20px;
	}
	#rongyu .swiper-slide a{
		transform: scale(1);
	}
	#rongyu .swiper-slide a p{
		height: 48px;
		line-height: 48px;
		font-size: 1.4rem;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	#rongyu .swiper-button-white{
		display:none;
	}
}
.ibanner h3{
	position: absolute;
	width: 100%;
	font-size: 5.4rem;
	line-height: 66px;
	font-family:Oswald-Bold;
	top: 50%;
	margin-top: -33px;
	text-align: center;
	color: #fff;
}
.iproduct{
	padding: 20px 0 65px;
	display:flex;
	justify-content:space-between;
}
.pdlanmu{
	width:280px;
}

.pdlanmu ul {
    overflow: hidden;
} 

.pdlanmu li dl{
    display: none;
}


.fenww,.iproductd{
	width:calc(100% - 320px);
}

.fenwwk {
    height: auto;
    overflow: hidden;
    margin-top:20px;
}

.fenwwk .iproductd {
    width: 100%;
}


.pdlanmu h2{
	font-size:2.2rem;
	line-height:40px;
	font-family:MaisonNeue-Medium;
	border-bottom:1px solid rgba(0,0,0,.25);
	padding-bottom:5px;
	position:relative;
	margin-bottom:35px;
}
.pdlanmu h2:after{
	content:"";
	position:absolute;
	width:70px;
	height:2px;
	bottom:-1px;
	background:rgba(0,0,0,.8);
	left:0;
}
.pdlanmu ul{
	margin-bottom:50px;
}
.pdlanmu ul li{
	position: relative;
	padding-bottom:10px;
}
.pdlanmu ul li span{
	display: flex;
	justify-content:space-between;
}
.pdlanmu ul li span a{
	font-size: 1.7rem;
	font-family:FuturaStd-Medium;
	line-height: 40px;
   white-space: nowrap;
text-overflow: ellipsis;
	color: #000;
	display:flex;
	align-items:center;
}

.pdlanmu ul li span a:hover {
   color: #e50014;
   }
   
.pdlanmu ul li.cur span a {
   color: #e50014;
   }

.pdlanmu ul li span p{
	width:40px;
	height:40px;
	text-align:center;
}
.pdlanmu ul li span p:after{
	content:"+";
	line-height:40px;
	font-size:1.8rem;
	font-family:MaisonNeue-Medium;
}
.pdlanmu ul li dd a{
	display: flex;
	align-items:center;
	padding: 0px 15px;
}

.pdlanmu ul li dd a p{
	font-size: 1.4rem;
	transition: .3s;
	font-family:Futura-Bk;
	color:#000;
	height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
	line-height: 32px;
	margin-left:10px;
}

.pdlanmu ul li dd a:hover p {
    color:#e50014;
}

.pdlanmu ul li dd.on a p {
   color:#e50014;
   }

.pdlanmu ul li dd a:before{
	content:"";
	width:6px;
	height:6px;
	border-right:1px solid rgba(0,0,0,.9);
	border-bottom:1px solid rgba(0,0,0,.9);
	transform:rotate(-45deg);
}
.remen{
	position:relative;
}
.remen .swiper-container{
	height:400px;
	position:static;
}
.remen .swiper-slide a{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.remen .swiper-slide a i{
	width:30%;
}
.remen .swiper-slide a p{
	width:70%;
	padding-left:15px;
	color:#333;
	font-family:FuturaStd-Medium;
	font-size:1.4rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
@media (max-width:1440px) {
	.ibanner h3{
		font-size: 3.4rem;
		line-height: 36px;
		top:50%;
		margin-top: -18px;
	}
	.pdlanmu ul li a p{

	}
	.pdlanmu ul li dd a{
		line-height: 30px;
		padding: 0px 15px;
		font-size: 1.4rem;
	}
}
.mblanmu{
	display:none;
	justify-content:space-between;
	align-items:center;
	padding:8px 15px;
	background:#f1f3f6;
}
.mblanmu p{
	font-family:FuturaStd-Medium;
	font-size:1.4rem;
}
.mblanmu .pd-logo{
	width:23px;
	padding:3px 0px;
}
.mblanmu .pd-logo i{
	display:block;
	padding:2px 0px;
}
.mblanmu .pd-logo i:after{
	display:block;
	content:"";
	height:2px;
	background:#040001;
}
.huisea{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5555;
	background:rgba(0,0,0,.8);
	display:none;
}
@media (max-width:992px) {
	.ibanner h3{
		font-size: 2.4rem;
		line-height: 26px;
		margin-top: -13px;
	}
	.pdlanmu h2{
		font-size:1.6rem;
		line-height:20px;
		margin-bottom:15px;
	}
	.pdlanmu h2:after{
		content:"";
		position:absolute;
		width:70px;
		height:2px;
		bottom:-1px;
		background:rgba(0,0,0,.8);
		left:0;
	}
	.pdlanmu{
		padding:20px 15px;
		position:fixed;
		width:70%;
		height:100%;
		top:0;
		z-index:6666;
		overflow-y:auto;
		transition:.3s;
		background:#fff;
		left:-100%;
	}
	.pdlanmu .container{
		padding:0;
	}
	.pdlanmu-show{
		left:0;
	}
	.pdlanmu ul{
		display:block;
	}
	.pdlanmu ul li{
		width:100%;
	}
	.pdlanmu ul li span{
		border-bottom:1px rgba(0,0,0,.08) solid;
	}
	.pdlanmu ul li span a{
		line-height:40px;
		font-family:FuturaStd-Medium;
		font-size:1.4rem;
	}
	.mblanmu{
		display:flex;
	}
	.remen{
		display:none;
	}
	.pdlanmu h2:nth-of-type(2){
		display:none;
	}
	.pdlanmu ul li{
		padding-bottom:0;
	}
	.pdlanmu ul li dd a{
		padding: 0px 15px;
		border-bottom:1px rgba(0,0,0,.08) solid;
	}
	.pdlanmu ul li dd a p{
		font-size: 1.4rem;
		line-height: 40px;
		padding:0;
	}
}
.ipdlist h2{
	font-size:2.2rem;
	line-height:40px;
	font-family:MaisonNeue-Medium;
	border-bottom:1px solid rgba(0,0,0,.25);
	padding-bottom:5px;
	margin-bottom:30px;
}
.ipdlist ul{
	display: flex;
	flex-wrap: wrap;
	/*border: 1px #f4f4f4 solid;*/
	margin: 0px 0px 25px;
}
.ipdlist ul li{
	width: 33.333333333333%;
}
.ipdlist ul li a{
	display: block;
	border: 1px #f4f4f4 solid;
	text-align: center;
	padding: 0px 0px 15px;
	position:relative;
}
.ipdlist ul li a img{
	width:100%;
	height:auto;
}
.ipdlist ul li a h4{
	color: #000000;
	font-size: 2.0rem;
	line-height: 30px;
	font-family:Futura-Bk;
	margin: 5px 0px;
	padding:5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.ipdlist ul li a h5{
	color: rgba(0, 0, 0, .6);
	font-size: 1.4rem;
	line-height: 22px;
	font-family:Futura-Bk;
}
.ipdlist ul li:hover a:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:6;
	box-shadow:0px 0px 15px rgba(0,0,0,.05) inset;
}

.cpym .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.cpym ul li a {
    display: block;
    border: 1px #f4f4f4 solid;
    text-align: center;
    padding: 0px;
}


@media (max-width:1440px) {
	.ipdlist ul{
		margin: 0px 0px 20px;
	}
	.ipdlist ul li a{
		padding: 0px 0px 20px;
	}
	.ipdlist ul li a h4{
		font-size: 1.7rem;
		line-height: 24px;
	}
	.ipdlist ul li a h5{
		line-height: 20px;
	}
}
@media (max-width:992px) {
	.ipdlist{
		width:100%;
	}
	.ipdlist h2{
		display:none;
	}
	.ipdlist ul{
		margin: 0px -3px 4px;
		justify-content:space-between;
	}
	.ipdlist ul li{
		width: 50%;
		padding:0px 3px;
		margin-bottom:6px;
	}
	.ipdlist ul li a{
		padding: 0px 0px 10px;
	}
	.ipdlist ul li a h4{
		font-size: 1.4rem;
		line-height: 24px;
		margin:0;
	}
	.ipdlist ul li a h5{
		line-height: 14px;
		font-size: 1.2rem;
	}
}
.page_list{
	display: flex;
	justify-content: flex-end;
}
.page_list a{
	display: block;
	line-height: 36px;
	height: 38px;
	border: 2px solid #f4f4f4;
	border-radius: 3px;
	text-align: center;
	min-width: 40px;
	font-size: 1.6rem;
	margin-left: 10px;
	color: #808080;
	transition: .3s;
	font-family:FuturaStd-Medium;
}
.page_list a:first-child,.page_list a:last-child{
	min-width: 100px;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background: #004cb6;
	border: 1px solid #004cb6;
}
@media (max-width:1440px) {
	.page_list a{
		line-height: 40px;
		height: 40px;
		border: 1px solid #f4f4f4;
		border-radius: 2px;
		min-width: 38px;
		font-size: 1.5rem;
		margin-left: 5px;
	}
}
@media (max-width:992px) {
	.page_list a{
		line-height: 24px;
		height: 24px;
		min-width: 22px;
		font-size: 1.2rem;
		margin-left: 2px;
	}
	.page_list a:first-child,.page_list a:last-child{
		min-width: 40px;
	}
}
#map{
	height: 700px;
	width: 100%;
}
.icontact{
	display: flex;
	flex-wrap: wrap;
}
.icontact .icttext{
	width: 42%;
	background: #0b46ac;
}
.icontact .map{
	width: 58%;
}
.icontact .icttext dl{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.icontact .icttext dl dd{
	width: 100%;
	padding: 25px;
	height: 33.3%;
	color: #fff;
	position: relative;
	transition: .3s;
}
.icontact .icttext dl h5{
	font-size: 24px;
	line-height: 32px;
	font-family:Oswald-Bold;
	line-height: 34px;
}
.icontact .icttext dl section{
	font-size: 2.3rem;
	line-height: 33px;
	font-family:Futura-Bk;
	margin: 15px 0px 0px;
}
.icontact .icttext dl dd:nth-of-type(1){
	border-right: 1px rgba(255, 255, 255, .06) solid;
}
.icontact .icttext dl dd:nth-of-type(2){
}
.icontact .icttext dl dd:hover{
	background-color: #0f52b5;
}
.icontact .icttext dl dt{
	width: 100%;
	font-weight: normal;
	height: 50%;
	padding: 25px;
	color: #fff;
	position: relative;
	border-top: 1px rgba(255, 255, 255, .06) solid;
	transition: .3s;
}
.icontact .icttext dl dt:hover{
	background-color: #0f52b5;
}
.icontact .icttext dl i{
	position: absolute;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px rgba(255, 255, 255, .3) solid;
	right: 30px;
	bottom: 30px;
	transition: .3s;
}
.icontact .icttext dl i a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
}
.icontact .icttext dl i:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	right: 16px;
	transition: .3s;
	bottom: 16px;
}
.icontact .icttext dl i:before{
	content: "";
	position: absolute;
	height: 2px;
	background: #fff;
	transition: .3s;
	width: 26px;
	transform: rotateZ(45deg);
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -14px;
}
.icontact .icttext dl dd:hover i,.icontact .icttext dl dt:hover i{
	background-color: #fff;
}
.icontact .icttext dl dd:hover i:after,.icontact .icttext dl dt:hover i:after{
	border-color: #0b46ac;
}
.icontact .icttext dl dd:hover i:before,.icontact .icttext dl dt:hover i:before{
	background: #0b46ac;
}
@media (max-width:1440px) {
	.icontact .icttext dl h5{
		font-size: 1.3rem;
		line-height: 26px;
	}
	.icontact .icttext dl section{
		font-size: 1.8rem;
		line-height: 26px;
		margin: 10px 0px 0px;
	}
	#map{
		height: 500px;
	}
}
@media (max-width:992px) {
	.icontact{
		display: block;
	}
	.icontact .icttext{
		width: 100%;
	}
	.icontact .map{
		width: 100%;
	}
	.icontact .icttext dl{
		display: block;
		height: auto;
	}
	.icontact .icttext dl dd{
		width: 100%;
		padding: 15px;
		height: auto;
		border-bottom: 1px rgba(255, 255, 255, .1) solid;
	}
	.icontact .icttext dl h5{
		font-size: 1.6rem;
		line-height: 22px;
	}
	.icontact .icttext dl section{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 5px 0px 0px;
	}
	.icontact .icttext dl i{
		display:none;
	}
	.icontact .icttext dl dd:nth-of-type(1){
		background: url(../images/yx.png) right 10% bottom 15% no-repeat;
		border-right: 0px rgba(255, 255, 255, .06) solid;
		background-size:auto 30px;
	}
	.icontact .icttext dl dd:nth-of-type(2){
		background: url(../images/dh.png) right 10% bottom 15% no-repeat;
		background-size:auto 40px;
	}
	.icontact .icttext dl dt{
		height: auto;
		padding: 15px;
		background: url(../images/dz.png) right 10% bottom 15% no-repeat;
		border-top: 0px rgba(255, 255, 255, .06) solid;
		background-size:auto 40px;
	}
	#map{
		height: 250px;
	}
	#map .amap-icon img{
		width:30px;
		margin-left:38px;
		margin-top:87px;
	}
}
.feedback{
	width: 100%;
	background: rgba(2, 98, 164, 0.05);
	padding: 88px 0 100px;
}
.feedback h2{
	color: #131312;
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	font-family:Oswald-Bold;
	margin: 0px 0px 15px;
}

.feedback h3 {
	color: #131312;
	font-size: 16px;
	text-align: center;
	font-family:Arial;
	margin: 0px 0px 45px;
}

.feedback form{
	flex-wrap: wrap;
	justify-content: space-between;
}
.feedback form span{
	width: 48.5%;
	margin-bottom: 30px;
	display: block;
}
.feedback form p{
	font-size: 2.4rem;
	line-height: 60px;
	color: #333333;
	font-family:Oswald-Bold;
}
.feedback form span input{
	width: 100%;
	border: 0px;
	background: #fff;
	line-height: 30px;
	padding: 25px;
	font-family:Oswald-Bold;
	height: 80px;
}
.feedback form section{
	width: 100%;
}
.feedback form textarea{
	width: 100%;
	background: #fff;
	line-height: 30px;
	resize: none;
}
.feedback form button{
	display: block;
	margin: 40px 0 0 auto;
	width: 270px;
	height: 60px;
	color: #fff;
	font-size: 1.6rem;
	background: #040001;
	border: 0;
	transition: .3s;
}
.feedback form button:hover{
	background: #b50000;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.kkc {
    height: 56px;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.kkd {
    height:auto; overflow: hidden;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 0;
}



@media (max-width:1440px) {
	.feedback{
		padding: 40px 0;
	}
	.feedback h2{
		font-size: 3.4rem;
		line-height: 40px;
		margin: 0px 0px 25px;
	}
	.feedback form span{
		margin-bottom: 20px;
	}
	.feedback form p{
		font-size: 2.0rem;
		line-height: 40px;
	}
	.feedback form span input{
		padding: 15px;
		height: 60px;
	}
	.feedback form textarea{
		line-height: 24px;
		padding: 15px;
	}
}
@media (max-width:992px) {
	.feedback{
		padding: 20px 0;
	}
	.feedback h2{
		font-size: 1.8rem;
		line-height: 20px;
		margin: 0px 0px 10px;
	}
	.feedback form span{
		margin-bottom: 10px;
		width:100%;
	}
	.feedback form p{
		font-size: 1.6rem;
		line-height: 20px;
		margin:0px 0px 5px;
	}
	.feedback form span input{
		padding: 10px;
		height: 40px;
		line-height:20px;
	}
	.feedback form textarea{
		line-height: 20px;
		padding: 10px;
	}
	.feedback form button{
		margin: 10px 0 0 0;
		width: 100%;
		height: 50px;
		font-size: 1.4rem;
	}
}
.iproductd{
	padding:0px 0;
}
.iproductd h2{
	font-size:2.2rem;
	line-height:40px;
	font-family:MaisonNeue-Medium;
	border-bottom:1px solid rgba(0,0,0,.25);
	padding-bottom:5px;
	position:relative;
	margin-bottom:35px;
}
.iproductd h2:after{
	content:"";
	position:absolute;
	width:70px;
	height:2px;
	bottom:-1px;
	background:rgba(0,0,0,.8);
	left:0;
}



.pro-img{
	margin:0px 0px 0px;
	display:flex;
	justify-content:space-between;
}
.pro-img .xiaotu{
	margin-top:20px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}

.procem {
    padding: 0px 3.6rem;
    position: relative;
}

#fuwus {
    position: static;
}


.jqzzoom{position:relative;}
.jqzoom{width:100%; position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:1000px;height:1000px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;border:1px solid #aaa;background:#FFFFFF 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}


.ipdcont .ipdimg {
    width: 100%;
    position: relative;
}
   
.ipdcont .ipdimg .jqzoom {
    height: auto;
    overflow: hidden;
    position: relative;
}

.ipdcont .ipdimg img {
    max-height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 
#glass {
    position: absolute;
    border-radius: 50%;
    border: 5px #0f499e solid;
    display: none;
    background-repeat: no-repeat;
    background-color:#fff;
} 

.pro-img #Gbig{
	width:100%;
	border:1px solid #eeeeee;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.pro-img .xiaotu li{
}

.pro-img .xiaotu li a {
   display: block;
   border:1px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:1px #25b5e5 solid;
}

#xiaotu .swiper-slide a.hover {
    border: 1px #25b5e5 solid;
} 

.pro-img .colmd5{

	position: relative;
	width:50%;
}


.pro-img .colmd7{
	width:47%;
	position:relative;
}
@media (max-width:1400px) {
	.pro-img .colmd5{
		width:45%;
	}
	.pro-img .colmd7{
		width:52%;
	}
}
@media (max-width:992px){
	.iproductd{
		width:100%;
	}
	.iproductd h2{
		display:none;
	}
	.pro-img{
		flex-wrap:wrap;
		margin:0;
	}
	.pro-img .colmd5{
		width:100%;
	}
	.pro-img .colmd7{
		width:100%;
	}
}
@media (max-width:768px){
	.ipd-ct{
		padding:15px;
		margin:0px 0px 0px;
	}
}
.colmd7 .clttop>h3{
	color:#333333;
	font-family:FuturaStd-Medium;
	font-size: 2.6rem;
	line-height:40px;
	margin:10px 0px 25px;
	padding-bottom:20px;
	border-bottom:2px rgba(0,0,0,.2) solid;
}
.colmd7 .clttop section{
	font-size: 1.6rem;
	color: #444;
	line-height: 28px;
	font-family:MaisonNeue-Book;
}
.xqcont{
	font-size: 1.6rem;
	color: #444;
	line-height: 28px;
	margin: 25px 0px;
	font-family:MaisonNeue-Book;
}
.xqcont img{
	max-width:100%;
	height:auto;
}
@media (max-width:1400px) {
	.colmd7 .clttop>h3{
		font-size: 2.0rem;
		line-height:30px;
	}
	.colmd7 .clttop section{
		font-size: 1.4rem;
		line-height: 24px;
	}
	.xqcont{
		font-size: 1.4rem;
		line-height: 24px;
		margin: 20px 0px;
	}
}
@media (max-width:992px) {
	.iproductsd{
		padding:0px 15px 30px;
	}
	.colmd7 .clttop h3{
		font-size: 1.4rem;
		line-height:20px;
		margin:10px 0px 15px;
		padding-bottom:15px;
	}
	.colmd7 .clttop section{
		font-size: 1.4rem;
		line-height: 22px;
	}
	.xqcont{
		font-size: 1.4rem;
		line-height: 22px;
		margin: 15px 0px;
		overflow-x:auto;
		width:100%;
	}
}
.fanye{
	padding: 30px 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	color: #666;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
}
.fanye a font{
	color:#000;
}
.fanye a:last-child{
	text-align: right;
}
@media (max-width:1400px) {
	.fanye{
		padding: 20px 0;
	}
}
@media (max-width:992px) {
	.fanye{
		padding: 10px 0 0;
	}
	.fanye a{
		width: 100%;
		font-size: 1.4rem;
	}
	.fanye a:last-child{
		text-align: left;
	}
}
.icase{
	padding:60px 0px 70px;
}
.icase ul{
	padding-bottom:20px;
}
.icase ul li{
	margin-bottom: 30px;
}
.icase ul li a{
	display: block;
	background: rgba(0,0,0,.05);
	color: #545459;
	transition: .3s;
}
.icase ul li a img{
	width: 100%;
}
.icase ul li a span{
	display: block;
	font-size: 1.6rem;
	line-height: 64px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family:MaisonNeue-Book;
	margin: 0px 25px;
}
.icase ul li a:hover{
	color: #fff;
	background: #040001;
}
.icased{
	margin:50px 0px 70px;
	background:#fff;
	padding:30px;
}
.icased h1{
	text-align:center;
	font-family:FuturaStd-Medium;
	font-size:2.2rem;
	line-height:30px;
	margin:0px 0px 25px;
}
.icased section{
	font-size: 1.6rem;
	line-height: 32px;
	font-family:MaisonNeue-Book;
	padding:0px 0px 15px;
}
.icased section img{
	max-width:100%;
	height:auto;
}
.huise{
	background: #f6f6f6;
}
@media (max-width:1400px) {
	.icase{
		padding:50px 0px 40px;
	}
	.icase ul li{
		margin-bottom: 20px;
	}
	.icase ul li a span{
		font-size: 1.4rem;
		line-height: 54px;
		margin: 0px 15px;
	}
	.icased{
		margin:30px 0px 40px;
		padding:20px;
	}
	.icased h1{
		font-size:1.8rem;
		line-height:24px;
		margin:0px 0px 15px;
	}
}
@media (max-width:992px) {
	.icase{
		padding:20px 0px;
	}
	.icase ul{
		padding-bottom:0px;
	}
	.icase ul li{
		margin-bottom: 0px;
	}
	.icase ul li a span{
		line-height: 46px;
	}
	.icase ul li{
		margin-bottom: 15px;
	}
	.icased{
		margin:20px 0px;
		padding:15px;
	}
	.icased h1{
		font-size:1.6rem;
		line-height:20px;
		margin:0px 0px 10px;
	}
}
.ijob{
	background:#fff;
	padding:40px;
	margin:50px 0px 70px;
}
.ijob ul li.jbtop{
	display:flex;
	justify-content:space-between;
	line-height:30px;
	background:#f4f4f4;
	padding:10px 0px;
	text-align:center;
}
.ijob ul li.jbtop small,.ijob ul li.jbtop span,.ijob ul li.jbtop p{
	font-size:1.8rem;
	color:#525252;
	font-family:FuturaStd-Medium;
	width:20%;
}
.ijob ul li.jbct{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.2) dashed;
	padding:13px 0px;
	cursor:pointer;
}
.ijob ul li.jbct>span,.ijob ul li.jbct>p,.ijob ul li.jbct>a{
	font-size:1.6rem;
	width:20%;
	text-align:center;
	font-family:MaisonNeue-Book;
	line-height:30px;
	color:#6a6a6a;
}
.ijob ul li.jbct>span{
	cursor:pointer;
	display:block;
	background:url(../images/xjt.png) right 10px center no-repeat;
	background-size:auto 9px;
}
.ijob ul li.jbct>a{
	display:flex;
	padding-left:25px;
}
.ijob ul li.jbct>a:before{
	content:"";
	display:block;
	width:19px;
	height:19px;
	border:1px #6a6a6a solid;
	border-radius:2px;
	margin:6px 15px 0px 0px;
}
.ijob ul li.jbct.cur>a:before{
	border:1px #017dc7 solid;
	background:#017dc7 url(../images/dagou.png) center no-repeat;
	background-size:90% auto;
}
.ijob ul li.jbct section{
	display:none;
	width:100%;
	background:#f9f9f9;
	padding:20px 30px 30px;
	margin:15px 0px 0px;
	color:#757575;
	line-height:26px;
	font-size:1.5rem;
	font-family:MaisonNeue-Book;
}
.ijob ul li.jbct section>h4{
	color:#282828;
	font-family:FuturaStd-Medium;
	padding:10px 0px;
	font-size:1.7rem;
}
.ijob ul li.jbct section h3{
	display:flex;
	justify-content:center;
	padding:30px 0px;
}
.ijob ul li.jbct section h3 a{
	line-height:56px;
	display:flex;
	background:#017dc7;
	color:#fff;
	font-size:1.8rem;
	padding:0px 30px;
	margin:0px 10px;
}
.ijob ul li.jbct section h3 a:first-child:before{
	content:"";
	display:block;
	background:url(../images/toudi.png) center no-repeat;
	width:22px;
	background-size:100% auto;
	margin-right:20px;
}
.ijob ul li.jbct section h3 a:last-child:before{
	content:"";
	display:block;
	background:url(../images/shouc.png) center no-repeat;
	width:22px;
	background-size:100% auto;
	margin-right:20px;
}
.ijob ul li.jbct section h3 a.hover:last-child:before{
	background:url(../images/shoucn.png) center no-repeat;
	width:22px;
	background-size:100% auto;
}
@media (max-width:1400px) {
	.ijob{
		padding:30px;
		margin:40px 0px 50px;
	}
	.ijob ul li.jbtop small,.ijob ul li.jbtop span,.ijob ul li.jbtop p{
		font-size:1.6rem;
	}
	.ijob ul li.jbct>span,.ijob ul li.jbct>p,.ijob ul li.jbct>a{
		font-size:1.4rem;
	}
	.ijob ul li.jbct section{
		line-height:22px;
		font-size:1.4rem;
	}
	.ijob ul li.jbct section>h4{
		font-size:1.6rem;
	}
}
@media (max-width:1200px){
	.ijob ul li.jbtop small,.ijob ul li.jbtop span,.ijob ul li.jbtop p{
		font-size:1.6rem;
	}
	.ijob ul li.jbct span,.ijob ul li.jbct p,.ijob ul li.jbct>a{
		font-size:1.4rem;
	}
	.ijob ul li.jbct section{
		line-height:26px;
		font-size:1.4rem;
	}
	.ijob ul li.jbct section h4{
		font-size:1.6rem;
	}
}
@media (max-width:992px) {
	.ijob{
		padding:10px;
		margin:20px 0px;
	}
	.ijob ul li.jbtop p{
		display:none;
	}
	.ijob ul li.jbtop span,.ijob ul li.jbct a{
		width:60%;
	}
	.ijob ul li.jbct a{
		padding-left:5px;
	}
	.ijob ul li.jbtop small,.ijob ul li.jbct span{
		width:40%;
	}
	.ijob ul li.jbct p{
		display:none;
	}
	.ijob ul li.jbct>a:before{
		width:14px;
		height:14px;
		margin:7px 5px 0px 0px;
	}
	.ijob ul li.jbct section{
		padding:10px;
		margin:10px 0px 0px;
		line-height:20px;
		font-size:1.3rem;
	}
	.ijob ul li.jbct section>h4{
		padding:5px 0px;
		font-size:1.4rem;
	}
}


/* 企业文化 */
.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}   
   
.qiye {
   height:auto;
   overflow:hidden;
   background-color:#040001;
   -webkit-transform:rotatex(-80deg) translateZ(0);
   -ms-transform:rotatex(-80deg) translateZ(0);
   transform:rotatex(-80deg) translateZ(0);
   -webkit-transform-origin:0 0 0;
   -ms-transform-origin:0 0 0;
   transform-origin:0 0 0;
   opacity:0;
   transition:1s;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   
.qiye.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}
   
.qiye-aa {
   width:50%;
   float:left;
   }   
   
.qiye-bb {
   width:50%;
   float:left;
   padding: 0 40px;
   color:#FFFFFF;
   font-size:16px;
   line-height: 2;
   }
   
.qiye-bb h2 {
   font-family: Oswald-Bold;
   font-size:32px;
   margin-top:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   }  
   
.qiye img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.qiye:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.qiye section {
   overflow: hidden;
   }	
   
/* 新闻中心 */   
   
.bnnlm {
   position:absolute;
   width:100%;
   height:70px;
   background-color:rgba(0,99,255,0.8);
   left:0px;
   bottom:0px;
   } 
   
.home {
   position:absolute;
   width:70px;
   height:70px;
   padding-top:26px;
   text-align:center;
   background-color:#FFFFFF;
   left:0px;
   top:0px;
   }
   
.home img {
   width:auto;
   }
   
.bnnlm-aa {
   width:78%;
   padding-left:70px;
   position:relative;
   float:left;
   }
   
.bnnlm-aa li {
   list-style-type:none;
   width:180px;
   float:left;
   line-height:70px;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   }
   
.bnnlm-aa li a {
   display:block;
   width:100%;
   height:70px;
   line-height:70px;
   text-align:center;
   color:#FFFFFF;
   font-size:16px;
   cursor:pointer;
   }
   
.bnnlm-aa li a:hover {
   background-color:#000000;
   }
   
.bnnlm-aa li.hover a {
   background-color:#000000;
   }
   
.bnnlm-bb {
   width:22%;
   line-height:70px;
   height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   color:#FFFFFF;
   float:right;
   text-align:right;
   }
   
.bnnlm-bb a {
   color:#FFFFFF;
   }  
   
.xwbj {
    background: #f6f9fc;
    height: auto;
    overflow: hidden;
    padding: 80px 0 80px;
} 

.xwrowk {
    height:auto; overflow:hidden;
    margin-left:-20px;
	margin-right:-20px;
   }
   
.xwrowk li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:20px;
   padding-right:20px;
   margin-bottom:40px;
   }
   
.newsk {
   height:auto; overflow:hidden;
   position:relative;
   color: #999999;
   line-height: 23px;
   }
   
.newsk a {
    color: #999999;
}
   
.xwtime {
    position: absolute;
    width: 105px;
    height: 82px;
    background-color: #000000;
    top: 0px;
    left: 0px;
    padding-top: 15px;
    text-align: center;
    color: #FFFFFF;
    z-index: 8;
}

.xwtime h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 6px;
}

.newsk section {
    overflow: hidden;
}

section {
    display: block;
} 

.newsk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}     
   
.newsk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   }
   
.newsk h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
	height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #555555;
}

.newtt {
   height:70px; overflow:hidden;
   }

.inewsd{
	padding:40px 0 50px;
}
.inewsd .fanye{
	padding:30px 0px 0px;
}

.instt{
	font-size:2.0rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}

.insct{
	font-family:MaisonNeue-Book;
	line-height:26px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct p{
	font-family:MaisonNeue-Book;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:MaisonNeue-Book;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.inewsd{
	padding:40px 0 50px;
}
.inewsd .fanye{
	padding:30px 0px 0px;
}


.ifaq{
	padding:50px 0px;
}
.ifaq ul li{
	cursor:pointer;
	margin-bottom:5px;
}
.ifaq ul li h3{
	display:flex;
	justify-content:space-between;
	padding:20px 70px 20px 40px;
	background:#eff2f8;
	position:relative;
	transition:.3s;
}
.ifaq ul li.on h3{
	background:#a28e76;
}
.ifaq ul li h3 p{
	line-height:40px;
	color:#4d4f50;
	font-size:2.0rem;
	font-family:MaisonNeue-Book;
}
.ifaq ul li.on h3 p{
	color:#fff;
}
.ifaq ul li h3 span{
	position:absolute;
	right:0;
	top:0;
	background:#e7eaf2;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	width:60px;
	transition:.3s;
}
.ifaq ul li.on span{
	background:#dbae78;
}
.ifaq ul li h3 span i{
	font-size:2.0rem;
	color:#a28e76;
	transition:.3s;
}
.ifaq ul li.on span i{
	color:#fff;
	transform:rotate(90deg);
}
.ifaq ul li section{
	display:none;
	padding:30px;
	font-family:MaisonNeue-Book;
	font-size:1.6rem;
	color:#717171;
	line-height:32px;
}
.ifaq ul li section .iftext{
	padding-left:30px;
	position:relative;
}
.ifaq ul li section .iftext:after {
	content: "";
	width: 4px;
	height: 100%;
	border-radius: 4px;
	background: #eff2f8;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width:992px) {
	.ifaq{
		padding:20px 0px;
	}
	.ifaq ul li h3{
		padding:10px 50px 10px 15px;
	}
	.ifaq ul li h3 p{
		line-height:18px;
		font-size:1.4rem;
		padding:6px 0px;
	}
	.ifaq ul li h3 span{
		width:40px;
	}
	.ifaq ul li h3 span i{
		font-size:1.6rem;
	}
	.ifaq ul li section{
		padding:15px;
		font-size:1.3rem;
		line-height:20px;
	}
	.ifaq ul li section .iftext{
		padding-left:10px;
	}
	.ifaq ul li section .iftext:after {
		width: 3px;
		border-radius: 3px;
	}
}
.ifaq ol{
	padding:0;
	margin:0;
}
.ifaq ol li{
	display:flex;
	justify-content:space-between;
}
.ifaq ol li i{
	width:50%;
}
.ifaq ol li .optext{
	width:50%;
	padding-left: 50px;
	padding-top: 40px;
}
.ifaq ol li .optext h4{
	font-size: 2.6rem;
	color: #000;
	font-family:MaisonNeue-Medium;
	line-height:30px;
	margin:0;
}
.ifaq ol li .optext h5{
	display:flex;
	margin:15px 0px 20px;
}
.ifaq ol li .optext h5:before{
	content:"";
	width:60px;
	height:4px;
	background:#040001;
}
.ifaq ol li .optext h5:after{
	content:"";
	width:15px;
	height:4px;
	background:#ddd;
	margin-left:5px;
}
.ifaq ol li .optext section{
	font-family:MaisonNeue-Book;
	font-size: 1.6rem;
	line-height: 30px;
	color: #777;
}
.ifaq ol li:nth-child(even) .optext{
	order:1;
	padding-left: 0px;
	padding-right: 50px;
}
.ifaq ol li:nth-child(even) i{
	order:2;
}
@media (max-width:992px) {
	.ifaq ol li{
		flex-wrap:wrap;
		padding-bottom:15px;
	}
	.ifaq ol li i{
		width:100%;
	}
	.ifaq ol li .optext{
		width:100%;
		padding-left: 0px;
		padding-top: 14px;
	}
	.ifaq ol li .optext h4{
		font-size: 1.6rem;
		line-height:20px;
	}
	.ifaq ol li .optext h5{
		margin:8px 0px 10px;
	}
	.ifaq ol li .optext h5:before{
		height:2px;
	}
	.ifaq ol li .optext h5:after{
		height:2px;
	}
	.ifaq ol li .optext section{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.ifaq ol li:nth-child(even) .optext{
		order:2;
		padding-right: 0px;
	}
	.ifaq ol li:nth-child(even) i{
		order:1;
	}
}

/* 下载 */
.case {
   height: auto;
   overflow: hidden;
   padding-top:34px;
   padding-bottom:40px;
   background-color:#FFFFFF;
   }
   
.idown ul {
    padding: 5px 0px 30px;
	height:auto; overflow:hidden;
}

.idown ul li {
   float:left;
   list-style-type:none;
   width:100%;
   padding-left:10px;
   padding-right:10px;
    margin-bottom: 15px;
}

.idown ul li a {
    display: flex;
    background: #fff;
    padding: 5px 15px 5px 5px;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    align-items: center;
    transition: .3s;
}

.idown ul li a section {
    display: flex;
}

.idown ul li a section small {
    margin: 0px 15px 0px 0px;
    width: 60px;
}

.idown ul li a section small img {
    max-width: 100%;
}

.idown ul li a section big {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.idown ul li a section big p {
    font-size: 16px;
    color: #333333;
    width: 100%;
    line-height: 26px;
}

.idown ul li a section big b {
    font-size: 14px;
    color: rgba(0,0,0,.4);
    font-weight: normal;
    line-height: 18px;
}

.idown ul li a span {
    border: 1px #0063ff solid;
    color: #0063ff;
    line-height: 20px;
    padding: 5px 25px;
    transition: .3s;
    margin: 5px 0px;
    cursor: pointer;
}

.idown ul li a:hover span {
    border: 1px #0063ff solid;
	background-color:#0063ff;
    color: #FFFFFF;
   }
   
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:2rem;
}

.liebiaok-aa {
    width: 80%;
    line-height: 3rem;
    color: #666666;
    float: left;
}

.liebiaok-aa a {
   color:#666666;
   }

.shangy {
    height: auto;
    overflow: hidden;
	white-space: nowrap;
text-overflow: ellipsis;
    line-height: 3.2rem;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
	white-space: nowrap;
text-overflow: ellipsis;
    color: #666666;
    line-height: 3.2rem;
}

.liebiaok-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 14.2rem;
    height: 4.3rem;
    margin-top: 0.6rem;
    float: right;
}

.fanhui a {
    display: block;
    width: 14.2rem;
    height: 4.3rem;
    line-height: 4.3rem;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 20px;
} 

.fanhui a:hover {
   color:#FFFFFF;
   }
   
.bnlanx {
   height:auto; overflow:hidden;
   line-height:60px;
   border-bottom: 1px solid #F2F4F7;
   }
   
.bnlanx a {
   color:#333333;
   }
   
.cpmore {
   height:auto; overflow:hidden;
   margin-top:20px;
   }
   
.cpmore li {
   list-style-type:none;
   float:left;
   margin-right:20px;
}
   
.cpmore li a {
   display:block;
   width:150px;
   height:40px;
   line-height:40px;
   text-align:center;
   color:#FFFFFF;
   background-color:#000000;
   }
   
.cpmore li a:hover {
   color:#FFFFFF;
   background-color:#040001;
   }
   
.pro-img .colmd7 h4 {
    font-family: FuturaStd-Medium;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 14px;
    color: #515151;
}

.bnlan {
   height:auto; overflow:hidden;
   border-bottom: 1px solid #F2F4F7;
   } 
   
.bnleft {
   width:60%;
   float:left;
   }   
   
.bnleft li {
   list-style-type:none;
   width:20%;
   float:left;
   }
   
.bnleft li a {
   display:block;
   text-align:center;
   color:#333333;
   font-size:16px;
   height:60px;
   line-height:60px;
   cursor: pointer;
   }
   
.bnleft li a:hover {
   background: #F6F7FA;
   color: #308DFF;
   }
   
.bnleft li.hover a {
   background: #F6F7FA;
   color: #308DFF;
   }
   
.bnright {
   width:35%;
   line-height:60px;
   float:right;
   text-align:right;
   } 
   
.bnright a {
   color:#333333;
   }    
   
.xqcont>table>tbody>tr>td {
   padding:10px;
   text-align: center;
   } 
   
.yc {
   display:block;
   }

.yd {
   display:none;
   }
   
/* 案例 */
.casebj {
    height: auto;
    overflow: hidden;
	font-size:18px;
	line-height:36px;
    background-color: #f2f2f2;
    padding-top: 39px;
    padding-bottom: 45px;
	}

.cptuw {
   border:6px solid rgba(0, 0, 0, .05);
   background-color:rgba(0, 0, 0, .05);
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptuw:hover {
   border:6px solid #040001;
   background-color:#040001;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptuw a {
   color:#333333;
   }
   
.cptuw a:hover {
   color:#ffffff;
   }
   
.cptuw h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin-top:15px;
   padding-bottom: 8px;
   text-align:center;
   }  
   
#c_portalResPublic_codeContainer-16122365528600788 .v30-contact {
    position: fixed;
    right: -180px;
    top: 60%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 482px;
    box-sizing: border-box;
    z-index: 99;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact.chnav {
    right: 0px!important;
}

#c_portalResPublic_codeContainer-16122365528600788 a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(1) {
    top: 50px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(2) {
    top: 128px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(3) {
    top: 206px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(4) {
    top: 284px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(5) {
    top: 362px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #040001;
    border: 1px solid #040001;
    border-right: none;
    box-sizing: border-box;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-in:before {
    content: "";
    background-color: #040001;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item {
    width: 100%;
    height: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block {
    margin: 0 auto;
    display: block;
    font-size: 24px;
    color: #fff;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block img {
    width: 158px;
    height: 158px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact .transition {
    transition-duration: .8s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur {
    width: 230px;
    background: transparent;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur:before {
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item {
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item-in {
    display: block;
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-qr-show {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: -156px;
    top: -91px;
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-top {
    cursor: pointer;
    bottom: 0;
}

#c_portalResPublic_codeContainer-16122365528600788 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
} 


::-webkit-scrollbar {
	width: 8px;
	} /* 这是针对缺省样式 (必须的) */
	
::-webkit-scrollbar-track {
   background-color: #bee1eb;
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
background-color:#040001;
} /* 滑块颜色 */

::-webkit-scrollbar-button {
background-color: #bee1eb;

} /* 滑轨两头的监听按钮颜色 */


/* 底部 */
.dibu {
   height:auto; overflow:hidden;
   padding:5%;
   padding-top:30px;
   padding-bottom:0px;
   line-height:30px;
   background-color:#516482;
   color: rgba(255, 255, 255, .4);
   } 
   
.dibu a {
   color: rgba(255, 255, 255, .4);
   } 
   
.dibu a:hover {
   color: rgba(255, 255, 255, 1);
   }  
   
.dibu-logo {
    height:auto; overflow:hidden;
	padding-bottom:20px;
	position:relative;
	border-bottom:1px solid rgba(255, 255, 255, .4);
	margin-bottom:50px;
	} 
	
.dibu-logo img {
    filter: invert(0%);
   }	
	
.dibu h2 {
    font-family: FuturaStd-Medium;
	font-size:20px;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:15px;
   }
   
.dbrow {
   height:auto; overflow:hidden;
   margin-left:-50px;
   margin-right:-50px;
   }
   
.dbrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:50px;
   padding-right:50px;
   }
   
.kuan20 {
    width:20%;
}

.kuan30 {
    width:30%;
}
   
.fenxiang {
    width: 100%;
    margin-top: 20px;
}

.fenxiang a {
    margin-right: 20px;
}

.dibb {
   height:auto; overflow:hidden;
   line-height:80px;
   border-top:1px solid rgba(255, 255, 255, .4);
   margin-top:30px;
   }
   
.juyou {
   text-align:right;
   }
   
.zhiding {
   position:absolute;
   width:77px;
   right:0px;
   top:8px;
   z-index:6;
   }
   
.jp_yz_botLogoTopArea {
    display: block;
    width: 77px;
    height: 77px;
	padding-top:16px;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.jp_yz_botLogoContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #2b2b2b;
    padding: 40px 0px 30px;
}

.jp_yz_botLogoTopArea:hover {
    background-color: #040001;
    color: #fff;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-name: "bounceIn";
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: "bounceIn";
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-name: "bounceIn";
}

.proxq {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.biaow {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.biaow h4 {
   font-family:ITCAvant-Md;
   font-size:16px;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.kka {
   height:45px;
   background-color:#FFFFFF;
       padding: 6px 12px;
    font-size: 14px;
   border:1px solid #eeeeee;
   border-radius: 0;
   }
   
.kkb {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   color:#eeeeee;
   border:1px solid #eeeeee;
   border-radius: 0;
   }
   
.anniuw {
   width:100%;
   height:40px;
   background-color:#007dbe;
   border:1px solid #007dbe;
   padding:0px;
   }
   
.numberx {
   width:142px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background-color: #fff;
	margin:0 auto;
    zoom: 1;
}

.numberx a {
    float: left;
    width: 36px;
    height: 36px;
	padding-top:8px;
    color: #666666;
	background-color:#f3f3f3;
	border-right:1px solid rgba(0,0,0,0);
    font-size: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}  

.numberx input {
    float: left;
    width: 68px;
    height: 36px;
    line-height: 36px;
	border-right:1px solid #d9d9d9;
    padding: 0;
    border-width: 0;
    color: #666666;
    font-size: 20px;
    text-align: center;
}   

.hongse {
   color:#FF0000;
   }


.proxq .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    border: 1px solid #dddddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    background-color: #eef2f5;
}

.proxq .table-striped > thead > tr > th, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > th {
    border-top-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    background-color: #eef2f5;
}

.xqbiao .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}

/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 800px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   padding:0px;
   }
   
.icase ul li {
   list-style-type:none;
   } 
   


/* 筛选 */
.shaixuan {
    height: auto; overflow: hidden;
    padding: 1rem;
}

.shaixuan li {
    list-style-type: none;
    width: 33.3%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
}

.xuanze {
    width: 100%;
    height: 36px;
    color: #777777;
    border: 1px solid #25468f;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    margin-bottom: 12px;
}

.ipdlist .pagination>ul>li {
    display: inline;
    width:100%;
}

.fenww {
    height: auto; overflow: hidden;
}


.se2 {
    padding-bottom: 5px;
}

.se2 .left {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
    width: 100%;
}

.se2 .left h2 {
    padding-bottom: 18px;
    font-size: 36px;
    font-family: Oswald-Bold;
    font-weight: bold;
    color: #2b2b2b;
    line-height: 70px;
}

.se2 .box {
    border-top: 1px solid #E0E0E0;
}

.se2 .box p {
    margin-top: 45px;
}

.se2 .box p span {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    color: #424242;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.se2 .box p span img {
    float: left;
    margin-right: 15px;
}

.se2 .box p span b {
    color: #424242;
    vertical-align: middle;
    font-size: 24px;
    font-family: Oswald-Bold;
    font-weight: bold;
}

.se2 .map {
    float: right;
    width: 49.5%;
}


/* 首页产品改 */
.chanpin {
    height:auto; overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.chanpin h4 {
    font-family: Oswald-Bold;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.chanpin h3 {
    font-family: Arial;
    font-size: 16px;
    color: #707070;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.type_box {
  font-size: 0; }

.type_box > div.pro_tbox:nth-child(3), .type_box > div.pro_tbox:nth-child(7) {
  margin-right: 0; }

.pro_tbox {
  width: 32.9%;
  margin-right: 0.43%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative; }
  
.pro_tbox img {
    border: 1px solid #EEEEEE;
}

.pro_tboxa {
  width: 24.5%; }

.p_tit {
  font-size: 40px;
  font-family: Oswald;
  font-weight: bold;
  color: #363636;
  line-height: 48px;
  text-align: center;
  margin-top: 60px; }

.p_cnt {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px; }

.pro_name, .pro_namea {
  position: absolute;
  left: 8%;
  top: 16%;
  z-index: 23;
  font-size: 24px;
  font-family: Oswald-Bold;
  font-weight: bold;
  color: #363636;
  line-height: 48px; }

.pro_link, .pro_linka {
  position: absolute;
  left: 8%;
  top: 35%;
  z-index: 23;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  line-height: 48px; }
  .pro_link span, .pro_linka span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    font-size: 14px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #959595;
    text-align: center;
    line-height: 27px;
    color: #fff; }

.pro_namea {
  top: 10%; }

.pro_linka {
  top: 25%; }

.pro_tbox:hover {
  box-shadow: 0px 4px 8px 0px rgba(2, 47, 97, 0.15); }
  .pro_tbox:hover .pro_name, .pro_tbox:hover .pro_namea, .pro_tbox:hover .pro_link, .pro_tbox:hover .pro_linka {
    color: #e50014; }
  .pro_tbox:hover .pro_link span, .pro_tbox:hover .pro_linka span {
    background-color: #e50014; }
    
.set1 {
    width: 100%;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
} 

.set1 h2 {
    font-family: Oswald-Bold;
    font-size:30px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.shiyan {
    height:auto; overflow: hidden;
}

.shiyan a {
    color: #333333;
}

.shiyan p {
    margin-top: 5px;
    text-align: center;
}


.proce {
    padding: 0px 30px;
    position: relative;
}

#fuwu {
    position: static;
}

.proce .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    left:0px;
    z-index: 9;
    cursor: pointer;
	background:url(../images/leftx.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    right:0px;
    z-index: 9;
    cursor: pointer;
	background:url(../images/rightx.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.bianji {
    height:auto; overflow: hidden;
}

.bianji li {
    list-style-type: none;
    background:url(../images/dagoux.png) left 5px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    padding-left: 36px;
    margin-bottom: 10px;
}


.modal-dialog {
    width: 660px;
    margin: 100px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #0065cf;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #0065cf;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-56px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.anniu {
    width: 160px;
    height: 40px;
    background-color: #003ca5;
    border: 1px solid #003ca5;
    padding: 0px;
}

.box li {
    list-style-type: none;
    width:50%;
    float:left;
}

.fanhuix {
    width:150px;
    margin:0 auto;
}

.fanhuix a {
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    text-align:center;
    background-color: #000000;
}

.tanchu-nei p {
    margin-bottom: 10px;
}
    

@media (min-width: 1400px) and (max-width: 1600px) { 

#about .swiper-slide dl dd h2 {
    color: #000;
    font-size: 25px;
    line-height: 40px;
    font-family: Oswald-Bold;
    width: 100%;
}


#c_portalResPublic_codeContainer-16122365528600788 .v30-contact {
    top: 80%;
}

}

@media (min-width: 1200px) and (max-width: 1400px) { 
    
.top .menu {
    display: flex;
    justify-content: space-between;
    width: 75%;
}  

.top .menu ul {
        width: 75%;
    }

.top .menu dl {
        width: 20%;
    }

#about .swiper-slide dl dd h2 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-family: Oswald-Bold;
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact {
    top: 80%;
}

}

@media (min-width: 1000px) and (max-width: 1200px) {
   
.top .menu {
    display: flex;
    justify-content: space-between;
    width: 80%;
} 

.top .menu ul {
        width: 75%;
    }

.top .menu dl {
        width: 20%;
    }

.container {
        width: 100%;
    }
    
    .about {
        padding: 25px 4% 0px;
    }
    
.dibu {
    height: auto;
    overflow: hidden;
    padding: 2%;
    padding-top: 20px;
    padding-bottom: 0px;
}

body {
        min-width: 100%;
    }
    
    #about .swiper-slide dl dd h2 {
        font-size: 1.6rem;
        line-height: 30px;
         width: 100%;
    }
    
    
#about .swiper-slide dl dd section {
    font-size: 1.2rem;
    line-height: 20px;
    font-family: MaisonNeue-Book;
    padding-bottom: 15px;
    margin: 2% 0px 0px;
}

.dibu h2 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 15px;
}

.fenxiang a {
    margin-right: 10px;
}

.iabout ul li dl dd h2 {
    font-size: 2.0rem;
    line-height: 47px;
    color: #000;
    font-family: Oswald-Bold;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 4%;
}

.iabout ul li dl dd section {
    color: #697277;
    font-size: 1.6rem;
    height: 255px;
    overflow-y: scroll;
}

.qiye-bb h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.set1 h2 {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.se2 .left {
    float: left;
    padding: 50px;
    width: 50%;
}

.se2 .left h2 {
    padding-bottom: 18px;
    font-size: 25px;
    font-family: Oswald-Bold;
    font-weight: bold;
    color: #2b2b2b;
    line-height: 50px;
}
    
}   

   
   
@media (min-width: 0px) and (max-width: 1000px) {

   
.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
   
.bnleft {
    width: 100%;
    float: left;
}

.bnleft li {
    list-style-type: none;
    width: 50%;
	float:left;
}

.bnright {
    width: 100%;
    line-height: 60px;
    float: right;
    text-align: right;
}

.qiye {
    display:inherit;
}
  
.qiye-aa {
    width: 100%;
}  

.qiye-bb {
    width: 100%;
	padding:20px;
} 

.qiye-bb h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.ablan {
    width: 100%;
	height:auto; overflow:hidden;
}

.ablan li {
    list-style-type: none;
    width: 50%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.xwbj {
    background: #f6f9fc;
    height: auto;
    overflow: hidden;
    padding: 40px 0 40px;
}

.xwrowk {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.xwrowk li {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.liebiaok-aa {
    width: 100%;
    line-height: 3rem;
}

.liebiaok-bb {
    width: 100%;
}

.inewsd {
    padding: 10px 0 10px;
}


.fygnav {
    padding: 0px;
	height:5rem;
	background-color:#040001;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#040001; height:5rem; padding-top:0.3rem; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#E62913;}

.fygnav li p {
   margin-top:0.2rem;
   }
   
footer {
   margin-bottom:50px;
} 

.bnlanx {
   height:auto; overflow:hidden;
   line-height:30px;
   }
   
.chanpin {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.chanpin h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.chanpin h3 {
    font-size: 14px;
    color: #707070;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.pro_tbox {
    width: 49.57%;
    margin-right: 0.43%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.pro_name, .pro_namea {
    z-index: 23;
    font-size: 13px;
    font-family: Oswald-Bold;
    font-weight: bold;
    left: 2%;
    top: 3%;
    color: #363636;
    line-height: 36px;
}

.pro_link, .pro_linka {
    position:relative;
    left: 8%;
    top: 35%;
    z-index: 23;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 40px;
}

.v30-contact {
    display: none;
}

.dibu-logo {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: 15px;
}

.dibu-logo img {
    width:120px;
}

.jp_yz_botLogoTopArea {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.zhiding {
    position: absolute;
    width: 40px;
    right: 0px;
    top: 8px;
    z-index: 6;
}

.zhiding img {
    width:40px;
}

.dbrow {
    display: none;
   }
   
.dibb {
    height: auto;
    overflow: hidden;
    line-height: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0);
    margin-top: 10px;
}   
   
.fenww, .iproductd {
    width: 100%;
}   

.shaixuan li {
    list-style-type: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
}

.xqbiao {
    overflow-x: auto;
    width: 100%;
}

.shiyan p {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.cptuw h4 {
    margin-top: 8px;
    padding-bottom: 2px;
    text-align: center;
}

.pictures_eyes_in img {
    max-height: 300px;
}

.pictures_eyes_in .prev {
    top: 35%;
    left: 15px;
    background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
    top: 35%;
    right: 15px;
    background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
    bottom: 10%;
}

.se2 .left {
    padding: 10px;
    width: 100%;
}

.se2 .left h2 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #2b2b2b;
    line-height: 36px;
}

.se2 .box p {
    margin-top: 20px;
}

.se2 .box p span {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}

.se2 .box p span b {
    color: #424242;
    vertical-align: middle;
    font-size: 20px;
}

.se2 .map {
    width: 100%;
    height: 400px; overflow: hidden;
}

.feedback h3 {
    color: #131312;
    font-size: 16px;
    text-align: center;
    font-family: Arial;
    margin: 0px 0px 25px;
}

.kkc {
    height: 34px;
    color: #333333;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    border-radius: 0;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
}


.mbanner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    width: 100%;
}

.mbanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 1;
}


.mbanner .swiper-pagination-bullet-active {
    background: #040001;
	opacity: 1;
}

.caret {
    display: none;
}

.modal-dialog {
    width: 95%;
    margin: 100px auto;
}



}  
