*{
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
.screen-fluid{
	margin-left: auto;
	margin-right: auto;
}
.screen{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.screen-top{
	margin-top: 55px;
}
.screen-bot{
	margin-bottom: 55px;
}

/*header{
	height: 868px;
}*/

header>.active{
	background-color: #fff;
	border-bottom:none;
}
header>.active .rig>ul>li>a{
	color: #000;
}
header>.screen-fluid{
	height: 83px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: .5s;
}
#soshuo{
	z-index: 10;
}
/*header>.screen-fluid:hover{
	background-color: #fff;
	border-bottom:none;
}*/

/*header>.screen-fluid:hover .rig>ul>li>a{
	color: #000;
}*/

header>.active .soshuo2{
		display: block;
}
header>.active .soshuo{
		display: none;
}

header>.active .log>a>img:nth-of-type(2){
	display: block;
}
header>.active .log>a>img:nth-of-type(1){
	display: none;
}
/*header>.screen-fluid:hover .soshuo2{
		display: block;
}
header>.screen-fluid:hover .soshuo{
		display: none;
}*/
/*header>.screen-fluid:hover .log>a>img:nth-of-type(2){
	display: block;
}
header>.screen-fluid:hover .log>a>img:nth-of-type(1){
	display: none;
}*/


header>.screen-fluid>div{
	height: 83px;
}
.header1{
	height: 100%;
	position: relative;
}
.rig2{
	position: absolute;
	background: rgb(245,245,245);
	z-index: 2;
	top: 83px;
	width: 100%;
	left: 0;
	height: 100rem;
	display: none;
}
.rig2>ul{
	padding: 0 3%;
}
.rig2>ul>li{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 1px solid rgb(220,220,220);
}
.rig2>ul>li>a{
	display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
}
.log{
	height: 100%;
	float: left;
}
.log>a{
	height: 100%;
}
.log>a>img{
	/*height: 52px;
	line-height: 83px;*/
	margin-top: 16px;
	width: 100%;
}
.log>a>img:nth-of-type(2){
	display: none;
}

.rig{
	float: left;
	height: 100%;
	margin-left: 18%;
	transition: all .3s ease;
	
}
.rig>ul{
	float: left;
    height: 83px;
    line-height: 83px;
    font-size: 18px;
}
.rig>ul>li{
	float: left;
	margin: auto 26px;
	transition: all .3s ease;
	position: relative;
}
.rig>ul>li>a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.rig>ul>li:hover div{
	width: 100%;
}
.rig>ul>li>div{
	position: absolute;
	left: 0px;
	width: 0%;
	bottom: 0;
	height: 3px;
	transition: all .3s ease-in-out;
	background-color: rgb(238,196,36);
}
.rig>ul>li>.active{
	width: 100% !important;
}
.soshuo{
	float: right;
	height: 83px;
	text-align: center;
	line-height: 83px;
	cursor: pointer;
}
.soshuo>img{
	width: 30px;
	height: 30px;
	margin-top: 26px;
	padding: 0px 10px;
}
.soshuo2{
	display: none;
	cursor: pointer;
}
.soshuo2{
	float: right;
	height: 83px;
	text-align: center;
	line-height: 83px;
}
.soshuo2>img{
	width: 30px;
	height: 30px;
	margin-top: 26px;
	padding: 0px 10px;
}

#heightlbt{
	height: 868px;
	width: 100%;
}
header>.swiper>div>div{
	
}
.wz{
	margin-top: 360px;
	width: 50% !important;
	padding:15px;
	border-radius:20px;
	/*z-index: -1;*/
	background:linear-gradient(to right,rgba(2,34,139,.5),rgba(2,34,139,.5),rgba(2,34,139,.2)) ;
}
.wz>p{
	color: #fff;
	margin-left: 35px;
	opacity: 0;
	padding-top: 40px;
	font-weight: bold;
	
}
.wz>p:nth-of-type(1){
	font-size: 48px;
	margin-bottom: 10px;
	color:#fff;
	text-shadow:1px 1px #000;
	transition: 2s;
}
.wz>p:nth-of-type(2){
	font-size: 36px;
	color:#fff;
	text-shadow:1px 1px #000;
	opacity: 0;
	transition: 2.5s;
}
.swiper-slide-active>.wz>p{
	opacity: 1;
	padding-top: 0;
	
}

