* {
	margin: 0;
	padding: 0
}

body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	line-height: 22px;
	background: #fff
}

dd,dl,dt,li,ol,ul {
	list-style: none
}

img {
	border: none
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #0490fc
}

p {
	text-indent: 0
}

h1,h2,h3,h4,h5 {
	font-weight: 400
}

.fl {
	float: left
}

.fr {
	float: right
}

.bg-w {
	background: #fff!important
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .clearfix {
	zoom: 1
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.btn {
	display: inline-block;
	padding: 6px 25px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-size: 16px;
	border: 1px solid;
	border-radius: 5px;
	cursor: pointer
}

.btn:hover {
	color: #000
}

.btn_white {
	color: #000;
	border-color: #e5e5e5;
	background: #fff
}

.active .btn_white,.btn_blue,.btn_white:hover {
	color: #fff;
	border-color: #0490fc;
	background: #0490fc
}

.active a {
	color: #0490fc
}

.blue {
	color: #0490fc!important
}

.revealOnScroll {
	opacity: 0
}

.no-cssanimations .revealOnScroll {
	opacity: 1
}

.more {
	text-align: center
}

.tab_menu {
	margin: 0
}

.tab_content {
	display: none
}

section {
	width: 100%;
	background: #fff
}

section>h2,section>h3,section>h5 {
	width: 1200px;
	text-align: center
}

section>h2 {
	margin: 0 auto;
	padding-top: 75px;
	color: #0490fc;
	font-size: 38px
}

section>h3 {
	margin: 30px auto 0;
	font-size: 24px
}

section>h5 {
	margin: 30px auto 0;
	font-size: 14px
}

.pager {
	height: 26px;
	text-align: center
}

.pager ul {
	width: 76px;
	height: 26px;
	margin: auto
}

.pager ul li {
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 6px;
	line-height: 22px;
	background: #d2d2d2
}

.pager ul li:hover {
	background: #0490fc
}

.pager ul li img {
	vertical-align: middle
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px
}

.spinner_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)!important;
	filter: Alpha(opacity=80);
	background: #000;
	z-index: 99999
}

.spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 200px;
	text-align: center;
	color: #ccc
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #ccc;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner h3 {
	margin-top: 20px
}

.spinner h4 {
	width: 500px;
	margin-top: 20px
}

.spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
	0%,100%,80% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bouncedelay {
	0%,100%,80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.navi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	z-index: 1000;
	background: url(../images/navdi.png) repeat
}

.navi .logo {
	height: 74px
}

.navi .logo img {
	margin: 13px 0
}

.navi .menu li {
	float: left;
	width: 100px;
	height: 74px;
	font-weight: 700
}

.navi .menu li a {
	color: #fff
}

.menu li.active,.navi .menu li:hover {
	height: 69px;
	line-height: 69px;
	border-top: 5px solid white;
}

.menu li.active a,.navi .menu li:hover a {
	background-color: green;
	font-size: large;
	padding: 10px;
	border-radius: 10px;
}

.navi_scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: rgba(0,0,0,.6)!important;
	filter: Alpha(opacity=60);
	background: #000;
	z-index: 1000
}

.navi_scroll .logo {
	height: 70px
}

.navi_scroll .logo img {
	margin: 11px 0
}

.navi_scroll .menu li {
	float: left;
	width: 100px;
	height: 70px;
	font-weight: 700
}

.navi_scroll .menu li a {
	color: #fff
}

.menu li.active,.navi_scroll .menu li:hover {
	height: 65px;
	line-height: 65px;
	border-top: 5px solid #0490fc
}

.menu li.active a,.navi_scroll .menu li:hover a {
	color: #0490fc
}

.banner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.banner_img {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px
}

.banner_abstract {
	position: absolute;
	padding: 15px 25px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.6)
}

.banner_abstract h2 {
	line-height: 45px;
	font-size: 28px
}

.banner_abstract h3 {
	margin: 20px 0 0;
	line-height: 30px;
	color: #b2b2b2;
	font-size: 18px
}

.banner_abstract .blue {
	padding-bottom: 20px;
	font-weight: 400;
	border-bottom: 1px solid #0490fc
}

.slider {
	position: relative;
	min-width: 1200px;
	overflow: hidden;
	background: #fff
}

.slider .slick-slide {
	position: relative;
	overflow: hidden
}

.slider .slick-slide img {
	position: relative;
	width: 100%
}

.slick_next,.slick_prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	line-height: 26px;
	text-align: center;
	border: none;
	border-radius: 15px;
	background-color: rgba(204,204,204,.4)!important;
	filter: Alpha(opacity=40);
	background: #ccc;
	cursor: pointer;
	z-index: 10
}

.slick_next:hover,.slick_prev:hover {
	color: #fff;
	background: #0490fc!important
}

