@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

a:link,a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}

a:hover,a:active,a:focus {
	color: #666;
	text-decoration: none
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}

input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance: none
}

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic img {
	transition: .5s
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.pic1 {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic1:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1520px
}

@media(max-width:1550px) {
	.container {
		width: 1260px
	}
}

@media(max-width:1260px) {
	.container {
		width: 1023px;
		padding: 0 10px
	}
}

@media(max-width:1023px) {
	.container {
		width: 100%
	}
}

.container02 {
	margin-right: auto;
	margin-left: auto;
	width: 1355px
}

@media(max-width:1550px) {
	.container02 {
		width: 1260px
	}
}

@media(max-width:1260px) {
	.container02 {
		width: 1023px;
		padding: 0 10px
	}
}

@media(max-width:1023px) {
	.container02 {
		width: 100%
	}
}

#container {
	overflow: hidden
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0,-70px,0);
		transform: translate3d(0,-70px,0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0,100px,0)
	}

	to {
		opacity: 1;
		transform: translate3d(0,0,0)
	}
}

.fadeInUp2 {
	animation-name: fadeInUp2
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0,-50px,0)
	}

	to {
		opacity: 1;
		transform: translate3d(0,0,0)
	}
}

.fadeInDown2 {
	animation-name: fadeInDown2
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-100px,0,0)
	}

	to {
		opacity: 1;
		transform: translate3d(0,0,0)
	}
}

.fadeInLeft2 {
	animation-name: fadeInLeft2
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(100px,0,0)
	}

	to {
		opacity: 1;
		transform: translate3d(0,0,0)
	}
}

.fadeInRight2 {
	animation-name: fadeInRight2
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes jump1 {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.03)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes fangda {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes myfirst04 {
	0% {
		opacity: .5;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes myfirst04 {
	0% {
		opacity: .5;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes myfirst05 {
	0% {
		opacity: .5;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes myfirst05 {
	0% {
		opacity: .5;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.top1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 121;
	transition: .7s
}

.header {
	height: 120px;
	width: 100%;
	z-index: 4;
	transition: .7s;
	border-bottom: 1px solid rgba(255,255,255,0.12)
}

.header .container{
	position: relative	
}

.header .logo {
	padding: 0;
	float: left;
	margin-top: 30px
}

.header .logo a {
	display: block;
	font-size: 27px;
	color: #333;
	position: relative
}

.header .logo a img {
	display: block;
	z-index: 5;
	transition: .5s
}

.header .logo a .logo2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0
}

@media(min-width:1025px) {
	.header .logo a:hover img {
		opacity: 0
	}

	.header .logo a:hover .logo2 {
		opacity: 1!important
	}
}

.header .logo a .logo1 {
	display: none
}

.header .header-right {
	float: right;
	padding-top: 33px
}

.header .header-right .header-search {
	position: relative;
	float: right;
	/*margin-right: -118px*/
}

.header .header-right .header-search .pull-right {
	width: 40px;
	height: 62px
}

.header .header-right .header-search .pull-right a {
	display: block;
	width: 40px;
	height: 62px;
	text-align: center
}

.header .header-right .header-search .pull-right a svg {
	width: 15px;
	fill: #1593d1;
	vertical-align: middle;
	display: inline-block;
	margin-top: 25px
}

.header .header-right .header-search .pull-right .active {
	background: url("../images/close1.png") no-repeat center center;
	background-size: 20px
}

.header .header-right .header-search .pull-right .active svg {
	display: none
}

.header .header-right .header-search .search {
	z-index: 9;
	position: relative
}

.header .header-right .header-search .search .btn-search-max {
	z-index: 2;
	-webkit-transition: All .2s ease-in-out;
	transition: All .2s ease-in-out;
	position: relative
}

.header .header-right .header-search .search .btn-search-max * {
	display: inline-block;
	vertical-align: middle
}

.header .header-right .header-search .search .search-main {
	top: 0;
	right: 0;
	z-index: 9;
	width: 340px;
	display: none;
	padding: 20px;
	position: absolute
}

.header .header-right .header-search .search-container {
	background-color: #fff;
	padding-left: 0;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}

.header .header-right .header-search .search-container .form-control {
	text-align: left;
	border: 0;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 42px;
	vertical-align: top;
	padding: 10px 86px 10px 10px;
	-webkit-appearance: none;
	background-color: #fff
}

.header .header-right .header-search .search-container .btn {
	top: 0;
	right: 0;
	color: #043b83;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	background: url(../images/search1.png) no-repeat center center #0d519c;
	background-size: 20px
}

.header .header-right .header-search #search-closed {
	right: 0;
	top: 15px;
	max-width: 30px;
	position: absolute;
	cursor: pointer
}

.header .header-right .header-contact{
	position: relative;
	top: 6px;
	display: block;
	color: #fff;
	font-size: 28px;
	float: right;
}

.header .header-right .header-contact img{
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	max-height: 24px;
}

.header .header-right .header-contact a{
	color: #fff;
	font-family: "DINPRO-REGULAR";
}

@media (max-width:1440px){
	
	.header .header-right .header-contact{
		font-size: 24px;
		top: 12px;
	}
	
	.header .header-right .header-contact img{
		max-height:16px;
	}
	
}

.header .header-right .menu {
	float: right;
	position: relative;
	width: 30px;
	height: 40px;
	display: none
}

.header .header-right .menu a {
	display: block
}

.header .header-right .menu a svg {
	width: 30px;
	margin-top: 15px;
	fill: #fff;
	vertical-align: middle;
	transform: rotate(180deg)
}

.nav {
	float: right
}

.nav ul li {
	text-align: center;
	float: left;
	position: relative;
	margin-left: 40px
}

.nav ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 62px;
	position: relative
}

.nav ul li .subnav {
	display: none;
	position: absolute;
	top: 60px;
	padding: 2px 0;
	width: 160px;
	margin-left: -80px;
	left: 50%
}

.nav ul li .subnav ul {
	background: rgba(0,0,0,0.43);
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	float: none;
	padding: 4px 0
}

.nav ul li .subnav ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0
}

.nav ul li .subnav ul li a {
	font-size: 14px;
	line-height: 38px;
	padding: 0 5px;
	color: #fff;
	height: auto;
	text-decoration: none
}

.nav ul li .subnav ul li a:hover {
	background: #0d519c;
	color: #fff;
	text-decoration: none
}

.nav ul li:hover a {
	text-decoration: underline
}

.nav ul li:hover a i {
	transform: rotateX(180deg)
}

.nav ul .active a {
	text-decoration: underline
}

.nav ul .active a i {
	transform: rotateX(180deg)
}

.phone-nav {
	position: fixed;
	right: 15px;
	top: 0;
	line-height: 60px;
	display: none;
	color: #666;
	z-index: 15
}

.phone-nav svg {
	width: 31px;
	fill: #fff;
	vertical-align: middle
}

#menu .search {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	padding: 0 20px
}

#menu .search .inp_srh {
	border: 1px solid #c7c7c7;
	height: 28px;
	width: 100%;
	font-size: 12px;
	color: #999;
	padding: 0 20px;
	background: 0;
	border-radius: 20px
}

#menu .search .inp_srh:focus {
	border: 1px solid #0d519c
}

#menu .search .submit {
	position: absolute;
	top: 0;
	right: 20px;
	background: #0d519c url(../images/search1.png) no-repeat center center;
	background-size: 15px;
	border: 0;
	height: 28px;
	width: 36px;
	color: #fff;
	border-radius: 20px
}

.transparent {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.5)
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt .prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer
}

.banner {
	overflow: hidden;
	margin-top: -120px
}

.banner .pic {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	-webkit-transition: all 4s;
	transition: all 4s
}

.banner .pro-info {
	position: absolute;
	bottom: 62px;
	left: 96px;
	width: 100%
}

.banner .pro-info .text .bt {
	background: url("../images/bg.png") no-repeat top left;
	padding-left: 18px;
	margin-bottom: 39px;
	padding-top: 21px
}

.banner .pro-info .text .span {
	font-size: 32px;
	overflow: hidden;
	color: #fff;
	letter-spacing: 6px;
	padding-left: 18px
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {
	bottom: 13%;
	padding-bottom: 94px;
	text-align: center;
	background: url(../images/line3.png) no-repeat center 5px
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 21px;
	height: 21px;
	padding: 0;
	margin: 0 21px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat center center;
	border-radius: 50%;
	opacity: 1
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: url(../images/iconh.png) no-repeat center center
}

.banner .swiper-slide-active .pic {
	animation: 4s mymove4 alternate
}

.banner .swiper-slide-active .pro-info .text .bt {
	animation: 2s fadeInDown2 alternate
}

.banner .swiper-slide-active .pro-info .text .jsh {
	animation: 2s fadeInDown2 alternate
}

.banner .swiper-slide-active .pro-info .text .span {
	animation: 2.5s fadeInUp2 alternate
}

.banner .swiper-slide-active .pro-info .text .p {
	animation: 3s fadeInUp2 alternate
}

.link {
	display: block;
	width: 42px;
	height: 42px;
	transition: all .3s ease 0s;
	cursor: pointer;
	position: absolute;
	bottom: 54px;
	left: 50%;
	margin-left: -21px;
	overflow: hidden;
	z-index: 3;
	margin-top: 80px
}

.link .bg {
	border: 2px dotted #fff;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	transition: all .3s ease 0s;
	animation: zhuanquan 10s linear 0s infinite;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.link i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/anniu.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	animation: downico 1.5s ease-out infinite
}

@keyframes zhuanquan {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes downico {
	0% {
		top: 0;
		opacity: 1
	}

	35% {
		top: 50%;
		opacity: 0
	}

	65% {
		top: -50%;
		opacity: 0
	}

	100% {
		top: 0;
		opacity: 1
	}
}

@keyframes downico1 {
	0% {
		left: 0;
		opacity: 1
	}

	35% {
		left: 50%;
		opacity: 0
	}

	65% {
		left: -50%;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@font-face {
	font-family:"DINCond-Black";src:url("../font/DINCond-Black.woff2") format("woff2"),url("../font/DINCond-Black.woff") format("woff"),url("../font/DINCond-Black.ttf") format("truetype"),url("../font/DINCond-Black.eot") format("embedded-opentype"),url("../font/DINCond-Black.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
  font-family: "DINPRO-REGULAR";
  src:url(../font/DINPRO-REGULAR.OTF);
  font-weight: normal;
  font-style: normal;
}

.nav-list-box {
	position: fixed;
	top: 0;
	right: -280px;
	transition: .5s;
	height: 100%;
	width: 280px;
	background: #fff;
	padding: 60px 30px 30px 30px;
	z-index: 120;
	overflow: auto
}

.nav-list-box .closed {
	background: url("../images/closed.png") no-repeat center center;
	background-size: 25px;
	width: 30px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block
}

.nav-list-box ul li {
	margin-bottom: 10px
}

.nav-list-box ul li a {
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-bottom: 5px
}

@media(min-width:1025px) {
	.nav-list-box ul li a:hover {
		color: #0d519c
	}
}

.nav-list-box ul li ul li {
	margin: 0;
	padding: 0
}

.nav-list-box ul li ul li a {
	line-height: 26px;
	margin: 0;
	font-size: 14px;
	color: #666
}

.section {
	overflow: hidden;
	height: 100vh;
	position: relative;
	padding-top: 120px
}

.fp-section {
	z-index: 2
}

.fp-section.fp-table,.fp-slide.fp-table {
	overflow: hidden!important
}

.section:nth-child(1) {
	z-index: 666
}

.active {
	position: relative;
	z-index: 24
}

.active .banner .i-ban-link ul li:nth-child(1) {
	-webkit-animation: fadeInUp 1s alternate;
	animation: fadeInUp 1s alternate
}

.one .header {
	background: #0d519c
}

.home-service {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding-top: 120px
}

.home-service #home-fenlei {
	margin-top: 63px;
	position: relative
}

.home-service .swiper-button-next,.home-service .swiper-button-prev {
	top: auto;
	bottom: -109px
}

.home-service .swiper-button-next {
	right: 50%;
	left: auto;
	margin-right: -60px
}

.home-service .swiper-button-next:after,.home-service .swiper-button-prev:after {
	font-size: 13px;
	color: #333
}

.home-service .swiper-button-prev {
	left: 50%;
	right: auto;
	margin-left: -60px
}

.home-service .shubiao {
	text-align: center;
	font-size: 14px;
	color: #616161;
	padding-top: 66px
}

.home-service .shubiao p {
	margin-top: 6px
}

.home-service .swiper-horizontal>.swiper-pagination-bullets,.home-service .swiper-pagination-bullets.swiper-pagination-horizontal,.home-service .swiper-pagination-custom,.home-service .swiper-pagination-fraction {
	bottom: -168px
}

.home-service .swiper-pagination-bullet {
	width: 84px;
	height: 2px;
	border-radius: 0;
	margin: 0;
	background: #e0e0e0
}

.home-service .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.home-service .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0
}

.home-service .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0075bb
}

.home-service .swiper-slide {
	float: left;
	width: auto;
	margin-right: 29px
}

.home-service .swiper-slide .item {
	width: 654px;
	height: 428px
}

.home-service .swiper-slide .pic:after {
	padding-bottom: 65.4434250764526%
}

.home-service .swiper-slide .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 38px 46px;
	transition: .5s
}

.home-service .swiper-slide .hover .bt {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 34px;
	margin-bottom: 7px
}

.home-service .swiper-slide .hover .bt:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #0075bb;
	margin-top: 15px;
	transition: .5s
}

