@charset "utf-8";

/* CSS Document */
/*2021.10.18 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

html,body,.box{
	height: 100%;
	width: 100%;
	position: absolute;
}


.box {
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center center;
	
	background-size: cover;
	
}

img {
	/*max-width: 100%;*/
}
.container{
	width: 98%;
	margin: auto;
	padding: 0;
}
.topbg{
	background: url(../images/topbg.png) repeat center center;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;


}


.logo{
	
	
}

.logot{
	padding-left: 242px;
	
}
.logot a{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 100px;
	text-shadow: 1px 1px 1px #ccc;
}





.searchbg{
	background: url(../images/searchbg.png) no-repeat center center;
	width: 324px;
	height: 44px;
	margin-top: 30px;
	margin-right: 12px;
}
.searchbg input.inp-text{
	 background:none;
	 width: 280px;
	 line-height: 44px;
	 border: none;
	 padding-left: 10px;
	 
}
.searchbg input.inp-but{
	height: 44px;
	border: none;
	background: none;
	width: 50px;
	padding: 0;
}



.wc-menu {
	background:url(../images/mbg.png) repeat center center;
	width: 244px;
	position: absolute;
	left: 0px;
	top: 0px;
z-index: 11;
	height: 100%;
	text-align: center;
	
	
	
}
.wc-menu a.aa1{
	padding-bottom: 19px;
	display: block;
	padding-top: 15px;
	background: #1f4e9c;
	margin-bottom: 10px;
	    position: relative;
    z-index: 1000;
}



.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	/*display: table;*/
	width: 100%;
}

.wc-menu ul li {
	line-height: 55px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	
	list-style: none;
	/*padding: 0 12px;*/
	
}

.wc-menu ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 57px;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;

	font-family: arial;
	position: relative;
}

.wc-menu ul li a i{
	border-top: 12px solid transparent;
	border-bottom:12px solid transparent;
	border-left:18px solid #204582;
	border-right:14px solid transparent;
	position: absolute;
	right: -34px;
	top: 15px;
	display: none;	
    visibility: hidden;
}




/*
.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 5px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a:focus {
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover:after,
.wc-menu ul li a:focus:after {
	width: 100%;
	background: #3a6ba5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/

.wc-menu ul li a:hover i,
.wc-menu ul li a.selected i,
.wc-menu ul li a.move i,
.wc-menu ul li a.active i,
.wc-menu ul li a.selected i,
.wc-menu ul li a.parent i{
	display: block;
    color: #fff;
    background: #1f4e9c; 
}

.wc-menu ul li .ernav {
     position: absolute;
	left: 105%;
	top: 0px;
	background: #1f4e9c;
	width: 101%;
	z-index: 1111 !important;
	display: none;
	/* opacity: 0.9; */
	border-radius: 5px;
	border-left: 5px solid #3a6ba5;
}
.wc-menu ul li:last-child .ernav{
    top: auto;
    bottom: 0px;
}


.wc-menu ul li:last-child .ernav:before{
	top: auto;
        bottom: 22px;
}


.wc-menu ul li .ernav:before{
	border-top: 8px solid transparent;
	border-bottom:8px solid transparent;
	border-right:8px solid #3a6ba5;
	border-left: 16px solid transparent;
	position: absolute;
	left: -29px;
	top: 22px;
	content: "";
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 26px;
	border: none;
	padding: 0 ;
	margin: 0;
	border-bottom: 1px solid #3a6ba5;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	padding: 10px 20px 10px 30px;
	display: block;
	line-height: 26px;
	border-bottom: none;
	font-weight: normal;
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: #22447f;
	opacity: 1;
	color: #fff;
	
}

.wc-menu ul li .ernav ul li a:after {
	content: "";
	position: relative;
	width: 0px;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover,
.wc-menu ul li .ernav ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.5s ease;
}

.wc-menu ul li .ernav ul li a:hover:after,
.wc-menu ul li .ernav ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*menu End*/

.index-con{
	padding-top: 140px;
	padding-right: 1.85%;
	width: calc(100% - 330px);
	float: right;
	
}


.ss1{
	height: 70vh;
}

.ss2{
	    height: 86vh;
}

.ss2 .mCustomScrollBox{
	overflow: visible;
}

.ss2 .mCSB_container{
      overflow: visible;
}

.ss2 .mCSB_inside > .mCSB_container{
    margin-right: 0px;
}

/*footer*/

.footer {
	min-height: 40px;
    text-align: center;
     padding: 10px 0 15px;
     
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 80%;
     margin-left: 15%;
     
     
     
}


.footer p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	
}

/*.footerEnd*/












