@charset "utf-8";

body {
	margin: 0 auto;
	font-size: 12px;
	color: #333;
	font-family: "Microsoft yahei", Arial, Helvetica, sans-serif;
	line-height: normal
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0
}

h4,
h5,
h6 {
	font-weight: 400
}

li,
ul {
	list-style: none
}

li {
	float: left
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s
}

img {
	border: 0;
	max-width: 100%;
	height: auto
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}

dd,
dl,
dt,
em,
h1,
h2,
h3,
h4,
h5,
i {
	font-weight: 400;
	font-style: normal
}

em,
i {
	font-style: normal
}

a:hover {
	color: #3b95ff;
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:focus {
	outline: 0
}

h3 {
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s
}

.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

input[type=button],
input[type=submit],
input[type=file],
button {
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em
}

.alignleft {
	float: left;
	margin: .375em 1.75em 1.75em 0
}

.alignright {
	float: right;
	margin: .375em 0 1.75em 1.75em
}

blockquote.alignleft {
	margin: .3157894737em 1.4736842105em 1.473684211em 0
}

blockquote.alignright {
	margin: .3157894737em 0 1.473684211em 1.4736842105em
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em
}

.tx-float {
	float: left;
	width: 100%
}

.tx-center {
	margin: 0 auto;
	max-width: 1640px;
	clear: both
}

.tx-centers {
	margin: 0 auto;
	max-width: 1440px;
	clear: both
}

body,
html {
	height: 100%
}

/* body {
	min-width: 1670px
} */

@font-face {
	font-family: icontx;
	src: url(../fonts/font_961872_5u9mkyeflfw.eot);
	src: url(../fonts/font_961872_5u9mkyeflfw.eot) format('embedded-opentype'), url(../fonts/font_961872_5u9mkyeflfw.woff2) format('woff2'), url(../fonts/font_961872_5u9mkyeflfw.woff) format('woff'), url(../fonts/font_961872_5u9mkyeflfw.ttf) format('truetype'), url(../fonts/font_961872_5u9mkyeflfw.svg#iconfont) format('svg')
}

i {
	font-family: icontx
}

.tx-qqs {
	cursor: pointer
}

.ui-errors {
	margin: 100px auto 100px -600px;
	position: relative;
	left: 50%;
	float: left;
	width: 1100px;
	text-align: center
}

.ui-errors h4 {
	font-size: 24px;
	font-weight: 400;
	color: #77b3bf;
	line-height: 50px
}

.ui-errors h1 {
	font-size: 160px;
	color: #aaa;
	line-height: 180px
}

.tx-padding130 {
	padding: 130px 0
}

.tx-padding100 {
	padding: 100px 0 165px 0
}

.swiper-slide,
.swiper-wrapper {
	height: auto !important
}

.tx-header {
	position: fixed;
	z-index: 1000;
	padding: 30px 0;
	top: 0;
}

.tx-header>.tx-center>.fr {
	margin-top: 23px
}

.tx-head-logo .img1 {
	display: block
}

.tx-head-logo .img2 {
	display: none
}

.tx-head-top {
	line-height: 30px;
	margin-bottom: 20px
}

.tx-head-top h4 {
	float: left;
	padding: 0 20px 0 46px;
	background: url(../images/top-icon.png) center no-repeat;
	background-position: 0 center;
	height: 30px;
	overflow: hidden
}

.tx-head-top i {
	float: left;
	width: 1px;
	height: 12px;
	margin-top: 9px;
	background: #fff
}

.tx-head-top h3 {
	float: left;
	color: #fff;
	font-size: 22px;
	margin-left: 20px
}

.tx-head-top h3>img {
	margin-right: 10px;
	vertical-align: middle;
	animation: headanim .5s ease 0s infinite;
	-webkit-animation: headanim .5s ease 0s infinite;
	-moz-animation: headanim .5s ease 0s infinite;
	-o-animation: headanim .5s ease 0s infinite
}

@keyframes headanim {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0)
	}

	25% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-o-transform: rotate(10deg)
	}

	100% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-o-transform: rotate(-10deg)
	}
}

@-webkit-keyframes headanim {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0)
	}

	25% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-o-transform: rotate(10deg)
	}

	100% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-o-transform: rotate(-10deg)
	}
}

@-moz-keyframes headanim {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0)
	}

	25% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-o-transform: rotate(10deg)
	}

	100% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-o-transform: rotate(-10deg)
	}
}

@-o-keyframes headanim {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0)
	}

	25% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-o-transform: rotate(10deg)
	}

	100% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-o-transform: rotate(-10deg)
	}
}

.tx-head-top a {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	cursor: pointer
}

.tx-head-top a.en {
	background: url(../images/top-en.png) center center no-repeat
}

.tx-head-top a.search {
	background: url(../images/top-search.png) center center no-repeat
}

.tx-head-nav .menu>li {
	margin: 0 20px
}

.tx-head-nav .menu>li:last-child {
	margin-right: 0
}

.tx-head-nav .menu>li>a {
	font-size: 18px;
	color: #fff
}

.tx-head-nav .menu>li.current-menu-item>a,
.tx-head-nav .menu>li.current-menu-parent>a,
.tx-head-nav .menu>li>a:hover {
	color: #00c0ff
}

.tx-header.fixer {
	padding: 18px 20px
}

.tx-header.fixer b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	top: 0;
	left: 0;
	z-index: 10
}

.tx-header.fixer .tx-center {
	position: relative;
	z-index: 20
}

.tx-header.fixer .tx-head-top {
	display: none
}

.tx-header.fixer .tx-head-logo img {
	height: 60px
}

.tx-header.fixer .tx-head-logo .img1 {
	display: none
}

.tx-header.fixer .tx-head-logo .img2 {
	display: block
}

.tx-header.fixer>.tx-center>.fr {
	margin-top: 0
}

.tx-header.fixer .tx-head-nav .menu>li>a {
	line-height: 60px;
	display: block
}

.tx-serch-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #07161f;
	z-index: 9999;
	right: 100%;
	opacity: 0
}

.tx-serch-box-logo img {
	margin-bottom: 30px
}

.tx-serch-box-main {
	text-align: center;
	height: 320px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.tx-serch-box-main h3 {
	font-size: 30px;
	letter-spacing: 6px;
	color: #fff;
	margin-bottom: 50px
}

.tx-serch-box-main form {
	width: 50%;
	display: inline-block
}

.tx-serch-box-main form #s {
	float: left;
	width: 90%;
	line-height: 50px;
	border: none;
	padding: 0 20px;
	color: #888;
	font-size: 16px
}

.tx-serch-box-main form #search-submit {
	float: left;
	width: 10%;
	border: none;
	background: #3b95ff;
	color: #fff;
	line-height: 50px;
	font-size: 26px;
	font-family: icontx
}

.tx-search-ul {
	margin-top: 40px;
	text-align: center
}

.tx-search-ul li {
	float: none;
	display: inline-block;
	margin: 0 10px
}

.tx-search-ul li a {
	font-size: 16px;
	color: #fff
}

.tx-serch-box i {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: #fff;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer
}

.tx-serch-box.on {
	right: 0;
	opacity: 1
}

.tx-banner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000
}

.tx-banner.fixer {
	z-index: 88
}

.tx-banner .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 30;
	width: 43.85%;
	height: auto
}

.tx-banner .demo-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-indent: .5em;
	pointer-events: none
}

.tx-banner .line-between {
	width: 100%;
	height: 3px;
	background-color: #7a7a7a;
	margin: 20px 0
}

.tx-banner .carousel-content {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto
}

.tx-banner .carousel {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.tx-banner .carousel li {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	overflow: hidden
}
.tx-banner .carousel li .black-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background: url(../picture/bannerbg.png) no-repeat;
  background-size: cover;
}
.slick-hero-slider-caption {
    padding-top: 120px;
    padding-bottom: 100px;
    color: rgba(255, 255, 255, 0.8);
}
    .slick-hero-slider-caption {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.slick-hero-slider-caption div {
    font-size: 35px;
    color: #fff;
    letter-spacing: 7px;
    text-align: center;
    width: 100%;
    margin: 20px 0px;
}
.slick-hero-slider-caption dd {
  width: 100%;
    text-align: center;
}
.slick-hero-slider-caption dd p{
  font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
}

.tx-banner .carousel li,
.tx-banner .carousel li img {
	width: 100%;
	height: 100%
}

.tx-banner .carousel li img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	/* transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1) */
}

.tx-banner .carousel li[style="display: list-item;"] img {
	/* animation: headh4 6s;
	-webkit-animation: headh4 6s */
}

.tx-banner .carousel-index {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center
}

.tx-banner .carousel-index li {
	float: left;
	width: 50px;
	height: 2px;
	cursor: pointer;
	margin: 0 3px;
	background: #fff;
	text-indent: -9999px;
	opacity: .5
}

.tx-banner .carousel-index li.current-index {
	background: #3b95ff
}

.tx-banner .carousel-index li:hover {
	background: #3b95ff
}

.tx-banner-bottom {
	position: absolute;
	z-index: 30;
	bottom: 60px;
	left: 50%;
	margin-left: -38px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 1px solid #fff;
	overflow: hidden;
	background: url(../images/banner-down.png) center center no-repeat;
	cursor: pointer;
	animation: bannbottom 2s infinite;
	-webkit-animation: bannbottom 2s infinite
}

.tx-main {
	position: relative;
	z-index: 90;
	background: #fff
}

.tx-foot {
	position: relative;
	z-index: 90
}

.tx-experience {
	padding: 22px 0;
	background: #f5f5f5
}

.tx-experience li {
	width: 20%;
	padding: 0 15px;
	text-align: center
}

.tx-experience li h4 {
	font-size: 40px;
	letter-spacing: 4px;
	color: #1b74de;
	line-height: 60px
}

.tx-experience li h3 {
	font-size: 16px;
	color: #666;
	margin-top: 8px
}

.tx-service {
	position: relative
}

.tx-service>b {
	position: absolute;
	z-index: -1
}

.tx-service .b1 {
	left: 0;
	top: 80px;
	width: 263px;
	height: 378px;
	background: url(../images/service-bg1.jpg) no-repeat;
	animation: bannbottoms 2s infinite;
	-webkit-animation: bannbottoms 2s infinite
}

.tx-service .b2 {
	right: 0;
	bottom: 50px;
	width: 155px;
	height: 382px;
	background: url(../images/service-bg2.jpg) no-repeat;
	animation: bannbottom 2s infinite;
	-webkit-animation: bannbottom 2s infinite
}

.tx-service-mains {
	position: relative
}

.tx-service-main {
	position: absolute;
	top: 0;
	left: 23%;
	width: 54%;
	padding: 0 20px
}

.tx-service-main>div {
	display: none
}

.tx-service-main>div.on {
	display: block
}

.tx-service-main .text {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto 0;
	width: 32%
}

.tx-service-main .text h3 {
	font-size: 30px;
	margin-bottom: 16px;
	color: #fff
}

