@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*禁止链接高亮*/
	-webkit-touch-callout: none;
	/*禁止链接长按弹出选项菜单*/
}

html,
body,
input,
select,
textarea,
button,
.ui-btn {
	font-size: 14px !important;
	color: #000;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial;
	margin: 0;
	padding: 0;
	height: 100%;
	/* 	overflow：hidden; */
}

p,
ul,
li,
i,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
}

img {
	border: none;
}


/*reset*/

a,
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
	text-decoration: none;
	text-align: center;
	color: #000;
}

a,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}


/*animated*/

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		-ms-transform: translateY(-200px);
		transform: translateY(-200px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes topIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-300px);
		transform: translateY(-300px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes topIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		transform: translateY(-300px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.topIn {
	-webkit-animation-name: topIn;
	animation-name: topIn
}

@-webkit-keyframes bottomIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(300px);
		transform: translateY(300px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bottomIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(300px);
		-ms-transform: translateY(300px);
		transform: translateY(300px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bottomIn {
	-webkit-animation-name: bottomIn;
	animation-name: bottomIn
}

@-webkit-keyframes rightIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		transform: translateX(300px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes rightIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.rightIn {
	-webkit-animation-name: rightIn;
	animation-name: rightIn
}

@-webkit-keyframes leftIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes leftIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.leftIn {
	-webkit-animation-name: leftIn;
	animation-name: leftIn
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: block !important;
}


/*index*/

.nav {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 2001;
}

.top {
	width: 1180px;
	background: #fff;
	margin: 0 auto;
}

.fixed_nav {
	position: fixed;
	top: 0;
	box-shadow: 0 1px 30px rgba(79, 127, 174, .13);
	/* z-index: 99999999; */
}

.fixed_contract {
	position: fixed;
	top: 100px;
	/* z-index: 99999999; */
}

.logo {
	height: 90px;
	width: 300px;
	float: left;
}

.logo img {
	margin-top: 10px;
}

.menu {
	float: right;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
}

.menu ul li {
	float: right;
	position: relative;
}

.menu ul li a {
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333;
	font-size: 18px;
	border-bottom: 4px solid #fff;
}

.menu ul li a:hover {
	border-bottom: 4px solid #007AFF;
	color: #007AFF;
}

.menu ul li a.cur {
	border-bottom: 4px solid #007AFF;
	color: #007AFF;
}

.menu ul li>ul {
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 1px 30px rgba(79, 127, 174, .23);
}

.menu ul li>ul li {
	text-align: left;
	width: 100%;
}

.menu ul li>ul li a {
	width: 202px;
	border: none;
	font-size: 14px;
	text-align: center;
	height: 40px;
	float: left;
	line-height: 40px;
	margin: 0;
}

.menu ul li>ul li a:hover {
	border: none;
	background: #007AFF;
	color: #fff;
}


/* @group core nav menu */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: block;
	background: none;
	position: relative;
}


/* @group subnav */

#nav ul {
	position: absolute;
	left: 1px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px 0;
}

#full-screen-slider {
	width: 100%;
	min-width: 1482px;
	height: 800px;
	float: left;
	position: relative;
	margin-top: 90px;
}

#slides {
	display: block;
	width: 100%;
	/* min-width: 1180px; */
	min-width: 1482px;
	height: 800px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
	padding: 5px 15px 5px 0;
	margin: 0
}

#pagination li {
	display: block;
	list-style: none;
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 15px;
	border-radius: 10px;
	background: #000;
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #fff;
}

.w11801{
        width: 1180px;
        margin: 0 auto;
}

.w1180 {
	/*width: 1180px;*/
	width: 1482px;
	margin: 0 auto;
}

.w1180-tit {
	width: 100%;
	height: 70px;
	padding: 70px 0;
	text-align: center;
	float: left;
}

.w1180-tit h2 {
	font-size: 40px;
}

.w1180-tit p {
	font-size: 16px;
	line-height: 34px;
}

.w1180-con {
	width: 100%;
	float: left;
}