.slick_next img,.slick_prev img {
	vertical-align: middle
}

.slick_dots {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 125px;
	text-align: center
}

.slick_dots li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	cursor: pointer;
	z-index: 10
}

.slick_dots li.slick-active,.slick_dots li:hover {
	background: #0490fc
}

.slick_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slider .slick_prev {
	left: 20px
}

.slider .slick_next {
	right: 20px
}

.slider .slick_dots {
	bottom: 125px
}

.slider .slick_dots li {
	width: 40px;
	height: 3px;
	margin: 0 5px
}

.index .provided {
	height: 651px;
	text-align: center;
	background: #fafafa
}

.index .provided2017 {
	height: 980px;
	text-align: center;
	background: #fafafa
}

.provided .wrapper {
	padding: 100px 0
}

.hexagon_odd {
	width: 1066px;
	margin: -75px auto 0
}

.hexagon_odd2017 {
	width: 1066px;
	margin: 55px auto 0
}

.hexagon_even {
	width: 852.8px;
	margin: -75px auto 0
}

.hexagon_even .hexagon_wrapper {
	margin-top: -20px
}

.hexagon_wrapper {
	position: relative;
	width: 173.2px;
	height: 200px;
	margin: 0 20px;
	overflow: hidden
}

.hexagon_wrapper>div {
	opacity: .6;
	filter: Alpha(opacity=60)
}

.hexagon_wrapper>img {
	position: relative;
	margin-top: 8px;
	z-index: 100
}

.hexagon {
	position: absolute;
	top: 50px;
	width: 173.2px;
	height: 100px;
	line-height: 100px;
	background-color: #0490fc
}

.hexagon img {
	vertical-align: middle
}

.hexagon_h {
	display: table;
	position: absolute;
	top: 50px;
	left: 173.2px;
	background: #000
}

.hexagon_h h3 {
	display: table-cell;
	width: 173.2px;
	height: 100px;
	line-height: 40px;
	vertical-align: middle;
	color: #fff;
	font-size: 30px
}

.hexagon_top {
	top: 0;
	left: 0;
	border-bottom: 50px solid #0490fc
}

.hexagon_bottom {
	bottom: 0;
	left: 0;
	border-top: 50px solid #0490fc
}

.hexagon_top_h {
	top: 0;
	left: -173.2px;
	border-bottom: 50px solid #000
}

.hexagon_bottom_h {
	bottom: 0;
	left: -173.2px;
	border-top: 50px solid #000
}

.hexagon_bottom_h,.hexagon_h,.hexagon_top_h {
	transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out
}

.hexagon_wrapper:hover>.hexagon_bottom_h,.hexagon_wrapper:hover>.hexagon_h,.hexagon_wrapper:hover>.hexagon_top_h {
	left: 0
}

.hexagon_bottom,.hexagon_bottom_h,.hexagon_top,.hexagon_top_h {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 86.6px solid transparent;
	border-right: 86.6px solid transparent;
	z-index: 10
}

.precipitation .wrapper {
	position: relative;
	height: 731px;
	background: url(../images/index_24.jpg) center 50px no-repeat
}

.precipitation .wrapper .technical {
	height: 630px
}

.precipitation .wrapper .technical>ul {
	height: 600px
}

.precipitation .wrapper .technical>ul>li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.precipitation .wrapper .technical>ul>li>h4 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
	background-image: url(../images/index_2_32.png);
	background-repeat: no-repeat;
	z-index: 10;
	transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out
}

.precipitation .wrapper .technical>ul>li>h4:hover {
	color: #0490fc;
	background-image: url(../images/index_2_5F25.png)
}

.precipitation .wrapper .technical>ul>li.technical_show {
	top: 150px;
	left: 450px;
	background: 0 0
}

.precipitation .wrapper .technical>ul>li>h4 {
	line-height: 50px;
	font-size: 24px;
	cursor: pointer
}

.precipitation .wrapper .technical>ul>li.technical_show>h4 {
	display: none
}

.precipitation .technical_details {
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	z-index: 10
}

.precipitation .technical_details h3 {
	position: relative;
	height: 70px;
	line-height: 70px;
	background: #1584d9
}

.precipitation .technical_details p {
	position: relative;
	padding: 20px;
	text-indent: 0;
	text-align: left;
	font-size: 16px;
	background: #62acfa
}

.precipitation .technical_details .triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 30px solid #fff;
	border-left: 30px solid transparent;
	border-top: 300px solid transparent;
	z-index: 10
}

.precipitation .technical_details .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
	background: url(../images/icon_02.png) center center no-repeat;
	z-index: 100;
	cursor: pointer
}

.precipitation .technical_01>h4 {
	top: 64px;
	left: 440px;
	background-position: 0 34px
}

