@charset "utf-8";
/* CSS Document */
/*2022.08.19 */

.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;
	content: "";
}
.search-box .close i::before {
	font-style: normal;
	content: "";
}
.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;
	box-shadow: none;
	font-size: 16px;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #0131a0;
}

.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: #0131a0;
	color: #fff;
}

/*顶部弹出样式 end*/

.wc-topbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	
}

.logo{
	text-align: left;
	padding-top: 20px;
	
}
.top-right{

}
.top-right ul{
	float: right;
}
.top-right ul li{
	float: left;
	text-align: center;
	
	
}
.top-right ul li.li1{
	background: url(../images/cnbg.png) no-repeat center top;
	width: 70px;
	height: 53px;
	margin-right: 5px;
	
}
.top-right ul li.li1 a{
	font-size: 20px;
	color: #fff;
	padding-top: 5px;
	display: inline-block;
	text-decoration: none;
	
}
.top-right ul li.li2 a{
	
	padding-top: 11px;
	display: inline-block;
}
.top-right ul li.li2{
	background: url(../images/sebg.png) no-repeat center top;
	width: 70px;
	height: 73px;
}

.wc-menu {
	margin-top: 25px;
	
	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;
    /* text-align: center; */
    display: table-cell;
    float: left;
    list-style: none;
    margin: 0 8.37px;
    text-align: left;
}


.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: inline-block;
	transition: all 0.2s;
	text-decoration: none;
	padding: 0 9px;
	line-height: 34px;
	padding-bottom: 5px;
	
}

.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;*/
	left: -25px;
	top: 40px;
	background: #093179;
	width: 260px;
	min-width: 100%;	
	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 {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 34px;
	border: none;
	border-bottom:1px solid #294981;
}

.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 21px;
	border-bottom: none;
	font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #8996df;
	color: #fff;
}

/*menu End*/

img {
	max-width: 100%;
}


/* 本例子css */

.banner {
	 overflow: hidden;
	
}


.banner .bbg img{
	max-width: 100%;
}
.banner img {
	cursor: pointer;

}
.text-center{
 text-align: center;
}

.banner .swiper-container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.banner .swiper-wrapper {
	width: 100%;
	
}

.banner .swiper-container .swiper-slide {
	
	
}
.banner .swiper-container .swiper-slide a img{
z-index: 2;
	
}


.banner .swiper-container a{
	text-decoration: none;
	display: block;
	font-family: georgia;
	line-height: auto;
	
}

.banner .swiper-container .swiper-pagination {
	

	text-align: left;
	bottom: -60px;
	
	
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 20px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin-right: 14px;
	box-shadow: 1px 1px 2px 1px #44505c;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}
.banner .bbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 48px;
	z-index: 111;
 /*background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));*/
background: url(../images/banbg.png) repeat-x left bottom;
	
}
.banner .bbg1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index:2;
	height: 100%;
	background: url(../images/bbg.png) repeat-x left top;
	
}


.banner .b-tt{
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 130px;
	width: 100%;
	z-index: 111 !important;
	
}
.banner .b-tt span{
	display: block;
	font-size: 42px;
	color: #fff;
	margin-bottom: 20px;
}
.banner .b-tt p{
	display: block;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	line-height: 68px;
	font-size: 52px;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            border-bottom: 1px solid rgba(255,255,255,0.9);
           padding-bottom: 30px;
}

.banner .bpage {
	position: absolute;
	left: 0px;
	bottom: 130px;
	width: 100%;
	z-index: 1111;
}

.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
}

.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
}
.banner	.zuo{
		position: absolute;
		left: 0px;
		bottom: 70px;
		width: 100%;
		z-index: 11;
	}
.banner .zuo span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.banner .zuo img{
	vertical-align:0px;
}
.banner .zuo .swiper-button-prev{
	right: 160px;
	left: auto;
}
.banner .zuo .swiper-button-prev img{
	
	padding-left: 15px;
	
}
.banner .zuo .swiper-button-next, .swiper-button-prev{
	width: 140px;
	
}
.banner .zuo .swiper-button-next img{
	
	padding-right: 15px;
	
}



