﻿* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	min-width: 1259px;
	background: #fff;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
	vertical-align: top
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms
}

a:hover {
	color: #008ed7
}

input {
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: 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
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

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'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

@font-face {
	font-family:"DINPro-Light_0";src:url("../fonts/DINPro-Light_0.woff2") format("woff2"),url("../fonts/DINPro-Light_0.woff") format("woff"),url("../fonts/DINPro-Light_0.ttf") format("truetype"),url("../fonts/DINPro-Light_0.eot") format("embedded-opentype"),url("../fonts/DINPro-Light_0.svg") format("svg")
}

@font-face {
	font-family:"DINCond-Regular";src:url("../fonts/DINCond-Regular.woff2") format("woff2"),url("../fonts/DINCond-Regular.woff") format("woff"),url("../fonts/DINCond-Regular.ttf") format("truetype"),url("../fonts/DINCond-Regular.eot") format("embedded-opentype"),url("../fonts/DINCond-Regular.svg") format("svg")
}

@font-face {
	font-family:"avgr45w";src:url("../fonts/avgr45w.woff2") format("woff2"),url("../fonts/avgr45w.woff") format("woff"),url("../fonts/avgr45w.ttf") format("truetype"),url("../fonts/avgr45w.eot") format("embedded-opentype"),url("../fonts/avgr45w.svg") format("svg")
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 1259px;
	margin: 0 auto
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.header .logo {
	float: left;
	z-index: 19;
	display: inline-block
}

.header .search {
	float: right;
	margin: 25px 0 0 40px
}

.header .search input {
	height: 34px;
	width: 164px;
	font-size: 14px;
	vertical-align: top;
	font-family: "微软雅黑";
	border-radius: 5px;
	padding-left: 10px;
	line-height: 32px;
	border: solid 1px #d8d8d8;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.header .search input:focus {
	border-color: #008ed7
}

.header .search .btn {
	vertical-align: top;
	margin-left: -2px;
	height: 36px;
	margin-top: -1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #008ed7;
	display: inline-block
}

.header .search .btnn {
	vertical-align: top;
	margin-left: -2px;
	height: 36px;
	margin-top: -1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #008ed7;
	display: inline-block
}

.nav {
	float: right;
	position: relative
}

.nav li {
	float: left;
	font-size: 16px;
	padding: 0 30px;
	line-height: 80px;
	position: relative;
	-webkit-transition: all 0ms ease-in;
	transition: all 0ms ease-in
}

.nav li span {
	z-index: 11;
	display: inline-block;
	position: relative
}

.nav li a {
	color: #333;
	display: block;
	position: relative;
	-webkit-transition: all 0ms ease-in;
	transition: all 0ms ease-in
}

.nav li a:hover {
	color: #008ed7
}

.nav li:hover a,.nav .active a {
	color: #008ed7
}

.nav .subnav {
	left: 0;
	top: 80px;
	z-index: 999;
	width: 200px;
	left: 50%;
	display: none;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	background: #008ed7;
	background: rgba(255,255,255,0.9)
}

.nav .subnav a {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
    overflow:hidden;
	color: #333 !important;
	border-top: solid 1px rgba(255,255,255,0.8)
}

.nav .subnav a:first-child {
	border-top: 0
}

.nav .subnav a:hover {
	color: #fff !important;
	background: #008ed7
}

.index-header {
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 99;
	position: absolute
}

.index-header .nav li a {
	color: #fff
}

.index-header .logo-2 {
	float: left;
	z-index: 19;
	display: inline-block
}

.index-header .logo {
	display: none
}

.index-header .search input {
	color: #fff;
	background: none;
	border-color: rgba(255,255,255,0.8)
}

.index-header .search input:focus {
	border-color: #fff
}

.index-header input::-webkit-input-placeholder {
	color: #fff
}

.index-header input:-moz-placeholder {
	color: #fff
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong;
	height: 80px
}

.fixed .logo-2 {
	display: none
}

.fixed .logo {
	display: inline-block
}

.fixed .logo img {
	max-height: 80px
}

.fixed .nav li {
	line-height: 80px
}

.fixed .nav li a {
	color: #333
}

.fixed .nav li:after {
	bottom: 20px
}

.fixed .search input {
	color: #333;
	background: #fff;
	border: solid 1px #d8d8d8
}

.fixed .search input:focus {
	border-color: #008ed7
}

.fixed input::-webkit-input-placeholder {
	color: #333
}

.fixed input:-moz-placeholder {
	color: #333
}

@-webkit-keyframes bmove1 {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes bmove1 {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes bmove2 {
	0% {
		height: 0
	}

	100% {
		width: 100%
	}
}

@keyframes bmove2 {
	0% {
		height: 0
	}

	100% {
		width: 100%
	}
}

.i-wrap3 .inliner-list,.i-wrap3 .inliner-bg {
	width: 487px;
	height: 487px;
	position: absolute;
	top: 50%;
	right: 100px;
	margin: -740px 0 0 0;
	z-index: 999;
	background: url(../images/wel15.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.inlier-txt {
	color: #fff;
	width: 650px;
	height: 487px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -740px 0 0 0;
	z-index: 999
}

.inlier-txt .cn {
	padding-top: 160px;
	line-height: 50px;
	font-family: "Noto Sans CJK SC Medium","Source Han Sans CN Medium","Microsoft YaHei","arial";
	font-size: 40px
}

.inlier-txt .cn span {
	font-size: 50px;
	font-weight: bold
}

.inlier-txt .en {
	line-height: 14px;
	font-family: arial;
	padding-top: 10px;
	text-transform: uppercase
}

.inlier-txt .more {
	color: #fff;
	width: 134px;
	height: 30px;
	margin-top: 60px;
	line-height: 30px;
	background: #008ed7;
	display: inline-block
}

.inlier-txt .font32 {
	font-size: 32px
}

.inlier-txt .font32 span {
	font-size: 42px
}

.i-wrap3 .inliner-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background: none
}

.i-wrap3 .inliner-bg span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 41px
}

@-webkit-keyframes inlinerbg {
	0% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px)
	}

	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px)
	}
}

@keyframes inlinerbg {
	0% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px)
	}

	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px)
	}
}

@-webkit-keyframes inlinerbgo {
	0% {
		-webkit-transform: translate(-5px, 9px);
		transform: translate(-5px, 9px)
	}

	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(-5px, 9px);
		transform: translate(-5px, 9px)
	}
}

.i-wrap3 .inliner-list .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}

.i-wrap3 .inliner-list .bg {
	background: url(../images/wel17.png) no-repeat top left
}

.i-wrap3 .inliner-list .bg-2 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/wel18.png) no-repeat top left
}

.i-wrap3 .inliner-list .bg-3 {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	background: url(../images/wel19.png) no-repeat bottom left
}

.i-wrap3 .inliner-list li {
	width: 7px;
	height: 7px;
	position: absolute;
	background: url(../images/wel16.png) no-repeat center;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-size: 100% 100%;
	z-index: 10;
	cursor: pointer
}

.i-wrap3 .inliner-list li.li0 {
	top: 25.35%;
	left: 5.3%;
	z-index: 1
}