.tx-service-main .text p {
	line-height: 35px;
	font-size: 18px;
	color: #666;
	color: #fff
}

.tx-service-main>div:nth-child(3) .text h3,
.tx-service-main>div:nth-child(6) .text h3 {
	color: #fff
}

.tx-service-main>div:nth-child(3) .text p,
.tx-service-main>div:nth-child(6) .text p {
	color: #fff
}

.tx-service-main .text a {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	background: #fff;
	border-radius: 6px;
	font-size: 14px;
	color: #666;
	margin-top: 18px
}

.tx-service-main .text a:hover {
	background: #3b95ff;
	color: #fff;
	opacity: .7
}

.tx-service-main .text i {
	font-size: 20px;
	margin-left: 6px
}

.tx-service-nav li {
	width: 23%;
	margin-top: 18px
}

.tx-service-nav li:nth-child(1),
.tx-service-nav li:nth-child(3),
.tx-service-nav li:nth-child(5) {
	margin-right: 27%
}

.tx-service-nav li:nth-child(2),
.tx-service-nav li:nth-child(4),
.tx-service-nav li:nth-child(6) {
	margin-left: 27%
}

.tx-service-nav li:nth-child(1),
.tx-service-nav li:nth-child(2) {
	margin-top: 0
}

.tx-service-nav li a {
	display: block;
	padding: 20px;
	text-align: center;
	line-height: 112px;
	font-size: 20px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
	cursor: pointer
}

.tx-service-nav li i {
	font-size: 40px;
	display: inline-block;
	margin-right: 12px;
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s
}

.tx-service-nav li a:hover,
.tx-service-nav li.active a {
	background: #fff;
	color: #0e5bd9;
	border-color: #0e5bd9
}

.tx-service-main>.tx-float>.tx-qqs {
	display: block;
	position: relative;
	overflow: hidden
}

.tx-service-main .chahua {
	position: absolute;
	left: 50px;
	top: 210px
}

.tx-service-main .chahua2 {
	position: absolute;
	left: 50px;
	top: 160px
}

.tx-service-main .chahua3 {
	position: absolute;
	left: 120px;
	top: 96px
}

.tx-service-main .jianhua {
	position: absolute;
	left: 80px;
	top: 110px;
	z-index: 3
}

.tx-service-main .jianhua2 {
	position: absolute;
	left: 140px;
	top: 176px;
	z-index: 3
}

.tx-service-main .jianhua3 {
	position: absolute;
	left: 80px;
	top: 110px
}

.tx-service-main .tupian {
	position: absolute;
	left: 60px;
	top: 160px
}

.tx-service-main .tupian1 {
	position: absolute;
	left: 210px;
	top: 105px
}

.tx-service-main .tupian2 {
	position: absolute;
	left: 15px;
	bottom: 155px
}

.tx-service-main .tupian3 {
	position: absolute;
	left: 135px;
	bottom: 130px
}

.tx-service-main .tupian4 {
	position: absolute;
	left: 300px;
	bottom: 100px
}

.tx-service-main .tuiguang {
	position: absolute;
	left: 80px;
	top: 110px
}

.tx-service-main .tuiguang2 {
	position: absolute;
	top: 110px;
	left: 65px
}

.tx-service-main .tuiguang3 {
	position: absolute;
	left: 160px;
	top: 120px;
	z-index: 3
}

.tx-service-main .yunwei {
	position: absolute;
	left: 80px;
	top: 180px
}

.tx-service-main .yunwei2 {
	position: absolute;
	top: 180px;
	left: 125px
}

.tx-service-main .yunwei3 {
	position: absolute;
	left: 340px;
	top: 120px
}

.tx-service-main .tianmao {
	position: absolute;
	left: 70px;
	top: 210px
}

.tx-service-main .tianmao2 {
	position: absolute;
	left: 110px;
	top: 80px
}

.tx-service-main .tianmao3 {
	position: absolute;
	left: 260px;
	top: 160px
}

.tx-service-main>.tx-float>.tx-mb {
	display: none
}

.tx-main-title {
	text-align: center;
	margin-bottom: 50px
}

.tx-main-title h3 {
	font-size: 34px;
	color: #3b95ff;
	margin-bottom: 20px
}

.tx-main-title b {
	font-size: 30px;
	color: #d6d6d6;
	margin-left: 10px;
	font-family: "宋体";
	font-weight: 400
}

.tx-main-title em {
	font-size: 18px;
	color: #868686;
	line-height: 30px
}

.tx-main-title .fl {
	display: inline-block;
	float: none
}

.tx-main-title .fl:first-child {
	margin-right: 100px
}

.tx-main-title a {
	float: left;
	font-size: 22px;
	line-height: 30px;
	margin: 18px 60px;
	color: #5a5a5a
}

.tx-main-title a:hover {
	color: #3b95ff
}

.tx-case {
	background: url(../images/case-bg.jpg);
	padding-top: 100px
}

.tx-case .tx-main-title {
	text-align: left
}

.tx-case-main .top {
	position: relative;
	height: 300px;
	overflow: hidden
}

.tx-case-main .top a.img img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 10
}

.tx-case-main .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20
}

.tx-case-main .box b {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	z-index: 10
}

.tx-case-main .box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 20;
	opacity: 1
}

.tx-case-main .boxs {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	width: 100%;
	height: 220px;
	z-index: 30;
	padding: 0 20px;
	text-align: center;
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0)
}

.tx-case-main .boxs h3 {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 40px
}

.tx-case-main .boxs .icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 30px
}

.tx-case-main .boxs h5 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 8px
}

.tx-case-main .boxs .more {
	position: relative;
	z-index: 20;
	margin-top: 30px;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	background: #3b95ff;
	opacity: .6;
	padding: 0 30px;
	border: 1px solid #fff;
	height: 26px;
	line-height: 20px
}

.tx-case-main .boxs .more s {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .4;
	z-index: -1
}

.tx-case-main .text {
	line-height: 70px;
	padding: 0 20px;
	height: 70px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	font-size: 18px
}

.tx-case-main .swiper-slide:hover .box b {
	background: #1674e3;
	opacity: .8
}

.tx-case-main .swiper-slide:hover .text {
	background: #1e75d7;
	color: #fff
}

.tx-case-main .swiper-slide:hover .box img {
	opacity: 0
}

.tx-case-main .swiper-slide:hover .boxs {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1)
}

.tx-case-down {
	position: relative;
	padding: 24px 0;
	background: #ebf1f7;
	text-align: center
}

.tx-case-down .swiper-pagination {
	position: relative;
	width: 122px;
	display: inline-block;
	bottom: 0 !important;
	height: 52px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	z-index: 20
}

.tx-case-down .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #6c6c6c;
	margin: 22px 2px;
	background: #fff;
	opacity: 1
}

.tx-case-down .swiper-pagination-bullet-active {
	background: #3b95ff;
	border-color: #3b95ff
}

.tx-case-down .mains {
	position: absolute;
	width: 122px;
	height: 52px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10
}

.tx-case .swiper-button {
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	font-size: 20px
}

.tx-case .swiper-button-next {
	right: -60px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.tx-case .swiper-button-prev {
	left: -60px
}

.tx-case .swiper-button[aria-disabled=false]:hover {
	background: #1e87f0;
	color: #fff
}

.tx-process-main {
	margin-top: 50px
}

.tx-process-main li {
	width: 20%;
	text-align: center;
	position: relative;
	cursor: pointer
}

.tx-process-main li:nth-child(2n-1) {
	margin-top: 120px
}

.tx-process-main li h4 {
	position: relative;
	top: 0;
	width: 128px;
	height: 128px;
	display: inline-block;
	border: 2px solid #1d7be6;
	padding: 6px;
	border-radius: 50%;
	background: #fff;
	z-index: 20
}

.tx-process-main li i {
	display: block;
	width: 112px;
	height: 112px;
	line-height: 112px;
	overflow: hidden;
	border-radius: 50%;
	background: #1d7be6;
	font-size: 60px;
	color: #fff
}

.tx-process-main li em {
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 6px;
	display: block;
	width: 112px;
	height: 112px;
	font-size: 20px;
	padding-top: 18px;
	line-height: 30px;
	background: #1d7be6;
	overflow: hidden;
	border-radius: 50%;
	color: #fff
}

.tx-process-main li h3 {
	font-size: 20px;
	color: #2b75ca;
	line-height: 30px;
	margin-top: 24px
}

.tx-process-main li b {
	position: absolute;
	width: 100%;
	border-top: 2px dashed #3b95ff;
	z-index: -1
}

.tx-process-main li:nth-child(2n-1) h4 {
	animation: process 2s infinite;
	-webkit-animation: process 2s infinite
}

.tx-process-main li:nth-child(2n) h4 {
	animation: processs 2s infinite;
	-webkit-animation: processs 2s infinite
}

.tx-process-main li:nth-child(2n-1) b {
	transform: rotate(-24deg);
	-ms-transform: rotate(-24deg);
	-moz-transform: rotate(-24deg);
	-webkit-transform: rotate(-24deg);
	-o-transform: rotate(-24deg);
	top: 0
}

.tx-process-main li:nth-child(2n) b {
	transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-webkit-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	top: 112px
}

.tx-process-main li:hover h4 {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg)
}

.tx-process-main li:hover i {
	opacity: 0
}

.tx-guanggao1 {
	height: 244px;
	background: url(../images/gg-bg.jpg) center center no-repeat;
	text-align: center;
	padding-top: 60px
}

.tx-guanggao1 h3 {
	display: inline-block;
	font-size: 28px;
	color: #fff;
	text-align: left;
	line-height: 60px
}

.tx-guanggao1 span {
	display: inline-block;
	text-align: center;
	margin-left: 68px
}

.tx-guanggao1 span h4 {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px
}

.tx-guanggao1 span i {
	font-size: 30px;
	margin-right: 20px
}

.tx-guanggao1 span a {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	margin: 0 10px;
	line-height: 40px;
	padding: 0 30px;
	border: 1px solid #fff
}

.tx-guanggao1 span b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0
}

.tx-guanggao1 span a:hover b {
	opacity: .1
}

.tx-team {
	background: #f9fbff
}

.tx-team-left {
	width: 31%;
	padding: 120px 68px;
	background: #fff;
	box-shadow: 0 0 20px #eee;
	text-align: center
}

.tx-team-left-title {
	position: relative;
	display: inline-block;
	padding: 15px 32px 15px 60px;
	border: 1px solid #3b95ff;
	text-align: left;
	margin-bottom: 70px
}

.tx-team-left-title h3 {
	font-size: 34px;
	color: #3b95ff;
	line-height: 34px
}

.tx-team-left-title h4 {
	font-size: 30px;
	color: #d6d6d6;
	line-height: 30px;
	margin-top: 12px;
	font-family: '宋体';
	font-weight: 700
}

.tx-team-left-title i {
	position: absolute;
	left: -16px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	background: #3b95ff;
	color: #fff;
	text-align: center;
	border: 3px solid #fff
}