.changjing {
	width: 100%;
	float: left;
	/* background: url(../images/index_bg1.jpg) top center no-repeat; */
	background-size: cover;
}

.changjing-tabtitle {
	width: 1180px;
	height: 138px;
	margin: 0 auto;
	background: url(../images/tabbg.png) repeat;
}

.changjing-tabtitle ul li {
	float: left;
	/*margin-left: 126px;*/
	margin-left: 108px;
	text-align: center;
	padding: 23px 0;
	cursor: pointer;
}

.changjing-tabinx {
	width: 1180px;
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
}

.changjing-tabinx dl dt.w560 {
	width: 500px;
	padding-left: 30px;
}

.changjing-tabtitle ul li i.ico-saoma {
	width: 70px;
	height: 70px;
	background: url(../images/ico-smzf-noraml.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li.cur i.ico-saoma {
	width: 70px;
	height: 70px;
	background: url(../images/ico-smzf-hover.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li i.ico-h5 {
	width: 70px;
	height: 70px;
	background: url(../images/ico-h5zf-noraml.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li.cur i.ico-h5 {
	width: 70px;
	height: 70px;
	background: url(../images/ico-h5zf-hover.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li i.ico-yibao {
	width: 70px;
	height: 70px;
	background: url(../images/ico-ybzf-noraml.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li.cur i.ico-yibao {
	width: 70px;
	height: 70px;
	background: url(../images/ico-ybzf-hover.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li i.ico-zizhuji {
	width: 70px;
	height: 70px;
	background: url(../images/ico-yyzzjzf-noraml.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li.cur i.ico-zizhuji {
	width: 70px;
	height: 70px;
	background: url(../images/ico-yyzzjzf-hover.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li i.ico-mini {
	width: 70px;
	height: 70px;
	background: url(../images/ico-mnzzjzf-noraml.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li.cur i.ico-mini {
	width: 70px;
	height: 70px;
	background: url(../images/ico-mnzzjzf-hover.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li i.ico-yj {
	width: 70px;
	height: 70px;
	background: url(../images/ico-yjys-normal.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li.cur i.ico-yj {
	width: 70px;
	height: 70px;
	background: url(../images/ico-yjys-hover.png) no-repeat;
	display: inline-block;
}

.changjing-tabtitle ul li i.txt {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.changjing-tabtitle ul li.cur i.txt {
	color: #f6c33f;
	font-size: 16px;
	font-weight: bold;
}

.ml0 {
	margin-left: 0px;
}

.changjing-tabinx dl {
	color: #000;
}

.changjing-tabinx dl dt {
	width: 620px;
	height: 509px;
	float: left;
	margin-left: 50px;
}

.changjing-tabinx dl dd.title {
	font-size: 30px;
	margin-top: 70px;
	margin-bottom: 40px;
}

.changjing-tabinx dl dd {
	float: left;
	font-size: 22px;
	line-height: 50px;
	width: 470px;
}

.changjing-tabinx dl dd ul li {
	background: url(../images/tab1-3.png) no-repeat left;
	padding-left: 30px;
}

.page2-2 {
	width: 302px;
	height: 427px;
	background: url(../images/10g.png) no-repeat;
	background-size: cover;
	float: left;
}

.page2-3 {
	width: 298px;
	height: 427px;
	background: url(../images/yl.png) no-repeat;
	background-size: cover;
	float: left;
}

.page2-9 {
	position: absolute;
	top: 117px;
	left: 310px;
}
.page2-9 img {
	width: 47%;
}
.page2-4 {
	position: absolute;
	top: -20px;
	left: -13px;
}

.page2-4 img {
    width: 460px;
    top: 0px;
    left: -84px;
}
.page2-5 {
	position: absolute;
	top: -15px;
    left: 292px
}
.page2-5 img{
	width: 92%;
}
.page2-44 {
	position: absolute;
	top: -20px;
	left: -13px;
	    z-index: 2;
}

.page2-44 img {
    width: 330px;

}
.page2-55 {
position: absolute;
    top: 85px;
    left: 223px;
}
.page2-55 img{
	width: 92%;
}

.page2-6 {
	position: absolute;
    left: -15px;
    width: 34%;
}

.page2-7 {
    position: absolute;
    top: 32px;
    left: 253px;
    width: 22%;
}

.page2-6 img {
	width: 61%;
}

.page2-7 img {
	width: 90%;
}

.page2-8 {
	position: absolute;
	top: 0px;
	left: 8px;
}

.page2-8 img {
	width: 90%;
}

.page2-10 img {
	/* width: 300px; */
	width: 52%;
	position: absolute;
	top: 0px;
	left: -84px;
}

.page2-11 {
	width: 60%;
	position: absolute;
	top: 5px;
	left: 308px;
}

.page2-11 img {
	width: 33%;
}

.page2-12 img {
	position: absolute;
	top: 0px;
	left: -40px;
}


.page2-tabinx dl dt.w560 {
	width: 500px;
	padding-left: 30px;
}

.index_fangan {
	width: 100%;
	/* min-width: 1180px; */
	min-width: 1482px;
	height: 687px;
	background: url(../images/index_fangan.jpg) center center no-repeat;
}

.index_fangan_con {
	/*width: 1180px;*/
	width: 1482px;
	position: relative;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.index_fangan_con ul li {
	width: 272px;
	height: 394px;
	float: left;
	position: relative;

	margin-left: 30px;
}

.index_fangan_con ul li a {
	color: #fff;
}

.index_fangan_con ul li.ml0 {
	margin-left: 0px;
}

.index_fangan_con ul li i.image {
	width: 272px;
	height: 394px;
	overflow: hidden;
	display: inline-block;
}

.index_fangan_con ul li .con {
	width: 272px;
	height: 394px;
	font-size: 16px;
	text-align: left;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/index3bgblue.png) no-repeat;
	display: none;
}

.index_fangan_con ul li i.txt {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 180px;
	left: 0px;
	width: 240px;
	font-size: 26px;
	z-index: 2;
	padding: 0 17px;
}

.index_fangan_con ul li .con p {
	position: absolute;
	top: 180px;
	padding: 20px 30px;
	text-indent: 2em;
	line-height: 24px;
}

.index_fangan_con ul li .con i.more {
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 250px;
	left: 57px;
	display: inline-block;
	border-radius: 4px;
}

.index-select {
	min-width: 1482px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/index_bg2.jpg) top center no-repeat;
	background-size: cover;
}

.index-selectCon {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	background: url(../images/index_select.png) top center no-repeat;
	height: 457px;
}

.index-selectCon dl {
	position: absolute;
	width: 257px;
}

.index-selectCon dl dt {
	font-size: 28px;
	color: #003595;
}

.index-selectCon dl dt.textRight {
	text-align: right;
}

.index-selectCon dl dt.textCenter {
	text-align: center;
}

.index-selectCon dl dd {
	font-size: 16px;
	color: #666;
}

.index-selectCon dl.one {
	top: 255px;
	left: -87px;
}

.index-selectCon dl.two {
	top: 114px;
	left: 33px;
}

.index-selectCon dl.three {
	top: 95px;
	left: 460px;
}

.index-selectCon dl.four {
	top: 103px;
	left: 894px;
}

.index-selectCon dl.five {
	top: 271px;
	left: 1015px;
}

.index_kehu {
	width: 100%;
	/*height: 700px;*/
	/* min-width: 1180px; */
	min-width: 1482px;
	background: url(../images/kehu.jpg) center center no-repeat;
}

.index_kehu_con {
	position: relative;
	height: 580px;
	/* height: 884px; */
}

.index_kehu_con p {
	margin-top: 20px;
	text-align: center;
}

.index_kehu_con img {
	width: 1180px;
	/* width: 1920px; */
	position: absolute;
	left: 50%;
	margin-left: -590px;
	/* margin-left: -219px; */
}

.index_kehu_con p.more a {
	font-size: 18px;
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0px;
}

.index_kehu_con ul li {
	width: 20%;
	float: left;
	text-align: center;
	margin: 0 2%;
}

.index_kehu_con ul li.mt30 {
	margin-top: 30px;
}

.index_kehu_con ul li img {}

.index_kehu_con p.more a:hover {
	text-decoration: underline;
}

.footer {
	width: 100%;
	margin: 0 auto;
	height: 340px;
	/* min-width: 1180px; */
	min-width: 1482px;
	position: relative;
	background: #14171a;
}

.footer-top {
	width: 100%;
	height: 239px;
}

.footer-top dl {
	width: 460px;
	float: left;
	color: #acacac;
}

.footer-top dl dt {
	color: #fff;
}

.footer-top dl.tel {
	width: 220px;
	float: right;
}

.footer-top dl dt {
	font-size: 18px;
	margin-top: 30px;
}

.footer-top dl dd a {
	color: #acacac;
	font-size: 14px;
	line-height: 30px;
}

.footer-top dl dd {
	line-height: 30px;
	width: 100%;
}

.footer-top dl dd a:hover {
	text-decoration: underline;
}

.footer-bottom {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #acacac;
}

.footer-bottom p {
	width: 1180px;
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
	border-top: 1px solid #333;
}

.footer canvas {
	position: absolute;
	top: 0;
	z-index: -1;
}

.particles-js-canvas-el {}

.index_lianxi {
	width: 100%;
	/* min-width: 1180px; */
	min-width: 1482px;
	background: url(../images/index_lianxi.jpg) center center no-repeat #1c2227;
	height: 160px;
	margin: 0 auto;
}

.index_lianxi p {
	width: 1180px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 160px;
	color: #fff;
}

.index_lianxi p i a {
	width: 140px;
	height: 40px;
	background: #008cff;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 4px;
}

.index_lianxi p i a:hover {
	background: #005ba6;
}

a.totop {
	width: 42px;
	height: 42px;
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 20px;
	display: none;
	background: url(../images/totop.png) no-repeat 0 0px;
	-webkit-transition: all 0.2s ease-in-out;
}

.totop:hover {
	background: url(../images/totop.png) no-repeat 0 -42px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.lanmu_banner {
	width: 100%;
	min-width: 1482px;
	height: 300px;
	margin: 0 auto;
	margin-top: 90px;
}

.lanmu_banner h2 {
	width: 1180px;
	margin: 0 auto;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 82px;
	text-align: center;
	padding-top: 70px;
}

.lanmu_banner h2 i.border {
	border-bottom: 4px solid #fff;
	border-radius: 4px;
	display: inline-block;
}

.lanmu_banner p {
	width: 1180px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	color: #FFFFFF;
	font-size: 16px;
}

.lanmu_banner p a {
	display: inline-block;
	width: 160px;
	height: 42px;
	border-radius: 4px;
	line-height: 42px;
	background: #b5d1ff;
	color: #010101;
}

.lanmu_banner p a:hover {
	background: #fff;
}

.anli_banner {
	background: url(../images/anli_banner.jpg) no-repeat center;
}

.aboutus_banner {
	background: url(../images/aboutus_banner.jpg) no-repeat center;
}

.advantage_banner {
	background: url(../images/advantage_banner.jpg) no-repeat center;
}

.service_banner {
	background: url(../images/service_banner.jpg) no-repeat center;
}

.anli_con {
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.anli_con ul li {
	width: 629px;
	height: 440px;
	float: left;
	/*background: url(../images/anli_bg.png) no-repeat;*/
	box-shadow: 0 1px 30px rgba(79, 127, 174, .13);
	margin-top: 50px;
	cursor: pointer;
}

.anli_con ul li a {
	width: 620px;
	height: 416px;
	display: inline-block;
	margin: 12px 10px;
	position: relative;
	overflow: hidden;
}

.anli_con ul li i {
	display: inline-block;
}

.anli_con ul li i.bg {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 609px;
	height: 351px;
	display: inline-block;
	text-align: center;
	line-height: 351px;
	color: #FFFFFF;
	font-size: 24px;
}

.anli_con_changhai {
	background: url(../images/al_bg/fdck-3.jpg) no-repeat;
	/* background: url(../images/anli_fd_bg.png) no-repeat; */
}

.anli_con_zhangjiagang {
	background: url(../images/al_bg/ly-3.jpg) no-repeat;
	/* background: url(../images/anli_ly_bg.png) no-repeat; */
}

.anli_con_nanjingshiyi {
	background: url(../images/al_bg/rjny-3.jpg) no-repeat;
	/* background: url(../images/anli_rj_bg.png) no-repeat; */
}

.anli_con_bayi {
	background: url(../images/al_bg/fk-3.jpg) no-repeat;
	/* background: url(../images/anli_fk_bg.png) no-repeat; */
}
.anli_con_lh {
	background: url(../images/al_bg/lhyy-3.jpg) no-repeat;
	/* background: url(../images/anli_lh_bg.png) no-repeat; */
}
.anli_con_lydy {
	background: url(../images/al_bg/shly.jpg) no-repeat;
	/* background: url(../images/anli_lydy_bg.png) no-repeat; */
}
.anli_con_kf {
	background: url(../images/anli_kf_bg.png) no-repeat;
}
.anli_con_zj {
	background: url(../images/al_bg/zyy.jpg) no-repeat;
	/* background: url(../images/anli_zj_bg.png) no-repeat; */
}
.anli_con_yyzx {
	background: url(../images/al_bg/yyzx-3.jpg) no-repeat;
	/* background: url(../images/anli_zj_bg.png) no-repeat; */
}
.anli_con_qfs {
	background: url(../images/al_bg/qfs.jpg) no-repeat;
	/* background: url(../images/anli_qfs_bg.png) no-repeat; */
}
.anli_con_xm {
	background: url(../images/al_bg/zsyy-3.jpg) no-repeat;
	/* background: url(../images/anli_xm_bg.png) no-repeat; */
}
.anli_con_dl {
	background: url(../images/anli_dl_bg.png) no-repeat;
}
.anli_con_cs {
	background: url(../images/anli_cs_bg.png) no-repeat;
}
.anli_con_ly {
	background: url(../images/anli_ly2_bg.png) no-repeat;
}
.anli_con_lyzyy {
	background: url(../images/anli_lyzyy_bg.png) no-repeat;
}
.anli_con_cx {
	background: url(../images/al_bg/cx.jpg) no-repeat;
	/* background: url(../images/anli_cx_bg.png) no-repeat; */
}
.anli_con_dify {
	background: url(../images/al_bg/dyfy-3.jpg) no-repeat;
	/* background: url(../images/anli_cx_bg.png) no-repeat; */
}
.anli_con_gfy {
	background: url(../images/al_bg/gfy.jpg) no-repeat;
	/* background: url(../images/anli_cx_bg.png) no-repeat; */
}
.anli_con_zdsy {
	background: url(../images/al_bg/zdsy-3.jpg) no-repeat;
	/* background: url(../images/anli_cx_bg.png) no-repeat; */
}
.anli_con ul li.fr {
	float: right;
}

.anli_con ul li p {
	/* width: 480px; */
	float: left;
	text-align: left;
	padding: 10px 30px 0;
	color: #666;
	line-height: 26px;
}

.anli_info {
	width: 620px;
	height: 351px;
	position: absolute;
	top: 351px;
	background: #fff;
}

.anli_info i.biaozhi img {
	border: none;
}

.advantage_con {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.advantage_con600 {
	width: 740px;
	margin: 50px 0 0 0px;
	text-align: right;
}

.advantage_con440 {
	width: 440px;
	margin: 50px 0 0 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.advantage_con dl dt {
	width: 100%;
	font-size: 30px;
	line-height: 70px;
	margin-top: 40px;
	text-align: left;
	font-weight: bold;
}

.advantage_con dl.mt130 {
	margin-top: 130px;
}

.advantage_con dl dd {
	width: 97%;
	padding-left: 3%;
	line-height: 36px;
	text-align: left;
	font-size: 18px;
	background: url(../images/youshiico.jpg) left 16px no-repeat;
}

.aboutus_con {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.slide-bar {
	width: 239px;
	border-left: 1px solid #b8b8b8;
	visibility: visible;
	z-index: 0;
	float: left;
	margin-top: 50px;
}

.slide-bar:after,
.slide-bar:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #b8b8b8;
	display: block;
	position: absolute;
	left: -3px
}

.slide-bar ul {
	padding: 15px 0
}

.slide-bar ul li {
	height: 24px;
	margin-top: 30px
}

.slide-bar ul li:first-child {
	margin-top: 0
}

.slide-bar ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: gray;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: -2px
}

.slide-bar ul li.active:before,
.slide-bar ul li:hover:before {
	background-color: #007AFF
}

.slide-bar ul li.active a,
.slide-bar ul li:hover a {
	color: #fff;
	background-color: #007AFF
}

.slide-bar ul li.active a:before,
.slide-bar ul li:hover a:before {
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid #007AFF;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent
}

.slide-bar ul li a {
	display: block;
	float: left;
	margin-left: 12px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding: 0 6px;
	color: #222
}

.slide-bar ul li a:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent
}

.aboutus_inx {
	width: 940px;
	float: right;
	text-align: left;
}

.aboutus_inx_title {
	width: 100%;
	float: left;
	height: 50px;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	margin-top: 50px;
}

.aboutus_inx_title h3 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.aboutus_inx_con {
	width: 100%;
	float: left;
}

.kf img {
	width: 100px;
	position: relative;
	vertical-align: top;
}
.kf .callUs {
	vertical-align: top;
	position: relative;
	top:60px;
}

.aboutus_inx_con p {
	line-height: 24px;
	color: #666;
	margin-top: 20px;
	text-indent: 2em;
}

.aboutus_inx_con ul li{
	margin-top: 15px;
	float: left;
}
.aboutus_inx_con ul li div{ float:left;}
.aboutus_inx_con ul li div img{ width:97%;display:block}

.aboutus_inx_con p.textC {
	text-align: center;
}

/* .aboutus_inx_con p.textC img{
	width: 90%;
} */
.canshu {
	width: 90%;
}

.shenglue {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.aboutus_inx_con p:first {
	margin-top: 0;
}

.aboutus_inx_con p .bold {
	font-weight: bold;
}

.culture_left {
	width: 300px;
	float: left;
	margin-top: 50px;
}

.culture_right {
	width: 480px;
	float: right;
	text-align: left;
	margin-top: 30px;
}

.culture_right p i {
	font-weight: bold;
}

.chuangshiren {
	width: 100%;
	float: left;
	padding: 70px 0 30px 0;
}

.chuangshiren dl {
	width: 33.33%;
	float: left;
	text-align: center;
}

.chuangshiren dl dt img {
	width: 142px;
	height: 142px;
}

.chuangshiren dl dt {
	width: 100%;
}

.chuangshiren dl dd {
	font-size: 14px;
	line-height: 28px;
	width: 100%;
}

.chuangshiren dl dd.first {
	font-size: 24px;
}

.chuangshiren dl dd.blue {
	color: #007AFF;
}

.chuangshiren dl dd p {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.contract dl {
	width: 100%;
	float: left;
	line-height: 30px;
	margin-top: 30px;
}

.contract dt {
	color: #007AFF;
	font-size: 18px;
	width: 100%;
}

.contract dd {
	width: 100%;
}

.contract dd img {
	margin-top: 10px;
}

.joinus {}

.joinus p {
	width: 100%;
	float: left;
}

.joinus_tit a {
	color: #007AFF;
}

.joinus_tit a:hover {
	text-decoration: underline;
}

.joinus_tit dl {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.joinus_tit dl dt,
dd {
	float: left;
}

.joinus_tit dl dt {
	font-size: 18px;
	font-weight: bold;
}

.joinus_tit dl dd {
	cursor: pointer;
	padding: 5px 10px;
	margin-right: 100px;
	display: inline-block;
}

.joinus_tit dl dd.cur {
	background: #e1efff;
	color: #005cc1;
}

.joinus_tit dl dd:hover {
	color: #005cc1;
}

.joinus_con {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.joinus_con dl dt {
	background: #e1efff;
	width: 100%;
	height: 46px;
	line-height: 46px;
}

.joinus_con dl dt i {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-left: 50px;
}

.joinus_con dl dd {
	margin-left: 50px;
	width: 100%;
	line-height: 30px;
}

.joinus_con dl dd.mt50 {
	margin-top: 40px;
	font-size: 16px;
}

.gray {
	background: #f8f8f8;
}

.account_con {
	width: 100%;
	float: left;
}

.focus {
	width: 780px;
	height: 672px;

	position: relative;
	margin: 50px auto;
}

.f426x240 {
	width: 780px;
	height: 672px;
	overflow: hidden
}

.f426x240 img {
	width: 780px;
}

.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0
}

.rslides_nav {
	height: 50px;
	width: 50px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 40%;
	left: -50px;
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/focus_btn.png) 0 0;
	margin-top: -22px
}

.rslides_nav:hover {
	background: url(../images/focus_btn.png) 0 -50px;
}

.rslides_nav:active {
	opacity: 1.0
}

.rslides_nav.next {
	height: 50px;
	width: 50px;
	left: auto;
	background: url(../images/focus_btn.png) 50px 0px;
	right: -50px;
}

.rslides_nav.next:hover {
	background: url(../images/focus_btn.png) 50px -50px;
}

.rslides_tabs {
	margin: 12px auto;
	clear: both;
	text-align: center;
	display: none;
}

.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px
}

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0, 0, 0, .2);
	background: #DDD;
	display: inline-block;
	_display: block;
	*display: block;
	width: 9px;
	height: 9px
}

.rslides_tabs .rslides_here a {
	background: rgba(0, 0, 0, .6);
	background: #390
}
.qr_code_pc_outer {
    color: #717375;
    display: block !important;
    position: fixed;
    /*right: 100px;*/
    right: 77px;
    text-align: center;
    top: 50%;
	z-index: 999;
}

.w-guestbook {
	/*margin-top: 20px;*/
}

.w-guestbook .w-guestbook-item { /*-margin-*/
	margin: 0 0 12px 0;
	padding: 0 12px; /*-size-*/
	height: 36px;
	overflow: hidden; /*-border-radius-*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; /*-border-*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCD1D9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD1D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD1D9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCD1D9; /*-background-*/
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.w-guestbook .w-guestbook-item .w-guestbook-input { /*-padding-*/
	margin: 0;
	/*padding: 7px 0; !*-size-*!*/
	width: 100%;
	min-height: 22px;
	line-height: 22px; /*-border-*/
	border: none;
	background-color: transparent; /*-font-*/
	outline: none;
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	font-style: normal;
	text-decoration: none; /*-transition-*/
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.w-guestbook .w-guestbook-item.w-haserror { /*-border-*/
	border-top-color: #e75845;
	border-right-color: #e75845;
	border-bottom-color: #e75845;
	border-left-color: #e75845; /*-background-*/
	background-color: #fff3f1;
}

.w-guestbook .w-guestbook-item.w-item-textarea { /*-margin-*/
	margin: 0 0 12px 0;
	padding: 8px 12px; /*-size-*/
	min-height: 130px; /*-border-radius-*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; /*-border-*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCD1D9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCD1D9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD1D9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCD1D9; /*-background-*/
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.w-guestbook .w-guestbook-item.w-item-textarea.w-haserror { /*-border-*/
	border-top-color: #e75845;
	border-right-color: #e75845;
	border-bottom-color: #e75845;
	border-left-color: #e75845; /*-background-*/
	background-color: #fff3f1;
}

.w-guestbook .w-guestbook-item.w-item-textarea .w-guestbook-textarea { /*-margin-*/
	margin: 0;
	padding: 0 12px 0 0; /*-size-*/
	width: 100%;
	height: 130px;
	line-height: 1.6; /*-border-*/
	border: none;
	border-color: transparent;
	background-color: transparent;
	resize: none; /*-font-*/
	outline: none;
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	font-style: normal;
	text-decoration: none; /*-transition-*/
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.w-guestbook .w-guestbook-item.w-item-textarea .w-guestbook-textarea:-moz-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item.w-item-textarea .w-guestbook-textarea::-moz-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item.w-item-textarea textarea.w-guestbook-textarea:-ms-input-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item.w-item-textarea textarea.w-guestbook-textarea::-webkit-input-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-code { /*-margin-*/
	margin: 0 0 12px 0;
	padding: 0 120px 0 0; /*-position-*/
	position: relative;
}

.w-guestbook .w-guestbook-code .w-guestbook-item { /*-margin-*/
	margin: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.w-guestbook .w-guestbook-code .w-guestbook-codeimg { /*-margin-*/
	margin: 0;
	padding: 2px; /*-position-*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0; /*-size-*/
	width: 115px;
	border: 1px solid #CCD1D9; /*border-left-width: 0;*//*-background-*/
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
}

.w-guestbook .w-guestbook-code .w-guestbook-codeimg img { /*-margin-*/
	margin: 0;
	padding: 0; /*-size-*/
	width: 100px;
	height: 32px; /*-font-*/
	font-size: 12px;
}

.w-guestbook .w-guestbook-code .w-guestbook-codeimg img:hover {
	cursor: pointer;
}

.w-guestbook .w-guestbook-item.w-placeholder .placeholder-text {
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
}

.w-guestbook .w-guestbook-item.w-placeholder .placeholder-text .placeholder-text-in { /*-display-*/
	display: block; /*-position-*/
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0; /*-size-*/
	height: 100%; /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item .w-guestbook-input:-moz-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item .w-guestbook-input::-moz-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item input.w-guestbook-input:-ms-input-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item input.w-guestbook-input::-webkit-input-placeholder { /*-font-*/
	color: #666;
	font-size: 14px;
	font-family: Tahoma;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}

.w-guestbook .w-guestbook-item .w-guestbook-input::-ms-clear, ::-ms-reveal {
	display: none;
}

.w-guestbook .w-guestbook-item.w-item-textarea.w-placeholder .placeholder-text .placeholder-text-in { /*-position-*/
	top: -8px;
}

.w-guestbook .w-guestbook-bottom { /*-margin-*/
	margin: 0;
	padding: 0;
	text-align: center;
}

.w-guestbook .w-guestbook-bottom .w-guestbook-btn { /*-display-*/
	display: inline-block; /*-margin-*/
	margin: 0;
	padding: 0 16px;
	display: inline-block;
	cursor: pointer;
	outline: none; /*-size-*/
	min-width: 66px;
	height: 36px;
	line-height: 36px; /*-border-radius-*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; /*-border-*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #34CF95;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #34CF95;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34CF95;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #34CF95; /*-background-*/
	background-color: #34CF95;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /*-font-*/
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	font-style: normal;
	text-decoration: none; /*-transition-*/
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.w-guestbook .w-guestbook-bottom .w-guestbook-btn:hover { /*-border-*/
	border-top-color: #2bb783;
	border-right-color: #2bb783;
	border-bottom-color: #2bb783;
	border-left-color: #2bb783; /*-background-*/
	background-color: #2bb783;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /*-font-*/
	color: #F5F5F5;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.gzh-fl {
	position: relative;
	bottom: 66px;
	right: 99999999px;
}
.title-small {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -168px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.content {
	margin-top: 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.content-left {
	width: 48%;
}
.content-right {
	width: 530px;
	height: 372px;
	background: url("../images/hand.png") no-repeat;
}
.seed-button {
	margin-top: 20px;
	margin-left: 152px;
	width: 235px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #007AFF;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}
.content-title {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	padding-right: 10px;
	vertical-align: top;
	margin-top: 8px;
}
.content-info {
	display: inline-block;
	vertical-align: top;
	width: 90%;
}