.precipitation .technical_02>h4 {
	top: 120px;
	left: 520px;
	background-position: 0 30px
}

.precipitation .technical_03>h4 {
	top: 195px;
	left: 565px;
	background-position: 0 20px
}

.precipitation .technical_04>h4 {
	top: 280px;
	left: 585px;
	background-position: 0 17px
}

.precipitation .technical_05>h4 {
	top: 370px;
	left: 570px;
	background-position: 0 15px
}

.precipitation .technical_06>h4 {
	top: 450px;
	left: 525px;
	background-position: 0 10px
}

.precipitation .technical_07>h4 {
	top: 520px;
	left: 425px;
	background-position: 0 0
}

.precipitation .technical_08>h4 {
	top: 50px;
	left: 715px;
	background-position: 0 34px
}

.precipitation .technical_09>h4 {
	top: 110px;
	left: 758px;
	background-position: 0 28px
}

.precipitation .technical_10>h4 {
	top: 185px;
	left: 790px;
	background-position: 0 22px
}

.precipitation .technical_11>h4 {
	top: 280px;
	left: 804px;
	background-position: 0 17px
}

.precipitation .technical_12>h4 {
	top: 380px;
	left: 790px;
	background-position: 0 12px
}

.precipitation .technical_13>h4 {
	top: 460px;
	left: 755px;
	background-position: 0 7px
}

.precipitation .technical_14>h4 {
	top: 530px;
	left: 700px;
	background-position: 0 0
}

.index .cooperation {
	height: 590px;
	background: url(../images/index_2_09.jpg) center top no-repeat
}

.cooperation>h3 {
	color: #fff
}

.cooperation .wrapper {
	height: 400px
}

.cooperation .partner_list {
	width: 880px;
	margin: 0 auto
}

.cooperation .slick-track ul {
	margin: 20px auto;
	text-align: center
}

.cooperation .slick-track ul li {
	float: left;
	width: 200px;
	margin: 10px;
	height: 125px;
	background: #fff;
	opacity: .6
}

.cooperation .slick-track ul li:hover {
	opacity: 1
}

.cooperation .slick_prev {
	left: -50px
}

.cooperation .slick_next {
	right: -50px
}

.cooperation .slick_dots {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 10px;
	text-align: center
}

.cooperation .slick_dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px
}

.index .flow {
	background: 0 0
}

.flow .wrapper {
	height: 426px
}

.flow>h3,.flow>h5 {
	color: #fff
}

.flow .wrapper ul {
	width: 1168px;
	margin: 50px auto;
	padding-bottom: 100px;
	background: url(../images/index_53.png) center 160px no-repeat
}

.flow .wrapper ul li {
	float: left;
	width: 100px;
	margin: 0 23px;
	text-align: center
}

.flow .wrapper ul li a {
	display: block;
	color: #fff;
	font-size: 16px
}

.flow .wrapper ul li img {
	display: block;
	margin: 20px auto
}

.index .case {
	height: 1280px;
}

.banner_case {
	top: 80px;
	left: 535px;
	width: 800px;
	background: 0 0
}

.banner_case>ul {
	width: 800px
}

.banner_case>ul>li {
	float: left;
	width: 120px;
	height: 120px;
	margin: 40px
}

.case .wrapper {
	height: 780px
}

.case .more a {
	border: 1px solid #0490fc
}

.case_menu ul {
	width: 520px;
	margin: 40px auto 25px
}

.case_menu ul li {
	float: left;
	width: 120px;
	margin: 0 5px;
	text-align: center
}

.case_list>ul {
	width: 1200px;
	margin: 50px auto
}

.case_list>ul>li {
	position: relative;
	float: left;
	width: 240px;
	height: 300px;
	text-align: center;
	color: #fff;
	overflow: hidden
}

.case_list>ul>li>a {
	display: block
}

.case_list>ul>li>a>img {
	display: block;
	width: 240px;
	height: 300px;
	margin: 0 auto
}

.case_list>ul>li h4 {
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	line-height: 50px;
	font-size: 18px
}

.case_list>ul>li p {
	width: 200px;
	height: 80px;
	margin: 0 auto;
	font-size: 16px
}

.case_list .case_example_gray {
	top: -160px;
	background-color: rgba(0,0,0,.8)!important;
	background: #000
}

.case_list .case_example_gray .case_arrow {
	left: 115px;
	bottom: -10px;
	border-top: 10px solid #000
}

.case_list .case_example_blue {
	top: 160px;
	background-color: rgba(4,144,252,.8)!important;
	background: #0490fc
}

.case_list .case_example_blue .case_arrow {
	left: 115px;
	top: -10px;
	border-bottom: 10px solid #0490fc
}

