.page-header {
    height: 80px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.page-header .page-nav {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.page-nav h1.logo {
    width: 92px;
    height: 32px;
    margin-top: 24px;
    margin-right: 236px;
    float: left;
}

.page-nav h1.logo a {
    display: block;
    width: 92px;
    height: 32px;
}

.page-nav h1.logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.page-nav ul.page-menu {
    overflow: hidden;
    float: left;
}

.page-nav ul.page-menu li {
    margin-right: 46px;
    float: left;
    position: relative;
}

.page-nav ul.page-menu li a {
    font-size: 14px;
    color: #999;
}

.page-nav ul.page-menu li.active a, .page-nav ul.page-menu li:hover a {
    color: #cc0000;
    position: relative;
}

.page-nav ul.page-menu li.active span, .page-nav ul.page-menu li:hover span  {
    position: absolute;
    width: 10px;
    height: 5px;
    background: url('../public/img/nav-arrow.png') no-repeat 0 0;
    bottom: 14px;
    left: 50%;
    margin-left: -5px;
}

.page-nav .login-side {
    float: right;
}

.page-nav .login-side a.login-btn {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    padding-left: 26px;
    margin-right: 18px;
    background: url('../public/img/icon-login.png') no-repeat left center;
}

.page-nav .login-side a.tel-btn {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #cc0000;
    padding-left: 24px;
    background: url('../public/img/icon-tel.png') no-repeat left center;
}

.page-subHeader {
    display: none;
    height: 64px;
    line-height: 64px;
    width: 100%;
    background: #c63837;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
    /* 去除元素之间的间距 */
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.page-subHeader a {
    color: #ef8b8b;
    font-size: 14px;
}

.page-subHeader a:hover {
    color: #fff;
}

.page-subHeader .main span {
    color: #e29997;
    font-size: 14px;
    margin: 0 24px;
}

.page-subHeader button.vip-btn {
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #67a4ff;
    color: #fff;
    border-radius: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-left: 34px;
}

.swiper-container {
    width: 100%;
    height: 518px;
}  

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background: none!important;
    border: 2px solid #fff;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    background: #fff!important;
}

.swiper-slide .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.swiper-slide .content.slide-one {
    top: 180px;
}

.swiper-slide .content.slide-one .swiper-logo {
    margin-bottom: 22px;
}

.swiper-slide .content.slide-one .swiper-go {
    margin-top: 44px;
}

.swiper-slide .back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: center no-repeat;
}

.category-tab {
    width: 100%;
    background: #fff;
    height: 130px;
    overflow: hidden;
	margin-top:-10px;
	padding:0;
}

.category-tab .main {
  
    margin: 0 auto;
}

.category-tab .main .tab-block {
    width: 20%;
    height: 120px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    border-top: 4px solid transparent;
}
@media (max-width: 768px){
	.category-tab .main .tab-block {
    width:7%;
}
}
.tel-yc{
	margin-top:0;
	padding-top:0;
}
@media (max-width: 768px){
	.tel-yc{
		display:none
}

}
.pc-yc{
}
@media (min-width: 768px){
	.pc-yc{
		display:none
}

}
.category-tab .main .tab-block .side-pic {
    margin-top: 36px;
    margin-left: 16px;
    float: left;
    text-align: right;
    margin-right: 9px;
}
@media (max-width: 768px){
	.category-tab .main .tab-block .side-pic {
	width:80%;
    margin-top: 8px;
    margin-left:8px;
    text-align: center;
 
}
}
.side-pic.chang-icon {
    background-position: 0 0;
}

.side-pic.zhong-icon {
    background-position: -64px 0;
}

.side-pic.qu-icon {
    background-position: -128px 0;
}

.side-pic.hang-icon {
    background-position: -192px 0;
}

.side-pic.jian-icon {
    background-position: -256px 0;
}

.category-tab .main .tab-block .side-pic img {
    margin-top: 6px;
	
}

.category-tab .main .tab-block .side-content h4 {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    margin-top: 38px;
    margin-bottom: 10px;
}
@media (max-width: 768px){
	.category-tab .main .tab-block .side-content h4 {
    font-size: 14px;
	text-align:center;
	line-height:24px;

}	
}

.category-tab .main .tab-block .side-content p {
    font-size: 14px;
    color: #888;
    line-height: 14px;
    margin:0;
}
@media (max-width: 768px){
	.category-tab .main .tab-block .side-content p {
		display:none;
}
}
.category-tab .main  li.tab-block.on {
    background: #cee9fc;
    border-top: 4px solid #fb2e00;

}

.category .bd .tab-content {
	height:600px;
    width: 100%;
	margin:auto;
	text-align:center;
   
	

  
}
.tab-content-bg1{
	 background: url(../public/img/js-1.jpg)  center top no-repeat;
}
.tab-content-bg2{
	 background: url(../public/img/js-2.jpg)  center top no-repeat;
}
.tab-content-bg3{
	 background: url(../public/img/js-3.jpg)  center top no-repeat;
}
.tab-content-bg4{
	 background: url(../public/img/js-4.jpg)  center top no-repeat;
}
.tab-content-bg5{
	 background: url(../public/img/js-5.jpg)  center top no-repeat;
}
@media (max-width: 768px){
	.tab-content-bg1{
	 background: url(../public/img/tel-banner1.jpg)  center top no-repeat;
}
.tab-content-bg2{
	 background: url(../public/img/tel-banner1.jpg)  center top no-repeat;
}
.tab-content-bg3{
	 background: url(../public/img/tel-banner1.jpg)  center top no-repeat;
}
.tab-content-bg4{
	 background: url(../public/img/tel-banner1.jpg)  center top no-repeat;
}
.tab-content-bg5{
	 background: url(../public/img/tel-banner1.jpg)  center top no-repeat;
}
}
@media (max-width: 768px){
	.category .bd .tab-content {
	height:600px;
    width: 100%;
	margin:auto;
    background-size: cover;
}
}

.tempWrap {
    width: 100%!important;
}

.category .bd .tab-content .content-block.tab-first {
    width: 360px;
    height: 300px;
    position: relative;
 
    top: 122px;
    opacity: 0;
}
@media (max-width: 768px){
	.category .bd .tab-content .content-block.tab-first {
    width: 320px;
    height: 300px;
    position: absolute;
    left:20px;
    top: 40px;
    opacity: 0;
}
}

.category .bd .tab-content .content-block.tab-first .first-top {
    background: #22272d;
    border: 6px solid #ba2c2a;
    position: relative;
	padding-left:24px;
	padding-right:24px;
	padding-top:46px;
	text-align:left;

}

.category .bd .tab-content .content-block.tab-first .first-top h2 {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.category .bd .tab-content .content-block.tab-first .first-top h2 span {
    color: #ba2c2a;
    float: left;
	

}

.category .bd .tab-content .content-block.tab-first .first-top h2 b {
    font-style: normal;
    float: left;
    font-size: 10px;
    line-height: 10px;
    border: 1px solid #ba2c2a;
    border-radius: 7px;
    color: #ba2c2a;
    padding: 2px 5px;
    margin-left: 5px;
}

.category .bd .tab-content .content-block.tab-first .first-top h3 {
    font-size: 22px;
    color: #fff;
    line-height:32px;
    font-weight: 400;
	color:rgba(255,255,255,0.6)
}

.category .bd .tab-content .content-block.tab-first .first-top .line {
    width: 86px;
    height: 3px;
    background: #65686c;
    margin: 26px 0 41px;
}

.category .bd .tab-content .content-block.tab-first .first-top p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
	padding-bottom:38px;
}

.category .bd .tab-content .content-block.tab-first .first-top i.chilun {
    display: block;
    width: 42px;
    height: 42px;
    background: url('../public/img/chilun.png') no-repeat;
    position: absolute;
    right: 26px;
    top: 16px;
}

.category .bd .tab-content .content-block.tab-first a.more {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #BA2B29;
    color: #fff;
    margin-top: -6px;
}

.category .bd .tab-content .content-block.tab-first a.more span {
    font-size: 14px;
    vertical-align: super;
	line-height:34px;
}

.category .bd .tab-content .content-block.tab-first a.more i {
    display: inline-block;
    width: 17px;
    height:34px;
    vertical-align: top;
    background: url('../public/img/white-arrow.png') no-repeat center;
}

.air-data {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: #2e2a59;
	
}
@media (max-width: 768px){
	.air-data {
    width: 100%; 
	height: 620px;
    overflow: hidden;
	padding:0
}
}
.air-data .main {
    width: 934px;
    margin: 0 auto;
    height: 100%;
    position: relative;
	 background: url(../public/img/map-pc.jpg)no-repeat center bottom;
}
@media (max-width: 768px){
	.air-data .main {
    width:100%;
    margin: 0 auto;  
    height: 100%;
    position: relative;
	background: url(../public/img/map-tel.jpg)no-repeat center bottom #2e2a59;
}
}
.air-data .main h2.title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 20px;
}

