/*全局样式*/
*{margin: 0; padding: 0;}
body{font-family:"Glyphicons Halflings"; src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/s-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');font-size:12px;background-image:url(../images/bg.jpg);background-attachment:fixed;background-repeat:no-repeat ;background-position: center center;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
img{display: block;border: none;}
a{text-decoration:none; color: #fff;}
ol,ul,li{ list-style:none; } 
ul,ol{list-style-type:none;}
input{outline:none;border:none;}
a:focus a:hover{color: #ffffff; text-decoration: none;}

.container{margin-right: auto; margin-left: auto;}
@media (min-width:768px){.container {width: 750px;} }
@media (min-width:992px){.container {width: 950px;} }
@media (min-width:1200px){.container {width: 1150px;} }
@media (min-width:1600px){.container {width: 1450px;} }

/*顶部*/
.top{width: 100%; background-color: rgba(227,227,227,0.5);overflow: hidden;}
.topword{float:left; color: red; font-size: 12px;line-height: 30px;}
.topword:hover{color: red;text-decoration: none; font-weight: bold;}
.topphone{background: url(../images/phone1.png) left center no-repeat; padding-left: 35px; font-size: 14px; font-weight: bold;float: right;height: 30px;}
.topphone p {line-height: 30px;}

/*导航栏*/
#navbar{background: rgba(0,0,0,0.6);min-height: 50px; position: relative;}
.navbar-brand{float: left;padding: 0;}
.menu1{float: left;position:relative;}
.menu1 ul li{float:left;position:relative;text-align:center;}
.menu1>ul>li {border-right: #000000 1px solid;}
.menu1 ul ul li{border-bottom: #000000 1px solid;}
#navbar .container .menu1 .lastli{border: none;}
.menu1 ul ul{visibility:hidden;position:absolute;background: rgba(79,86,76,0.8);z-index: 99999;}
.menu1 ul ul ul{visibility:hidden;position:absolute;background: rgba(79,86,76,0.7);z-index: 99999;}
.menu1 ul li:hover ul,.menu1 ul a:hover ul{visibility:visible;}
.menu1 ul li:hover{background: url(../images/lavalamp.png) no-repeat; background-position-x: center;}
.menu1 ul li:hover a{font-weight: bold;font-size: 14px;color: #ffffff; text-decoration: none;}
.menu1 ul li:hover ul ul,.menu1 ul a:hover ul ul{visibility:hidden;}
.menu1 ul ul li:hover ul,.menu1 ul ul a:hover ul{visibility:visible;}
.menu1 ul ul li:hover ul ul,.menu1 ul ul a:hover ul ul{visibility:hidden;}
.menu1 ul ul ul li:hover ul,.menu1 ul ul ul a:hover ul{visibility:visible;}
.caret1{width: 10px; height: 12px; background: url(../images/more.png);position: absolute;}
#navbar{height:50px;}
.navbar-brand img {height:50px;}
.menu1{height: 50px;}
.menu1 ul ul{top: 50px;}
.menu1 ul ul ul{left:80px;top:0px;}
.menu1 ul ul ul ul{left:80px;top:0px;}
.menu1 li {line-height: 50px; width:80px;}
.caret1{top:19px;right:2px}
#small_search{background: url(../images/search.png) no-repeat;right: 10px;position: absolute;}
#small_search {width: 30px; height: 30px; top:10px;right:10px; cursor: pointer;}
@media (min-width: 992px) {
	#navbar{height:50px;}
	.navbar-brand img {height:50px;}
	.menu1{height: 50px;}
	.menu1 ul ul{top: 50px;}
	.menu1 ul ul ul{left:100px;top:0px;}
	.menu1 ul ul ul ul{left:100px;top:0px;}
	.menu1 li {line-height: 50px; width:100px;}
}
@media (min-width: 1200px) {
	#navbar{height:70px;}
	.navbar-brand img {height:70px;}
	.menu1{height: 70px;}
	.menu1 ul ul{top: 70px;}
	.menu1 ul ul ul{left:120px;top:0px;}
	.menu1 ul ul ul ul{left:120px;top:0px;}
	.menu1 li {line-height: 70px; width:120px;}
	.menu1 .mainlist2 li{line-height: 50px; width: 120px;}
	.caret1 {top:30px; right:6px;}
	.mainlist2 .caret1{top:19px; right:6px;}
	#small_search {top:20px;right:50px;}
	#navbar a{font-size: 16px;}
}

/*搜索*/
.smallSearchBox{visibility: hidden;z-index: 999999;}
.active{visibility: visible;}
#smallSearchBox .searchBox{
	position: absolute;
	width: 438px;
	height: 40px;
	right: 50px; top: 50px;
	background:#ffffff;
	padding: 5px 20px;
	border-radius: 20px;
	z-index: 999999;
}
#smallSearchBox .searchbutton{
	background: darkred; 
	position: absolute; 
	top:50px; 
	right:10px;
	height:40px;
	width:70px;
	padding: 5px 5px;
	border: none;
	color:#ffffff;
	cursor: pointer;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 999999;
}
@media (min-width:1200px) {
	#smallSearchBox .searchBox{top: 70px;}
	#smallSearchBox .searchbutton{top: 70px;}
}

/*主体*/
.mainbody{background: url(../images/alpha.png);overflow: hidden;width: 100%;}
.container{padding-left: 0; padding-right: 0;}
#myCarousel .carousel-inner .pic{margin: 0 auto;}

/*服务内容标题*/
.servicetitle{color: #dbdbdb; text-align: center;padding-top: 0.9375rem; padding-bottom: 1.875rem;}
.servicetitle p{font-size: 16px; line-height: 2.875rem;color: #CCCCCC;}
.bottom{margin: 0 auto; padding-top:0.625rem;}

/*解决方案*/
.index-jjfa-in p{color: #FFFFFF;text-align: center;}
.index-jjfa-p span{color: orange;}
.index-jjfa-p{color: #CCCCCC;}

.jjfa-enter:hover{color: #FFFFFF;text-decoration: none;font-weight: 600;}
@media (max-width:767px) {
.index-jjfa-p{display: none;}
.index-jjfa-in{width: 50%;float: left;}
.jjfa-minibox{margin: 0 auto;}
.index-jjfa-in p{font-size: 1.5rem;}
.index-jjfa-in5 {width: 100%;}
.jjfa-enter{width: 100px;height: 30px;display: block;text-align: center;background-color: darkred;border-radius:20px;font-size: 1.5rem;line-height: 28px;margin: 0 auto;}
#solution{height: 400px;}
}
@media (min-width:768px) {
.jjfa-minibox{margin: 0 auto;}
.index-jjfa-in{float: left;}
.index-jjfa-p{float: left;}
.index-jjfa-in p{font-size: 14px;}
.index-jjfa-in{width: 20%;}
.index-jjfa-p{width: 80%; font-size: 14px;}
.index-jjfa{height: 150px;}
.jjfa-enter{width: 100px;height: 30px;display: block;text-align: center;background-color: darkred;border-radius:20px;font-size: 16px;line-height: 28px;margin: 0 auto;}
.index-jjfa-right{height: 150px;}
.index-jjfa-p{margin-top: 2rem;}
}
@media (min-width:992px){
.index-jjfa-in p{font-size: 16px;}
}
@media (min-width:1200px){
.index-jjfa-in p{font-size: 18px;}
.index-jjfa-p{font-size: 16px;}
.jjfa-enter{width: 120px;height: 40px;font-size: 18px;line-height: 38px;}
}
@media (min-width:1600px){
.index-jjfa-in p{font-size: 20px;}
}
footer{background: url(../images/alpha.png);}

.foottext {
	text-align: center;
	margin-top: 7.25rem;
	padding-top: 4.125rem;
	padding-bottom: 6.25rem;
}
.foottext a{color: #cccccc;}
.foottext p{color: #cccccc;}
.foottext a:hover {text-decoration: none; color: #ffffff;}

/*移动端*/
@media (max-width:767px){
	/*移动端导航*/
	li a {font-size: 1.5rem;}
	.top{display: none;}
	#navbar .container .navbar-brand{margin-left: 0.625rem;}
	#smallSearchBox .searchBox{width: 25.75rem;height: 1.875rem;}
	#smallSearchBox .searchbutton{height: 1.875rem; padding: 0;}
	.menu {width: 3em;height: 3em;position: relative;z-index: 99;float: right; top: 0.625rem;}
	.menu .bit-1::before {content: '';left: 0.5em;top: 0.5em;position: absolute;width: 1em;transform-origin: left bottom;height: 0.3em;background: #ffffff;transition: transform 0.3s, top 0.3s;}
	.menu .bit-1::after {content: '';position: absolute;right: 0.5em;top: 0.5em;width: 1em;transform-origin: right bottom;height: 0.3em;background: #ffffff;transition: transform 0.3s, top 0.3s;}
	.menu .bit-2 {position: absolute;width: 2em;top: 50%;left: 50%;height: 0.3em;background: #ffffff;transform: translate(-50%, -50%);transition: transform 0.3s 0.3s, width 0.3s 0.6s;}
	.menu .bit-3::before {content: '';position: absolute;bottom: 0.5em;left: 0.5em;width: 1em;transform-origin: left top;height: 0.3em;background: #ffffff;transition: transform 0.3s, bottom 0.3s;}
	.menu .bit-3::after {content: '';position: absolute;bottom: 0.5em;right: 0.5em;width: 1em;transform-origin: right top;height: 0.3em;background: #ffffff;transition: transform 0.3s, bottom 0.3s;}
	.menu.open1 .bit-1:before {top: 0.4em;width: 1.2em;transform: rotate(45deg);transform-origin: left bottom;transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;}
	.menu.open1 .bit-1:after {top: 0.4em;width: 1.2em;transform: rotate(-45deg);transform-origin: right bottom;transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;}
	.menu.open1 .bit-2 {width: 0.3em;transform: translate(-50%, -50%) rotate(45deg);transition: transform 0.3s 0.3s, width 0.3s;}
	.menu.open1 .bit-3:before {bottom: 0.4em;width: 1.2em;transform: rotate(-45deg);transform-origin: left top;transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;}
	.menu.open1 .bit-3:after {bottom: 0.4em;width: 1.2em;transform: rotate(45deg);transform-origin: right top;transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;}
	#small_search{right: 3.8125rem;}
	.menu1{position: absolute; top: 50px; width: 100%;height: auto; background-image: url(../images/alpha.png);z-index: 9999999;}
	.menu1 ul li{width: 100%;border-bottom: #ffffff 1px solid; font-size: 1.5rem;line-height: 5.875rem;}
	.menu1 ul ul{display: none;}
	.menu1 ul ul ul{display: none;}
	.menu1{display: none;}
	/*移动端服务内容*/
	#zSlider a:hover {color: #FFFFFF;text-decoration: none;}
	.servicetitle{padding-top: 0; padding-bottom: 1.25rem;}
	.servicetitle h2 {font-size: 2.25rem;}
	.servicetitle p{font-size:1.3rem;}
	#select_btn-mobile li{width: 40%;margin-right: 5%;margin-left: 5%; float:left;margin-bottom: 20px;}
	#select_btn-mobile .xiaoimg{width: 100%;height: 100px;}
	#select_btn-mobile li a{display: block;width: 100%;text-align: center;}
	#select_btn-mobile .xiaoimg1{background: url(../images/services-1-1.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile .xiaoimg2{background: url(../images/services-2-2.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile .xiaoimg3{background: url(../images/services-3-3.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile .xiaoimg4{background: url(../images/services-4-4.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile li:nth-child(1):hover {background: url(../images/services-1.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile li:nth-child(2):hover {background: url(../images/services-2.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile li:nth-child(3):hover {background: url(../images/services-3.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	#select_btn-mobile li:nth-child(4):hover {background: url(../images/services-4.png) no-repeat; background-size: 100px 100px;background-position-x: center;}
	/*移动端案例内容*/
	.servicetitle p{line-height:normal;}
	.foottext{margin-top: 2.25rem; padding-bottom: 4.25rem;}
}

/*关于我们*/
.gywm-banner img{width: 100%;}
.gywm-about{margin-top: 30px;}
.gywm-right .gywm-middle{color: #CCCCCC;text-indent: 2rem; font-size: 1.5rem;}
.gywm-right h2{color: #ffffff; font-size: 2.5625rem;}
.gywm-right h3{color: #CCCCCC;margin-bottom: 35px;font-style: italic;font-size: 2rem;}
.gywm-right a{text-indent: 44px;width: 220px; height: 50px; line-height: 50px; background: url(../images/scheme_btn.png) no-repeat right 44px center darkred;display: block; font-size: 20px;text-align: left;transition: 0.4s;-webkit-transition:0.4s; -ms-transition:0.4s ;-moz-transition:0.4s;border-radius: 10px;margin-top: 20px;}
.gywm-right a:hover{background-position: right 20px center; text-decoration: none;color: #ffffff;}
.gywm-service h2{text-align: center;color: #FFFFFF;margin-top: 30px;}
.gywm-right{margin-bottom: 20px;}
@media (min-width:992px){
	.gywm-about{margin-top: 30px;}
	.gywm-right{float: right;width: 50%;}
	.gywm-right .gywm-middle{color: #CCCCCC;text-indent: 2em; font-size: 14px;}
	.container .gywm-left{float: left; width: 50%;}
	.gywm-right h2{color: #ffffff; margin-top: 0;}
	.gywm-right h3{color: #CCCCCC;margin-bottom: 10px;font-style: italic;}
	.gywm-right a{text-indent: 44px;width: 220px; height: 50px; line-height: 50px; background: url(../images/scheme_btn.png) no-repeat right 44px center darkred;display: block; font-size: 20px;text-align: left;transition: 0.4s;-webkit-transition:0.4s; -ms-transition:0.4s ;-moz-transition:0.4s;border-radius: 10px;margin-top: 20px;}
	.gywm-right a:hover{background-position: right 20px center; text-decoration: none;color: #ffffff;}
	.gywm-service h2{text-align: center;color: #FFFFFF;margin-top: 30px;}
}
@media (min-width:1600px){
	.gywm-right h3 {margin-bottom: 35px;}
}

/*服务流程*/
.gywm-service {margin-top: 50px;}
.gywm-service h2{margin-bottom: 30px;}
.gywm-service .gywm-serbox{float: left;}
.gywm-service .gywm-serbox li {width: 25%;float: left;text-align: center;transition: 0.4s;-webkit-transition:0.4s; -ms-transition:0.4s ;-moz-transition:0.4s;box-sizing: border-box;border-top: #CCCCCC 1px solid;border-left: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li:nth-child(4) {border-right: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li:nth-child(5) {border-bottom: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li:nth-child(6) {border-bottom: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li:nth-child(7) {border-bottom: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li:nth-child(8) {border-bottom: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li:nth-child(8) {border-right: #CCCCCC 1px solid;}
.gywm-service .gywm-serbox li .gywm-img img{transition: 0.4s;-webkit-transition:0.4s; -ms-transition:0.4s ;-moz-transition:0.4s; opacity: 0;margin: 0 auto;}
.gywm-service .gywm-serbox li .gywm-img{margin-top: 30px; height: 100px;}
.gywm-service .gywm-serbox li .gywm-icon1{background: url(../images/aboutPage_service_icon11.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon2{background: url(../images/aboutPage_service_icon22.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon3{background: url(../images/aboutPage_service_icon33.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon4{background: url(../images/aboutPage_service_icon44.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon5{background: url(../images/aboutPage_service_icon55.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon6{background: url(../images/aboutPage_service_icon66.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon7{background: url(../images/aboutPage_service_icon77.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-icon8{background: url(../images/aboutPage_service_icon88.png) no-repeat center;}
.gywm-service .gywm-serbox li .gywm-number{font-size: 60px;color: #e2e2e2;line-height: 60px;}
.gywm-service .gywm-serbox li .gywm-text{font-size: 20px;color: #ffffff;line-height: 36px;margin-bottom: 20px;}
.gywm-service .gywm-sertext{float: right; background:url(../images/alpha.png); position: relative; overflow: hidden;}
.gywm-sertextline{height: 4px;background: #cccccc;margin-bottom: 20px;margin-top: 20px;}
.gywm-service .gywm-sertext .gywm-sersmalltext{text-align: left; margin-top: 50px;margin-left: 20px; margin-right: 20px;}
.gywm-service .gywm-sertext .gywm-sersmalltext h3{color: #CCCCCC;}
.gywm-service .gywm-sertext .gywm-sersmalltext ul li{color: #CCCCCC;}
.foottext-gywm {margin-top: 0;}
.gywm-service .gywm-serbox li:hover img{opacity: 1;cursor: pointer;} 
.gywm-sertextin{top:0px;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(1){display: block;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(2){display: none;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(3){display: none;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(4){display: none;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(5){display: none;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(6){display: none;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(7){display: none;}
.gywm-service .gywm-sertext .gywm-sersmalltext:nth-child(8){display: none;}
.gywm-service .gywm-sertext .gywm-sertextin .on {display: block;}

@media (max-width:767px) {
	.gywm-right h2{font-size: 2rem; text-align: center;}
	.gywm-right h3{font-size: 1.75rem; text-align: center;}
	.gywm-right .gywm-middle{margin-left: 2rem;margin-right: 2rem;}
	.gywm-right a {margin-right: 2rem; width: 150px;float: right; font-size: 1.75rem;line-height: 27px;text-indent: 20px;height: 30px;background: url(../images/scheme_btn.png) no-repeat right 21px center darkred;}
	.gywm-service h2{font-size: 2.5rem;}
	.gywm-service .gywm-serbox li .gywm-number{font-size: 2.5rem;line-height: 2.5rem;}
	.gywm-service .gywm-serbox li .gywm-text{font-size:1.5rem;margin-bottom: 0;}
	.gywm-service .gywm-serbox li .gywm-img {background-size: 75px;}
	.gywm-service .gywm-sertext{float: left;width:100%;}
	.container1 {margin-left: 10px;margin-right: 10px;}
	.gywm-service .gywm-serbox li .gywm-img{margin-top:5px;height: 75px;}
	.gywm-service .gywm-serbox li .gywm-img img{width: 75px;height: 75px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext{margin-top: 0;}
	.gywm-service .gywm-sertext .gywm-sersmalltext h3{font-size: 2rem;}
	.gywm-service .gywm-sertext .gywm-sersmalltext ul li {font-size: 1.5rem; line-height: 25px;}
	.gywm-sertextline{margin-bottom: 15px;}
}
@media (min-width:768px) {
	.gywm-service .gywm-serbox{width: 600px;}
	.gywm-service .gywm-serbox li .gywm-number{font-size: 30px;line-height: 30px;}
	.gywm-service .gywm-serbox li .gywm-text{font-size: 18px; line-height: 30px;}
	.gywm-service .gywm-sertext{width: 150px;height: 423px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext ul li{font-size: 14px;line-height: 30px;}
	.gywm-service .gywm-sertext{border-bottom: #e2e2e2 1px solid;border-top: #e2e2e2 1px solid; border-right: #e2e2e2 1px solid;}
}
@media (min-width:992px) {
	.gywm-service .gywm-serbox{width: 700px;}
	.gywm-service .gywm-serbox li .gywm-number{font-size: 30px;line-height: 30px;}
	.gywm-service .gywm-serbox li .gywm-text{font-size: 18px; line-height: 30px;}
	.gywm-service .gywm-sertext{width: 250px;height: 423px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext ul li{font-size: 14px;line-height: 30px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext{margin-left: 30px; margin-right: 30px;}
}
@media (min-width:1200px) {
	.gywm-service .gywm-serbox{width: 800px;}
	.gywm-service .gywm-serbox li .gywm-number{font-size: 30px;line-height: 30px;}
	.gywm-service .gywm-serbox li .gywm-text{font-size: 18px; line-height: 30px;}
	.gywm-service .gywm-sertext{width: 350px;height: 423px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext ul li{font-size: 14px;line-height: 30px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext{margin-left: 40px; margin-right: 40px;}
}
@media (min-width:1600px) {
	.gywm-service .gywm-serbox{width: 1000px;}
	.gywm-service .gywm-serbox li .gywm-number{font-size: 30px;line-height: 30px;}
	.gywm-service .gywm-serbox li .gywm-text{font-size: 18px; line-height: 30px;}
	.gywm-service .gywm-sertext{width: 450px;height: 423px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext ul li{font-size: 16px;line-height: 30px;}
	.gywm-service .gywm-sertext .gywm-sersmalltext{margin-left: 50px; margin-right: 50px;}
}

/*服务内容*/
.fwnr-banner img{width: 100%;}
/*服务内容网站建设*/
.fwnr-web1 h2{color: #ffffff; text-align: center;}
.fwnr-web1 h4{color: #CCCCCC; text-align: center;}
.fwnr-web1{margin-bottom: 40px;margin-top: 30px;}
.fwnr-web2-1 img{width: 100%;}
.fwnr-web2-2{margin-left: 5px;}
.fwnr-web2-2 li {float: left;color: #CCCCCC; position: relative;}
.fwnr-web-xiaobox1 {transition: 0.4s;-webkit-transition:0.4s; -ms-transition:0.4s ;-moz-transition:0.4s;}
.fwnr-web-xiaobox2 {margin-left: 10px;}
.fwnr-web-xiaobox3{position: absolute; z-index: 10;height: 0;transition: 0.4s;-webkit-transition:0.4s; -ms-transition:0.4s ;-moz-transition:0.4s;overflow: hidden;}
.fwnr-web-xiaobox3-1{background: url(../images/fwnr-ppweb.jpg);}
.fwnr-web-xiaobox3-2{background: url(../images/fwnr-gwweb.jpg);}
.fwnr-web-xiaobox3-3{background: url(../images/fwnr-yxweb.jpg);}
.fwnr-web-xiaobox3-4{background: url(../images/fwnr-sjweb.jpg);}
.fwnr-web-xiaobox3 a{background: darkred;border-radius: 20px;display: block;margin: 0 auto;}
.fwnr-web a:hover {text-decoration: none; color: #000000;}
@media (max-width:767px){
	.fwnr-web1{margin-bottom: 25px;}
	.fwnr-web1 h2{font-size: 2rem;}
	.fwnr-web1 h4{font-size: 1.75rem;}
	.fwnr-web2-1{display: none;}
	.fwnr-web2-2 li{width: 50%;float: left;}
	.fwnr-web-xiaobox2 h3{font-size: 1.75rem; margin-bottom: 20px;margin-top: 5px;}
	.fwnr-web-xiaobox2 p{display: none;}
	.fwnr-web-xiaobox1{width: 80px;height: 67px; background-size: 916px 133px;margin: 0 auto;}
	.fwnr-web2-2 .fwnr-web2-2-4{width: 61px;height: 67px;}
	.fwnr-web2-2-1{background-image: url(../images/web2.png);background-position: 916px 0;}
	.fwnr-web2-2-2{background-image: url(../images/web2.png);background-position: 633px 0;}
	.fwnr-web2-2-3{background-image: url(../images/web2.png);background-position: 351px 0;}
	.fwnr-web2-2-4{background-image: url(../images/web2.png);background-position: 61px 0;}
	.fwnr-web3{margin: 0 auto; width: 100px;text-align: center;background: darkred;border-radius: 20px;height: 25px;}
	.fwnr-web3 a {font-size: 1.5rem;line-height: 18px;}
	.fwnr-web2{height: 220px;}
	.fwnr-web-xiaobox2 {margin: 0 auto;text-align: center;}
}
@media (min-width:768px) and (max-width:991px) {
	.fwnr-web3{margin: 0 auto; width: 100px;text-align: center;background: darkred;border-radius: 20px;height: 25px;}
	.fwnr-web3 a {font-size: 16px;line-height: 20px;}
	.fwnr-web2{position: relative;}
	.fwnr-web2-2 li{position: absolute;}
	.fwnr-web2-2 li:nth-child(1){top:0px; left:0px}
	.fwnr-web2-2 li:nth-child(2){top:0px; right:0px}
	.fwnr-web2-2 li:nth-child(3){bottom:0px; left:0px}
	.fwnr-web2-2 li:nth-child(4){bottom:0px; right:0px}
	.fwnr-web2-1{width: 340px;margin: 0 auto;}
	.fwnr-web2-2{width: 100%;}
	.fwnr-web2-2 li{height: 100px;}
	.fwnr-web-xiaobox1{width: 60px;height: 50px; background-size: 687px 100px;float: left;}
	.fwnr-web2-2-1{background-image: url(../images/web2.png);background-position: 687px 0;}
	.fwnr-web2-2-2{background-image: url(../images/web2.png);background-position: 475px 0;}
	.fwnr-web2-2-3{background-image: url(../images/web2.png);background-position: 264px 0;}
	.fwnr-web2-2-4{background-image: url(../images/web2.png);background-position: 60px 0;}
	.fwnr-web2-2 li:nth-child(1):hover .fwnr-web2-2-1{background-position: 687px 49px;}
	.fwnr-web2-2 li:nth-child(2):hover .fwnr-web2-2-2{background-position: 475px 49px;}
	.fwnr-web2-2 li:nth-child(3):hover .fwnr-web2-2-3{background-position: 264px 49px;}
	.fwnr-web2-2 li:nth-child(4):hover .fwnr-web2-2-4{background-position: 60px 49px;}
	.fwnr-web2-2 li{padding-left: 20px; padding-top: 15px;}
	.fwnr-web-xiaobox2{margin-left: 5px; float: left;}
	.fwnr-web-xiaobox2 h3{font-size: 16px;margin-top: 0;}
	.fwnr-web-xiaobox2 p{font-size: 12px;}
}
@media (min-width:992px) and (max-width:1199px) {
	.fwnr-web3{display: none;}
	.fwnr-web2-1{width: 475px;float: left;}
	.fwnr-web2-2{height: 270px;width: 470px;float: left;}
	.fwnr-web2-2 li{height: 135px; width: 235px;}
	.fwnr-web-xiaobox1{width: 60px;height: 50px; background-size: 687px 100px;float: left;}
	.fwnr-web2-2-1{background-image: url(../images/web2.png);background-position: 687px 0;}
	.fwnr-web2-2-2{background-image: url(../images/web2.png);background-position: 475px 0;}
	.fwnr-web2-2-3{background-image: url(../images/web2.png);background-position: 264px 0;}
	.fwnr-web2-2-4{background-image: url(../images/web2.png);background-position: 60px 0;}
	.fwnr-web2-2 li:nth-child(1):hover .fwnr-web2-2-1{background-position: 687px 49px;}
	.fwnr-web2-2 li:nth-child(2):hover .fwnr-web2-2-2{background-position: 475px 49px;}
	.fwnr-web2-2 li:nth-child(3):hover .fwnr-web2-2-3{background-position: 264px 49px;}
	.fwnr-web2-2 li:nth-child(4):hover .fwnr-web2-2-4{background-position: 60px 49px;}
	.fwnr-web2-2 li{padding-left: 20px; padding-top: 15px;}
	.fwnr-web-xiaobox2{margin-left: 5px; float: left;}
	.fwnr-web-xiaobox2 h3{font-size: 18px;margin-top: 0;}
	.fwnr-web-xiaobox2 p{font-size: 12px;}
	.fwnr-web-xiaobox3{width: 235px;background-size: 235px 270px;}
	.fwnr-web-xiaobox3-1{left: 235px;top:0;}
	.fwnr-web-xiaobox3-2{right: 235px;top:0;}
	.fwnr-web-xiaobox3-3{left: 235px;bottom: 0;}
	.fwnr-web-xiaobox3-4{right: 235px;bottom: 0;}
	.fwnr-web-xiaobox3 a{height: 25px;width: 120px;font-size: 14px;text-align: center;}
	.fwnr-web-xiaobox3 p{font-size: 12px;}
	.fwnr-web-xiaobox3-1 a{margin-top: 20px;}
	.fwnr-web-xiaobox3-1 p{margin-left: 5px; line-height: 40px;border-bottom: #cccccc 1px dashed; width: 120px;}
	.fwnr-web-xiaobox3-1 p:nth-child(1){margin-top: 20px;}
	.fwnr-web-xiaobox3-2 p{margin-left: 50px;border-bottom: #cccccc 1px dashed; text-align: center;margin-right: 50px;line-height: 15px;}
	.fwnr-web-xiaobox3-2 p:nth-child(1){margin-top: 140px;}
	.fwnr-web-xiaobox3-2 a{margin-top: 10px;}
	.fwnr-web-xiaobox3-3 p{margin-left: 75px;border-bottom: #cccccc 1px dashed;margin-right: 40px;line-height: 40px;}
	.fwnr-web-xiaobox3-3 p:nth-child(1){margin-top: 15px;}
	.fwnr-web-xiaobox3-3 a{margin-top: 20px;}
	.fwnr-web-xiaobox3-4 p{margin-left: 10px;border-bottom: #cccccc 1px dashed;margin-right: 100px;line-height: 40px;}
	.fwnr-web-xiaobox3-4 p:nth-child(1){margin-top: 15px;}
	.fwnr-web-xiaobox3-4 a{margin-top: 20px;}
	.fwnr-web2-2 li:hover .fwnr-web-xiaobox3{height: 270px;}
}
@media (min-width:1200px) and (max-width:1599px) {
	.fwnr-web3{display: none;}
	.fwnr-web2-1{width: 575px;float: left;}
	.fwnr-web2-2{height: 327px;width: 570px;float: left;}
	.fwnr-web2-2 li{height: 163px; width: 285px;}
	.fwnr-web-xiaobox1{width: 80px;height: 67px; background-size: 916px 133px;float: left;}
	.fwnr-web2-2-1{background-image: url(../images/web2.png);background-position: 916px 0;}
	.fwnr-web2-2-2{background-image: url(../images/web2.png);background-position: 633px 0;}
	.fwnr-web2-2-3{background-image: url(../images/web2.png);background-position: 351px 0;}
	.fwnr-web2-2-4{background-image: url(../images/web2.png);background-position: 80px 0;}
	.fwnr-web2-2 li:nth-child(1):hover .fwnr-web2-2-1{background-position: 916px 66px;}
	.fwnr-web2-2 li:nth-child(2):hover .fwnr-web2-2-2{background-position: 633px 66px;}
	.fwnr-web2-2 li:nth-child(3):hover .fwnr-web2-2-3{background-position: 351px 66px;}
	.fwnr-web2-2 li:nth-child(4):hover .fwnr-web2-2-4{background-position: 80px 66px;}
	.fwnr-web2-2 li{padding-left: 33px; padding-top: 20px;}
	.fwnr-web-xiaobox2{float: left;}
	.fwnr-web-xiaobox2 h3{font-size: 20px;}
	.fwnr-web-xiaobox2 p{font-size: 13px;}
	.fwnr-web-xiaobox3{width: 285px;background-size: 285px 327px;}
	.fwnr-web-xiaobox3-1{left: 285px;top:0;}
	.fwnr-web-xiaobox3-2{right: 285px;top:0;}
	.fwnr-web-xiaobox3-3{left: 285px;bottom: 0;}
	.fwnr-web-xiaobox3-4{right: 285px;bottom: 0;}
	.fwnr-web-xiaobox3 a{height: 25px;width: 120px;font-size: 16px;text-align: center;}
	.fwnr-web-xiaobox3 p{font-size: 13px;}
	.fwnr-web-xiaobox3-1 a{margin-top: 20px;}
	.fwnr-web-xiaobox3-1 p{margin-left: 10px; line-height: 50px;border-bottom: #cccccc 1px dashed; width: 140px;}
	.fwnr-web-xiaobox3-1 p:nth-child(1){margin-top: 30px;}
	.fwnr-web-xiaobox3-2 p{margin-left: 70px;border-bottom: #cccccc 1px dashed; text-align: center;margin-right: 70px;line-height: 18px;}
	.fwnr-web-xiaobox3-2 p:nth-child(1){margin-top: 170px;}
	.fwnr-web-xiaobox3-2 a{margin-top: 10px;}
	.fwnr-web-xiaobox3-3 p{margin-left: 95px;border-bottom: #cccccc 1px dashed;margin-right: 40px;line-height: 50px;}
	.fwnr-web-xiaobox3-3 p:nth-child(1){margin-top: 15px;}
	.fwnr-web-xiaobox3-3 a{margin-top: 20px;}
	.fwnr-web-xiaobox3-4 p{margin-left: 20px;border-bottom: #cccccc 1px dashed;margin-right: 130px;line-height: 50px;}
	.fwnr-web-xiaobox3-4 p:nth-child(1){margin-top: 15px;}
	.fwnr-web-xiaobox3-4 a{margin-top: 20px;}
	.fwnr-web2-2 li:hover .fwnr-web-xiaobox3{height: 327px;}
}
@media (min-width:1600px) {
	.fwnr-web3{display: none;}
	.fwnr-web2-1{float: left;}
	.fwnr-web2-2-1{background-image: url(../images/web2.png);background-position: 1168px 0;}
	.fwnr-web2-2-2{background-image: url(../images/web2.png);background-position: 808px 0;}
	.fwnr-web2-2-3{background-image: url(../images/web2.png);background-position: 448px 0;}
	.fwnr-web2-2-4{background-image: url(../images/web2.png);background-position: 102px 0;}
	.fwnr-web2-2 li:nth-child(1):hover .fwnr-web2-2-1{background-position: 1168px 84px;}
	.fwnr-web2-2 li:nth-child(2):hover .fwnr-web2-2-2{background-position: 808px 84px;}
	.fwnr-web2-2 li:nth-child(3):hover .fwnr-web2-2-3{background-position: 448px 84px;}
	.fwnr-web2-2 li:nth-child(4):hover .fwnr-web2-2-4{background-position: 102px 84px;}
	.fwnr-web2-1{width: 725px;}
	.fwnr-web2-2{height: 412px;width: 720px;float: left;}
	.fwnr-web2-2 li{height: 206px; width: 360px;}
	.fwnr-web-xiaobox1{width: 102px;height: 85px;float: left;}
	.fwnr-web-xiaobox2{float: left;}
	.fwnr-web2-2 li{padding-left: 70px; padding-top: 40px;}
	.fwnr-web-xiaobox3{width: 360px;}
	.fwnr-web-xiaobox3-1{left: 360px;top:0}
	.fwnr-web-xiaobox3-2{right: 360px;top:0}
	.fwnr-web-xiaobox3-3{left: 360px;bottom: 0;}
	.fwnr-web-xiaobox3-4{right: 360px;bottom: 0;}
	.fwnr-web-xiaobox3 a{height: 30px;width: 120px;font-size: 18px;text-align: center;}
	.fwnr-web-xiaobox3 p{font-size: 16px;}
	.fwnr-web-xiaobox2>p{font-size: 14px;}
	.fwnr-web-xiaobox3-1 a{margin-top: 60px;}
	.fwnr-web-xiaobox3-1 p{margin-left: 10px; line-height: 50px;border-bottom: #cccccc 1px dashed; width: 170px;}
	.fwnr-web-xiaobox3-1 p:nth-child(1){margin-top: 60px;}
	.fwnr-web-xiaobox3-2 p{margin-left: 80px;border-bottom: #cccccc 1px dashed; text-align: center;margin-right: 80px;line-height: 25px;}
	.fwnr-web-xiaobox3-2 p:nth-child(1){margin-top: 220px;}
	.fwnr-web-xiaobox3-2 a{margin-top: 10px;}
	.fwnr-web-xiaobox3-3 p{margin-left: 120px;border-bottom: #cccccc 1px dashed;margin-right: 80px;line-height: 70px;}
	.fwnr-web-xiaobox3-3 p:nth-child(1){margin-top: 15px;}
	.fwnr-web-xiaobox3-3 a{margin-top: 20px;}
	.fwnr-web-xiaobox3-4 p{margin-left: 50px;border-bottom: #cccccc 1px dashed;margin-right: 150px;line-height: 70px;}
	.fwnr-web-xiaobox3-4 p:nth-child(1){margin-top: 15px;}
	.fwnr-web-xiaobox3-4 a{margin-top: 20px;}
	.fwnr-web2-2 li:hover .fwnr-web-xiaobox3{height: 412px;}
}
/*服务内容微信小程序*/
.fwnr-wechat1 h2{text-align: center;color:#ffffff;margin-top: 30px;margin-bottom: 15px;}
.fwnr-wechat1 p{text-align: center;color: #CCCCCC}
.fwnr-wechat2 h3{color: #ffffff;}
.fwnr-wechat2 p{color: #cccccc;}
.fwnr-wechatli li{color: #CCCCCC;}
.fwnr-wechatbg1{background: url(../images/fwnr-wechatshangcheng.jpg);}
.fwnr-wechatbg2{background: url(../images/fwnr-wechatcanyin.jpg);}
.fwnr-wechatbg3{background: url(../images/fwnr-wechatjiaoyu.jpg);}
.fwnr-wechatbg4{background: url(../images/fwnr-wechatdichan.jpg);}
@media (max-width:767px){
	.fwnr-wechatbgleft img{width: 100%;}
	.fwnr-wechat1 h2{font-size: 2rem;}
	.fwnr-wechat1 p{font-size: 1.25rem;}
	.fwnr-wechatbgleft {display: none;}
	.fwnr-wechatbgin{position: relative; width: 100%; height: 360px;}
	.fwnr-wechat2 h3{position: absolute; top:70px;left:0;margin: 0;width: 100%; text-align: center;}
	.fwnr-wechatbgin>p{position: absolute; top:120px; left:5%; width: 90%;text-align: center;font-size: 1.25rem;}
	.fwnr-wechatbgright {position: absolute;top: 210px; left:5%;width:90%;}
	.fwnr-wechatbgrightin {float: left;width: 25%;}
	.fwnr-wechatbgrightin img {margin: 0 auto;}
	.fwnr-wechat2{position:relative;}
	.fwnr-wechatli{position: absolute;z-index: 99; top:20px;left:0; border: #CCCCCC 1px solid; border-radius: 20px;width: 100%;}
	.fwnr-wechatli li{float: left; padding-top:5px;padding-bottom: 5px; border-right: #CCCCCC 1px solid; font-size: 14px; font-family: 微软雅黑;width: 25%;text-align: center;}
	.fwnr-wechatli li:hover {background: rgb(245,117,36);color: #000000;cursor: pointer;}
	.fwnr-wechatli li:nth-child(4){border-right: none;border-bottom-right-radius: 20px;border-top-right-radius: 20px;}
	.fwnr-wechatli li:nth-child(1){border-bottom-left-radius: 20px;border-top-left-radius: 20px;}
	.fwnr-wechatbgright p {text-align: center;}
	.fwnr-wechatcase{position: absolute; bottom: 20px; left: 35%; width: 20%}
	.fwnr-wechatcase a{line-height: 22px; font-size: 1.5rem; text-align: center;margin: 0 auto;height: 25px;width: 100px;display: block;background: darkred;border-radius: 20px;}
	.fwnr-wechatcase a:hover{text-decoration: none; color: #000000;cursor: pointer;}
	.fwnr-wechatbg2{display: none;}
	.fwnr-wechatbg3{display: none;}
	.fwnr-wechatbg4{display: none;}
	.open2{display: block;}
}
@media (min-width:768px){
	.fwnr-wechatbgleft img{width: 100%;}
	.fwnr-wechat1 h2{font-size: 30px;}
	.fwnr-wechat1 p{font-size: 14px;}
	.fwnr-wechatbgleft {width: 135px; height: 270px; position: absolute; top: 36px; left: 100px;}
	.fwnr-wechatbgin{position: relative; width: 100%; height: 360px;}
	.fwnr-wechat2 h3{position: absolute; top:90px;left: 280px;margin: 0;}
	.fwnr-wechatbgin>p{position: absolute; top:135px; left: 280px; width: 60%;}
	.fwnr-wechatbgright {position: absolute;top: 210px; left:280px;}
	.fwnr-wechatbgrightin {float: left;margin-right: 20px;}
	.fwnr-wechat2{position:relative;}
	.fwnr-wechatli{position: absolute;z-index: 99; top:36px;left: 280px; border: #CCCCCC 1px solid; border-radius: 20px;}
	.fwnr-wechatli li{float: left; padding: 5px 30px; border-right: #CCCCCC 1px solid; font-size: 14px; font-family: 微软雅黑;}
	.fwnr-wechatli li:hover {background: rgb(245,117,36);color: #000000;cursor: pointer;}
	.fwnr-wechatli li:nth-child(4){border-right: none;border-bottom-right-radius: 20px;border-top-right-radius: 20px;}
	.fwnr-wechatli li:nth-child(1){border-bottom-left-radius: 20px;border-top-left-radius: 20px;}
	.fwnr-wechatbgright p {text-align: center;}
	.fwnr-wechatcase{position: absolute; top:36px; left: 645px;}
	.fwnr-wechatcase a{line-height: 26px; font-size: 14px; text-align: center;margin: 0 auto;height: 30px;width: 80px;display: block;background: darkred;border-radius: 20px;}
	.fwnr-wechatcase a:hover{text-decoration: none; color: #000000;cursor: pointer;}
	.fwnr-wechatbg2{display: none;}
	.fwnr-wechatbg3{display: none;}
	.fwnr-wechatbg4{display: none;}
	.open2{display: block;}
	}
@media (min-width:992px){
	.fwnr-web{height: 400px;}
	.fwnr-wechatbgleft {width: 180px; height: 360px;}
	.fwnr-wechatbgin{height: 450px;}
	.fwnr-wechatcase{left: 700px;}
	.fwnr-wechatli{left:320px;}
	.fwnr-wechat2 h3{left:320px;top:120px}
	.fwnr-wechatbgin>p{left:320px; font-size: 14px; top: 170px;}
	.fwnr-wechatbgright{left:320px; top: 270px;}
	.fwnr-wechatbgrightin{margin-right: 40px;}
	}
@media (min-width:1200px){
	.fwnr-web{height: 440px;}
	.fwnr-wechatbgleft {width: 225px; height: 450px;}
	.fwnr-wechatbgin{height: 540px;}
	.fwnr-wechatcase{left: 1000px;}
	.fwnr-wechatcase a {font-size: 16px;height: 42px;line-height: 38px;width: 130px;}
	.fwnr-wechatli{left:410px;}
	.fwnr-wechat2 h3{left:410px;top:150px}
	.fwnr-wechatbgin>p{left:410px; font-size: 16px; top: 220px;}
	.fwnr-wechatbgright{left:410px; top: 330px;}
	.fwnr-wechatbgrightin{margin-right: 80px;}
	.fwnr-wechatbgright p {font-size: 14px;}
	.fwnr-wechatli li{font-size: 16px; padding: 10px 50px;}
	}
@media (min-width:1600px){
	.fwnr-web{height: 530px;}
	.fwnr-wechatbgleft {width: 270px; height: 540px;}
	.fwnr-wechatbgin{height: 630px;}
	.fwnr-wechatcase{left: 1200px;}
	.fwnr-wechatcase a {font-size: 16px;height: 42px;line-height: 38px;width: 130px;}
	.fwnr-wechatli{left:450px;}
	.fwnr-wechat2 h3{left:450px;top:150px}
	.fwnr-wechatbgin>p{left:450px; font-size: 16px; top: 230px;}
	.fwnr-wechatbgright{left:450px; top: 350px;}
	.fwnr-wechatbgrightin{margin-right: 100px;}
	.fwnr-wechatbgright p {font-size: 14px;}
	.fwnr-wechatli li{font-size: 16px; padding: 10px 70px;}
	}
/*服务内容App*/
.fwnr-apptitle h3{color: #FFFFFF;text-align: center;}
.fwnr-apptitle p{color: #CCCCCC;text-align: center;}
	.fwnr-apptitle h3{font-size: 30px; margin-top: 30px; margin-bottom: 15px;}
	.fwnr-apptitle p{font-size: 16px; margin-bottom: 10px;}
	.fwnr-appcontentall{float: left; width: 25%;height: 140px;padding-top: 30px;}
	.fwnr-appcontent1{border-bottom: rgb(233,233,216) 1px solid;border-right: rgb(233,233,216) 1px solid;}
	.fwnr-appcontent2{border-bottom: rgb(233,233,216) 1px solid;border-right: rgb(233,233,216) 1px solid;}
	.fwnr-appcontent3{border-bottom: rgb(233,233,216) 1px solid;border-right: rgb(233,233,216) 1px solid;}
	.fwnr-appcontent4{border-bottom: rgb(233,233,216) 1px solid;}
	.fwnr-appcontent5{border-right: rgb(233,233,216) 1px solid;}
	.fwnr-appcontent6{border-right: rgb(233,233,216) 1px solid;}
	.fwnr-appcontent7{border-right: rgb(233,233,216) 1px solid;}
	.fwnr-appbox img{margin: 0 auto; transition: All 0.4s ease-in-out;-webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out;-o-transition: All 0.4s ease-in-out;}
	.fwnr-appcontentall p {text-align: center; font-size: 14px;color: #CCCCCC; margin-top:10px;}
	.fwnr-appcontentall:hover .fwnr-appbox img{transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);}
.fwnr-appcontent{height: 297px;}
.fwnr-appcase{text-align: center;}
.fwnr-appcase a{background: darkred;border-radius: 20px;font-size: 16px;display: block;height: 25px;width: 100px; margin: 0 auto;line-height: 22px;}
.fwnr-appcase a:hover{color: #000000;text-decoration: none;}
@media (max-width:767px) {
	.fwnr-appbox img{height:48px;}
	.fwnr-apptitle h3{font-size: 2rem;}
	.fwnr-appcase a{font-size: 1.5rem;}
	}
@media (max-width:500px) {
	.fwnr-appbox img{height:42px;}
	}
@media (min-width:768px) {
	.fwnr-appbox img{height:58px;}
	.fwnr-appcase a{font-size: 16px;}
	}
@media (min-width:992px) {
	.fwnr-appbox img{height:68px;}
	.fwnr-appcase a{width: 120px;}
	}
@media (min-width:1200px) {
	.fwnr-appbox img{height:70px;}
	}
/*服务内容应用系统*/
.fwnr-systemtitle h3{color: #FFFFFF;text-align: center;}
.fwnr-systemtitle p{color: #CCCCCC;text-align: center;}
.fwnr-systemtitle h3{font-size: 30px; margin-top: 30px; margin-bottom: 15px;}
.fwnr-systemtitle p{font-size: 16px; margin-bottom: 10px;}
.fwnr-systemcase{text-align: center;}
.fwnr-systemcase a{background: darkred;border-radius: 20px;font-size: 16px;display: block;height: 25px;width: 100px; margin: 0 auto;line-height: 22px;}
.fwnr-systemcase a:hover{color: #000000;text-decoration: none;}
.fwnr-systembox{float: left; width: 25%; height: 150px;margin-bottom: 30px;}
.fwnr-systemcontent{height: 360px;}
.fwnr-systemsmallbox{width: 80%;height:100%;margin: 0 10%;background:#CCCCCC; position: relative;-moz-box-shadow:6px 6px 10px #333333; -webkit-box-shadow:6px 6px 10px #333333; box-shadow:6px 6px 10px #333333;border-radius: 10px;padding-top: 10px;}
.fwnr-systembox1{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-cangchu1.png);}
.fwnr-systembox2{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-wendang1.png);}
.fwnr-systembox3{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-oa1.png);}
.fwnr-systembox4{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-crm1.png);}
.fwnr-systembox5{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-jinxiaocun1.png);}
.fwnr-systembox6{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-gongyinlian1.png);}
.fwnr-systembox7{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-caiwu1.png);}
.fwnr-systembox8{position: absolute;width: 40px;height: 40px;right: 0;bottom: 0;background-image: url(../images/system-hr1.png);}
.fwnr-systemsmallbox h5{position: absolute;bottom: 0;font-size: 20px;margin-left: 1rem; border-top: #000000 1px solid;}
.fwnr-systemsmallbox h4{text-indent: 1rem;font-size: 16px;}
.fwnr-systemsmallbox p{margin-left: 1rem; margin-right: 1rem;}
.fwnr-systemsmallbox:hover {cursor: pointer;-webkit-box-shadow:10px 10px 20px #4C71BC; box-shadow:10px 10px 20px #4C71BC;-moz-box-shadow:10px 10px 20px #4C71BC;}
.fwnr-systemsmallbox:hover .fwnr-systembox1{background-image: url(../images/system-cangchu2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox2{background-image: url(../images/system-wendang2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox3{background-image: url(../images/system-oa2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox4{background-image: url(../images/system-crm2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox5{background-image: url(../images/system-jinxiaocun2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox6{background-image: url(../images/system-gongyinlian2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox7{background-image: url(../images/system-caiwu2.png);}
.fwnr-systemsmallbox:hover .fwnr-systembox8{background-image: url(../images/system-hr2.png);}
.fwnr-systemsmallbox:hover h4{color:#4C71BC ;}
.fwnr-systemsmallbox:hover h5{color:#4C71BC ;}
@media (max-width:767px) {
	.fwnr-systemtitle h3{font-size: 2rem;}
	.fwnr-systemtitle p{font-size: 1.75rem;}
	.fwnr-systemsmallbox h4{font-size: 1.25rem;}
}
@media (max-width:675px) {
	.fwnr-systembox{width: 50%;}
	.fwnr-systemsmallbox h4{font-size: 1.5rem;}
	.fwnr-systemcontent{height: 720px;}
}
@media (min-width:992px) {
	.fwnr-systemcase a{width: 120px;}
}
/*联系我们*/
.lxwm-title{text-align: center;}
.lxwm-title img{margin: 0 auto;}
.lxwm-title h3{font-size: 30px;color: #FFFFFF;}
.lxwm-title h4{font-size: 26px;color: #FFFFFF;margin-bottom: 30px;}
.lxwm-time img{display: block;margin: 0 auto;}
.lxwm-time p{font-size: 20px; font-weight: 600;margin-top:20px; color: #FFFFFF;}
.lxwm-time{min-width: 200px;text-align: center;float: left;width: 30%; margin-top: 50px; height: 300px;}
.lxwm-phone{float: left; width: 35%;}
.lxwm-phone h5{font-size: 20px; font-weight: 400;color: #FFFFFF;padding-bottom: 20px;border-bottom: #FFFFFF 1px solid;width: 80%;}
.lxwm-phone p{color: #CCCCCC;font-size: 16px;margin-top: 15px;}
.lxwm-mail{float: left; width: 35%;}
.lxwm-mail h5{font-size: 20px; font-weight: 400;color: #FFFFFF;padding-bottom: 20px;border-bottom: #FFFFFF 1px solid;width: 80%;}
.lxwm-mail p{color: #CCCCCC;font-size: 16px;margin-top: 15px;}
.lxwm-dizhi h5{color: #FFFFFF;font-size: 20px; font-weight: 400;padding-bottom: 20px;border-bottom: #FFFFFF 1px solid;width: 50%;margin-top: 50px;}
.lxwm-dizhi p{font-size: 14px;color: #CCCCCC;margin-top: 15px;}
.lxwm-dizhi {float: left;}
@media (max-width:767px){
	.lxwm-title h3{font-size: 2rem;}
	.lxwm-title h4{font-size: 1.8rem;}
	.lxwm-time{width: 100%; height: auto;margin-top:0;}
	.lxwm-phone{width: 50%; padding-left: 2rem;padding-right: 0.5rem;}
	.lxwm-phone h5{font-size: 1.7rem;}
	.lxwm-phone p{font-size: 1.25rem;}
	.lxwm-mail h5{font-size: 1.7rem;}
	.lxwm-mail p{font-size: 1.25rem;}
	.lxwm-mail{width:50%; padding-left: 0.5rem;padding-right: 2rem;}
	.lxwm-dizhi {margin-left: 2rem;margin-right: 2rem;}
}
/*新闻中心*/
.xwzx-li li{float: left;width: 20%;font-size: 18px; color: #FFFFFF;border: #FFFFFF 1px solid; text-align: center;line-height: 30px;}
.xwzx-li li:hover{background:url(../images/alpha.png) ;}
.xwzx-content{width: 30%;margin-right: 5%; background: #FFFFFF;border-radius: 10px;-moz-box-shadow:2px -2px 10px #cccccc; -webkit-box-shadow:2px -2px 10px #CCCCCC; box-shadow:2px -2px 10px #CCCCCC;margin-top: 30px;color: #000000;}
.xwzx-content-1{margin-right: 0;}
.xwzx-contentdown h4{color:#000000;}
.xwzx-contentup h3{margin-left: 2rem;margin-right: 2rem;margin-top: 1rem;}
.xwzx-contentup p{margin-left: 2rem;margin-right: 2rem; border-bottom: #000000 1px solid;padding-bottom: 1rem;margin-bottom: 0;}
.xwzx-content:hover {cursor: pointer;-webkit-box-shadow:4px -4px 20px #4C71BC; box-shadow:4px -4px 20px #4C71BC;-moz-box-shadow:4px -4px 20px #4C71BC;text-decoration: none;}
.xwzx-content{position: relative;}

@media (min-width:768px) {
	.xwzx-content{height: 230px;float: left;}
	.xwzx-contentdown h4{position: absolute;left: 2rem;bottom: 1rem;}
	.xwzx-arrow{position: absolute;right:2rem;bottom: 2rem;}
}
@media (min-width:992px) {
	.xwzx-content{height: 190px;}
}
@media (min-width:1600px) {
	.xwzx-content{height: 150px;}
}
.xwzx-newstitle{text-align: center; color: #FFFFFF;margin-bottom: 30px;}
.xwzx-newspic{display: block;margin: 0 auto;width: 100%;max-width: 700px;margin-bottom: 2rem;}
.xwzx-newscontent p {color: #CCCCCC; font-size: 14px;text-indent: 2rem;font-family:"microsoft yahei";}
.xwzx-newscontent span{color: #FFFFFF;font-size: 16px;font-weight: 600;}
.xwzx-newscontent{line-height: 30px;margin-bottom: 20px;}
@media (max-width:767px) {
	.xwzx-contentup h3{font-size: 2rem;}
	.xwzx-contentup p{font-size: 1.25rem;}
	.xwzx-content{overflow: hidden;}
	.xwzx-newscontent{margin-left: 2rem;margin-right: 2rem;}
	.xwzx-contentdown h4{float: left;margin-left: 2rem;}
	.xwzx-arrow{float: right; margin-right: 2rem;margin-top: 1.5rem;}
	.xwzx-contentdown{height: 40px;}
	.xwzx-contentup{background: #FFFFFF;border-top-right-radius: 10px;border-top-left-radius: 10px;}
	.xwzx-contentdown{background: #FFFFFF;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
}
.xwzx-newsbottom{width: 100%;}
.xwzx-newsbottomin{margin: 0 auto;display: block;width: 280px;}
.xwzx-buttonprev{text-align: center;width: 25%;display: block;float: left;font-size: 16px;}
.xwzx-buttonback{text-align: center;width: 50%;display: block;float: left;font-size: 16px;border-right: #FFFFFF 1px solid;border-left: #FFFFFF 1px solid;}
.xwzx-buttonnext{text-align: center;width: 25%;display: block;float: left;font-size: 16px;}
.xwzx-newsbottomin a:hover {background: darkred;text-decoration: none;cursor: pointer;color: #FFFFFF;}

/*解决方案*/
.jjfa-title{overflow: hidden;}
.jjfa-title li{color: #FFFFFF;text-align: center;}
.jjfa-titleicon {margin: 0 auto;border-radius: 20px;}
.jjfa-titleicon1{background: url(../images/jjfa-icon1.png);}
.jjfa-titleicon2{background: url(../images/jjfa-icon2.png);}
.jjfa-titleicon3{background: url(../images/jjfa-icon3.png);}
.jjfa-titleicon4{background: url(../images/jjfa-icon4.png);}
.jjfa-titleicon5{background: url(../images/jjfa-icon5.png);}
.jjfa-title li:hover {cursor: pointer;}
.jjfa-title li:hover h4{color: #2da2cd;}
.jjfa-title li:nth-child(1):hover .jjfa-titleicon1{background: url(../images/jjfa-icon1-1.png);}
.jjfa-title li:nth-child(2):hover .jjfa-titleicon2{background: url(../images/jjfa-icon2-1.png);}
.jjfa-title li:nth-child(3):hover .jjfa-titleicon3{background: url(../images/jjfa-icon3-1.png);}
.jjfa-title li:nth-child(4):hover .jjfa-titleicon4{background: url(../images/jjfa-icon4-1.png);}
.jjfa-title li:nth-child(5):hover .jjfa-titleicon5{background: url(../images/jjfa-icon5-1.png);}
.jjfa-title li:hover .jjfa-titleicon{-webkit-box-shadow:4px -4px 20px #4C71BC; box-shadow:4px -4px 20px #4C71BC;-moz-box-shadow:4px -4px 20px #4C71BC;}
/*解决方案-门户*/
.jjfa-mhtitle h3{text-align: center; color: #FFFFFF;margin-bottom: 25px;}
.jjfa-mhtdin {overflow: hidden;background: url(../images/alpha.png);padding-top: 10px;padding-bottom: 10px;}
.jjfa-mhtdin img{width:25px;float: left;margin-right: 10px;margin-left: 10px;}
.jjfa-mhtdin h4{font-size: 22px; color: #FFFFFF;float: left;margin: 0;}
.jjfa-mhtdin p{font-size: 14px;color: #CCCCCC;float: left;margin-left: 10px;margin-bottom: 0;margin-top: 6px;}
.jjfa-mhtdbottom{margin-top: 20px; overflow: hidden;}
.jjfa-mhtdli ul {float: left;color: #CCCCCC;padding-left: 40px;margin-bottom: 30px;}
.jjfa-mhtdli li{font-size: 16px;line-height: 35px;}
.jjfa-mhcgli{height: 25px;}
.jjfa-mhcgli li{float: left;color: #CCCCCC;width: 10%;text-align: center;height: 25px;font-size: 14px;}
.jjfa-mhcgli1 li{float: left;width: 5%;border-bottom: #FFFFFF 1px solid;height: 30px;}
.jjfa-mhcgli1 li:nth-child(1) {border-bottom: none;border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(20) {border-bottom: none;}
.jjfa-mhcgli1 li:nth-child(3) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(5) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(7) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(9) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(11) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(13) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(15) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(17) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1 li:nth-child(19) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli1{height: 30px;}
.jjfa-mhcgli2 li{width: 50%;float: left;height: 30px;}
.jjfa-mhcgli2{height: 30px;}
.jjfa-mhcgli2 li:nth-child(1) {border-right: #FFFFFF 1px solid;}
.jjfa-mhcgli2 ul {margin: 0;}
.jjfa-mhcgfazj{text-align: center;}
.jjfa-mhcgfazj h3{color: #CCCCCC;margin-top: 10px;}
.jjfa-mhcgfazj p{color: #CCCCCC;font-size: 14px;}
.jjfa-mhtdin {margin-top: 30px;}
.jjfa-mhjscontent{color: #CCCCCC;}
.jjfa-mhjs .jjfa-mhtdin{margin-bottom: 30px;}
.jjfa-mhmbcontent{color: #CCCCCC;}
.jjfa-mhmbcontent span{color: orange;}
.jjfa-mhjg1{border: #CCCCCC 1px solid;margin: 0 auto;margin-top: 20px;}
.jjfa-mhjg2{border: #CCCCCC 1px solid;margin: 0 auto;margin-top: 20px;}
.jjfa-mhallogo{height: 150px;}
.jjfa-mhallogo img{float: left;margin-right: 50px;margin-top: 30px;}
@media (max-width:767px) {
	.jjfa-title li{width: 100%;overflow: hidden;padding-left: 5rem;padding-bottom: 0.75rem;padding-top: 0.75rem;border-bottom: #FFFFFF 1px solid;}
	.jjfa-title li:nth-child(5){border-bottom: none;}
	.jjfa-title li h4{font-size: 1.5rem;float: left;}
	.jjfa-titleicon{width: 30px;height: 30px;background-size: 30px 30px;float: left;margin-right: 2rem;}
	.jjfa-title li:nth-child(1):hover .jjfa-titleicon1{background-size: 30px 30px;}
	.jjfa-title li:nth-child(2):hover .jjfa-titleicon2{background-size: 30px 30px;}
	.jjfa-title li:nth-child(3):hover .jjfa-titleicon3{background-size: 30px 30px;}
	.jjfa-title li:nth-child(4):hover .jjfa-titleicon4{background-size: 30px 30px;}
	.jjfa-title li:nth-child(5):hover .jjfa-titleicon5{background-size: 30px 30px;}
	.jjfa-mhtitle h3{font-size: 1.75rem;}
	.jjfa-mhtdin h4{font-size: 1.75rem;}
	.jjfa-mhtdin p{font-size: 1.25rem;}
	.jjfa-mhtdimg{display: none;}
	.jjfa-mhtdimg img{max-width: 500px;margin: 0 auto;margin-bottom: 1.5rem;width: 100%;}
	.jjfa-mhtdli li{font-size: 1.25rem;line-height:1.75rem;}
	.jjfa-mhtdli ul{padding-left:1rem;float: left;width: 50%;padding-right:1rem;margin-bottom: 0;}
	.jjfa-mhcgli li{font-size: 1.25rem;}
	.jjfa-mhcgfazj h3{font-size: 1.75rem;margin-top: 0.75rem;}
	.jjfa-mhcgfazj p{font-size: 1.25rem;margin-bottom: 0;}
	.jjfa-mhjsimg1{display: none;}
	.jjfa-mhjsimg2{display: none;}
	.jjfa-mhjsimg3{display: none;}
	.jjfa-mhjsimg4{display: none;}
	.jjfa-mhjsimg5{display: none;}
	.jjfa-mhjscontent{margin-top: 1rem;}
	.jjfa-mhjscontent p{font-size: 1.25rem;padding-left: 1rem;padding-right:1rem;line-height: 2rem;}
	.jjfa-mhjscontent span{color: orange;}
	.jjfa-mhcgli li{width: 9%;margin-left: 0.5%;margin-right: 0.5%;}
	.jjfa-mhmbimg{display: none;}
	.jjfa-mhmbcontent{font-size: 1.25rem;margin-left: 1rem;margin-right: 1rem;margin-top: 2rem;}
	.jjfa-mhjg1{width: 100%;}
	.jjfa-mhjg2{width: 100%;}
	.jjfa-mhallogo img{float:left; width: 40%;margin-left: 5%;margin-right: 5%;max-width: 168px;}
	.jjfa-mhjg-p{color: #FFFFFF;font-size: 1.25rem; text-align: center;}
}
@media (min-width:768px) {
	.jjfa-mhtdimg{float: left;}
	.jjfa-title{padding-top: 20px;margin-bottom: 40px;}
	.jjfa-title li{float: left;width: 20%;font-size: 18px;}
	.jjfa-titleicon {width: 80px;height: 80px;background-size: 80px 80px;}
	.jjfa-title li:nth-child(1):hover .jjfa-titleicon1{background-size: 80px 80px;}
	.jjfa-title li:nth-child(2):hover .jjfa-titleicon2{background-size: 80px 80px;}
	.jjfa-title li:nth-child(3):hover .jjfa-titleicon3{background-size: 80px 80px;}
	.jjfa-title li:nth-child(4):hover .jjfa-titleicon4{background-size: 80px 80px;}
	.jjfa-title li:nth-child(5):hover .jjfa-titleicon5{background-size: 80px 80px;}
	.jjfa-title h4{font-size: 15px;}
	.jjfa-mhtdimg img{width: 300px;}
	.jjfa-mhtdli li{font-size: 14px;line-height:24px;}
	.jjfa-mhtdli ul{padding-left: 15px;}
	.jjfa-mhjsimg{position: relative;width: 330px; height: 330px;float: left;}
	.jjfa-mhjsimg1{position: absolute;width: 300px;}
	.jjfa-mhjsimg2{position: absolute;width: 100px;left: 250px;top: 110px;}
	.jjfa-mhjsimg3{position: absolute;width: 100px;left: 250px;top: 180px;}
	.jjfa-mhjsimg4{position: absolute;width: 150px;left: 210px;top: 40px;}
	.jjfa-mhjsimg5{position: absolute;width: 150px;left: 210px;top: 250px;}
	.jjfa-mhjscontent{float: right;width: 420px;margin-top: 20px;}
	.jjfa-mhjs{height: 380px;}
	.jjfa-mhjscontent span{color: orange;}
	.jjfa-mhmbimg{float: left; width: 300px;}
	.jjfa-mhmb{height: 430px;}
	.jjfa-mhmbcontent{float: right;font-size: 14px;margin-top: 60px;line-height: 30px;margin-right: 20px;}
	.jjfa-mhjg-p{display: none;}
}
@media (min-width:992px) {
	.jjfa-mhtdimg img{width: 350px;}
	.jjfa-mhtdli li{font-size: 14px;line-height:28px;}
	.jjfa-mhtdli ul{padding-left: 40px;}
	.jjfa-mhjsimg{width: 350px; height: 350px;float: left;}
	.jjfa-mhjsimg1{width: 330px;}
	.jjfa-mhjsimg2{width: 130px;left: 280px;top: 120px;}
	.jjfa-mhjsimg3{width: 130px;left: 280px;top: 190px;}
	.jjfa-mhjsimg4{width: 180px;left: 240px;top: 50px;}
	.jjfa-mhjsimg5{width: 180px;left: 240px;top: 260px;}
	.jjfa-mhjscontent{float: right;width: 580px;margin-top: 20px; line-height: 24px;}
	.jjfa-mhjs{height: 410px;}
	.jjfa-mhmbimg{width: 330px;margin-left: 30px;}
	.jjfa-mhmb{height: 480px;}
	.jjfa-mhmbcontent{float: right;font-size: 16px;margin-top: 80px;line-height: 40px;margin-right: 80px;}
}
@media (min-width:1200px) {
	.jjfa-titleicon {width: 100px;height: 100px;background-size: 100px 100px;}
	.jjfa-title li:nth-child(1):hover .jjfa-titleicon1{background-size: 100px 100px;}
	.jjfa-title li:nth-child(2):hover .jjfa-titleicon2{background-size: 100px 100px;}
	.jjfa-title li:nth-child(3):hover .jjfa-titleicon3{background-size: 100px 100px;}
	.jjfa-title li:nth-child(4):hover .jjfa-titleicon4{background-size: 100px 100px;}
	.jjfa-title li:nth-child(5):hover .jjfa-titleicon5{background-size: 100px 100px;}
	.jjfa-title h4{font-size: 18px;}
	.jjfa-mhtdimg img{width: 450px;}
	.jjfa-mhtdli li{font-size: 16px;line-height:35px;}
	.jjfa-mhtdli ul{padding-left: 70px;}
	.jjfa-mhjsimg{width: 380px; height: 380px;float: left;}
	.jjfa-mhjsimg1{width: 360px;left: 50px}
	.jjfa-mhjsimg2{width: 160px;left: 350px;top: 130px;}
	.jjfa-mhjsimg3{width: 160px;left: 350px;top: 200px;}
	.jjfa-mhjsimg4{width: 210px;left: 310px;top: 60px;}
	.jjfa-mhjsimg5{width: 210px;left: 310px;top: 270px;}
	.jjfa-mhjscontent{float: right;width: 630px;margin-top: 20px; line-height: 24px;font-size: 14px;}
	.jjfa-mhjs{height: 440px;}
	.jjfa-mhjs{height: 430px;}
	.jjfa-mhmbimg{width: 330px;margin-left: 100px;}
	.jjfa-mhmb{height: 480px;}
	.jjfa-mhmbcontent{float: right;font-size: 16px;margin-top: 80px;line-height: 40px;margin-right: 200px;}
	.jjfa-mhjg1{float: left;width: 48%;margin-right: 2%;}
	.jjfa-mhjg2{float: left;width: 48%;margin-left: 2%;}
	.jjfa-mhjg{height: 460px;}
}
@media (min-width:1600px) {
	.jjfa-mhtdimg img{width: 500px;margin-left: 50px;}
	.jjfa-mhtdli li{font-size: 16px;line-height:40px;}
	.jjfa-mhtdli ul{padding-left: 120px;}
	.jjfa-mhjsimg{width: 530px; height: 530px;float: left;}
	.jjfa-mhjsimg1{width: 500px;left: 50px}
	.jjfa-mhjsimg2{width: 260px;left: 450px;top: 170px;}
	.jjfa-mhjsimg3{width: 260px;left: 450px;top: 280px;}
	.jjfa-mhjsimg4{width: 310px;left: 410px;top: 60px;}
	.jjfa-mhjsimg5{width: 310px;left: 410px;top: 400px;}
	.jjfa-mhjscontent{float: right;width: 780px;margin-top: 50px; line-height: 35px;font-size: 16px;}
	.jjfa-mhjs{height: 600px;}
	.jjfa-mhmbimg{width: 400px;margin-left: 100px;}
	.jjfa-mhmb{height: 580px;}
	.jjfa-mhmbcontent{float: right;font-size: 18px;margin-top: 80px;line-height: 40px;margin-right: 360px;}
	.jjfa-mhjg{height: 580px;}
}

/*解决方案-协同办公*/
@media (max-width:767px){
	.jjfa-xttd{color: #CCCCCC;margin-left: 2rem;margin-right: 2rem;}
	.jjfa-xttd h4{font-size: 1.5rem;}
	.jjfa-xttd p{font-size: 1.25rem;}
	.jjfa-xttd h5{font-size: 1.5rem;}
	.jjfa-xtjg p{color: #FFFFFF;text-align: center;font-size: 1.25rem;}
	}
@media (min-width:768px) {
	.jjfa-xttd{color: #CCCCCC; margin-left: 30px; float: left;width: 420px;}
	.jjfa-xtcontent{margin-top: 0;}
	.jjfa-xtjs{height: 320px;}
	.jjfa-xtmbin{margin-bottom: 30px;}
	.jjfa-xtmb{height:330px}
	.jjfa-xtjg1{width: 750px;}
	.jjfa-xtjg2{width: 750px;}
	.jjfa-xtys{height: 320px;}
	.jjfa-xtjg p{display: none;}
	}
@media (min-width:992px) {
	.jjfa-xttd{margin-left: 60px;width: 500px;}	
	.jjfa-xtmb{height:360px}
	.jjfa-xtys{height: 310px;}
	}
@media (min-width:1200px) {
	.jjfa-xttd{margin-left: 60px;width: 600px;}	
	.jjfa-xttd h4{font-size: 20px;margin-bottom: 20px;}
	.jjfa-xttd p{font-size: 16px;line-height: 25px;}
	.jjfa-xttd h5{font-size: 16px;}
	.jjfa-xtjs{height: 350px;}
	.jjfa-xtjg{height: 520px;}
	.jjfa-xtjg1{width: 48%;margin-right: 1%;float: left;}
	.jjfa-xtjg2{width: 48%;margin-left: 1%;float: left;}
	.jjfa-xtys{height: 370px;}
	}
@media (min-width:1600px) {
	.jjfa-xttd{margin-left: 60px;width: 800px;}	
	.jjfa-xtjs{height: 430px;}
	.jjfa-xtmb{height:450px}
	.jjfa-xtjg{height: 650px;}
	.jjfa-xtys{height: 410px;}
}

/*解决方案-大屏展示*/
.jjfa-dpzsimg img{margin: 0 auto;}
.dpjgimg1{width: 100%;max-width: 900px;margin: 20px auto;margin-bottom: 0;}
.dpjgimg2{width: 100%;max-width: 900px;margin: 20px auto;margin-bottom: 0;}
@media (max-width:767px) {
	.jjfa-dpzsimg img{width: 100%;}
	.jjfa-dpzsimg p{text-align: center;font-size: 1.25rem;color: #FFFFFF;}
	.jjfa-dpjg p{text-align: center;font-size: 1.25rem;color: #FFFFFF;margin: 0;}
}
@media (min-width:768px) {
	.jjfa-dpzsimg img{width: 750px;}
	.jjfa-dpjs{height: 520px;}
	.jjfa-dpys{height: 480px;}
	.jjfa-dpzsimg p{display: none;}
	.jjfa-dpjg p{display: none;}
}
@media (min-width:992px) {
	.jjfa-dpzsimg img{width: 950px;}
	.jjfa-dpjs{height: 630px;}
	#dpysimg{width: 300px;}
}
@media (min-width:1200px) {
	.jjfa-dpjs{height: 650px;}
	.jjfa-dpjg{height: 1750px;}
	#dpysimg{margin-left: 100px;}
}
@media (min-width:1600px) {
	#dpysimg{width: 360px;}
	.jjfa-dpys{height: 600px;}
}

/*解决方案-多用户商城*/
.jjfa-scjs2 p {color: #CCCCCC;}
.jjfa-scjs2 span{color: orange;}
.jjfa-scjs2 h4{color: orange;}
.jjfa-scys{color: #CCCCCC;}
@media (max-width:767px) {
	.jjfa-scjs1{display: none;}
	.jjfa-scjs2{margin-left: 2rem;margin-right: 2rem;}
	.jjfa-scjs2 h4{margin-top: 0;font-size: 1.75rem;}
	.jjfa-scjs2 p{font-size: 1.25rem;line-height: 2rem;}
	.jjfa-scjs2 .jjfa-scjsh4-2{margin-top: 20px;}
	.jjfa-scjg1{width: 100%;margin-top: 20px;}
	.jjfa-scjg2{width: 100%;}
	.jjfa-scys1{margin-top: 15px;margin-bottom: 15px;overflow: hidden;margin-left: 2%;}
	.jjfa-scys1 img{float: left;width: 15%;}
	.jjfa-scys1 p{float: left; font-size: 1.5rem;width: 80%;margin-left: 2%;}
	.jjfa-scfw{display: none;}
	.jjfa-scfwcontent{margin-left: 2rem;color: #CCCCCC;margin-top: 20px;font-size: 1.5rem;}
	.jjfa-scfwcontent span{color: orange;}
	.jjfa-scjg p{color: #FFFFFF;text-align: center;font-size: 1.25rem;}
}
@media (min-width:768px) {
	.jjfa-scjs1{float: left;margin-top: 100px;}
	.jjfa-scjs1 img{width: 300px;}
	.jjfa-scjs2{float: left;width: 420px;margin-left: 30px;color: #CCCCCC;}
	.jjfa-scjs2 h4{font-size: 18px;margin-top: 0;}
	.jjfa-scjs2 p {font-size: 12px;line-height: 25px;}
	.jjfa-scjs{height: 450px;}
	.jjfa-scjg1{width: 750px;margin-top: 20px;margin-bottom: 20px;}
	.jjfa-scjg2{width: 750px;}
	.jjfa-scyscontent1{width: 48%;float: left;margin-right: 2%;}
	.jjfa-scyscontent2{width: 48%;float: left;}
	.jjfa-scys1{height: 80px;margin-top: 15px;margin-bottom: 15px;}
	.jjfa-scys1 img{float: left;width: 80px;}
	.jjfa-scys1 p{float: left; font-size: 14px;width: 260px;margin-left: 20px;}
	.jjfa-scfw1{width: 750px;margin-top: 20px;}
	.jjfa-scfw2{width: 25%;float: left;}
	.jjfa-scfw-1{height: 650px;}
	.jjfa-scfwcontent{display: none;}
	.jjfa-scjg p{display: none;}
}
@media (min-width:992px) {
	.jjfa-scjs1{margin-top: 80px;}
	.jjfa-scjs1 img{width: 350px;}
	.jjfa-scjs2{width: 570px;}
	.jjfa-scjg1{width: 950px;margin-top: 20px;margin-bottom: 20px;}
	.jjfa-scjg2{width: 950px;}
	.jjfa-scys1{height: 80px;margin-top: 15px;margin-bottom: 15px;}
	.jjfa-scys1 img{float: left;width: 80px;}
	.jjfa-scys1 p{float: left; font-size: 14px;width: 350px;margin-left: 20px;}
	.jjfa-scfw1{width: 800px;margin: 20px auto;}
	.jjfa-scfw2{width: 200px;float: left;margin-right: 25px;}
	.jjfa-scfw .jjfa-scfw01{margin-left:25px;}
	.jjfa-scfw-1{height: 710px;}
}
@media (min-width:1200px) {
	.jjfa-scjs1{margin-top: 30px;}
	.jjfa-scjs1 img{width: 400px;}
	.jjfa-scjs2{width: 720px;}
	.jjfa-scjs2 p {font-size: 14px;line-height: 28px;}
	.jjfa-scjs{height: 430px;}
	.jjfa-scjg1{width: 950px;margin:20px auto;}
	.jjfa-scjg2{width: 950px;margin: 0 auto;}
	.jjfa-scjg{height: 1270px;}
	.jjfa-scys1{height: 100px;margin-top: 15px;margin-bottom: 15px;}
	.jjfa-scys1 img{float: left;width: 100px;}
	.jjfa-scys1 p{float: left; font-size: 16px;width: 430px;margin-left: 20px;margin-top: 10px}
	.jjfa-scfw .jjfa-scfw01{margin-left:137px;}
}
@media (min-width:1600px) {
	.jjfa-scjs1{margin-top: 0px;}
	.jjfa-scjs1 img{width: 500px;}
	.jjfa-scjs2{width: 920px;}
	.jjfa-scys1{height: 110px;margin-top: 15px;margin-bottom: 15px;}
	.jjfa-scys1 img{float: left;width: 110px;}
	.jjfa-scys1 p{float: left; font-size: 16px;width: 560px;margin-left: 20px;margin-top: 30px;}
	.jjfa-scys{height: 600px;}
	.jjfa-scfw1{width: 834px;margin: 20px auto;}
	.jjfa-scfw2{width: 240px;float: left;margin-right: 30px;}
	.jjfa-scfw .jjfa-scfw01{margin-left:200px;}
	.jjfa-scfw-1{height: 780px;}
}

/*解决方案-智慧教育*/
.jjfa-jylnin2 img{margin: 0 auto;}
.jjfa-jylnin2 p {color: #CCCCCC;margin-left: 2rem;margin-right: 2rem;}
.jjfa-jyjg img{margin: 0 auto;}
.jjfa-jyjg p{color: #CCCCCC;}
.jjfa-jygn1{color: #CCCCCC;}
.jjfa-jygn1>h3{text-align: center; color: #FFFFFF;}
.jjfa-jygnin1 span{color: orange;}
.jjfa-jygnin1 h4{border-bottom: #FFFFFF 1px solid;}
.jjfa-jygn{color: #CCCCCC;}
.jjfa-jygn h3{text-align: center;}
.jjfa-jygn span{color: orange;}
@media (max-width:767px) {
	.jjfa-jylncontent{color: #CCCCCC;}
	.jjfa-jylnin img{max-width: 100px;float: left;width: 50%;margin-left: 20px;margin-right: 20px;}
	.jjfa-jylncontent{float: left;width: 50%;}
	.jjfa-jylnin{height: 100px;margin-top: 20px;}
	.jjfa-jylncontent h4{font-size: 1.75rem;}
	.jjfa-jylncontent p{font-size: 1.25rem;}
	.jjfa-jylnin2 img{margin-top: 20px;width: 100%;}
	.jjfa-jylnin2 p{font-size: 1.5rem; margin-top: 20px; line-height: 2rem;}
	.jjfa-jyjg img{width: 100%;margin-top: 1rem;}
	.jjfa-jyjg p{font-size: 1.25rem;margin-left: 2rem;}
	.jjfa-jygnin1{margin-left: 2rem;margin-right: 2rem;}
	.jjfa-jygnin1 h4{font-size: 1.75rem;line-height: 2.5rem;}
	.jjfa-jygnin1 p{font-size: 1.5rem;}
	.jjfa-jygn h3{font-size: 1.75rem;}
	.jjfa-jygn p{font-size: 1.25rem;}
	.jjfa-jygn{margin-left: 2rem;margin-right: 2rem;}
}
@media (min-width:768px) {
	.jjfa-jylnin{float: left;width: 33%;padding-left:20px;padding-right: 20px;}
	.jjfa-jylnin img{margin: 0 auto;width: 200px;margin-top: 20px;}
	.jjfa-jylncontent{color: #CCCCCC;text-align: center;}
	.jjfa-jylncontent p {font-size: 14px;}
	.jjfa-jylndown{overflow: hidden;}
	.jjfa-jylnin2 img{margin-top: 20px;}
	.jjfa-jylnin2 p{font-size: 14px; margin-top: 20px;}
	.jjfa-jyjg img{width: 750px;margin-top: 20px;}
	.jjfa-jyjg p{display: none;}
	.jjfa-jygnin1{float: left;width: 48%;margin-left: 1%;margin-right: 1%;}
	.jjfa-jygnin1 p{font-size: 14px;}
	.jjfa-jygnin1 h4{font-size: 18px;line-height: 40px;}
	.jjfa-jygn1{height: 400px;}
	.jjfa-jygn p{font-size: 14px;}
}
@media (min-width:1200px) {
	.jjfa-jyjg img{width: 1000px;margin-top: 20px;}
	.jjfa-jygnin1 p{font-size: 16px;}
	.jjfa-jygnin1 h4{font-size: 20px;line-height: 50px;}
	.jjfa-jygn p{font-size: 16px;}
}
@media (min-width:1600px) {
	.jjfa-jylnin img{width: 250px;}
	.jjfa-jylncontent p {font-size: 16px;}
	.jjfa-jylnin2 p{text-align: center;}
}

.jjfa-title .nav-tabs>li.active>a{background-color: transparent;color:#2da2cd;border: none;}
.jjfa-title .nav-tabs>li.active .jjfa-titleicon{-webkit-box-shadow:4px -4px 20px #4C71BC; box-shadow:4px -4px 20px #4C71BC;-moz-box-shadow:4px -4px 20px #4C71BC;}
.jjfa-title .nav-tabs {border: none;}
.jjfa-title {background-color: transparent; border: none;}
.nav-tabs>li>a {border: none;margin: 0;display: inline;padding: 0;}