.home-service .swiper-slide .hover .jsh {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: none
}

@media(min-width:1025px) {
	.home-service .swiper-slide:hover .pic img {
		transform: scale(1.04)
	}

	.home-service .swiper-slide:hover .hover {
		padding: 20px 46px
	}

	.home-service .swiper-slide:hover .hover .bt:after {
		width: 2px;
		height: 30px;
		margin-top: 8px
	}

	.home-service .swiper-slide:hover .hover .jsh {
		display: block
	}
}

.home-about {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding-top: 120px;
	z-index: 4
}

.home-about .t {
	margin-bottom: 94px
}

.home-about .left {
	float: left;
	width: 46.711%;
	position: relative;
	margin-top: 146px
}

.home-about .left:after {
	content: '';
	display: block;
	width: 274px;
	height: 272px;
	background: url("../images/bg1.png") no-repeat top center;
	position: absolute;
	top: -30px;
	left: -84px;
	z-index: 1
}

.home-about .left .pic {
	z-index: 3;
	border: 5px solid #fff;
	border-radius: 8px
}

.home-about .left .pic:after {
	padding-bottom: 64.7887323943662%
}

.home-about .left .pic .btn {
	top: 50%;
	left: 50%;
	z-index: 1;
	position: absolute;
	transform: translate(-50%,-50%)
}

.home-about .left .pic .btn i {
	z-index: 1;
	position: relative;
	font-style: normal
}

.home-about .left .pic .btn:before {
	top: -10px;
	left: -10px;
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	animation: 1.5s mymove linear infinite
}

.home-about .left .pic .btn:after {
	top: -35px;
	left: -35px;
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	animation: 2s mymove linear infinite
}

.home-about .text {
	float: right;
	width: 45%;
	position: relative;
	z-index: 3
}

.home-about .text .span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 19px;
	letter-spacing: 1px
}

.home-about .text .bt {
	font-size: 24px;
	color: #ccc;
	margin-bottom: 103px;
	margin-left: -173px;
	font-family: arial
}

.home-about .text .bt span {
	padding-left: 23px
}

.home-about .text .bt span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 192px;
	height: 1px;
	background: #babdc1
}

.home-about .text .jsh {
	font-size: 16px;
	color: #e5e5e5;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	margin-bottom: 64px
}

.home-about .text .more a {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 48px;
	color: #fff;
	font-size: 15px;
	padding: 0 28px;
	border: 1px solid #fff;
	background: url("../images/more.png") no-repeat 82% center;
	background-size: 10px
}

@media(min-width:1025px) {
	.home-about .text .more a:hover {
		background-color: #000a36
	}
}

.home-about .text ul {
	float: right;
	width: 75%;
	margin-right: -110px;
	margin-top: -69px
}

.home-about .text ul li {
	width: 33.333333333333336%;
	float: left
}

.home-about .text ul li .box {
	padding-bottom: 46px;
	background: url("../images/dot2.png") no-repeat bottom left
}

.home-about .text ul li .num {
	font-size: 18px;
	color: #000a36
}

.home-about .text ul li .num span {
	font-size: 42px;
	font-family: "DINPro-Regular";
	font-weight: bold
}

.home-about .text ul li .p {
	font-size: 16px;
	color: #555;
	margin-top: 2px
}

.home-about .text ul li:nth-child(1) {
	padding-top: 98px
}

.home-about .text ul li:nth-child(2) {
	padding-top: 100px
}

.home-about .youshi {
	background: rgba(229,234,240,0.8);
	margin-bottom: 0
}

.home-news {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding-top: 120px
}

.home-news .home-bottom {
	padding-top: 98px
}

.home-news ul {
	margin: 0 -30px
}

.home-news ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 30px
}

.home-news ul li .pic:after {
	padding-bottom: 64.47368421052632%
}

.home-news ul li .date {
	font-size: 14px;
	color: #333;
	font-family: "Roboto-Regular";
	margin-bottom: 24px
}

.home-news ul li .date span {
	width: 77px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #0075bb;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px
}

.home-news ul li .bt {
	font-size: 24px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 35px
}

@media(min-width:1025px) {
	.home-news ul li:hover .pic img {
		transform: scale(1.04)
	}

	.home-news ul li:hover .bt {
		color: #0d519c
	}
}

.home-title h3 {
	font-size: 42px;
	color: #333;
	margin-bottom: 5px
}

.home-title p {
	font-size: 18px;
	color: #333;
	line-height: 30px
}

.home-title .more1 {
	display: block;
	width: 46px;
	height: 46px;
	transition: all .3s ease 0s;
	cursor: pointer;
	overflow: hidden;
	z-index: 3;
	margin-top: 37px;
	position: relative
}

.home-title .more1 a {
	display: block;
	width: 46px;
	height: 46px;
	padding: 0 10px
}

.home-title .more1 .bg {
	border: 2px dotted #1f2020;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	transition: all .3s ease 0s;
	animation: zhuanquan 10s linear 0s infinite;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.home-title .more1 i {
	display: block;
	width: 20px;
	height: 100%;
	background: url(../images/anniu1.png) no-repeat center;
	position: absolute;
	left: 0;
	margin-left: 11px;
	top: 0;
	animation: downico1 1.5s ease-out infinite
}

.home-partner {
	position: absolute;
	bottom: 62px;
	left: 0;
	width: 100%
}

.home-partner .info {
	position: relative;
	height: 727px
}

.home-partner .info ul li {
	position: absolute
}

.home-partner .info ul li .pic {
	border-radius: 50%;
	background: #fff
}

.home-partner .info ul .pa1 {
	width: 187px;
	top: 20%;
	left: 6%
}

.home-partner .info ul .pa2 {
	width: 110px;
	top: 15%;
	left: 29%
}

.home-partner .info ul .pa3 {
	width: 132px;
	top: 0;
	left: 53%
}

.home-partner .info ul .pa4 {
	width: 187px;
	top: 9%;
	right: 11%
}

.home-partner .info ul .pa5 {
	width: 110px;
	top: 42%;
	right: -2%
}

.home-partner .info ul .pa6 {
	width: 161px;
	bottom: 11%;
	right: 13%
}

.home-partner .info ul .pa7 {
	width: 82px;
	bottom: 45%;
	right: 26%
}

.home-partner .info ul .pa8 {
	width: 110px;
	bottom: 0;
	right: 35%
}

.home-partner .info ul .pa9 {
	width: 161px;
	bottom: 1%;
	left: 28%
}

.home-partner .info ul .pa10 {
	width: 123px;
	bottom: 10%;
	left: 7.5%
}

.home-partner .info ul .pa11 {
	width: 111px;
	bottom: 28%;
	left: -1%
}

.home-partner .info .title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%)
}

.home-partner .info .title .h3 {
	font-size: 58px;
	color: #fff;
	margin-bottom: 10px
}

.home-partner .info .title .span {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 38px
}

.home-partner .info .title .more a {
	width: 152px;
	height: 43px;
	line-height: 39px;
	border-radius: 30px;
	border: 2px solid #fff;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	text-align: left;
	padding: 0 18px;
	color: #fff;
	transition: .5s
}

.home-partner .info .title .more a img {
	float: right;
	margin-top: 15px
}

@media(min-width:1025px) {
	.home-partner .info .title .more a:hover {
		background: #0d519c;
		border-color: #0d519c
	}
}

.home-case {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding-top: 120px
}

.home-case .left {
	float: left;
	width: 49.65%;
	padding-top: 13px
}

.home-case .left .home-title {
	float: right;
	width: 753px
}

.home-case .left .caselist {
	float: right;
	width: 753px;
	margin: 0;
	margin-top: 78px
}

.home-case .left .caselist .custom_paging {
	display: none!important
}

.home-case .caselist {
	margin: 0
}

.home-case .caselist li {
	width: 100%;
	padding: 0;
	margin-bottom: 0
}

.home-case .caselist li .pic .hover .info .bt {
	font-size: 30px;
	line-height: 45px;
	max-height: 90px
}

.home-case .right {
	float: right;
	width: 48.8%;
	padding-right: 28px
}

.home-case .right .caselist .custom_paging {
	display: none!important
}

.home-case .right .bottom {
	width: 183px;
	position: relative;
	margin: 92px auto 0 auto
}

.home-case .right .bottom .slick-next:before {
	color: #0d519c
}

.home-case .right .bottom .slick-prev {
	display: none!important
}

.home-case .right .bottom .slick-next {
	right: -80px;
	top: auto;
	bottom: 0;
	height: 33px;
	z-index: 44;
	margin-top: 0
}

.home-case .right .bottom .caselist .custom_paging {
	display: block!important;
	width: 117px;
	height: 33px;
	position: absolute;
	bottom: 0;
	right: -117px;
	line-height: 33px;
	background: #f0f3f8
}

.home-case .right .bottom .caselist .custom_paging li {
	display: none;
	padding-left: 11px
}

.home-case .right .bottom .caselist .custom_paging .slick-active {
	display: block
}

.home-case .right .bottom .caselist .custom_paging .slick-active span {
	color: #0d519c
}

.home-case .caselist {
	padding: 0
}

@keyframes mymove {
	0% {
		transform: scale(0.3)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(0.3)
	}

	100% {
		transform: scale(1)
	}
}

.active .home-partner .info ul .pa1 {
	-webkit-animation: mymove 2s alternate;
	animation: mymove 2s alternate
}

.active .home-partner .info ul .pa2 {
	-webkit-animation: mymove 2.5s alternate;
	animation: mymove 2.5s alternate
}

.active .home-partner .info ul .pa3 {
	-webkit-animation: mymove 3s alternate;
	animation: mymove 3s alternate
}

.active .home-partner .info ul .pa4 {
	-webkit-animation: mymove 3.5s alternate;
	animation: mymove 3.5s alternate
}

.active .home-partner .info ul .pa5 {
	-webkit-animation: mymove 4s alternate;
	animation: mymove 4s alternate
}

.active .home-partner .info ul .pa6 {
	-webkit-animation: mymove 4.5s alternate;
	animation: mymove 4.5s alternate
}

.active .home-partner .info ul .pa7 {
	-webkit-animation: mymove 5s alternate;
	animation: mymove 5s alternate
}

.active .home-partner .info ul .pa8 {
	-webkit-animation: mymove 5.5s alternate;
	animation: mymove 5.5s alternate
}

