﻿.boxes {
    position: relative;
    padding: 70px 0px;
    background: #edf7fc;
    overflow: hidden;
}
.boxes.b20.r {
    background: #fff;
}
.boxes.b20 .bgs {
	width: 25%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0px;
	background: #1d449b;
	content: '';
}

.boxes.b20 .bgs .i {
	background: center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: .1;
}
.w1400 {
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
}
.yfBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.yfThum {
    width: 30%;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.yfThum .pic {
    background: center center no-repeat;
    background-size: cover;
}
.yfInfo {
    width: 60%;
    position: relative;
    margin-top: 120px;
}
.yfInfo .icon {
    display: none;
}
.yfInfo .name {
	font-size: 24px;
	line-height: 1.7;
	color: #1cb6cd;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}

.yfInfo .name b {
color:#b7b6b6;
}
.yfInfo .des {
	font-size: 16px;
	line-height: 2;
}
.yfInfo .des p{
text-align: left;
line-height: 30px;
margin-bottom:10px;

}
.yfInfo .word {
	font-size: 14vw;
	display: block;
	position: absolute;
	left: 0px;
	top: -12vw;
	color: transparent;
	-webkit-text-stroke: 1px #009cde;
	opacity: .2;
	width: 200%;
}

.yfThum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.boxes.b20.r .w1400 .yfBox {
	direction: rtl;
}

.boxes.b20.r .w1400 .yfBox .des {
	direction: initial;
	text-align: right;
}
.boxes.b20.r .w1400 .yfBox .des img{
max-width:100%;
    }
.yfInfo::after {
	width: 140px;
	height: 3px;
	position: absolute;
	left: -150px;
	top: 53px;
	content: '';
	background: #009cde;
}

.boxes.b20.r {
	background: #fff;
}

.boxes.b20.r .bgs {
	left: auto;
	right: 0%;
}

.boxes.b20.r .yfInfo .word {
	left: auto;
	right: 0%;
}

.boxes.b20.r .yfInfo::after {
	left: auto;
	right: -150px;
}
.btn-more,.btn-more1 {
    width: 130px;
    height: 34px;
    border: 1px solid #333;
    display: block;
    margin: 0px auto;
    text-align: center;
    line-height: 34px;
    color: #333;
    transition: background 300ms;
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
}
.btn-more1 {
border: 1px solid #333;
color: #333;
}
.btn-more:before,.btn-more1:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00a3df;
    -webkit-transition: -webkit-transform .58s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .58s cubic-bezier(.4,0,.2,1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    visibility: hidden\9;
}
.btn-more:hover {
    border-color: #00a3df;
     color:#fff;
}
.btn-more1:hover {
    border-color: #00a3df;
    color:#fff;
}
.btn-more:hover:before,.btn-more1:hover:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    visibility: visible\9;
}

@media (max-width: 1600px) {
}
@media (max-width: 1500px) {
}
@media (max-width: 1450px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1355px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1260px) {
}
@media (max-width: 1199px) {


}
@media (max-width: 1000px) {
}
@media (max-width: 800px) {
}
@media (max-width: 760px) {
.boxes {
    background: #0065b6;
}
.boxes.b20 {
    padding: 70px 0px 50px;
}
.boxes.b20 .bgs {
    width: 100%;
    height: 100%;
}
.yfBox {
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.yfThum {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    display: none;
}
.yfThum .pic {
    height: 40vh;
}
.yfThum img {
    display: none;
}
.yfInfo {
    width: 100%;
    margin-top: 0px;
}
.yfInfo .icon {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    background: #fff;
    border-radius: 50%;
    top: -60px;
}
.yfInfo .icon span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 12.5px;
    top: 0.5px;
    background: url(../images/jsmico.png) no-repeat;
    background-size: auto 50px;
}
.yfInfo .icon.i2 span {
    background-position: -60px 0px;
}

.yfInfo .icon.i3 span {
    background-position: -117px 0px;
}
.yfInfo .icon.i4 span {
    background-position: -175px 0px;
}



.yfInfo .word {
    display: none;
}
.yfInfo .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 5px;
}
.yfInfo .name b {
    display: none;
}
.yfInfo .des {
    font-size: 14px;
    text-align: justify;
}
.yfInfo::after {
display:none;
    }
    .btn-more, .btn-more1 {
clear:both;
    float: none;
    }




























}
@media (max-width: 640px) {
}
@media (max-width: 500px) {
}