.tx-team-left-title .i1 {
	bottom: 50px
}

.tx-team-left-title .i2 {
	bottom: 20px
}

.tx-team-left p {
	display: block;
	font-size: 16px;
	color: #7b7b7b;
	text-align: left;
	line-height: 50px
}

.tx-team-left a {
	display: inline-block;
	margin-top: 70px;
	line-height: 48px;
	font-size: 16px;
	background: #3b95ff;
	color: #fff;
	padding: 0 36px;
	border-radius: 4px
}

.tx-team-left a i {
	font-size: 22px;
	margin-left: 12px
}

.tx-team-left a:hover {
	opacity: .6
}

.tx-team-right {
	width: 69%;
	padding-left: 60px
}

.tx-team-main {
	position: relative;
	margin-top: 50px
}

.tx-team-mains {
	display: none;
	width: 55%;
	padding: 70px 70px 100px 195px;
	background: #fff;
	box-shadow: 0 0 20px #eee
}

.tx-team-mains .titles {
	position: relative;
	float: right;
	padding-right: 100px;
	padding-bottom: 108px;
	margin-bottom: 36px;
	z-index: 20
}

.tx-team-mains .titles h3 {
	font-size: 34px;
	color: #1d7be6
}

.tx-team-mains .titles h4 {
	position: absolute;
	bottom: 0;
	right: 100px;
	font-size: 50px;
	line-height: 50px;
	width: 800px;
	text-align: right;
	font-family: '宋体';
	letter-spacing: 4px;
	color: #bbb
}

.tx-team-mains p {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 40px
}

.tx-team-mains img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: auto;
	margin: auto 0;
	z-index: 10;
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0)
}

.tx-team-mains.on {
	display: block
}

.tx-team-mains.on img,
.tx-team-mains[style="display: block;"] img {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1)
}

.tx-team-right-ul li {
	width: 150px;
	margin-left: 80px;
	text-align: center;
	margin-top: 100px;
	cursor: pointer
}

.tx-team-right-ul li:first-child {
	margin-left: 0
}

.tx-team-right-ul li a {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	border: 1px dashed #3b95ff;
	background: #f9fbff;
	cursor: pointer
}

.tx-team-right-ul li i {
	display: inline-block;
	width: 86px;
	height: 86px;
	background: #fff;
	line-height: 86px;
	font-size: 50px;
	color: #3b95ff;
	margin: 10px;
	border-radius: 50%;
	box-shadow: 0 6px 10px #eee
}

.tx-team-right-ul li a:hover i,
.tx-team-right-ul li.active a i {
	background: #3b95ff;
	color: #fff
}

.tx-team-right-ul li b {
	position: absolute;
	left: 100%;
	width: 200%;
	height: 1px;
	background: #e8e9f1;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.tx-team-right-ul li {
	width: 150px
}

.tx-team-right-ul li h3 {
	font-size: 20px;
	margin-top: 20px;
	color: #5a5a5a
}

.tx-team-right-ul li.active h3,
.tx-team-right-ul li:hover h3 {
	color: #3b95ff
}

.tx-value {
	position: relative;
	background: #f8f8f8
}

.tx-value>b {
	position: absolute;
	width: 44%;
	height: 100%;
	z-index: 10;
	top: 0;
	right: 56%;
	height: 100%;
	background: url(../images/value-bg.jpg) right center no-repeat
}

.tx-value>.tx-center {
	position: relative;
	z-index: 20
}

.tx-value-main {
	width: 47%;
	background: #fff;
	box-shadow: 0 0 15px #eee;
	padding: 110px 70px
}

.tx-value-main-title {
	padding: 25px 60px;
	position: relative;
	z-index: 99;
	margin-bottom: 100px
}

.tx-value-main-title i {
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #3b95ff;
	z-index: -1
}

.tx-value-main-title h3 {
	font-size: 32px;
	color: #3b95ff;
	padding: 20px 0;
	background: #fff
}

.tx-value-main-title b {
	font-size: 30px;
	color: #d6d6d6;
	font-family: '宋体';
	margin-left: 20px
}

.tx-value-main-title em {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #868686;
	background: #fff;
	padding-bottom: 5px
}

.tx-value-main-ul li {
	width: 33.33%;
	text-align: center;
	cursor: pointer
}

.tx-value-main-ul li i {
	display: inline-block;
	width: 26px;
	height: 2px;
	background: #5c5c5c;
	margin: 18px 0
}

.tx-value-main-ul li h3 {
	font-size: 18px;
	color: #555
}

.tx-value-main-ul li em {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #4f4f4f
}

.tx-value-main-ul li:hover i {
	background: #3b95ff
}

.tx-value-main-ul li:hover h3 {
	color: #3b95ff
}

.tx-value-ul {
	width: 53%;
	padding-left: 70px
}

.tx-value-ul li {
	position: relative;
	top: 0;
	width: 43%;
	padding: 20px 0 20px 80px;
	margin-left: 13%;
	margin-top: 110px;
	cursor: pointer
}

.tx-value-ul li:nth-child(2n-1) {
	margin-left: 0
}

.tx-value-ul li:nth-child(1),
.tx-value-ul li:nth-child(2) {
	margin-top: 0
}

.tx-value-ul li i {
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 50px;
	color: #3b95ff
}

.tx-value-ul li h3 {
	font-size: 18px;
	color: #3b95ff;
	margin-bottom: 8px
}

.tx-value-ul li em {
	display: block;
	font-size: 14px;
	line-height: 26px
}

.tx-value-ul li:hover {
	top: -5px
}

.tx-news-nav {
	text-align: center;
	margin-bottom: 80px
}

.tx-news-nav li {
	float: none;
	display: inline-block
}

.tx-news-nav li a {
	display: block;
	margin: 0 38px;
	font-size: 22px;
	color: #696969;
	border-bottom: 2px solid #fff;
	line-height: 60px;
	cursor: pointer
}

.tx-news-nav li a:hover,
.tx-news-nav li.active a {
	color: #3b95ff;
	border-bottom: 2px solid #3b95ff
}

.tx-news-main li {
	width: 47%;
	margin-left: 6%;
	margin-bottom: 50px
}

.tx-news-main li:nth-child(2n-1) {
	margin-left: 0
}

.tx-news-main li .times {
	width: 20%;
	text-align: center
}

.tx-news-main li .times b {
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #3b95ff
}

.tx-news-main li .times em {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #7a7a7a
}

.tx-news-main li .text {
	width: 80%
}

.tx-news-main li .text h3 {
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 22px;
	height: 22px;
	overflow: hidden
}

.tx-news-main li .text h3 i {
	color: #f45d7a
}

.tx-news-main li .text em {
	display: block;
	font-size: 14px;
	color: #929292;
	line-height: 26px;
	height: 52px;
	overflow: hidden
}

.tx-news-more {
	text-align: center
}

.tx-news-more a {
	display: inline-block;
	line-height: 44px;
	padding: 0 40px;
	border: 1px solid #3b95ff;
	color: #3b95ff;
	font-size: 16px
}

.tx-news-more a:hover {
	background: #3b95ff;
	color: #fff
}

.tx-news-more i {
	font-size: 22px;
	margin-left: 12px
}

.tx-news-mains {
	display: none
}

.tx-news-mains.on {
	display: block
}

.tx-guangao2 {
	text-align: center;
	background: url(../images/guangao2-bg.jpg) center center no-repeat;
	height: 150px;
	padding-top: 50px
}

.tx-guangao2 h3 {
	display: inline-block;
	font-size: 34px;
	color: #fff;
	line-height: 48px;
	margin-right: 120px
}

.tx-guangao2 a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	padding: 0 40px;
	color: #fff;
	border: 1px solid #fff;
	margin-left: 50px
}

.tx-guangao2 a b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0
}

.tx-guangao2 a:hover b {
	opacity: .1
}

.tx-partner-main li {
	float: left;
	width: 16.66%;
	padding: 10px
}

.tx-partner-main li a {
	display: block;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	cursor: pointer
}

.tx-partner-main li a:hover img {
	transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-o-transform: scale(1.06)
}

.tx-guangao3 {
	background: #1f8cf9 url(../images/guangao3-bg.jpg) center center no-repeat
}

.tx-guangao3-ul {
	border-bottom: 1px solid #63affb
}

.tx-guangao3-ul li {
	width: 25%;
	text-align: center
}

.tx-guangao3-ul li h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 86px;
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat
}

.tx-guangao3-ul li:nth-child(1) h3 {
	background-image: url(../images/gg-icon1.png)
}

.tx-guangao3-ul li:nth-child(2) h3 {
	background-image: url(../images/gg-icon2.png)
}

.tx-guangao3-ul li:nth-child(3) h3 {
	background-image: url(../images/gg-icon3.png)
}

.tx-guangao3-ul li:nth-child(4) h3 {
	background-image: url(../images/gg-icon4.png)
}

.tx-guangao3-main {
	padding: 40px 0;
	text-align: center
}

.tx-guangao3-main h3 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 30px
}

.tx-guangao3-main em {
	display: inline-block;
	font-size: 20px;
	line-height: 42px;
	padding: 0 40px;
	background: #fff;
	border-radius: 99px;
	color: #3b95ff;
	margin-bottom: 40px
}

.tx-guangao3-main a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	margin: 0 34px
}

.tx-guangao3-main a b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0
}

.tx-guangao3-main a:hover b {
	opacity: .1
}

.tx-foot {
	background: #fff
}

.tx-footer {
	padding: 60px 0;
	background-color: #0c1927
}

.tx-footer-left {
	width: 62%
}

.tx-footer-left li {
	width: 40%
}
.tx-footer-left li:nth-child(2){
	width: 50%;
}

.tx-footer-left li h3 {
	font-size: 24px;
	color: #e1e1e1;
	margin-bottom: 12px
}

.tx-footer-left li p {
	font-size: 14px;
	color: #dedede;
	line-height: 40px
}

.tx-footer-left li i {
	font-size: 26px;
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: 5px
}

.tx-footer-left li p:hover {
	color: #fff
}
.tx-footer-left a.link {
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 7px;
	padding: 5px 12px;
	display: inline-block;
	margin: 6px 3px;
}
.tx-footer-left a.link:hover{
	background:#208cf9;
	border: none;
}

.tx-footer-right {
	width: 38%
}

.tx-footer-right-top {
	color: #e1e1e1;
	margin-bottom: 16px
}

.tx-footer-right-top h3 {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin-right: 15px
}

.tx-footer-right-top span {
	display: inline-block;
	font-size: 14px
}

.tx-footer-right-top span a {
	font-size: 14px;
	color: #fff
}

.tx-footer-right-top span a:hover {
	text-decoration: underline
}

.tx-float-right-bottom {
	margin-top: 10px
}

.tx-float-right-bottom li.li1 {
	margin-right: 32px
}

.tx-float-right-bottom li.li1 img {
	float: left;
	max-width: 124px;
	height: auto
}

.tx-float-right-bottom li.li1 h3 {
	float: left;
	padding: 8px 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
	line-height: 18px
}