.active .home-partner .info ul .pa9 {
	-webkit-animation: mymove 6s alternate;
	animation: mymove 6s alternate
}

.active .home-partner .info ul .pa10 {
	-webkit-animation: mymove 6.5s alternate;
	animation: mymove 6.5s alternate
}

.active .home-partner .info ul .pa11 {
	-webkit-animation: mymove 7s alternate;
	animation: mymove 7s alternate
}

.active .home-about .left {
	-webkit-animation: fadeInLeft 1s alternate;
	animation: fadeInLeft 1s alternate
}

.active .home-about .text {
	-webkit-animation: fadeInRight 1s alternate;
	animation: fadeInRight 1s alternate
}

.active .home-about .youshi {
	-webkit-animation: fadeInUp 2s alternate;
	animation: fadeInUp 2s alternate
}

.active .home-service .home-title {
	-webkit-animation: fadeInDown 2s alternate;
	animation: fadeInDown 2s alternate
}

.active .home-service #home-fenlei {
	-webkit-animation: fadeInUp 2s alternate;
	animation: fadeInUp 2s alternate
}

.active .home-news .home-title {
	-webkit-animation: fadeInDown 2s alternate;
	animation: fadeInDown 2s alternate
}

.active .home-case .home-title {
	-webkit-animation: fadeInDown 2s alternate;
	animation: fadeInDown 2s alternate
}

.active .home-case .left .caselist {
	-webkit-animation: fadeInLeft 1s alternate;
	animation: fadeInLeft 1s alternate
}

.active .home-case .right {
	-webkit-animation: fadeInRight 1s alternate;
	animation: fadeInRight 1s alternate
}

.active .home-news .home-bottom {
	-webkit-animation: fadeInUp 2s alternate;
	animation: fadeInUp 2s alternate
}

.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative
}

.inbanner .inbanner-slick .item {
	width: 1920px;
	height: 540px;
	left: 50%;
	margin-left: -960px;
	position: relative
}
@media(max-width:1600px){
    .inbanner .inbanner-slick .item{
        margin-left:-1050px;
    }
}
@media(max-width:1280px){
    .inbanner .inbanner-slick .item{
        margin-left:-1150px;
    }
}

.inbanner .inbanner-slick img {
	transition: 5s;
	animation: mymove4 5s;
	display: block
}

.inbanner .inbanner-slick .item1 {
	display: none
}

@media(max-height:1000px) {
	.home-about .t {
		margin-bottom: 50px
	}

	.home-about .container,.home-service .container,.home-case .home-bottom,.home-news .container,.home-partner .container {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		zoom: .95
	}

	.home-service .shubiao {
		padding-top: 30px
	}

	.home-service .swiper-button-next,.home-service .swiper-button-prev {
		bottom: -77px
	}

	.home-service .swiper-horizontal>.swiper-pagination-bullets,.home-service .swiper-pagination-bullets.swiper-pagination-horizontal,.home-service .swiper-pagination-custom,.home-service .swiper-pagination-fraction {
		bottom: -120px
	}

	.home-case .right .bottom {
		margin: 61px auto 0 auto
	}
}

@media(max-height:800px) {
	.home-about .container,.home-service .container,.home-case .home-bottom,.home-news .container,.home-partner .container {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		zoom: .9
	}

	.home-about .youshi {
		padding: 20px 0
	}

	.home-about .youshi li .num {
		font-size: 30px
	}

	.home-service #home-fenlei {
		margin-top: 35px
	}

	.home-service .swiper-slide .item {
		width: 554px;
		height: auto
	}

	.home-case .left .caselist {
		margin-top: 40px
	}

	.home-partner {
		bottom: 0
	}

	.home-news .home-bottom {
		padding-top: 50px
	}

	.home-about .left {
		margin-top: 100px
	}

	.home-about .text .bt {
		margin-bottom: 50px
	}

	.home-about,.home-service,.home-news,.home-case {
		padding-top: 60px
	}
}

@media(max-height:650px) {
	.home-about .container,.home-service .container,.home-case .home-bottom,.home-news .container,.home-partner .container {
		transform: scale(0.84);
		-webkit-transform: scale(0.84);
		-moz-transform: scale(0.84);
		-ms-transform: scale(0.84);
		-o-transform: scale(0.84);
		zoom: .84
	}

	.home-about .text .jsh {
		height: 84px;
		margin-bottom: 20px
	}

	.youshi li {
		padding: 0 20px 0 60px
	}

	.home-service .shubiao {
		display: none
	}

	.home-service .swiper-button-next,.home-service .swiper-button-prev {
		display: none
	}

	.home-partner .info {
		height: 700px
	}
}

@media(max-height:600px) {
	.home-about .container,.home-service .container,.home-case .home-bottom,.home-news .container,.home-partner .container {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		zoom: .75
	}
}

@media(max-width:1600px) {
	.banner .pro-info .text .bt {
		margin-bottom: 20px;
		width: 300px
	}
	
	.home-about .youshi li {
		padding: 0 20px 0 60px
	}
	
	
}

#fp-nav {
	display: none!important
}

.second-nav {
	position: relative;
	margin-top: -200px;
	z-index: 4;
	margin-bottom: 86px
}

.second-nav ul li {
	float: left;
	width: 10%;
	text-align: center;
	height: 200px;
	transition: .5s
}

.second-nav ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	padding-top: 143px;
	transition: .5s;
	padding-bottom: 20px
}

.second-nav ul li a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 72px;
	width: 1px;
	height: 26px;
	left: 50%;
	margin-left: -0.5px;
	background: #fff;
	transition: .5s
}

.second-nav ul li a:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -2px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transition: .5s
}

@media(min-width:1025px) {
	.second-nav ul li:hover {
		background: url(../images/bg2.png) no-repeat bottom center
	}

	.second-nav ul li:hover a {
		padding-top: 135px
	}

	.second-nav ul li:hover a:before {
		height: 72px;
		bottom: 64px
	}

	.second-nav ul li:hover a:after {
		opacity: 1
	}
}

.second-nav ul .active {
	background: url(../images/bg2.png) no-repeat bottom center
}

.second-nav ul .active a {
	padding-top: 135px
}

.second-nav ul .active a:before {
	height: 72px;
	bottom: 64px
}

.second-nav ul .active a:after {
	opacity: 1
}

.about1 {
	padding: 37px 0 134px 0
}

.about1 .title {
	font-family: "DINPro-Regular";
	font-size: 58px;
	text-transform: uppercase;
	color: #e8e8e8;
	position: relative;
	line-height: 70px
}

.about1 .title span {
	font-size: 43px
}

.about1 .info {
	font-size: 27px;
	font-weight: bold;
	color: #0d519c;
	position: absolute;
	bottom: 0;
	font-family: "微軟正黑體";
	left: 0;
	line-height: 40px;
	background: #fff
}

.about1 .jsh {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 43px;
	padding-top: 29px
}

.about1 .jsh span {
	color: #0d519c
}

.about1 .video {
	position: relative
}

.about1 .video .btn {
	top: 50%;
	left: 50%;
	z-index: 1;
	position: absolute;
	transform: translate(-50%,-50%)
}

.about1 .video .btn i {
	z-index: 1;
	position: relative;
	font-style: normal
}

.about1 .video .btn:before {
	top: -10px;
	left: -10px;
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	animation: 1.5s mymove linear infinite
}

.about1 .video .btn:after {
	top: -35px;
	left: -35px;
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	animation: 2s mymove linear infinite
}

.youshi {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	padding: 34px 0 36px 0;
	background: #fbfbfb;
	border-radius: 30px;
	margin-bottom: 60px
}

.youshi li {
	width: 25%;
	padding: 0 20px 0 80px;
	float: left;
	text-align: left;
	position: relative
}

.youshi li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 74px;
	margin-top: -37px;
	background: #eee
}

.youshi li .num {
	font-size: 42px;
	color: #1b9430;
	margin-bottom: 8px
}

.youshi li p {
	color: #474747;
	font-size: 18px
}

.youshi li:last-child:after {
	display: none
}

@media(max-width:1023px) {
	.about1 .title span {
		font-size: 30px
	}

	.about1 .title {
		font-size: 60px;
		line-height: 80px
	}

	.about1 .info {
		font-size: 16px;
		bottom: 15px;
		line-height: 30px
	}

	.about1 .bt {
		font-size: 16px;
		margin-bottom: 5px
	}

	.about1 .jsh {
		font-size: 14px;
		margin-bottom: 20px
	}

	.youshi li .num {
		font-size: 14px
	}

	.youshi li:after {
		display: none
	}

	.youshi li p {
		font-size: 14px
	}

	.youshi li .num span {
		font-size: 33px;
		line-height: 45px
	}

	.youshi li {
		margin-bottom: 10px
	}

	.youshi {
		padding: 10px 0;
		margin-bottom: 20px
	}

	.about1 {
		padding: 20px 0
	}
}

.inmain-title {
	position: relative;
	text-align: center
}

.inmain-title .h3 {
	font-size: 42px;
	color: #222;
	font-weight: bold;
	position: relative;
	z-index: 2;
	padding-top: 20px
}

.inmain-title .p {
	text-transform: uppercase;
	font-size: 86px;
	color: #f6f6f6;
	font-weight: bold;
	font-family: arial;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 90px
}

.footer {
	background: url("../images/bg3.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 10
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.13);
	padding: 18px 0;
	color: rgba(255,255,255,0.6)
}

.footer-bottom a {
	color: rgba(255,255,255,0.6);
	text-decoration: underline
}

.footer-top {
	padding: 65px 0 59px 0
}

.footer-top .f-ewm {
	float: left;
	width: 156px;
	text-align: center
}

.footer-top .f-ewm .img1 img {
	display: block
}

.footer-top .f-ewm p {
	text-align: center;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	line-height: 36px;
	margin-top: 10px
}

.footer-top .f-ewm p img {
	width: 23px;
	margin-right: 10px;
	vertical-align: middle;
	opacity: .5
}

.footer-top .right {
	float: right;
	width: 81.1%
}

.footer-top .right .list {
	margin-bottom: 27px;
	margin: 0 -27px
}

.footer-top .right .list li {
	width: 11.5%;
	float: left;
	padding: 0 27px;
	border-left: 1px solid rgba(255,255,255,0.05)
}

.footer-top .right .list li a {
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 20px
}

@media(min-width:1025px) {
	.footer-top .right .list li a:hover {
		color: #fff;
		text-decoration: underline
	}
}

.footer-top .right .list li ul {
	min-height: 176px;
	margin: 0
}

.footer-top .right .list li ul li {
	width: 100%!important;
	float: none;
	border-left: 0;
	padding: 0
}

.footer-top .right .list li ul li a {
	font-size: 15px;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px
}

.footer-top .right .list li:nth-child(2) {
	width: 18.5%
}

.footer-top .right .list li:nth-child(3) {
	width: 20.1%
}

.footer-top .right .list li:nth-child(6) {
	width: 15%
}

.footer-top .footer-add {
	text-align: center;
	padding: 22px 0;
	background: #07308b;
	overflow: hidden;
	margin-top: 31px;
	padding-left: 17px
}

.footer-top .footer-add p {
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	padding-left: 27px;
	line-height: 30px;
	margin: 0 21px
}

.footer-top .footer-add p a {
	color: rgba(255,255,255,0.6)
}

@media(min-width:1025px) {
	.footer-top .footer-add p a:hover {
		color: #fff;
		text-decoration: underline
	}
}

.footer-top .footer-add .dh {
	background: url(../images/dh1.png) no-repeat left 5px;
	background-size: 16px
}

.footer-top .footer-add .yx {
	background: url(../images/yx.png) no-repeat left 9px;
	background-size: 16px
}

.footer-top .footer-add .dz {
	background: url(../images/dz.png) no-repeat left 7px;
	background-size: 14px
}

.footer-top .footer-add .link1 {
	padding-right: 11px;
	float: right
}

.footer-top .footer-add .link1 a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 13px
}