.case_list .case_example_blue,.case_list .case_example_gray {
	position: absolute;
	left: 0;
	width: 240px;
	height: 300px;
	filter: Alpha(opacity=80);
	transition: top .3s ease-in-out;
	-moz-transition: top .3s ease-in-out;
	-webkit-transition: top .3s ease-in-out
}

.case_list>ul>li:hover>.case_example_blue,.case_list>ul>li:hover>.case_example_gray {
	top: 0
}

.case_list .case_arrow {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	opacity: .8;
	filter: Alpha(opacity=80)
}

.case_list .case_example_link {
	width: 240px;
	height: 150px;
	line-height: 150px
}

.case_list .case_example_link img {
	vertical-align: middle
}

.index .information {
	height: 350px;
	text-align: center
}

.information .wrapper ul {
	margin-top: 120px
}

.information .wrapper ul li {
	float: left;
	width: 300px
}

.information .wrapper ul li h2 {
	color: #f08519;
	font-size: 22px;
	font-weight: 400
}

.information .wrapper ul li h3 {
	display: inline-block;
	margin-top: 50px;
	padding: 5px 20px;
	border: 1px solid #81beec
}

.information .wrapper ul li .timer {
	font-family: font-lcd;
	color: #0490fc;
	font-size: 140px
}

.index .news {
	background: #fafafa
}

.news .wrapper {
	height: 570px
}

.news_list ul {
	width: 1200px;
	margin: 10px auto
}

.news_list ul li {
	position: relative;
	float: left;
	width: 550px;
	height: 90px;
	margin-top: 20px;
	padding: 10px 25px;
	overflow: hidden
}

.news_menu ul {
	width: 390px;
	margin: 40px auto 25px
}

.news_menu ul li {
	float: left;
	width: 120px;
	margin: 0 5px;
	text-align: center
}

.newstab_content {
	display: none
}

.news_date {
	width: 78px;
	text-align: center;
	color: #fff
}

.news_date h2 {
	width: 80px;
	height: 58px;
	line-height: 58px;
	font-size: 48px;
	background: #cfcfcf
}

.news_date h4 {
	width: 80px;
	height: 30px;
	margin-top: 2px;
	line-height: 30px;
	font-size: 14px;
	background: #919191
}

.news_list .slick-track ul li:hover h4,.news_list ul li:hover h2 {
	color: #0490fc;
	background: #fafafa
}

.news_title {
	width: 420px;
	margin-right: 30px
}

.news_title h3 {
	margin-bottom: 10px;
	color: #0490fc;
	line-height: 18px;
	font-size: 18px
}

.news_title .news_abstract {
	color: grey;
	font-size: 14px
}

.news_title:hover .news_abstract,.news_title:hover h3 {
	color: #0490fc
}

.news_list .more {
	position: absolute;
	right: 25px;
	bottom: 5px;
	width: 100px;
	height: 19px
}

.news_list .more a {
	color: grey
}

.news_list .more a:hover {
	color: #0490fc
}

.news_list .pager {
	margin: 50px auto 0
}

.news_list .pager ul li {
	border-radius: 26px;
	cursor: pointer
}

.index .contact {
	height: 678px;
	background: url(../images/index_05.jpg) center top no-repeat
}

.contact .wrapper {
	height: 449px
}

.contact>h3,.contact>h5 {
	color: #fff
}

.contact>h5 {
	width: 500px
}

.contact .wrapper>ul {
	width: 1001px;
	margin: 100px auto
}

.contact .wrapper>ul>li {
	float: left;
	width: 500px;
	text-align: center;
	color: #fff;
	font-size: 16px
}

.contact .wrapper>ul>li+li {
	border-left: 1px dashed #fff
}

.contact .wrapper>ul>li>h3 {
	margin: 50px auto 25px;
	font-size: 24px
}

footer {
	width: 100%;
	background: #000;
	text-align: center;
	color: #fff;
	overflow: hidden;
	padding-bottom:40px;
}

footer .links {
	margin: 45px auto
}

footer .links a {
	display: inline-block;
	width: 128px;
	height: 56px;
	margin: 0 5px;
	border: 1px solid #e5e5e5;
	background: url(../images/index_99.png) no-repeat;
	transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-webkit-transition: background-position .3s ease-in-out
}

footer .links .links_1 {
	background-position: 0 0
}

footer .links .links_1:hover {
	background-position: 0 -60px
}

footer .links .links_2 {
	background-position: -130px 0
}

footer .links .links_2:hover {
	background-position: -130px -60px
}

footer .links .links_3 {
	background-position: -260px 0
}

footer .links .links_3:hover {
	background-position: -260px -60px
}

footer .links .links_4 {
	background-position: -390px 0
}

footer .links .links_4:hover {
	background-position: -390px -60px
}

footer .links .links_5 {
	background-position: -520px 0
}