.tx-float-right-bottom li.li2 {
	float: right;
	color: #fff;
	width: 240px;
	margin-top: 20px
}

.tx-footer-tel {
	padding-left: 52px;
	position: relative;
	margin-bottom: 18px
}

.tx-footer-tel i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px
}

.tx-footer-tel h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px
}

.tx-footer-tel h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fe0000
}

.tx-float-right-bottom li.li2 em {
	font-size: 14px;
	color: #a5a5a5
}

.tx-footer-friend {
	background: #17212c;
	padding: 12px 0;
	border-bottom: 1px solid #52565b
}

.tx-footer-friend ul {
	margin-bottom: 6px
}

.tx-footer-friend li {
	color: #919191;
	margin-right: 10px;
	font-size: 14px;
	line-height: 22px
}

.tx-footer-friend li a {
	color: #919191
}

.tx-footer-friend li a:hover {
	text-decoration: underline;
	color: #fff
}

.tx-footer-down {
	background: #17212c;
	padding: 8px 0;
	font-size: 14px;
	text-align: center;
	color: #919191
}

.tx-footer-down a {
	color: #919191
}

.tx-footer-down a:hover {
	color: #fff;
	text-decoration: underline
}

.tx-other-banner {
	position: relative
}

.tx-other-banner-text {
	position: absolute;
	z-index: 77;
	color: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 78px;
	margin: auto 0
}

.tx-other-banner-text h3 {
	font-size: 34px;
	margin-bottom: 18px;
	line-height: 30px
}

.tx-other-banner-text b {
	font-family: '宋体';
	font-weight: 400
}

.tx-other-banner-text em {
	font-size: 22px;
	line-height: 30px;
	display: block
}

.tx-other-banner-text i {
	display: inline-block;
	width: 70px;
	height: 2px;
	background: #fff;
	margin-top: 30px
}

.tx-other-main {
	background: #f7f7f8
}

.tx-other-top {
	border-bottom: 1px dashed #e5e5e5;
	line-height: 60px;
	font-size: 16px
}

.tx-about-main {
	background: #fff;
	padding: 12px 60px;
	border-radius: 12px;
	top: -120px;
	position: relative;
	z-index: 80
}

.tx-about-main2{
	top:-70px
}
.tx-about-mains {
	padding: 70px 0
}

.tx-about-mains-left {
	width: 46%;
	padding: 0 50px
}

.tx-about-mains-right {
	width: 54%
}

.tx-about-mains-right h3 {
	font-size: 22px
}

.tx-about-mains-right em {
	display: block;
	font-size: 16px;
	color: #6f7173;
	padding: 15px 0 15px
}

.tx-about-mains-right>i {
	display: inline-block;
	width: 72px;
	height: 2px;
	background: #3b95ff
}

.tx-about-mains-right .clear {
	margin-bottom: 30px
}

.tx-about-mains-right p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 15px
}

.tx-about-mains-right a {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	padding: 0 48px;
	border-radius: 99px;
	background: #3b95ff;
	color: #fff;
	box-shadow: 0 2px 10px #3b95ff;
	margin-top: 30px
}

.tx-about-mains-right a i {
	font-size: 22px;
	margin-left: 12px
}

.tx-about2 {
	background: #127ed0
}

.tx-about2 .tx-main-title {
	text-align: left
}

.tx-about2 .tx-main-title b,
.tx-about2 .tx-main-title em,
.tx-about2 .tx-main-title h3 {
	color: #fff
}

.tx-about2 .tx-main-title i {
	display: inline-block;
	width: 76px;
	height: 1px;
	background: #fff;
	margin-top: 16px
}

.tx-about2-left {
	width: 60%;
	padding-right: 120px
}

.tx-about2-left p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px
}

.tx-about2-left p b {
	font-size: 16px
}

.tx-about2-right {
	width: 40%;
	padding-top: 30px;
	text-align: right
}

.tx-about3 {
	background: url(../images/about3-bg.jpg) center center no-repeat
}

.tx-about3 .tx-centers {
	position: relative
}

.tx-about3 .tx-main-title em {
	color: #fff
}

.tx-about3 .swiper-container1 {
	margin-top: -66px;
	z-index: 30
}

.tx-about3-main {
	border-top: 1px solid #bcc0c6;
	margin-top: 70px;
	position: relative
}

.tx-about3-main-li {
	background: #fff;
	padding: 16px;
	position: relative
}

.tx-about3-main-li img {
	width: 100%
}

.tx-about3-main-li h3 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
	cursor: pointer
}

.tx-about3-main-li h3:hover {
	color: #34a7ff
}

.tx-about3-main-li span {
	display: block;
	min-height: 160px
}

.tx-about3-main-li em {
	display: block;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px
}

.tx-about3-main-time {
	text-align: center;
	margin-bottom: 65px
}

.tx-about3-main-time h4 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px
}

.tx-about3-main-time b {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%
}

.tx-about3-main-time s {
	float: left;
	width: 10px;
	height: 10px;
	margin: 4px;
	background: #fff;
	border-radius: 50%
}

.tx-about3 .swiper-container2 {
	overflow: visible;
	width: 100%;
	z-index: 20;
	position: absolute;
	top: 60%
}

.tx-about3 .swiper-button {
	width: 38px;
	height: 50px;
	background: #000;
	opacity: .7;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px
}

.tx-about3 .swiper-button-next {
	right: -70px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.tx-about3 .swiper-button-prev {
	left: -70px
}

.tx-about4 .mains {
	margin-bottom: 70px
}

.tx-about4-main {
	position: relative
}

.tx-about4-main img {
	width: 100%;
	height: auto
}

.tx-about4-main .swiper-container2 {
	overflow: visible;
	width: 100%;
	z-index: 20;
	position: absolute;
	top: 50%
}

.tx-about4-main .swiper-button {
	width: 38px;
	height: 58px;
	background: #000;
	opacity: .2;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 20px
}

.tx-about4-main .swiper-button-next {
	right: -70px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.tx-about4-main .swiper-button-prev {
	left: -70px
}

.tx-about5 {
	background: url(../images/about5-bg.jpg) center center no-repeat;
}

.tx-about5 .tx-main-title b,
.tx-about5 .tx-main-title em,
.tx-about5 .tx-main-title h3 {
	color: #fff
}

.tx-about5-main li {
	position: relative;
	width: 26%;
	margin: 0 3.66%;
	border: 1px solid #fff;
	padding: 50px 50px 30px
}

.tx-about5-main li h3 {
	line-height: 30px;
	color: #fff;
	font-size: 14px
}

.tx-about5-main li i {
	font-size: 50px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 64px;
	position: absolute;
	left: 50px;
	top: -30px;
	color: #fff;
	background: #999;
	border-radius: 50%
}

.tx-about5-contact {
	text-align: center;
	margin: 100px 0
}

.tx-about5-contact .buttons {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 26px;
	background: #ada299;
	border-radius: 50%;
	cursor: pointer;
	animation: headh4 2s infinite;
	-webkit-animation: headh4 2s infinite
}

.tx-about5-contact .buttons b {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 8px
}

.tx-about5-contact .buttons img {
	position: absolute;
	left: 100%;
	bottom: 100%;
	max-width: 252px;
	margin-left: 10px;
	margin-bottom: 10px
}

.tx-about5-contact .boxs {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999
}

.tx-about5-contact .boxs b {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	top: 0;
	left: 0
}

.tx-about5-contact .boxs .maps {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height: 50%;
	padding: 16px;
	background: #fff;
	border-radius: 10px
}

.tx-about5-contact .boxs .maps iframe {
	width: 100%;
	height: 100%;
	border: none
}

.tx-about5-contact .boxs .maps i {
	position: absolute;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	color: #eb846e;
	background: #f1f1f1;
	border-radius: 50%;
	right: -19px;
	top: -19px
}

.tx-about6 {
	background: url(../images/about6-bg.png) center bottom no-repeat
}

.tx-about6-main {
	padding: 0 10%
}

.tx-about7 {
	background: url(../images/about7-bg.jpg) center center no-repeat;
	height: 170px;
	text-align: center;
	padding-top: 60px
}

.tx-about7 h3 {
	display: inline-block;
	font-size: 32px;
	color: #fff;
	position: relative;
	top: 6px
}

.tx-about7 a {
	position: relative;
	display: inline-block;
	line-height: 50px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
	margin-left: 90px
}

.tx-about7 a b {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0
}

.tx-about7 a i {
	font-size: 24px;
	margin-left: 12px
}

.tx-about7 a:hover b {
	opacity: .16
}

.tx-others-top {
	position: relative;
	font-size: 16px;
	color: #fff;
	z-index: 99;
	line-height: 62px;
	height: 62px;
	overflow: hidden;
	margin-top: -62px
}

.tx-others-top b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2
}

.tx-others-top a {
	color: #fff
}

.tx-otherl-main {
	padding: 86px 0
}

.tx-othernl-main {
	background: #f7f7f7
}

.tx-other-left {
	width: 74%
}

.tx-other-right {
	width: 26%;
	padding-left: 50px
}

.tx-other-right-titles h3 {
	border-left: 3px solid #105ae3;
	font-size: 16px;
	padding-left: 20px
}

.tx-otherc-main .tx-other-right-titles {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 12px
}

.tx-right-one {
	position: relative;
	margin-bottom: 36px
}

.tx-right-one h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background: #000;
	opacity: .7;
	color: #fff;
	padding: 0 80px 0 30px
}

.tx-right-one .swiper-pagination {
	width: 80px;
	left: auto;
	right: 0;
	bottom: 15px
}

.tx-right-one .swiper-pagination-bullet {
	background: #fff
}

.tx-right-two {
	margin-bottom: 36px
}

.tx-right-twos {
	padding: 20px;
	background: #fff
}

.tx-right-two .tx-issuel-titles {
	font-size: 18px;
	padding-left: 20px;
	border-left: 2px solid #3b95ff;
	line-height: 20px;
	margin-bottom: 10px
}

.tx-right-two li {
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2
}

.tx-right-two li .img {
	width: 32%
}

.tx-right-two li .text {
	width: 68%;
	padding-left: 12px
}

.tx-right-two li .text h3 {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 14px
}

.tx-right-two li .text em {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #888
}

.tx-right-two li.qianyue a {
	line-height: 22px;
	font-size: 14px
}

.tx-right-two li.qianyue a h3 {
	margin-bottom: 10px
}

.tx-right-three {
	margin-bottom: 36px
}

.tx-right-four {
	margin-bottom: 36px
}

.tx-right-four>h3 {
	line-height: 46px;
	text-align: center;
	background: #fff;
	color: #3b95ff;
	font-size: 18px;
	margin-bottom: 20px
}

.tx-right-four li {
	width: 31.33%;
	margin: 4px 0;
	margin-left: 2%
}

.tx-right-four li:nth-child(3n-2) {
	margin-left: 0
}

.tx-right-four li a {
	display: block;
	font-size: 14px;
	text-align: center;
	background: #3b95ff;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
	color: #fff;
	border-radius: 2px
}

