* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #9da2a3;
	line-height: 26px;
	font-size: 16px;
	min-width: 1200px;
	background: #fff;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
	vertical-align: top
}

a {
	color: #9da2a3;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms
}

a:hover {
	color: #00b7c3
}

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")
}

.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: 1200px;
	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 {
	height: 120px
}

.header .top {
	height: 30px;
	background: #000;
	line-height: 28px;
	text-align: right
}

.header .tel {
	color: #fff;
	font-size: 19px;
	vertical-align: top;
	margin-left: 15px;
	padding-left: 20px;
	display: inline-block;
	font-family: "DINPro-Light_0";
	border-left: solid 1px #808080
}

.header .tel img {
	margin-right: 10px
}

.header .logo {
	float: left;
	z-index: 19;
	display: inline-block
}

.header .search {
	float: right;
	margin: 25px 10px 0 20px
}

.header .search img {
	max-height: 20px
}

.nav {
	float: right;
	position: relative
}

.nav li {
	float: left;
	color: #737a79;
	font-size: 20px;
	margin-left: 50px;
	line-height: 120px;
	position: relative;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}

.nav li span {
	z-index: 11;
	display: inline-block;
	position: relative
}

.nav li a {
	color: #737a79;
	display: block;
	position: relative;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}

.nav li:after {
	left: 50%;
	width: 0;
	content: "";
	bottom: 38px;
	height: 2px;
	opacity: 0;
	position: absolute;
	background: #00b7c3;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}

.nav li .subnav {
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	position: absolute;
	width: 818px;
	font-weight: lighter;
	padding-top: 120px !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: url(../images/bg.png) top center repeat-x
}

.nav li .subnav a {
	color: #717878;
	font-size: 18px;
	-webkit-transition: all 0ms;
	transition: all 0ms
}

.nav li .subnav a:hover {
	color: #717878;
	font-weight: bold
}

.nav li .subnav-product {
	width: 1200px;
	left: -470px;
	padding: 0 3px;
	min-height: 120px;
	line-height: 30px
}

.nav li .subnav-product .title,.nav li .subnav-product .title-2 {
	height: 36px;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 36px
}

.nav li .subnav-product .title {
	width: 767px;
	background: #00b7c3
}

.nav li .subnav-product .title-2 {
	width: 423px;
	margin-left: 3px;
	background: #babec0
}

.nav li .subnav-product .menu {
	padding: 5px 30px 50px 30px;
	overflow: hidden
}

.nav li .subnav-product .menu dl {
	width: 25%;
	float: left
}

.nav li .subnav-product .menu dt {
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	border-bottom: solid 1px #a4a9a9
}

.nav li .subnav-product .menu dd a {
	display: block;
	margin-top: 10px
}

.nav li .subnav-about {
	left: -460px
}

.nav li .subnav-about li {
	float: left;
	width: 33.333%;
	margin-left: 0;
	vertical-align: top;
	height: 160px;
	padding-top: 50px;
	padding-left: 60px;
	line-height: 55px
}

.nav li .subnav-about li a {
	display: inline-block
}

.nav li .subnav-about li .ico {
	float: left;
	margin-right: 20px;
	display: inline-block;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.nav li .subnav-about li .ico-1 {
	width: 61px;
	height: 53px;
	background: url(../images/about-ico_01.png) no-repeat top center
}

.nav li .subnav-about li .ico-2 {
	width: 56px;
	height: 53px;
	background: url(../images/about-ico-2_01.png) no-repeat top center
}

.nav li .subnav-about li .ico-3 {
	width: 56px;
	height: 53px;
	background: url(../images/about-ico-3_01.png) no-repeat top center
}

.nav li .subnav-about li:hover {
	color: #717878 !important
}

.nav li .subnav-about li:hover a {
	color: #717878 !important
}

.nav li .subnav-about li:hover:after {
	display: none
}

.nav li .subnav-about li:hover .ico-1 {
	background: url(../images/about-ico_03.png) no-repeat top center
}

.nav li .subnav-about li:hover .ico-2 {
	background: url(../images/about-ico-2_03.png) no-repeat top center
}

.nav li .subnav-about li:hover .ico-3 {
	background: url(../images/about-ico-3_03.png) no-repeat top center
}

.nav li .subnav-about li:hover a {
	font-weight: bold
}

.nav li .subnav-solution {
	left: -220px
}

.nav li .subnav-solution dl {
	padding: 40px 50px;
	overflow: hidden
}

.nav li .subnav-solution dt {
	width: 360px;
	float: left;
	padding-left: 20px
}

.nav li .subnav-solution dt a {
	display: block;
	line-height: 26px;
	margin-top: 13px
}

.nav li .subnav-solution dt a:hover {
	font-weight: 600
}

.nav li .subnav-solution dt a:first-child {
	margin-top: 10px
}

.nav li .subnav-solution dd {
	width: 345px;
	height: 195px;
	float: right;
	position: relative
}

.nav li .subnav-case {
	left: -350px
}

.nav li .subnav-case dl {
	padding: 40px 50px;
	overflow: hidden
}

.nav li .subnav-case dt {
	width: 360px;
	float: left;
	margin-top: -5px
}

.nav li .subnav-case dt a {
	display: block;
	width: 50%;
	float: left;
	padding-left: 10px;
	line-height: 26px;
	margin-top: 13px
}

.nav li .subnav-case dt a:hover {
	font-weight: 600
}

.nav li .subnav-case dd {
	width: 345px;
	height: 195px;
	float: right;
	position: relative
}

.nav li:hover,.nav .active {
	color: #00b7c3
}

.nav li:hover>a,.nav .active>a {
	color: #00b7c3
}

.nav li:hover:after,.nav .active:after {
	left: 0;
	width: 100%;
	opacity: 1
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	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 img {
	max-height: 80px
}

.fixed .nav li {
	line-height: 80px
}

.fixed .nav li:after {
	bottom: 20px
}

.fixed .nav li .subnav {
	padding-top: 80px !important;
	background: url(../images/bg-2.png) top center repeat-x
}

.banner {
	width: 100%;
	display: block;
	height: 350px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative
}

.banner .pic .container {
	position: relative
}

.banner .pic span {
	display: block;
	width: 1920px;
	left: 50%;
	height: 350px;
	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: #00b7c3
}

.banner .slick-active img {
	-webkit-animation: 1s bmove1 alternate linear;
	animation: 1s bmove1 alternate linear
}

@-webkit-keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.index-title {
	text-align: center
}

.index-title p:first-child {
	font-size: 28px;
	color: #9da2a3;
	line-height: 30px;
	margin-bottom: 6px;
	font-weight: 600;
	position: relative
}

.index-title span {
	font-family: arial;
	padding-left: 10px
}

.index-product {
    font-size: 15px;
    line-height: 24px;
    /*padding-top: 45px;*/
    background: #f3f5f4;
    padding-bottom: 110px;
}

.index-product .index-title {
	position: relative;
	padding-bottom: 30px
}

.index-product .index-title p:first-child:before {
	content: "";
	height: 3px;
	width: 60px;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	background: #00b7c3
}

.index-product .leftbox {
	width: 330px;
	float: left;
	/*height: 580px;*/
	/*padding: 30px;*/
	/*padding-top: 60px;*/
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	/*border: solid 1px #e5e7e7*/
}

.index-product .leftbox .pic {
	width: 280px;
	height: 280px;
	margin-top: 20px;
	position: relative
}

.index-product .leftbox .txt {
	color: #989d9e;
	height: 140px;
	overflow: hidden
}

.index-product .leftbox .tit {
	text-align: center
}

.index-product .leftbox:hover {
	/*border-color: #193764;
	outline: solid 1px #193764*/
}

.index-product .tit {
	font-size: 24px;
	color: #737a79;
	height: 24px;
	overflow: hidden;
	margin-bottom: 15px
}

.index-product .txt {
	color: #9da2a3;
	font-size: 14px;
	line-height: 20px
}

.index-product .middlebox {
	width: 520px;
	float: left;
	height: 550px;
	margin-left: 10px
}

.index-product .middlebox .cotbox {
	height: 270px;
	padding: 20px 30px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	border: solid 1px #e5e7e7
}

.index-product .middlebox .cotbox .pic {
	width: 245px;
	height: 245px;
	float: left;
	margin-right: 15px;
	position: relative
}

.index-product .middlebox .cotbox .tit {
	margin-top: 40px
}

.index-product .middlebox .cotbox .txt {
	height: 160px;
    overflow:hidden;
}

.index-product .middlebox .cotbox:hover {
	border-color: #193764;
	outline: solid 1px #193764
}

.index-product .middlebox .cotbox-2 {
	padding-right: 0;
	margin-top: 10px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-product .middlebox .cotbox-2 .pic {
	width: 220px;
	height: 220px;
	float: right
}

.index-product .middlebox .cotbox-2 .txt {
	height: 160px
}

.index-product .middlebox .cotbox-2:hover {
	border-color: #193764;
	outline: solid 1px #193764
}

.index-product .rightbox {
	width: 860px;
	float: right;
	/*height: 550px;*/
	padding: 10px 30px;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	/*border: solid 1px #e5e7e7*/
}

.index-product .rightbox .pic {
	width: 220px;
	height: 340px;
	margin: 0 auto;
	position: relative
}

.index-product .rightbox .tit {
	margin-top: 20px;
	text-align: center
}

.index-product .rightbox .txt {
	height: 120px
}

.index-product .rightbox:hover {
	/*border-color: #193764;
	outline: solid 1px #193764*/
}

.index-technology {
	padding-top: 65px
}

.index-technology .box {
	min-height: 170px;
	position: relative;
	border: solid 1px #e5e7e7
}

.index-technology .box .tu {
	top: -7px;
	left: -1px;
	position: absolute
}

.index-technology .box .tu-2 {
	top: -3px;
	right: -1px;
	position: absolute
}

.index-technology .box li {
	width: 130px;
	height: 60px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 30px 30px 0 30px
}

.index-technology .box li img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-technology .box li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-technology .index-title {
	margin-top: -20px
}

.index-technology .index-title span {
	background: #fff;
	padding-right: 20px
}

.index-technology .index-title em {
	position: relative;
	background: #fff;
	font-style: normal;
	display: inline-block;
	padding-left: 20px
}

.index-application .container {
	width: 1220px
}

.index-application .index-title {
	margin: 0 10px;
	padding-top: 80px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e7e7
}

.index-application dl {
	width: 386px;
	margin: 0 11px;
	margin-top: 40px
}

.index-application dt {
	width: 386px;
	height: 257px;
	overflow: hidden;
	position: relative
}

.index-application dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.index-application dt a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.index-application dt a:before {
	top: 0;
	left: 0;
	z-index: 9;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.index-application dt .icon {
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 10;
	margin-left: -50px;
	margin-top: -50px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-application dt .icon img {
    max-height:100px;
}

.index-application dd {
	padding: 20px 25px 10px 25px;
	border: solid 1px #f3f3f3
}

.index-application dd .tit {
	font-size: 18px;
	height: 26px;
	overflow: hidden
}

.index-application dd .tit a {
	color: #737a79
}

.index-application dd .txt {
	height: 26px;
	overflow: hidden
}

.index-application dd .more {
	color: #9da2a3;
	font-size: 16px;
	margin-top: 35px;
	display: block;
	padding-top: 10px;
	position: relative;
	border-top: solid 1px #e7e7e7
}

.index-application dd .more a {
	display: block
}

.index-application dd .more img {
	right: 0;
	top: 17px;
	position: absolute;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.index-application dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-application dl:hover dt a:before {
	background: rgba(0,0,0,0.4)
}

.index-application dl:hover dt .icon {
	opacity: 0
}

.index-application dl:hover dd .more a {
	color: #737a79
}

.index-application dl:hover dd .more img {
	right: 30px
}

.index-application .slick-prev,.index-application .slick-next {
	width: 29px;
	height: 29px;
	border: 0;
	top: -50px;
	margin-top: 0
}

.index-application .slick-prev {
	margin-left: 30%;
	background: url(../images/left-arrow.png) no-repeat top center
}

.index-application .slick-next {
	margin-right: 30%;
	background: url(../images/right-arrow.png) no-repeat top center
}

.index-application .slick-prev:hover {
	background: url(../images/left-arrow-hover.png) no-repeat top center
}

.index-application .slick-next:hover {
	background: url(../images/right-arrow-hover.png) no-repeat top center
}

.index-about {
	min-height: 620px;
	padding-top: 60px;
	margin-top: 70px;
	background: url(../images/index-about-bg.jpg) no-repeat top center #f5f6f4
}

.index-about .index-title {
	color: #fff
}

.index-about .index-title p:first-child {
	color: #fff
}

.index-about .txtbox {
	width: 1160px;
	margin-top: 100px;
	min-height: 390px;
	padding: 40px 10px 0 45px;
	position: relative;
	background: rgba(255,255,255,0.6)
}

.index-about .txtbox:before {
	top: -45px;
	content: "";
	right: -44px;
	height: 339px;
	width: 1110px;
	position: absolute;
	background: rgba(255,255,255,0.25)
}

.index-about .txtbox:after {
	content: "";
	right: -44px;
	top: -45px;
	position: absolute;
	border-style: solid;
	border-width: 0 35px 35px 0;
	border-color: transparent #224d68 transparent transparent
}

.index-about .pic {
	float: left;
	z-index: 10;
	position: relative
}

.index-about .content {
	color: #494d4e;
	width: 800px;
	float: left;
	z-index: 10;
	padding-left: 70px;
	position: relative;
	padding-top: 10px;
	line-height: 30px
}

.index-about .more {
	float: right;
	margin-right: 17px;
	margin-top: 60px
}

.index-about .more a {
	height: 36px;
	width: 125px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	background: #00b7c3;
	border: solid 1px #00b7c3;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 334ms ease-in;
	transition: all 334ms ease-in
}

.index-about .more a:hover {
	width: 135px
}

.index-news {
	padding-top: 80px;
	padding-bottom: 110px;
	background: #f5f6f4
}

.index-news ul {
	height: 600px;
	margin-top: 40px;
	position: relative;
	background: #d4d8d6
}

.index-news ul:before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #f5f6f4
}

.index-news li {
	height: 299px;
	position: relative
}

.index-news li .pic {
	width: 486px;
	height: 299px;
	float: left;
	overflow: hidden;
	position: relative
}

.index-news li .pic img {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all 700ms ease-in;
	transition: all 700ms ease-in
}

.index-news li .txtbox {
	width: 750px;
	height: 240px;
	right: 35px;
	top: 30px;
	z-index: 9;
	padding: 40px 40px 0 40px;
	position: absolute;
	-webkit-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	background: rgba(255,255,255,0.85)
}

.index-news li .tit {
	font-size: 18px;
	height: 26px;
	overflow: hidden;
	color: #737a79
}

.index-news li .txt {
	color: #9da2a3;
	height: 52px;
	overflow: hidden;
	margin: 20px 0;
	-webkit-transition: all 334ms ease-in;
	transition: all 334ms ease-in
}

.index-news li .more {
	color: #9da2a3;
	height: 36px;
	width: 125px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	display: inline-block;
	border-radius: 30px;
	border: solid 1px #d5d5d5;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 334ms ease-in;
	transition: all 334ms ease-in
}

.index-news .li-2 .pic {
	float: right
}

.index-news .li-2 .txtbox {
	left: 35px;
	right: auto
}

.index-news li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news li:hover .txtbox {
	background: rgba(255,255,255,0.7)
}

.index-news li:hover .tit {
	color: #00b7c3
}

.index-news li:hover .more {
	color: #fff;
	width: 135px;
	border-color: #00b7c3;
	background-color: #00b7c3
}

.index-icon {
	padding: 90px 0
}

.index-icon li {
	float: left;
	width: 33.333%;
	padding: 0 10px;
	text-align: center
}

.index-icon li .icobox {
	height: 81px;
	overflow: hidden;
	display: inline-block;
	position: relative
}

.index-icon li .ico-h {
	left: 0;
	opacity: 0;
	position: absolute
}

.index-icon li .tit {
	color: #333;
	font-size: 18px;
	margin: 20px 0 30px 0;
	position: relative
}

.index-icon li .tit:before {
	content: "";
	bottom: -15px;
	height: 3px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	background: #00b7c3
}

.index-icon li:hover .ico {
	opacity: 0
}

.index-icon li:hover .ico-h {
	bottom: 0;
	opacity: 1
}

.index-icon li:hover .txt {
	color: #9da2a3
}

.footer {
	color: #fff;
	font-size: 14px;
	color: #737a79;
	line-height: 30px;
	padding: 35px 0 20px 0;
	background: #0f1c28;
	border-top: solid 20px #1b2833
}

.footer0 {
	color: #fff;
	font-size: 14px;
	color: #737a79;
	line-height: 30px;
	padding: 35px 0 20px 0;
	
}

.footer .container {
	position: relative
}

.footer a {
	color: #737a79;
	display: block
}

.footer a:hover {
	font-weight: bold;
	color: #a9b1b0
}

.footer ul {
	position: relative
}

.footer li {
	float: left;
	width: 19%;
	padding-right: 20px
}

.footer li h3 {
	font-size: 18px;
	font-weight: normal
}

.footer .contact {
	top: 0;
	right: 0;
	float: none;
	width: auto;
	padding-right: 0;
	position: absolute
}

.footer .contact .font24 {
	font-size: 18px
}

.footer .contact .font36 {
	font-size: 30px;
	line-height: 40px;
	padding: 5px 0;
	font-family: arial;
	margin-bottom: 5px;
	border-bottom: dotted 1px #737a79
}

.footer .contact .font20 {
	padding: 0 0 5px 0;
	font-size: 18px;
	line-height: 30px;
	font-family: arial;
	border-bottom: dotted 1px #737a79
}

.footer .contact .font20 a {
	display: inline-block
}

.footer .contact .font20 a:hover {
	font-weight: normal
}

.footer .contact .font27 {
	padding-top: 40px;
	font-size: 27px
}

.footer .contact .font27 a {
	padding-right: 30px;
	display: inline-block
}

.footer .contact img {
	margin: 7px 10px 0 0;
	vertical-align: top
}

.footer .contact .qq,.footer .contact .wx {
	margin-top: 35px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.footer .contact .qq {
	background: url(../images/qq_01.png) no-repeat top center;
	display: inline-block;
	width: 37px;
	height: 39px
}

.footer .contact .qq:hover {
	background: url(../images/qq_03.png) no-repeat top center
}

.footer .contact .wx {
	width: 45px;
	height: 35px;
	margin-left: 18px;
	background: url(../images/weixin_01.png) no-repeat top center;
	display: inline-block
}

.footer .contact .wx:hover {
	background: url(../images/weixin_03.png) no-repeat top center
}

.footer .copy {
	
	position: relative;
	line-height: 24px;
	
}

.footer .copy a {
	padding: 0 15px;
	display: inline-block;
	position: relative
}

.footer .copy a:before {
	top: 7px;
	left: 0;
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	background: #737a79
}

.footer .copy a:first-child:before {
	display: none
}

.footer .copy a:first-child {
	padding-left: 0
}

.footer .copy span {
	font-family: arial
}

.footer .copy .map:before {
	display: none
}

.inside-banner {
	height: 500px;
	overflow: hidden;
	position: relative
}

.inside-banner .pic {
	top: 0;
	left: 50%;
	width: 1920px;
	height: 500px;
	margin-left: -960px;
	position: absolute
}

.inside-title {
	font-size: 14px;
	padding-left: 160px;
	position: relative
}

.inside-title span {
	top: 0;
	left: 0;
	position: absolute
}

.inside-title .font24 {
	color: #494d4e;
	font-size: 24px;
	font-weight: bold
}

.inside-news {
	padding-top: 15px;
	background: #f5f6f4
}

.inside-news ul {
	background: none;
	height: auto
}

.inside-news li {
	margin-top: 50px
}

.inside-news li .txtbox {
	right: 0;
	width: 788px
}

.inside-news .li-2 .txtbox {
	left: 0
}

.inside-current {
	text-align: right;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	color: #737a79;
	overflow: hidden;
	background: url(../images/index-aout-img2.png) no-repeat right bottom
}

.inside-current a {
	color: #737a79
}

.inside-current a:hover {
	color: #00b7c3
}

.inside-menu {
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dedede
}

.inside-menu #menu {
	width: 1050px
}

.inside-menu a {
	display: block;
	width: 140px;
	overflow: hidden;
	color: #6c7878;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
	font-size: 18px
}

.inside-menu a.cur,.inside-menu a:hover {
	color: #fff;
	border-radius: 30px;
	background: #00b7c3
}

.inside-menu .slick-prev,.inside-menu .slick-next {
	top: 5px;
	width: 30px;
	height: 30px;
	border: 0;
	margin-top: 0;
	overflow: hidden;
	border-radius: 50%;
	left: auto;
	border: solid 1px #00b7c3
}

.inside-menu .slick-prev {
	right: -100px;
	background: url(../images/left-prev.png) no-repeat center center
}

.inside-menu .slick-prev:hover {
	background: url(../images/left-prev-h.png) no-repeat center center #00b7c3
}

.inside-menu .slick-next {
	right: -150px;
	background: url(../images/right-next.png) no-repeat center center
}

.inside-menu .slick-next:hover {
	background: url(../images/right-next-h.png) no-repeat center center #00b7c3
}

.inside-page {
	padding: 35px 0;
	margin-top: 50px;
	font-size: 14px;
	vertical-align: top;
	background: #e5e7e6;
	text-align: center
}

.inside-page a {
	background: #fff;
	margin: 0 2px;
	padding: 0 15px;
	line-height: 37px;
	color: #666;
	display: inline-block
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	background: #00b7c3
}

.inside-news-show {
	color: #494d4e;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 70px;
	background: #f5f6f4
}

.inside-news-show h1 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px
}

.inside-news-show .info {
	padding: 7px;
	color: #999;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	background: #f5f6f4
}

.inside-news-show .info time {
	padding: 0 50px;
	display: inline-block
}

.inside-news-show .bg {
	background: #fff;
	margin-top: 50px;
	padding: 40px;
	padding-bottom: 50px;
	border: solid 1px #e5e5e5
}

.inside-news-show .spacing {
	text-indent: 2em
}

.inside-news-show .fanhui {
	height: 45px;
	line-height: 45px;
	display: block;
	font-size: 14px;
	text-align: center;
	background: #f5f6f4;
	margin-top: 40px
}

.inside-contact {
	padding-top: 15px;
	padding-bottom: 70px;
	background: #f5f6f4
}

.inside-contact .box {
	background: #fff;
	margin-top: 50px
}

.inside-contact .box .leftbox {
	float: left;
	width: 678px;
	height: 628px;
	border: solid 1px #c9cac8
}

.inside-contact .box .leftbox .contact-map {
	width: 100%;
	z-index: 1;
	position: relative;
	height: 626px
}

.inside-contact .box .leftbox #l-map {
	width: 100%;
	height: 626px
}

.inside-contact .box .rightbox {
	color: #494d4e;
	width: 450px;
	float: right;
	font-size: 18px;
	margin-right: 25px;
	padding: 40px 0
}

.inside-contact .box .rightbox p {
	margin-top: 15px
}

.inside-contact .box .rightbox .font24 {
	font-size: 24px;
	font-weight: bold
}

.inside-contact .box .rightbox .add {
	margin-top: 30px;
	padding-top: 25px;
	border-top: solid 3px #f1f4f0
}

.inside-contact .message {
	margin-top: 40px
}

.inside-contact .message .title {
	color: #737a79;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px
}

.inside-contact .message .title span {
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: solid 1px #00b7c3
}

.inside-contact .message li {
	margin-top: 10px;
	position: relative
}

.inside-contact .message li p {
	width: 380px;
	float: left;
	margin-left: 30px;
	position: relative
}

.inside-contact .message li p:first-child {
	margin-left: 0
}

.inside-contact .message li input,.inside-contact .message li textarea {
	padding: 10px 30px;
	background: #fff;
	font-size: 18px;
	color: #494d4e;
	width: 100%;
	padding-left: 60px;
	font-family: "微软雅黑";
	border: solid 1px #e9e9e9
}

.inside-contact .message li input:focus,.inside-contact .message li textarea:focus {
	border-color: #193764
}

.inside-contact .message li textarea {
	height: 160px
}

.inside-contact .message li label {
	left: 20px;
	top: 10px;
	position: absolute
}

.inside-contact .message li a {
	color: #fff;
	width: 176px;
	height: 45px;
	font-size: 20px;
	line-height: 43px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	background: #00b7c3;
	margin-top: 10px
}

.inside-contact .message li a:hover {
	width: 190px
}

.inside-case {
	padding-top: 15px;
	padding-bottom: 70px;
	background: #f5f6f4
}

.inside-case .list li {
	margin-top: 110px
}

.inside-case .list li .txtbox {
	float: left;
	width: 560px;
	text-align: right;
	margin-top: 75px
}

.inside-case .list li .item {
	width: 430px;
	float: right
}

.inside-case .list li .pic {
	width: 555px;
	height: 345px;
	float: right;
	overflow: hidden;
	position: relative
}

.inside-case .list li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-case .list li .tit {
	color: #737a79;
	font-size: 24px;
	height: 26px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-case .list li .txt {
	color: #9da2a3;
	height: 48px;
	overflow: hidden;
	margin: 15px 0 25px 0
}

.inside-case .list li .more {
	height: 36px;
	width: 130px;
	color: #9da2a3;
	font-size: 18px;
	background: #fff;
	line-height: 34px;
	text-align: center;
	border-radius: 30px;
	border: solid 1px #d5d5d5;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-case .list li:first-child {
	margin-top: 50px
}

.inside-case .list .li-2 .pic {
	float: left;
	width: 645px;
	height: 435px
}

.inside-case .list .li-2 .txtbox {
	width: 540px;
	text-align: left;
	float: right
}

.inside-case .list .li-2 .txtbox .item {
	float: left;
	margin-left: 80px
}

.inside-case .list li:hover .tit {
	color: #00b7c3
}

.inside-case .list li:hover .pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.inside-case .list li:hover .more {
	color: #fff;
	border-color: #00b7c3;
	background: #00b7c3
}

.inside-case-tj {
	padding: 55px;
	margin-top: 100px;
	background: #f5f6f4;
	border-bottom: solid 2px #00b7c3
}

.inside-case-tj p:first-child {
	font-size: 24px;
	margin-bottom: 10px
}

.inside-about {
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 70px
}

.inside-about .box {
	line-height: 33px;
	font-size: 16px;
	color: #494d4e;
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e5e7e7
}

.inside-about .box .pic {
	float: left
}

.inside-about .box .content {
	width: 830px;
	float: right
}

.inside-about .box-2 {
	margin-top: 70px;
	position: relative;
	margin-bottom: 20px
}

.inside-about .box-2 li {
	float: left;
	margin-left: 10px
}

.inside-about .box-2 li img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: #808080;
	filter: #808080;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-about .box-2 li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0)
}

.inside-about .box-2 li:first-child {
	margin-left: 0
}

.inside-about .box-2 .title {
	color: #737a79;
	font-size: 18px;
	z-index: 99;
	margin-left: 105px;
	padding-left: 60px;
	position: absolute;
	margin-top: -80px
}

.inside-about .box-2 .title img {
	top: -5px;
	left: 0;
	position: absolute
}

.inside-about .box-2 .title .font30 {
	font-size: 30px;
	color: #494d4e;
	margin-bottom: 10px
}

.inside-customer .index-title {
	color: #9da2a3;
	font-size: 16px
}

.inside-customer .index-title p:first-child {
	color: #737a79;
	margin-bottom: 0;
	font-weight: normal
}

.inside-customer .index-title em {
	padding-left: 60px
}

.inside-customer .index-title span {
	padding-right: 60px
}

.inside-customer .box ul {
	padding: 15px 30px;
	position: relative
}

.inside-customer .box ul:before {
	top: 15px;
	left: 30px;
	content: "";
	width: 1px;
	z-index: 9;
	min-height: 360px;
	background: #fff;
	position: absolute
}

.inside-customer .box ul:after {
	height: 1px;
	top: 15px;
	left: 30px;
	width: 95%;
	background: #fff;
	position: absolute
}

.inside-customer .box li {
	width: 16.6666%;
	height: auto;
	margin: 0;
	position: relative;
	border-left: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9
}

.inside-customer .box li:after {
	content: "";
	display: block;
	padding-bottom: 60%
}

.inside-customer .box .tu {
	margin-top: -10px
}

.inside-customer .box .tu-2 {
	margin-top: -4px
}

.inside-solution {
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 70px;
	background: #f5f6f4
}

.inside-solution li {
	width: 500px;
	float: left;
	margin: 60px 50px 20px 50px;
	position: relative
}

.inside-solution li .pic {
	width: 440px;
	height: 286px;
	margin-left: 60px;
	overflow: hidden;
	position: relative
}

.inside-solution li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-solution li .tit {
	color: #494d4e;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: solid 2px #d0d3d4
}

.inside-solution li .more {
	width: 80px;
	height: 25px;
	left: 0;
	bottom: 100px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	background: #193764;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.inside-solution li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-solution li:hover .more {
	background: #00b7c3
}

.inside-hotproduct {
	padding: 50px 75px 145px 75px
}

@media (max-width:1280px) {
	.inside-hotproduct {
		padding-left: 30px;
		padding-right: 30px
	}
}

.inside-hotproduct .title {
	color: #9da2a3;
	font-size: 18px;
	text-align: center
}

.inside-hotproduct .title p:first-child {
	color: #737a79;
	font-size: 30px;
	margin-bottom: 10px
}

.inside-hotproduct .scroll {
	margin-top: 50px
}

.inside-hotproduct .pic {
	overflow: hidden;
	position: relative
}

.inside-hotproduct .pic:after {
	content: "";
	display: block;
	padding-bottom: 88%
}

.inside-hotproduct .pic img {
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease
}

.inside-hotproduct .pic:hover img {
	opacity: .8
}

.inside-hotproduct .slick-dots {
	bottom: -60px
}

.inside-hotproduct .slick-dots li {
	position: relative
}

.inside-hotproduct .slick-dots li button {
	text-indent: 0;
	font-size: 18px;
	color: #494d4e;
	width: 40px;
	margin-right: 10px;
	text-align: left;
	font-family: arial;
	background: none;
	position: relative
}

.inside-hotproduct .slick-dots li button:after {
	content: "";
	width: 0;
	height: 1px;
	top: 7px;
	left: 20px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	background: #494d4e
}

.inside-hotproduct .slick-dots li button:before {
	content: "0";
	top: 8px;
	left: -10px;
	font-size: 18px;
	color: #494d4e;
	font-family: arial;
	position: absolute
}

.inside-hotproduct .slick-dots li.slick-active button {
	width: 105px
}

.inside-hotproduct .slick-dots li.slick-active button:after {
	width: 70px;
	opacity: 1
}

.inside-product {
	padding-bottom: 70px
}

.inside-product .inside-menu {
	border: 0;
	height: 50px;
	z-index: 1;
	position: relative
}

.inside-product .inside-menu a {
	width: 200px;
	position: relative
}

.inside-product .inside-menu a:hover {
	color: #fff;
	border-radius: 30px;
	background: #00b7c3
}

.inside-product .inside-menu .item {
	position: relative
}

.inside-product .inside-menu .item:hover {
	height: 360px
}

.inside-product .inside-menu .item:hover .submenu {
	display: block
}

.inside-product .inside-menu .submenu {
	top: 36px;
	left: 0;
	width: 200px;
	display: none;
	padding-top: 24px;
	position: absolute;
	border-radius: 3px;
	border-top: 0;
	background: url(../images/pro-top.png) no-repeat top center #fff
}

.inside-product .inside-menu .submenu .pro-mid {
	border: solid 1px #e7e7e7;
	border-top: 0;
	margin-left: 1px;
	border-radius: 3px;
	padding-bottom: 15px;
	margin-top: -10px;
	box-shadow: 0 0 10px #eee
}

.inside-product .inside-menu .submenu a {
	color: #494d4e;
	text-align: left;
	font-size: 16px;
	padding: 0 15px 0 30px
}

.inside-product .inside-menu .submenu a:hover {
	color: #00b7c3;
	background: none;
	border-radius: 0;
	text-decoration: underline
}

.inside-product .inside-menu .item:hover .submenu {
	display: block
}

.inside-product .list {
	border-top: solid 1px #dedede
}

.inside-product .list ul {
	margin: 0 -33px
}

@media (max-width:1280px) {
	.inside-product .list ul {
		margin: 0
	}
}

.inside-product .list li {
	float: left;
	width: 356px;
	height: 440px;
	margin: 0 33px;
	margin-top: 40px;
	position: relative;
	text-align: center;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	border: solid 1px #efefef
}

@media (max-width:1280px) {
	.inside-product .list li {
		margin-left: 22px;
		margin-right: 22px
	}
}

.inside-product .list li .pic {
	width: 354px;
	height: 324px;
	position: relative
}

.inside-product .list li .tit,.inside-product .list li .txt {
	padding: 0 40px
}

.inside-product .list li .tit {
	color: #494d4e;
	height: 26px;
	margin-top: 20px;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 5px
}

.inside-product .list li .txt {
	color: #494d4e;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	line-height: 20px
}

.inside-product .list li:hover {
	border: solid 1px #214663;
	outline: solid 1px #214663
}

.inside-product-show {
	padding: 15px 0 70px 0;
	background: #f5f6f4
}

.inside-product-show .box {
	background: #fff;
	min-height: 520px;
	margin-top: 40px;
	padding-top: 90px;
	border: solid 1px #e5e5e5
}

.inside-product-show .box .leftbox {
	width: 47%;
	float: left;
	padding: 0 20px;
	text-align: center
}

.inside-product-show .box .leftbox .bigimg {
	width: 354px;
	margin: 0 auto
}

.inside-product-show .box .leftbox .bigimg .pic {
	width: 354px;
	height: 324px;
	position: relative
}

.inside-product-show .box .leftbox .smallimg {
	width: 354px;
	padding: 0 40px;
	margin: 0 auto;
	margin-top: 15px
}

.inside-product-show .box .leftbox .smallimg .pic {
	width: 60px;
	height: 55px;
	position: relative;
	border: solid 2px #dfdfdf
}

.inside-product-show .box .leftbox .slick-prev,.inside-product-show .box .leftbox .slick-next {
	width: 35px;
	height: 35px;
	margin-top: -230px;
	border-width: 2px;
	border-color: #e1e1e1
}

.inside-product-show .box .leftbox .slick-prev {
	left: -70px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.inside-product-show .box .leftbox .slick-prev:hover {
	border-color: #00b7c3
}

.inside-product-show .box .leftbox .slick-next {
	right: -70px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.inside-product-show .box .leftbox .slick-next:hover {
	border-color: #00b7c3
}

.inside-product-show .box .leftbox .slick-current .pic {
	border-color: #00b7c3
}

.inside-product-show .box .rigbox {
	width: 50%;
	float: right;
	padding-right: 90px
}

.inside-product-show .box .rigbox h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px
}

.inside-product-show .box .rigbox .txt {
	color: #999
}

.inside-product-show .box .rigbox .list {
	padding: 30px 0;
	margin-top: 50px;
	border-top: solid 1px #f0f2f5;
	border-bottom: solid 1px #f0f2f5
}

.inside-product-show .box .rigbox .list li {
	width: 50%;
	float: left;
	color: #214663;
	line-height: 30px
}

.inside-product-show .box-2 {
	margin-top: 20px
}

.inside-product-show .box-2 .title {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #494d4e;
	background: url(../images/title-bg.jpg) repeat-x
}

.inside-product-show .box-2 .title span {
	padding: 0 35px;
	display: inline-block;
	border-bottom: solid 2px #00b7c3
}

.inside-product-show .box-2 .leftbox {
	width: 880px;
	float: left;
	color: #494d4e;
	line-height: 33px;
	background: #fff;
	border: solid 1px #e5e5e5
}

.inside-product-show .box-2 .leftbox .item {
	padding: 40px
}

.inside-product-show .box-2 .rightbox {
	width: 310px;
	background: #fff;
	float: right;
	padding-bottom: 10px;
	border: solid 1px #e5e5e5
}

.inside-product-show .box-2 .rightbox li {
	padding: 15px;
	text-align: center
}

.inside-product-show .box-2 .rightbox li .pic {
	width: 278px;
	height: 254px;
	overflow: hidden;
	position: relative;
	border: solid 1px #ecebeb
}

.inside-product-show .box-2 .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-product-show .box-2 .rightbox li .tit {
	font-size: 18px;
	height: 26px;
	overflow: hidden;
	color: #494d4e;
	margin-top: 15px
}

.inside-product-show .box-2 .rightbox li .txt {
	color: #494d4e;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden
}

.inside-product-show .box-2 .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-product-show .box-2 .rightbox li:hover .tit {
	color: #00b7c3
}

.inside--solution-show {
	background: #fff;
	padding: 70px;
	margin-top: 40px;
	color: #494d4e;
	border: solid 1px #e5e5e5
}

.inside--solution-show h1 {
	font-size: 30px;
	color: #494d4e;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px
}

.inside--solution-show .txt {
	font-size: 16px;
	line-height: 24px;
	text-align: center
}

.inside--solution-show .title {
	font-size: 24px;
	margin-bottom: 30px
}

.inside--solution-show .font20 {
	font-size: 20px;
	margin-bottom: 10px
}

.inside--solution-show .font18 {
	font-size: 18px;
	line-height: 30px
}

.inside--solution-show .box {
	margin-top: 80px
}

.inside--solution-show .box .pic {
	float: left;
	margin-top: 30px
}

.inside--solution-show .box .rightbox {
	width: 540px;
	padding-left: 40px;
	float: left
}

.inside--solution-show .box dl {
	overflow: hidden;
	padding-top: 20px;
	position: relative
}

.inside--solution-show .box dl:before {
	top: 50%;
	left: 50%;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -60px;
	position: absolute;
	background: url(../images/soushow-4.jpg) no-repeat top center
}

.inside--solution-show .box dt {
	width: 375px;
	float: left;
	height: 185px;
	position: relative;
	border-radius: 10px
}

.inside--solution-show .box dd {
	width: 465px;
	height: 185px;
	float: right;
	border-radius: 10px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 40px;
	border: solid 1px #ddd
}

.inside--solution-show .box .dl-02 dt {
	float: right
}

.inside--solution-show .box .dl-02 dd {
	float: left
}

.inside--solution-show .box .dl-02:before {
	margin-left: 33px;
	background: url(../images/soushow-5.jpg) no-repeat top center
}

.inside--solution-show .item {
	padding: 0 80px;
	line-height: 24px
}

.inside--solution-show .item-2 {
	margin-top: 80px
}

.inside--solution-show .item-2 .pic {
	float: right
}

.inside-service {
	color: #494d4e;
	padding-top: 15px;
	background: #e5e7e6
}

.inside-service .box {
	padding: 60px 0;
	margin-top: 40px;
	background: #f5f6f4
}

.inside-service .box li {
	width: 540px;
	float: right;
	line-height: 30px;
	padding-left: 80px;
	position: relative
}

.inside-service .box li .ico {
	top: 0;
	left: 0;
	position: absolute
}

.inside-service .box li .font24 {
	font-size: 24px;
	margin-bottom: 20px
}

.inside-service .box li:first-child {
	width: 600px;
	float: left
}

.inside-service .box-2 {
	padding: 60px 0;
	background: #e5e7e6
}

.inside-service .box-2 .title {
	font-size: 24px;
	color: #737a79;
	text-align: center;
	position: relative;
	font-weight: 600;
	margin-bottom: 40px;
	padding-bottom: 15px
}

.inside-service .box-2 .title:before {
	width: 60px;
	height: 2px;
	left: 50%;
	bottom: 0;
	content: "";
	margin-left: -30px;
	position: absolute;
	background: #00b7c3
}

.inside-service .box-2 .tit {
	margin-top: 30px;
	position: relative
}

.inside-service .box-2 .tit:before {
	top: 0;
	left: 0;
	content: "";
	width: 179px;
	height: 69px;
	line-height: 69px;
	position: absolute;
	background: url(../images/service-3.png) no-repeat top center #214663
}

.inside-service .box-2 .tit:after {
	top: 0;
	right: 0;
	content: "";
	width: 67px;
	height: 69px;
	position: absolute;
	background: url(../images/service-5.png) no-repeat top center #214663
}

.inside-service .box-2 .tit span {
	display: block;
	height: 69px;
	background: #fff;
	width: 938px;
	line-height: 62px;
	overflow: hidden;
	margin-left: 196px;
	padding: 0 40px;
	border-bottom: solid 7px #214663
}

.inside-service .box-2 .txt {
	color: #555;
	display: none;
	margin: 20px 25px 60px 25px;
	padding-left: 60px;
	position: relative
}

.inside-service .box-2 .txt .qa {
	top: 0;
	left: 0;
	width: 40px;
	height: 38px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	position: absolute;
	background: url(../images/service-7.png) no-repeat center center
}

.inside-service .box-2 .active:before {
	background: url(../images/service-4.png) no-repeat top center #00b7c3
}

.inside-service .box-2 .active:after {
	height: 62px;
	border-bottom: solid 7px #00b7c3;
	background: url(../images/service-6.png) no-repeat top center
}

.inside-service .box-2 .active span {
	border-color: #00b7c3
}

.inside-service .more {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	background: #fff;
	line-height: 34px;
	margin-top: 40px;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	border: solid 1px #d6d6d6
}

.inside-service .more:hover {
	color: #fff;
	border-color: #00b7c3;
	background: #00b7c3
}

.inside-service .box-3 {
	padding-bottom: 70px;
	padding-top: 60px;
	background: #fff
}

.inside-service .box-3 .title {
	font-size: 24px;
	color: #737a79;
	text-align: center;
	position: relative;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px
}

.inside-service .box-3 .title:before {
	width: 60px;
	height: 2px;
	left: 50%;
	bottom: 0;
	content: "";
	margin-left: -30px;
	position: absolute;
	background: #00b7c3
}

.inside-service .box-3 .inside-menu {
	padding-bottom: 0
}

.inside-service .box-3 .inside-menu #menu {
	padding-right: 150px
}

.inside-service .box-3 .inside-menu a {
	margin-left: 1px;
	color: #214663;
	height: 45px;
	width: 175px;
	line-height: 45px;
	background: #fff;
	border: solid 1px #dfdfdf;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.inside-service .box-3 .inside-menu .slick-current a,.inside-service .box-3 .inside-menu a:hover {
	background: #fff;
	color: #737a79;
	background: #e5e7e6;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.inside-service .box-3 .list {
    display:none;
}

.inside-service .box-3 .list:first-child {
    display:block;
}

.inside-service .box-3 .list ul {
	margin: 0 -10px
}

@media (max-width:1280px) {
	.inside-service .box-3 .list ul {
		margin: 0
	}
}

.inside-service .box-3 .list li {
	width: 386px;
	height: 148px;
	margin: 0 10px;
	margin-top: 20px;
	float: left;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #eee;
	padding: 40px 25px 0 25px
}

.inside-service .box-3 .list li .icobox {
	float: left;
	display: block;
	width: 52px;
	height: 61px;
	overflow: hidden;
	position: relative
}

.inside-service .box-3 .list li .ico-h {
	left: 0;
	bottom: -61px;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-service .box-3 .list li .txtbox {
	width: 260px;
	float: right
}

.inside-service .box-3 .list li .txtbox .t1 {
	color: #214663;
	height: 26px;
	overflow: hidden
}

.inside-service .box-3 .list li .txtbox .t2 {
	font-size: 14px;
	color: #737a79;
	height: 26px;
	overflow: hidden
}

@media (max-width:1280px) {
	.inside-service .box-3 .list li {
		margin-left: 5px;
		margin-right: 5px
	}
}

.inside-service .box-3 .list li:hover {
	outline: solid 1px #00b7c3;
	border-color: #00b7c3
}

.inside-service .box-3 .list li:hover .ico {
	display: none
}

.inside-service .box-3 .list li:hover .ico-h {
	bottom: 0
}

.inside-service .more {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	background: #fff;
	line-height: 34px;
	margin-top: 40px;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	border: solid 1px #d6d6d6
}

.inside-service .more:hover {
	color: #fff;
	border-color: #00b7c3;
	background: #00b7c3
}

.inside-service .box,.inside-service .box-2,.inside-service .box-3 {
	position: relative
}

.inside-service .dw {
	top: -180px;
	height: 180px;
	z-index: -1;
	position: absolute
}

.inside-map {
	padding-top: 40px
}

.inside-map li {
	padding: 20px 0
}

.inside-map li h3 {
	margin-bottom: 15px
}

.inside-map li h3 a {
	color: #00b7c3
}

.inside-map li a {
	margin: 0 15px;
	display: inline-block
}

.inside-map li div {
	margin-bottom: 25px
}





/**********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;
}


.share{
	position:relative;
}
.share .qqbox:hover .qq-wx{
	display:block;
}
.share .wxbox:hover .wx-2{
	display:block;
}
.qq-wx,.wx-2{
	right:0;
	top:0;
	display:none;
	position:absolute;
}
.qq-wx img,.wx-2 img{max-height:100px;margin-right:0!important;}

.img1004 {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    float:left;
}
.img100 {
    width:100%;
}