@charset "utf-8";

/* CSS Document */
/*2022.03.31 */
html{
overflow-x: hidden
}
.logo .fl p{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-top: 17px;
    letter-spacing: 1.9px;
}
.logo .fl span{
    font-size: 18px;
    color: #fff;
    padding-top: 2px;
    display: block;
    letter-spacing: 1px;
    text-align: left;
}
.swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.swiper-button-prev,.swiper-button-next{
    background: none;
}
.swiper-button-prev::after,.swiper-button-next::after{
    content:none;
}
.swiper-button-prev{
    left: 50px;
}
.swiper-button-next{
    right: 50px;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;

}

img {
	/*max-width: 100%;*/
}
.container{
	width: 1290px;
	margin: auto;
	padding: 0;
}
.topbg{
    /* background: url(../images/topbg.jpg) no-repeat center center; */

    text-align: center;
	
}
.head{
	position: fixed;
	width: 100%;
	left: 0px;
	top:0px;
	padding: 28px 0;
	z-index: 11;
}

.hbg{
	background: rgba(0,0,0,0.7);
}


.wc-menu {
   padding-top: 36px;
   width: 700px;
   /*margin-right: 60px;*/
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	/*display: table;*/
	width: 100%;

	border-bottom: none;
	/*overflow: hidden;*/
	clear: both;
	
}

.wc-menu ul li {
	line-height: 35px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	float: left;
	
	list-style: none;
	
	
}


.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 0 10px;
}

.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 2px;
	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: #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;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	
color: #fff;
}

.wc-menu ul li .ernav {
	position: absolute;

	left: 0px;
	top:35px;
	background: #333;
	/*background: rgb(45,103,225,0.95);*/
	width: 120%;
	z-index: 1111 !important;
	display: none;
	opacity: 0.85;
	
}

.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 #ccc;
}

.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: #000;
	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 1s 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*/
.ban-tt{
    position: relative;
    z-index: 99;
}
.ban-tt .welcome{
    position: absolute;
    bottom: 10px;
    z-index: 99;
    width: calc(100% - 150px);
    text-align: left;
}

.ban-tt h4{
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
    line-height:88px;
    
}
.ban-ttt{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

.newbg{
	padding:75px 0 ;
	background: #fff;
	
	
}
.newbg .new-top h4{
	font-size: 48px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}

.new-con{
	padding:40px 0 45px;

}
.new-con ul{
	padding: 0;
	margin: 0;
}
.new-con ul li{
	float: left;
	width: 300px;
	margin-bottom: 30px;
	margin-right: 30px;
   transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}



.new-con ul li:nth-child(4n){
	margin-right: 0;
}


.new-con ul li a{
	display: block;
	text-decoration: none;
}
.new-con ul li a .li-img{
	overflow: hidden;
	display:block;
	
	
	
}
.new-con ul li a .li-img img{
	 transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
	
}

.new-con ul li:hover a .li-img img{
	 transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 0.2s linear;
	
	
}

.new-con ul li a .li-tt{
	margin-top: 27px;
	display: block;
	
}
.new-con ul li a .li-tt i{
	display: block;
	font-size: 16px;
	color: #777;
	font-style: normal;
	
	
}
.new-con ul li a .li-tt h4{
    font-size: 20px;
    color: #333;
    line-height: 26px;
    height: 52px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.new-con ul li a .li-tt p{
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
			font-size: 18px;
			color: #999;
			line-height: 25px;

	
}
.new-con ul li:hover{
	 box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
	
}
.new-con ul li .li-tt{
	padding:0 10px 15px;
}




.amore{
	
}
.amore a{
	font-size: 18px;
	color: #3d60aa;
	display: inline-block;
	border:1px solid #2a78ba;
	border-radius:30px;
	line-height: 59px;
	padding: 0 47px;
	text-decoration: none;
    transition: all 0.8s;
}
.amore a:hover{
	color: #fff;
	background:#2a78ba;
	transition: all 0.8s;
	 
}



/*footer*/

.footer {
	min-height: 40px;
	background: #777;
	padding:36px 0 32px;


}
.footer p{
	font-size: 14px;
	color: #fff;
	line-height: 37px;
}
.footer p:first-child{
	margin-bottom: 10px;
}


.swiper-pagination{
    line-height: 88px;
    position: relative !important;
    text-align: right !important;
    display: inline-block;
    float: right;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px;
    background: #cecece !important;
    opacity: 0.8 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff !important;
	    opacity: 1 !important;
}


/*.footerEnd*/