.tx-right-four span a {
	float: left;
	margin: 5px 6px 5px 0;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-align: center;
	background: #3b95ff;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 6px;
	color: #fff;
	border-radius: 2px
}

.tx-right-four span a:nth-child(3n-2) {
	margin-left: 0
}

.tx-issuel-navs {
	margin-bottom: 30px
}

.tx-issuel-navs li {
	width: 10.66%;
	margin-left: .5%
}

.tx-issuel-navs li:nth-child(1) {
	margin-left: 0
}

.tx-issuel-navs li a {
	display: block;
	line-height: 45px;
	background: #f2f2f4;
	text-align: center;
	font-size: 16px
}

.tx-issuel-navs li a:hover,
.tx-issuel-navs li.active a {
	background: #3b95ff;
	color: #fff
}

.tx-issuel li {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 30px
}

.tx-issuel li:nth-child(3n-2) {
	margin-left: 0
}

.tx-issuel li .img {
	position: relative;
	height: 190px;
	overflow: hidden
}

.tx-issuel li .img img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.tx-issuel li .text {
	padding: 14px 25px;
	border: 1px solid #f4f4f4
}

.tx-issuel li .text h3 {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden
}

.tx-issuel li .text em {
	display: block;
	font-size: 14px;
	color: #868686;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin: 10px 0
}

.tx-issuel li .text i {
	display: block;
	font-size: 14px;
	color: #868686;
	line-height: 28px;
	background: url(../images/issuel-icon.png) center right no-repeat
}

.tx-issuel li:hover {
	box-shadow: 0 0 10px #eee
}

.tx-page {
	margin-top: 20px;
	text-align: center;
	position: relative
}

.tx-page a,
.tx-page span {
	display: inline-block;
	line-height: 40px !important;
	padding: 0 16px;
	margin: 0 2px;
	border: 1px solid #f0f0f0;
	color: #666;
	font-size: 12px !important;
	background: #fff;
	border-radius: 5px;
	overflow: hidden
}

.tx-page a.current,
.tx-page span.current {
	background: #105ae3;
	border-color: #105ae3;
	color: #fff
}

.tx-page a:hover {
	color: #105ae3;
	border-color: #105ae3
}

.tx-newsl-nav {
	text-align: center;
	margin-bottom: 60px
}

.tx-newsl-nav li {
	float: none;
	display: inline-block;
	margin: 0 20px
}

.tx-newsl-nav li a {
	display: block;
	padding: 16px 50px;
	border-radius: 10px;
	background: #fff
}

.tx-newsl-nav li a i {
	font-size: 50px;
	color: #3b95ff
}

.tx-newsl-nav li a h3 {
	font-size: 18px;
	margin-top: 6px
}

.tx-newsl-nav li a:hover,
.tx-newsl-nav li.active a {
	background: #3b95ff
}

.tx-newsl-nav li a:hover i,
.tx-newsl-nav li.active a i {
	color: #fff
}

.tx-newsl-nav li a:hover h3,
.tx-newsl-nav li.active a h3 {
	color: #fff
}

.tx-newsl-top {
	background: #fff;
	margin-bottom: 40px
}

.tx-newsl-top .img {
	width: 46%
}

.tx-newsl-top .text {
	width: 54%;
	padding: 45px
}

.tx-newsl-top .text h3 {
	font-size: 20px;
	font-weight: 700
}

.tx-newsl-top .text em {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 26px 0
}

.tx-newsl-top .text i {
	display: block;
	font-size: 14px;
	color: #969696
}

.tx-newsl-top .swiper-pagination {
	width: 80px;
	left: auto;
	right: 45px;
	bottom: 40px
}

.tx-newsl-top .swiper-pagination-bullet {
	background: #000
}

.tx-newsl-top .swiper-pagination-bullet-active {
	background: #3b95ff
}

.tx-newsl-main li {
	width: 48.5%;
	margin-left: 3%;
	padding: 30px;
	background: #fff;
	margin-bottom: 30px
}

.tx-newsl-main li:nth-child(2n-1) {
	margin-left: 0
}

.tx-newsl-main li h3 {
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: 700
}

.tx-newsl-main li em {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 84px;
	overflow: hidden
}

.tx-newsl-main li .times {
	border-top: 1px solid #f1f1f1;
	margin-top: 20px;
	padding-top: 16px
}

.tx-newsl-main li .times {
	text-align: center
}

.tx-newsl-main li .times b {
	font-size: 26px;
	font-weight: 400
}

.tx-newsl-main li .times p {
	font-size: 14px;
	color: #707070
}

.tx-newsl-main li .times i {
	font-size: 34px;
	color: #ccc;
	line-height: 46px
}

.tx-otherc-main {
	padding: 40px 0
}

.tx-newsc-title {
	padding-bottom: 30px;
	border-bottom: 1px dashed #e2e2e2;
	margin-bottom: 30px
}

.tx-newsc-title h1 {
	font-size: 26px;
	margin-bottom: 16px;
	line-height: 38px
}

.tx-newsc-title em {
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-right: 10px
}

@media (max-width:768px) {
	.tx-newsc-title>em:nth-child(2),
	.tx-newsc-title>em:nth-child(3),
	.tx-newsc-title>em:nth-child(4),
	.tx-newsc-title>em:nth-child(5){
		display:block;
		font-size: 12px;
		margin-bottom: 5px;
		}
		.tx-newsc-title>em:nth-child(5) a{
			display:block;
			margin-bottom: 5px;
			font-size: 12px;
			background-color: #1B8EEE;
			color: #fff;
			padding: 2px 4px;
			
			}
}

.tx-newsc-title em i {
	font-size: 20px;
	margin-right: 8px
}

.tx-contentss,
.tx-contentss p,
.tx-contentss span {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 15px
}

.tx-contentss h3 {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2b7de1;
	margin-bottom: 20px
}

.tx-contentss img {
	max-width: 100%;
	height: auto
}

.tx-contentss a {
	color: #3b95ff
}

.tx-contentss a:hover {
	text-decoration: underline
}

.tx-contentss table,
.tx-contentss td,
.tx-contentss tr {
	border: 1px solid #333;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0
}

.tx-contentss .tables tr td:nth-child(3),
.tx-contentss .tables tr td:nth-child(4) {
	text-align: left;
	padding: 10px
}

.tx-contentss .tables tbody tr:nth-child(1) td {
	text-align: center
}

.tx-contentss .tablee,
.tx-contentss .tablee td,
.tx-contentss .tablee tr {
	text-align: center;
	padding: 10px 20px;
	vertical-align: middle
}

.tx-contentss .tablee tr:first-child td {
	padding-top: 30px;
	text-align: left
}

.tx-contentss .tablee tr:nth-child(8) td:nth-child(2) p {
	width: 50%;
	margin: 0 auto;
	text-align: left
}

.tx-contentss .tablee tr:nth-child(10) td:nth-child(2) p {
	text-align: left;
	padding-left: 15%
}

.tx-contents-page {
	text-align: center;
	margin-top: 50px
}

.tx-contents-page .zan a {
	position: relative;
	display: inline-block;
	width: 86px;
	height: 86px;
	text-align: center;
	background: #3b95ff;
	border-radius: 50%;
	padding-top: 12px;
	overflow: hidden
}

.tx-contents-page .zan i {
	font-size: 34px;
	color: #fff
}

.tx-contents-page .zan span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-top: 5px
}

.tx-contents-page .share {
	display: inline-block;
	margin-top: 36px
}

.tx-contents-page .main {
	position: relative;
	margin-top: 30px;
	border-top: 1px dashed #e2e2e2;
	padding-top: 40px
}

.tx-contents-page .main .text {
	padding: 0 45px;
	width: 50%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	overflow: hidden
}

.tx-contents-page .main .text a {
	color: #666
}

.tx-contents-page .main .text i {
	font-size: 20px;
	margin: 0 10px;
	position: relative;
	top: 3px
}

.tx-contents-page .main .text.fl {
	text-align: right
}

@media (max-width:768px) {
	.tx-contents-page .main .text.fl {
		text-align: left
	}
	.tx-contents-page .main .text span{float: left; padding-right: 15px;}
	.tx-contents-page .main .text span i{display: none;}
}

.tx-contents-page .main .text.fr {
	text-align: left
}

.tx-contents-page .main .icon {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #f1f1f1;
	width: 60px;
	line-height: 30px;
	height: 30px;
	border-radius: 2px
}

.tx-contents-page .main .icon i {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #666;
	border-radius: 50%;
	margin: 0 2px;
	margin-top: 12px
}

.tx-contents-page .forms {
	background: url(../images/content-formbg.jpg) center center no-repeat;
	background-size: 100%;
	height: 147px;
	margin-top: 40px;
	text-align: center;
	padding-top: 25px
}

.tx-contents-page .forms h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px
}

.tx-contents-page .forms form {
	display: inline-block
}

.tx-contents-page .forms input[type=text] {
	float: left;
	line-height: 40px;
	width: 300px;
	border: none;
	background-color: #fff;
	padding: 0 20px;
	background-image: url(../images/telsss.gif);
	background-position: 20px center;
	background-repeat: no-repeat
}

.tx-contents-page .forms input[type=submit] {
	float: left;
	line-height: 40px;
	width: 100px;
	border: none;
	background: #3b95ff;
	color: #fff;
	margin-left: 5px;
	font-size: 16px
}

.tx-contents-page .forms a {
	float: left;
	line-height: 40px;
	width: 100px;
	background: #fff;
	color: #3b95ff;
	font-size: 16px;
	margin-left: 12px
}

.tx-contents-page .forms h4 {
	float: left;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	margin-left: 20px
}

.tx-contents-page .forms i {
	margin-right: 12px;
	font-size: 32px
}

.tx-content-hot {
	margin-top: 40px
}

.tx-content-hot .title {
	font-size: 22px;
	margin-bottom: 30px
}

.tx-content-hot .title b {
	font-weight: 400;
	color: #e2e2e2
}

.tx-content-hot li {
	width: 23.5%;
	margin-left: 2%;
	border: 1px solid #efefef
}

.tx-content-hot li:nth-child(1) {
	margin-left: 0
}

.tx-content-hot li h3 {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 25px;
	height: 50px;
	margin: 10px 15px
}

.tx-solution li {
	width: 31.33%;
	margin: 1%;
	background: #fff
}

.tx-solution li .img {
	position: relative;
	height: 250px;
	overflow: hidden
}

.tx-solution li .img img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.tx-solution li .img b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	top: 0;
	left: 0
}

.tx-solution li .img i {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 50px;
	width: 100%
}

.tx-solution li .img:hover b {
	opacity: .5
}

.tx-solution li .text {
	padding: 12px 30px
}

.tx-solution li .text h3 {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 8px
}

.tx-solution li .text em {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	height: 104px;
	overflow: hidden
}

.tx-solution li .text h4 {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f1f1f1;
	line-height: 26px;
	color: #777
}