/*菜单*/
#menu{
	float: right;
    text-align: center;
    line-height: 83px;
    position: relative;
    display: none;
    transition: .3s;
    width: 20px;
    height: 20px;
    margin-top: 32px;
}

#menu span{
	width: 100%;
	height: 2px;
	display: block;
	border-radius: 1px;
	background: black;
	position: absolute;
	transition: 1s;
	transform-origin: left 50%;
}

#menu1{
	top: 2px;
}
#menu2{
	transition: 2s;
	top: 9px;
}
#menu3{
	bottom: 2px;
}

#menu:hover #menu1{
	top: 0px;
}
#menu:hover #menu2{
	transition: 1s;
}

#menu:hover #menu3{
	bottom: 0px;
	transform: ;
}
.swiper-pagination-bullet{
	width: 4%;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	opacity: .8;
}
.swiper-pagination-bullet-active{
	background-color: rgb(52,78,160);
}

.swiper-button-prev{
	right: 10px;
	left: auto;
	margin-right: 30px;
	top: -20px;
}
.swiper-button-prev img,.swiper-button-next img{
	width: 18px;
	height: 9px;
	margin-right: 30px;
}
.swiper-button-next{
	top: 20px;
	margin-right: 30px;
}
.swiper-button-prev span,.swiper-button-next span{
	color: #fff;
    font-size: 0.825rem;
    margin: 0 0.5rem;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: '';
}
.fy{
	position: absolute;
	width: 100%;
    top: 37%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}
.js-left{
	width: 55%;
	float: left;
	margin-top: 19px;
}
.js-bth{
	margin-top: 34px;
	border: 1px solid rgb(33,108,173);
	text-align: center;
	width: 148px;
	height: 36px;
	transition: .3s;
}
.js-bth:hover{
	background-color: rgb(33,108,173);
}
.js-bth:hover a{
	color: #fff;
}
.js-bth a{
	color: rgb(33,108,173);
	line-height: 36px;
	display: block;
	transition: .3s;
	font-size: 14px;
}
.js-left>p{
	margin-bottom: 13px;
	line-height: 35px;
	padding-right: 20px;
	color: rgb(89,89,89);
}
.js-left>h1{
	color: rgb(57,78,160);
	font-size: 30px;
}
.js-h1{
	width: 60px;
	height: 3px;
	background-color: rgb(57,78,160);
	margin-top: 10px;
	margin-bottom: 50px;
}
.js-right{
	width: 45%;
	float: left;
	margin-top: 19px;
}
.ywbt{
	padding-top: 48px;
	margin-bottom: 16px;
	font-size: 30px;
}
.ywbt2{
	font-size: 15px;
	margin-bottom: 51px;
	font-weight: bold;
}
.ywbt,.ywbt2{
	text-align: center;
	color: #fff;
	
}
.ywfw{
	background:url(../img/bann3.png)repeat-x center center;
	height: 760px;
}
.ywfw>div{
	position: relative;
}
.yw-prev{
	position: absolute;
	left:25px;
	top: 62%;
	margin-right: 0px;
}
.yw-prev img,.yw-next img{
	width: 46px;
	height: 46px;
	margin-right: 0px;
}
.yw-next{
	position: absolute;
	right: 25px;
	top: 62%;
	margin-right: 0px;
}
.yw-p{
	height: 86px;
	line-height: 86px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
	font-weight: bold;
}
.yw-lb{
	max-width: 350px;
	text-align: center;
	overflow: hidden;
}
.yw-lb:hover .yw-p{
	background-color: rgb(52,78,160);
	color: #fff;
}
.yw-lb:hover .yw-img{
	transform: scale(1.02);
}
.yw-img{
	width: 100%;
	height: 433px;
	transition: .3s;
/*	object-fit:contain;*/
}
.ysbt{
	padding-top: 23px;
	margin-bottom: 16px;
	font-size: 30px;
	color: rgb(52,78,160);
}
.ysbt2{
	font-size: 15px;
	margin-bottom: 31px;
	color: rgb(95,95,95);
	font-weight: bold;
}
.ysbt,.ysbt2{
	text-align: center;
}