.air-data .main p.info {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.air-data .data-detail {
    height: 100px;
    position: absolute;
    bottom:120px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.air-data .data-detail .list {
    float: left;
    text-align: left;
}
@media (max-width: 768px){
	.air-data .data-detail {
    height: auto;
    position: absolute;
    bottom:80px;
    left: 35%;
    right: 0;
    overflow: hidden;
	
}
	.air-data .data-detail .list {
    text-align: ;
}
.air-data .data-detail .list.first {
    width: ;
}

	}
.air-data .data-detail .list.first {
    width: 298px;
}

.air-data .data-detail .list.second {
    width: 265px;
}

.air-data .data-detail .list.three {
    width: 242px;
}

.air-data .data-detail .list h4.title {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
}

.air-data .data-detail .list p {
    font-size: 52px;
	font-family:Arial, Helvetica, sans-serif;
    height: 52px;
    line-height: 52px;
    margin: 0;
    color: #fff;
    margin-top: 20px;
}
@media (max-width: 768px){
	.air-data .data-detail .list p {
    font-size: 32px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    color: #fff;
    margin-top: 20px;

}
}
.fang-block {
    width: 100%;
    height: ;
    position: relative;
}

.fang-block .tab-content .tab-block {
    height:707px;
	width:100%;
	margin:auto;
	text-align:center;
   
}
.tab-block-bg1{
	 background: url('../public/img/jjfa-1.jpg') center top  no-repeat;
}
.tab-block-bg2{
	 background: url('../public/img/jjfa-2.jpg') center top  no-repeat;
}
.tab-block-bg3{
	 background: url('../public/img/jjfa-3.jpg') center top  no-repeat;
}

@media (max-width: 768px){
	
	.tab-block-bg1{
	 background: url('../public/img/tel-jjfa.jpg') no-repeat center left ;
}
.tab-block-bg2{
	 background: url('../public/img/tel-jjfa.jpg') no-repeat center left ;
}
.tab-block-bg3{
	 background: url('../public/img/tel-jjfa.jpg') no-repeat center left ;
}

}
@media (max-width: 768px){
	.fang-block .tab-content .tab-block {
    height:707px;
    background: url('../public/img/tel-jjfa.jpg') no-repeat center left;
    background-size: cover;
    position: relative;
}
.fang-block .tab-title {
    position: absolute;
    width:48%;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    left: 50%;
    top: 500px;
    margin-left: ;
    z-index: 9;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.fang-block .tab-content .tab-block {
    height:707px;
    background: url('../public/img/tel-jjfa.jpg') no-repeat center left;
    background-size: cover;
    position: relative;
}
.fang-block .tab-title {
    position: absolute;
    width:48%;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    left: 30%;
    top: 500px;
    margin-left: ;
    z-index: 9;
}
}
.fang-block .tab-title {
    position: absolute;
    width:48%;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    left: 30%;
    bottom: 60px;
    z-index: 9;
}

.fang-block .tab-title ul li {
    float: left;
    width: 33.333%;
    line-height: 60px;
    text-align: center;
	margin-top:-10px;
}
@media (max-width: 768px){
	.fang-block .tab-title {
    position: absolute;
    width:96%;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    left:2%;
    bottom: 60px;
    margin-left:0;
    z-index: 9;
}

.fang-block .tab-title ul li {
    float: left;
    width: 33.333%;
    line-height: 20px;
    text-align: center;
	margin-top:-10px;
}
.fang-block .tab-title ul li.on a {
    background: #ba2c2a;
    color: #fff;
}

.fang-block .tab-title ul li a {
    display: block;
    font-size:;
    color: #a0a0a0;
	height:60px;
	padding-top:10px;
}

.fang-block .tab-title ul li a span {
    font-size: 16px;
    vertical-align: middle;


}

.fang-block .tab-title ul li a i {
    display: inline-block;
    width: 18px;
    height: 25px;
    vertical-align: middle;
 
}
}
.fang-block .tab-title ul li.on a {
    background: #ba2c2a;
    color: #fff;
}

.fang-block .tab-title ul li a {
    display: block;
    font-size: 0;
    color: #a0a0a0;
}

.fang-block .tab-title ul li a span {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 15px;
}

.fang-block .tab-title ul li a i {
    display: inline-block;
    width: 18px;
    height: 25px;
    vertical-align: middle;
    background: url('../public/img/gas-icon.png') no-repeat center;
}

.fang-block .tab-title ul li.on a i {
    width: 20px;
    height: 27px;
    background: url('../public/img/gas-icon-white.png') no-repeat center;
}

.fang-block .tab-title ul li.on.first a {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.fang-block .tab-title ul li.on.last  a{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tab-detail.first {
    width: 348px;
    border: 6px solid #ba2c2a;
    left: 267px;
    top: 120px;
	margin-top:120px;
	padding-bottom:6px;
    background:rgba(0,0,0,0.6)
}
@media (max-width: 768px){
	.tab-detail.first {
    position: absolute;
    width: ;
    height: ;
    border: 6px solid #ba2c2a;
    left:8%;
    top: 120px;
    opacity: 0;
	 background:rgba(0,0,0,0.6)

}
}
.tab-detail.first h2 {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.tab-detail.first h2 span {
    color: #ba2c2a;
    float: left;
}

.tab-detail.first h2 b {
    font-style: normal;
    float: left;
    font-size: 10px;
    line-height: 10px;
    border: 1px solid #ba2c2a;
    border-radius: 7px;
    color: #ba2c2a;
    padding: 2px 5px;
    margin-left: 5px;
}

.tab-detail.first h3 {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
}

.tab-detail.first .line {
    width: 86px;
    height: 3px;
    background: #fff;
    margin: 26px 0 41px;
}

.tab-detail.first p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.tab-detail.first .block {
    padding: 20px 26px 33px 28px;
    position: relative;
}

.tab-detail.first a.more {
    cursor: pointer;
    display: block;
    margin-top: 20px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #b4322c;
    border-radius: 15px;
}

.tab-detail.first a.more span {
    vertical-align: baseline;
}

.tab-detail.first a.more i {
    display: inline-block;
    width: 17px;
    height: 30px;
    vertical-align: top;
    background: url(../public/img/white-arrow.png) no-repeat center;
}

.school {
    height: 736px;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.school h2.title {
    font-size: 32px;
    color: #666;
    text-align: center;
    line-height: 32px;
    margin: 60px 0 22px;
    font-weight: 400;
}

.school p.info {
    font-size: 16px;
    color: #888;
    margin: 0;
    line-height: 16px;
    text-align: center;
    margin-bottom: 60px;
	
}

.school .school-tab {
    width: 100%;
    height: 470px;
}

.school .school-tab .tab-block{
    width:100%;
	
    overflow: hidden;
    float: left;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position:relative;
	
}
.school .school-tab .tab-block .tab-content {
	width:100%;
    padding: 0 28px 0 32px;
    background: #fff;
    overflow: hidden;
    height:;
}
.school .school-tab .border {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #ba2c2a;
    width: 372px;
    height: 462px;
    z-index: 9;
    background: none;
    display: none;
}

.school .school-tab .tab-block .inner {
    width:;
    height:;
}


.school .school-tab .tab-block.active .border, .school .school-tab .tab-block:hover .border {
    display: block;
}


.school .school-tab .tab-block.middle {
    margin: 0 30px;
}

.school .school-tab .tab-block img {
    width: ;
    height: ;
    display: block;
}

.school .school-tab .tab-block .tab-content {
    padding: 0 28px 0 32px;
    background: #fff;
    overflow: hidden;
    height:;
}


.school .school-tab .tab-block .tab-content h5{
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333333;
}

.school .school-tab .tab-block .tab-content p{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #999999;
}

.school .school-tab .tab-block .tab-content .line {
    margin-top: 30px;
    width: ;
    height: 3px;
    background: #e1e1e1;
}

.school .school-tab .tab-block .tab-content a.more {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-top: 18px;
    padding-bottom: 16px;
}

.parter {
    height: 440px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.parter h2.title {
    font-size: 32px;
    line-height: 32px;
    color: #666;
    font-weight: 400;
    margin-top: 58px;
    margin-bottom: 20px;
    text-align: center;
}

.parter p.info {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #888;
    margin-bottom: 80px;
}

.parter ul.list {
    overflow: hidden;
}

.parter ul.list li {
    width:20%;
    height: 70px;
    float: left;
    margin-right: 48px;
    margin-bottom: 36px;
}

.parter ul.list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../public/img/logo-all.jpg') no-repeat;
}

.parter ul.list li a.one {
    background-position: -21px 5px
}

.parter ul.list li a.one:hover {
    background-position: -21px -195px
}

.parter ul.list li a.two {
    background-position: -236px 8px
}

.parter ul.list li a.two:hover {
    background-position: -236px -192px
}

.parter ul.list li a.three {
    background-position: -422px 4px
}

.parter ul.list li a.three:hover {
    background-position: -422px -196px
}

.parter ul.list li a.four {
    background-position: -608px 2px
}

.parter ul.list li a.four:hover {
    background-position: -608px -198px
}

.parter ul.list li a.five {
    background-position: -773px 1px
}

.parter ul.list li a.five:hover {
    background-position: -773px -199px
}

.parter ul.list li a.six {
    background-position: -925px 2px
}

.parter ul.list li a.six:hover {
    background-position: -925px -198px
}

.parter ul.list li a.seven {
    background-position: -21px -101px;
}

.parter ul.list li a.seven:hover {
    background-position: -21px -301px;
}

.parter ul.list li a.eight {
    background-position: -236px -104px;
}

.parter ul.list li a.eight:hover {
    background-position: -236px -304px;
}

.parter ul.list li a.nine {
    background-position: -422px -108px;
}

.parter ul.list li a.nine:hover {
    background-position: -422px -308px;
}

.parter ul.list li a.ten {
    background-position: -612px -102px;
}

.parter ul.list li a.ten:hover {
    background-position: -612px -302px;
}

.parter ul.list li a.eleven {
    background-position: -773px -102px;
}

.parter ul.list li a.eleven:hover {
    background-position: -773px -302px;
}

.parter ul.list li a.twellen {
    background-position: -925px -102px;
}

.parter ul.list li a.twellen:hover {
    background-position: -925px -302px;
}










.footer {
    width: 100%;
    background: #2e2a59;
}

.footer .footer-link {
    overflow: hidden;
}

.footer .footer-link a.logo {
    display: block;
    float: left;
    margin-top: 38px;
}

.footer .footer-link .menu-block {
    float: right;
    margin-top: 54px;
}

.footer .footer-link .menu-block .menu-list {
    float: left;
    margin-right: 88px;
}

.footer .footer-link .menu-block .menu-list h5.title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 14px;
    font-weight: 400;
}

.footer .footer-link .menu-block .menu-list.guanzhu {
    margin-right: 0;
}

.footer .footer-link .menu-block .menu-list.guanzhu p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    margin-top: 10px;
    color: #888;
}

.footer .footer-link .menu-block .menu-list a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #888;
}

.footer a.service-tel {
    display: block;
    height: 36px;
    margin-top: 38px;
}

.footer a.service-tel img {
    width: 31px;
    height: 32px;
    float: left;
}

.footer a.service-tel .side-tel {
    float: left;
    margin-left: 15px;
}

.footer a.service-tel .side-tel h5.title {
    color: #7f79b7;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 6px;
}

.footer a.service-tel .side-tel p{
    color: #b8b2ef;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.footer .other-link {
    margin-top: 28px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    border-top: 1px solid #43406a;
    font-size: 0;
}

.footer .other-link a , .footer .other-link span{
    font-size: 12px;
    color: #58557a;
    display: inline-block;
}

.footer .other-link span {
    margin: 0 10px;
}

.footer .other-link .main {
    height: 42px;
}
.footer-tit{
	color:#fff;
	text-align:left;
	padding-bottom:14px;
}
.footer-text, .footer-text a{
	color:#fff;
	filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
	text-align:left;
	line-height:20px;
}
.footer-text a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1.0; 
    opacity:1.0;
}
.footer-img{
	margin-left:-2px;
}
.footer-tel-icon{
	float:left;
	padding-right:10px;
	padding-top:14px;


}
.footer-tel-text{
	float:left;
}
.footer-tel-text h4{
	font-size:14px;
	color:#7f79b7;
	line-height:12px;
}
.footer-tel-text p{
	font-size:18px;
	color:#b8b2ef;
	line-height:14px;
}
.footer-row-jj{
	padding-left:14px

}
@media (max-width: 768px){
.footer-row-jj{
	padding-left:30px;
	padding-right:30px;
	}
}
.footer-border, .footer-border a{
	border-top:#43406a 1px solid;
	color:#74728b;
	padding-top:10px;
	padding-bottom:10px;
}
.footer-border a:hover{
	color:#fff;
}

.text5{
	text-align:right;
	
}
@media (max-width: 768px){
.text5{
	text-align:left;
}
}
.footer-li-heiht{
	height:130px;
	margin-top:16px;
	
}
@media (max-width: 768px){
.footer-li-heiht{
	height:130px;
}
}
.bj1{
	background:url(../public/img/banner1.jpg) left top no-repeat;
}
@media (max-width: 768px){
.bj1{
	background:url(../public/img/tel-banner1.jpg) left top no-repeat;
}
}