@charset "UTF-8";
.btn,
.component-dialog-title,
.component-dialog.alert,
.component-dialog.confirm {
	text-align: center
}

.banner-link,
.header>ul>li>a,
a.btn {
	text-decoration: none
}

.banner-erp:after,
.banner-redefine>ul:after,
.banner-resolution>ul>li:after,
.banner:after,
.copyright:after {
	clear: both
}
html{min-width:1200px;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

ol,
ul {
	list-style: none
}

img {
	border: none
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 18px 0;
	z-index: 10;
	height: 92px
}

.header>ul>li {
	height: 56px;
	line-height: 56px;
	font-size: 15px
}

.header>ul>li>a {
	color: #fff;
	height: 100%
}

.copyright>.baohufei,
.nav {
	float: right
}

.logo>a {
	display: block;
	width: 100%;
	height: 100%
}

.header-white {
	background: #fff;
	position: static;
	padding: 1.2rem 1.4rem;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 0 2px 5px #e2e2e2;
	height: 76px
}

.header-white>.logo {
	background: url(https://img.genshuixue.com/7010409_zvx8jq9p.png@128w.png) no-repeat;
	width: 80px;
	height: 40px;
	background-size: 100% 100%
}

.header-white>a:last-child {
	margin-top: 8px
}

.header-white>ul>li {
	height: 40px;
	line-height: 40px;
	font-size: 13px
}

.header-white>ul>li>a {
	color: #0cf
}

@font-face {
	font-family: Icons;
	src: url(Icons.eot);
	src: url(Icons.eot?#iefix) format("eot"), url(Icons.woff) format("woff"), url(Icons.ttf) format("truetype"), url(Icons.svg#Icons) format("svg")
}

.icon-chat:before,
.icon-close:before,
.icon-consultant:before,
.icon-door:before,
.icon-fail:before,
.icon-heart:before,
.icon-home:before,
.icon-info-o:before,
.icon-kefu:before,
.icon-left:before,
.icon-location:before,
.icon-logo:before,
.icon-ok:before,
.icon-peixun:before,
.icon-play:before,
.icon-qq:before,
.icon-right:before,
.icon-rmb:before,
.icon-rocket:before,
.icon-safety:before,
.icon-school:before,
.icon-share:before,
.icon-tel-o:before,
.icon-tel:before,
.icon-try-o:before,
.icon-up:before,
.icon-vs:before,
.icon-warning:before {
	font-family: Icons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none
}

.icon-chat:before {
	content: ""
}

.icon-close:before {
	content: ""
}

.icon-consultant:before {
	content: ""
}

.icon-door:before {
	content: ""
}

.icon-fail:before {
	content: ""
}

.icon-heart:before {
	content: ""
}

.icon-home:before {
	content: ""
}

.icon-info-o:before {
	content: ""
}

.icon-kefu:before {
	content: ""
}

.icon-left:before {
	content: ""
}

.icon-location:before {
	content: ""
}

.icon-logo:before {
	content: ""
}

.icon-ok:before {
	content: ""
}

.icon-peixun:before {
	content: ""
}

.icon-play:before {
	content: ""
}

.icon-qq:before {
	content: ""
}

.icon-right:before {
	content: ""
}

.icon-rmb:before {
	content: ""
}

.icon-rocket:before {
	content: ""
}

.icon-safety:before {
	content: ""
}

.icon-school:before {
	content: ""
}

.icon-share:before {
	content: ""
}

.icon-tel-o:before {
	content: ""
}

.icon-tel:before {
	content: ""
}

.icon-try-o:before {
	content: ""
}

.icon-up:before {
	content: ""
}

.icon-vs:before {
	content: ""
}

.icon-warning:before {
	content: ""
}

body {
	background: #fff;
	font-family: '微软雅黑', 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 70%;
	line-height: 1.4
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

.copyright {
	font-size: 13px;
	background: #666666;
	color: #fff;
	padding: 50px 0;
}

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

.component-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background: rgba(0, 0, 0, .7)
}

.component-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 1rem;
	width: 80%;
	border-radius: 3px;
	max-width: 40%
}

.component-dialog.alert>.component-dialog-footer>button {
	display: block;
	width: 100%;
	background: #0cf;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: .8rem 0
}

.component-dialog.confirm>.component-dialog-footer,
.component-dialog.prompt>.component-dialog-footer {
	font-size: 0
}

.component-dialog.confirm>.component-dialog-footer>button,
.component-dialog.prompt>.component-dialog-footer>button {
	width: 47%;
	font-size: 1.3rem
}

.component-dialog.confirm>.component-dialog-footer>button:last-child,
.component-dialog.prompt>.component-dialog-footer>button:last-child {
	margin-left: 6%
}

.component-dialog.prompt>.component-dialog-body>input,
.component-dialog.prompt>.component-dialog-body>textarea {
	border: 1px solid #babec1;
	outline: 0;
	resize: none;
	border-radius: 2px;
	display: block;
	width: 100%;
	padding: .6rem 1rem
}

.component-dialog.prompt>.component-dialog-body>input:focus,
.component-dialog.prompt>.component-dialog-body>textarea:focus {
	border-color: #0cf
}

.component-dialog-title {
	font-size: 1.6rem;
	font-weight: 200
}

.component-dialog-body {
	padding: 1rem 0 1.2rem
}

.phone-border {
	background: url(https://img.genshuixue.com/6931678_fu1eiq84.png@320w.png) no-repeat;
	background-size: 100% 100%;
	width: 240px;
	height: 500px;
	padding: 62px 14px 0
}

.phone-border>img {
	max-width: 100%
}

.btn {
	font-size: 14px;
	padding: .4em 1em
}

.btn-primary {
	background: #0cf;
	color: #fff;
	border: 1px solid #33d6ff;
	border-radius: 2px
}

.btn-secondary {
	background: #79e38a;
	color: #fff;
	border: 1px solid #a3ecaf;
	border-radius: 2px
}

.select-wrapper {
	position: relative;
	border: 1px solid #eff0f2;
	padding: 4px 10px
}

.select-wrapper>select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.select-wrapper>.select-text:after,
.select-wrapper>.select-text:before {
	content: ' ';
	display: table
}

.select-wrapper>.select-text:after {
	clear: both;
	content: '\25be';
	float: right
}

.nav {
	font-size: 0
}

.nav>li {
	display: none;
	font-size: 13px;
	margin-left: 10px;
	vertical-align: middle
}

.nav>li.nav-login {
	display: inline-block
}

.nav>li>a {
	display: block;
	width: 100%;
	height: 100%
}

.wrapper {
	padding-left: 10%;
	padding-right: 10%
}

.banner-main-apps {
	right: 10%
}

@media only screen and (min-width:1132px) {
	.wrapper {
		padding-left: 12.8%;
		padding-right: 12.8%
	}
	.banner-main-apps {
		right: 12.8%
	}
}

@media only screen and (min-width:1600px) {
	.wrapper {
		padding-left: 16%;
		padding-right: 16%
	}
	.banner-main-apps {
		right: 16%
	}
}

.banner-main {
	background: url(/static/web/img/banner_top.jpg) center center no-repeat;
	height: 500px;
	background-size: cover;
	overflow: hidden;
	position: relative
}

.banner-main-apps {
	position: absolute;
	width: 432px;
	height: 500px;
	bottom: -120px
}

.banner-main-apps>.app-crmhome,
.banner-main-apps>.app-home {
	position: absolute;
	top: 0
}

.banner-main-apps>.app-home {
	z-index: 1;
	width: 268px;
	top: -16px
}

.banner-main-apps>.app-crmhome {
	right: 0
}

.banner-main>.banner-intro {
	margin: 120px 448px 0 0;
	color: #fff;
	font-weight: 100
}

.banner-main>.banner-intro>h2 {
	font-size: 2.2em;
	font-weight: 400
}

.banner-main>.banner-intro>.btn {
	display: block;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	padding: 0;
	width: 154px;
	border-radius: 3px;
	font-size: 15px
}

.banner-redefine>ul:after,
.banner-redefine>ul:before,
.banner-resolution>ul>li:after,
.banner-resolution>ul>li:before {
	display: table;
	content: ' '
}

.banner-main>.banner-intro>.banner-link {
	margin: 16px 0 18px
}

.banner-main>.banner-intro>.btn-outline {
	margin-top: 10px;
	border: 1px solid #fff;
	color: #fff
}

.banner-main>.banner-intro>.btn-outline:hover {
	color: #0cf;
	background: #fff
}

.banner-resolution {
	min-height: 526px;
	background: #f9f9f9;
	text-align: center
}

.banner-resolution>h2 {
	padding-top: 56px;
	margin-bottom: 14px
}

.banner-resolution>ul {
	font-size: 0;
	padding-left: 3%;
	padding-top: 40px
}

.banner-resolution>ul>li {
	background: #fff;
	text-align: left;
	float: left;
	box-shadow: 0 2px 8px #999;
	font-size: 12px;
	margin-right: 3%;
	width: 30%;
	min-height: 310px;
	vertical-align: middle
}

.banner-form>.banner-header,
.banner-redefine>h2,
.banner-resolution>ul>li>h3,
.banner-they>h2,
.banner-video-preface,
.banner-vs,
.floatnav,
.form-action,
.form-qq {
	text-align: center
}

.banner-resolution>ul>li>h3 {
	font-size: 14px;
	color: #fff;
	padding: 18px 0;
	margin-bottom: 18px
}

.banner-resolution>ul>li>p {
	padding: 0 2rem 1.2rem
}

.banner-resolution>ul>li.item1>h3 {
	background: #ffa803
}

.banner-resolution>ul>li.item2>h3 {
	background: #5fa3f6
}

.banner-resolution>ul>li.item3>h3 {
	background: #68c376
}

.banner-redefine {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px
}

.banner-redefine>h2 {
	margin-bottom: 40px
}

.banner-redefine>ul {
	font-size: 0
}

.banner-redefine>ul>li {
	font-size: 13px;
	float: left;
	width: 30%;
	height: 80px;
	vertical-align: middle;
	margin-bottom: 40px;
	color: #999;
	position: relative;
	padding-left: 56px
}

.banner-redefine>ul>li.item1,
.banner-redefine>ul>li.item2 {
	width: 35%
}

.banner-redefine>ul>li.item3 {
	width: 30%
}

.banner-redefine>ul>li>strong {
	font-weight: 400;
	font-size: 18px;
	color: #333
}

.banner-redefine>ul>li>.icon {
	position: absolute;
	font-size: 48px;
	left: 0
}

.banner-redefine>ul>li>.icon-consultant {
	color: #009dde
}

.banner-redefine>ul>li>.icon-door {
	color: #f25616
}

.banner-redefine>ul>li>.icon-share {
	color: #6edaff
}

.banner-redefine>ul>li>.icon-rocket {
	color: #ffbf24
}

.banner-redefine>ul>li>.icon-peixun {
	color: #2fcf9a
}

.banner-redefine>ul>li>.icon-safety {
	color: #8052b8
}

.form-line {
	margin-bottom: 12px;
    background: #f9fafc
}

.form-line>select {
	width: 49.4%
}

.form-line>strong {
	font-weight: 400;
	font-size: 14px;
	display: none;
	margin-bottom: 6px
}

.form-line>strong>i {
	color: red;
	margin-right: .3em;
	position: relative;
	top: 3px
}

.ie9 .form-line>strong {
	display: block
}

.form-action>.btn {
	font-size: 14px;
	display: inline-block;
	width: 160px;
	padding: 10px 0;
	cursor: pointer
}

.input-wrapper {
	border: 1px solid #eff0f2;
	padding: 12px
}

.input-wrapper>input,
.input-wrapper>textarea {
	background: 0 0;
	border: 0;
	display: block;
	font-size: 14px;
	width: 100%;
	outline: 0;
	resize: none
}

.banner-form {
	background: url(/static/web/img/banner_bot.jpg) no-repeat #474747;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover
}

.banner-form>.banner-header {
	color: #fff;
	margin-bottom: 12px
}

.banner-form>.banner-link {
	text-align: center;
	margin-bottom: 38px
}

.banner-form>form {
	background: #fff;
	width: 460px;
	margin: 0 auto;
	padding: 40px 24px 24px
}

.form-qq {
	margin-top: 10px
}

.select-wrapper {
	width: 49.4%;
	display: inline-block;
	font-size: 13px
}

.banner-they {
	padding-top: 3em
}

.banner-they>h2 {
	margin-bottom: 1.6em
}

.banner-they>ul>li {
	margin-bottom: 1em;
	position: relative;
	padding-left: 3.5em
}

.banner-they>ul>li>strong {
	position: absolute;
	width: 4em;
	left: 0;
	top: .68em
}

.banner-they>ul>li>blockquote {
	color: #333;
	position: relative;
	background: #f5f5f5;
	padding: 1em
}

.banner-they>ul>li>blockquote:before {
	content: ' ';
	position: absolute;
	border: .8em solid #f5f5f5;
	border-color: transparent #f5f5f5 transparent transparent;
	top: .6em;
	left: -1.4em
}

.banner-they>ul>.item1>strong {
	color: #5ea3f6
}

.banner-they>ul>.item2>strong {
	color: #68c276
}

.banner-they>ul>.item3>strong {
	color: #ffa803
}

.banner-they>ul>.item4>strong {
	color: #6873c5
}

.banner-video {
	background: #f5f5f5;
	padding: 50px 0
}

.banner-video-preface,
.banner-video>iframe,
.banner-video>video {
	width: 676px;
	height: 383px;
	display: block;
	overflow: hidden;
	margin: 0 auto
}

.banner-video-preface {
	position: relative;
	cursor: pointer
}

.banner-video-preface>img {
	width: 100%
}

.banner-video-preface:after {
	content: ' ';
	opacity: .3;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.banner-video-preface:before {
	position: absolute;
	font-size: 60px;
	color: #fff;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	z-index: 1
}

.banner-vs {
	background: #f5f5f5;
	padding: 40px 0;
	margin-bottom: 0!important
}

.banner-vs>img {
	width: 68%;
	min-width: 640px;
	max-width: 800px
}

.banner-link {
	color: #0cf;
	display: block
}

.banner-erp:after,
.banner-erp:before,
.banner:after,
.banner:before {
	content: ' ';
	display: table
}

.banner-link:hover {
	text-decoration: underline
}

h2 {
	font-size: 1.8em;
	font-weight: 400
}

.banner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 10px
}

.banner>.banner-intro {
	color: #999;
	float: right;
	margin-top: 180px;
	width: 320px;
	padding-bottom: 30px;
	margin-right: 160px
}

.banner>.banner-intro>h2 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	margin-bottom: 8px
}

.banner-crm {
	padding-top: 20px;
	background: url(https://img.genshuixue.com/6988265_9n18d5o4.png) 290px -52px no-repeat
}

.banner-faxian {
	background: url(https://img.genshuixue.com/6987665_eu5jykfi.png) 380px 50px no-repeat;
	margin-bottom: 20px
}

.banner-erp {
	background: url(https://img.genshuixue.com/6987819_sb3tea4v.png) 163px 70px no-repeat
}

.banner-erp>.phone-border {
	float: right
}

.banner-erp>.banner-intro {
	float: left;
	margin-right: 240px
}

.banner-gzh {
	background: url(/static/web/img/inst_gzh.png) 163px 70px no-repeat!important
}

@media only screen and (min-width:1132px) {
	body {
		font-size: 100%
	}
}

@media only screen and (min-width:1600px) {
	body {
		font-size: 100%
	}
}

@media only screen and (max-width:783px) {
	.banner-main {
		height: 720px
	}
	.banner-main>.banner-intro {
		text-align: center;
		margin: 0
	}
	.banner-main>.banner-intro>.btn {
		display: inline-block
	}
}

@media only screen and (max-width:599px) {
	.banner-resolution>ul {
		padding-top: 20px
	}
	.banner-resolution>ul>li {
		min-height: auto;
		width: 100%;
		float: none;
		margin-bottom: 20px
	}
	.banner-redefine>ul>li {
		float: none;
		width: 286px!important;
		margin-left: auto;
		margin-right: auto
	}
}

.popup {
	width: 80%;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -40%
}

.popup-wrapper,
.popup-wrapper>.mask {
	height: 100%;
	top: 0;
	left: 0;
	width: 100%
}

.popup-wrapper {
	position: fixed;
	display: none;
	z-index: 10
}

.popup-wrapper>.mask {
	position: absolute;
	background: #000;
	opacity: .5
}

.popup-body {
	position: relative;
	width: 100%
}

.popup-body>video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}

.popup-body>iframe {
	display: block;
	border: 0;
	width: 676px;
	margin: 0 auto;
	height: 383px
}

.floatnav>li,
.floatnav>li>.icon {
	width: auto;
	display: block
}

.nav>li>a:hover {
	font-size: larger
}

.floatnav {
	position: fixed;
	right: 0;
	top: 280px
}

.floatnav>li>.icon {
	margin-bottom: 8px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, .8);
	height: 46px;
	line-height: 46px;
	padding: 0 .6em;
	font-size: 16px
}

.floatnav>li>.icon:before {
	position: relative;
	left: 2px;
	top: 1px;
	font-size: 24px;
	vertical-align: middle
}

.floatnav>li>.icon-up {
	display: none
}

.form-qq {
	padding: 10px 0 0;
	color: #fff;
	font-size: 14px
}

.banner-redefine .icon {
	margin-top: -10px;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
	border-radius: 0;
	border-color: #d9dbde;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	width: 80px!important;
}

.select2-container--default .select2-selection--single,
.select2-container {
	width:100px!important;
}

.select2-results__option,.select2-search--dropdown .select2-search__field{
	font-size: 14px;
}

.popover.right {
	width: 500px;
}

.popover-content {
	color: red;
}

/*自适应修正*/
@media only screen and (max-width: 1190px) {
	.banner-main-apps div{
		color: #000!important;
	}
}
@media only screen and (max-width: 1100px) {
	.banner-crm .banner-intro{
		margin-top: -60px;
		float: none;
		width: 100%;
		text-align: right;
	}
	.banner-erp .banner-intro{
		margin-top: 40px;
		float: none;
		width: 100%;
	}
	.banner-faxian .banner-intro{
		margin-top: 50px;
		float: none;
		width: 100%;
		text-align: right;
	}
	.banner-vs{
		display: table;
		width: 100%;
		padding: 20px 0;
	}
	.banner-vs ul{
		padding:0!important;
		-webkit-box-align: center!important;
	}
	.banner-vs ul.ub-ae{
		margin-bottom: 40px;
	}
	.banner-vs p{
		display: block!important;
		margin: 0!important;
		font-size: 20px!important;
		text-align: center;
	}
	.banner-vs img{
		margin: 20px 0 0 0!important;
		width: 40px;
	}
	.btcenter{display: none;}
	
	.banner-form{
		padding: 10px 0;
	}
	.banner-form>form{
		width: auto;
	}
	
	#areaCode{width: 100%;height: 0;}
	
	.select2-selection.select2-selection--single,#relocation{
		margin:5px 0;
	}
	
	.select2-container .select2-selection--single .select2-selection__rendered {
		width: 100%!important;
	}

	.select2-container--default .select2-selection--single,
	.select2-container {
		width: 100%!important;
	}
}

@media only screen and (min-width: 421px) and (max-width: 770px) {
	.phone-border{
		display: table;
   		margin: 0 auto;
   		float: none!important;
	}
	.banner-main-apps{
		right: 34%;
		bottom: -160px;
	}
	.banner-intro .btn-primary{
		margin: 60px 0!important;
	}
	.banner-intro{
		text-align: center!important;
	}
}

@media only screen and (min-width: 380px) and (max-width: 420px) {
	.phone-border{
		display: table;
   		margin: 0 auto;
   		float: none!important;
	}
	.banner-main-apps{
		right: 21%;
		bottom: -80px;
	}
	.banner-intro .btn-primary{
		margin: 80px 0!important;
	}
	.banner-crm .banner-intro{
		margin-top: -120px;
	}
	.banner-intro{
		text-align: center!important;
	}
}

@media only screen and (min-width: 361px) and (max-width: 379px) {
	.phone-border{
		display: table;
   		margin: 0 auto;
   		float: none!important;
	}
	.banner-main-apps{
		right: 18%;
		bottom: -80px;
	}
	.banner-intro .btn-primary{
		margin: 80px 0!important;
	}
	.banner-crm .banner-intro{
		margin-top: -120px;
	}
	.banner-intro{
		text-align: center!important;
	}
}


@media only screen and (min-width: 321px) and (max-width: 360px) {
	.phone-border{
		display: table;
   		margin: 0 auto;
   		float: none!important;
	}
	.banner-main-apps{
		right: 16%;
		bottom: -60px;
	}
	.banner-intro .btn-primary{
		margin: 60px 0!important;
	}
	.banner-crm .banner-intro{
		margin-top: -120px;
	}
	.banner-intro{
		text-align: center!important;
	}
}

@media only screen and (max-width:320px) {
	.phone-border{
		display: table;
   		margin: 0 auto;
   		float: none!important;
	}
	.banner-main-apps{
		right: 12%;
		bottom: 15px;
	}
	.banner-intro .btn-primary{
		margin: 15px 0 0 0!important;
	}
	.banner-crm .banner-intro{
		margin-top: -220px;
	}
	.banner-intro{
		text-align: center!important;
	}
	.banner-main.wrapper .banner-intro h2{
		margin-top: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 770px) {
	.bottomLink{display: block;}
}

/*new css*/
.logo{display: inline-block;}
.menuTop{width: 100%;height:140px;overflow: hidden;}
.menuwrap{width: 1200px;margin: 0 auto;overflow: hidden;}
.top_div{width: 100%;background: #666666;color: #fff;}
.top_div a{color:#fff;}
.menuwraTOP{overflow: hidden;width: 1200px;height:40px;margin: 0 auto;line-height: 40px;}
.menuTop ul.menu{display: inline-block;}
.menuTop .menuwrap .menu-li{display: inline-block;margin-left: 40px;height: 100px;line-height: 100px;font-size: 16px;cursor: pointer;color: #666666;position: relative;}
.menuTop .menuwrap .menu-li:hover,.menuTop .menu-li.active{color: #FE6947;}
.menu_right{float: right;font-size: 16px}
.rukou{color: #0090DA;}
.w1200{width: 1200px}

.conTitle{width: 100%;text-align: center;font-size: 30px;margin-top: 70px;}
.conTitle p{width: 55px;height: 4px;background: #2F87E4;margin: 0 auto;margin-top: 3px;}

.content-1{margin-top: 45px;}
.content-1 ul{width: 25%;text-align: center;float: left;}
.content-1 ul p{font-size: 24px;margin: 10px 0 16px 0;}
.content-1 ul li{font-size: 16px;color: #908F8F;margin-bottom: 4px;}

.content-2{margin-top: 40px;}
.content-2 ul{float: left;width: 50%;text-align: center;}
.content-2 ul p{font-size: 30px;margin: 0px 0 30px 0;}

.content-3{width: 895px;margin: 0 auto;margin-top: 60px;}
.content-3 ul{border-bottom: 1px solid #ebe5e5;padding:45px 0 55px 0;}
.content-3 ul div{float: left;}
.content-3 ul p{font-size: 24px;color:#4C9EFB;margin-bottom: 22px;}
.content-3 ul font{font-size: 16px;color: #666;line-height: 28px;}
.content-3 ul .f1{width: 55%;}
.content-3 ul .f2{width: 45%;}

.content-4 ul{width: 25%;height: 100px;float: left;text-align: center;margin: 20px 0;}
.content-4 ul p{margin-top: 5px;}

.content-5 a{transition:all 0.5s;float: left;width: 200px;height: 312px;margin: 0 20px;box-shadow: 6px 9px 5px 0 #ebe6e6;cursor: pointer;}
.content-5 a:hover{margin-top: -10px;box-shadow: 6px 9px 5px 0 #d9d7d7;}

.content-6 li{margin-top: 10px;}
.content-6 div{display: inline-block;}
.content-6 strong{font-size: 20px;margin:0 0 13px 15px;display: block;color: #333;font-weight: normal;}
.content-6 p{color: #333!important;font-size: 14x;margin-left: 15px;}
.content-6 img{vertical-align: bottom;margin-bottom: -3px;}

.content-bot div{display: inline-block;vertical-align: top;}
.content-bot block-div p{font-size: 20px;margin-bottom: 18px;}
.menu .menu-li.active:after {
    position: absolute;
	left: 18%;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #FE6947;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.menu .menu-li.active:after {
    content: '';
    top: auto;
    bottom: 30px;
    width: 24px;
}
.menu .menu-li.menu-about.active:after,.menu .menu-li.menu-contact.active:after,.menu .menu-li.menu-cooperation.active:after,.menu .menu-li.menu-news.active:after,.menu .menu-li.menu-case.active:after{
    left: 25%;
}
.FS-black3 {
	color: #333;
}

.FS-black6 {
	color: #666;
}

.FS-black9 {
	color: #999;
}

.words {
	height: 400px;
}

.words p {
	margin-top: 240px;
}

.words span {
	height: 100px;
}

.MT-20 {
	margin-top: 20px;
}

.PH-40 {
	padding: 0 40px;
}

.MB-16 {
	margin-bottom: 16px;
}

.sol_div {
	position: relative;
	top: 150px;
	padding: 0 25px;
	line-height: 22px;
}
.FO-si{
	font-family:SimHei;
}
.PT-20{padding-top: 20px;}
.menu-li:hover{
	color:#FE6947
}