.tx-solution li .text b {
	font-size: 14px;
	font-weight: 400
}

.tx-solution li .text i {
	font-size: 22px
}

.tx-solution li:hover {
	background: #3b95ff
}

.tx-solution li:hover em,
.tx-solution li:hover h3,
.tx-solution li:hover h4 {
	color: #fff
}

.tx-solution li:hover h4 {
	border-color: #fff
}

#pageContain {
	overflow: hidden
}

.pagee {
	box-shadow: 1px 1px 4px 0 #000;
	display: none;
	width: 100%;
	height: 100%;
	min-width: 1670px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.contain {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.current .contain,
.slide .contain {
	display: block
}

.current {
	display: block;
	z-index: 1
}

.slide {
	display: block;
	z-index: 2
}

.section1 {
	background: url(../images/wzjs-bg1.jpg) center center no-repeat
}

.section2 {
	background: #f9f9f9
}

.section3 {
	background: #fff url(../images/wzjs-bg3.jpg) bottom center no-repeat
}

.section4 {
	background: #fbfcfd
}

.section5 {
	background: url(../images/wzjs-bg5.jpg) center center no-repeat
}

.section6 {
	background: url(../images/wzjs-bg6.jpg) center center no-repeat
}

.section7 {
	background: url(../images/wzjs-bg7.jpg) center center no-repeat
}

.section8 {
	background: #fff
}

.section9 {
	background: #1f8cf9
}

.pages.section1 {
	background: url(../images/app-bg1.jpg) center center no-repeat
}

.pages.section2 {
	background: url(../images/app-bg2.jpg) center center no-repeat
}

.pages.section3 {
	background: url(../images/app-bg3.jpg) center center no-repeat
}

.pages.section4 {
	background: url(../images/app-bg4.jpg) center center no-repeat
}

.pages.section5 {
	background: #fff
}

.pages.section6 {
	background: #1f8cf9
}

#article .tx-centers {
	position: relative;
	height: 100%
}

.tx-page-main {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100%;
	height: 572px
}

.tx-page-main .text {
	width: 50%
}

.tx-page-main .text.fl {
	padding-right: 80px
}

.tx-page-main .text.fr {
	padding-left: 80px
}

.tx-page-main .text h3 {
	font-size: 56px
}

.tx-page-main .text em {
	display: block;
	font-size: 22px;
	margin: 20px 0;
	color: #878787
}

.tx-page-main .text>i {
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #dedede;
	margin-bottom: 50px
}

.tx-page-main .text p {
	font-size: 18px;
	line-height: 36px;
	color: #5c5c5c
}

.tx-page-main .text ul {
	margin: 48px 0 80px
}

.tx-page-main .text li {
	font-size: 18px;
	margin-right: 10px;
	border: 1px solid #878787;
	border-radius: 99px;
	line-height: 40px;
	padding: 0 20px;
	color: #878787
}

.tx-page-main .text a {
	position: relative;
	z-index: 30;
	display: inline-block;
	margin-right: 20px;
	line-height: 60px;
	font-size: 20px;
	padding: 0 20px;
	border: 1px solid #3b95ff;
	color: #3b95ff
}

.tx-page-main .text a b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1
}

.tx-page-main .text a i {
	font-size: 24px;
	margin-left: 15px
}

.tx-page-main .text a:hover b {
	opacity: .2
}

.tx-page-main .text a.on:hover {
	color: #fff;
	background: #3b95ff
}

.tx-page-main .img {
	width: 50%;
	height: 100%;
	position: relative;
	height: 100%
}

.tx-page-main.tx-pages {
	top: 120px
}

.tx-page-main.tx-page1,
.tx-page-main.tx-page1 .text li,
.tx-page-main.tx-page1 .text p,
.tx-page-main.tx-page1 a,
.tx-page-main.tx-page1 em {
	color: #fff
}

.tx-page-main.tx-page1 .text a,
.tx-page-main.tx-page1 .text li {
	border-color: #fff
}

a.wow.fadeInUp.tx-qqs.wowweb {
    display: none;
}

.tx-page-main.tx-page1 .img {
	padding-top: 80px
}

.tx-page-main.tx-page1 .text>i {
	background: #fff
}

.tx-page-main.tx-page2 .img img {
	position: absolute
}

.tx-page-main.tx-page2 .img .img1 {
	right: 0;
	top: -90px;
	width: 92.6%
}

.tx-page-main.tx-page2 .img .img2 {
	left: -220px;
	top: 240px;
	width: 72.1%
}

.tx-page-main.tx-page2 .img .img3 {
	right: 0;
	bottom: -100px;
	width: 77.4%
}

.tx-page-main.tx-page3 .img {
	text-align: right
}

.tx-page-main.tx-page4 .img img {
	position: absolute
}

.tx-page-main.tx-page4 .img .img1 {
	top: 0;
	left: 125px;
	z-index: 20;
	width: 69.9%
}

.tx-page-main.tx-page4 .img .img2 {
	top: 60px;
	left: 0;
	z-index: 10;
	width: 58.9%
}

.tx-page-main.tx-page7 .img img {
	position: absolute
}

.tx-page-main.tx-page7 .img .img1 {
	top: -70px;
	left: 0;
	z-index: 20;
	width: 37.8%
}

.tx-page-main.tx-page7 .img .img2 {
	bottom: -130px;
	right: 50px;
	z-index: 10;
	width: 61.5%
}

.pages.section2 .tx-page-main.tx-page2 img {
	position: absolute
}

.pages.section2 .tx-page-main.tx-page2 .img1 {
	top: -90px;
	left: 0;
	width: 59.59%
}

.pages.section2 .tx-page-main.tx-page2 .img2 {
	bottom: -90px;
	right: 0;
	left: auto;
	top: auto;
	width: 100%
}

.page:last-child .tx-foot {
	position: absolute;
	bottom: 0;
	left: 0
}

.tx-page-news {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100%;
	height: 666px
}

.tx-page-news li {
	width: 48.5%;
	margin-left: 3%
}

.tx-page-news li:nth-child(1) {
	margin-left: 0
}

.tx-page-news .titless {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 50px
}

.tx-page-news .titless h3 {
	font-size: 26px;
	padding-left: 20px;
	border-left: 3px solid #3b95ff;
	line-height: 30px
}

.tx-page-news .titless a {
	font-size: 18px;
	line-height: 30px;
	color: #888
}

.tx-page-news .titless a:hover {
	color: #3b95ff
}

.tx-page-news-main {
	position: relative;
	padding: 30px 0;
	padding-left: 140px;
	border-bottom: 1px dashed #e3e3e3
}

.tx-page-news-main:last-child {
	border-top: none
}

.tx-page-news-main .times {
	position: absolute;
	left: 0;
	top: 30px;
	padding: 12px 20px;
	border-radius: 4px;
	background: #bbb;
	color: #fff;
	text-align: center
}

.tx-page-news-main .times b {
	font-size: 34px
}

.tx-page-news-main .times em {
	font-size: 14px
}

.tx-page-news-main .text {
	padding: 6px 0
}

.tx-page-news-main .text h3 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 4px
}

.tx-page-news-main .text em {
	display: block;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden
}

.tx-page-news-main:hover .times {
	background: #3b95ff
}

.tx-casel {
	background: url(../images/case-bg.jpg) top center no-repeat;
	padding-top: 100px;
	padding-bottom: 0
}

.tx-casel .tx-main-title {
	text-align: left
}

.tx-casel .tx-main-title a.active {
	color: #3b95ff
}

.tx-casel-main li {
	width: 25%
}

.tx-casel-main .top {
	position: relative;
	height: 300px;
	overflow: hidden
}

.tx-casel-main .top a.img img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 10
}

.tx-casel-main .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20
}

.tx-casel-main .box b {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	z-index: 10
}

.tx-casel-main .box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 20;
	opacity: 1
}

.tx-casel-main .boxs {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	width: 100%;
	height: 220px;
	z-index: 30;
	padding: 0 20px;
	text-align: center;
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0)
}

.tx-casel-main .boxs h3 {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 40px
}

.tx-casel-main .boxs .icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 30px
}

.tx-casel-main .boxs h5 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 8px
}

.tx-casel-main .boxs .more {
	margin-top: 30px;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	background: #3b95ff;
	opacity: .6;
	padding: 0 30px;
	border: 1px solid #fff;
	height: 26px;
	line-height: 20px
}

.tx-casel-main .text {
	line-height: 70px;
	padding: 0 20px;
	height: 70px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	font-size: 18px
}

.tx-casel-main li:hover .box b {
	background: #1e75d7;
	opacity: .8
}

.tx-casel-main li:hover .text {
	background: #1e75d7;
	color: #fff
}

.tx-casel-main li:hover .box img {
	opacity: 0
}

.tx-casel-main li:hover .boxs {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1)
}

.tx-casel-page.tx-page {
	margin-top: 0;
	padding: 20px 0;
	background: #dde4ec
}

.tx-casec-top {
	padding: 40px 0
}

.tx-casec-top h3 {
	position: relative;
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.tx-casec-top h3 i {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #ccc
}

.tx-casec-top p {
	font-size: 16px;
	line-height: 36px
}

.tx-casec-top-left {
	width: 50%;
	padding-right: 60px;
	border-right: 1px solid #e8e8e8
}

.tx-casec-top-right {
	width: 50%;
	padding-left: 60px
}

.tx-casec-top .bshare-custom {
	margin-top: 50px
}

.tx-casec-top .bshare-custom a {
	display: inline-block;
	padding-left: 60px;
	height: 60px;
	position: relative;
	margin-right: 40px
}

.tx-casec-top .bshare-custom .bshare-qzone {
	background: url(../images/kj-icon.png) center center no-repeat
}

.tx-casec-top .bshare-custom .bshare-sinaminiblog {
	background: url(../images/wb-icon.png) center center no-repeat
}

.tx-casec-top .bshare-custom .links {
	display: inline-block !important;
	background: url(../images/lj-icon.png) center center no-repeat
}

.tx-casec-top .bshare-custom .bshare-qzone:hover {
	background: url(../images/kj-icons.png) center center no-repeat
}

.tx-casec-top .bshare-custom .bshare-sinaminiblog:hover {
	background: url(../images/wb-icons.png) center center no-repeat
}

.tx-casec-top .bshare-custom .links:hover {
	background: url(../images/lj-icons.png) center center no-repeat
}

.tx-casec-top-right ul {
	margin-top: 40px
}

.tx-casec-top-right ul li {
	width: 20%;
	text-align: center
}

.tx-casec-top-right ul li h4 {
	font-size: 14px;
	margin-top: 16px
}

.tx-casec-content {
	padding: 80px;
	background: #fff;
	margin-top: 40px
}

.tx-casecs.tx-about-main {
	margin-top: -120px;
	top: 0
}

.tx-casec-hot {
	padding: 40px;
	background: #fff;
	margin-top: 40px
}

.tx-casec-hot-title {
	margin-bottom: 30px
}

.tx-casec-hot-title h3 {
	font-size: 28px;
	padding-left: 12px;
	border-left: 1px solid #3b95ff;
	line-height: 28px
}

.tx-casec-hot-main.tx-casel-main li {
	width: 33.33%;
	padding: 0 12px
}

.tx-casec-hot-main.tx-casel-main .text {
	border: 1px solid #e2e2e2;
	border-top: none
}

.tx-zhaopinl {
	padding: 50px 0
}

.tx-zhaopinl-left {
	width: 72%
}

.tx-zhaopinl-left .mains li {
	position: relative;
	width: 100%;
	padding: 50px 0 18px;
	padding-left: 110px;
	border-bottom: 1px dashed #e5e5e5
}

.tx-zhaopinl-left .mains li .times {
	position: absolute;
	top: 50px;
	left: 0;
	width: 82px;
	padding: 15px 10px;
	background: #dde0e5;
	text-align: center;
	color: #fff
}

.tx-zhaopinl-left .mains li .times b {
	font-size: 26px
}

.tx-zhaopinl-left .mains li .times em {
	font-size: 14px;
	display: block
}

.tx-zhaopinl-left .mains li h3 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden
}