/*banner end*/

.newsbg{
	background: #fff;
	padding: 35px 0 40px;
	
}
.new-top{
	text-align: center;
	
}
.new-top .new-tit{
	font-size: 62px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.new-top2 .new-tit{
	color: #fff;
}


.new-con{
	margin-top: 35px;
	
}
.new-con .swiper-container{
	padding-bottom: 20px;
	
}
.new-con .swiper-container .swiper-slide{
	display: block;
	
}
.new-con .swiper-container .swiper-slide a{
	display: block;
	text-decoration: none;
	
}
.new-con .swiper-container .swiper-slide .li-img{
	display: block;
	overflow: hidden;
	
	
}
.new-con .swiper-container .swiper-slide .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 .swiper-container .swiper-slide:hover .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 .swiper-container .swiper-slide .li-tt{
	margin-top: -68px;
	width: calc(100% - 25px);
	float: right;
	background: #fff;
	border-top: 8px solid #0a4a9d;
	z-index: 11;
	position: relative;
	transition: all 0.5s;
	padding: 20px;
	box-shadow: 9px 8px 15px 7px #f8f8f8;
}
.new-con .swiper-container .swiper-slide .li-tt p{
	 font-size: 24px;
	 color: #000;
	 line-height:1.8;
margin-top: 8px;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:4;
            -webkit-box-orient: vertical;
}
.new-con .swiper-container .swiper-slide .li-tt span{
	display: block;
	font-size: 20px;
	color: #0a4a9d;
	font-weight: bold;
	
	
}
.new-con .swiper-container .swiper-slide .li-tt i{
	font-style: normal;
	font-size: 16px;
	color: #5e85d7;
	line-height: 40px;
	border: 1px solid #5e85d7;
	padding: 0 20px;
	display: inline-block;
	margin-top: 10px;
	/*transition: all 0.8s;*/ 
}
.new-con .swiper-container .swiper-slide:hover .li-tt i{
	background: #5e85d7;
	color: #fff;
	/*transition: all 0.8s;*/ 
}


.new-con .swiper-container .swiper-slide:hover .li-tt{
	margin-top: -74px;
	transition: all 0.5s;
	
}
.new-con .swiper-container .swiper-pagination{
	bottom: 0px;
	
}
.new-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.new-con .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}




/*noticebg*/

.noticebg{
	background:#f7f7f1 url(../images/newtbg.jpg) repeat-x left top ;
	min-height: 200px;
	padding-top: 50px;
	padding-bottom: 45px;
	
}
.notice-con{
	padding-top: 26px;
	
}
.notice-con .swiper-container{
	padding-bottom: 40px;
	padding: 0 5px 40px;
}
.notice-con .swiper-container a{
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid transparent;
	border-top: 8px solid #0a4a9d;
	
	text-decoration: none;
	min-height: 132px;
	  transition: all 0.4s ease-out;
    box-shadow: 10px 35px 37px -17px #ecece7;
}
.notice-con .swiper-container a:hover{
	  box-shadow: 0px 25px 27px -17px rgba(0, 0, 0, 0.44);
    transform: scale(1.02); transition: all 0.4s ease-out;
    cursor: pointer;
    border: 1px solid #0a4a9d;
	border-top: 8px solid #0a4a9d;
}
.notice-con .swiper-container a:hover{
	
}

.notice-con .swiper-container .swiper-slide{
	padding-top: 10px;
	
}
.notice-con .swiper-container a .date{
	position: absolute;
	left: 26px;
	top: -12px;
background: url(../images/datebg.png) no-repeat left top;
width: 75px;
height: 114px;
text-align: center;
color: #fff;

	
}
.notice-con .swiper-container a .date i{
	display: block;
	padding-top: 23px;
	font-size: 24px;
	color: #fff;
	font-style: normal;
	
}
.notice-con .swiper-container a .date span{
	display: block;
	font-size: 18px;
	color: #fff;
	
}
.notice-con .all{
	margin-top: 0;
}