.footer-top .footer-add .link1 .wb {
	background: rgba(255,255,255,0.18) url(../images/wb1.png) no-repeat center center
}

@media(min-width:1025px) {
	.footer-top .footer-add .link1 .wb:hover {
		background: #b5d9f9 url(../images/wb.png) no-repeat center center
	}
}

.footer-top .footer-add .link1 .wx {
	background: rgba(255,255,255,0.18) url(../images/wxh.png) no-repeat center center
}

@media(min-width:1025px) {
	.footer-top .footer-add .link1 .wx:hover {
		background: #b5d9f9 url(../images/wx.png) no-repeat center center
	}
}

.footer-top .footer-add .link1 .qq {
	background: rgba(255,255,255,0.18) url(../images/qq1.png) no-repeat center center
}

@media(min-width:1025px) {
	.footer-top .footer-add .link1 .qq:hover {
		background: #b5d9f9 url(../images/qq.png) no-repeat center center
	}
}

.header2 {
	position: fixed
}

.headerFixed1 .header {
	background: #0d519c
}

.culture {
	margin-top: 44px
}

.fsbanner {
	position: relative;
	overflow: hidden;
	height: 673px;
	width: 100%;
	padding: 0 46px
}

.fsbanner .list {
	font-size: 14px;
	width: 20%;
	float: left;
	height: 673px;
	display: inline-block;
	position: relative;
	transition: all 200ms cubic-bezier(0.645,0.575,0.09,1);
	color: #fff;
	text-align: left;
	z-index: 2;
	padding-left: 29px;
	cursor: pointer;
	border-left: 1px solid rgba(255,255,255,0.5)
}

.fsbanner .list:before {
	top: 125px;
	left: -2px;
	content: "";
	width: 3px;
	height: 0;
	opacity: 0;
	background: #fff;
	position: absolute;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.fsbanner .list h3 {
	font-size: 42px;
	position: relative;
	z-index: 2;
	font-family: "Oswald-Medium";
	margin-top: 123px;
	line-height: 40px;
	margin-bottom: 17px;
	color: #fff
}

.fsbanner .list .bt {
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 14px
}

.fsbanner .list .span {
	font-size: 16px;
	color: #cad3e0;
	line-height: 28px;
	font-family: arial;
	padding-left: 5px;
	opacity: .5
}

.fsbanner .list .proinfo {
	display: none;
	line-height: 28px;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 18px
}

.fsbanner .other {
	width: 16%
}

.fsbanner .active {
	width: 36%
}

.fsbanner .active:before {
	height: 90px;
	opacity: 1
}

.fsbanner .active .span {
	display: none
}

.fsbanner .active .proinfo {
	display: block
}


@media(max-width:768px) {
	.fsbanner {
		height: auto;
		padding: 10px 0
	}

	.fsbanner .list h3 {
		margin: 0;
		font-size: 35px
	}

	.fsbanner .list .proinfo {
		display: block
	}

	.fsbanner .list h3:after {
		margin: 10px auto
	}

	.fsbanner .list:last-child {
		border-bottom: 0
	}

	.fsbanner .list {
		width: 100%;
		height: auto;
		border-left: 0;
		border-bottom: 1px solid #586889;
		padding-left: 35px;
		margin: 10px 0 0 0;
		padding-bottom: 5px
	}

	.fsbanner .list .proinfo {
		height: auto;
		margin: 10px 0
	}

	.culture {
		background-size: cover!important
	}

	.fsbanner .list .proinfo {
		line-height: 25px;
		font-size: 14px
	}

	.fsbanner .list .span {
		padding-left: 0
	}

	.fsbanner .list h3 {
		position: absolute;
		left: 0;
		top: 0;
		line-height: 36px;
		font-size: 30px
	}

	.fsbanner .list .bt {
		font-size: 24px
	}
}

.partner {
	padding-top: 56px;
	padding-bottom: 130px
}

.partner ul {
	margin: 0 -18px;
	padding: 0 39px
}

.partner ul li {
	width: 20%;
	float: left;
	padding: 0 18px;
	margin-bottom: 31px
}

.partner ul li .box {
	border: 1px solid #e2e2e2
}

.partner ul li .box .pic:after {
	padding-bottom: 50.38759689922481%
}

@media(min-width:1025px) {
	.partner ul li:hover .box {
		border: 1px solid #8eaed1
	}
}

.equipment {
	padding-top: 55px;
	padding-bottom: 119px
}

.equipment ul {
	margin: 0 -17px;
	padding: 0 39px;
	margin-bottom: 51px
}

.equipment ul li {
	width: 25%;
	float: left;
	padding: 0 17px;
	margin-bottom: 41px
}

.equipment ul li .pic {
	border: 1px solid #e0e0e0
}

.equipment ul li .text {
	padding: 29px 15px;
	background: #fafafa
}

.equipment ul li .text .bt {
	color: #333;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-bottom: 11px
}

.equipment ul li .text .more {
	width: 151px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	padding-right: 41px;
	background: #0d519c;
	margin: 0 auto
}

.equipment ul li .text .more span {
	width: 41px;
	height: 41px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	background: #07308b url("../images/more1.png") no-repeat center center
}

@media(min-width:1025px) {
	.equipment ul li:hover .pic {
		border: 1px solid #0d519c
	}

	.equipment ul li:hover .pic img {
		transform: scale(1.04)
	}
}

.page {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #947d58;
	font-family: arial;
	padding: 25px 10px;
	background: #f8f8f8
}

.page em {
	font-style: normal;
	font-size: 18px
}

.page a,.page span {
	background: #e2e2e2;
	color: #999;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	min-width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 40px;
	margin: 0 4px;
	padding: 0 5px;
	vertical-align: middle;
	-webkit-transition: background .5s;
	transition: background .5s
}

.page span {
	background: 0
}

.page a.cur,.page span.cur,.page a:hover,.page span:hover {
	background: #0d519c;
	color: #fff
}

.page a.prev,.page span.prev,.page a.next,.page span.next {
	font-size: 15px;
	color: #666
}

.page a.prev,.page span.prev {
	background: 0
}

.page a.prev:hover,.page span.prev:hover {
	color: #0d519c
}

.page a.next,.page span.next {
	background: 0
}

.page a.next:hover,.page span.next:hover {
	color: #0d519c
}

.style ul {
	margin: 0 -13px;
	padding: 0 39px;
	padding-top: 49px;
	padding-bottom: 95px;
	overflow: hidden
}

.style ul li {
	width: 25%;
	float: left;
	padding: 0 13px
}

.style ul li .item {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 17px;
	position: relative
}

.style ul li .item .hover {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 30px;
	background: rgba(255,255,255,0.6) url("../images/fd.svg") no-repeat center center;
	background-size: 22px
}

@media(min-width:1025px) {
	.style ul li .item:hover .pic img {
		transform: scale(1.04)
	}
}

.style ul li .i1 .pic:after {
	padding-bottom: 61.876832844574785%
}

.style ul li .i2 .pic:after {
	padding-bottom: 129.03225806451613%
}

.se-nav {
	font-size: 0;
	padding-top: 42px
}

.se-nav ul {
	text-align: center
}

.se-nav ul li {
	display: inline-block;
	text-align: center;
	padding: 0 11px
}

.se-nav ul li a {
	display: block;
	border-radius: 30px;
	width: 104px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #333
}

@media(min-width:1025px) {
	.se-nav ul li:hover a {
		color: #fff;
		background: #0d519c
	}
}

.se-nav ul .active a {
	color: #fff;
	background: #0d519c
}

.style1 {
	padding-top: 50px;
	padding-bottom: 110px
}

.style1 ul {
	margin: 0 -12px;
	padding: 0 40px;
	padding-bottom: 50px;
	overflow: hidden
}

.style1 ul li {
	width: 50%;
	float: left;
	padding: 0 12px;
	margin-bottom: 20px
}

.style1 ul li .pic:after {
	padding-bottom: 56.21468926553673%
}

.style1 ul li .pic .btn {
	top: 50%;
	left: 50%;
	z-index: 1;
	position: absolute;
	transform: translate(-50%,-50%)
}

.style1 ul li .pic .btn i {
	z-index: 1;
	position: relative;
	font-style: normal
}

.style1 ul li .pic .btn i img {
	width: 50px
}

.style1 ul li .pic .btn:before {
	top: -15px;
	left: -15px;
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	animation: 1.5s mymove linear infinite
}

.style1 ul li .pic .btn:after {
	top: -25px;
	left: -25px;
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	animation: 2s mymove linear infinite
}

@media(min-width:1025px) {
	.style1 ul li:hover .pic img {
		transform: scale(1.04)
	}
}

.video-popup {
	position: fixed;
	z-index: 9999999999999999999;
	width: 800px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
	text-align: center;
	display: none;
	background: #f1f1f1;
	padding: 20px
}

.video-popup .box {
	height: 100%;
	background: #fff
}

.video-popup .close {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -45px;
	top: 0;
	background: url(../images/close.png) no-repeat;
	background-size: 25px
}

.video-popup .p-01 {
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0
}

.video-popup .p-02 {
	font-size: 12px
}

.video-popup a {
	color: #274095
}

.video-popup a:hover {
	text-decoration: underline
}

.plan {
	font-size: 18px;
	color: #333
}

.plan .table {
	padding: 57px 39px 142px 39px
}

.plan .table table td {
	border: 1px solid #dcdddf;
	padding: 29px 20px;
	text-align: center;
	background: #fafcfd
}

.plan .table table .list {
	font-size: 20px;
	color: #fff
}

.plan .table table .list td {
	padding: 21px 20px;
	background: #0d519c
}

.question {
	padding-top: 67px;
	padding-bottom: 111px
}

.question ul {
	margin: 0 -25px;
	padding: 0 109px
}

.question ul li {
	width: 50%;
	float: left;
	padding: 0 25px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #333;
	text-align: center
}

.question ul li p {
	text-align: left
}

.question ul li span {
	color: #f00;
	text-align: left
}

.question ul li .span {
	padding-left: 7px;
	margin-bottom: 9px;
	text-align: left
}

.question ul li .span font {
	color: #f00
}

.question ul li input,.question ul li textarea {
	width: 100%;
	border: 1px solid #d1d1d1;
	height: 40px;
	padding: 0 15px;
	background: 0;
	text-align: left
}

.question ul li input:focus,.question ul li textarea:focus {
	border: 1px solid #0d519c
}

.question ul li textarea {
	height: 114px;
	padding: 15px
}

.question ul li a {
	display: inline-block;
	width: 201px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	border-radius: 5px;
	margin: 36px 10px 0 10px
}

@media(min-width:1025px) {
	.question ul li a:hover {
		background: #0c4a8e;
		color: #fff
	}
}

.question ul li .submit {
	background: #0d519c;
	color: #fff
}

.question ul li .reset {
	background: #ddd
}

.download {
	padding: 20px 0 113px 0
}

.download ul {
	padding: 0 39px
}

.download ul li {
	padding: 33px 0;
	border-bottom: 1px solid #f3f3f3;
	overflow: hidden;
	transition: .5s
}

.download ul li .box {
	position: relative;
	padding-left: 151px;
	overflow: hidden;
	padding-right: 155px
}

.download ul li .box .date {
	width: 71px;
	height: 71px;
	font-family: "Roboto-Regular";
	text-align: center;
	border-radius: 5px;
	background: #f7f8fa;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 41px;
	transition: .5s
}

.download ul li .box .date h3 {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	background: #eff0f1;
	transition: .5s
}

.download ul li .box .date p {
	font-size: 36px;
	color: #333;
	line-height: 47px;
	transition: .5s
}

.download ul li .box .bt {
	font-size: 20px;
	color: #333;
	line-height: 71px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	padding-right: 10px;
	width: 72.4%;
	transition: .5s
}

.download ul li .box .span {
	width: 23.5%;
	float: left;
	line-height: 71px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	border-right: 1px solid #f7f8fa
}

.download ul li .box .d {
	width: 108px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	border-radius: 30px;
	position: absolute;
	top: 12px;
	right: 41px;
	transition: .5s;
	background: #ecf0f4 url(../images/pdf.png) no-repeat 26px center;
	padding-left: 55px
}

@media(min-width:1025px) {
	.download ul li:hover {
		background: #f7f8fa
	}

	.download ul li:hover .box .date {
		background: #0d519c
	}

	.download ul li:hover .box .date h3 {
		color: #fff;
		background: #0080d8
	}

	.download ul li:hover .box .date p {
		color: #fff
	}

	.download ul li:hover .box .bt {
		color: #0d519c
	}

	.download ul li:hover .box .d {
		color: #fff;
		background: #0d519c url(../images/pdf1.png) no-repeat 26px center
	}
}

.news {
	padding-top: 37px;
	padding-bottom: 119px
}

.news-one {
	position: relative;
	margin-bottom: 80px;
	padding: 0 39px
}

.news-one .slick-list {
	overflow: hidden
}

.news-one .list {
	position: relative;
	z-index: 5;
	padding-bottom: 49px
}

.news-one .list li {
	padding: 15px 0
}

.news-one .list li .box {
	position: relative;
	min-height: 424px;
	padding-left: 711px;
	padding-right: 55px;
	padding-top: 49px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(51,51,51,0.1)
}

.news-one .list li .box .pic {
	width: 657px;
	position: absolute;
	top: 0;
	left: 0
}

.news-one .list li .box .pic img {
	transition: .5s
}

.news-one .list li .box .pic:after {
	padding-bottom: 64.53576864535768%
}

.news-one .list li .box .text .date {
	font-size: 18px;
	color: #1383ce;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 6px
}

.news-one .list li .box .text .date span {
	font-size: 48px;
	margin-right: 7px
}

.news-one .list li .box .text .bt {
	font-size: 24px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 9px
}

.news-one .list li .box .text .jsh {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 27px;
	height: 96px;
	letter-spacing: .2px;
	overflow: hidden
}

.news-one .list li .box .text .more {
	width: 159px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #0d519c;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	transition: .5s
}

@media(min-width:1025px) {
	.news-one .list li:hover .pic img {
		transform: scale(1.04)
	}

	.news-one .list li:hover .text .bt {
		color: #0d519c
	}
}

.news-one .slick-dots {
	z-index: 10;
	width: 56%;
	height: 2px;
	left: 22%;
	background: #e1e1e1;
	bottom: 15px
}

.news-one .slick-dots li {
	padding: 0;
	width: 33.333333%;
	height: 2px;
	display: block;
	margin: 0;
	float: left
}

.news-one .slick-dots li button {
	width: 100%;
	height: 2px;
	padding: 0;
	display: block;
	background: #e1e1e1
}

.news-one .slick-dots li button:before {
	content: ""
}

.news-one .slick-dots .slick-active button {
	background: #019942
}

.news-one .slick-dots .slick-active button:before {
	color: transparent
}

.news-one .slick-prev:before,.news-one .slick-next:before {
	content: ''
}

.news-one .slick-prev,.news-one .slick-next {
	border: 1px solid #dedede;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	z-index: 5;
	top: auto;
	bottom: 0;
	margin: 0
}

.news-one .slick-prev {
	background: url("../images/zuo.png") no-repeat center center!important;
	left: 18%;
	background-size: 16px!important
}

@media(min-width:1025px) {
	.news-one .slick-prev:hover {
		border: 1px solid #019942
	}
}

.news-one .slick-next {
	background: url("../images/you.png") no-repeat center center!important;
	right: 18%;
	background-size: 16px!important;
	margin-left: auto
}

@media(min-width:1025px) {
	.news-one .slick-next:hover {
		border: 1px solid #019942
	}
}

.news1 {
	padding: 0 39px
}

.news1 .list {
	margin-left: -18px;
	margin-right: -18px;
	padding-bottom: 26px
}

.news1 .list li {
	width: 33.333333333333336%;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 40px
}

.news1 .list .box {
	display: block;
	margin: auto
}

.news1 .list .pic {
	overflow: hidden;
	position: relative
}

.news1 .list .pic:after {
	padding-bottom: 64.47368421052632%
}

.news1 .list .pic img {
	transition: all .5s
}

.news1 .list .text {
	background: #fff;
	padding: 20px 16px 32px 20px;
	box-shadow: 0 0 20px 0 rgba(134,134,134,0.1);
	position: relative;
	z-index: 1;
	transition: all .5s;
	overflow: hidden
}

.news1 .list .text .title {
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 18px
}

.news1 .list .text .date {
	font-size: 16px;
	color: #999;
	float: left;
	font-family: "Roboto-Regular";
	line-height: 40px
}

.news1 .list .text .detailed {
	text-align: right;
	float: right
}

.news1 .list .text .detailed a,.news1 .list .text .detailed span {
	display: inline-block;
	width: 115px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #999;
	border: 1px solid #1188db;
	font-size: 14px;
	border-radius: 30px
}

.news1 .list .box:hover img {
	transform: scale(1.04)
}

.news1 .list .box:hover .text {
	background: rgba(255,255,255,0.6)
}

.news1 .list .box:hover .text .title {
	color: #0d519c
}

.news1 .list .box:hover .text:before {
	height: 105px
}

.news1 .list .box:hover .detailed a,.news1 .list .box:hover .detailed span {
	background: #0d4f9d;
	border: 1px solid #0d4f9d;
	color: #fff
}

.news-show {
	padding: 4px 0 121px 0
}

.news-show h1 {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #404040
}

.news-show .tag {
	font-size: 15px;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	margin: 12px 0 0 0;
	color: #999;
	background: url("../images/line2.png") no-repeat bottom center;
	padding-bottom: 20px
}

.news-show .tag span {
	padding: 0 10px;
	display: inline-block
}

.news-show .ee {
	font-size: 18px;
	color: #404040;
	line-height: 34px;
	overflow: hidden
}

.news-show .ee .leftTool {
	float: left;
	width: 93px;
	padding-top: 34px;
	text-align: center
}

.news-show .ee .leftTool .kan {
	width: 90px;
	margin: 0 auto;
	font-size: 24px;
	color: #0a53a3;
	line-height: 51px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 13px
}

.news-show .ee .leftTool .kan .pic {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border: 1px solid #f1f1f1;
	border-radius: 50%
}

.news-show .ee .leftTool .share span {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	color: #999
}

.news-show .ee .leftTool .share a {
	display: block;
	width: 47px!important;
	height: 47px!important;
	transition: all .9s;
	margin: 8px auto!important;
	padding: 0!important;
	border: 1px solid #f1f1f1;
	border-radius: 50%
}

.news-show .ee .leftTool .share a:hover {
	border: 1px solid #0d519c
}

.news-show .ee .leftTool .share a.bds_weixin {
	background: url(../images/fn1.png) no-repeat center center
}

.news-show .ee .leftTool .share a.bds_tqq {
	background: url(../images/fn2.png) no-repeat center center
}

.news-show .ee .leftTool .share a.bds_tsina {
	background: url(../images/fn3.png) no-repeat center center
}

.news-show .ee .leftTool .share a.bds_tqz {
	background: url(../images/fn4.png) no-repeat center center
}

.news-show .ee .anchor_fixed {
	position: fixed;
	top: 0
}

.news-show .ee .con-article {
	color: #404040;
	font-size: 18px;
	line-height: 34px;
	float: right;
	width: 89.514%;
	padding: 22px 0
}

.inside-page-news {
	margin-top: 64px;
	margin-bottom: 29px;
	position: relative
}

.inside-page-news ul {
	height: 48px;
	line-height: 48px;
	background: #b9b9b9;
	position: relative
}

.inside-page-news li {
	width: 50%;
	float: left;
	height: 48px;
	color: #fff;
	font-size: 15px;
	padding: 0 140px 0 60px;
	overflow: hidden;
	background: url("../images/left.png") no-repeat 30px center
}

.inside-page-news li a {
	color: #fff;
	transition: all 0s
}

.inside-page-news li:last-child {
	float: right;
	padding: 0 60px 0 140px;
	text-align: right;
	background: url("../images/right.png") no-repeat 96% center
}

.inside-page-news li:last-child:hover {
	color: #fff;
	background: #0d519c url("../images/right.png") no-repeat 96% center
}

.inside-page-news li:hover {
	color: #fff;
	background: #0d519c url("../images/left.png") no-repeat 30px center
}

.inside-page-news .fanhui {
	top: 0;
	left: 50%;
	width: 200px;
	color: #fff;
	text-align: center;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	vertical-align: top;
	line-height: 48px;
	margin-left: -100px;
	position: absolute;
	background: #b9b9b9
}

.inside-page-news .fanhui:before {
	content: "";
	width: 23px;
	height: 18px;
	vertical-align: top;
	margin: 15px 10px 0 0;
	background: url(../images/fanhui.png) center left no-repeat;
	display: inline-block
}

.inside-page-news .fanhui:hover {
	color: #fff;
	background: #0d519c
}

.case {
	padding: 48px 0 119px 0
}

.caselist {
	margin: 0 -18px;
	padding: 0 40px 43px 40px;
	overflow: hidden
}

.caselist li {
	width: 50%;
	float: left;
	padding: 0 18px;
	margin-bottom: 32px
}

.caselist li .pic:after {
	padding-bottom: 61.93181818181819%
}

.caselist li .pic .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg4.png") no-repeat top center;
	background-size: cover
}