.tx-zhaopinl-left .mains li p {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin: 6px 0 8px
}

.tx-zhaopinl-left .mains li .more {
	color: #63c9e6;
	font-size: 14px
}

.tx-zhaopinl-right {
	width: 28%;
	padding-left: 60px
}

.tx-zhaopinl-left .mains li:hover .times {
	background: #0093fb
}

.tx-zhaopinl-left .mains li:hover h3 {
	color: #0093fb
}

.tx-zhaopinl-right a {
	display: block;
	margin-bottom: 24px
}

.tx-zhaopinc-a {
	margin: 40px 0;
	line-height: 50px
}

.tx-zhaopinc-a h3 {
	display: inline-block;
	color: #fff;
	border: 1px solid #3b8ede;
	background: #3b8ede;
	padding: 0 50px;
	font-size: 16px
}

.tx-zhaopinc-a em {
	display: inline-block;
	border: 1px solid #e6e2e7;
	border-left: 0;
	padding: 0 50px;
	font-size: 16px
}

.tx-zhaopinc-down h3 {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2b7de1;
	margin-bottom: 20px
}

.tx-zhaopinc-down .i {
	margin: 16px 0 30px;
	display: block
}

.tx-zhaopinc-down .i i {
	display: inline-block;
	line-height: 30px;
	color: #a2a4af;
	border: 1px solid #a2a4af;
	margin-right: 20px;
	padding: 0 20px;
	border-radius: 99px
}

.tx-zhaopinc-down h4 {
	font-size: 20px;
	margin-bottom: 20px
}

.tx-zhaopinc-down em {
	display: block;
	position: relative;
	font-size: 14px;
	color: #777;
	padding-bottom: 18px
}

.tx-zhaopinc-down em i {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 2px;
	background: #3b8ede
}

.tx-zhaopinc-down p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	color: #666
}

.tx-box {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999
}

.tx-box li {
	clear: both;
	text-align: center;
	width: 74px;
	height: 74px;
	margin-bottom: 2px
}

.tx-box li a {
	position: relative;
	display: block;
	background: #1b8eee;
	padding: 12px 0;
	cursor: pointer;
	width: 100%;
	height: 100%
}

.tx-box li:nth-child(2) a {
	background: url(../images/xftel2.gif) no-repeat center center;
	background-size: 100%
}

/* .tx-box li:nth-child(4) a {
	background: url(../images/xfzx2.gif) no-repeat center center;
	background-size: 100%
} */

.tx-box li i {
	font-size: 28px;
	color: #fff
}

.tx-box li h3 {
	font-size: 12px;
	color: #fff;
	margin-top: 1px
}

.tx-box-main {
	position: absolute;
	right: -500%;
	z-index: -1;
	opacity: 0;
	top: 1px
}

.tx-box-tel {
	width: 170px;
	padding: 12px;
	background: #1b8eee;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 42px
}

.tx-box-tel p {
	padding: 3px 0;
	font-size: 18px
}

.tx-box-wx {
	padding: 12px;
	background: #1b8eee;
	width: 154px
}

.tx-box-wx p {
	letter-spacing: 2;
	color: #fff;
	margin-bottom: 8px
}

.tx-box li a:hover .tx-box-main {
	right: 102%;
	opacity: 1
}

.tx-city-title {
	text-align: center;
	margin-bottom: 80px
}

.tx-city-title h3 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 22px
}

.tx-city-title i {
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #1c91f2
}

.tx-city-one {
	background: #fefefe url(../images/city1-bg.jpg) center bottom no-repeat
}

.tx-city-one-main {
	position: relative;
	margin-top: -15px
}

.tx-city-one .swiper-container1 {
	width: 84%;
	padding: 40px 10px 10px;
	z-index: 20
}

.tx-city-one .swiper-slide {
	position: relative;
	border: 1px solid #f2f2f2;
	background: #fff;
	padding: 40px 28px;
	text-align: center;
	cursor: pointer;
	height: 100%
}

.tx-city-one .swiper-slide i.img {
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #d2d3d5;
	background-repeat: no-repeat;
	background-position: center center
}

.tx-city-one .swiper-slide i.img1 {
	background-image: url(../images/city1-icon1.png)
}

.tx-city-one .swiper-slide i.img2 {
	background-image: url(../images/city1-icon2.png)
}

.tx-city-one .swiper-slide i.img3 {
	background-image: url(../images/city1-icon3.png)
}

.tx-city-one .swiper-slide i.img4 {
	background-image: url(../images/city1-icon4.png)
}

.tx-city-one .swiper-slide h3 {
	font-size: 18px;
	color: #666;
	margin: 18px 0 6px
}

.tx-city-one .swiper-slide h4 {
	font-size: 14px;
	color: #ababab
}

.tx-city-one .swiper-slide h5 {
	color: #d2d3d5;
	font-size: 32px;
	font-weight: 700;
	margin: 10px 0 6px
}

.tx-city-one .swiper-slide .text {
	display: inline-block
}

.tx-city-one .swiper-slide p {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 36px;
	text-align: left;
	min-height: 36px
}

.tx-city-one .swiper-slide p i {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 2px;
	line-height: 36px;
	margin-right: 12px
}

.tx-city-one .swiper-slide b {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #1c98ff;
	top: 0;
	left: 0;
	opacity: 0
}

.tx-city-one .swiper-slide:hover {
	box-shadow: 0 0 10px #eee;
	margin-top: -30px
}

.tx-city-one .swiper-slide:hover i.img {
	background-color: #1c98ff
}

.tx-city-one .swiper-slide:hover h5,
.tx-city-one .swiper-slide:hover p i {
	color: #1c98ff
}

.tx-city-one .swiper-slide:hover b {
	opacity: 1
}

.tx-city-one .swiper-container2 {
	position: absolute;
	width: 100%;
	height: 100px;
	padding: 10px 0;
	top: 50%;
	margin-top: -55px;
	left: 0;
	z-index: 10
}

.tx-city-one .swiper-button {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	color: #999
}

.tx-city-one .swiper-button-next {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.tx-city-one .swiper-button:hover {
	background: #1c98ff;
	color: #fff
}

.tx-city-more {
	text-align: center;
	margin-top: 80px
}

.tx-city-more a {
	display: inline-block;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	padding: 0 90px;
	border-radius: 99px;
	background: #1c98ff
}

.tx-city-more a:hover {
	opacity: .6
}

.tx-city-two {
	background-image: url(../images/city2-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
	text-align: center
}

.tx-city-two h3 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 12px
}

.tx-city-two em {
	display: inline-block;
	font-size: 18px;
	border-radius: 99px;
	color: #fff;
	margin-bottom: 20px
}

.tx-city-two a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	margin: 0 34px
}

.tx-city-two a b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0
}

.tx-city-two a:hover b {
	opacity: .1
}

.tx-city-three-main {
	text-align: center
}

.tx-city-three-main em {
	display: block;
	font-size: 14px;
	color: #808791;
	margin-top: 70px;
	line-height: 30px
}

.tx-city3-more {
	margin-top: 50px;
	text-align: center
}

.tx-city3-more a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	padding: 0 56px;
	border-radius: 6px;
	background: #1c98ff
}

