﻿@media screen and (min-width: 900px) {
.zw{
    margin-top:15px;
}
.biaoti{
    font-weight: bold;
    font-size: 25px;
    border-radius: 2px;
    padding: 5px 10px;
    color: #000;
    margin-top:5px;
    margin-bottom:15px;
    text-align: center;
}
.box{
    box-shadow: 0px 0px 11px 0px rgb(21 27 57 / 12%);
    background: #005faa;
}
.content{
    position: relative;
    width: 1255px;
    margin:  24px auto 24px;
}
.fh{
    position: absolute;
    right: 8px;
    top: 130px;
    z-index: 556;
    width: 110px;
    height: 40px;
    background:rgb(54 100 227);
    border-radius: 5px;
    transition: .3s all;
}
.fh .fhLogo>i{
    width: 16px;
    height: 12px;
    display: block;
    transition: .3s all;
    margin: 14px 10px 0 12px;
    background-image: url(../imger/fhInside.png);
}
.fh .fhText{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    transition: .3s all;
}
.fh:hover{
    background: rgb(253,160,39);
}
.fh:hover .fhLogo>i{
    background-image: url(../imger/fhInside-hover.png);
}
.fh:hover .fhText{
    color: rgb(255,255,255);
}

.content-left{
    height: 900px;
    width: 350px;
	background-color: #fff;
}
.content-right{
    
    z-index:88;
    width: 900px;
    height: 900px;
    background-color: #ffffff;
    position: relative;
}
.content-right-cgzjbg{
	width: 1255px;
}
.content-right-cgsh{
	width: 1255px;
    height: 700px;
}
.content-right .right-title{
    width: 100%;
    height: 60px;
    margin-top: 5px;
}
.content-right .right-title .titleH2{
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px;
}

.content .menu-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    width: 1255px;
    height: 45px;
	box-sizing: border-box;
}
.content .menu-box .menu-item{
    height: 45px;
    line-height: 45px;
    float: left;
    box-sizing: border-box;
}
.content .menu-box .menu-item a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.content .menu-box .menu-item a:hover{
	font-size: 22px;
	color: rgb(253, 160, 38);
}

.contentbox .index-pic{
	margin-top: 24px;
	width: 1255px;
	border: #fff 2px solid;
	height: 600px;
	box-shadow: darkgrey 10px 10px 30px 5px;
	position: relative;
    display: flex;
    flex-direction: row;
}
.contentbox .index-pic img{
	width: 627px;
    height: 100%;
	border: none;
}
.contentbox .index-pic-space{
    height: 100%;
    width: 1px;
    background-color: rgba(71, 71, 71, 0.5);
    box-shadow: darkgrey 10px 10px 30px 5px;
}
.contentbox .index-pic-mask{
	width:100%;
	height: 100%;
	position:absolute;
	z-index:999;
	top:0; 
	text-align:center;
	background-color: rgba(00, 00, 00, 0.4);
}
.contentbox .index-pic-mask .index-pic-mask-info{
	line-height: 40px;
	font-size: 24px;
}

.h70{
    height: 50px;
    width: 100%;
}

.footer{
    width: 100%;
    height: 60px;

}
.footer>div{
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}
.footer>div,
.footer>div a{
    color: #777777;
}
.footer>div a:hover{
    color: #3664E3;
}

.list-page{
	box-sizing: border-box;
	padding: 0 12px 12px 12px;
}

.list-page .title{
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: #3664e3;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 12px;
}

.list-page ul {
	box-sizing: border-box;
	padding: 12px;
}

.list-page ul a{
	line-height: 30px;
}
.list-page ul a:hover{
	background: rgb(253, 160, 38);
}
.video-box{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
}