.ys>ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.ys>ul>li{
	margin-top: 20px;
	width: 267px;
	height: 388px;
	background-color: rgb(242,242,242);
	text-align: center;
	transition: .3s;
	cursor: pointer;
}
.ys>ul>li img{
	width: 113px;
	height: 113px;
	margin-top: 40px;
	transition: .3s;
}
.ys>ul>li img:hover{
	transform: scale(1.1);
/*	transform: rotate(360deg);*/
}
.ys>ul>li img:nth-of-type(2){
	margin-left: auto;
	margin-right: auto;
}
.ys>ul>li img:nth-of-type(2){
	display: none;
}
.ys>ul>li h2{
	font-size: 19px;
	margin-top: 16px;
	color: rgb(51,51,51);
}
.ys>ul>li p{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	overflow : hidden;
	-webkit-line-clamp: 6;
	font-size: 14px;
	line-height: 24px;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}
.ys>ul>li:hover{
	background-color: rgb(52,78,160);
}

.ys>ul>li:hover h2,.ys>ul>li:hover p{
	color: #fff;
}
.ys>ul>li:hover img:nth-of-type(1){
	display: none;
}
.ys>ul>li:hover img:nth-of-type(2){
	display: block;
}
.hc-left{
	height: 120px;
	float: left;
	width: 38%;
	position: relative;
	top: 98px;
	left: 98px;
}
.hc-left p{
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	
}
.hc-left h2{
	margin-top: 16px;
	font-size: 30px;
	font-weight: bold;
}
.hc-left>div{
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin-top: 29px;
	margin-left: 4px;
}
.hc-right{
	top: 126px;
	width: 54%;
	max-width: 743px;
	left: 30px;
	float: left;
	height:64px;
	position: relative;
	display: flex;
	justify-content: space-around;
}
.hc-right li{
	float: left;
	width: 33.33%;
	max-width: 250px;
	border-right: 1px solid rgb(70,61,120);
	position: relative;
	
}
.hc-right li:last-child{
	border: none;
}
.hc-right li p{
	font-size: 34px;
	font-weight: bold;
	font-family: "微软雅黑";
	text-align: center;
}
.hc-right li p>span:nth-of-type(2){

	font-size: 12px;
}
.hc-right li h5{
	font-size: 14px;
	text-align: center;
}
.hc{
	color: #fff;
}
.al>div>h1{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: rgb(52,78,160);

}
.al>div>p{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	color: rgb(70,70,70);
}
.lbt2{
	margin-top: 58px;
}
.al-p{
	font-size: 15px;
	line-height: 26px;
	margin-top: 5px;
	overflow : hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}
.al-h2{
	font-weight: bold;
	font-size: 19px;
	font-family: "microsoft yahei";
	margin-top: 12px;
	
}
.al-img{
	width: 100%;
	transition: .3s;
}
.al-lb:hover .al-img{
	transform: scale(1.02);
}
.al-lb{
	max-width: 660px;
	overflow: hidden;
}
.al>div{
	position: relative;
}
.al-prev{
	position: absolute;
	left:25px;
	top: 54%;
	margin-right: 0px;
}
.al-prev img,.al-next img{
	width: 46px;
	height: 46px;
	margin-right: 0px;
}
.al-next{
	position: absolute;
	right: 25px;
	top: 54%;
	margin-right: 0px;
}
.al-fy{
	/*top: 100%;*/
	
}
.al-fy>span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
}
.swiper3{
	/*height: 548px;*/
}

