﻿/* 业务领域开始 */
.business-con{
	overflow: hidden;
}
.business-con-c {
    overflow: hidden;
    margin: auto;
}
.business-con-c .business-c-title {
    font-size: 34px;
    margin: 100px auto;
    width: 1200px;
	font-weight: bold;
	color: #035620;
}
.business-b-background {
    background: #f5f5f5;
    padding: 100px 0;
    margin: 100px 0;
}
.business-con-c .business-b{
    overflow: hidden;
    width: 1200px;
    margin: auto;
}
.business-con-c .business-b .b-left{
    overflow: hidden;
    float: left;
}
.business-b-background .business-b .b-left{
    float: right;
}
.business-con-c .business-b .b-left img {
    width: 456px;
    height: 334px;
}
.business-con-c .business-b .b-left {
	margin-right: 100px;
}
.business-con-c .business-b .b-right{
    overflow: hidden;
}
.business-b-background .business-b .b-right{
    float: left;
}
.business-con-c .business-b .b-right .h2 {
    overflow: hidden;
    color: #035620;
    font-size: 32px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    padding-bottom: 20px;
}
.business-con-c .business-b .b-right .h2 i {
    overflow: hidden;
    font-style: inherit;
    font-size: 18px;
    color: #999;
    margin-left: 10px;
    font-weight: 100;
}
.business-con-c .business-b .b-right .t {
    overflow: hidden;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
	    height: 241px;
    overflow-y: auto;
}
.business-con-d{
    overflow: hidden;
    margin-bottom: 120px
}
.business-con-d .business-c-title{
    color: #035620;
    font-size: 32px;
    margin: 100px auto;
    width: 1200px;
    font-weight: bold;
}
.business-c-img-two{
    overflow: hidden;
    width: 1200px;
    margin: auto;
	margin-bottom: 25px;
}
.business-c-img-two li{
    overflow: hidden;
    float: left;
    width: 50%;
}
.business-c-img-two li .li{
    overflow: hidden;
    position: relative;
    cursor: pointer;
	height: 300px;
}
.webcss .business-c-img-two li .li{
	height:160px;
}
.webcss .business-c-img-three li .li {
    height: auto;
}
.business-c-img-two li:nth-child(1)  .li{
    margin-right: 16px;
}
.business-c-img-two li:nth-child(2)  .li{
    margin-left: 16px;
}
.business-c-img-two li img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.business-c-img-two li img:hover{
    transform: scale(1.2);
	transition:all .5s;
}
.business-c-img-two li p {
    overflow: hidden;
    font-size: 18px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-indent: 40px;
}

.business-c-img-three{
    overflow: hidden;
    margin-top: 20px;
    width: 1200px;
    margin: auto;
}
.business-c-img-three li{
    overflow: hidden;
    float: left;
    width: 33.33%;
}
.business-c-img-three li .li{
    overflow: hidden;
    position: relative;
    cursor: pointer;
	height: 300px;
}
.business-c-img-three li:nth-child(1)  .li{
    margin-right: 16px;
}
.business-c-img-three li:nth-child(2)  .li{
    margin-left: 16px;
    margin-right: 16px;
}
.business-c-img-three li:nth-child(3)  .li{
    margin-left: 16px;
}
.business-c-img-three li img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.business-c-img-three li img:hover{
    transform: scale(1.2);
	transition:all .5s;
}
.business-c-img-three li p {
        overflow: hidden;
    font-size: 18px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-indent: 40px;
}
.business-c-img-two-background{
    background: #f5f5f5;
    padding: 100px 0;
    margin: 100px 0;
}
.business-b-background .business-b .b-right{
	width:580px;
	float:left;
}
.business-b-background .business-b .b-left{
	margin-right: 0px !important;
	float:right;
}

.webcss .business-con-c .business-c-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 40px auto;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.webcss .business-con-c .business-b .b-left {
    overflow: hidden;
    width: 90%;
    float: inherit;
    margin-left: 5%;
    margin-right: 5%;
}
.webcss .business-con-c .business-b {
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.webcss .business-con-c .business-b .b-right {
        overflow: hidden;
    width: 90%;
    float: inherit;
    margin-left: 5%;
    margin-right: 5%;
}
.webcss .business-con-c .business-b .b-right .h2 {
    overflow: hidden;
    color: #333;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}
.webcss .business-con-c .business-b .b-right .t {
    overflow: hidden;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    height: auto;
}
.webcss .business-con-c .business-b .b-right .h2 i {
    overflow: hidden;
    font-style: inherit;
    font-size: 16px;
    color: #999;
    margin-left: 10px;
    font-weight: 100;
}
.webcss .business-b-background {
    background: #f5f5f5;
    padding: 10px 0;
    margin: 10px 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.webcss .business-con-d .business-c-title {
    color: #333;
    font-size: 22px;
    margin: 20px auto;
    width: 100%;
    font-weight: bold;
    margin-top: 20px !important;
	    margin-bottom: 20px !important;
}
.webcss .business-con-c .business-b .b-left img {
    width: 100%;
    height: auto;
}
.webcss .business-con-d {
    overflow: hidden;
    margin-bottom: 20px;
    width: 96%;
    margin-left: 3%;
    margin-right: 3%;
}
.webcss .business-c-img-two {
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-bottom: 10px !important;
}
.webcss .business-c-img-two li img {
    overflow: hidden;
    width: 100%;
    height: 160px;
}
.webcss .business-c-img-two li p {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-indent: 10px;
}
.webcss .business-c-img-two li:nth-child(1) .li {
    margin-right: 5px;
}
.webcss .business-c-img-two li:nth-child(2) .li {
    margin-left: 5px;
}
.webcss .business-c-img-three li img {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.webcss .business-c-img-three li p {
    overflow: hidden;
    font-size: 14px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-indent: 10px;
}
.webcss .business-c-img-two-background {
    background: #fff;
    padding: 0px 0;
    margin: 0px 0;
}

.webcss .business-con .gybanner {
    overflow: hidden;
    background-image: url(../images/webbanner03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 212px;
    padding-top: 59px;
}
.business-con .gybanner {
/*	display: none;*/
}
#JoynBackground {
	width: 100%;
	height: 680px;
	z-index: -999;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#JoynBackground img {
	width: 100%;
	height: 680px;
	display: none;
	position: absolute;
}
.webcss #JoynBackground {
	display: none;
}
/* 业务领域结束 */














