body,
html {
	margin: 0;
	min-height: 100%
}

body {
	color: #000;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	min-width: 1280px;
}

*,
 ::after,
 ::before {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
i,
li,
ul {
	margin: 0;
	padding: 0
}

form,
img,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

select {
	outline: 0;
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:hover {
	text-decoration: none
}

a {
	outline: 0;
	cursor: pointer;
	color: #a6b7ce
}

ul {
	list-style: none
}

.left,
.page-index .comment-box .list li {
	float: left
}

.right {
	float: right
}

.text-center {
	text-align: center
}

.bk {
	display: block;
	height: 100%
}

.clearfix:after,
.clearfix:before {
	content: '';
	display: table
}

.clearfix:after {
	clear: both
}

.textover {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

a:hover {
	color: #57b7ff
}

.hide {
	display: none
}

.block {
	display: block
}

.mbox {
	width: 1270px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 50px;
}

.menmbox {
	overflow: hidden;
	text-align: center;
}

.menmbox>ul {
	margin: 0 auto;
	display: inline-block;
	padding: 0;
}

.dottline {
	padding-bottom: 45px;
	border-bottom: 1px dashed #595c65
}

.emphasize {
	font-size: 30px
}

.blue {
	color: #2b93f7 !important
}

.bb {
	background: #111215 !important
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}




[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}




[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 10px;
	width: 280px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal
}




[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}




[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.width1190 {
	position: relative;
	width: 1190px;
	margin: 0 auto
}

.width1270 {
	position: relative;
	width: 1270px;
	margin: 0 auto
}

.width1350 {
	position: relative;
	width: 1350px;
	margin: 0 auto;
}

.commbtn {
	display: inline-block;
	width: 180px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	background: #2b93f7;
	font-size: 18px;
	border-radius: 2px;
	transition: background 1s
}

.commbtn:hover {
	color: #fff
}

.page-index {
	position: relative
}

.body-bg {
	position: absolute;
	
	top: 0;
	left: 0;
	right: 0;
	z-index: -10;
	background-color: #22252A
}

.header {
	height: 60px;
	position: relative;
	z-index: 100;
	border-bottom: 0px solid #393B40;
	background: #162e52;
}

.header .logo-box {
	width: 110px;
	height: 60px;
	background: url(../image/logo.png) no-repeat left center;
}

.header .logo-box .logo {
	text-indent: -1000px;
	height: 100%
}

.menu-box {
	line-height: 60px;
	font-size: 16px;
	color: #c7c7c7;
	
}

.menu-box .item {
	float: left;
	padding: 0 10px;
	margin: 0;
}

.menu-box .item a {
	color: #FFFFFF;
	padding: 0 25px 0px 25px;
	font-weight: 400;
	border-bottom: none;
	font-size: 16px;
}




.menu-box .m-index,
.menu-box .item.active {
	background: url(../image/nav_img_sel.png) repeat;
	background-size: 100% 100%;
}

.footer-2 .menu-box .m-index {
	border-bottom: 2px solid #2fa1f0!important;
}

.footer-2 .menu-box .item a {
	padding-bottom: 0;
}

.footer-2 .menu-box .m-index {
	color: #2fa1f0;
	background: none;
}

.menu-box_ahover {
	padding-bottom: 10px;
	color: #2b93f7 !important
}

.menu-box .item .cur {
	color: #2b93f7
}

.menu-box .item .btn {
	color: #2b93f7;
	padding: 0 21px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	float: left;
	font-size: 14px;
}

#loginId {
	margin-right: 20px;
	background: #fff;
	color: #333;
	padding: 0 25px;
}

#loginId:hover {
	border-color: #fff;
	color: #333!important;
}

#registerId {
	background: #1f3b63;
	color: #fff;
}

#registerId:hover {}

.menu-box .item .btn:hover {
	color: #fff !important;
	
	padding-bottom: 0px;
	
	background-color: #2b93f7;
}

.menu-box .login-item {
	margin: 15px 0px 0 0px
}

.new {
	background: transparent url(../image/new.jpg) no-repeat right 4px;
}

.menu-box .item .childMenu {
	text-align: center;
	background: #fff;
	position: absolute;
	width: 120px;
	border: 1px solid #eee;
	border-radius: 2px;
	margin-top: -3px;
}

.menu-box .item .childMenu li {
	height: 42px;
	margin: 0;
	list-style: none;
	line-height: 42px;
}

.menu-box .item .childMenu .first-li {
	background: url(../image/childmenu1.png) no-repeat top center;
	height: 0px;
	margin-top: -7px;
	padding-top: 10px;
}

.menu-box .item .childMenu .first-li-active {
	background: url(../image/childmenu2.png) no-repeat top center;
	height: 0px;
	margin-top: -8px;
}

.menu-box .item .childMenu a {
	display: block;
	color: #333;
	padding: 0 13px;
	font-size: 14px
}

.menu-box .item .childMenu a:hover {
	background: #eef0f3;
	color: #2b93f7 !important
}

.page-case .menu-box .m-case,
.page-download .menu-box .m-download,
.page-price .menu-box .m-price {
	border-bottom: 3px solid #2b93f7;
	padding-bottom: 10px;
	color: #2b93f7 !important;
}

.page-case .menu-box .m-case,
.page-price .menu-box .m-price,
.page-download .menu-box .m-download:hover {
	color: #2b93f7 !important;
}

.page .wraper h3 {
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}


.page h2 {
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}

.page .h3-desc {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

.mlm {
	padding-top: 68px
}

.divline {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	box-sizing: content-box;
}

.divline img {
	vertical-align: top;
}

.gray {
	background: #fafafa
}

.page-index .banner-box {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	overflow: hidden;
	height: 620px;
	text-align: center;
	margin-top: -60px;
	background: url(../picture/banner-idx.jpg) center;

}
@media screen and (max-width: 768px){
	.page-index .banner-box {
		background: url(../picture/banner-1.jpg) center;
		background-size: 200% 150%;
	}
}

.page-index .banner-box .list-box {
	height: 40pc
}

.page-index .banner-box .box1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: left;
	background: url(../image/banner1.jpg) no-repeat 520px -25px;
}

.page-index .banner-box .box2 {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: left;
	background: url(../image/banner-talk.png) no-repeat 520px -25px;
}

.page-index .banner-box .box3 {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: left;
	background: url(../image/im-banner.png) no-repeat 520px -25px;
}

.page-index .banner-box .box4 {
	position: absolute;
	
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: left;
	background: url(../image/banner2.jpg) no-repeat center top;
}

.page-index .banner-box .box5 {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: left;
	background: url(../image/banner-video.png) no-repeat 520px -25px;
}

.page-index .banner-box .box6 {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	text-align: left;
	background: url(../image/banner-live.png) no-repeat 900px top;
}

.page-index .banner-box .box-2 h2 {
	width: 300px;
	font-size: 40px;
	font-weight: 400;
	line-height: 80px;
	margin-top: 50px;
	margin-left: 353px;
}

.page-index .banner-box .box-2 .desc {
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 353px;
}

.page-index .banner-box .box-2 .btn-box {
	margin-top: 45px;
	border-radius: 3px;
	width: 300px;
	margin-left: 12%;
	float: left;
}

.page-index .banner-box .box-2 .btn-box a {
	text-align: center;
}

.page-index .banner-box .box-2 .btn {
	display: inline-block;
	width: 180px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	background: inherit;
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #fff;
	transition: background 1s;
	box-sizing: content-box;
	padding: 0;
}

.page-index .banner-box .box4 .bannercon {
	top: 230px
}

@media(max-width: 1400px) {
	.page-index .banner-box .box2 {
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		text-align: left;
		background: url(../image/banner-talk.png) no-repeat 240px 50px;
	}
	.page-index .banner-box .box3 {
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		text-align: left;
		background: url(../image/im-banner.png) no-repeat 240px 50px;
	}
	.page-index .banner-box .box5 {
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		text-align: left;
		background: url(../image/banner-video.png) no-repeat 240px 50px;
	}
	.page-index .banner-box .box-2 h2 {
		width: 300px;
		font-size: 40px;
		font-weight: 400;
		line-height: 80px;
		margin-left: 127px;
	}
	.page-index .banner-box .box-2 .desc {
		line-height: 30px;
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 1px;
		margin-left: 127px;
	}
	.page-index .banner-box .box-2 .btn-box {
		margin-top: 45px;
		border-radius: 3px;
		width: 300px;
		margin-left: 127px;
		float: left;
	}
}

.page-index .banner-box .box-1 h2 {
	font-size: 60px;
	font-weight: 300;
	line-height: 80px;
	margin-top: 142px;
	letter-spacing: 5px;
	margin-bottom: 11px;
}

.page-index .banner-box .box-1 .desc {
	line-height: 30px;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 1px;
}

.page-index .banner-box .box-1 .btn-box {
	margin-top: 64px;
	border-radius: 3px;
}

.page-index .banner-box .box-1 .btn {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 53px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #258dd3;
	background: rgba(32, 56, 151, 0.8);
	transition: background 1s;
	box-sizing: content-box;
	padding: 0;
	margin-top: 220px;
	margin-left: 175px;
}

.page-index .banner-box .box-1 .btn:hover {
	background: rgba(40, 199, 251, 0.5);
	border: 1px solid #21e1ed;
}




.page-index .banner-box .box4 h2 {
	width: 300px;
	font-size: 40px;
	font-weight: 300;
	line-height: 80px;
	margin-top: 170px;
	letter-spacing: 5px;
	margin-bottom: 11px;
}

.page-index .banner-box .box4 .desc {
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}

.page-index .banner-box .box4 .btn-box {
	margin-top: 30px;
	border-radius: 3px;
	width: 300px;
	float: left;
}

.page-index .banner-box .box4 .btn {
	display: inline-block;
	width: 180px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #fff;
	transition: background 1s;
	margin-right: 20px
}

.page-index .banner-box .box4 .btn:hover {
	background: #2b93f7;
	border: 1px solid #2b93f7;
}

.page-index .banner-box .sbtn {
	display: none;
	width: 64px;
	height: 64px;
	display: block;
	background: rgba(255, 255, 255, 0.1) url('../image/slide-ar.png') no-repeat;
	position: absolute;
	z-index: 50;
	border-radius: 100%;
}

.page-index .banner-box .sleft {
	left: 243px;
	top: 246px;
	background-position: 22px 20px;
}

.page-index .banner-box .sright {
	right: 243px;
	top: 246px;
	background-position: -40px 20px;
}

.page-index .banner-box .sleft:hover {
	background: rgba(255, 255, 255, 0.2) url('../image/slide-ar.png') no-repeat;
	background-position: 22px 20px;
}

.page-index .banner-box .sright:hover {
	background: rgba(255, 255, 255, 0.2) url('../image/slide-ar.png') no-repeat;
	background-position: -40px 20px;
}

.page-index .banner-box .sleft:active {
	background: rgba(255, 255, 255, 0.2) url('../image/slide-ar.png') no-repeat;
	background-position: 22px 20px;
}

.page-index .banner-box .sright:active {
	background: rgba(255, 255, 255, 0.3) url('../image/slide-ar.png') no-repeat;
	background-position: -40px 20px;
}

.page-index .banner-box .list-box .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media(max-width: 1400px) {
	.page-index .banner-box .sleft {
		left: 30px;
		top: 246px;
		background-position: 22px 20px;
	}
	.page-index .banner-box .sright {
		right: 30px;
		top: 246px;
		background-position: -40px 20px;
	}
}

.page-index .banner-box .bx-pager {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	height: 65px;
	text-align: center;
	z-index: 50
}

.page-index .banner-box .bx-controls .bx-pager-item {
	display: inline-block;
	padding: 10px 3px;
	margin: 0 8px
}

.page-index .banner-box .bx-controls .bx-pager-item .bx-pager-link {
	display: block;
	height: 2px;
	width: 50px;
	background: rgba(255, 255, 255, 0.3);
	text-indent: -75pt;
	overflow: hidden
}

.page-index .banner-box .bx-controls .bx-pager-item.on a {
	background: #2b93f7
}

.banner_img {
	position: absolute;
	top: -50px;
	right: -80px;
}




.t1 {
	padding: 80px 0;
}

.t2 {
	color: #fff;
}

.t3 {
	background: #f8fafc
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	max-width: initial;
}

.container:after,
.container:before {
	content: " ";
	display: table;
}

.index-tittle {
	font-size: 28px;
	padding-bottom: 50px;
	font-weight: normal;
}

.tc {
	text-align: center;
}

.index-product ul.first-ul {
	height: 510px;
}

.index-product ul .pro-list {
	float: left;
	width: 33%;
	height: 440px;
	text-align: center;
	position: relative;
	background-color: #fff;
	
	margin-left: -1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}

.index-product ul .pro-list.pro-list1 .on {
	display: block;
}

.index-product ul .pro-list.pro-list1 .off {
	display: none;
}

.index-product ul .pro-list .card-t {
	padding: 30px 0 20px;
}

.index-product ul .pro-list i {
	display: inline-block;
	width: 75px;
	height: 75px;
	background: url(../image/index-icon2.png) 0px 0px no-repeat;
}

.index-product ul .pro-list i.icon {
	background-position: 0px 0px;
}

.index-product ul .pro-list i.icon2 {
	background-position: -75px 0px;
}

.index-product ul .pro-list i.icon3 {
	background-position: -150px 0px;
}

.index-product ul .pro-list i.icon4 {
	background-position: -225px 0px;
}

.index-product ul .pro-list .card-t h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 4px;
}