.i-wrap3 .inliner-list li.li1 {
	top: 26%;
	left: 93.53%;
	z-index: 1
}

.i-wrap3 .inliner-list li.li2 {
	top: 98.5%;
	left: 49.5%;
	z-index: 1
}

.i-wrap3 .inliner-list li.on {
	background: url(../images/wel16_h.png) no-repeat center;
	background-size: 100% 100%
}

.i-wrap3 .inliner-bg span.one {
	background-size: auto;
	background-size: 100% 100%;
	-webkit-animation: inlinerbg 1.2s infinite linear;
	animation: inlinerbg 1.2s infinite linear
}

.i-wrap3 .inliner-bg span.two {
	background: url(../images/wel24.png) no-repeat center;
	background-size: auto;
	background-size: 100% 100%;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
	animation: inlinerbgo 1.2s infinite linear
}

.i-wrap3 .inliner-bg span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 10px
}

.banner {
	width: 100%;
	display: block;
	height: 917px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 917px;
	overflow: hidden;
	position: relative
}

.banner .pic .container {
	position: relative
}

.banner .pic .img {
	display: block;
	width: 1920px;
	left: 50%;
	height: 917px;
	position: relative;
	text-align: center;
	margin-left: -960px
}

.banner .txtbox {
	top: -560px;
	left: 0;
	color: #fff;
	z-index: 100;
	width: 100%;
	text-align: center;
	position: absolute
}

.banner .txt-1 {
	line-height: 70px;
	font-size: 60px;
	font-weight: bold;
	font-family: "Noto Sans CJK SC Medium","Source Han Sans CN Medium","Microsoft YaHei","arial"
}

.banner .txt-2 {
	font-size: 24px;
	font-family: arial
}

.banner .txt-3 {
	font-size: 15px;
	padding: 0 380px;
	margin: 20px 0 70px 0
}

.banner .txt-4 {
	width: 225px;
	height: 50px;
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	line-height: 50px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 5px 20px #222
}

.banner .txt-4 a {
	color: #000;
	display: block
}

.banner .txt-4:hover {
	background: #1c68ad
}

.banner .txt-4:hover a {
	color: #fff
}

.banner .slick-prev,.banner .slick-next {
	width: 45px;
	height: 45px;
	margin-top: -23px
}