.caselist li .pic .hover .info {
	width: 36%;
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff;
	transform: translateY(-50%)
}

.caselist li .pic .hover .info .bt {
	font-size: 22px;
	line-height: 35px;
	max-height: 70px;
	overflow: hidden;
	margin-bottom: 24px
}

.caselist li .pic .hover .info .more {
	font-size: 16px;
	background: url(../images/more2.png) no-repeat 99px center;
	background-size: 12px
}

.caselist li .pic .hover .info .more:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 21px;
	background: url("../images/line.png") no-repeat center center;
	vertical-align: top;
	margin-right: 15px
}

@media(min-width:1025px) {
	.caselist li:hover .pic img {
		transform: scale(1.04)
	}
}

.case-show {
	padding-bottom: 94px
}

.case-show .info {
	padding: 0 39px
}

.case-show h1 {
	font-size: 32px;
	line-height: 35px;
	text-align: center;
	color: #404040;
	background: url(../images/line2.png) no-repeat bottom center;
	padding-bottom: 38px
}

.case-show .jsh {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding: 33px 0
}

.join {
	padding: 61px 0 122px 0;
	margin-top: 48px;
	background: url("../images/bg5.jpg") repeat-y top center
}

.join .list {
	padding: 0 40px
}

.join dl {
	position: relative
}

.join .span-01 {
	display: block;
	width: 22.5%;
	float: left;
	padding-left: 67px
}

.join .span-02 {
	display: block;
	width: 12%;
	float: left;
	text-align: center
}

.join .span-03 {
	display: block;
	width: 26%;
	float: left;
	text-align: center;
	margin-right: 4%
}

.join .span-04 {
	display: block;
	width: 14%;
	float: left;
	text-align: center;
	margin-right: 4%
}

.join .span-05 {
	display: block;
	width: 17%;
	float: left;
	text-align: center
}

.join .bt {
	background: #0d519c;
	color: #fff;
	font-size: 15px;
	line-height: 46px;
	height: 46px
}

.join dl {
	margin-bottom: 3px
}

.join dt {
	overflow: hidden;
	background: #fff;
	padding: 12px 0;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	transition: all .5s
}

@media(min-width:1025px) {
	.join dt:hover {
		background: #e1e7eb
	}
}

.join dd {
	background: #fff;
	height: 0;
	overflow: hidden
}

.join dd .nr {
	padding: 22px 30px 50px 30px;
	color: #777;
	font-size: 16px;
	line-height: 30px
}

.join dd a.toudi {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #1383ce url(../images/t.png) no-repeat 81% center;
	padding-left: 45px;
	border-radius: 30px;
	font-size: 20px;
	background-size: 25px;
	display: block;
	margin-top: 24px
}