.tx-city-four {
	background: url(../images/city4-bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
	overflow: hidden
}

.tx-city-four .tx-city-title h3 {
	color: #fff
}

.tx-city-four-left {
	width: 76%;
	text-align: center
}

.tx-city-four-left li.li1 {
	width: 15%;
	position: relative;
	z-index: 20;
	padding: 36px 26px
}

.tx-city-four-left li.li1 b {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000e27;
	opacity: .7
}

.tx-city-four-left li.li1 .img {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-position: center center;
	background-repeat: no-repeat
}

.tx-city-four-left li.li1 .img1 {
	background-image: url(../images/city4-icon1.png)
}

.tx-city-four-left li.li1 .img2 {
	background-image: url(../images/city4-icon2.png)
}

.tx-city-four-left li.li1 .img3 {
	background-image: url(../images/city4-icon3.png)
}

.tx-city-four-left li.li1 .img4 {
	background-image: url(../images/city4-icon4.png)
}

.tx-city-four-left li.li1 .img5 {
	background-image: url(../images/city4-icon5.png)
}

.tx-city-four-left li.li1 h3 {
	font-size: 18px;
	margin: 18px 0
}

.tx-city-four-left li.li1 em {
	display: block;
	font-size: 14px;
	line-height: 26px;
	opacity: .4
}

.tx-city-four-left li.li2 {
	width: 6.25%;
	margin-top: 120px
}

.tx-city-four-right {
	position: relative;
	width: 24%;
	padding-left: 130px;
	min-height: 283px;
	z-index: 20;
	padding-top: 70px
}

.tx-city-four-right b {
	position: absolute;
	width: 600px;
	height: 100%;
	z-index: -1;
	background: #000e27;
	opacity: .7;
	left: 55px;
	top: 0
}

.tx-city-four-right h4 {
	font-size: 20px;
	color: #78797d
}

.tx-city-four-right h3 {
	font-size: 26px;
	color: #78797d;
	margin: 6px 0 12px
}

.tx-city-four-right s {
	display: inline-block;
	width: 56px;
	height: 2px;
	background: #78797d
}

.tx-city-four-right a {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	color: #78797d;
	padding: 0 50px;
	border-radius: 99px;
	background: #1b8eee;
	opacity: 1;
	margin-top: 20px;
	color: #fff
}

.tx-city-four-right a:hover {
	opacity: .7
}

.tx-city-five {
	background: url(../images/city5-bg.jpg) center bottom repeat-x
}

.tx-city-five-main {
	text-align: center
}

.tx-city-six {
	background: url(../images/city6-bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	text-align: center
}

.tx-city-six h3 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 36px
}

.tx-city-six a {
	position: relative;
	display: inline-block;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	margin: 0 34px
}

.tx-city-six a b {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0
}

.tx-city-six a:hover b {
	opacity: .1
}

.tx-city-seven {
	background: #fbfbfb
}

.tx-city-seven-main {
	width: 31%;
	margin-left: 3.5%;
	padding: 36px 25px;
	background: #fff
}

.tx-city-seven-main.lefts {
	margin-left: 0
}

.tx-city-seven-main .title {
	margin-bottom: 20px
}

.tx-city-seven-main .title h3 {
	font-size: 20px;
	color: #929292;
	padding-left: 16px;
	border-left: 4px solid #1c91f2;
	line-height: 24px
}

.tx-city-seven-main .title a {
	font-size: 14px;
	color: #1c91f2;
	line-height: 24px
}

.tx-city-seven-main .mains li {
	width: 100%
}

.tx-city-seven-main .mains a {
	float: left;
	width: 70%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #666
}

.tx-city-seven-main .mains span {
	float: right;
	width: 30%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #a0a0a0;
	text-align: right
}

.fl {
	float: left
}

.fr {
	float: right
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: ' '
}

.clearfix {
	zoom: 1
}

.g_cseon {
	color: #fff;
	font-size: 16px;
	width: 718px;
	background: url(../images/tanbg.png) 0 0 no-repeat;
	background-size: cover;
	padding: 18px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: 150;
	overflow: hidden;
	transition: all .6s
}

.g_jsalxotvwx .g_cseon {
	transform: translate(-50%, -50%) scale(1)
}

.g_jsalxotvwx {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 150;
	background: rgba(0, 0, 0, .7)
}

.g_jsalxotvwx .g_cseonboxl {
	-webkit-animation: fadeInRight .7s ease both;
	animation: fadeInRight .7s ease both;
	animation-delay: .5s
}

.g_jsalxotvwx .g_cseonboxr {
	-webkit-animation: fadeInLeft .7s ease both;
	animation: fadeInLeft .7s ease both;
	animation-delay: .5s
}

.g_cseonbox {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}

.g_cseonboxlip span:first-of-type {
	background: url(../images/dizhi.png) left center no-repeat;
	background-size: auto 100%;
	padding-left: 30px;
	font-size: 16px
}

.g_cseonboxlip span a {
	color: #fff;
	margin-right: 10px
}

.g_cseonboxlip span:last-of-type {
	background: url(../images/dianhua.png) left center no-repeat;
	padding-left: 30px;
	font-size: 16px;
	margin-left: 10px
}

.g_cseonboxlip span h5 {
	display: inline-block;
	margin-top: 0
}

.g_cseonboxlip {
	margin-left: -10px;
	margin-right: -10px
}

.g_cseonboxl h3 {
	font-size: 36px;
	font-weight: 400;
	margin-top: 40px
}

.g_cseonboxl h5 {
	font-size: 19px;
	font-weight: 400;
	margin: 25px 0
}

.g_spamkb {
	display: none
}

.g_cseonboxlbtn input[type=text] {
	border-radius: 0;
	-webkit-appearance: none;
	float: left;
	line-height: 44px;
	width: 230px;
	border: none;
	outline: 0;
	background-color: #fff;
	padding: 0 20px;
	background-image: url(../images/telsss.gif);
	background-position: 20px center;
	background-repeat: no-repeat
}

.g_cseonboxlbtn input[type=submit] {
	border-radius: 0;
	-webkit-appearance: none;
	float: left;
	line-height: 44px;
	width: 85px;
	border: none;
	background: #fc7817;
	color: #fff;
	font-size: 16px
}

.g_cseonboxlbtn .zaixian {
	margin-top: 20px;
	display: block;
	width: 315px;
	height: 43px;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 16px
}

.g_cseonboxlbtn .zaixian:hover {
	background: rgba(255, 255, 255, .3)
}

.g_cseonboxr {
	margin-right: 20px
}

.g_cseonboxr p {
	font-size: 18px;
	text-align: center
}

.g_cseonboxr h5 {
	font-size: 18px;
	font-family: "Microsoft JhengHei";
	text-align: center;
	margin-top: 24px
}

.g_cseonboxrerm {
	position: relative;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 200px
}

.g_cseonboxrermimg {
	margin: 0 auto;
	display: block
}

.g_cseonboxrerm1 {
	line-height: 1;
	border-top-left-radius: 3px;
	width: 20px;
	height: 24px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	left: 15px;
	top: 0;
	display: block
}

.g_cseonboxrerm2 {
	line-height: 1;
	border-top-right-radius: 3px;
	width: 20px;
	height: 24px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	right: 15px;
	top: 0;
	display: block
}

.g_cseonboxrerm3 {
	line-height: 1;
	border-bottom-right-radius: 3px;
	width: 24px;
	height: 20px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	right: 15px;
	bottom: 0;
	display: block
}

.g_cseonboxrerm4 {
	line-height: 1;
	border-bottom-left-radius: 3px;
	width: 24px;
	height: 20px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	left: 15px;
	bottom: 0;
	display: block
}

.g_cseonboxgb {
	width: 20px;
	position: absolute;
	right: 25px;
	top: 22px;
	cursor: pointer
}

.g_cseonboxgb img {
	width: 100%;
	display: block
}

.g_cseonboxgb img:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}

.g_cseonboxrs {
	display: none
}

@media (max-width:767px) {
	.g_cseon {
		width: 90%
	}

	.g_cseonbox {
		padding: 40px 0 0 0
	}

	.g_cseonboxr {
		display: none
	}

	.g_cseonboxrs {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		float: none
	}

	.g_cseonboxr h5 {
		margin-top: 0
	}

	.g_cseonboxrerm {
		width: 106px;
		margin: 20px auto
	}

	.g_cseonboxrerm2,
	.g_cseonboxrerm3 {
		right: 0
	}

	.g_cseonboxrerm1,
	.g_cseonboxrerm4 {
		left: 0
	}

	.g_cseonboxl {
		float: none;
		margin-bottom: 30px;
		text-align: center
	}

	.g_cseonboxgb {
		top: 0;
		right: 0
	}

	.g_cseonboxl h3 {
		font-size: 26px;
		margin-top: 23px
	}

	.g_cseonboxl h5 {
		font-size: 18px;
		margin: 21px 0
	}

	.g_cseonboxlbtn input[type=submit] {
		width: 70px;
		font-size: 14px
	}

	.g_cseonboxlbtn .zaixian {
		width: 100%;
		height: 42px
	}

	.mainfei form {
		width: 100%
	}

	#telInput {
		width: 70%
	}

	#callBtn {
		width: 30%
	}
}

@keyframes headh4 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}

	50% {
		transform: scale(1.06);
		-ms-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-o-transform: scale(1.06)
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}
}

@-moz-keyframes headh4 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}

	50% {
		transform: scale(1.06);
		-ms-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-o-transform: scale(1.06)
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}
}

@-webkit-keyframes headh4 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}

	50% {
		transform: scale(1.06);
		-ms-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-o-transform: scale(1.06)
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}
}

@-o-keyframes headh4 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}

	50% {
		transform: scale(1.06);
		-ms-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-o-transform: scale(1.06)
	}

	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1)
	}
}

@keyframes bannbottom {
	0% {
		bottom: 60px
	}

	50% {
		bottom: 80px
	}

	100% {
		bottom: 60px
	}
}

@-moz-keyframes bannbottom {
	0% {
		bottom: 60px
	}

	50% {
		bottom: 80px
	}

	100% {
		bottom: 60px
	}
}

@-webkit-keyframes bannbottom {
	0% {
		bottom: 60px
	}

	50% {
		bottom: 80px
	}

	100% {
		bottom: 60px
	}
}

@-o-keyframes bannbottom {
	0% {
		bottom: 60px
	}

	50% {
		bottom: 80px
	}

	100% {
		bottom: 60px
	}
}

@keyframes bannbottoms {
	0% {
		top: 80px
	}

	50% {
		top: 50px
	}

	100% {
		top: 80px
	}
}

@-moz-keyframes bannbottoms {
	0% {
		top: 80px
	}

	50% {
		top: 50px
	}

	100% {
		top: 80px
	}
}

@-webkit-keyframes bannbottoms {
	0% {
		top: 80px
	}

	50% {
		top: 50px
	}

	100% {
		top: 80px
	}
}

@-o-keyframes bannbottoms {
	0% {
		top: 80px
	}

	50% {
		top: 50px
	}

	100% {
		top: 80px
	}
}

@keyframes process {
	0% {
		top: 0
	}

	50% {
		top: 5px
	}

	100% {
		top: 0
	}
}

@-moz-keyframes process {
	0% {
		top: 0
	}

	50% {
		top: 5px
	}

	100% {
		top: 0
	}
}

@-webkit-keyframes process {
	0% {
		top: 0
	}

	50% {
		top: 5px
	}

	100% {
		top: 0
	}
}

@-o-keyframes process {
	0% {
		top: 0
	}

	50% {
		top: 5px
	}

	100% {
		top: 0
	}
}

@keyframes processs {
	0% {
		top: 0
	}

	50% {
		top: -5px
	}

	100% {
		top: 0
	}
}

@-moz-keyframes processs {
	0% {
		top: 0
	}

	50% {
		top: -5px
	}

	100% {
		top: 0
	}
}

@-webkit-keyframes processs {
	0% {
		top: 0
	}

	50% {
		top: -5px
	}

	100% {
		top: 0
	}
}

@-o-keyframes processs {
	0% {
		top: 0
	}

	50% {
		top: -5px
	}

	100% {
		top: 0
	}
}

/* loading */
.loading {
    position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 9999;
   /*  background: #050313; */
   /* background: url(../images/bn11.png) repeat-x; */
   background-color: #3185D5;
}
.loading span{
    display: block;width: 126px;height: 126px;
    border: 3px #3185D5 solid;border-radius: 50%;
    /*background: url(../images/icon013.png) no-repeat center center;*/
    position: absolute;left: 50%;top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.loading span i{
    display: block;width: 159px;height: 159px;
    position: absolute;left: 50%;top: 50%;
    margin: -79px 0 0 -79px;
    background: url(../picture/icon014.png) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    animation: spinning 3s linear infinite;
    -webkit-animation: spinning 3s linear infinite;
    -moz-animation: spinning 3s linear infinite;
    -ms-animation: spinning 3s linear infinite;
    -o-animation: spinning 3s linear infinite;

    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);  
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    }

@keyframes spinning{
    0%{
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);  
    }
    50%{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);  
    }
    100%{
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);  
    }
}

@-moz-keyframes spinning{
    0%{
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);  
    }
    50%{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);  
    }
    100%{
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);  
    }
}

@-ms-keyframes spinning{
    0%{
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);  
    }
    50%{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);  
    }
    100%{
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);  
    }
}

@-webkit-keyframes spinning{
    0%{
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);  
    }
    50%{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);  
    }
    100%{
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);  
    }
}

@-o-keyframes spinning{
    0%{
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);  
    }
    50%{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -o-transform:rotate(180deg);  
    }
    100%{
        transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);  
    }
}