.banner .slick-prev {
	left: 110px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.banner .slick-next {
	right: 110px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.banner .slick-dots {
	bottom: 50px
}

.banner .slick-dots li button {
	width: 60px;
	height: 8px;
	margin: 0 8px;
	border-radius: 2px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(255,255,255,0.5)
}

.banner .slick-dots li.slick-active button {
	background: #008ed7
}

.banner .slick-dots {
	top: 330px;
	bottom: auto;
	right: 120px;
	width: 15px
}

@media (max-width:1440px) {
	.banner .slick-dots {
		right: 30px
	}
}

.banner .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 0;
	margin-bottom: 14px;
	background: url(../images/dian.png) no-repeat top center
}

.banner .slick-dots li.slick-active button {
	background: url(../images/dian-2.png) no-repeat top center
}

.banner .slick-active .img img {
	-webkit-animation: 3.5s pulse ease;
	animation: 3.5s pulse ease
}

.banner .slick-active .inlier-txt {
	-webkit-animation: 2s fadeInRight ease;
	animation: 2s fadeInRight ease
}

.banner .slick-active .inliner-list .bg {
	-webkit-animation: bmove1 ease 4s infinite;
	animation: bmove1 ease 4s infinite
}

.banner .slick-active .inliner-list .bg-2 {
	-webkit-animation: bmove1 ease 4s infinite;
	animation: bmove1 ease 4s infinite
}

.banner .slick-active .inliner-list .bg-3 {
	-webkit-animation: bmove1 ease 4s infinite;
	animation: bmove1 ease 4s infinite
}

.index-title {
	z-index: 9;
	height: 124px;
	color: #333;
	font-size: 22px;
	padding-top: 5px;
	position: relative;
	text-align: center
}

.index-title img {
	margin-bottom: 25px
}

.index-pic {
	top: 0;
	width: 100%;
	text-align: center;
	position: absolute
}

.w1400 {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%
}

.wel-case {
	padding: 50px 0 0 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f9f9f9
}

.wel-case .container {
	position: relative
}

.wel-case .flex-control-nav li a {
	width: 12px;
	height: 12px;
	background: url(../images/btn01.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transition: background .3s;
	transition: background .3s;
	box-shadow: none
}

.manage-bot .flex-control-nav {
	display: none
}

.wel-case .flex-control-nav li a:hover,.wel-case .flex-control-nav li a.flex-active {
	background: url(../images/btn01_h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: none
}

.ser-contact-list li a {
	display: block;
	width: 100%
}

.wel-case-title {
	font-size: 24px;
	color: #24272b;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 22px
}

.wel-case-list {
	padding-bottom: 86px
}

.wel-case .flex-viewport {
	overflow: visible !important
}

.wel-case .slides li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 420px;
	margin-right: 25px
}

.wel-case .slides .cont {
	font-size: 18px;
	display: block;
	height: 70px;
	color: #333;
	line-height: 70px;
	overflow: hidden;
	background: #fff;
	background: rgba(255,255,255,0.5);
	padding: 0 20px
}

.wel-case .slides .bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.wel-case .slides .font-bg {
	width: 100%;
	position: absolute;
	top: -70px;
	left: 0;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.wel-case .flex-control-nav {
	bottom: 30px
}

.wel-case-list .flex-direction-nav a {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 66px;
	height: 77px;
	margin: -110px 0 0;
	text-shadow: none;
	background-size: 100% !important;
	-webkit-transition: background .3s;
	transition: background .3s;
	z-index: 1
}

.wel-case-list .flex-direction-nav a:before {
	font-size: 0
}

.wel-case .flex-viewport {
	overflow: visible !important
}

.wel-case-list .flex-direction-nav .flex-prev {
	background: url(../images/a32.png) no-repeat center;
	left: -121px
}

.wel-case-list .flex-direction-nav .flex-next {
	background: url(../images/a33.png) no-repeat center;
	right: -121px
}

.wel-case-list .flex-direction-nav .flex-prev:hover {
	background: url(../images/a32_h.png) no-repeat center
}

.wel-case-list .flex-direction-nav .flex-next:hover {
	background: url(../images/a33_h.png) no-repeat center
}

.wel-case .slides li:hover .con {
	bottom: 0
}

.wel-case .slides li:hover .font-bg {
	opacity: .3;
	filter: alpha(opacity=30)
}

.index-menu {
	position: relative;
	z-index: 9;
	height: 105px;
	margin-top: -105px
}

.index-menu li {
	float: left;
	width: 310px;
	padding: 20px 30px;
	margin-left: 3px;
	background: #fff;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(255,255,255,0.9)
}

.index-menu li .cn {
	font-size: 20px;
	color: #333;
	height: 24px;
	overflow: hidden
}

.index-menu li .en {
	font-family: arial;
	color: #999;
	font-size: 16px
}

.index-menu li .ico {
	top: 19px;
	right: 50px;
	width: 50px;
	height: 50px;
	position: absolute
}

.index-menu li .ico1 {
	background: url(../images/menu-01.png) no-repeat center right
}

.index-menu li .ico2 {
	background: url(../images/menu-02.png) no-repeat center right
}

.index-menu li .ico3 {
	background: url(../images/menu-03.png) no-repeat center right
}

.index-menu li .ico4 {
	background: url(../images/menu-04.png) no-repeat center right
}

.index-menu li:hover {
	height: 100px;
	margin-top: -10px;
	padding-top: 30px;
	background: #008ed7
}

.index-menu li:hover .ico {
	top: 29px
}

.index-menu li:hover .cn,.index-menu li:hover .en {
	color: #fff
}

.index-menu li:hover .ico1 {
	background: url(../images/menu-01-h.png) no-repeat center right
}

.index-menu li:hover .ico2 {
	background: url(../images/menu-02-h.png) no-repeat center right
}

.index-menu li:hover .ico3 {
	background: url(../images/menu-03-h.png) no-repeat center right
}

.index-menu li:hover .ico4 {
	background: url(../images/menu-04-h.png) no-repeat center right
}

.index-menu li:first-child {
	margin-left: 0
}

.index-news {
	padding-top: 70px;
	background: url(../images/news-bg.jpg) no-repeat top center
}

.index-news .container {
	position: relative
}

.index-news .leftnews {
	width: 638px;
	float: left
}

.index-news .leftnews .pic {
	width: 637px;
	height: 254px;
	overflow: hidden;
	position: relative
}

.index-news .leftnews .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .leftnews .txtbox {
	padding: 30px;
	background: #fff;
	padding-right: 70px;
	box-shadow: 0 0 10px #eee
}

.index-news .leftnews .txtbox time {
	color: #434343;
	font-family: arial
}

.index-news .leftnews .txtbox .tit {
	font-size: 20px;
	height: 36px;
	overflow: hidden;
	line-height: 36px
}

.index-news .leftnews .txtbox .tit a {
	color: #000;
	display: block
}

.index-news .leftnews .txtbox .txt {
	height: 44px;
	line-height: 22px;
	overflow: hidden
}

.index-news .leftnews:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .leftnews:hover .txtbox .tit a {
	color: #008ed7
}

.index-news .rightnews {
	width: 590px;
	height: 392px;
	float: right;
	padding: 0 50px;
	background: #fff;
	box-shadow: 0 0 10px #eee
}

.index-news .rightnews dl {
	padding: 25px 0;
	overflow: hidden;
	border-top: solid 1px #ebebeb
}

.index-news .rightnews dt {
	float: left;
	width: 90px;
	height: 25px;
    overflow:hidden;
	text-align: center;
	border-radius: 30px;
	background: #ececec;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.index-news .rightnews dd {
	float: left;
	width: 370px;
	font-size: 16px;
	margin-left: 20px;
	margin-top: -5px
}

.index-news .rightnews dd time {
	font-family: arial
}

.index-news .rightnews dd .tit {
	height: 24px;
	overflow: hidden
}

.index-news .rightnews dd .tit a {
	color: #525252
}

.index-news .rightnews dl:hover dt {
	color: #fff;
	background: #008ed7
}

.index-news .rightnews dl:hover dd .tit a {
	color: #008ed7;
	text-decoration: underline
}

.inside-peitao {
	padding-top: 70px
}

.inside-peitao .container {
	position: relative
}

.inside-peitao li {
	width: 14.28555%;
	float: left;
	position: relative
}

.inside-peitao li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.inside-peitao li a:before {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(0,160,233,0.8)
}

.inside-peitao li .pic {
	overflow: hidden;
	position: relative
}

.inside-peitao li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-peitao li .pic:after {
	content: "";
	display: block;
	padding-bottom: 167.5%
}

.inside-peitao li .txtbox {
	height: 120px;
	top: 50%;
	width: 100%;
	z-index: 2;
	text-align: center;
	margin-top: -60px;
	position: absolute;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.inside-peitao li .tit {
	color: #fff;
	height: 60px;
	padding: 0 10px;
	font-size: 20px;
	overflow: hidden;
	line-height: 60px;
	position: relative
}

.inside-peitao li .tit:before {
	content: "";
	width: 18px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	position: absolute;
	background: #fff
}

.inside-peitao li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-peitao li:hover a:before {
	opacity: 1;
	height: 100%
}

.inside-peitao li:hover .txtbox {
	margin-top: -50px
}

.inside-hezuo {
	height: 753px;
	padding-top: 70px;
	background: url(../images/map-bg.jpg) no-repeat top center
}

.inside-hezuo .container {
	position: relative
}

.inside-hezuo .scroll {
	background: #fff;
	padding: 60px 32px;
	position: relative;
	box-shadow: 0 0 10px #eee
}

.inside-hezuo .scroll:before {
	content: "";
	width: 1px;
	height: 90%;
	right: 33px;
	top: 0;
	z-index: 2;
	position: absolute;
	background: #fff
}

.inside-hezuo .scroll .items {
	width: 199px;
	float: left;
	margin-top: -1px;
	border-top: solid 1px #ececec;
	border-right: solid 1px #ececec;
	position: relative
}

.inside-hezuo .scroll .items .tubox {
	position: relative
}

.inside-hezuo .scroll .items .tu {
	height: 149px;
	width: 198px;
	position: relative
}

.inside-hezuo .scroll .items .tu-h {
	top: 0;
	left: 0;
	height: 149px;
	width: 198px;
	z-index: 2;
	opacity: 0;
	position: absolute
}

.inside-hezuo .scroll .items .tu-h img {
	background: #fff
}

.inside-hezuo .scroll .items span {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
	box-shadow: 0 0 10px #bbb;
	position: absolute;
	border: solid 3px #008ed7
}

.inside-hezuo .scroll .items:hover span {
	opacity: 1
}

.inside-hezuo .scroll .items:hover .tu-h {
	opacity: 1
}

.inside-hezuo .scroll .slick-prev,.inside-hezuo .scroll .slick-next {
	border: 0;
	width: 37px;
	height: 37px;
	margin-top: -18px;
	border-radius: 100%
}

.inside-hezuo .scroll .slick-prev {
	left: -70px;
	background: url(../images/hz-left.png) no-repeat center center #dcdcdc
}

.inside-hezuo .scroll .slick-prev:hover {
	background-color: #008ed7
}

.inside-hezuo .scroll .slick-next {
	right: -70px;
	background: url(../images/hz-right.png) no-repeat center center #dcdcdc
}

.inside-hezuo .scroll .slick-next:hover {
	background-color: #008ed7
}

@media (max-width:1440px) {
	.inside-hezuo .scroll .slick-prev {
		left: 0
	}

	.inside-hezuo .scroll .slick-next {
		right: 0
	}
}

.footer {
	color: #fff;
	font-size: 13px;
	color: #737a79;
	line-height: 30px;
	padding: 35px 0 0 0;
	background: #1c1e2b
}

.footer .container {
	position: relative
}

.footer a {
	color: #b0b0b0;
	display: block
}

.footer a:hover {
	font-weight: bold;
	color: #a9b1b0
}

.footer ul {
	position: relative
}

.footer li {
	float: left;
	width: 17%;
	padding-right: 20px
}

.footer li h3 {
	font-size: 16px;
	font-weight: normal
}

.footer li h3 a {
	color: #fff
}

.footer .w13 {
	width: 12%
}

.footer .contact {
	float: right;
	width: 30%;
	color: #b0b0b0;
	min-height: 200px;
	padding-left: 50px;
	padding-right: 0;
	border-left: solid 1px #494b55
}

.footer .contact .btn {
	color: #fff;
	padding: 0 24px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	background: #008ed7
}

.footer .contact .btn img {
	margin-right: 5px
}

.footer .contact .btn:hover {
	background: #009ced
}

.footer .contact .weixin {
	right: 0;
	top: 0;
	position: absolute
}

.footer .contact .add a {
	color: #fff;
	text-decoration: underline
}

.footer .copy {
	color: #bfbfbf;
	margin-top: 30px;
	position: relative;
	padding: 10px 0;
	border-top: solid 1px #333541
}

.inside-banner {
	height: 470px;
	overflow: hidden;
	position: relative
}

.inside-banner p {
	top: 0;
	height: 470px;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: absolute
}

.inside-menu {
	min-height: 52px;
	z-index: 9;
    overflow: hidden;
	margin-top: -52px;
	position: relative;
	background: #008ed7;
	background: rgba(0,142,215,0.95)
}

.inside-menu li {
	height: 52px;
	width: 150px;
	float: left;
	line-height: 52px;
	overflow: hidden;
	margin-left: 1px;
	text-align: center;
	font-size: 16px;
	margin-left: 100px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.inside-menu li:first-child {
	margin-left: 0
}

.inside-menu li a {
	display: block;
	color: #fff
}

.inside-menu li:hover,.inside-menu .active {
	color: #008ed7;
	background: rgba(255,255,255,0.9)
}

.inside-menu li:hover a,.inside-menu .active a {
	color: #008ed7
}

.inside-news-menu li {
	width: 628px
}

.inside-menu-two li {
	margin-left: 30px
}

.inside-menu-three li {
	width: 193px;
	margin-left: 70px
}

.inside-menu-three li:nth-child(6){
	margin-left:0;
}

.inside-warp {
	padding-bottom: 70px;
	min-height: 450px;
	background: url(../images/about-bg.jpg) no-repeat top center #fff
}

.inside-about {
	padding-top: 90px
}

.inside-about img {
	max-width: 100%
}

.inside-about .en {
	color: #008ed7;
	font-size: 140px;
	line-height: 140px;
	text-transform: uppercase;
	font-family: "DINCond-Regular"
}

.inside-about .title {
	font-size: 27px;
	color: #008ed7;
	margin-left: 3px;
	margin-top: -40px;
	position: relative;
	margin-bottom: 40px
}

.inside-about .title span {
	background: #fafbfd;
	display: inline-block
}

.inside-about .content {
	margin-top: 60px;
	position: relative
}

.inside-about .content ul {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	position: absolute
}

.inside-about .content li {
	width: 50%;
	color: #fff;
	font-size: 16px;
	height: 100%;
	float: left;
	min-height: 450px;
	border-left: solid 1px rgba(255,255,255,0.2);
	padding-top: 110px;
	text-align: center
}

.inside-about .content li img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-about .content li .tit {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 10px
}

.inside-about .content li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.inside-about .txt {
	color: #333;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 40px;
	text-align: center
}

.inside-about .leftbox {
	width: 300px;
	float: left
}

.inside-about .leftbox .tit {
	color: #fff;
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	padding-left: 35px;
	background: #008ed7
}

.inside-about .leftbox li {
	font-size: 16px;
	height: 80px;
    overflow:hidden;
	padding-left: 35px;
	line-height: 80px;
	background: #f4f4f4;
	position: relative;
	border-top: solid 1px #fff
}

.inside-about .leftbox li:before {
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 80px;
	opacity: 0;
	position: absolute;
	background: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-left: solid 6px #008ed7
}

.inside-about .leftbox li span {
	z-index: 1;
	display: block;
	position: relative
}

.inside-about .leftbox li:hover:before,.inside-about .leftbox .cur:before {
	width: 100%;
	opacity: 1
}

.inside-about .leftbox li:hover a,.inside-about .leftbox .cur a {
	color: #666
}

.inside-about .rightbox {
	width: 935px;
	float: right;
	font-size: 15px;
	min-height: 400px;
	background: #f4f4f4
}

.inside-about .rightbox .item {
	padding: 60px
}

.inside-about .rightbox .font20 {
	color: #333;
	font-size: 20px
}

.inside-about .rightbox .font18 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 10px 0;
	font-family: "微軟正黑體"
}

.inside-about .rightbox .bt {
	padding-bottom: 30px;
	border-bottom: solid 1px #e6e6e6
}

.inside-about .rightbox .yx {
	margin-top: 50px;
	padding-top: 20px;
	border-top: solid 1px #e6e6e6
}

.inside-about .rightbox .yx a {
	color: #257ef2
}

.inside-about .rightbox .yx a:hover {
	text-decoration: underline
}

.inside-news-warp {
	background: url(../images/news-bg-2.jpg) no-repeat top center #fff
}

.index-case {
	padding-top: 70px
}

.index-case .container {
	position: relative
}

.index-case {
	overflow: hidden
}

.index-case .scroll-pic {
	padding-bottom: 100px;
	background: #f9f9f9
}

.index-case .pic {
	margin: 0 15px;
	position: relative
}

.index-case .pic img {
	height: 100%;
	width: 100%
}

.index-case .pic:after {
	content: "";
	display: block;
	padding-bottom: 70%
}

.index-case .tit {
	height: 70px;
	color: #333;
	font-size: 18px;
	line-height: 70px;
	background: #fff;
	overflow: hidden;
	padding-left: 20px;
	margin: 0 15px;
	background: rgba(255,255,255,0.7)
}

.index-case .slick-dots {
	bottom: 40px
}

.index-case .slick-dots li button {
	background: #dfdfdf;
	margin: 0 2px
}

.index-case .slick-dots li.slick-active button {
	background: #008ed7
}

.index-case .slick-prev,.index-case .slick-next {
	width: 66px;
	height: 77px;
	border: 0;
	top: 100px;
	margin-top: 0;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.index-case .slick-prev {
	left: 0;
	background: url(../images/a32.png) no-repeat center center
}

.index-case .slick-prev:hover {
	background: url(../images/a32_h.png) no-repeat center center
}

.index-case .slick-next {
	right: 0;
	background: url(../images/a33.png) no-repeat center center
}

.index-case .slick-next:hover {
	background: url(../images/a33_h.png) no-repeat center center
}

@media (max-width:1024px) {
	.index-case .slick-prev {
		opacity: 0
	}

	.index-case .slick-next {
		opacity: 0
	}
}

.index-case .inside-xz {
	margin-top: 100px
}

.index-case .font20 {
	font-family: "微软雅黑";
	padding: 50px 0 30px 90px
}

.index-case .li01 .icobox {
	margin-top: 30px
}

.index-case .li01 .txtbox {
	padding-left: 5px;
	font-family: "微软雅黑"
}

@media (max-width:1024px) {
	.index-case .inside-xz {
		margin-top: 30px
	}

	.index-case .font20 {
		padding-left: 10px
	}
}

.inside-news {
	padding-top: 70px
}

.inside-news dl {
	height: 250px;
	overflow: hidden;
	background: #fff;
	position: relative;
	box-shadow: 0 0 30px #eee
}

.inside-news dl dt {
	width: 350px;
	height: 250px;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-news dl dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news dl dd {
	width: 820px;
	float: left;
	padding-top: 70px;
	margin-left: 30px
}

.inside-news dl .time {
	color: #fff;
	width: 80px;
	height: 80px;
	float: left;
	padding-top: 15px;
	text-align: center;
	font-family: "avgr45w";
	background: #008ed7
}

.inside-news dl .time p:first-child {
	font-size: 31px;
	line-height: 31px
}

.inside-news dl .txtbox {
	float: left;
	width: 700px;
	margin-left: 30px
}

.inside-news dl .txtbox h2 {
	height: 24px;
	overflow: hidden;
	font-size: 18px
}

.inside-news dl .txtbox h2 a {
	color: #333
}

.inside-news dl .txtbox .txt {
	height: 48px;
	overflow: hidden;
	margin-top: 10px
}

.inside-news dl .more {
	color: #fff;
	right: 0;
	bottom: 0;
	height: 36px;
	font-size: 12px;
	padding-left: 30px;
	line-height: 36px;
	font-family: arial;
	text-align: center;
	position: absolute;
	background: #008ed7
}

.inside-news dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news dl:hover dd .txtbox h2 a {
	color: #008ed7
}

.inside-news .list {
	padding-top: 50px
}

.inside-news .list li {
	overflow: hidden;
	position: relative;
	padding: 40px 30px 30px 40px
}

.inside-news .list li:before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #e3e3e3;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news .list li .time {
	color: #fff;
	width: 80px;
	height: 80px;
	float: left;
	color: #999;
	padding-top: 15px;
	text-align: center;
	font-family: "avgr45w";
	background: #f5f5f5
}

.inside-news .list li .time p:first-child {
	color: #666;
	font-size: 31px;
	line-height: 31px
}

.inside-news .list li .txtbox {
	float: left;
	width: 700px;
	margin-left: 30px
}

.inside-news .list li .txtbox h2 {
	height: 24px;
	overflow: hidden;
	font-size: 18px
}

.inside-news .list li .txtbox h2 a {
	color: #333
}

.inside-news .list li .txtbox .txt {
	height: 48px;
	overflow: hidden;
	margin-top: 10px
}

.inside-news .list li:hover:before {
	height: 2px;
	background: #008ed7
}

.inside-news .list-video ul {
	margin: 0 -12px;
	margin-top: -12px
}

.inside-news .list-video li {
	float: left;
	width: 395px;
	margin: 12px
}

.inside-news .list-video li .videobox {
	position: relative
}

.inside-news .list-video li .ico {
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -23px;
	margin-top: -23px;
	position: absolute
}

.inside-news .list-video li .pic {
	height: 245px;
	width: 395px;
	overflow: hidden;
	position: relative
}

.inside-news .list-video li .pic img {
	-webkit-transition: all 700ms ease-in;
	transition: all 700ms ease-in
}

.inside-news .list-video li .pic:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 700ms ease-in;
	transition: all 700ms ease-in
}

.inside-news .list-video li .tit {
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	box-shadow: 0 0 10px #eee
}

.inside-news .list-video li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .list-video li:hover .pic:before {
	background: rgba(0,0,0,0.2)
}

.inside-news-show {
	padding-top: 70px;
	position: relative
}

.inside-news-show .container {
	position: relative
}

.inside-news-show .container:before {
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 368px;
	position: absolute;
	background: #f8f8f8
}

.inside-news-show .leftbox {
	width: 870px;
	float: left;
    padding-left:30px;
	font-size: 15px
}

.inside-news-show .leftbox h1 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px
}

.inside-news-show .leftbox .info {
	vertical-align: top;
	margin-bottom: 30px;
    overflow:hidden;
	padding-bottom: 10px;
	border-bottom: solid 1px #dcdcdc
}

.inside-news-show .leftbox .info img {
	vertical-align: top
}

.inside-news-show .leftbox .info span {
	color: #008ed7;
	font-family: arial;
	font-size: 20px
}

.inside-news-show .leftbox .info .fh {
	float: right;
	font-size: 14px
}

.inside-news-show .leftbox .info .fh img {
	margin-right: 5px;
	margin-top: 7px
}

.inside-news-show .rightbox {
	width: 368px;
	float: right;
	z-index: 1;
	position: relative
}

.inside-news-show .rightbox .tit {
	color: #fff;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	padding-left: 20px;
	background: #008ed7
}

.inside-news-show .rightbox li {
	padding: 24px;
	position: relative
}

.inside-news-show .rightbox li .pic {
	width: 320px;
	height: 190px;
	position: relative
}

.inside-news-show .rightbox li .bt {
	height: 24px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	color: #333
}

.inside-news-show .rightbox li time {
	color: #999;
	font-family: arial
}

.inside-news-show .rightbox li .txt {
	height: 48px;
	overflow: hidden
}

.inside-pagenews {
	margin-top: 60px;
	padding-top: 30px;
	font-size: 14px;
	border-top: solid 1px #e7e7e7
}

.inside-pagenews li {
	height: 24px;
	overflow: hidden
}

.inside-industrial {
	padding-top: 50px
}

.inside-industrial li {
	height: 75px;
	font-size: 16px;
	line-height: 75px;
	overflow: hidden;
	padding-left: 50px;
	position: relative;
	background: url(../images/industrial-ico.png) no-repeat left 20px;
	border-bottom: solid 1px #e0e0e0
}

.inside-industrial li span {
	right: 0;
	top: 0;
	font-size: 14px;
	color: #bcbcbc;
	position: absolute
}

.inside-industrial li:hover {
	background: url(../images/industrial-ico-2.png) no-repeat left 20px
}

.inside-industrial li:hover a {
	color: #008ed7
}

.inside-page {
	font-size: 16px;
	margin-top: 50px;
	text-align: center
}

.inside-page a {
	margin: 0 3px;
	display: inline-block
}

.inside-page .num {
	border-radius: 100%;
	background: #f8f8f8;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-family: arial;
	border: solid 1px #eaeaea
}

.inside-page .num:hover{
	color: #fff;
	border-color: #008ed7;
	background: #008ed7
}

.inside-page .cur {
	border-radius: 100%;
	color: #fff;
	border-color: #008ed7;
	background: #008ed7;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-family: arial;
	border: solid 1px #eaeaea
}

.inside-zbpt .item {
	font-size: 15px;
	padding: 80px 0
}

.inside-zbpt .item img {
	margin-right: 40px
}

.inside-zbpt .item-2 {
	font-size: 15px
}

.inside-zbpt .item-2 ul {
	margin: 0 -10px
}

.inside-zbpt .item-2 li {
	float: left;
	margin: 0 10px;
	width: 610px;
	margin-bottom: 30px
}

@media (max-width:1290px){
    .inside-zbpt .item-2 ul{margin:0;}
    .inside-zbpt .item-2 li{
        margin:0 8px;
    }
}

.inside-zbpt .item-2 li .pic {
	width: 610px;
	height: 395px;
	overflow: hidden;
	position: relative
}

.inside-zbpt .item-2 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-zbpt .item-2 li .tit {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 20px 0 10px 20px;
	border-bottom: dotted 1px #c3c3c3
}

.inside-zbpt .item-2 li .txt img {
	margin-top: 6px;
	margin-right: 5px;
	vertical-align: top
}

.inside-zbpt .item-2 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-yqpt .scoll-warp {
	height: 574px;
	margin-top: 100px;
	position: relative
}

.inside-yqpt .scoll-warp .slick-prev,.inside-yqpt .scoll-warp .slick-next {
	width: 67px;
	height: 42px;
	border: 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.9)
}

.inside-yqpt .scoll-warp .slick-prev {
	left: -35px;
	background-image: url(../images/zs-left.png);
	background-color: #008ed7
}

.inside-yqpt .scoll-warp .slick-prev:hover {
	opacity: .9;
	background-color: #008ed7
}

.inside-yqpt .scoll-warp .slick-next {
	left: 33px;
	background-image: url(../images/zs-right.png);
	background-color: #008ed7
}

.inside-yqpt .scoll-warp .slick-next:hover {
	opacity: .8
}

.inside-yqpt .scoll-small {
	height: 160px;
	width: 230px;
	float: left;
	margin-left: 65px;
	position: relative;
	margin-top: 150px
}

.inside-yqpt .scoll-small:after {
	top: 82px;
	left: 56px;
	width: 134px;
	height: 40px;
	content: "";
	z-index: 2;
	position: absolute;
	border: solid 1px #008ed7
}

.inside-yqpt .scoll-small span {
	display: block;
	height: 160px;
	width: 230px;
	position: relative
}

.inside-yqpt .scoll-small span:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background: rgba(22,82,152,0.3)
}

.inside-yqpt .scoll-small:before {
	width: 175px;
	height: 207px;
	content: "";
	left: -65px;
	bottom: -60px;
	position: absolute;
	background: url(../images/zs-bg.jpg) no-repeat top left
}

.inside-yqpt .scoll-content {
	width: 1100px;
	float: right;
	right: 0;
	top: 0;
	height: 574px;
	position: absolute
}

.inside-yqpt .scoll-content span {
	margin-right: 260px;
	display: block;
	position: relative;
	width: 838px;
	height: 574px
}

.inside-yqpt .scoll-content span:before {
	top: 10px;
	left: 10px;
	content: "";
	height: 554px;
	width: 818px;
	z-index: 2;
	position: absolute;
	border: solid 2px rgba(255,255,255,0.5)
}

.inside-yqpt .scoll-content .txtbox {
	float: right;
	top: -430px;
	width: 374px;
	height: 273px;
	z-index: 99999;
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 20px;
	background: #008ed7;
	background: url(../images/pt-bg.png) no-repeat top center;
	position: relative
}

.inside-yqpt .scoll-content .txtbox .tit {
	font-size: 30px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	position: relative
}

.inside-yqpt .scoll-content .txtbox .tit:before {
	content: "";
	width: 40px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #fff;
	position: absolute
}

.inside-yqpt .scoll-content .txtbox .txt {
	height: 124px;
	overflow: hidden;
	margin-top: 20px
}

.inside-service {
	margin-top: 30px
}

.inside-service li {
	float: left;
	width: 202px;
	line-height: 20px;
	text-align: center;
	position: relative;
	margin: 40px 40px 0 40px
}

.inside-service li .tu {
	width: 202px;
	height: 229px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-service li .tu img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-service li .tu:before {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	width: 202px;
	height: 229px;
	content: "";
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	background: url(../images/service-bg.png) no-repeat top center
}

.inside-service li .icon {
	left: 50%;
	bottom: 145px;
	z-index: 3;
	margin-left: -35px;
	width: 71px;
	height: 71px;
	opacity: 0;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-service li .tit {
	color: #333;
	font-size: 18px;
	margin: 40px 0 10px 0
}

.inside-service li .tit {
	height: 20px;
	overflow: hidden;
	color: #008ed7
}

.inside-service li .txt-2 {
	height: 40px;
	overflow: hidden
}

.inside-service li:hover .tu {
	-webkit-transform: scale(1.05) rotate(5deg);
	-ms-transform: scale(1.05) rotate(5deg);
	transform: scale(1.05) rotate(5deg)
}

.inside-service li:hover .tu:before {
	opacity: 1
}

.inside-service li:hover .icon {
	opacity: 1;
	bottom: 188px
}

.inside-yqzc {
	min-height: 640px;
	background: url(../images/yqzc-bg-2.png) no-repeat top center
}

.inside-yqzc .container {
	position: relative
}

.inside-yqzc .item {
	position: absolute
}

.inside-yqzc .item .pic {
	width: 166px;
	height: 166px;
	margin: 0 auto;
	border-radius: 100%;
	position: relative
}

.inside-yqzc .item .pic img {
	-webkit-transition: all 700ms ease-in;
	transition: all 700ms ease-in
}

.inside-yqzc .item .pic:before {
	right: -15px;
	top: 0;
	width: 181px;
	height: 173px;
	content: "";
	position: absolute;
	background: url(../images/yqzc-bg.png) no-repeat
}

.inside-yqzc .item .tit {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center
}

.inside-yqzc .item .tit-2 {
	text-align: left;
	line-height: 18px;
	margin-top: 10px;
	height: 54px;
	overflow: hidden
}

.inside-yqzc .item:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-yqzc .item-1 {
	top: 210px;
	width: 230px;
	left: -45px;
	position: absolute
}

.inside-yqzc .item-1 .tit {
	margin-top: 110px
}

.inside-yqzc .item-1 .tit,.inside-yqzc .item-1 .tit-2 {
	margin-left: 0
}

.inside-yqzc .item-1 .tit-2 {
	height: 72px;
	overflow: hidden
}

@media (max-width:1280px) {
	.inside-yqzc .item-1 {
		left: 0
	}

	.inside-yqzc .item-1 .pic img {
		margin-right: 30px
	}

	.inside-yqzc .item-1 .pic:before {
		right: 15px
	}

	.inside-yqzc .item-1 .tit {
		text-align: left
	}
}

.inside-yqzc .item-2 {
	top: 90px;
	width: 295px;
	left: 159px
}

.inside-yqzc .item-2 .pic {
	margin-left: 40px;
	margin-top: 100px
}

.inside-yqzc .item-2 .tit-2 {
	height: 54px;
	overflow: hidden
}

.inside-yqzc .item-3 {
	top: 210px;
	width: 260px;
	left: 370px;
	position: absolute
}

.inside-yqzc .item-3 .tit {
	margin-top: 110px
}

.inside-yqzc .item-3 .tit-2 {
	height: 72px;
	overflow: hidden
}

.inside-yqzc .item-4 {
	top: 90px;
	width: 295px;
	left: 560px
}

.inside-yqzc .item-4 .pic {
	margin-top: 100px
}

.inside-yqzc .item-4 .tit-2 {
	height: 54px;
	overflow: hidden
}

.inside-yqzc .item-5 {
	top: 210px;
	width: 310px;
	left: 770px;
	position: absolute
}

.inside-yqzc .item-5 .tit {
	margin-top: 110px
}

.inside-yqzc .item-5 .tit-2 {
	height: 72px;
	overflow: hidden
}

.inside-yqzc .item-6 {
	top: 90px;
	width: 295px;
	right: -30px
}

.inside-yqzc .item-6 .pic {
	margin-top: 100px
}

@media (max-width:1280px) {
	.inside-yqzc .item-6 {
		right: 0
	}

	.inside-yqzc .item-6 .pic img {
		margin-left: 40px
	}

	.inside-yqzc .item-6 .pic::before {
		left: 40px;
		right: auto
	}
}

.inside-contact .box-1 {
	padding-top: 90px;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5
}

.inside-contact .box-1 ul {
	border-top: solid 1px #e5e5e5
}

.inside-contact .box-1 li {
	width: 25%;
	float: left;
	position: relative;
	padding-left: 35px;
	padding-top: 70px;
	min-height: 360px;
	border-left: solid 1px #e5e5e5
}

.inside-contact .box-1 li .t1 {
	color: #333;
	font-size: 20px;
	margin: 20px 0 20px 0
}

.inside-contact .box-1 li .t3 {
	margin: 10px 0 20px 0
}

.inside-contact .box-1 li .add {
	color: #666;
	bottom: 40px;
	left: 35px;
	position: absolute
}

.inside-contact .box-1 li .add span {
	margin-right: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #b9b9b9
}

.inside-contact .box-1 li:first-child {
	border-left: 0
}

.inside-contact .box-1 li:hover .add {
	color: #008ed7
}

.inside-contact .box-1 li:hover .add span {
	background: #008ed7
}

.inside-contact .box-2 {
	padding: 75px 0;
	margin-top: 40px;
	height: 562px;
	background: url(../images/contact-bg.jpg) no-repeat top center
}

.inside-contact .leftbox {
	width: 860px;
	float: left;
	min-height: 360px;
	border-right: solid 1px #e5e5e5
}

.inside-contact .leftbox .t1 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px
}

.inside-contact .leftbox .red,.inside-contact .leftbox label {
	color: #f30
}

.inside-contact .leftbox li {
	margin-top: 20px
}

.inside-contact .leftbox li p {
	width: 260px;
	float: left;
	margin-left: 10px;
	position: relative
}

.inside-contact .leftbox li p label {
	left: 10px;
	top: 10px;
	position: absolute
}

.inside-contact .leftbox li p:first-child {
	margin-left: 0
}

.inside-contact .leftbox li input[type='text'],.inside-contact .leftbox li textarea {
	height: 40px;
	padding: 0 15px;
	width: 100%;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	border: solid 1px #e5e5e5
}

.inside-contact .leftbox li input[type='text']:focus,.inside-contact .leftbox li textarea:focus {
	outline: solid 1px #008ed7;
	border-color: #008ed7
}

.inside-contact .leftbox li textarea {
	height: 190px;
	width: 800px;
	padding: 15px;
	resize: none
}

.inside-contact .leftbox li input[type='button'],.inside-contact .leftbox li input[type='reset']{
	width: 130px;
	height: 43px;
	color: #333;
    border:none;
	font-size: 16px;
	margin-right: 15px;
	text-align: center;
	line-height: 43px;
	background: #ddd;
	display: inline-block
}

.inside-contact .leftbox li input[type='button'] {
	color: #fff;
	background: #008ed7
}

.inside-contact .rightbox {
	float: left;
	padding-left: 50px
}

.inside-contact .rightbox li {
	margin-bottom: 30px;
	padding-left: 45px;
	position: relative
}

.inside-contact .rightbox li span {
	top: 5px;
	left: 0;
	position: absolute
}

.inside-contact .rightbox li .t1 {
	color: #333;
	font-size: 16px
}

.inside-project .index-title img {
	margin-bottom: 15px
}

.inside-project .box-1 {
	padding-top: 80px;
    overflow:hidden;
}

.inside-project .box-1 dl {
	margin-bottom: 40px
}

.inside-project .box-1 dt {
	float: left;
	width: 614px
}

.inside-project .box-1 dd {
	width: 565px;
	float: right;
	position: relative
}

.inside-project .box-1 dd span {
	z-index: 2;
	display: block;
	position: relative
}

.inside-project .box-1 dd:before {
	content: "";
	width: 565px;
	height: 410px;
	right: -10px;
	bottom: -10px;
	z-index: 1;
	position: absolute;
	border: solid 2px #008ed7
}

@media (max-width:1280px) {
	.inside-project .box-1 dd:before {
		display: none
	}
}

.inside-project .box-1 .item {
	margin-bottom: 50px;
	position: relative
}

.inside-project .box-1 .item span {
	top: -5px;
	left: 0;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background: #008ed7;
	position: absolute
}

.inside-project .box-1 .item .txtb {
	line-height: 20px;
	padding-left: 80px
}

.inside-project .box-1 .item .txtb .t1 {
	font-weight: 600;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px
}

.inside-project .box-1 .container {
	position: relative
}

.inside-project .box-2 .container {
	position: relative
}

.inside-project .box-3 .container {
	position: relative
}

.inside-project .box-4 .container {
	position: relative
}

.inside-project .box-5 .container {
	position: relative
}

.inside-project .box-2 {
	padding-top: 70px
}

.inside-project .box-2 .bigimg img {
	max-width: 100%
}

.inside-project .box-2 .bigimg .container {
	position: relative
}

.inside-project .box-2 .bigimg .txtbox {
	top: 0;
	left: 0;
	color: #fff;
	width: 380px;
	z-index: 99;
	padding: 40px;
	font-size: 16px;
	line-height: 26px;
	min-height: 370px;
	background: #008ed7;
	position: absolute;
	background: rgba(2,143,215,0.8)
}

.inside-project .box-2 .bigimg .txtbox .en {
	font-size: 33px;
	line-height: 40px;
	text-transform: uppercase
}

.inside-project .box-2 .bigimg .txtbox .cn {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 35px;
	padding: 10px 0 30px 0;
	position: relative
}

.inside-project .box-2 .bigimg .txtbox .cn:before {
	content: "";
	width: 46px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #fff;
	position: absolute
}

.inside-project .box-2 .smallimg {
	width: 854px;
	float: right;
	background: #fff;
	height: 79px;
	z-index: 9;
	border-left: solid 3px #fff;
	position: relative;
	margin-top: -79px
}

.inside-project .box-2 .smallimg .pic {
	cursor: pointer;
	width: 210px;
	height: 75px;
	display: block;
	margin-top: 4px;
	position: relative
}

.inside-project .box-2 .smallimg .pic:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 334ms ease-in;
	transition: all 334ms ease-in;
	position: absolute;
	background: rgba(2,143,215,0.5)
}

.inside-project .box-2 .smallimg .slick-current .pic:before {
	opacity: 1
}

.inside-project .box-2 .smallimg .slick-prev,.inside-project .box-2 .smallimg .slick-next {
	opacity: 0;
	width: 35px;
	height: 35px
}

.inside-project .box-2 .smallimg .slick-prev {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.inside-project .box-3 {
	padding-top: 80px
}

.inside-project .box-3 .bg {
	padding-top: 125px;
	background: url(../images/project-bg.jpg) no-repeat top center
}

.inside-project .box-3 .bg .container {
	background: #fff;
	height: 400px;
	border-bottom: solid 1px #ddd
}

.inside-project .box-3 .bg li {
	float: left;
	margin-top: 230px;
	margin-left: 12px;
	width: 300px;
	position: relative
}

.inside-project .box-3 .bg li .picbox {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-project .box-3 .bg li .pic {
	width: 300px;
	height: 210px;
	position: relative
}

.inside-project .box-3 .bg li .pic:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	background: rgba(2,143,215,0.3);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-project .box-3 .bg li .txtbox {
	left: 0;
	width: 100%;
	padding-right: 20px;
	position: absolute
}

.inside-project .box-3 .bg li .tit {
	color: #333;
	margin: 25px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	overflow: hidden
}

.inside-project .box-3 .bg li .txt {
	height: 48px;
	overflow: hidden
}

.inside-project .box-3 .bg li:hover .picbox {
	height: 210px
}

.inside-project .box-3 .bg li:hover .pic:before {
	opacity: 1
}

.inside-project .box-4 {
	padding-top: 80px
}

.inside-project .box-4 ul {
	margin: 0 -9px
}

@media (max-width:1280px) {
	.inside-project .box-4 ul {
		margin: 0
	}
}

.inside-project .box-4 li {
	width: 300px;
	float: left;
	height: 540px;
	margin: 0 9px;
	position: relative
}

@media (max-width:1280px) {
	.inside-project .box-4 li {
		margin: 0 7px
	}
}

.inside-project .box-4 li .pic {
	width: 300px;
	height: 379px;
	overflow: hidden;
	position: relative
}

.inside-project .box-4 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-project .box-4 li .txtbox {
	width: 275px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	margin-top: -110px;
	padding: 20px
}

.inside-project .box-4 li .txtbox .tit {
	color: #333;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center
}

.inside-project .box-4 li .txtbox .txt {
	height: 100px;
	overflow: hidden
}

.inside-project .box-4 li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-project .box-4 li:hover .txtbox {
	color: #fff;
	background: #008ed7
}

.inside-project .box-4 li:hover .txtbox .tit {
	color: #fff
}

.inside-industrial-2 .box-1 {
	font-size: 15px;
	padding-top: 90px
}

.inside-industrial-2 .box-1 .en {
	color: #008ed7;
	font-size: 20px;
	opacity: .5;
	padding-top: 100px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: "DINPro-Light_0"
}

.inside-industrial-2 .box-1 .cn {
	font-size: 36px;
	line-height: 40px;
	color: #008ed7;
	padding-bottom: 20px;
	font-weight: 600;
	margin-bottom: 50px;
	position: relative
}

.inside-industrial-2 .box-1 .cn:before {
	content: "";
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #008ed7
}

.inside-industrial-2 .box-1 img {
	margin-left: 50px
}

.inside-industrial-2 .box-2 {
	height: 500px;
	padding-top: 50px;
	margin-top: 65px;
	position: relative;
	background: url(../images/in-bg.jpg) no-repeat top center #f7f7f7
}

.inside-industrial-2 .box-2:before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 225px;
	z-index: 1;
	position: absolute;
	background: #d1d1d1
}

.inside-industrial-2 .box-2 .font22 {
	color: #008ed7;
	font-size: 22px;
	text-align: center
}

.inside-industrial-2 .box-2 .slick-prev {
	width: 35px;
	height: 35px;
	border: 0;
	left: -40px;
	margin-top: -62px;
	border-radius: 100%;
	background: url(../images/in-left.png) no-repeat top center #d0d0d0
}

.inside-industrial-2 .box-2 .slick-prev:hover {
	background-color: #008ed7
}

@media (max-width:1280px) {
	.inside-industrial-2 .box-2 .slick-prev {
		left: 0
	}
}

.inside-industrial-2 .box-2 .slick-next {
	width: 35px;
	height: 35px;
	border: 0;
	right: -40px;
	margin-top: -62px;
	border-radius: 100%;
	background: url(../images/in-right.png) no-repeat top center #d0d0d0
}

.inside-industrial-2 .box-2 .slick-next:hover {
	background-color: #008ed7
}

@media (max-width:1280px) {
	.inside-industrial-2 .box-2 .slick-next {
		right: 0
	}
}

.inside-industrial-2 .box-2 dl {
	width: 380px;
	height: 330px;
	padding-top: 32px;
	margin: 50px 10px 10px 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-industrial-2 .box-2 dt {
	height: 70px;
	color: #7a7a7a;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: 40px;
	border-bottom: solid 1px #d1d1d1;
	font-family: "DINPro-Light_0"
}

.inside-industrial-2 .box-2 dt:before {
	content: "";
	width: 10px;
	height: 10px;
	left: 50%;
	bottom: -7px;
	z-index: 999;
	border-radius: 100%;
	border: solid 3px #fff;
	margin-left: -8px;
	position: absolute;
	background: #7a7a7a
}

.inside-industrial-2 .box-2 dd {
	height: 124px;
	overflow: hidden;
	margin-top: 40px;
	padding: 0 40px
}

.inside-industrial-2 .box-2 dl:hover {
	background: #fff;
	box-shadow: 0 0 10px #e4e4e4
}

.inside-industrial-2 .box-2 dl:hover dt:before {
	background: #008ed7
}

.inside-industrial-2 .box-3 {
	padding: 60px 0
}

.inside-industrial-2 .box-3 .txtbox {
	float: left;
	width: 590px;
	margin-left: 30px
}

.inside-industrial-2 .box-3 img {
	margin-right: 50px;
	margin-left: 0
}

.inside-industrial-2 .box-4 {
	padding: 70px 0;
	text-align: center;
	background: #f7f7f7
}

.inside-industrial-2 .box-4 .font36 {
	margin-bottom: 20px;
	color: #008ed7;
	font-size: 36px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px
}

.inside-industrial-2 .box-4 .font36:before {
	content: "";
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: 0;
	background: #008ed7;
	margin-left: -25px;
	position: absolute
}

.contact-map {
	width: 100%;
	z-index: 1;
	height: 550px;
	position: relative
}

#mapContainer {
	height: 550px;
	width: 75%;
	margin:0 auto;
}

#mapContainer em {
	color: #008ed7;
	font-size: 20px;
	font-style: normal
}

#mapContainer p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	position: relative
}

.videoLayer {
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	outline: solid 1px #f30;
	background: rgba(0,0,0,0.7)
}

.videoPopup {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999
}

.videoBox {
	color: #fff;
	padding: 10px 0 10px 0;
	position: fixed;
	width: 80%;
	height: 90%;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.videoBox .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -66px;
	top: -7px
}

.videoBox .close img {
	max-width: 100%;
	max-height: 100%
}

.videoBox.fadeIn {
	top: 0;
	opacity: 1;
	z-index: 9999
}

.videoBox .nr {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  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: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}