.join .cur dt {
	background: #e1e7eb;
	color: #333
}

.join .cur dd {
	height: auto
}

.join .p-01 {
	color: #333;
	font-size: 20px;
	margin-bottom: 5px
}

.join .red {
	color: #f00
}

.contact {
	padding: 49px 0 95px 0
}

.contact ul {
	margin: 0 -20px;
	padding: 0 40px;
	overflow: hidden;
	margin-bottom: 59px
}

.contact ul li {
	width: 25%;
	float: left;
	padding: 0 20px
}

.contact ul li .box {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	text-align: center;
	padding: 26px 20px 21px 20px;
	min-height: 215px;
	cursor: pointer
}

.contact ul li .box .pic {
	width: 34px;
	margin: 17px auto 21px auto
}

.contact ul li .box .bt {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px
}

.contact ul li .box .p {
	font-size: 16px;
	color: #333
}

@media(min-width:1025px) {
	.contact ul li:hover .box {
		border: 1px solid #0d519c
	}
}

.contact .map {
	padding: 0 40px
}

.contact #allmap {
	height: 500px;
	width: 100%
}

.contact #allmap img {
	max-width: initial;
	max-height: inherit
}

.contact #allmap .anchorBL {
	display: none
}

.message {
	padding: 70px 0 71px 0;
	background: #fafafa;
	position: relative
}

.message .bt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding: 0 40px;
	margin-bottom: 30px
}

.message ul {
	margin: 0 -4px;
	padding: 0 40px
}

.message ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 4px;
	margin-bottom: 18px
}

.message ul li .box {
	position: relative
}

.message ul li .box span {
	color: #f00;
	position: absolute;
	top: 10px;
	left: 9px
}

.message ul li input {
	width: 100%;
	height: 50px;
	border: 1px solid #d1d1d1;
	background: #fff;
	font-size: 14px;
	padding: 0 20px;
	color: #7a7a7a;
	border-radius: 3px
}

.message ul li input:focus {
	border: 1px solid #0d519c
}

.message ul li textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #d1d1d1;
	background: #fff;
	font-size: 14px;
	padding: 17px 20px;
	color: #7a7a7a;
	border-radius: 3px
}

.message ul li textarea:focus {
	border: 1px solid #0d519c
}

.message ul li a {
	width: 201px;
	height: 57px;
	line-height: 57px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 16px;
	margin-top: 17px
}

.message ul li a.submit {
	color: #fff;
	background: #0d519c
}

@media(min-width:1025px) {
	.message ul li a.submit:hover {
		background: #0c4a8e
	}
}

.message ul li a.chongzhi {
	color: #666;
	background: #ddd
}

@media(min-width:1025px) {
	.message ul li a.chongzhi:hover {
		background: #0c4a8e;
		color: #fff
	}
}

.aside {
	float: left;
	width: 285px
}

.aside .aside-title {
	color: #fff;
	padding: 29px 21px 20px 21px;
	border-top-right-radius: 30px
}

.aside .aside-title h3 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 30px
}

.aside .aside-title p {
	font-size: 17px;
	font-family: arial
}

.aside .img {
	border: 1px solid #f5f5f5;
	background: #fff
}

.aside .img .pic {
	height: 156px
}

.aside .as2 {
	background: #0d519c url("../images/as2.png") no-repeat 90% center
}

.aside .aside02 {
	margin-bottom: 23px
}

.aside .list {
	border: 1px solid #f3f3f3;
	border-top: 0;
	padding: 26px 10px
}

.aside .list ul li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 14px;
	padding-bottom: 13px
}

.aside .list ul li a {
	display: block;
	line-height: 37px;
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/dot4.png) no-repeat 11px center;
	padding-left: 37px
}

.aside .list ul li ul {
	padding: 23px 0 10px 0;
	display: none
}

.aside .list ul li ul li {
	border-bottom: 0;
	margin: 0!important;
	padding: 0!important
}

.aside .list ul li ul li a {
	font-size: 16px;
	line-height: 41px;
	position: relative;
	background: none!important;
	color: #333!important
}

.aside .list ul li ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333
}

.aside .list ul li ul li a:hover {
	color: #0d519c!important
}

.aside .list ul li ul li a:hover:after {
	background: #0d519c
}

.aside .list ul li ul .active a {
	color: #0d519c!important
}

.aside .list ul li ul .active a:after {
	background: #0d519c
}

.aside .list ul li:hover a {
	background: #0d519c url(../images/dot4h.png) no-repeat 13px center;
	color: #fff
}

.aside .list ul .active a {
	background: #0d519c url(../images/doth.png) no-repeat 13px center;
	color: #fff
}

.aside .list ul .active ul {
	display: block
}

.aside .list ul .active1 a {
	background: #0d519c url(../images/dot4h.png) no-repeat 13px center;
	color: #fff
}

.aside .aside-phone {
	background: url("../images/aleft.png") no-repeat 20px 24px;
	padding-left: 88px;
	padding-bottom: 23px;
	border-top: 2px solid #0d519c;
	border-bottom: 1px solid #d0d0d0;
	padding-top: 19px
}

.aside .aside-phone h3 {
	font-size: 16px;
	color: #4e4e4e;
	letter-spacing: 2px;
	margin-bottom: 4px
}

.aside .aside-phone p {
	height: 27px;
	line-height: 27px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	font-family: "DINPro-Regular";
	width: 169px;
	text-align: center;
	border-radius: 20px;
	background: #0d519c
}

.current {
	border-bottom: 1px solid #ededed;
	padding: 10px 0
}

.current .span {
	padding: 0 40px;
	text-align: right;
	font-size: 14px;
	color: #777
}

.current .span a {
	color: #777
}

.current .span b {
	font-weight: normal
}

.service {
	padding: 66px 0
}

.service .info {
	padding: 0 40px
}

.aside-right {
	float: right;
	width: 77%;
	border-left: 1px solid #e9e9e9;
	padding-left: 73px;
	padding-top: 16px
}

.aside-right .h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px
}

.aside-right .a-bottom {
	padding: 48px 0
}

.aside-right .a-bottom .h1 {
	text-align: center;
	font-size: 34px;
	color: #333;
	font-weight: bold;
	margin-bottom: 24px
}

.union {
	padding: 85px 0
}

.union .info {
	padding: 0 40px
}

.union .info .union01 {
	padding: 66px 0 49px 0
}

.union .info .union01 .u-left {
	margin-top: 13px;
	float: left;
	border-top: 2px solid #999;
	width: 23%;
	text-align: right;
	font-size: 30px;
	color: #0d519c;
	padding-top: 10px
}

.union .info .union01 .u-left span {
	margin-right: -16px
}

.union .info .union01 .u-right {
	float: right;
	width: 70%;
	font-size: 19px;
	color: #333;
	line-height: 40px
}

.union .info .union02 .h3,.union .info .union03 .h3 {
	text-align: center;
	font-size: 36px;
	color: #0d519c;
	line-height: 46px;
	margin-bottom: 10px
}

.union .info .union02 .h3 span,.union .info .union03 .h3 span {
	font-size: 46px;
	font-weight: bold
}

.union .info .union02 .span,.union .info .union03 .span {
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #7a7a7a;
	font-family: "Roboto-Regular"
}

.union .info .union02 ul {
	margin: 0 -15px;
	padding-top: 56px;
	overflow: hidden;
	margin-bottom: 50px
}

.union .info .union02 ul li {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 35px
}

.union .info .union02 ul li .box {
	position: relative;
	border: 1px solid #dcdcdc;
	padding: 30px 34px;
	min-height: 300px;
	transition: .5s
}

.union .info .union02 ul li .box .pic {
	width: 225px;
	height: 225px;
	position: absolute;
	top: 30px;
	left: 34px;
	border-radius: 50%;
	transition: .5s;
	border: 11px solid #b9cbe0
}

.union .info .union02 ul li .box .text {
	padding-left: 248px;
	padding-top: 30px
}

.union .info .union02 ul li .box .text .bt {
	font-size: 24px;
	color: #0d519c;
	font-weight: bold;
	margin-bottom: 17px
}

.union .info .union02 ul li .box .text .jsh {
	font-size: 16px;
	color: #595757;
	line-height: 30px
}

@media(min-width:1025px) {
	.union .info .union02 ul li:hover .box {
		background: #0d519c;
		border: 1px solid #0d519c
	}

	.union .info .union02 ul li:hover .box .pic {
		border: 11px solid #5383b9
	}

	.union .info .union02 ul li:hover .box .text .bt {
		color: #fff
	}

	.union .info .union02 ul li:hover .box .text .jsh {
		color: #fff
	}
}

.union .info .union03 .p {
	font-size: 16px;
	color: #333;
	line-height: 28px
}

.union .info .union03 .list {
	padding-top: 65px
}

.union .info .union03 .list .item {
	overflow: hidden;
	margin-bottom: 87px
}

.union .info .union03 .list .item .text {
	float: left;
	width: 45%;
	padding-top: 48px
}

.union .info .union03 .list .item .text .bt {
	font-size: 38px;
	color: #0d519c;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 23px
}

.union .info .union03 .list .item .text .bt img {
	margin-right: 17px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-left: 17px
}

.union .info .union03 .list .item .img {
	float: right;
	width: 49.5%
}

.union .info .union03 .list .item:nth-child(2n) .img {
	float: left
}

.union .info .union03 .list .item:nth-child(2n) .text {
	float: right;
	width: 48%;
	padding-top: 0;
	text-align: right
}

.p-info {
	padding: 0 213px
}

.product-top {
	margin-bottom: 66px;
	overflow: hidden;
	padding-top: 76px
}

.product-top .pro-left {
	width: 45.946%;
	float: left;
	overflow: hidden
}

.product-top .pro-left .pro-max {
	position: relative;
	border: 1px solid #e4e4e4
}

.product-top .pro-left .pro-max .slick-list {
	background: #fff
}

.product-top .pro-left .pro-max .item {
	position: relative;
	padding-bottom: 50px
}

.product-top .pro-left .pro-max .item .img-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	background: #e4e4e4;
	height: 50px
}

.product-top .pro-left .pro-max .item .img-logo img {
	margin-top: 10px
}

.product-top .pro-left .pro-max .slick-prev:before {
	content: '< PREV';
	font-size: 14px;
	color: #666
}

.product-top .pro-left .pro-max .slick-next:before {
	content: 'NEXT >';
	font-size: 14px;
	color: #666
}

.product-top .pro-left .pro-max .slick-prev,.product-top .pro-left .pro-max .slick-next {
	width: 60px;
	height: 50px;
	top: auto;
	bottom: 0;
	left: 0;
	margin-top: 0;
	z-index: 6;
	padding: 0
}

.product-top .pro-left .pro-max .slick-prev {
	text-align: left;
	right: 70px;
	left: auto
}

.product-top .pro-left .pro-max .slick-next {
	text-align: left;
	left: auto;
	right: 0
}

.product-top .pro-min .slick-prev {
	background: #ddd url("../images/left1.png") no-repeat center center!important
}

.product-top .pro-min .slick-prev:hover {
	background: #0d519c url("../images/left1h.png") no-repeat center center!important
}

.product-top .pro-min .slick-next {
	left: auto;
	right: 0;
	background: #ddd url("../images/right1.png") no-repeat center center!important
}

.product-top .pro-min .slick-next:hover {
	background: #0d519c url("../images/right1h.png") no-repeat center center!important
}

.product-top .pro-right {
	width: 48%;
	float: right;
	padding-top: 30px
}

.product-top .pro-right .bt {
	font-size: 30px;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 20px
}

.product-top .pro-right .info {
	padding-top: 14px;
	padding-bottom: 10px
}

.product-top .pro-right .info .jsh {
	line-height: 33px;
	font-size: 16px;
	color: #333;
	margin-bottom: 94px
}