.index-product ul .pro-list .card-t p {
	font-size: 14px;
	color: #868c93;
}

.index-product ul .pro-list .card-about {
	padding: 20px 5px;
	position: relative
}

.index-product ul .pro-list .off li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.index-product ul .pro-list .on {
	text-align: left;
	padding: 0 20px;
	position: absolute;
	left: 5px;
	top: 20px;
	width: 356px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.index-product ul .pro-list .on .first {
	padding-bottom: 15px;
}

.index-product ul .pro-list .on .first h4 {
	font-size: 18px;
	font-weight: normal;
}

.index-product ul .pro-list .on .first p {
	font-size: 14px;
	color: #a9b0b4
}

.index-product ul .pro-list .on .first a {
	font-size: 14px;
	color: #2b93f7;
	display: block;
	width: 108px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #2b93f7;
	margin-top: 15px;
	border-radius: 3px;
}

.index-product ul .pro-list .on .first a:hover {
	background-color: #2b93f7;
	color: #fff;
}

.index-product ul .pro-list .on .other {
	border-top: 1px solid #ebebec;
}

.index-product ul .pro-list .on .other ul li {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.index-product ul .pro-list.pro-list1 .on .other ul li {
	width: 100%;
}

.index-product ul .pro-list .on .other h4 {
	font-size: 14px;
	font-weight: normal;
}

.index-product ul .pro-list .on .other p {
	font-size: 12px;
	line-height: 22px;
	color: #a9b0b4;
}

.index-product ul .pro-list .on .other a {
	font-size: 12px;
	color: #2b93f7;
}

.index-product ul .pro-list .on .other a:hover {
	text-decoration: underline;
}

.index-product ul .pro-list.pro-list2 .on .other ul li {
	width: 50%;
	position: relative;
}

.index-product ul .pro-list.pro-list2 .on .other ul li p {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-product ul .pro-list .on {
	display: none;
}

.index-product ul .active {
	width: 34%;
	border: 1px solid #2b93f7;
	height: 510px;
	top: -35px;
	box-shadow: 0 0px 30px rgba(44, 106, 234, 0.6);
	z-index: 1;
	overflow: hidden;
}

.index-product ul .active .on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.index-product ul .active .con-card .card-t {
	background-color: #2b93f7;
}

.index-product ul .active .con-card .card-t i.icon {
	background-position: 0px -75px
}

.index-product ul .active .con-card .card-t i.icon2 {
	background-position: -75px -75px
}

.index-product ul .active .con-card .card-t i.icon3 {
	background-position: -150px -75px
}

.index-product ul .active .con-card .card-t i.icon4 {
	background-position: -225px -75px
}

.index-product ul .active .con-card .card-t h3 {
	color: #fff;
	margin-top: -5px;
}

.index-product ul .active .con-card .card-t p {
	color: #fff;
}




.page-index .content-box1 {
	height: 602px;
	background: url(../image/jjff.png) no-repeat center top;
	background-size: cover;
	text-align: center;
	box-sizing: content-box;
}

.page-index .content-box1 .solve {
	width: 160px;
	display: block;
	color: #2b93f7 !important;
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 74px;
	box-sizing: content-box;
}

.page-index .content-box1 .let {
	padding: 5px 24px 0px 14px;
}

.page-index .content-box1 .let:hover {
	padding: 5px 24px 0px 14px;
}

.page-index .content-box1 .rig {
	padding: 5px 14px 0px 24px;
}

.page-index .content-box1 .rig:hover {
	padding: 5px 14px 0px 24px;
}

.page-index .content-box1 .solve_em {
	width: 160px;
	display: block;
	color: #2b93f7 !important;
	border: 1px solid #2b93f7;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 74px;
	box-sizing: content-box;
}

.page-index .content-box1 .phone-ele {
	background: url('../image/pele.png') no-repeat;
	position: absolute;
}

.page-index .content-box1 .live {
	background-position: -422px -1px;
	width: 97px;
	height: 57px;
	top: 220px;
	left: 595px;
	z-index: 10;
}

.page-index .content-box1 .live_up {
	background-position: -422px -1px;
	width: 97px;
	height: 57px;
	top: 206px;
	left: 595px;
	z-index: 10;
}

.page-index .content-box1 .live_gray {
	background-position: -422px -452px;
	width: 97px;
	height: 57px;
	top: 220px;
	left: 595px;
}

.page-index .content-box1 .talk {
	background-position: 0px 0px;
	width: 96px;
	height: 56px;
	top: 210px;
	left: 460px;
	z-index: 10;
}

.page-index .content-box1 .talk_up {
	background-position: 0px 0px;
	width: 96px;
	height: 56px;
	top: 196px;
	left: 460px;
	z-index: 10;
}

.page-index .content-box1 .talk_gray {
	background-position: 0px -451px;
	width: 96px;
	height: 56px;
	top: 210px;
	left: 460px;
}

.page-index .content-box1 .mic {
	background-position: -219px -1px;
	width: 81px;
	height: 47px;
	top: 312px;
	left: 454px;
	z-index: 10;
}

.page-index .content-box1 .mic_up {
	background-position: -219px -1px;
	width: 81px;
	height: 47px;
	top: 298px;
	left: 454px;
	z-index: 10;
}

.page-index .content-box1 .mic_gray {
	background-position: -219px -460px;
	width: 81px;
	height: 47px;
	top: 312px;
	left: 454px;
}

.page-index .content-box1 .info {
	background-position: -587px -2px;
	width: 192px;
	height: 99px;
	top: 290px;
	left: 560px;
	z-index: 10;
}

.page-index .content-box1 .info_up {
	background-position: -587px -2px;
	width: 192px;
	height: 99px;
	top: 276px;
	left: 560px;
	z-index: 10;
}

.page-index .content-box1 .info_gray {
	background-position: -587px -408px;
	width: 192px;
	height: 99px;
	top: 290px;
	left: 560px;
}

.page-index .content-box1 .room {
	background-position: -852px -1px;
	width: 83px;
	height: 48px;
	top: 424px;
	left: 655px;
	z-index: 10;
}

.page-index .content-box1 .room_up {
	background-position: -852px -1px;
	width: 83px;
	height: 48px;
	top: 410px;
	left: 655px;
	z-index: 10;
}

.page-index .content-box1 .room_gray {
	background-position: -852px -459px;
	width: 83px;
	height: 48px;
	top: 424px;
	left: 655px;
}

.page-index .content-box1 .msgs {
	background-position: -1053px -1px;
	width: 103px;
	height: 60px;
	top: 332px;
	left: 777px;
	z-index: 20;
}

.page-index .content-box1 .msgs_up {
	background-position: -1053px -1px;
	width: 103px;
	height: 60px;
	top: 318px;
	left: 777px;
	z-index: 20;
}

.page-index .content-box1 .msgs_gray {
	background-position: -1053px -446px;
	width: 103px;
	height: 60px;
	top: 332px;
	left: 777px;
	z-index: 12;
}

.page-index .content-box1 h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	color: #ffffff
}

.page-index .content-box1 h4 {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 8px 0;
}

.page-index .content-box1 h5 {
	font-size: 14px;
	font-weight: 400;
	color: #C7C7C7;
	word-wrap: break-word;
	word-break: break-all;
	margin: 0 0 15px;
}

.page-index .content-box1 .img {
	background: url(../image/content-phone.png) no-repeat center bottom;
	height: 410px;
	width: 100%;
	box-sizing: content-box;
}

.page-index .content-box1 .btn-box {
	border-radius: 3px;
	top: 45px;
	width: 500px;
	margin: 20px auto 50px auto;
	vertical-align: center;
}

.page-index .content-box1 .btn {
	border: 1px solid inherit;
	display: inline-block;
	width: 180px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	border: 1px solid #fff;
	background: inherit;
	font-size: 18px;
	border-radius: 2px;
	transition: background 2s;
	box-sizing: content-box;
	padding: 0;
}

.page-index .content-box1 .btn:hover {
	background: #2b93f7;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: background-color 1s;
}

.page-index .content-box1 .left-div {
	width: 250px;
	text-align: right;
	margin-top: 8px;
}

.page-index .content-box1 .imgdiv {
	float: left;
	width: 700px;
	text-align: left;
	vertical-align: top;
}

.page-index .content-box1 .imgdiv .maixu {
	width: 65px;
	margin-top: 120px;
	margin-left: 130px;
	float: left
}

.page-index .content-box1 .imgdiv .yanshenqi {
	width: 65px;
	margin-top: 90px;
	float: left
}

.page-index .content-box1 .imgdiv .zhupo {
	width: 65px;
	margin-top: 45px;
	float: left;
	margin-left: -10px;
}

.page-index .content-box1 .imgdiv .lts {
	width: 405px;
	height: 250px;
	background: url(../image/lts.png) no-repeat;
	margin-top: 110px;
	margin-left: 180px;
}

.page-index .content-box1 .imgdiv .message {
	width: 154px;
	margin-left: 165px;
	margin-top: 70px;
	float: left
}

.page-index .content-box1 .imgdiv .operation {
	width: 303px;
	margin-left: 320px;
	margin-top: 40px;
	float: left;
	position: absolute;
	top: 290px;
}

.page-index .content-box1 .right-div {
	text-align: left;
	margin-top: 8px;
}

.direct-line {
	position: absolute;
	z-index: 100;
	width: 300px;
	height: 300px;
	margin: 30px;
	background-size: 300px auto;
	background-repeat: no-repeat;
	transition: background .5s ease-in-out;
}

.direct-line .line {
	width: 0;
	height: 1px;
	background: #2b93f7;
	position: absolute;
	z-index: 100;
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	text-indent: -9999px;
}

.direct-line .point {
	position: absolute;
	z-index: 100;
	background: #2b93f7;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0;
}

.deploy-index-0 .direct-line .point1 {
	top: -370px;
	right: -310px;
	animation: point0 .1s linear;
	animation-fill-mode: forwards;
}

.deploy-index-0 .direct-line .line1 {
	animation: pubLine1 .2s linear;
	top: -370px;
	right: -305.5px;
	transform: rotate(90deg);
	transform-origin: top right;
	animation-fill-mode: forwards;
}

.deploy-index-0 .direct-line .line2 {
	animation: pubLine2 .6s linear .2s;
	top: -388px;
	right: -306px;
	animation-fill-mode: forwards;
}

.deploy-index-0 .direct-line .point2 {
	top: -393px;
	right: 125px;
	animation: point0 .1s linear .9s;
	animation-fill-mode: forwards;
}

.deploy-index-1 .direct-line .point1 {
	top: -313px;
	right: -156px;
	animation: point0 .1s linear;
	animation-fill-mode: forwards;
}

.deploy-index-1 .direct-line .line1 {
	animation: excLine1 .3s linear;
	top: -308px;
	right: -151px;
	transform: rotate(270deg);
	transform-origin: top right;
	animation-fill-mode: forwards;
}

.deploy-index-1 .direct-line .line2 {
	animation: excLine2 .5s linear .3s;
	top: -255px;
	right: -152px;
	animation-fill-mode: forwards;
}

.deploy-index-1 .direct-line .point2 {
	top: -260px;
	left: 165px;
	animation: point0 .1s linear .9s;
	animation-fill-mode: forwards;
}

.deploy-index-2 .direct-line .point1 {
	top: -195px;
	right: -166px;
	animation: point0 .1s linear;
	animation-fill-mode: forwards;
}

.deploy-index-2 .direct-line .line1 {
	animation: priLine1 .4s linear;
	top: -190px;
	right: -160px;
	transform: rotate(-90deg);
	transform-origin: top right;
	animation-fill-mode: forwards;
}

.deploy-index-2 .direct-line .line2 {
	animation: priLine2 .4s linear .4s;
	top: -68px;
	right: -160px;
	animation-fill-mode: forwards;
}

.deploy-index-2 .direct-line .point2 {
	top: -73px;
	left: 165px;
	animation: point0 .1s linear .9s;
	animation-fill-mode: forwards;
}

.deploy-index-3 .direct-line .point1 {
	top: -270px;
	right: -390px;
	animation: point0 .1s linear;
	animation-fill-mode: forwards;
}

.deploy-index-3 .direct-line .line1 {
	animation: oveLine1 .4s linear;
	top: -268px;
	left: 685px;
	transform: rotate(-90deg);
	animation-fill-mode: forwards;
}

.deploy-index-3 .direct-line .line2 {
	animation: oveLine2 .4s linear .4s;
	top: -401px;
	left: 686px;
	animation-fill-mode: forwards;
}

.deploy-index-3 .direct-line .point2 {
	top: -405px;
	left: 1035px;
	animation: point0 .1s linear .9s;
	animation-fill-mode: forwards;
}

.deploy-index-4 .direct-line .point1 {
	top: -164px;
	right: -380px;
	animation: point0 .1s linear;
	animation-fill-mode: forwards;
}

.deploy-index-4 .direct-line .line1 {
	animation: chaLine1 .6s linear .2s;
	top: -234px;
	left: 675px;
	animation-fill-mode: forwards;
}

.deploy-index-4 .direct-line .line2 {
	animation: chaLine2 .2s linear;
	top: -160px;
	left: 675px;
	transform: rotate(-90deg);
	animation-fill-mode: forwards;
}

.deploy-index-4 .direct-line .point2 {
	top: -238px;
	left: 1035px;
	animation: point0 .1s linear .9s;
	animation-fill-mode: forwards;
}

.deploy-index-5 .direct-line .point1 {
	top: -162px;
	right: -500px;
	animation: point0 .1s linear;
	animation-fill-mode: forwards;
}

.deploy-index-5 .direct-line .line1 {
	animation: msgLine1 .2s linear;
	top: -155px;
	left: 796px;
	transform: rotate(90deg);
	animation-fill-mode: forwards;
}

.deploy-index-5 .direct-line .line2 {
	animation: msgLine2 .6s linear .2s;
	top: -70px;
	left: 790px;
	animation-fill-mode: forwards;
}

.deploy-index-5 .direct-line .point2 {
	top: -74px;
	left: 1035px;
	animation: point0 .1s linear .9s;
	animation-fill-mode: forwards;
}

@keyframes point0 {
	100% {
		opacity: 1;
	}
}

@keyframes pubLine1 {
	100% {
		width: 18px;
	}
}

@keyframes pubLine2 {
	100% {
		width: 436px;
	}
}

@keyframes excLine1 {
	100% {
		width: 53px;
	}
}

@keyframes excLine2 {
	100% {
		width: 283px;
	}
}

@keyframes priLine1 {
	100% {
		width: 123px;
	}
}

@keyframes priLine2 {
	100% {
		width: 286px;
	}
}

@keyframes oveLine1 {
	100% {
		width: 133px;
	}
}

@keyframes oveLine2 {
	100% {
		width: 353px;
	}
}

@keyframes chaLine1 {
	100% {
		width: 365px;
	}
}

@keyframes chaLine2 {
	100% {
		width: 74px;
	}
}

@keyframes msgLine1 {
	100% {
		width: 85px;
	}
}

@keyframes msgLine2 {
	100% {
		width: 250px;
	}
}




.ts_tit {
	font-size: 1.3rem;
	color: #444;
}

.ts_tit~p {
	font-size: 12px;
	color: #999;
}

.mar_50 {
	margin-bottom: 50px;
}

.copyright p>a{
	margin: 0 5px;
	color: #a6b7ce;
}
.copyright p>a:hover{
	color: #0484cd;
}
.links{
	width: 100%;
	background-color: #162e52;
}
.links ul{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	color: #a6b7ce;
	border-bottom: 1px solid #a6b7ce;
}
@media screen and (max-width: 768px){
	.links ul{
		width: 94%;
		margin: 0 auto;
		padding: 30px 0;
		color: #a6b7ce;
		border-bottom: 1px solid #a6b7ce;
	}
}

.ft_content.index .idx_box_wp {
	width: 100%;
	background-color: #eef1f6;
}

.ft_content.index .idx_box_wp .wraper h3 {
	font-size: 30px;
	text-align: center;
}

.ft_content.index .idx_box_wp .wraper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	color: #374552;
}




.index-data {
	background: url(../image/index-data.png) top no-repeat;
	height: 136px;
}

.index-data ul {
	padding: 45px 0;
}

.index-data ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.index-data ul li p {
	font-size: 20px;
	color: #fff;
	padding: 8px 0;
	background: url(../image/index-icon3.png) 70px 0px no-repeat;
}

.index-data ul li:nth-child(2) p {
	background-position: 85px -55px;
}

.index-data ul li:nth-child(3) p {
	background-position: 50px -114px;
}




.index-partners {
	background: #F7F8FA;
}

.index-partners .part-con .part-list li {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}

.index-partners .part-con .part-list li a {
	cursor: default;
}

.index-partners .part-con .part-list li img {
	width: 224px;
	height: 90px;
}

.index-partners .part-con .valid {
	width: 84%;
	margin: 20px auto;
	position: relative;
}

.index-partners .part-con .valid li {
	float: left;
	width: 25%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding-bottom: 20px;
}

.index-partners .part-con .valid li img {
	border: 1px solid #e6e7e9;
}




.index-news {
	background-color: #fff;
}

.index-news .wraper {
	padding-bottom: 40px;
}




.index-news .news-con ul li.item3 {
	margin-right: 0;
}

.news-con-left .news-con-con {
	width: 90%;
	height: 300px;
	margin: 0 auto;
	border-bottom: none;
	
	overflow: hidden;
}

.index-news .news-con .news-con-left .title {
	position: relative;
}

.index-news .news-con .news-con-left .title .t-img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.index-news .news-con .news-con-left .title .t-img .t-img-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 118px;
	height: 127px;
	
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: center;
	line-height: 54px;
	letter-spacing: 0.3rem;
	text-indent: -999em;
	overflow: hidden;
}