.notice-con .swiper-container a .li-tt{
	padding: 110px 25px 30px 25px;
	min-height: 330px;
	position: relative;
}
.notice-con .swiper-container a .li-tt p{
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            
            font-size:24px;
            color: #000;
            line-height: 1.6;
            
            
            
}
.notice-con .swiper-container a .li-tt span{
	font-size: 16px;
	color: #5e85d7;
	border: 1px solid #5e85d7;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	margin-top: 20px;
	position: absolute;
	left: 25px;
	bottom: 30px;
}
.notice-con .swiper-container .swiper-slide .li-tt span:hover{
	background: #5e85d7;
	color: #fff;
	transition: all 0.8s; 
}
.notice-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.notice-con .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}

/*discover*/
.discover{
	min-height: 400px;
	background-size: cover;
	background: url(../images/disbg.jpg) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 110px;
}
/*.bb2{
	background: url(../images/bb2.png) repeat-x left top;
	position: absolute;
	left: 0px;
	top: 0px;
	
}*/
.dis-con{
	margin-top: 60px;
	
}

.dis-con .swiper-container{
	
	
}
.dis-con .swiper-slide a{
	display: block;
	position: relative;
	text-decoration: none;
	min-height: 560px;
}

.dis-con .swiper-slide a .li-img{
	position: relative;
	z-index: 1;
	
}
.dis-con .swiper-slide a .li-img img{
	box-shadow:0px 35px 27px -17px rgb(0 0 0 / 44%);
}
.dis-con .swiper-slide a .li-ttb{
	background: #1342a7;
	position: absolute;
	right: 0px;
	top: 115px;
	width: 57%;
	min-height: 440px;
}
.dis-con .swiper-slide a .li-tt{
	width: 47%;
	float: right;
	margin: 55px 45px 35px ;
	position: relative;
	min-height: 340px;
}
.dis-con .swiper-slide a .li-tt span{
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 26px;
}
.dis-con .swiper-slide a .li-tt p{
	font-size: 28px;
	color: #fff;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            line-height: 1.8;
            margin: 10px 0 10px;
}
.dis-con .swiper-slide a .li-tt i{
	display: inline-block;
	font-style: normal;
	color: #5e85d7;
	font-size:16px;
	line-height: 39px;
	border: 1px solid #5e85d7;
	padding: 0 20px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	
}
.dis-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.dis-con .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}

.dis-con .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none;
}

.dis-con .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: none;
}
.dis-con .zuo{
		position: absolute;
		left: 0px;
		bottom: 10px;
		width: 100%;
		z-index: 11;
	}
.dis-con .zuo span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.dis-con .zuo img{
	vertical-align:0px;
}
.dis-con .zuo .swiper-button-prev{
	/*right: 160px;*/
	left: -45px;
}
.dis-con .zuo .swiper-button-next{
	right:auto;
	left: 370px;
}
.dis-con .zuo .swiper-button-prev img{
	
	padding-left: 15px;
	
}
.dis-con .zuo .swiper-button-next, .swiper-button-prev{
	width: 140px;
	
}
.dis-con .zuo .swiper-button-next img{
	
	padding-right: 15px;
	
}


/*one*/
.one-box{
	
	min-height: 200px;

	background: url(../images/onebg.png) no-repeat left top;
	padding: 65px 0 0px;
		background-size: cover;
}
 .one-box .bbg{
	position: absolute;
	left: 0px;
	top: -45px;
	width: 100%;
	height: 48px;
	z-index: 111;
 /*background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));*/
background: url(../images/onebg1.png) repeat-x left bottom;
}
.one{
	
	
}

