.banners-pc {
	clear: both;
	height: 600px;
	/*position: relative;*/
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.banners-pc .frame {
	height: 600px;
	/*background: no-repeat center center;*/
	background-size: cover;
	text-align: center;
}
.banners-pc .frame .p1 {
	font-size: 46px;
	color: #fff;
	margin-top: 390px;
}
.banners-pc .frame .p2 {
	font-size: 14px;
	color: rgba(255,255,255,.6);
	padding-top: 36px;
	line-height: 24px;
}
.banners-mb {
	display: none;
	clear: both;
	height: 396px;
}
.m-yewu{
    display: none;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
 .m-yewu{
     display: block;
     margin-top: 10px;
 }    

}

.main1 .g_cw {
	position: relative;
}
.main1 .offset {
	overflow: hidden;
	/*background: #fff;*/
	box-shadow: 0 0 20px rgba(0,0,0,6);
	position: absolute;
	left: 0;
	right: 0;
	top: -328px;
	/*border-radius: 8px;*/
	padding: 30px 0;
}
/*.main1 .offset .list {*/
/*	margin-left: -130px;*/
/*	margin-bottom: 86px;*/
/*	padding: 90px 70px;*/
/*}*/
.main1 .offset .list > li {
	/*float: left;*/
	/*width: 25%;*/
	/*padding-left: 130px;*/
	/*padding-bottom: 86px;*/
}
.main1 .offset .list > li .box {
	display: block;
}
.main1 .offset .list > li .box .ico {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #fafbfc;
	line-height: 116px;
	text-align: center;
	margin: 0 auto;
}
.main1 .offset .list > li .box .ico img {
	height: 54px;
	vertical-align: middle;
}
.main1 .offset .list > li .box .ico .ico_2 {
	display: none;
}
.main1 .offset .list > li .box .p1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	/*text-align: center;*/
	/*padding: 30px 0 16px 0;*/
}
.main1 .offset .list > li .box .p2 {
	max-width: 254px;
	margin: 0 auto;
	/*text-align: center;*/
	line-height: 24px;
}
.main1 .offset .list > li .box:hover .ico {
	background: #164387;
}
.main1 .offset .list > li .box:hover .ico .ico_1 {
	display: none;
}
.main1 .offset .list > li .box:hover .ico .ico_2 {
	display: inline-block;
}
 @media (max-width: 1024px) {
.main1 .offset {
	position: unset;
}
.main1 .offset .list > li {
	width: 50%;
}
.main1 .offset .list > li .box .p2 {
	max-width: none;
}
}
 @media (max-width: 600px) {
.main1 .offset .list > li {
	width: 100%;
}
}

.about .intro {
	overflow: hidden;
}
.about .intro .font {
	float: left;
	max-width: 684px;
	padding-right: 50px;
}


.about .intro .pic {
	float: right;
	overflow: hidden;
	position: relative;

}

.about .intro .pic:hover{
    transition: all 0.3s;
    transform: scale(1.03);
}


