body {
	overflow-x: hidden;
}
.mtrem {
	margin-top: 80px;
}
.ptrem {
	padding-top:80px;
}
.banner {
	width: 100%;
	height: 795px;
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-container {
	position: absolute;
    top: 0;	
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 0;
	background: #000;
}

.banner .swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner .imgs {
	width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease 0.5s;
    position: absolute;
    left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.banner .swiper-container {
    min-height: 150px;
}

.banner .swiper-container .swiper-wrapper, .banner .swiper-container [data-swiper-parallax] {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.banner .swiper-wrapper, .banner [data-swiper-parallax]  {
    will-change: transform;
}


.banner .swiper-slide .text {
	position: absolute;
	width: 800px;
	min-height: 500px;
	top: 0%;
	height: 100%;
	left: 50%;
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: flex; 
	flex-direction: column;
	justify-content: center;
	margin-left: -600px;
	z-index: 10;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	/*transform: rotateY(-10deg)rotateX(30deg)rotateZ(0deg);
    -webkit-transform: rotateY(-10deg)rotateX(30deg)rotateZ(0deg);*/
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
}
.banner .text .st {
	font-size: 54px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-weight: bold;
	color: rgba(255,255,255,1);
}
.banner .text .t-t {
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 15px;
	text-transform: uppercase;
}
.banner .text .int {
	margin-top: 20px;
	line-height: 42px;
	color: rgba(255,255,255,1);
	font-size: 28px;
	overflow: hidden;
}
.banner .text .int  span {
	display: inline-block;
	border:1px solid #fff;
	padding: 0 20px;
	font-weight: bold;
	margin-right: 15px;
}
.banner .text .lin {
	display: block;
	margin-top: 25px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}


.banner .ani-slide .text {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transform: rotateY(0deg)rotateX(0deg)rotateZ(0deg);
    -webkit-transform: rotateY(0deg)rotateX(0deg)rotateZ(0deg); 
}
.banner .ani-slide.swiper-slide-active .imgs {
	transform: scale(1) translate3d(0%, 0px, 0px);
}

.banner .swiper-slide-next .imgs {
	transform: scale(1.05) translate3d(-50%, 0px, 0px);
}
.banner .swiper-slide-prev .imgs {
	transform: scale(1.05) translate3d(50%, 0px, 0px);
}

.banner .arrow {
	position: absolute;
	top: 25%;
	margin-top: -10px;
	width: 100px;
	height: 50%;
	padding: 0;
	z-index:20;
}
.banner .arrow:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 0;
	background: #fff;
	top: 50%;
	margin-top: -1.5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 5;
}
.banner .arrow:after {
	position: relative;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 9;
}
.swiper-container .btn-prev {
    left: 5%;
}
.swiper-container .btn-next {
    right: 5%;
}
.swiper-container .swiper-button-prev:before {
	left: 50%;
	margin-left: -10px;
}
.swiper-container .swiper-button-next:before {
	margin-right: -10px;
	right: 50%;
}
.banner .swiper-button-prev:hover::before {
	width: 45px;
	margin-left: -20px;
}
.banner .swiper-button-next:hover::before {
	width: 45px;
	margin-right: -20px;
}
.banner .swiper-button-prev:hover:after {
	margin-left: -20px;
}
.banner .swiper-button-next:hover:after {
    margin-right: -20px;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after {
	font-size: 40px;
}


.banner .swiper-pagination {
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	bottom: 50%;
	margin-bottom: -25px;
	right: 6%;
	font-weight: bold;
	left: auto;
	text-align: right;
}
.banner .swiper-pagination .swiper-pagination-current {
	font-size: 24px;
}

.banner .mouse {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -11px;
	height: 36px;
	border:1px solid rgba(255,255,255,0.8);
	width: 22px;
	border-radius: 20px;
	z-index: 99;
	cursor: pointer;
}
.banner .mouse a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .mouse .point {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 8px;
	margin-left: -3px;
	animation: zzz 1.5s infinite;
	animation-direction:alternate;
	-webkit-animation:zzz 1.5s infinite;
	-webkit-animation-direction:alternate;
}

@keyframes zzz
{
	from {
		top: 8px;
	}
	to {
		top: 20px;
	}
}

/*Safari and Chrome*/
@-webkit-keyframes mymove 
{
	from {
		top: 8px;
	}
	to {
		top: 20px;
	}
}


.header {
	position: absolute;
	width:100%;
	margin:0 auto;
	left: 0%;
	z-index: 9999;
	top: 0px;
	padding:20px 5%;
	box-sizing: border-box;
	min-height: 70px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.header .logo {
	display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.header .logo a {
	display: block;
}
.header .logo  img {
	width: 100%;
	display: block;
}
.header .nav {
	position: relative;
	z-index: 10;
}
.header .nav ul li {
	display: block;
	float: left;
}
.header .nav ul li h3 a {
	color: #fff;
	font-size: 16px;
	text-shadow: 2px 2px 3px #333;
	display: block;
	padding: 0 10px;
	margin: 0 10px;
	font-weight: normal;
	position: relative;
	line-height: 46px;
}


.header .nav ul li h3 a:before {
	content: "";
	display: block;
	width: 0%;
	height: 4px;
	background: #1193ec;
	position: absolute;
	top: -20px;
	left: 0;
}

.header .nav ul li.curr h3 a:before {
	width: 100%;
}

.header .nav ul li h3:hover a {
	color: #1193ec;
}

.header .topbg {
	background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
	width: 100%;
	height:150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header .sear {
	line-height: 46px;
	color: #fff;
	height: 46px;
	position: relative;
	z-index: 10;
	margin-left:50px;
	cursor: pointer;
	width: 80px;
	overflow: hidden;
}
.header .sear  img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.header .sear span {
	display: inline-block;
	font-size: 16px;
	margin-left: 35px;
	vertical-align: middle;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.header .sear:hover span {
	position: absolute;
	left: 0px;
	top: 0;
	margin-left: 80px;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0;
}
.header .sear:hover img {
	margin-left: 30px;
}

.slideHeader {
	position: fixed;
	background: rgba(0,0,0,0.7);
}



.menu {
	display: none !important;
}
.hamburger {
	background-color: #005e9e;
	position: relative;
	z-index: 99;
	padding:8px 10px;
	border-radius: 3px;
}
.hamburger:hover {
	opacity: 1;
}
.hamburger-box {
	width: 26px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff ;
	height: 2px;
	width: 26px;
}


.title {
	display: block;
	text-align: center;
}
.title h3 {
	display: block;
	font-size: 26px;
	font-weight: normal;
}
.title h3 span {
	font-weight: bold;
	color: #005e9e;
	margin-left: 3px;
}
.title .int {
	display: block;
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.title hr {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0px 3px;
	border: none;
	border:1px solid #dcdcdc;
	display: inline-block;
	vertical-align: middle;
}
.title i {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	height: 2px;
	background: #dcdcdc;
}
.title a {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: #005e9e;
	color: #fff;
	border-radius: 35px;
	margin:0 auto;
	margin-top: 30px;
}

.In-product {
	display: block;
	margin-top: 50px;
}
.In-product ul {
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: flex; 
	justify-content: space-around;
}
.In-product ul li {
	display: block;
	width: 23%;
	box-sizing: border-box;
	padding: 30px 20px;
	border:1px solid #dcdcdc;
}
.In-product ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 999;
}
.In-product ul li h3 {
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.In-product ul li .st {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-top: 15px;
}
.In-product ul li .img {
	display: block;
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: flex; 
	align-items: center;
	width: 200px;
	height: 120px;
	margin: auto;
	margin-top: 15px;
	overflow: hidden;
}
.In-product ul li .img img {
	width: 100%;
	display: block;
}
.ckxq {
	display: inline-block;
	padding: 0 45px 0 25px;
	border:1px solid #dcdcdc;
	height: 34px;
	line-height: 34px;
	margin: auto;
	margin-top: 20px;
	font-size: 12px;
	color: #666;
	position: relative;
}
.ckxq i {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 10;
}
.In-product ul li:hover h3 {
	color: #005e9e;
}
.In-product ul li:hover .ckxq {
	background: #005e9e;
	border:1px solid #005e9e;
	color: #fff;
}

.btn-border-o {
	position: relative;
}
.btn-border-o:before, .btn-border-o:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	border-radius: 3px;
	box-sizing: content-box;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.05s;
   transition-delay: 0.05s;
}
.btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}
.btn-border-o:hover:before {
  width: 100%;
}
.btn-border-o:hover:after {
  height: 100%;
}
.btn-border-o.btn-purple:before, .btn-border-o.btn-purple:after {
  border-color: #005e9e;
}

.more {
	display: inline-block;
	padding: 0 75px 0 40px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	background: #333;
	border-radius: 45px;
	position: relative;
}

.more i {
	position: absolute;
	right: 35px;
	top: 0;
}
.more:hover {
	background: #005e9e;
	color: #fff;
}

.runing {
	display: block;
	padding: 70px 0 100px 0;
	background: #f5f5f5;
}

.runing .left {
	display: block;
	width: 50%;
	background: #005b98;
	padding: 80px 0 68px 0;
	position: relative;
	z-index: 6;
}
.runing .left .boxs {
	display: block;
	width: 550px;
	float: right;
	margin-right: 6%;
}
.runing .left .boxs .int {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 25px;
	height: 200px;
	overflow: hidden;
}
.runing .left .boxs .int p {
	display: block;
	text-indent: 2rem;
}

.runing .left .ckxq {
	border:1px solid #fff;
	color: #fff;
	margin-top: 40px;
}
.runing .left .ckxq:hover {
	background: #fff;
	color: #005b98;
	border-radius: 3px;
}

.runing .right {
	position: absolute;
	right: 0;
	top: 0px;
	width: 50%;
	height: auto;
	z-index: 5;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    cursor: pointer;
}
.runing .right:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0;
	background: rgba(255,255,255,0.1);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.runing .right img {
	display: block;
	width: 100%;
}

.runing .right i {
	display: block;
	position: absolute;
	font-size: 80px;
	color: rgba(255,255,255,0.8);
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	text-align: center;
	line-height: 80px;
	margin-top: -40px;
}
.runing .right:hover::after {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;
}
.runing .right:hover i {
	color: #fff;
}
.video {
	display: none;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.video video {
	object-fit:fill;
}

.searBoxs {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}

.searBoxs .layui-input {
	width: 80%;
}
.searBoxs .layui-btn {
	background-color: #08477a;
}

.rzzz {
	margin-top: 40px;
	position: relative;
}


.rzzz .swiper-slide {
	display: block;
}

.rzzz .swiper-slide .img {
	padding: 25px 0;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	position: relative;
}

.rzzz .swiper-slide .img .boxs {
	width: 170px;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: flex; 
	align-items: center;
	overflow:hidden; 
	margin: auto;
}
.rzzz .swiper-slide .img  img {
	width: 100%;
	display: block;
}

.rzzz .swiper-button-next {
	right: -75px; 
	width: 40px;
	height: 40px;
	border:1px solid #efefef;
	line-height: 40px;
	font-size: 30px;
	border-radius: 50%;
	text-align: center;
	color: #909090;
}

.rzzz .swiper-button-prev {
	left: -75px; 
	width: 40px;
	height: 40px;
	border:1px solid #efefef;
	line-height: 40px;
	font-size: 30px;
	border-radius: 50%;
	text-align: center;
	color: #909090;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.rzzz .swiper-button-next:after,.rzzz .swiper-button-prev:after {
	display: none;
}
.rzzz .swiper-button-next:hover,.rzzz .swiper-button-prev:hover {
	color: #fff;
	border:1px solid #005e9e;
	background: #005e9e;
}
.rzzz .text {
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	font-size: 16px;
}
.project {
	background: #f5f5f5;
	padding: 70px 0;
}
.project .bd .boxs {
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.project .bd {
	display: block;
	margin-top: 40px;
	position: relative;
	height: 495px;
}
.project .bd .left {
	width:35%;
	box-sizing: border-box;
	padding: 72px 70px;
	background: #fff;
}
.project .bd .left h3 {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #005e9e;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-weight: bold;
}
.project .bd .left h3 span  {
	font-size: 16px;
	color: #555;
	font-weight:normal;
}
.project .bd .left .int {
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 180px;
	margin-top: 40px;
	-webkit-box-orient: vertical;
}
a.link1 {
	display: inline-block;
	margin-right: 10px;
	padding: 0 45px 0 25px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	vertical-align: middle;
	color: #fff;
	border:1px solid #005e9e;
	background:#005e9e url(../img/zx-icon.png) no-repeat right 15px center;
}
.project .bd .left a:hover .ckxq {
	border:1px solid #005e9e;
	color: #005e9e;
}
.project .bd .right {
	display: block;
	width: 65%;
	height: 495px;
	overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.project .bd .right a {
	display: block;
	width: 100%;
	height: 100%;
}
.project .bd .right .text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	z-index: 10;
	font-size: 16px;
}
.project .bd .right:after {
	content:"";
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.project .hd {
	display: block;
	margin-top: 20px;
	background: #fff;
	padding:20px 0; 
	position: relative;
	z-index: 9;
}
.project .hd  ul li {
	display: block;
	float: left;
	width: 16.666%;
	padding:25px 0; 
	cursor: pointer;
	text-align: center;
	position: relative;
}

.project .hd  ul li .imgs {
	width: 32px;
	height: 32px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.project .hd  ul li .imgs img {
	display: block;
}
.project .hd  ul li .imgs i {
	display: block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.project .hd  ul li span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
	width: 140px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: left;
}
.project .hd  ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 0;
	top: 0;
}
.project .hd  ul li:first-child::before {
	display: none;
}

.project .hd  ul li:hover span {
	color: #006ebd;
}
.project .hd  ul li.on .imgs i {
	margin-top: -32px;
}
.project .hd  ul li.on span {
	color: #006ebd;
}

.xwzx a {
	display: inline-block;
	margin:0 5px; 
}
.xwzx a:nth-child(2) {
	background: none;
	color: #333;
}
.xwzx a:nth-child(3) {
	background: none;
	color: #333;
}

.xwzx .news {
	width: 42.5%;
}
.news a {
	display: block;
}
.news .img {
	display:flex;
	align-items: center;
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: relative;
}

.news .img img {
	width: 100%;
	display: block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news .time {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 40px;
	background: #005e9e;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px; 
}
.news .text {
	display: block;
	box-sizing: border-box;
	padding: 35px 30px;
	background: #f5f5f5;
}
.news .text h3 {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news .text .st {
	display: block;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.news:hover .text {
	background: #005e9e;
}
.news:hover .text h3 {
	color: #fff;
}
.news:hover .text .st {
	color: #fff;
}
.news:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.xwzx .right {
	width: 53.5%;
}
.xwzx .right ul {
	position: relative;
}
.xwzx .right ul li {
	display: block;
	width: 100%;
}

.xwzx .right ul li a {
	display: block;
}
.xwzx .right ul li img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	display: none;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.xwzx .right ul li .bo {
	display: block;
	line-height: 63px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
.xwzx .right ul li .int {
	display: block;
	color: #555;
	width: 90%;
	height: 63px;
	overflow: hidden;

}

.xwzx .right ul li .ti {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
}

.xwzx .right ul li:nth-child(1) {
	width: 48%;
}
.xwzx .right ul li:nth-child(2) {
	width: 48%;
	position: absolute;
	right: 0;
	top: 0;
}
.xwzx .right ul li:nth-child(1) img {
	display: block;
}
.xwzx .right ul li:nth-child(2) img {
	display: block;
}

.xwzx .right ul li:nth-child(1) .bo,.xwzx .right ul li:nth-child(2) .bo {
	border:none;
}
.xwzx .right ul li:nth-child(1) .ti {
	display: none;
}
.xwzx .right ul li:nth-child(2) .ti {
	display: none;
}
.xwzx .right ul li:hover .int {
	color: #005e9e;
}
.xwzx .right ul li:hover .ti {
	color: #005e9e;
}
.xwzx .right ul li:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
#online {
	background: #f5f5f5;
	padding: 50px 0;
}

#online .boxs {
	margin-top: 50px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#online .boxs .in {
	width: 48.5%;
	background: #fff;
	padding:5px 15px;
	height: 50px;
	line-height: 40px;
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
}
#online .boxs .in label {
	vertical-align: middle;
	display: inline-block;
	color: #999;
}
#online .boxs .input {
	display: inline-block;
	border:none; 
	width: 60%;
	height: 40px;
	line-height: 40px;
}
#online .boxs .area {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 200px;
	background: #fff;
	border-radius: 3px;
	padding: 20px 15px;
	border:none;
}
#online .boxs .btns {
	width: 120px;
	height: 120px;
	background: #195d8c;
	text-align: center;
	border-radius: 50%;
	border:none;
	color: #fff;
	font-size: 18px;
	margin-top: -60px;
	font-weight: bold;
	letter-spacing: 3px;
	cursor: pointer;
	position: relative;
}

#online .boxs .btns:hover {
	background: #005e9e;
}

.footer {
	padding-top: 70px;
}
.footer .top {
	display: block;
	margin-bottom: 70px;
}
.footer .top .left {
	display: block;
	width: 15%;
}

.footer .top .left a {
	display: inline-block;
	margin-right: 20px;
}
.footer .center {
	width: 55%;
}
.footer .center ul {
	margin-top: -50px;
}
.footer .center ul li {
	display: inline-block;
	margin-left: 2%;
	width:47%;
	margin-top: 50px;
}
.footer .center ul li span {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.footer .center ul li h3 {
	display: block;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}
.footer .center ul li:last-child h3 {
	font-weight: normal;
	font-size: 12px;
}

.footer .right {
	display: block;
	width: 30%;
	text-align: right;
}

.footer .right .img {
	display: block;
	text-align: right;
	margin-top: 30px;
}
.footer .right .img img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 3px;
	
}

.footer .bottom {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.2);
	height: 50px;
	line-height: 50px;
	color: rgba(255,255,255,0.5);
	font-size: 12px;
}

.footer .bottom a {
	color: #fff;
}

.inList {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
}
.inList a {
	margin: 0 10px;
	display: inline-block;
}
.inList a:hover {
	color: #005e9e;
}
.inList span {
	margin: 0 10px;
	display: inline-block;
}
.inNav {
	display: block;
}
.inNav ul li {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
}
.inNav ul li a {
	display: block;
	padding: 0 30px;
	color: #005e9e;
	border:1px solid #005e9e;
	font-size: 16px;
}
.inNav ul li:hover a {
	color: #fff;
	background: #005e9e;
}
.inNav ul li.curr a {
	color: #fff;
	background: #005e9e;
}


.title2 {
	padding-top: 50px;
}
.title2 h3 {
	display: inline-block;
	font-size: 26px;
	color: #333;
}
.title2 h3 span {
	display: inline-block;
	color: #005e9e;
}
.title2 b {
	display: inline-block;
	margin-left: 30px;
	font-size: 18px;
	color: #c7c7c7;
	font-weight: normal;
	text-transform: uppercase;
}
.rlzy {
	display: block;
}
.rlzy .fl {
	width: 50%;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
.careers {
	background: #fff;
	margin: 30px 0;
}

.careers .boxs {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.careers .boxs .list {
	background: #f9f9f9;
	border-left: 3px solid #006ebd;
	height: 50px;
	line-height: 50px;
	position: relative;
	cursor: pointer;
}
.careers .boxs .list h3 {
	float: left;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
}
.careers .boxs .list i {
	float: right;
	padding-right: 10px;
	display: block;
}
.careers .boxs .list span {
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	display: none;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.careers .boxs .st {
	position: absolute;
	top: 0px;
	color: #fff;
	font-size: 15px;
	right: 70px;
	display: none;
}
.careers .boxs .listed {
	display: none;
	margin-top: 2px;
	padding: 40px 30px;
	background: #fff;
}

.careers .boxs .listed .ls {
	width: 49%;
	display: inline-block;
	float: left;
}
.careers .boxs .listed:after {
	content: "";
	display: block;
	clear: both;
}
.careers .boxs .listed .ls h3 {
	font-size: 14px;
	color: #333;
}
.careers .boxs .listed .ls pre {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}
.careers .boxs .listed .ls .ls_content {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}

.careers .boxs .addlist {
	background: #006ebd;
}
.careers .boxs .addlist h3 {
	color: #fff;
}
.careers .boxs .addlist i {
	display: none;
}
.careers .boxs .addlist span {
	display: block;
}
.careers .boxs .addlist .st {
	display: block;
}

.careers .boxs .ls span {
	display: block;
	color: #006ebd;
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}

.inList2 {
	position: relative;
	display: block;
	padding: 15px 0;
	background: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
}

.cpjs {
	display: block;
	margin-bottom: 50px;
}
.cpjs .left {
	width: 20%;
	border-right: 1px solid #e0e0e0;
}
.cpjs .left .title2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.cpjs .left .title2:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 4px;
	bottom: -2px;
	left: 0;
	background: #005e9e;
}
.cpjs .left .title2 b {
	display: block;
	margin-left: 0;
	margin-top: 10px;
}

.cpjs .left .xanNav {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.cpjs .left .xanNav ul li {
	display: block;
	margin: 30px 0;
	cursor: pointer;

}
.cpjs .left .xanNav ul li .top {
	height: 30px;
	line-height: 30px;
	overflow:hidden;
}
.cpjs .left .xanNav ul li .top h3 {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
}
.cpjs .left .xanNav ul li .top h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0%;
	width: 4px;
	height: 4px;
	margin-top: 13px;
	background: #666;
}
.cpjs .left .xanNav ul li .bottom {
	display: none;
	margin-left: 15px;
}
.cpjs .left .xanNav ul li .bottom a {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #333;
	display: block;
	padding-left: 25px;
	position: relative;
}
.cpjs .left .xanNav ul li .bottom a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 10px;
	height: 1px;
	margin-top: 18px;
	background: #666;
}
.cpjs .left .xanNav ul li:hover h3 {
	color: #005e9e;
}
.cpjs .left .xanNav ul li:hover h3::before {
	width: 8px;
	height: 8px;
	margin-top: 11px;
	background: #005e9e;
}
.cpjs .left .xanNav ul li .bottom a:hover {
	color: #005e9e;
}
.cpjs .left .xanNav ul li.on h3 {
	color: #005e9e;
}
.cpjs .left .xanNav ul li.on h3::before {
	width: 8px;
	height: 8px;
	margin-top: 11px;
	background: #005e9e;
}
.cpjs .left .xanNav ul li a.curr {
	color: #005e9e;
}
.cpjs .left .phone {
	display: block;
	padding: 20px 0;
	color: #666;
	border-bottom: 1px solid #e0e0e0;
}
.cpjs .left .phone span {
	margin-left: 10px;
	display: inline-block;
}

.proli ul {
	margin-left:-3.3%;
}
.proli ul li {
	display: block;
	float: left;
	width: 30%;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 10px;
	margin-left: 3.3%;
	margin-top: 30px;
}
.proli ul li a {
	display: block;
}
.proli ul li .img {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	height: 180px;
	box-sizing: border-box;
	overflow: hidden;
}
.proli ul li .img img {
	width: 100%;
	display: block;
}

.proli ul li .text {
	display: block;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

.proli ul li:hover {
	background: #f2f6fa;
	border:1px solid #005e9e;
}

.proli ul li:hover .text {
	color: #005e9e;
	font-weight: bold;
}


.pro-show {
	height: 400px;
	width: 500px;
	border:1px solid #ddd;
	box-sizing: border-box;
}
.pro-show .swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.pro-show .swiper-slide {
  background-size: cover;
  background-position: center;
}
.pro-show .gallery-top {
  height: 100%;
  width: 80%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.pro-show .gallery-thumbs {
	width: 20%;
	box-sizing: border-box;
	padding:25px 15px;
}
.pro-show .gallery-thumbs .swiper-slide {
	width: 100%;
	display: block;
	opacity: 0.4;
	border: 1px solid #ddd;
}
.pro-show .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border:2px solid #005e9e;
}


.pro-xq {
	width: 54%;
}

.pro-xq  h3  {
	line-height: 40px;
	color: #333;
	font-size: 30px;
}
.pro-xq  .int {
	margin-top: 30px;
	background: #eceef3;
	padding: 15px 20px;
}
.pro-xq  .int span {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.pro-xq  ul {
	margin-top: 20px;
}
.pro-xq  ul li {
	display: block;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
}
.pro-xq  ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width:0;
	height:0;
	border: 5px solid transparent;
	border-left-color: #005e9e;
}

.pro-xq .link1 {
	margin-top: 30px;
}

.pro-xx {
	width: 65%;
	display: block;
}
.pro-xx h3 {
	font-size: 18px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.pro-xx h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 4px;
	bottom: -2px;
	left: 0;
	background: #005e9e;
}
.pro-xx .boxs {
	margin-top: 50px;
	display: block;
	line-height: 30px;
	max-width: 100%;
	overflow: hidden;
}
.pro-xx .boxs img {
	max-width: 100%;
	overflow: hidden;
}

.pro-tj {
	width: 24%;
}

.pro-tj ul {
	margin-left: 0;
}
.pro-tj ul li {
	display: block;
	width: 100%;
	margin-left: 0;
}

.gywm {
	display: block;
	margin-top: 40px;
}

.gywm .left {
	display: block;
	width: 62.5%;
}
.gywm .left .int {
	display: block;
	line-height: 35px;
	font-size: 14px;
}
.gywm .left .int p {
	text-indent: 2rem;
}
.gywm .left .st {
	display: block;
	margin-top: 100px;
	font-size: 26px;
}
.gywm .right {
	display: block;
	width: 31%;
}
.gywm .right img {
	display: block;
	margin-bottom: 20px;
}

.gywm-bg {
	display: block;
	width: 100%;
	height: 370px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -110px;
}

.gltd {
	display: block;
}
.gltd ul {
	margin-left: -6%;
}
.gltd ul li {
	display: block;
	float: left;
	width: 44%;
	margin-left: 6%;
	margin-top: 50px;
	position: relative;
}
.gltd ul li  a {
	display: block;
}
.gltd ul li  .img {
	width: 210px;
	height: 270px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: flex; 
	align-items: center;
	border:1px solid #e5e5e5;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gltd ul li .img img {
	display: block;
	width: 100%;
}

.gltd ul li .text {
	display: block;
	position: absolute;
	left: 250px;
	right: 0;
	top: 0;
}
.gltd ul li .text .ckxq {
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gltd ul li .text h3 {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.gltd ul li .text .int {
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	display: block;
	text-indent: 1rem;
	position: relative;
}
.gltd ul li .text .int:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	border-radius: 50%;
	height: 6px;
	background: #333;
}
.gltd ul li:hover .img {
	border-color: #005e9e;
}

.gltd ul li:hover .ckxq {
	background: #005e9e;
	border:1px solid #005e9e;
	color: #fff;
	border-radius: 3px;
}

.gltd ul li:hover h3 {
	color: #005e9e;
}
.ryzz {
	margin-left: -2%;
}
.ryzz .swiper-slide {
	width: 23%;
	margin-left: 2%;
	float: left;
	margin-bottom: 30px;
}
.ryzz .swiper-slide .boxs img {
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ryzz .swiper-slide:hover .boxs img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

.uxLIink {
	margin-top: 30px;
}

.uxLIink ul li {
	display: inline-block;
	width: 49%;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #eee;
}
.uxLIink ul li img {
	position: absolute;
	left: 0;
	top: 25px;
}
.uxLIink ul li .text {
	margin-left: 30px;
}
.uxLIink ul li .text h3 {
	font-size: 18px;
}
.uxLIink ul li .line {
	margin-top: 10px;
	width: 30px;
	height: 1px;
	background: #ccc;
}
.uxLIink ul li .st {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	line-height: 22px;
}

#map {
	height: 400px;
	width: 100%;
	margin-top: 50px;
}
.cpjs .fr {
	width: 77%;
}
.caseli  ul {
	display: block;
}
.caseli  ul li {
	display: block;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	border:1px solid #dcdcdc;
}
.caseli  ul li a {
	display: block;
}
.caseli  ul li .img {
	width: 250px;
	height: 160px;
	display: block;
	overflow: hidden;
}
.caseli  ul li .img img {
	width: 100%;
	display: block;
}
.caseli  ul li .text {
	display: block;
	position: absolute;
	left: 280px;
	right: 20px;
	top: 10px;
}
.caseli  ul li .text h3 {
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.caseli  ul li .text .st {
	margin-top: 10px;
	line-height: 25px;
	height: 100px;
	display: block;
	overflow: hidden;
}
.caseli  ul li:hover {
	background: #f2f6fa;
}
.caseli  ul li:hover h3 {
	color: #005e9e;
}

.newslist {
	margin-left: -2%;
	margin-top: 30px;
}
.newslist .news {
	width: 31.3%;
	margin-left: 2%;
	float: left;
	margin-bottom: 30px;
}
.newslist .news .img {
	height: 245px;
}


.newsShow {
	display: block;
	margin: 50px 0;
}
.newsShow .left {
	width: 70%;
	background: #f7f9fb;
	box-sizing: border-box;
	padding: 30px 40px; 
}
.newsShow .left h3 {
	font-size: 20px;
	color: #006ebd;
	line-height: 32px;
	text-align: center;
}
.newsShow .left .time {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-bottom: 20px;
}
.newsShow .left .cons {
	display: block;
	padding-top: 20px;
	line-height: 32px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #e9eaeb;
}
.newsShow .left .cons img {
	max-width: 100%;
}
.newsShow .right {
	width: 24%;
}
.newsShow .right h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	position: relative;
}
.newsShow .right h3:after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #006ebd;
	position: absolute;
	bottom: -1px;
	left:0;
}
.newsShow .right ul {
	margin-top: 30px;
}
.newsShow .right ul li {
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 25px;
	position: relative;
}
.newsShow .right ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.newsShow .right ul li a {
	display: block;
	color: #666;
}
.newsShow .right ul li:hover a {
	color: #006ebd;
}

.backs {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f8fafb;
	margin-bottom: 30px;
}
.backs i {
	padding-right: 10px;
}
.backs:hover {
	color: #fff;
	background: #005e9e;
}

.upload {
	display: block;
	margin-top: 100px;
	text-align: center;
}

.xg-news {
	padding: 30px 0;
}
.xg-news ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xg-news ul li {
	display: block;
	width: 32.3%;
	height: 300px;
	margin: 10px 0;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3px;
	border:1px solid #dcdcdc;
	background-color: #fff;
}
.xg-news ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.xg-news ul li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 96%;
}
.xg-news ul li img {
    width: 100%;
	display: block;
}

.xg-news ul li .text {
	display: block;
	font-size: 16px;
	margin: 14px 0;
	padding:0 10px;
	line-height: 24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}