.one-con{
	padding-top: 55px;
}
.one-con ul{
	padding: 0;
	
}
.one-con ul li{
	float: left;
	width: 33.33%;
	text-align: center;
	
}
.one-con ul li a{
	display: block;
	text-decoration: none;
	
}
.one-con ul li a img{
	display: inline-block;
}
.one-con ul li a img:hover {
        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
 }
 .all{
 	margin-top: 30px;
 	
 }
 .all a{
 	font-size: 20px;
 	color: #000;
 	display: block;
 	
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}


/*footer*/

.footer {
	margin-top: 70px;
	
	min-height: 20px;
	padding: 15px 0 20px;
	text-align: left;
	cursor: pointer;
	background:rgba(6,24,47,0.35);

}
.footer p{
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	margin-bottom: 1px;
	

}
.fp-left{
	padding-top: 25px;
	
}


/*.wc-copyEnd*/

.mnmd-offcanvas__title{
	background: #063499;
}
.mnmd-offcanvas-close{
	color: #fff;
}
@media (min-width: 1200px) {
	
	
	
	
	
}
@media (max-width: 1500px) {
	.banner .b-tt span{
		margin-bottom: 10px;
	}
	.banner .b-tt p{
		font-size: 50px;
	}
}
@media (max-width: 1440px) {

	.dis-con .swiper-slide a .li-tt{
		width: 42%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


@media (max-width: 1400px) {
   .banner .b-tt p{
   	font-size: 40px;
   	line-height: 57px;
   }
 .dis-con .zuo .swiper-button-next, .swiper-button-prev{
 	left: 300px;
 }  
   .dis-con .swiper-slide a .li-tt{
   	width: 38%;
   }
 .new-top .new-tit{
 	font-size: 50px;
 	
 }  
  .banner .b-tt span{
  	margin-bottom: 10px;
  	font-size: 30px;
  } 
 .banner .b-tt p{
 	font-size: 34px;
 	padding-bottom: 20px;
 }  
   
   





}
@media (max-width: 1350px) {

	.dis-con .swiper-slide a .li-img{
		width: 70%;
	}
	
	
	
	
	
	
	
	
}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
.wc-menu ul li a{
	font-size: 16px;
	font-weight: normal;
	
}
.banner .b-tt span{
	font-size: 26px;
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	
}
.banner .b-tt{
	bottom: 100px;
	
}
.banner .zuo{
	bottom: 50px;
	
}
.new-top .new-tit{
	font-size: 34px;
	
}
.banner .b-tt p{
	font-size: 30px;
	line-height: 46px;
}
.new-con .swiper-container {
    padding-bottom: 40px;
}
.new-con .all{
	margin-top: 15px;
}

.newsbg{
	padding: 2px 0 20px;
}
.noticebg{
	padding-top: 30px;
	
}
.new-con{
	margin-top: 15px;
}
.notice-con{
	padding-top: 15px;
	
}
.new-con .swiper-container .swiper-slide .li-tt p{
	font-size: 20px;
	
}
.notice-con .swiper-container a .li-tt p{
	font-size: 20px;
}
.notice-con .swiper-container a .li-tt{
	min-height: 300px;
	
}

.dis-con .zuo .swiper-button-next, .swiper-button-prev {
    left: 250px;
}
.dis-con .swiper-slide a .li-ttb{
	min-height: 400px;
}
.dis-con .zuo{
	bottom: 30px;
}
.dis-con .zuo .swiper-button-prev {
    /* right: 160px; */
    left: -25px;
}
.one-con .swiper-container{
	padding-bottom: 60px;
}
.one-con .all{
	margin-top: 10px;
}
.one-box{
	padding-top: 30px;
}
.one-con {
    padding-top: 25px;
}


.notice-con .swiper-container .swiper-pagination{
	bottom: 0;
}
.notice-con .all {
    margin-top: 20px;
}

.dis-con .swiper-slide a .li-tt p{
	font-size: 22px;
}
.dis-con{
	margin-top: 40px;
}
.one-con .swiper-pagination{
	bottom: 0;
}
.one-con  .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.one-con  .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}



.footer{
	margin-top: 50px;
}

.footer p{
	line-height: 25px;
}
.fp-right{
	padding-top: 15px;
}

	
}