.hy-img {
	background: url(../image/news_con_dt.png) no-repeat;
	background-size: 100% 100%;
}

.hy-pro {
	background: url(../image/news_con_pro.png) no-repeat;
	background-size: 100% 100%;
}

.index-news .news-con .news-con-left .title .t-img p {
	background: rgba(0, 0, 0, .5);
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 2.5%;
	display: none;
}

.index-news .news-con .news-con-left .title .t-img p:hover span {
	text-decoration: underline;
}

.index-news .news-con .news-con-left .title .t-img p span {
	display: block;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	padding-left: 3%;
}

.index-news .news-con .news-con-left .title .t-img p i {
	font-style: normal;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 25%;
	text-align: right;
	float: right;
}

.index-news .news-con .news-con-left .title .t-img img {
	width: 100%;
	height: 100px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	margin-top: 10px;
}

.index-news .news-con .news-con-left .title h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news .news-con .news-con-left .title a {
	display: block;
	color: #374552;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}




.index-news .news-con .news-con-left .title a:hover .t-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.2);
}

.index-news .news-con .news-con-left .news-list {
	padding: 10px 0;
	min-height: 140px;
}

.index-news .news-con .news-con-left .news-list ul {
	width: 95%;
	margin: 0 auto
}

.index-news .news-con .news-con-left .news-list ul li {
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	
}

