@charset "utf-8";

/* CSS Document */
/*2021.10.11 */
/*2022.4.27*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
	
}

.container {
	max-width: 1320px;
	width: 90%;
}


/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	font-style: normal;
	border-bottom-color: #1357a7;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #1357a7;
	color: #fff;
}


/*顶部弹出样式 end*/
.wc-top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	min-height:126px;	
}

.logo{
	text-align: left;
}





.top-right{
padding-top: 16px;

}

.wc-menu {
	padding: 20px 0 17px;
	min-height: 55px;
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.wc-menu ul li {
	line-height: 35px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: inline-block;
	transition: all 0.2s;
	text-decoration: none;
	padding: 0 8px;
	line-height: 34px;
	padding-bottom: 5px;
	font-weight: normal;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	border-bottom: 2px solid #fff;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	border-bottom: 2px solid #fff;
}

.wc-menu ul li a:hover {
	border-bottom: 2px solid #fff;
}

.wc-menu ul li a.active,
.wc-menu ul li a:hover {
	border-bottom:2px solid #fff;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	top: 41px;
	background: #1357a7;
	min-width: 110%;
        left:-5%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
}

.wc-menu ul li .ernav ul li {
	display: block;
	/*二级下拉有影响，需要转化为块状*/
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 26px;
	font-size: 15px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 20px 10px 15px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #e5bc51;
	color: #fff;
}

/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	overflow: hidden;
	 /* border-top: 14px solid #1357a7; */
}

.banner img {
	cursor: pointer;
}
.banner .bbg img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
}
.banner .bbg2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}

.banner .swiper-container {
	width: 100%;
	
	margin: 0;
	padding: 0;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	position: relative;
}
.banner .swiper-container .swiper-slide .bant{
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	text-align: left;
	z-index: 111;
}
.banner .swiper-container .swiper-slide .bant p{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
width: 80%;
}

.banner .swiper-container .bpage{
	position: absolute;
	right: 0px;
	bottom: 34px;
	z-index: 11;
}
.banner .swiper-container .swiper-pagination {
	
	width: 100%;
	text-align: right;
	position: relative;
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 23px;
	height: 24px;
	background:url(/_upload/tpl/0d/20/3360/template3360/images/diand.png) no-repeat center center;
	
	cursor: pointer;
	opacity: 0.35;
	margin: 0 15px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background:url(/_upload/tpl/0d/20/3360/template3360/images/dian1.png) no-repeat center center;
	opacity: 1;
}

/*banner end*/

.newbg{
	background: #fff;
	padding: 60px 0 60px;
	
}

.newbg-con{
	padding-top: 32px;
	clear: both;
	
}

.new-topp{
	
}
.new-topp .new-tit{

}

.new-topp .new-tit h4{
	font-size: 52px;
	color: #333;
	font-weight: bold;
}

.new-topp .new-tit span{
	font-size: 20px;
	font-weight: bold;
	color: #104b9f;
	display: block;
	font-family: arial;	
	margin-top: 15px;
}

.new-topp a{
	display: block;
	margin-top: 65px;
}

.new-onecon{
   padding-top: 42px;	
}

.new-onecon .swiper-container a{
	display: block;
	text-decoration: none;
	
	
}
.new-onecon .swiper-container a .nli-img{
	
	
	
}
.new-onecon .swiper-container a .ndate{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/_upload/tpl/0d/20/3360/template3360/images/blue1.png) no-repeat center top;
	width: 46px;
	height: 68px;
	/*text-align: center;*/
	padding-left: 8px;
	z-index: 1;
}
.new-onecon .swiper-container a .ndate p{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 6px;
	margin-bottom: 0;
	
}
.new-onecon .swiper-container a .ndate span{
	font-size: 14px;
	
	color: #fff;
}


.new-onecon .swiper-container a .nli-img2{
	overflow: hidden;
	
	
	
}
.new-onecon .swiper-container a .nli-img2 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;
    width: 100%;
	
	
}
.new-onecon .swiper-container a:hover .nli-img2 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-onecon .swiper-container a .nli-tt{
	
	
	
}
.new-onecon .swiper-container a .nli-tt h4{
	font-size: 18px;
	color:#104b9f;
	font-weight: normal;
	line-height: 31px;
    min-height: 62px;
	 margin-top: 16px;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
           

}
.new-onecon .swiper-container a .nli-tt p{
	margin-top: 12px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
	
}