.al-fy>.swiper-pagination-bullet-active{
	background-color: rgb(52,78,160);
}
.xw>div>h1{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: rgb(52,78,160);
	padding-top: 40px;
}
.xw>div>p{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: rgb(96,96,96);
}
.xw-1{
	margin-top: 50px;
}
.xw-left{
	float: left;
	width: 46%;
	max-width: 640px;
}
.xw-right{
	float: left;
	background-color: rgb(249,249,249);
	width: 51%;
	max-width: 710px;
	margin-left: 50px;
}
.xw-left-5{
	max-width: 640px;
	width: 100%;
	overflow: hidden;
}
.xw-left>.xw-left-5>img{
	width: 100%;
	transition: .3s;
}
.xw-left-5:hover img{
	transform: scale(1.02);
}
.xw-2{
	background-color: rgb(249,249,249);
	margin-top: 17px;
}
.xw-left-1{
	float: left;
	width: 15%;
	color: rgb(89,89,89);
}
.xw-left-1>p:nth-of-type(1){
	margin-left: 26%;
	margin-top: 14px;
	font-size: 23px;
}
.xw-left-1>p:nth-of-type(2){
	margin-top: 25px;
	margin-left: 37%;
	font-size: 14px;
	
}
.xw-left-2{
	float: left;
	width: 85%;
	
}
.xw-left-2 h2{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 18px;
	padding-left: 40px;
	overflow : hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}
