@charset "UTF-8";

.content {
    width: 100%;
    display: flex;
}

.top {
    float: left;
    margin: 40px auto 36px auto;
}

.top {
    float: left;
    margin: 40px auto 36px auto;
}

.top a {
    float: left;
    width: 373px;
    height: 170px;
    margin: 0 40px 0 0px;
}

.top a:nth-child(3) {
    margin: 0 0 0 0px;
}

.img {
    float: left;
    width: 100%;
    height: 100%;
}

.divName1 {
    background: url("../imgs/index/name.png") 0 center no-repeat;
    float: left;
    width: 100%;
    height: 41px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 41px;
    padding: 4px 0 5px 32px;
    border-bottom: 1px solid #3578E3;
}

.bmLink {
    width: 23%;
    height: 80px;
    background: #F5F8FA;
    float: left;
    margin: 1%;
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    text-align: center;
    line-height: 80px;
}


.bmLink:hover {
    background: #3578E3;
    color: #ffffff;
}

.fuwu2 {
   
    float: left;
}

.noHeight {
    line-height: unset;
    padding: 14px 0;
    box-sizing: border-box;
}

.fLink {
    width: 18%;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    float: left;
    margin: 1%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.fLink:hover {
    border: 1px solid #3578E3;
}

.fLink img {
    width: 70px;
    height: 70px;
    float: left;
    margin: 19px 0 16px 60px;
}

.fLink p {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    line-height: 26px;
    float: left;
    text-align: center;
}

.fLink:hover p {
    color: #3578E3;
}


.divMain {
    float: left;
    padding: 0 0 40px 0;
}

.nameBox {
    width: 100%;
    float: left;
    margin: 24px 0 15px 0;
    height: 26px;
}

.nameBox span {
    height: 26px;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    float: left;
    cursor: pointer;
    margin: 0 16px 0 0;
}

.nameBox div {
    width: 1px;
    height: 14px;
    background: #D8D8D8;
    float: left;
    margin: 6px 16px;
}

.nameBox .fouce {
    color: #3578E3;
}
.dis{
    display: none;
}
.nameBox1 {
    width: 100%;
    float: left;
    margin: 24px 0 15px 0;
    height: 70px;
}

.nameBox1 span {
    width: 50%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.06);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    float: left;
    text-align: center;
    line-height: 70px;
}
.nameBox1 span:first-child {
    margin: 0 0 0 0;
}
.nameBox1 .fouce {
    background: #3578E3;
    color: #ffffff;
}
.bmLink1{
    width: 23%;
    height: 80px;
    background: #F5F8FA;
    float: left;
    margin: 1%;
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    text-align: center;
    line-height: 80px;
}


.bmLink1:hover {
    background: #3578E3;
    color: #ffffff;
}
.nameBox span:nth-child(2) {
    border-left: 1px solid #D8D8D8;
    padding: 0 0 0 16px;
}
@media (max-width: 1200px) {
	.top a{margin-bottom:15px;}

	}
@media (max-width: 800px) {
    .fLink,.bmLink1,.bmLink{width:31.33%}
    .fLink img{margin:0px auto;display:block;margin-bottom:16px;float:none;margin-top:20px;}
    
    
}
@media (max-width: 600px) {
    .bmLink1{width:98%;}
	.top a{width:96%;margin:2%;float:left;display:block;height:auto;}
	.top a:nth-child(3){margin:2%;}
	.divName1{padding-left:2%;}
	.nameBox{width:96%;margin-left:2%;}
	.nameBox1{width:100%;}
	.nameBox1 span{width:50%;margin:0px;}
	.nameBox1 span:first-child{margin:0;}
	.fLink{width:48%;margin:1%;}
	.fLink:nth-child(6n),.bmLink:nth-child(5n+1){margin:1% 1% 1% 1%;}
	.fuwu2{height:auto;}
	.bmLink{width:98%;margin:1%;}
}