.product-top .pro-right .online {
	background: url("../images/bg6.png") no-repeat top left;
	padding-left: 56px;
	overflow: hidden;
	padding-top: 12px
}

.product-top .pro-right .btn a {
	width: 171px;
	height: 50px;
	line-height: 50px;
	background: url("../images/wxbg.png") no-repeat top left;
	padding-left: 73px;
	font-size: 16px;
	color: #333;
	display: block
}

.product-top .pro-right .online .on {
	display: block;
	float: left;
	height: 52px;
	color: #fff;
	font-size: 16px;
	padding-left: 5px
}

.p-title {
	background: #f7f7f7 url(../images/bg9.png) no-repeat bottom left;
	padding-left: 81px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 73px;
	padding-top: 18px
}

.pp-title {
	text-align: center;
	font-size: 24px;
	color: #0d519c;
	font-weight: bold;
	margin-bottom: 44px
}

.product-info .p-info1 {
	font-size: 16px;
	color: #333;
	padding-bottom: 97px;
	line-height: 24px
}

@font-face {
	font-family:"Roboto-Regular";src:url("../font/Roboto-Regular.woff2") format("woff2"),url("../font/Roboto-Regular.woff") format("woff"),url("../font/Roboto-Regular.ttf") format("truetype"),url("../font/Roboto-Regular.eot") format("embedded-opentype"),url("../font/Roboto-Regular.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"Oswald-Medium";src:url("../font/Oswald-Medium.woff2") format("woff2"),url("../font/Oswald-Medium.woff") format("woff"),url("../font/Oswald-Medium.ttf") format("truetype"),url("../font/Oswald-Medium.eot") format("embedded-opentype"),url("../font/Oswald-Medium.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"DINPro-Regular";src:url("../font/DINPro-Regular.woff2") format("woff2"),url("../font/DINPro-Regular.woff") format("woff"),url("../font/DINPro-Regular.ttf") format("truetype"),url("../font/DINPro-Regular.eot") format("embedded-opentype"),url("../font/DINPro-Regular.svg") format("svg");font-weight:normal;font-style:normal
}

@media(max-width:1600px) {
	.header .header-right .header-search {
		margin-right: 0;
		margin-left: 20px
	}
}

@media(max-width:1550px) {
	.nav ul li {
		margin-left: 50px
	}

	.footer-top .right .list li ul li a {
		font-size: 14px
	}

	.aside-right {
		width: 72%
	}

	.inmain-title .p {
		font-size: 70px
	}

	.union .info .union02 ul li .box .pic {
		width: 200px;
		height: 200px
	}

	.union .info .union02 ul li .box .text {
		padding-left: 217px
	}

	.union .info .union02 ul li .box .text .jsh {
		font-size: 14px;
		line-height: 25px
	}

	.union .info .union01 .u-right {
		font-size: 16px;
		line-height: 30px
	}

	.union .info .union01 .u-left {
		font-size: 24px
	}

	.union .info .union03 .list .item .text .bt {
		font-size: 30px
	}

	.union .info .union03 .p {
		font-size: 14px;
		line-height: 25px;
	}

	.union .info .union03 .list .item {
		margin-bottom: 50px
	}

	.union .info .union02 ul li .box {
		min-height: 260px
	}

	.p-info {
		padding: 0 113px
	}
}

@media(max-width:1440px) {
	.nav ul li {
		margin-left: 25px
	}

	.header .logo a img {
		height: 40px
	}

	.header {
		height: 60px
	}
	
	.header .logo {
		margin-top: 10px
	}

	.nav ul li a {
		line-height: 60px
	}

	.header .header-right {
		padding-top: 0
	}
}

@media(max-width:1260px) {
	.second-nav ul li a {
		font-size: 14px
	}

	.second-nav {
		margin-top: 0;
		margin-bottom: 30px;
		border-bottom: 1px solid #f8f8f8
	}

	.second-nav .container02 {
		padding: 0
	}

	.second-nav ul li a {
		color: #333;
		padding-top: 0;
		line-height: 50px;
		padding-bottom: 0
	}

	.second-nav ul li a:before {
		display: none
	}

	.second-nav ul li a:after {
		display: none
	}

	.second-nav ul .active a {
		padding-top: 0
	}

	.second-nav ul li {
		height: 50px
	}

	.second-nav ul .active {
		background: url(../images/bg2.png) no-repeat bottom center
	}

	.second-nav ul .active a {
		color: #fff
	}

	.inmain-title .h3 {
		font-size: 22px;
		padding-top: 20px
	}

	.inmain-title .p {
		font-size: 56px;
		line-height: 60px
	}

	.about1 .info {
		font-size: 18px;
		line-height: 35px
	}

	.about1 .title {
		font-size: 40px;
		line-height: 60px
	}

	.about1 .title span {
		font-size: 23px
	}

	.about1 .jsh {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
		padding-top: 20px
	}

	.youshi {
		padding: 20px 0 20px 0;
		margin-bottom: 20px
	}

	.youshi li {
		padding: 0 20px
	}

	.youshi li .num {
		font-size: 22px
	}

	.youshi li p {
		font-size: 14px
	}

	.about1 {
		padding: 30px 0 30px 0
	}

	.footer-top .right {
		display: none
	}

	.footer-top .f-ewm {
		float: none;
		margin: 0 auto
	}

	.footer-top {
		padding: 30px 0
	}

	.footer-top .footer-add {
		padding: 15px 0;
		margin-top: 20px;
		padding-left: 0
	}

	.footer-top .footer-add p {
		float: none;
		display: inline-block
	}

	.footer-top .footer-add .link1 {
		padding-right: 0;
		float: none;
		margin: 5px auto 0 auto;
		display: inline-block
	}

	.footer-bottom {
		padding: 10px 0
	}

	.aside {
		display: none
	}

	.aside-right {
		width: 100%;
		border-left: 0;
		padding-left: 0;
		padding-top: 0
	}

	.union .info .union02 ul li .box .text {
		padding-left: 0;
		padding-top: 10px
	}

	.union .info .union02 ul li .box .pic {
		width: 120px;
		height: 120px;
		position: relative;
		top: auto;
		left: auto;
		border: 5px solid #b9cbe0
	}

	.union .info .union02 ul li .box {
		padding: 19px
	}

	.p-info {
		padding: 0 40px
	}

	.product-top .pro-right .info .jsh {
		margin-bottom: 34px
	}

	body {
		overflow: inherit!important
	}

	.section {
		height: auto;
		padding: 0
	}

	#fullpage {
		position: relative;
		z-index: 1
	}

	.home-about,.home-service,.home-case,.home-news,.home-partner {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		transform: none;
		bottom: auto;
		padding: 30px 0
	}

	.home-about .container,.home-service .container,.home-case .home-bottom,.home-news .container,.home-partner .container {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		zoom: 1
	}

	.home-case .left .home-title {
		width: 100%
	}

	.home-case .left .caselist {
		width: 100%
	}

	.home-case .home-bottom {
		padding: 0 15px
	}

	.home-case .home-bottom .right {
		padding-right: 0
	}

	.headerFixed2 .header {
		background: #0d519c
	}

	.banner {
		margin-top: 0
	}
}

@media(max-width:1024px) {
	.nav {
		display: none
	}
	
	.header .header-right .header-contact{
		display: none
	}

	.header .header-right .menu {
		display: block
	}

	.inbanner .inbanner-slick .item {
		display: none
	}

	.inbanner .inbanner-slick .item1 {
		display: block
	}

	.equipment ul {
		padding: 0
	}

	.partner ul li {
		width: 25%
	}

	.equipment ul li {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 20px
	}

	.equipment ul {
		margin: 0 -10px;
		padding: 0;
		margin-bottom: 20px
	}

	.video-popup {
		width: 90%;
		height: 400px;
		left: 5%;
		top: 50%;
		margin: -200px 0 0 0
	}

	.se-nav ul li a {
		width: 80px;
		height: 35px;
		line-height: 35px;
		font-size: 14px
	}

	.se-nav {
		padding-top: 20px
	}

	.download ul {
		padding: 0
	}

	.partner ul {
		padding: 0
	}

	.style1 ul {
		padding: 0
	}

	.style ul {
		padding: 0
	}

	.question ul {
		padding: 0
	}

	.plan .table {
		padding: 57px 0 142px 0
	}

	.news-one .list li .box .pic {
		width: 100%;
		position: relative;
		top: auto;
		left: auto
	}

	.news-one .list li .box .pic img {
		width: 100%
	}

	.news-one .list li .box {
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0
	}

	.news-one .list li {
		padding: 0
	}

	.news-one .list li .box .text .date span {
		font-size: 24px
	}

	.news-one .list li .box .text .date {
		font-size: 14px
	}

	.news-one .list li .box .text .bt {
		font-size: 18px
	}

	.news-one .list li .box .text .jsh {
		margin-bottom: 10px
	}

	.news-one .list li .box .text .more {
		width: 100px;
		height: 35px;
		line-height: 35px;
		border-radius: 10px;
		font-size: 12px
	}

	.news-one .slick-prev {
		left: 0
	}

	.news-one .slick-next {
		right: 0
	}

	.news-one {
		margin-bottom: 20px
	}

	.news1 .list .text .title {
		font-size: 16px
	}

	.news1 .list .text .info {
		font-size: 13px
	}

	.news1 .list .text .date {
		font-size: 14px
	}

	.news1 .list .text .detailed a,.news1 .list .text .detailed span {
		width: 90px;
		height: 33px;
		line-height: 31px;
		font-size: 12px
	}

	.news1 .list li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 30px
	}

	.news1 .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.news-one {
		padding: 0
	}

	.news1 {
		padding: 0
	}

	.news1 .list .text {
		padding: 15px
	}

	.caselist li {
		width: 100%;
		margin-bottom: 20px
	}

	.caselist li img {
		/* width: 100% */
	}

	.contact ul li {
		width: 50%;
		margin-bottom: 20px
	}

	.contact ul {
		padding: 0;
		margin-bottom: 20px
	}

	.contact .map {
		padding: 0
	}

	.contact {
		padding: 30px 0 30px 0
	}

	.message {
		padding: 30px 0
	}

	.message .bt {
		font-size: 20px;
		padding: 0;
		margin-bottom: 20px
	}

	.message ul {
		padding: 0
	}

	.contact ul li .box .bt {
		font-size: 18px;
		margin-bottom: 5px
	}

	.service .info {
		padding: 0
	}

	.aside-right .a-bottom {
		padding: 30px 0
	}

	.aside-right .a-bottom .h1 {
		font-size: 24px;
		margin-bottom: 14px
	}

	.service {
		padding: 30px 0
	}

	.current .span {
		padding: 0
	}

	.union .info {
		padding: 0
	}

	.p-info {
		padding: 0
	}

	.product-top {
		margin-bottom: 30px;
		padding-top: 30px
	}

	.home-about .left {
		width: 100%;
		margin-top: 0
	}

	.home-about .left img {
		width: 100%
	}

	.home-about .text {
		width: 100%;
		padding-top: 20px
	}

	.home-about .text .bt img {
		width: 100px
	}

	.home-about .text .bt {
		font-size: 16px;
		margin-bottom: 10px;
		margin-left: 0
	}

	.home-about .text .bt span:before {
		width: 50px
	}

	.home-about .text .span {
		font-size: 20px;
		margin-bottom: 10px
	}

	.home-about .text .jsh {
		font-size: 14px;
		line-height: 25px;
		height: 100px;
		margin-bottom: 20px
	}

	.home-about .text .more a {
		width: 120px;
		height: 34px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 20px
	}

	.home-about .t {
		margin-bottom: 20px
	}

	.home-service .swiper-button-next,.home-service .swiper-button-prev {
		display: none
	}

	.home-service .shubiao {
		display: none
	}

	.home-service .swiper-horizontal>.swiper-pagination-bullets,.home-service .swiper-pagination-bullets.swiper-pagination-horizontal,.home-service .swiper-pagination-custom,.home-service .swiper-pagination-fraction {
		display: none
	}

	.home-title h3 {
		font-size: 24px
	}

	.home-title p {
		font-size: 14px;
		line-height: 25px
	}

	.home-title .more1 {
		margin-top: 5px
	}

	.home-service .swiper-slide .item {
		width: 300px
	}

	.home-service .swiper-slide .hover .bt {
		font-size: 16px
	}

	.home-service .swiper-slide .hover {
		padding: 10px 15px
	}

	.home-service .swiper-slide {
		margin-right: 15px!important
	}

	.home-case .left {
		width: 100%;
		padding-top: 0
	}

	.home-case .right {
		display: none
	}

	.home-case .left .caselist {
		margin-top: 20px
	}

	.home-news ul {
		margin: 0 -10px
	}

	.home-news ul li {
		padding: 0 10px
	}

	.home-news ul li .bt {
		font-size: 16px;
		margin-bottom: 15px
	}

	.home-news .home-bottom {
		padding-top: 20px
	}

	.home-partner .info {
		height: auto
	}

	.home-partner .info .title {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		transform: none
	}

	.home-partner .info ul li {
		position: relative;
		width: 25%!important;
		top: auto!important;
		bottom: auto!important;
		left: auto!important;
		right: auto!important;
		float: left;
		text-align: center;
		padding: 10px
	}

	.home-partner .info .title .h3 {
		font-size: 28px
	}

	.home-partner .info .title .span {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px
	}

	.home-partner .info .title .more a {
		width: 120px;
		height: 36px;
		line-height: 34px;
		border-radius: 30px;
		border: 1px solid #fff;
		font-size: 14px;
		padding: 0 13px;
		margin-bottom: 20px
	}

	.home-partner .info .title .more a img {
		margin-top: 11px
	}

	.banner .pro-info {
		bottom: 40px;
		left: 0;
		width: 100%;
		padding: 0 20px
	}

	.banner .pro-info .text .span {
		font-size: 20px
	}

	.banner .pro-info .text .bt {
		margin-bottom: 10px;
		width: 200px
	}

	.home-case .caselist li .pic .hover .info .bt {
		font-size: 16px;
		line-height: 30px;
		max-height: 60px;
		margin-bottom: 10px
	}
}