.index-news .news-con .news-con-left .news-list ul li:last-child {
	border-bottom: none;
}

.news-con-more {
	font-size: 14px;
	color: #999;
	display: none;
	width: 466px;
	height: 30px;
	text-align: right;
	margin: 10px auto 0;
}

.news-con-more:hover {
	color: #2c6ab7;
}

.index-news .news-con .news-con-left .news-list li i {
	display: block;
	width: 7px;
	height: 11px;
	background: url(../image/news_sj.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.index-news .news-con .news-con-left .news-list li p {
	display: block;
	width: 75%;
	float: left;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news .news-con .news-con-left .news-list li span {
	display: block;
	width: 15%;
	text-align: right;
	color: #666;
	float: right;
}

.index-news .news-con .news-con-left .news-list li a:hover p,
.index-news .news-con .news-con-left .news-list li a:hover span {
	color: #2c6ab7;
}

.index-news .news-con .news-con-left .news-list a {
	
}

.index-news .news-con .news-con-left .news-list a:hover {
	color: #2B93F7;
}




.index-btn {
	background-color: #fff;
}

.index-btn .btn_register {
	text-align: center;
	padding-bottom: 100px;
	margin-top: 35px;
	height: 60px;
}

.green-btn {
	color: #fff;
	font-size: 18px;
	padding: 14px 50px;
	background-color: #2c6bb8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.green-btn:hover {
	background-color: #4DA2F4;
	color: #fff;
}




.footer_top {
	height: 80px;
	line-height: 50px;
	border-bottom: 1px solid #22416d;
	padding: 20px 2%;
}

.footer_top img {
	width: 40px!important;
	height: 40px!important;
	float: left;
	margin: 5px 15px;
}

.footer_top p {
	font-size: 18px;
	color: #fff;
	float: left
}

.footer {
	height: 320px;
	width: 100%;
	background: #162e52;
	min-width: 1200px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
}

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

.footer_main .footer_main_lt {
	width: 90%;
	height: 200px;
	margin: 0 auto;
}

.footer_main .footer_main_lt ul {
	float: left;
	margin: 28px 0 0 0;
	width: 28%;
}

.footer_main .footer_main_lt ul li.ft {
	margin-bottom: 20px;
}

.footer_main .footer_main_lt ul li {
	font-size: 18px;
	color: #ededed;
	margin-bottom: 18px;
}

.footer_main .footer_main_lt ul a {
	font-size: 14px;
	color: #a6b7ce;
}

.footer_main .footer_main_lt ul a:hover {
	color: #2fa1f0;
}

.footer_main .contact_detail {
	width: 16%;
	height: 88px;
	float: right;
	padding-top: 28px;
}

.footer_main .contact_detail p {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.footer_main .contact_detail span {
	display: block;
	width: 100%;
	text-align: center;
}




.footer_main .contact_detail span img {
	width: 132px;
	height: 132px;
}

.footer_main_mid {
	width: 430px;
	float: left;
	height: 200px;
}

.footer_main_rt {
	float: left;
	width: 300px;
	height: 360px;
}

.footer_main_rt h5 {
	font-size: 15px;
	line-height: 25px;
	color: #ededed;
	margin-top: 50px;
}

.footer_main_rt .footer_main_rt_phone {
	font-size: 26px;
	line-height: 55px;
	color: #8b8c8d;
	text-indent: 55px;
	background: url(../image/tel_ico.png) 0px 10px no-repeat;
}

.footer_main_rt ul li {
	font-size: 14px;
	line-height: 30px;
	color: #8b8c8d;
}

.footer-2 {
	background: #162e52;
	padding-bottom: 15px;
	color: #a6b7ce;
	line-height: 30px;
}

.footer-2 .container {
	padding: 0;
	line-height: 23px;
	padding-bottom: 20px;
}

.footer-2 span {
	display: inline-block;
	width: 24px;
	height: 44px;
	background: url(../image/wangan.gif) center center no-repeat;
	margin-left: 10px;
}

.footer-2 span a {
	display: block;
	width: 24px;
	height: 24px;
}

.footer-2 p.line_top {
	padding-top: 20px;
	border-top: 1px solid #22416d;
}

.footer_top li {
	width: 33%;
	float: left
}

.footer_top li img {
	width: 30px;
	height: 30px;
}

.loaction {
	height: 50px;
	line-height: 50px;
	width: 1200px;
	margin: 0 auto;
}

.loaction a {
	color: #999
}




.side-bar {
	width: 80px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size: 14px;
	line-height: 0;
	z-index: 100;
}

.side-bar>a {
	width: 80px;
	height: 80px;
	line-height: 20px;
	display: inline-block;
	background-color: #2c6bb8;
	color: #fff !important;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
}

.side-bar>a:hover {
	background-color: #4DA2F4;
	color: #ffffff;
}

.side-bar>a>span {
	background: url(../image/gdt-img.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 15px;
}

.side-bar .icon-scan span {
	background-position: -2px -40px;
}

.side-bar .icon-qq span {
	background-position: -5px 0px;
}

.side-bar .icon-feed span {
	background-position: -43px -162px;
}

.feed-qq {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	margin-left: 5%;
	margin-bottom: 25px;
}

.feed-qq .qq-a {
	width: 70px;
	height: 105px;
}

.feed-qq .qq-hover-c {
	left: 0px;
	width: 70px;
	height: 70px;
	box-shadow: 0 0 10px #ececec;
}

.feed-qq .img-qq {
	top: 13px
}

.feed-qq .qq-container {
	width: 70px;
	height: 70px;
	background: none;
}

.feed-qq .kftc li {
	width: 50%;
}

.feed-qq .qq-a span {
	width: 100%;
	left: 0;
	text-align: center;
}

.feed-phone {
	background: #f2f5f9;
	padding: 10px;
}

.feed-phone p {
	color: #333;
	font-size: 14px;
	display: block;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
}

.icon-feed-hover {
	background: #fff;
	position: absolute;
	right: 90px;
	bottom: 85px;
	width: 281px;
	min-height: 360px;
	box-shadow: 0px 0px 10px #dcdcdc;
	padding: 20px;
	border: 1px solid #e6e6e6;
	display: none;
}

.icon-feed-hover h3 {
	color: #2c6ab7;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	clear: both;
	margin-bottom: 10px;
}

.side-bar .phove {
	width: 100%;
}

.side-bar .icon-blog span {
	background-position: -2px -85px;
}

.phove_p {
	display: none;
	padding: 10px 0px;
	padding-right: 0px;
	padding-left: 0px;
	background: #2c6bb8;
	color: #fff;
	position: absolute;
	top: 142px;
	right: 90px;
	width: 220px;
	height: 70px;
	border-radius: 10px;
	line-height: 50px;
	font-size: 20px;
	box-sizing: border-box;
}

.phove_p_new {
	float: left;
	
	
	
	
	
	
	
	
	width: 220px;
	
	border-radius: 10px;
	line-height: 50px;
	font-size: 20px;
	box-sizing: border-box;
}

.scan {
	display: none;
	position: absolute;
	right: 90px;
	height: 70px;
	line-height: 50px;
	font-size: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 10px #dcdcdc;
	border: 1px solid #e6e6e6;
}

.side-bar .icon-up span {
	padding-top: 58px;
	display: block;
	background: url(../image/arrows_up.png) no-repeat center;
}




.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0.6;
}

.modal {
	position: fixed;
	top: 65%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: -250px 0 0 -280px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	right: auto;
	bottom: auto;
}

.modal {
	display: none;
	width: 400px;
	padding: 0 40px 20px;
	background: white;
	border: 5px solid rgba(0, 0, 0, 0.2);
	margin-left: -190px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 1px 0 white inset;
	margin-top: -267px;
}

.modal .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px 16px 18px;
	height: 16px;
	overflow: hidden;
	opacity: .8;
	line-height: 5px;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	color: #000;
}

.close:hover {
	background-color: grey;
	color: #ffffff !important;
	text-shadow: none;
	font-weight: normal;
}

.modal h1 {
	margin: 0 -40px;
	border-top: 1px solid #CCC;
	font-size: 16px;
	padding: 13px 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: left;
	margin-bottom: 10px;
}

.kftc {
	padding-left: 0px;
}

.kftc li {
	width: auto;
	padding: 0px 10px;
	float: left;
	text-align: center;
}

.qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
	color: #333;
}

.qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url("../image/qq-icon-bg.png") no-repeat center 8px;
}

.img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.protxt .ts_tit {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.protxt p {
	width: 75%;
	line-height: 20px;
}




.formbox {
	padding-top: 20px;
	font-size: 14px;
}

.formbox .clearfix {
	overflow: hidden;
	clear: both;
}

.formbox .form-group {
	margin-bottom: 15px;
}

.formbox .butn {
	text-align: center;
	margin-bottom: 0;
}

.formbox .input-mark {
	float: left;
	width: 100px;
	padding-right: 10px;
	line-height: 30px;
	box-sizing: border-box;
}

.formbox .input-group {
	float: left;
	width: 320px;
	line-height: 30px;
	display: flex;
}

.formbox .input-group .form-controll {
	width: 100%;
	font-size: 14px;
	padding: 2px 6px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	box-sizing: border-box;
}

.formbox .input-group .formselect {
	width: 60%;
}

.formbox .sarea {
	margin-right: 10px;
}

.formbox .sarea .star {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	background-image: url(../image/star.png);
	background-repeat: no-repeat;
	margin: 5px;
}

.formbox .sarea .star {
	vertical-align: middle;
	margin-top: -2px;
}

.formbox .sarea .star.on,
.formbox .sarea .star.hover {
	background-image: url(../image/star1.png);
}

.formbox .input-group .form-textarea {
	height: 120px;
}

.formbox .butn .btn {
	background: #2b93f7;
	color: #FFF;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 40px;
	border: none;
	font-size: 14px;
}

.formbox .butn .btn:hover {
	background: #4DA2F4;
}

.modal label {
	margin-bottom: 0;
}

.bann_bot {
	background: url(../image/sms_ban_bot.png) no-repeat center;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
}




.sms_pro_tit {
	font-size: 22px;
	color: #000033;
	font-weight: normal;
	margin-bottom: 40px;
}

.sms_cms_3 {
	width: 30%;
	float: left;
	text-align: center;
	padding: 2vw 0 1vw;
	height: 510px;
	
}

.sms_pro_tit {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.sms_pro_l {
	width: 70%;
	margin: 1vw auto;
	text-align: left;
}

.sms_pro_l h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 25px;
	text-align: left;
}

.sms_pro_l p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin-bottom: 25px;
}

.sms_now {
	background: #2c6bb8;
	color: #fff!important;
	border-radius: 5px;
	margin: 2vw auto 0;
	font-size: 14px;
	width: 130px;
	height: 42px;
	line-height: 42px;
	display: none;
}

.sms_now:hover {
	background: #14529e;
}

.sms_cms_p {
	display: none;
}

.sms_cms_3:hover {
	
	box-shadow: 0px 0px 15px #e4e4e4;
}

.sms_cms_3:hover .sms_now {
	display: block;
}

.sms_cms_3:hover .sms_cms_p {
	display: block;
	margin: 0 auto;
}

.sms_cms_3:hover .sms_cms_n {
	display: none;
}

.sms_pro {
	height: 520px;
}

.sms_how {
	background: #eef1f6;
	width: 100%;
	height: 750px;
	position: relative;
}

.sms_how_blue {
	position: absolute;
	right: 0;
	top: 170px;
	background: #203260;
	height: 380px;
	width: 72%;
}




.sms_how_list {
	position: relative;
	text-align: center;
	top: 40px;
}

.ms_how_con {
	background: #fff;
	box-shadow: 0px 0px 7px #c9c9c9;
	width: 22%;
	float: left;
	height: 200px;
	padding: 30px 0 2vw;
	margin-bottom: 2vw;
}

.ms_how_con div {
	width: 100%;
}

.ms_how_con img {
	width: 66px;
	height: 66px;
	margin: 1vw 0 10px;
}

.ms_how_con h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

.ms_how_con a.h3 {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.ms_how_con p {
	color: #333;
	font-size: 14px;
	text-align: left;
	width: 80%;
	margin: 0 auto;
	display: none;
}

.ms_how_con p span {
	color: #2c6ab7;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
}

.howmr {
	margin-left: 4%;
}

.ms_how_con:hover {
	padding: 0.5vw 0 2vw;
}

.ms_how_con:hover p {
	display: block;
}

.sms_tit {
	width: 100%;
	text-align: center;
	padding: 50px 0 20px;
	margin: 20px 0;
	margin-bottom: 50px;
}

.sms_tit h3 {
	font-size: 32px;
	color: #333;
	margin-bottom: 10px;
}

.sms_tit h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 10px;
}

.sms_tit p {
	font-size: 14px;
	color: #999;
}




.sms_ty {
	background: #182361;
	text-align: center;
	padding-bottom: 2vw;
}

.sms_ty img {
	width: 85%;
}

.ms_dz_list {
	width: 32%;
	height: 375px;
	float: left;
	text-align: center;
	padding-top: 90px;
}

.ms_dz_list img {
	width: 94px;
	height: 94px;
}

.ms_dz_list h3 {
	font-weight: normal;
	color: #fefefe;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
}

.ms_dz_list .h3 {
	font-weight: normal;
	color: #fefefe;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
}

.ms_dz_list p {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	color: #fefefe;
	font-size: 14px;
	line-height: 24px;
	display: none;
}

.ms_dz_list:hover {
	padding-top: 2vw;
}

.ms_dz_list:hover p {
	display: block;
}

.sms_dz {
	height: 600px;
}

.sms_jr {
	background: #eef1f6;
	height: 480px;
}

.sms_jr_con {
	margin-top: 3vw;
}

.sms_jr_list:first-child {
	margin-left: 0;
}

.sms_jr_list {
	background: #fff;
	width: 18%;
	
	box-shadow: 0px 0px 15px #e4e4e4;
	text-align: center;
	float: left;
	padding: 40px 0;
	margin-left: 2.5%;
}

.sms_jr_list img {
	width: 60px;
	height: 60px;
}

.sms_jr_list p {
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 60px;
}




@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
	.sms_con {
		width: 100%;
	}
}