@media (max-width: 991px) {
	/*小屏幕设备 平板*/

	.container {
		width: 94%;
	}
	.logo1 img{
		padding-top: 10px;
		padding-bottom: 10px;
		
	}

.banner{
	padding-top: 60px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	
}
.banner .b-tt span{
	font-size: 22px;
}
.banner .b-tt p{
	font-size: 26px;
	
}
.dis-con .swiper-slide a .li-img{
	width: 100%;
}
.dis-con .swiper-slide a .li-ttb{
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	min-height: 100px;
}
.dis-con .swiper-slide a .li-tt{
	width: 100%;
	float: none;
	margin: 0;
	min-height: 100px;
	padding: 20px;
}
.dis-con .swiper-slide a .li-tt i{
	position: relative;
	left: auto;
	bottom: auto;
	
}
.dis-con .swiper-slide a .li-tt span{
	margin-bottom: 10px;
	font-size: 20px;
}
.dis-con  .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.dis-con  .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}



.new-top .new-tit{
	font-size: 30px;
	
}

.one-con .swiper-container{
	padding-bottom: 30px;
	
}
.one{
	padding-bottom: 20px;
}






.footer{
	padding: 20px 0;
}

.header-nav .nav > li a.shebei{
	background: #e44b4b;
	font-weight: bold;
	display: inline-block;
	padding: 0 20px;
}



	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		width: 86%;
		text-align: left;
	}
	.logo1 img{
		padding-top: 6px;
	}
	.mobile-header-btn{
		top: 7px;
		
	}
#img{
	height: 72px;
}	

	.logo1 img{
		/*height: 60px;*/
	}
	.container {
		width: 100%;
	}
.banner{
	padding-top:30px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	
}
.banner .bbg1{
	display: none;
}
.banner .bpage{
	bottom: 0px;
}
.banner .swiper-container .swiper-pagination{
	bottom: 30px;
	text-align: center;
	width: 100%;
}
.banner .b-tt span{
	display: none;
}
.banner .b-tt p{
	font-size: 18px;
	line-height: 26px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.banner .b-tt{
	padding:5px;
	bottom: 55px;
	background: rgba(6,50,150,0.5);
}
.banner .bbg{
	bottom: -1px;
	
}
.new-top .new-tit{
	font-size: 22px;
	
}

.new-con .swiper-container .swiper-slide .li-img img{
	width: 100%;
}
.dis-con{
	margin-top: -10px;
}
.dis-con .swiper-container{
	padding-bottom: 30px;
}
.dis-con .swiper-slide a{
	min-height: 250px;
}






.discover{
	background-size: cover;
}
.noticebg{
	padding-top: 20px;
	padding-bottom: 25px;
}
.notice-con{
	padding-top: 10px;
	
}
.notice-con .swiper-container{
	padding-bottom: 40px;
	
}
.notice-con .swiper-container .swiper-pagination{
	bottom: 0px;
}
.discover{
	padding: 30px 0 30px;
}

.one{
	background-size: cover;
	padding: 20px 0 10px;
}
.one-con{
	padding-top: 20px;
	padding-bottom: 20px;
}


.one-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin:0 7px;
	border: 1px solid #ccc;
	
}

.one-con .swiper-container .swiper-pagination-bullet-active {
	background:#0a4a9d;
	opacity: 1;
}







.one-box{
	padding-top: 10px;
}




.footer{
	padding: 15px 0;
	margin-top: 0;
}
.fp-left{
	padding-top: 0;
}
.footer p{
	font-size: 14px;
	line-height: 26px;
}



}
