/* 解决方案 */

#wBanner {
    overflow: hidden;
    position: relative;
	margin-top:1rem;
}
#wBanner .img {
    position: relative;
    height:3.6rem;
}
.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#wBanner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.container-fulid {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
	width: 100%;
}
#wBanner .box .breadcrumb {
    padding-bottom:0.2rem;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
#wBanner .box .breadcrumb .breadcrumb-item {
    color: #fff;
	font-size:0.24rem;
	font-weight:bold;
}
#wBanner .box .text {
    font-size: 0.32rem;
	line-height:1.6;
}


.min-box .center-box{
	padding:0 0.3rem;
	width:100%;
}
.teseone {
    padding:0.9rem 0;
    background: #ffffff url(../img/tese1bg.jpg) bottom no-repeat;
}
.cate34 {
    text-align: center;
    color: #333;
}
.cate34 .cn2 {
    font-size:0.28rem;
    line-height:2;
	font-weight:bold;
}
.cate34 .hx {
    width:0.4rem;
    height:0.03rem;
    margin:0.1rem auto;
    background-color: #2778be;
}
.cate34 .cn {
    font-size:0.38rem;
    font-weight: bold;
}
.teseone .intro {
    font-size:0.26rem;
    color: #333;
    line-height:1.6;
    text-align: center;
    margin:0.4rem 0;
	padding:0 0.2rem; 
}
.guolist4 {
    overflow: hidden;
    text-align: center;
	display: flex;
    justify-content: space-between;
	margin-top:0.2rem;
}
.guolist4 li {
    display: inline-block;
	width: 33.3333%;
}
.guolist4 li a {
    display: block;
    color: #2778be;
}
.guolist4 h3 {
    font-size:0.52rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-family: "Bahnschrift";
	font-weight:bold;
}
.guolist4 .txt {
    font-size: 0.22rem;
	margin-top:0.1rem;
}


.tesetwo {
    padding:0.9rem 0;
	background-image:url(../img/tese2bg.jpg);
	background-position: center;
	background-size: cover;
	
}
.tesetwo .cate34{
	color:#fff;
}
.tesetwo .con {
    width: 100%;
    position: relative;
    margin-top:0.8rem;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.tesetwo .con li{
	width:47.8%;
	background:#fff;
	overflow:hidden;
	padding:0.6rem 0.4rem;
	margin-right:0.3rem;
	position:relative;
	border-radius:20px 0;
	margin-bottom:0.3rem;
}
.tesetwo .con li:nth-child(2n) {
    margin-right: 0;
}
.t_d2icon {
    width:1.1rem;
	height:1.1rem;
    position: relative;
    margin-bottom: 0.4rem;
}
.t_d2icon img{
    width: 100%;
	height:100%;
}
.t_shyuan {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
}
.t_shover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
 .ywd2h3 {
    margin-bottom:0.27rem;
    position: relative;
}

.ywd2h3 h3 {
    font-size:0.32rem;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    transition: all 0.36s;
}
.ywd2h3 p {
	font-size:0.24rem;
	line-height:1.4;
	color:#666;
    transition: all 0.36s;
	margin-top:0.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	
}

.tesetwo .con li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0068b1, #008bd7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}
.tesetwo .con li:hover::before {
    opacity: 1;
}
.tesetwo .con li:hover .t_shover {
    opacity: 1;
}
.tesetwo .con li:hover .t_shyuan {
    opacity: 0;
}

.tesetwo .con li:hover .ywd2h3 h3 {
    color: #fff;
}
.tesetwo .con li:hover .ywd2h3 p{
    color: #fff;
}

.tesethree {
    padding:0.9rem 0;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf3f8));
    background-image: linear-gradient(to bottom, #ffffff, #ebf3f8);
}
.tesethree .cube {
    position: absolute;
    right: 0;
    bottom: 0.7rem;
    z-index: 0;
    width: 100%;
    height: 2.71rem;
    background: url(../img/tai-cube.png) left no-repeat;
}
.pintailist {
    max-width:100%;
    margin: 0.6rem auto 0;
    font-size: 0;
}
.pintailist li {
    display: inline-block;
    width: 50%;
    position: relative;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.pintailist li a {
    display: block;
    padding: 0.4rem 0;
    text-align: center;
}
.pintailist .pic {
    width: 100%;
    height:2.0rem;
    font-size: 0;
    position: relative;
}
.pintailist .bg {
    position: absolute;
    left:22%;
    top:0.4rem;
    z-index: 0;
    width:1.80rem;
    height:1.44rem;
	background-image: url(../img/taibg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;	
}

.pintailist img {
    width:0.80rem;
    height:1.06rem;
    position: relative;
    z-index: 1;
    vertical-align: top;
}

.pintailist .txt {
    font-size:0.28rem;
    color: #333;
	font-weight:bold;
}

.zhichi {
    max-width: 100%;
    background-color: #fff;
    border-radius:0.56rem;
    margin:0.78rem auto 0;
    position: relative;
	padding:0.2rem 0 0.2rem 2.15rem;	
}

.zhichi dd {
    padding-left:0.4rem;
	background-image:url(../img/tai-right.png);
    margin-left: 0.5rem;
    font-size:0.24rem;
    color: #2778be;
    line-height:2;
    font-weight: bold;
	background-repeat: no-repeat;
    background-size:0.2rem;
    background-position:left;	
}

.drop1 {
    position: absolute;
    left: -0.1rem;
    top:-0.15rem;
    z-index: 3;
    width:2.99rem;
    height:2.47rem;
    background: url(../img/tai-drop1.png) center / cover no-repeat;
}


.tesefour {
    padding:0.9rem 0;
	background-image:url(../img/weibiaoti-3-806.jpg);
	background-position: center;
	background-size: cover;
}
.tesefour .cate34{
	color:#fff;
}
.advlist {
    text-align: center;
	margin-top:0.5rem;
}

.advlist li {
    background: #fff;
    box-shadow: 0px 5px 36.12px 6.88px rgba(127, 127, 127, .09);
    border-radius: 10px;
    font-size:0.28rem;
	width:100%;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
	margin-bottom:0.2rem;
}
.advlist li::before {
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, #019680, #22c286);
    left: 0;
    top: 0;
}