footer .links .links_5:hover {
	background-position: -520px -60px
}

footer .tag {
	margin: 5px 0
}

footer .tag span {
	cursor: pointer
}

footer .tag span:hover {
	color: #0490fc
}

.sidebar-tel{
	position:fixed;
	bottom:20%;
	right:1px;
	width: 72px;
	height: 144px;
	line-height: 72px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-image: url(../images/tel.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fbb01f;
}

.sidebar-tel .tel-num{
	display: none;
	width: 180px;
	height: 72px;
	float: right;
	margin-right: 72px;
	background: #ff811b;
}

.sidebar-tel:hover{
	background-color: #ff811b;
}

.sidebar-tel:hover .tel-num{
	display: block;
}
.sidebar-tel .qq{
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 72px;
}
.case_banner_abstract {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	text-align: center;
	color: #fff
}

.case_wrapper {
	width: 1200px;
	margin: 0 auto
}

.case_wrapper .case_list ul {

	width: 1008px
}

.case_wrapper .case_list ul li {
	position: relative;
	width: 400px;
	height: 300px;
	/*margin: 20px 10px 0;*/
	overflow: hidden
}

.case_wrapper .case_list ul li div {
	position: absolute;
	top: 330px;
	left: 0;
	width: 380px;
	height: 260px;
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6)!important;
	filter: Alpha(opacity=60);
	background: #000;
	z-index: 10;
	transition: top .3s ease-in-out;
	-moz-transition: top .3s ease-in-out;
	-webkit-transition: top .3s ease-in-out
}

.case_wrapper .case_list ul li:hover div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.case_wrapper .case_list ul li div a {
	display: inline-block;
	width: 55px;
	heiht: 55px;
	margin: 50px 20px
}

.case_wrapper .case_list ul li div a img {
	width: 55px;
	height: 55px
}

.case_wrapper .case_list ul li div h3 {
	margin: 10px auto;
	font-size: 18px
}

.case_wrapper .case_list ul li div span {
	font-size: 12px
}

.case_wrapper .pager {
	margin: 30px 100px
}

.case_details {
	width: 1200px;
	margin: 0 auto
}

.case_details .case_title {
	margin-top: 160px
}

.case_details .case_title .case_qr {
	width: 599px;
	height: auto;
	border-right: 1px dashed #ddd
}

.case_details .case_title .case_qr h2 {
	color: #0490fc;
	font-size: 38px
}

.case_details .case_title .case_qr h3 {
	margin: 20px 0 30px;
	font-size: 22px
}

.case_details .case_title .case_abstract {
	width: 555px;
	height: auto;
	padding-left: 45px
}

.case_details .case_title .case_abstract h3 {
	margin-bottom: 15px;
	font-size: 20px
}

.case_details .case_title .case_abstract p {
	margin-top: 40px;
	line-height: 22px;
	font-size: 14px
}

.case_details .case_content {
	margin-top: 140px;
	text-align: center
}

.case_details .pager {
	margin: 45px 100px 100px
}

.banner_service {
	top: 200px;
	left: 50%;
	text-align: left
}

.service_wrapper {
	width: 1200px;
	margin: 0 auto
}

.service_wrapper ul {
	width: 1104px;
	margin: 70px auto 130px
}

.service_wrapper ul li {
	float: left;
	width: 360px;
	height: 185px;
	margin: 8px 4px 0;
	text-align: center
}