a.h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 25px;
	text-align: left;
	line-height: 19.2px;
	display: block;
	margin-bottom: 0px;
}

.news-con-left {
	float: left;
	width: 33%;
}

.news-con-banner {
	width: 369px;
	height: 278px;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.news-con-banner img {
	width: 369px;
	height: 278px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.news-con-banner:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.2);
}




.phone_menu {
	display: none
}

@media screen and (max-width: 1200px) {
	body {
		min-width: 340px;
	}
	.mbox {
		width: 100%!important;
		padding-left: 0;
	}
	.container {
		width: 100% !important;
		padding: 0 10px!important;
	}
	.ft_content.index .idx_box_wp .wraper {
		width: 100%;
	}
	.footer,
	.footer-1,
	.header .menu-box,
	.footer-4,
	.sms_how_blue,
	.side-bar {
		display: none;
	}
	.phone_menu {
		display: block;
		margin-right: 20px;
		margin-top: 10px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.sms_pro {
		height: 1280px;
	}
	.sms_cms_3 {
		width: 100%;
		height: 440px;
		border-bottom: 1px dashed #e4e4e4;
		margin: 0 auto!important;
	}
	.sms_now {
		display: block;
	}
	.sms_pro_l {
		width: 80%;
	}
	.sms_pro_l p {
		margin-bottom: 15px;
	}
	.sms_pro_tit {
		margin-bottom: 20px;
	}
	.sms_tit {
		margin-bottom: 0!important;
	}
	.howmr {
		margin-left: 0;
	}
	.ms_how_con {
		width: 48%;
		height: 180px;
		padding: 30px 10px;
		margin-bottom: 20px;
	}
	.ms_how_con:nth-child(even) {
		margin-left: 4%;
	}
	.sms_how {
		height: 1080px;
	}
	.sms_tit h2 {
		font-size: 26px;
	}
	.sms_tit p {
		font-size: 12px;
	}
	.ms_dz_list {
		width: 100%;
		margin: 10px 0!important;
		padding-top: 30px;
	}
	.ms_dz_list p {
		display: block;
	}
	.sms_dz {
		height: 1350px;
	}
	.sms_jr {
		height: 730px;
	}
	.sms_jr_list {
		width: 48%;
		margin-left: 0;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.sms_jr_list:nth-child(even) {
		margin-left: 4%;
	}
	.sms_jr_list i {
		display: block!important;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		color: #fff;
		background: #2c6ab7;
		font-style: normal;
		border-radius: 30px;
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.news-con-left {
		width: 100%;
	}
	.index-news .news-con .news-con-left .news-list li p {
		width: 65%;
	}
	.index-news .news-con .news-con-left .news-list li span {
		width: 25%;
	}
	.t1 {
		padding: 40px 0px!important;
	}
	.sms_jr_con {
		width: 95%;
		margin: 0 auto;
	}
	.mar_50 {
		margin-bottom: 0;
	}
	.ft_content.index .idx_box_wp .wraper h3 {
		font-size: 24px;
	}
	.bann_bot,
	.bannercon {
		display: none;
	}
	.page-index .banner-box {
		margin-top: 60px;
		height: 52vw!important;
	}
	.page-index .banner-box .bx-pager {
		bottom: 0;
		height: 30px;
	}
	.page-index .banner-box .box4,
	.page-index .banner-box .box1 {
		background-position: 0 0!important;
		background-size: 100% 100%!important;
	}
	.page-index .banner-box .list-box {
		height: 40vw;
	}
	#registerId {
		padding-left: 0;
	}
	.sms_tit h3 {
		font-size: 28px;
	}
}
#cj_wenzi{
	width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  color: white;
}
@media screen and (max-width: 996px) {
	.ms_how_con a.h3 {
    font-size: 16px;
    margin-bottom: 0;
	}
	.ms_how_con h3 {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.ms_how_con img {
    width: 66px;
    height: 66px;
    margin: 1vw 0 0px;
	}
	.ms_how_con {
		height: 190px;
	}
}