.about .g_cw {
	position: relative;
}
.about .state {
	background: #fff;
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.about .state .list {
	overflow: hidden;
	padding-top: 30px;
}
.about .state .list > li {
	float: left;
	width: 25%;
	padding-bottom: 30px;
}
.about .state .list > li .box {
	text-align: center;
}
.about .state .list > li .box .p1 {
	font-size: 48px;
	color: #333;
}
.about .state .list > li .box .p2 {
	color: #999;
}
.br {
	border-right: 1px solid #f2f2f2;
}
 @media (max-width: 1024px) {

.about .intro .font {
	float: none;
	max-width: none;
	padding-right:5px;
}
.about .intro .btn {
	text-align: center;
	margin-bottom: 50px;
}
.about .intro .pic {
	float: none;
	text-align: center;
	max-width: 516px;
}
.about .state {
	position: unset;
	margin-top: 30px;
}
}
 @media (max-width: 600px) {
.about .state .list > li {
	width: 50%;
}
}

.teambox {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.teambox > table {
	width: 100%;
	height: 100%;
}
.teambox > table td {
	width: 100%;
	height: 100%;
	text-align: center;
}
.teambox > table td .box {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	position: relative;
	max-width: 1000px;
	min-height: 400px;
	background: #fff;
	padding: 20px;
	transition: ease .3s;
}
.teambox > table td .box.show {
	visibility: visible;
	opacity: 1;
}
.teambox > table td .box .view {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.teambox > table td .box .close {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #3e8bff;
	color: #fff;
	line-height: 50px;
	font-size: 40px;
	font-family: Arial;
	font-weight: lighter;
	text-align: center;
	top: -30px;
	right: 50px;
}
.teambox > table td .box .pic {
	float: left;
	margin-right: 20px;
	max-width: 370px;
}
.teambox > table td .box .des {
	overflow: hidden;
	text-align: left;
}
.teambox > table td .box .des .p1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.teambox > table td .box .des .p2 {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
.teambox > table td .box .des .h3 {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}
.teambox > table td .box .des .p3 {
	font-size: 14px;
	color: #888;
	line-height: 1.8em;
	padding-top: 30px;
}
 @media (max-width: 1023px) {
.teambox > table td .box .close {
	top: 0;
	right: 0;
}
.teambox > table td .box .pic {
	float: none;
	max-width: 90%;
	margin-right: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}
}

.kehu{
	background: url(/images/kehu-bg.jpg) center no-repeat ;
	background-size: cover;
}

.partner-container {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 20px 0 100px 0;
 margin: 0 auto;
 width: 1220px;
}

.m-partner-container{
    display: none;
}

.partner-row {
 margin: 10px 0;
 
}

.partner-row >.row1{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/nonghang.jpg) center no-repeat;text-align:center;
}

.partner-row .row1 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row1:hover{
    background: #164387;
} 

.partner-row .row1:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.partner-row >.row2{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/jianhang.jpg) center no-repeat;text-align:center;
}

.partner-row .row2 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row2:hover{
    background: #164387;
} 

.partner-row .row2:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.partner-row >.row3{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/zhonghang.jpg) center no-repeat;text-align:center;
}

.partner-row .row3 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row3:hover{
    background: #164387;
} 

.partner-row .row3:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.partner-row >.row4{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/minsheng.jpg) center no-repeat;text-align:center;
}

.partner-row .row4 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row4:hover{
    background: #164387;
} 

.partner-row .row4:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}

.partner-row >.row5{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/renbao.jpg) center no-repeat;text-align:center;
}

.partner-row .row5 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row5:hover{
    background: #164387;
} 

.partner-row .row5:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}

.partner-row >.row6{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/dianxin.jpg) center no-repeat;text-align:center;
}

.partner-row .row6 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row6:hover{
    background: #164387;
} 

.partner-row .row6:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.partner-row >.row7{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/youzheng.jpg) center no-repeat;text-align:center;
}

.partner-row .row7 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row7:hover{
    background: #164387;
} 

.partner-row .row7:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.partner-row >.row8{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/nengtou.jpg) center no-repeat;text-align:center;
}

.partner-row .row8 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row8:hover{
    background: #164387;
} 

.partner-row .row8:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.partner-row >.row9{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/shudao.jpg) center no-repeat;text-align:center;
}

.partner-row .row9 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row9:hover{
    background: #164387;
} 

.partner-row .row9:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}

.partner-row >.row10{
    width:244px;
    height: 90px;
    /*border:1px gray;*/
    /*border-style: dashed;*/
    float: left;
    padding: 0 25px;
	border-radius: 5px;
    background:url(/uploads/allimg/yancao.jpg) center no-repeat;text-align:center;
}

.partner-row .row10 > p{
    width: 100%;
    height: 100%;
    display: none;
}

.partner-row .row10:hover{
    background: #164387;
} 

.partner-row .row10:hover .row-p {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


@media screen and (max-width:1024px){

.partner-container{
    display: none;
}    
    
.m-partner-container{
    display: block;
    
}

.m-partner-container-row{
    width: calc(100% - 10px);
}

.row{
    width: calc((100% - 10px)/2);
    float: left;
    text-align: center;
    margin: 5px auto;
    overflow: hidden;
}

.row img{
    margin: 5px auto;
    width: 100%;
    height: 100%;
}

.banner{
	width: 100%;
	height: 100%;
}

.banner li:first-child {
	display: block;
}


}