.service_wrapper ul li.service_1 {
	background: url(../images/service_03.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_1:hover {
	background: url(../images/service_04.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_2 {
	background: url(../images/service_07.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_2:hover {
	background: url(../images/service_06.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_3 {
	background: url(../images/service_09.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_3:hover {
	background: url(../images/service_10.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_4 {
	background: url(../images/service_15.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_4:hover {
	background: url(../images/service_16.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_5 {
	background: url(../images/service_20.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_5:hover {
	background: url(../images/service_21.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_6 {
	background: url(../images/service_18.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_6:hover {
	background: url(../images/service_19.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_7 {
	background: url(../images/service_38wx.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_7:hover {
	background: url(../images/service_38wxg.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_8 {
	background: url(../images/service_39rjcs.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_8:hover {
	background: url(../images/service_39rjcs2.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_9 {
	background: url(../images/service_5F40rjcs.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_9:hover {
	background: url(../images/service_5F40rjcs2.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li.service_10 {
	background: url(../images/service_5F40rjcs.png) center 20px no-repeat #f5f5f5
}

.service_wrapper ul li.service_10:hover {
	background: url(../images/service_5F40rjcs2.png) center 20px no-repeat #0490fc
}

.service_wrapper ul li a {
	display: block;
	width: 360px
}

.service_wrapper ul li a h3 {
	width: 150px;
	height: 30px;
	margin: 140px auto 0;
	line-height: 30px;
	text-align: center
}

.service_wrapper ul li:hover a h3 {
	color: #fff;
	border: 1px solid #fff
}

.service_content {
	width: 1000px;
	margin: 60px auto;
	color: grey;
	overflow: hidden
}

.service_content h3 {
	margin: 30px 0;
	color: #0490fc;
	font-size: 22px
}

.banner_news {
	top: 215px;
	left: 52%
}

.news_wrapper {
	width: 1100px;
	margin: 60px auto 0;
	overflow: hidden
}

.news_wrapper .news_top {
	width: 535px;
	height: 376px;
	padding: 0 140px 0 50px;
	text-align: left;
	background: #f9f9f9;
	overflow: hidden
}

.news_wrapper .news_top h4 {
	margin-top: 40px;
	font-size: 18px
}

.news_wrapper .news_top h5 {
	margin-top: 15px;
	color: grey;
	font-size: 16px
}

.news_wrapper .news_top p {
	margin-top: 30px;
	color: grey
}

.news_wrapper .news_top .more {
	width: 136px;
	height: 34px;
	margin-top: 55px;
	line-height: 34px;
	background: #0490fc
}

.news_wrapper .news_top .more a {
	color: #fff;
	font-size: 14px
}

.news_left_list>ul>li {
	position: relative;
	height: 124px;
	margin-top: 30px
}

.news_left_list .news_date {
	width: 120px;
	height: 124px;
	margin-right: 12px;
	border: none;
	background: #f9f9f9
}

.news_left_list .news_date h2 {
	margin: 20px auto 0;
	color: #0490fc;
	background: 0 0
}

.news_left_list .news_date h4 {
	margin: 5px auto 0;
	color: #666;
	background: 0 0
}

.news_left_list .news_title {
	width: 520px;
	padding-top: 10px
}

.news_left_list .news_title h3 {
	color: #000
}

.news_left_list .news_title:hover h3 {
	color: #0490fc!important
}

.news_left_list .more {
	position: absolute;
	left: 140px;
	bottom: 5px;
	width: 100px;
	height: 19px;
	padding-left: 10px;
	background: url(../images/news_03.jpg) 0 center no-repeat
}

.news_right_logo {
	width: 375px;
	height: 375px;
	overflow: hidden
}

.news_right_logo img {
	width: 375px;
	height: 375px
}

.news_right_menu {
	margin-top: 20px;
	padding: 0 0 30px 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 80px
}

.news_right_menu h4 {
	margin: 10px 0;
	font-size: 18px
}

.news_right_menu ul li {
	height: 30px;
	padding-left: 5px;
	line-height: 30px
}

.news_right_menu ul li a {
	color: #999;
	font-size: 16px
}

.news_right_menu ul li.active a,.news_right_menu ul li:hover a {
	color: #0490fc
}

.news_wrapper .pager {
	margin: 60px auto 80px
}

.news_details {
	width: 1100px;
	margin: 80px auto
}

.news_details>.fl {
	width: 650px
}

.news_details>.fl h3 {
  font-size: 24pt;
  text-align: center;
}

.news_details>.fl h4 {
	margin: 15px auto 25px;
	color: grey;
	font-size: 16px;
	font-weight: 400
}

.news_details .news_content {
	color: grey;
	font-size: 14px
}

.news_details .news_content p {
	text-indent: 2em
}

.news_details .news_content img {
	display: block;
	margin: 40px auto
}

.news_details .news_pager {
	position: relative;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #d1d1d1
}

.news_details .news_pager span {
	margin-left: 50px
}

.news_details .news_pager .weibo {
	position: absolute;
	right: 0;
	padding-left: 30px;
	color: #c41c23;
	background: url(../images/news_12.jpg) 0 center no-repeat
}

.news_details .news_relative h3 {
	margin: 30px 0;
	font-size: 24px
}

.news_details .news_relative ul li {
	height: 24px;
	margin: 5px 0;
	line-height: 24px
}

.banner_tech {
	top: 215px;
	left: 50%;
	margin-left: -323px
}

.tech_wrapper {
	width: 1200px;
	margin: 80px auto
}

.tech_wrapper>ul>li {
	margin: 100px 0
}

.tech_wrapper ul li .fr,.tech_wrapper>ul>li .fl {
	width: 592px;
	height: auto;
	overflow: hidden
}

.tech_wrapper>ul>li h4 {
	font-size: 16px
}

.tech_wrapper>ul>li h5 {
	width: 35px;
	margin: 30px 0 50px;
	border-bottom: 3px solid #0490fc
}

.tech_wrapper>ul>li img {
	width: 532px;
	height: 246px
}

.banner_contact {
	top: 335px;
	left: 659px
}

.contactus {
	width: 1200px;
	margin: 0 auto 100px
}

.contactus_wrapper .jiangxi,.contactus_wrapper .wuhan {
	width: 1150px;
	height: 334px;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px dashed #e4e4e4
}

.map img {
	height: 336px
}

.contact_list {
	width: 450px
}

.contact_list h2 {
	font-size: 16.5px
}

.contact_list h3 {
	color: grey;
	font-size: 15px
}

.contact_list ul li {
	margin: 35px 0;
	padding-left: 40px
}

.contact_list ul li h4 {
	font-size: 12px
}

.contact_list ul li span {
	color: #0490fc;
	font-size: 12px
}

.contact_list .phone {
	background: url(../images/contact_07.jpg) 0 0 no-repeat
}

.contact_list .address {
	background: url(../images/contact_11.jpg) 0 0 no-repeat
}

.contact_list .email {
	background: url(../images/contact_14.jpg) 0 0 no-repeat
}

.banner_internet {
	top: 180px;
	left: 785px
}

.banner_internet .blue {
	font-size: 24px
}

.banner_app {
	top: 325px;
	left: 1040px
}

.banner_weixin {
	top: 310px;
	left: 708px
}

.banner_software {
	top: 215px;
	left: 684px
}

.banner_platform {
	top: 100px;
	left: 720px
}

.banner_operation {
	top: 215px;
	left: 1030px
}

.internet {
	width: 1200px;
	margin: 0 auto
}

.internet_links {
	width: 998px;
	margin: 65px auto
}

.internet_links ul {
	width: 1062px;
	overflow: hidden
}

.internet_links ul li {
	float: left;
	width: 82px;
	margin-right: 95px;
	padding-top: 100px;
	text-align: center;
	background: center 5px no-repeat
}

.internet_links ul li h4 {
	font-size: 16px
}

.internet_links ul li.internet_01 {
	background-image: url(../images/internet_05.png)
}

.internet_links ul li.internet_01:hover {
	background-image: url(../images/internet_04.png)
}

.internet_links ul li.internet_02 {
	background-image: url(../images/internet_06.png)
}

.internet_links ul li.internet_02:hover {
	background-image: url(../images/internet_07.png)
}

.internet_links ul li.internet_03 {
	background-image: url(../images/internet_08.png)
}

.internet_links ul li.internet_03:hover {
	background-image: url(../images/internet_09.png)
}

.internet_links ul li.internet_04 {
	background-image: url(../images/internet_10.png)
}

.internet_links ul li.internet_04:hover {
	background-image: url(../images/internet_11.png)
}

.internet_links ul li.internet_05 {
	background-image: url(../images/internet_12.png)
}

.internet_links ul li.internet_05:hover {
	background-image: url(../images/internet_13.png)
}

.internet_links ul li.internet_06 {
	background-image: url(../images/internet_14.png)
}

.internet_links ul li.internet_06:hover {
	background-image: url(../images/internet_15.png)
}

.internet_content {
	width: 998px;
	margin: auto
}

.internet_content p {
	color: grey;
	font-size: 14px
}

.internet_content p span {
	padding: 0 5px;
	font-size: 22px
}

.banner_aboutus {
	top: 280px;
	left: 900px
}

.aboutus_content {
	margin: 40px auto
}

.aboutus_content>p {
	width: 1100px;
	margin: 0 auto;
	text-indent: 1em;
	color: #4c4c4c;
	font-size: 14px
}

.aboutus_content>ul {
	width: 1200px;
	margin: 0 auto;
	height: 120px;
	margin: 80px auto 120px
}

.aboutus_content>ul>li {
	float: left;
	width: 300px;
	text-align: center
}

.aboutus_content h2 {
	margin: 40px auto;
	color: #0490fc;
	font-size: 38px
}

.aboutus_content h3 {
	margin: 20px auto;
	font-size: 24px
}

.aboutus_content h5 {
	margin: 20px auto 0;
	font-size: 14px
}

.aboutus_content div {
	overflow: hidden
}

.aboutus_content .number li h2 {
	font-size: 14px
}

.aboutus_content .number li h2 span {
	font-size: 38px
}

.aboutus_content .strength {
	width: 50%;
	height: 490px;
	padding-left: 50%;
	background: url(../images/about_03.jpg) center 0 no-repeat
}

.aboutus_content .strength h2,.aboutus_content .strength h3 {
	margin-left: 20px
}

.aboutus_content .strength h5 {
	width: 35px;
	margin: 30px 20px 50px;
	padding-left: 20px;
	border-bottom: 3px solid #0490fc
}

.aboutus_content .strength p {
	width: 500px;
	margin-left: 20px;
	text-indent: 1em
}

.aboutus_content .history {
	width: 1200px;
	height: auto;
	margin: 20px auto;
	text-align: center;
}


.aboutus_content .history_bk {
	width: 1200px;
	height: 385px;
	margin: 20px auto;
	text-align: center;
	background: url(../images/about_04.jpg) center 300px no-repeat
}

.aboutus_content .history p {
	width: 750px;
	margin: 0 auto
}

.aboutus_content .team {
	width: 1200px;
	margin: 100px auto 50px;
	text-align: center
}

.aboutus_content .team>ul {
	width: 1104px;
	margin: 100px auto 50px
}

.aboutus_content .team>ul>li {
	position: relative;
	float: left;
	width: 184px;
	height: 440px;
	overflow: hidden
}

.aboutus_content .team .team_member {
	position: relative;
	width: 184px;
	height: 220px;
	overflow: hidden
}

.aboutus_content .team .team_member>div {
	position: absolute;
	top: 220px;
	left: 0;
	width: 184px;
	height: 220px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6)!important;
	filter: Alpha(opacity=60);
	background: #000;
	z-index: 10;
	transition: top .3s ease-in-out;
	-moz-transition: top .3s ease-in-out;
	-webkit-transition: top .3s ease-in-out
}

.aboutus_content .team .team_member:hover>div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.aboutus_content .team .team_info ul {
	width: 150px;
	margin: 20px auto
}

.aboutus_content .team .team_info ul li {
	margin: 20px auto;
	text-align: left
}

.aboutus_content .team .team_info ul li h4 {
	height: 30px;
	font-size: 18px;
	font-weight: 700
}

/* ----------2017-3首页新闻资讯版块调整------------ */


.gg2017_331 {
	position: relative;
	float: left;
	width: 302px;
	height: 382px;
	border:1px solid #e6e6e6;
	overflow: hidden;
	margin-left:48px;
	margin-right:48px;
}
.gg2017_331:hover {
	background-color:#ffffff;
}
.gg2017_331 pic{ width:302px; height:202px;}

.gg2017_3312 {
	position: relative;
	float: left;
	width: 302px;
	height: 382px;
	border:1px solid #e6e6e6;
	overflow: hidden;
	margin-left:90px;
	margin-top:30px;
	margin-bottom:20px;
}
.gg2017_3312:hover {
	background-color:#ffffff;
}
.gg2017_3312 pic{ width:302px; height:202px;}

.txtgg2017{ width:262px; height:136px; margin:20px;overflow:hidden; font-size:14px; color:#999999; line-height:24px;}
.txtgg2017 h3{ font-size:18px; color:#0588ed; margin-bottom:8px;}
.txtgg2017 h4{ font-size:14px; color:#333333; line-height:24px; margin-bottom:8px;}



/* ----------2017-4内页新闻资讯版块调整------------ */
.news2017_right_menu {
	margin-top: 20px;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 40px;
	line-height:50px;
}

.news2017_right_menu h4 {
	margin: 10px 0;
	font-size: 18px
}

.news2017_right_menu ul li {
	height: 50px;
	line-height: 50px;
	width:20%; float:left;
	text-align:center;
}

.news2017_right_menu ul li a {
	color: #999;
	font-size: 16px
}

.news2017_right_menu ul li.active a,.news2017_right_menu ul li:hover a {
	color: black;
	background-color:#e9e9e9; display:block;
}

/*--底部-begin--*/
#footer{background:#333; color:#fff;border-bottom:7px solid #00A53C;height:192px; padding-top:36px;font-size: 12px;font-family: "微软雅黑";}
.foot{padding:0 40px; width:1147px; margin:0 auto;}
.foot_l{ background:url(/d/title.png) no-repeat 10px top; padding-top:86px; float:left;width: 350px;overflow: hidden;}
.foot_l a{ color:#fff;}
.bootom_menu{display:block; height:30px;font-size:16px;}
.bootom_menu li{ background: url(http://www.hbtlh.com/templates/main/img/line.gif) no-repeat 0 50%;float:left; padding:0 10px;}
.bootom_menu li:first-child{ background:none;}
.bootom_menu li a{ color:#fff;}
.bootom_menu p{ clear:both;}
.bottom_txt{ clear:both; padding-left:10px;}
.foot_r{ float:right;}
.foot_r_contact{ padding-right:42px;float:left;background:url(http://www.hbtlh.com/templates/main/img/icon.png) no-repeat left 55px;}
.foot_r_contact h2{ color:#ff8c04;height:50px;}
.foot_r_contact li{line-height:35px; text-indent:25px;}
.foot_r_contact li span{ font-size:25px;}
.foot_r_ewm{ float:right;width: 350px;overflow: hidden;}
.foot_r_ewm h2{color:#ff8c04; height:37px;}
.foot_r_ewm li{ float:left; margin-right:8px; width:108px; text-align:center;}
/*--底部-end--*/