@media(max-width:1260px) {
/* @media(max-width:768px) { */
	.youshi li {
		width: 50%
	}

	.footer-bottom span {
		display: block;
		float: none!important;
		text-align: center;
		width: 100%
	}

	.inmain-title .p {
		font-size: 36px;
		line-height: 40px
	}

	.about1 .title {
		font-size: 34px
	}

	.partner {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.partner ul {
		margin: 0 -10px;
		padding: 0
	}

	.partner ul li {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 20px
	}

	.page a,.page span {
		display: none
	}

	.page a.prev,.page span.prev,.page a.next,.page span.next {
		display: inline-block;
		font-size: 13px
	}

	.equipment {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.equipment ul li {
		width: 50%
	}

	.equipment ul li .text {
		padding: 15px 15px
	}

	.equipment ul li .text .bt {
		font-size: 16px
	}

	.equipment ul li .text .more {
		width: 130px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding-right: 35px
	}

	.equipment ul li .text .more span {
		width: 35px;
		height: 35px;
		background: #07308b url(../images/more1.png) no-repeat center center;
		background-size: 30px
	}

	.page {
		padding: 10px 10px
	}

	.style1 ul {
		padding-bottom: 20px
	}

	.style1 {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.style1 ul li {
		width: 100%
	}

	.style ul {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.style ul li {
		width: 50%
	}

	.second-nav ul li {
		width: 33.3333%
	}

	.plan {
		font-size: 14px
	}

	.plan .table {
		padding: 30px 0 30px 0
	}

	.plan .table table .list td {
		padding: 10px
	}

	.plan .table table .list {
		font-size: 16px
	}

	.plan .table table td {
		padding: 10px
	}

	.plan .table table td br {
		display: none
	}

	.question {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.question ul li {
		width: 100%;
		margin-bottom: 15px;
		font-size: 14px
	}

	.question ul li a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin: 0 10px 0 10px
	}

	.download ul li {
		padding: 15px 0
	}

	.download ul li .box {
		padding-left: 0;
		padding-right: 0
	}

	.download ul li .box .date {
		width: 71px;
		height: 71px;
		position: relative;
		top: auto;
		left: auto
	}

	.download ul li .box .bt {
		font-size: 16px;
		line-height: 40px;
		width: 100%
	}

	.download ul li .box .span {
		width: 100%;
		line-height: 30px;
		font-size: 14px
	}

	.download {
		padding: 20px 0 30px 0
	}

	.download ul li .box .d {
		right: 0
	}

	.news1 img {
		width: 100%
	}

	.news1 .list li {
		width: 100%
	}

	.news {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.news-show h1 {
		font-size: 22px
	}

	.news-show .tag {
		font-size: 13px;
		line-height: 30px;
		margin: 0;
		padding-bottom: 15px
	}

	.news-show .ee .leftTool {
		display: none
	}

	.news-show .ee .con-article {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		padding: 22px 0
	}

	.inside-page-news {
		margin-top: 20px;
		margin-bottom: 0
	}

	.inside-page-news li {
		width: 100%;
		height: 48px;
		font-size: 14px;
		padding: 0 60px 0 60px;
		border-bottom: 4px solid #fff
	}

	.inside-page-news li:last-child {
	float: right;
	padding: 0 98px 0 60px;
	text-align: right;
	background: url("../images/right.png") no-repeat 96% center
}

	.inside-page-news ul {
		height: auto;
		overflow: hidden
	}

	.inside-page-news .fanhui {
		top: auto;
		left: auto;
		width: 100%;
		border-left: 0;
		border-right: 0;
		margin-left: 0;
		position: relative;
		display: block
	}

	.news-show {
		padding: 4px 0 30px 0
	}

	.caselist {
		padding: 0 0 20px 0
	}

	.case {
		padding: 30px 0 30px 0
	}

	.caselist li .pic .hover .info .bt {
		font-size: 16px;
		line-height: 30px;
		max-height: 60px;
		margin-bottom: 10px
	}

	.caselist li .pic .hover .info .more {
		font-size: 14px;
		background: url(../images/more2.png) no-repeat 88px center;
		background-size: 12px
	}

	.caselist li .pic .hover .info .more:before {
		margin-right: 10px
	}

	.caselist li .pic .hover .info {
		width: 41%
	}

	.case-show .info {
		padding: 0
	}

	.case-show h1 {
		font-size: 22px;
		padding-bottom: 18px
	}

	.case-show .jsh {
		font-size: 14px;
		line-height: 25px;
		padding: 20px 0
	}

	.case-show {
		padding-bottom: 30px
	}

	.join .list {
		padding: 0
	}

	.join {
		padding: 30px 0 30px 0;
		margin-top: 30px
	}

	.join dt {
		padding: 10px;
		font-size: 14px;
		text-align: left
	}

	.join .span-01 {
		width: 100%;
		font-size: 16px;
		color: #000;
		padding-left: 0
	}

	.join .span-05 {
		width: 100%;
		text-align: left
	}

	.join .span-03,.join .span-04,.join .span-02 {
		display: none
	}

	.join dd .nr {
		padding: 15px;
		font-size: 14px;
		line-height: 25px
	}

	.join .p-01 {
		font-size: 16px
	}

	.join dd a.toudi {
		width: 120px;
		height: 35px;
		line-height: 35px;
		background: #1383ce url(../images/t.png) no-repeat 81% center;
		padding-left: 22px;
		font-size: 14px;
		background-size: 15px;
		margin-top: 10px
	}

	.join .bt {
		display: none
	}

	.contact ul li {
		width: 100%
	}

	.contact ul li .box {
		padding: 20px;
		min-height: 0
	}

	.contact #allmap {
		height: 300px
	}

	.message ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.message ul li a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin: 0 10px 0 10px;
		font-size: 14px
	}

	.union .info .union01 .u-left {
		margin-top: 13px;
		width: 100%;
		font-size: 20px;
		margin-bottom: 10px
	}

	.union .info .union01 .u-right {
		width: 100%;
		font-size: 14px;
		line-height: 25px
	}

	.union .info .union01 {
		padding: 30px 0
	}

	.union .info .union02 .h3,.union .info .union03 .h3 {
		font-size: 22px;
		margin-bottom: 0
	}

	.union .info .union02 .h3 span,.union .info .union03 .h3 span {
		font-size: 22px
	}

	.union .info .union02 .span,.union .info .union03 .span {
		font-size: 16px
	}

	.union .info .union02 ul {
		padding-top: 20px;
		margin-bottom: 20px
	}

	.union .info .union02 ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.union .info .union02 ul li .box .text .bt {
		font-size: 20px;
		margin-bottom: 5px
	}

	.union .info .union02 ul li .box {
		min-height: 0
	}

	.union .info .union03 .list .item {
		margin-bottom: 20px
	}

	.union .info .union03 .list .item .img {
		width: 100%
	}

	.union .info .union03 .list .item .img img {
		width: 100%
	}

	.union .info .union03 .list {
		padding-top: 20px
	}

	.union .info .union03 .list .item .text {
		width: 100%!important;
		padding-top: 10px!important
	}

	.union .info .union03 .list .item .text .bt {
		font-size: 22px;
		margin-bottom: 10px
	}

	.union {
		padding: 30px 0
	}

	.product-top .pro-left {
		width: 100%
	}

	.product-top .pro-right {
		width: 100%;
		padding-top: 10px
	}

	.product-top .pro-right .bt {
		font-size: 20px;
		margin-bottom: 10px
	}

	.product-top .pro-right .online {
		display: none
	}

	.product-top .pro-right .info {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.product-top .pro-right .info .jsh {
		line-height: 25px;
		font-size: 14px;
		margin-bottom: 10px
	}

	.product-top .pro-right .btn a {
		width: 100px;
		height: 29px;
		line-height: 29px;
		padding-left: 42px;
		font-size: 12px;
		background-size: 100px
	}

	.product-top {
		margin-bottom: 10px
	}

	.p-title {
		padding-left: 65px;
		font-size: 16px;
		padding-bottom: 14px;
		margin-bottom: 20px;
		padding-top: 10px
	}

	.pp-title {
		font-size: 18px;
		margin-bottom: 20px
	}

	.product-info .p-info1 {
		font-size: 14px;
		padding-bottom: 30px;
		line-height: 24px
	}

	.home-news ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.home-news ul li img {
		width: 100%
	}
}
@media(max-width:1024px) {
	.second-nav ul li {
		width: 33.3333%
	}
}
@media(max-width:420px) {
	.youshi li {
		width: 100%
	}
}

.honor {
	padding-top: 70px;		
}

.honor .inside-title{
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	width: 25%;
	float: left;
	text-align: right;
	padding-right: 50px;
}
.honor ul {
	width: 75%;
	float: left;	
}
.honor ul li{
	width: 33.33333333%;
	float: left;
	padding: 0 18px;
	margin-bottom: 31px;
}
.honor ul li .pic{
	background: #fff;
	position: relative;
	display: block;
	transition: all 700ms ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
	border: solid 1px #f8f8f8;
}
.honor ul li .pic:after{
	content: "";
	display: block;
	padding-bottom: 129%;
}

.honor1{
	margin-top: 20px;
}
.honor1 .h4{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.honor1 ul li{
	width: 25%;
	float: left;
	padding: 0 18px;
	margin-bottom: 31px;
}
.honor1 ul li .pic{
	background: #fff;
	position: relative;
	display: block;
	transition: all 700ms ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
	border: solid 1px #f8f8f8;
}
.honor1 ul li .pic:after{
	content: "";
	display: block;
	padding-bottom: 129%;
}
@media (max-width: 1260px){
	.honor1 .h4 {
	   font-size: 22px;
	   padding-top: 20px;
	}
}
@media (max-width:800px) {
	.honor ul li{
		width: 50%;
	}
	.honor1 ul li{
		width: 50%;
	}
}