.new-thul{
	padding-top: 35px;
}
.new-thul ul{
	padding-left:0px;
	
}
.new-thul ul li{
	margin-bottom: 20px;
}
.new-thul ul li a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 31px;
	text-decoration: none;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

}
.new-thul ul li span{
	display: block;
	font-size: 18px;
	color: #28b8ee;
	margin-top: 5px;
}
.new-thul ul li{
	border-bottom: 2px solid transparent;
	cursor: pointer;
	padding-bottom: 10px;
}
.new-thul ul li:hover{
	border-bottom: 2px solid #007AFF;
}
.new-thul2 ul{
	margin-bottom: 0;
}
.new-thul2 ul li:last-child{
	margin-bottom: 5px;
}

/*stbg*/
.stbg{
	background: url(/_upload/tpl/0d/20/3360/template3360/images/stbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 650px;
	padding: 60px 0;
}

.st-con{
	padding-top: 40px;
}
.st-con .swiper-slide{
	position: relative;
	
}
.st-con .swiper-slide .st-text{
	position: absolute;
	left: 0px;
	top: 30px;
	background: #3ab3e8;
	color: #fff;
	padding: 35px 33px;
	width: 44%;
	transition: all 1s;
}
.st-con .swiper-slide .st-text h4{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    height: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.st-con .swiper-slide .st-text span{
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	display: block;
}
.st-con .swiper-slide .st-text span.sp1{
	
	
}
.st-con .swiper-slide .st-text span.sp2{
	
	
}
.st-con .swiper-slide .st-text p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	text-align: left;
	margin-top: 16px;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

	
	
}
.st-con .swiper-slide .st-img{
	
	float: right;
	
}
.st-con .swiper-slide .st-img img{
width:100%;
}
p.pjia{
	position: absolute;
	left: 15px;
	bottom: 0px;
	margin-bottom: 0;
    z-index: 111;
}
.st-con .swiper-slide .st-text:hover{
	opacity: 0.8;
	transition: all 1s;
}


.keyan{
	padding: 60px 0;
	min-height: 200px;
	
}
.key-con{
	padding-top: 40px;
	
}
.key-con .bd{
	float: left;
	width: 850px;
}
.key-con .bd img{
			height: 504px;
			max-width: 100%;
		}
.key-con .hd ul{
	padding: 0;
}		
		.key-con .hd{
			width: 440px;
			position: absolute;
			right: 0px;
			top: 0px;
			/*font-family: "黑体";*/
		}
		.key-con .hd li{
			border-bottom: 1px solid #49c1f0;		
			background: #104b9f;
			padding: 12px 25px 12px 30px;
			height: 168px;
                        cursor: pointer;
              position: relative;          
		}
	.key-con .hd li:last-child{
		border-bottom: none;
	}
.key-con .hd li a {
	text-decoration: none;
	
}	
.key-con .hd li a i{
	display: block;
	position: absolute;
	left: -30px;
	top: 45%;
border-left:15px solid transparent;
border-right: 15px solid #3ab3e8;
border-top:15px solid transparent;
border-bottom:15px solid transparent;
opacity: 0;

}
.key-con .hd li a h4{
	color: #fff;
	display: block;
	line-height: 31px;
	font-size: 18px;
	font-weight: bold;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

	
}
	
.key-con .hd li a span{
			color: #fff;
			display: block;
			line-height: 27px;
			font-size: 16px;
	position: absolute;
	left: 30px;
	bottom: 24px;
		}
	
.key-con .hd li a:hover{
	color: #123e7a;
}
.key-con .hd li.on {
	background: #3ab3e8;
	
}
.key-con .hd li.on a{
	color: #fff;
}
.key-con .hd li.on a i{
	opacity: 1;
}		


/*footer*/

.footer {
	min-height: 20px;
	padding: 50px 0 25px;
	background: #0e2648;
	font-weight: lighter;
	color: #fff;
}
.footer p{
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	line-height: 31px;
	margin-bottom: 1px;
}
.footer p a{
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	line-height: 31px;
	margin-bottom: 1px;
	cursor: pointer;
	text-decoration: none;
}


.fleft1,.fleft2,.fleft3,.fleft4,.fleft5{
	min-height: 110px;
}


.footer p.fcopy {
	font-size: 14px;
	color: #999;
	font-weight: lighter;
	margin-top: 16px;
    padding: 0 15px;
}



/*.wc-copyEnd*/

.focus-next {
    background: url(/_upload/tpl/0d/20/3360/template3360/images/slidebg.png) right center no-repeat;
    right: 30px;
}
.focus-prev {
    background: url(/_upload/tpl/0d/20/3360/template3360/images/slidebg.png) left center no-repeat;
    left: 30px;
}
.focus-navigation {
    width: 34px;
    height: 68px;
    line-height: 68px;
    margin-top: -34px;
    text-indent: -9999px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ac-rightcon .xueshu{
}
.ac-rightcon .xueshu .li-img{	
	overflow: hidden;	
}

.ac-rightcon .xueshu .li-img img{
	max-width: 100%;
	transition: all 1.5s;
	transform: scale(1.0);	
width: 100%;
}

.ac-rightcon .xueshu:hover .li-img img {	
	transition: all 1.5s;
	transform: scale(1.1);	
}


.ac-rightcon .xueshu .li-tt{
	background: #f6f6f6;
	padding:20px  15px 25px 15px;
        height: 210px;
}
.ac-rightcon .xueshu .li-tt a{
	font-size: 16px;
	color: #123e7a;
	display: block;	
    font-weight: bold;	
    margin-bottom: 10px;
}
.ac-rightcon .xueshu .li-tt a.ji{
    font-weight: normal;
        height: 50px;
	line-height: 28px;
       margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ac-rightcon .xueshu .li-tt a.ji span{
    font-weight: bold;	
}

.ac-rightcon .xueshu .li-tcon p{
	font-size: 14px;
	color: #3e6eb0;
	line-height: 30px;
    margin: 0;
}

.ac-rightcon .xueshu .li-tcon p img{
	   margin-right:8px;
}

.ac-rightcon .xueshu .li-tcon p img.hid2{
	display: none;
}

.ac-rightcon .xueshu .li-tt:hover{	
	cursor: pointer;
        background:#fff;
      box-shadow: 0 0px 8px rgba(0,0,0,.2);
}

.ac-rightcon .xueshu .li-tt:hover  p img.hid2{
	display: initial;
}

/* end*/



@media (min-width: 1200px) {
	
	
	
.fleft1{
	width: 38%;
}
.fleft2{
	width: 24%;
}
.fleft3{
	width: 22%;
}
.fleft4{
	width: 10%;
}
.fleft5{
	width: 30%;
}
	
	
	
	
	
	
	
}
@media (max-width: 1440px) {
	.banner .swiper-container .swiper-slide .bant p{
	font-size: 40px;
}
	
	
	
	
}

@media (min-width: 1320px) {
	
	
	
	
	
}

@media (max-width: 1300px) {
	.banner .swiper-container .swiper-slide .bant p{
	font-size: 34px;
}	
.banner .swiper-container .swiper-pagination-bullet{
	margin: 0 10px;
}	
.new-topp .new-tit h4{
	font-size: 42px;
}	
.key-con .hd{
	width: 380px;
}	



	
}



@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
.banner .swiper-container .swiper-slide .bant p{
	font-size: 30px;
}	
.newbg{
	padding: 30px 0;
}	
.wc-menu{
	padding-top: 10px;
}
.wc-menu ul li a{
	padding: 0;
}	
.banner .swiper-container .swiper-pagination-bullet{
	margin: 0 5px;
}	
.new-topp .new-tit h4{
	font-size: 32px;
	
}	
.new-topp .new-tit span{
	font-size: 18px;
	
}	
.new-onecon{
	padding-top: 22px;
	
}	
.new-thul{
	padding-top: 16px;
}
.new-onecon .swiper-container a .nli-tt p{
	margin-top: 18px;
}
.new-thul ul li a{
	font-size: 16px;
	line-height: 28px;
}
.new-thul ul li span{
	font-size: 16px;
}
.new-thul ul li{
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.new-thul2{
	padding-top: 33px;
}
.new-thul2 ul{
	padding-bottom: 5px;
}
.new-thul2 ul li{
	margin-bottom: 22px;
	padding-bottom: 12px;
}
	
.fleft1, .fleft2, .fleft3, .fleft4{
    min-height: 130px;
}
	.fleft5{
		min-height: 80px;
	}
.key-con .hd{
	width: 300px;
	
}	
.keyan{
	padding: 30px 0 40px;
}	
.stbg{
	padding: 30px 0;
}	
.key-con{
	padding-top: 20px;
}
.st-con .swiper-slide .st-img{
	width: 80%;
}	
.st-con .swiper-slide .st-text{
	padding: 20px;
}	
	
	
}
@media (max-width: 1100px) {
.wc-menu ul li .ernav ul li a{
    padding: 10px;
}

	.new-thul2{
	padding-top: 23px;
}
.new-thul2 ul{
	padding-bottom: 5px;
}
.new-thul2 ul li{
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.new-thul2{
	padding-top: 30px;
}	
	
	
}




@media (max-width: 991px) {
	/*小屏幕设备 平板*/
.new-thul>span,.st-con .pjia{
    display: none;
}

.focus-next,.focus-prev{
    display: none;
}

	.container {
		width: 94%;
	}
.logo1{
	padding-bottom: 10px;
}  
.logo1 a{
  float:left;
}
.banner .swiper-container .swiper-slide .bant p{
	font-size: 26px;
}

  
.new-onecon .swiper-container a .nli-tt p{
	margin-top: 10px;
}    
 .new-topp .new-tit h4{
 	font-size: 26px;
 	
 }   
  .new-topp .new-tit span{
  	font-size: 16px;
  	margin-top: 10px;
  }  
.newbg{
	padding: 20px 0;
}    
 .new-topp a{
 	margin-top: 35px;
 	
 }   
 .stbg{
 	min-height: 300px;
 }   
 
 .new-thul2{
 	padding-top: 20px;
 }
 .st-con{
 	padding-top: 25px;
 	
 }
 .new-thul2 ul li{
 	margin-bottom: 6px;
 	padding-bottom: 6px;
 	
 }

.keyan{
	padding: 30px 0 10px;
}
.key-con2 {
	
}
.key-con2 .swiper-container {
	padding-bottom: 40px;
	
}

.key-con2 .swiper-container .swiper-slide{
	
}
.key-con2 .swiper-container .swiper-slide img{
	
}
.key-con2 .swiper-container .swiper-slide a{
	display: block;
	text-decoration: none;
}
.key-con2 .swiper-container .swiper-slide .ke-bt{
	background: #104b9f;
	text-align: center;
	padding: 10px;
	line-height: 30px;
}
.key-con2 .swiper-container .swiper-slide p{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	
}
.key-con2 .swiper-container .swiper-slide span{
	display: block;
	color: #fff;
	font-size: 16px;
}
.key-con2 .swiper-container .swiper-pagination{
	
	
}
.st-con .swiper-slide p.pjia{
	/*opacity: 0;*/
	bottom: -20px;
}
.st-con .swiper-container{
	padding-bottom: 30px;
	
}

    .fleft4{
    	min-height: 90px;
    }





	
}

@media (max-width: 767px) {

.ac-rightcon .xueshu
{
    margin-bottom: 10px;
}
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		width: 86%;
		text-align: left;
	}
	.logo1 img{
		height: 60px;
	}
	.container {
		width: 100%;
	}
	.banner .swiper-container .swiper-slide .bant{
		bottom: 20px;
	}
.banner .swiper-container .swiper-slide .bant p{
	font-size: 18px;
	width: 100%;
}
.banner .swiper-container .bpage{
	bottom: 0px;
	
}
.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 11px;
	height: 11px;
	background:#fff;
	
	cursor: pointer;
	opacity: 0.35;
	margin: 0 5px;
}
.banner .swiper-container .swiper-pagination-bullet-active {
	background:#fff;
	opacity: 1;
}
.new-onecon .swiper-container a .nli-tt h4{
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 26px;
    min-height: 30px;
}
.new-onecon .swiper-container a .nli-tt p{
	margin-top: 0px;
	
}
.new-onecon .swiper-container{
	padding-bottom: 20px;
}
.new-topp a {
    margin-top: 25px;
}
.new-onecon{
	padding-top: 12px;
}
.new-thul {
    padding-top: 10px;
}
.new-thul ul li{
	margin-bottom: 5px;
}
.newbg{
	padding-bottom: 10px;
}
.keyan{
	padding-top: 15px;
	
}
.st-con{
	
}
.st-con .swiper-container{
	padding-bottom: 40px;
}
.st-con .swiper-slide .st-img {
    width: 100%;
    float: none;
    
}
.st-con .swiper-slide .st-text {
    position: relative;
    left: auto;
    top: auto;
    background: #3ab3e8;
    color: #fff;
    padding: 11px 13px;
    width: 100%;
    transition: all 1s;
}
.st-con .swiper-slide .st-text h4{
	font-size: 16px;
	
	margin: 10px 0;
	
}
.st-con .swiper-slide .st-text span{
	line-height: 25px;
	
}
.st-con .swiper-slide .st-text p{
	margin-top: 3px;
}

.st-con .swiper-slide p.pjia{
	opacity: 0;
}


.stbg{
	padding: 20px 0;
}


.footer{
	padding: 20px 0;
}
.fleft1, .fleft2, .fleft3{
    min-height: 120px;
}

/*add*/
.new-topp .new-tit h4{
	font-size: 20px;
}
.new-topp .new-tit span{
	font-size: 14px;
	margin-top: -5px;
}
.new-onecon .swiper-container a .nli-img2 img{
	width: 100%;
}
.new-right{
	margin-top: 20px;
}
.st-con{
	padding-top: 15px;
}
.fleft4{
	min-height: 50px;
}
.key-con2 .swiper-container .swiper-slide .ke-bt{
	min-height: 110px;
    text-align: left;
    padding: 10px 25px;
}
.keyan {
    padding-top: 10px;
   
}
.new-topp a{
	margin-top: 20px;
	float: right;
}
.new-topp a img{
	width: 30px;
	
}
 .fleft3 {
    min-height: 110px;
}
.footer p.fcopy{
	padding: 0 15px;
	
}











}