.xw-left-2 p{
	font-size: 14px;
	padding-left: 40px;
	color: #666;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow : hidden;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}
/**/
.xw-left-3{
	float: left;
	width: 15%;
	color: rgb(89,89,89);
}
.xw-left-3>p:nth-of-type(1){
	margin-left: 26%;
	margin-top: 14px;
	font-size: 23px;
}
.xw-left-3>p:nth-of-type(2){
	margin-top: 25px;
	margin-left: 37%;
	font-size: 14px;
	
}
.xw-left-4{
	float: left;
	width: 84%;
	border-left: 1px solid rgb(232,232,232);
}
.xw-left-4 h2{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 18px;
	padding-left: 40px;
	overflow : hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}
.xw-left-4 p{
	font-size: 14px;
	padding-left: 40px;
	color: #666;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow : hidden;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
}
.xw-right li{
	padding: 22px 0;
}
.foot-top{
	height: 414px;
	border-bottom:1px solid rgb(43,64,102);
}
.foot-top>.screen{
	position: relative;
}
.foot-boot{
	height: 115px;
}
.footer-lef{
	position: absolute;
	width: 305px;
	height: 240px;
	top: 90px;
	color: rgb(131,143,165);
}
.foor-scr>h2{
	font-size: 18px;
	margin-top: 38px;
	margin-bottom: 7px;
}
.foor-scr>span{
	font-size: 14px;
	line-height: 35px;
}
.footer-cer{
	position: absolute;
	left: 305px;
	width: 59%;
	height: 320px;
	top: 90px;
	
}
.footer-cer>ul{
	display: flex;
	justify-content: space-around;
}
.footer-cer>ul>li{
	float: left;
	
}
.footer-cer>ul>li a{
	color: rgb(131,143,165);
}
.footer-cer>ul>li>a{
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px
}
.footer-cer>ul>li>ul>li>a{
	font-size: 14px;
}
.footer-cer>ul>li>ul>li{
	padding: 6px 0px;
}
.footer-rig{
	position: absolute;
	right: 2%;
	width: 124px;
	height: 170px;
	top: 90px;
	text-align: center;
}
.footer-rig img{
	width: 124px;
	height: 124px;
}
.footer-rig p{
	color: rgb(131,143,165);
	margin-top: 14px;
	font-size: 14px;
	text-align: center;
	
}
.foot-boot p{
	text-align: center;
	color: rgb(131,143,165);
	font-size: 14px;
	padding: 40px 0;
}
.bann{
	text-align: center;
	height: 626px;
	color: #fff;
	position: relative;
}
.bann h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	font-size: 30px;
	font-weight: bold;
}
.bann h1:before{
	content: '';
	height: 2px;
	width: 60px;
	background-color: #fff;
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translate(-50%);
}
.bann p{
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%);
	font-size: 18px;
	font-family: arial;
}
.lm{
	height: 73px;
	border-bottom: 1px solid rgb(228,228,228);
}
.lm>div>ul>li{
	float: left;
	max-width: 100px;
	width: 33.33%;
	min-width: 100px;
	text-align: center;
	
}
.lm>div>ul>li>a{
	font-size: 15px;
	font-weight: bold;
	transition: .3s;
	margin: 26px 0px;
	display: block;
	border-right: 1px solid rgb(228,228,228);

}
.lm>div>ul>li>i{
	background-color: rgb(53,78,160);
	height: 2px;
	width: 0%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: .3s;
}
.lm>div>ul>li>a:hover{
	color: rgb(53,78,160);
}
.lm>div>ul>li>a:hover +i{
	width: 100%;
	
}
.lm>div>ul>.active>a{
	color: rgb(53,78,160);
}
.lm>div>ul>.active>i{
	width: 100%;
}
.jj>div,.fc>div{
	text-align: left;
}
.jj>div>h1{
	font-size: 36px;
	font-weight: 500;
	margin-top: 41px;
}
.jj>div p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	width: 100%;
	color: rgb(89,89,89);
	margin-left: auto;
	margin-right: auto;
}
.fc>div>h1{
	font-size: 36px;
	font-weight: 500;
	margin-top: 42px;
	margin-bottom: 50px
}
.fc-img{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/*.fc-img>img{
	max-width: 600px;
	width: 100%;
	max-height: 400px;
	transition:0.3s;
	padding: 3px 3px;
	
}*/
.fc-img>li{
 max-width: 600px;
 width: 100%;
 max-height: 400px;
 margin: 3px 3px;
 overflow: hidden;
}
.fc-img>li:hover img{
 transform: scale(1.05);
}
.fc-img>li>img{
 width: 100%;
 transition: .3s;
}
.case{
	margin-top: 43px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.case>li{
	max-width: 660px;
	width: 100%;
	margin: 10px 0;
	background-color: rgb(242,242,242);
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
}
.case>li:hover{
	background-color: rgb(56,78,160);
	
}
.case>li:hover a{
	color: #fff;
}
.case>li:hover a>img{
	transform: scale(1.02);
}
.case>li>a>img{
	width: 100%;
	transition: .3s;
}
.ca-h2{
	font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
	margin-bottom:25px;
	text-align:center;
    padding: 0 25px;
}
.ca-p{
	font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 12px;
    padding: 0 25px;
    z-index: 99;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pagebar{
	margin-top: 36px;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: rgb(225,225,225);
  margin-top: 10px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
/*    margin-top: 10px;*/
}
.pagination a:hover {
  color: #fff;
  border: 1px solid #fff rgb(6,30,75);
  background: rgb(6,30,75);
}
.pagination a.page-num-current {
  color: #fff;
  background: rgb(6,30,75);
  border: 1px solid rgb(6,30,75);
}
.service{
	margin-top: 43px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service>li{
	background-color: rgb(242,242,242);
	margin: 4px 0;
	transition: .3s;
	max-width: 342px;
	width: 100%;
	overflow: hidden;
}
.service>li>a>img{
	width: 100%;
	transition: .3s;
}

.service>li:hover a>img{
	transform: scale(1.02);
}
.service>li:hover{
	background-color: rgb(56,78,160);
}
.service>li:hover a{
	color: #fff;
}
.se-p{
	height: 86px;
	line-height: 86px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
	z-index: 999;
	font-weight: bold;
}

.news{
	margin-top: 40px;
}
.news>li{
	width: 100%;
	margin: 10px 0;
	background-color: rgb(242,242,242);
}
.new-left{
	max-width: 300px;
	float: left;
	overflow: hidden;
}
.news>li img{
	max-width: 300px;
	float: left;
	transition: .3s;
}
.news>li img:hover{
	transform: scale(1.04);
}
.news>li h2{
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	overflow : hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news>li p{
	margin-top: 12px;
	font-size: 14px;
	color: rgb(51,51,51);
	line-height: 24px;
	overflow : hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news>li>.new-right>a{
	border: 1px solid rgb(207,207,207);
	padding: 9px 23px;
	display: block;
	width: 94px;
	margin-top: 18px;
	transition: .3s;
	font-size:14px;
	font-weight:bolder;
}
.news>li>.new-right>a:hover{
	background-color: rgb(53,78,160);
	color: #fff;
}
.new-right{
	margin-left: 300px;
	padding: 0 40px;
}



.contact{
	text-align: center;
}
.contact>h1{
	font-size: 36px;
	font-weight: 500;
	color: #333;
	margin-top: 43px;
	
}
.contact>p{
	font-size: 16px;
    line-height: 30px;
    margin-top: 34px;
    width: 94%;
    color: rgb(89,89,89);
    margin-left: auto;
    margin-right: auto;
}
.contact-2>ul{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 50px;
}
.contact-2>ul li{
	width: 320px;
	text-align: center;
	margin-top: 50px;
}
.new-h1{
	font-size: 24px;
	font-weight: bold;
	padding-top: 45px;
	overflow : hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.new-p{
	font-size: 14px;
	padding: 22px 0;
	
}
.new{
	
}
.new p{
	text-indent: 28px;
	font-size: 16px;
	line-height: 32px;
	
}
.new>h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.new img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
}
.new span{
	font-size: 14px;
}
.new-pr{
	margin-top: 40px;
}
.new-pr,.new-next{
	padding: 5px 0;
}
.new-pr>a>span:nth-of-type(1),.new-next>a>span:nth-of-type(1){
	font-weight: bold;
	font-size: 14px;
}
.new-pr>a:hover,.new-next>a:hover{
	color: rgb(53,78,160);
}


.soshuo3{
	width: 100%;
	height: 100%;
	background-color: rgb(34,34,34);
	position: fixed;
	z-index: 9999;
	
}
#soshuo3{
	display: none;
}
.soshuo4{
	position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 60%;
    opacity: 0;
    transition: 1s;
    height: 80px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
}

.soshuo4>form>input{
	border: none;
    font-size: 36px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    background: none;
    outline: none;
    /*padding-left: 10%;
    padding-right: 20%;*/
}
.soshuo4>form>button{
    border: none;
    height: 46px;
    font-size: 24px;
    line-height: 46px;
    color: #555;
    text-align: center;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
    /*outline: none;*/
   cursor: pointer;
}

.soshuo4:before{
	content: '';
	width: 10%;
	background: url(../img/sosho2.png)no-repeat left center;
    position: absolute;
    left: 0;
    height: 50px;
    top: 30%;
    margin-top: -25px;
}
.search-alert .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
    float: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#gb{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
}
#gb>div{
	transition: .3s;
}
#gb:hover div{
	background-color: red !important;
}
.soshuo5{
	height: 60px;
    line-height: 60px;
    padding: 0 20px;
}
.wz2{
	position: absolute;
	top: 40%;
	color: #fff;
	z-index: 99;
	border-radius:20px;
	padding:10px;
	left:50%;
	transform: translateX(-50%);
	width: fit-content;
	background:linear-gradient(to right,rgba(2,34,139,.5),rgba(2,34,139,.5),rgba(2,34,139,.2)) ;
}
.wz2>p{
	color: #fff;
	margin-left: 35px;
	opacity: 0;
	padding-top: 40px;
	font-weight: bold;
	
}
.wz2>p:nth-of-type(1){
	font-size: 30px;
	margin-bottom: 10px;
	transition: 2s;
}
.wz2>p:nth-of-type(2){
	font-size: 18px;
	opacity: 0;
	transition: 2.5s;
}
.swiper-slide-active>.wz2>p{
	opacity: 1;
	padding-top: 0;
	
}
#lbtb{
	display: none;
}
#lbta{
	display: block;
}
.animated>li>p>span:nth-of-type(1){
	font-size: 33px;
}
