@font-face {
  font-family: "xw"; /* Project id 2785349 */
  src: url('../font/xinwei.ttf') format('truetype');
}


.ncon .container img,.scon img{max-width:100%!important;}

ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.boxshadow {
    box-shadow: 2px 4px 12px #00000014;
    
}
.container{
	max-width: 1300px;
}
.container-min{
	margin:0 auto;
	max-width: 1200px;
	padding:0 15px;
}
.navbar{
	padding:0 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.navbar.fx{
    background: #fff;
}
nav .navbar-brand{
	margin-bottom: -35px;
	position: relative;
	padding-top:10px;
	margin-right: 0;
}
nav .navbar-brand:after{
	position: absolute;
	left: -12%;
	width:150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	top: 5px;
	content: '';
	z-index: -1;
}
.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	color: #fff;
	
}
.navbar-light .navbar-nav .nav-item{
	margin-right: 0.5vw;
	position: unset;
	/*position: relative;*/
	
}
.navbar-light .navbar-nav .search{
	padding:0 1rem;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    padding:32px 1rem;
}
.navbar-light .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
}
.navbar-light .navbar-nav .nav-item.active>a{
	position: relative;
	color: #003895;
}
/*.navbar-light .navbar-nav .nav-item.active>a:after{
	position: absolute;
	left: 5%;
	bottom:0;
	height: 5px;
	width: 90%;
	content: '';
	background: linear-gradient(90deg, #2e8eff 0%, #1dd6ff 100%);
}
.navbar-light .navbar-nav .nav-item>a:hover:after{
	position: absolute;
	left: 5%;
	bottom:0;
	height: 5px;
	width: 90%;
	content: '';
	background: linear-gradient(90deg, #2e8eff 0%, #1dd6ff 100%);
}*/
.pdown{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	top: 106px;
	background: #fff;
	display: none;
}
.pdown ul{
	display: flex;
	flex-wrap: wrap;
	padding:15px 25px 25px;
}
.pdown ul li{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 15px;
}
.pdown ul li:nth-child(4n){
	margin-right: 0;
}
.pdown ul li a{
	display: flex;
	align-items: center;
}
.pdown ul li a .al{
	width: 25px;
}
.pdown ul li a .ar{
	font-size: 14px;
	color: #000;
	margin-left: 15px;
}
.pdown ul li a:hover .ar{
	color: #2e8eff;
}
.abus{
	position: relative!important;
}
.abus ul{
	position: absolute;
	width: 100%;
	top: 106px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	display: none;
}
.abus ul li a{
	display: block;
	padding:5px 0;
	color: #000;
	font-size: 16px;
}
.abus ul li:hover a{
	background: #f0fbfe;
	color: #2f8aff;
}
.abus:hover ul{
	display: block;
}
.navbar-nav .nav-item:hover .pdown{
	display: block;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}
.navbar .tel{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;

}
.navbar .tel img{
	margin-right: 15px;
}
.navbar .ssl a{
	color: #fff;
}
.navbar.fx .ssl a{
	color: #333;
}
.navbar.fx .tel img{
	filter: brightness(0);
}
.navbar.fx .tel{
	color: #000;
}
.navbar .dropdown-menu{
    display: none;
    margin:0px 0 0;
    border-radius: 0;
    /*position: relative;*/
    left: 50%;
    transform: translateX(-50%);
    border:none;
    width: 60%;
    padding:0;

}
.navbar .nav-item:hover .dropdown-menu{
    display: flex;
}
/*.navbar .dropdown-menu:after{
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/sj.png) no-repeat center;
    content:'';
    width:100%;
    height: 5px;
    background-size:7px 5px;
    text-align: center;
}*/
.navbar .dropdown-menu .dropdown-item{
    border-bottom:1px solid #eaeaea;
    text-align: left;
    padding:30px 50px;
    width: 60%;
}
.navbar .dropdown-menu .dropdown-item .tt{
	border-bottom:1px solid #b7b7b6;
	position: relative;
	padding-bottom: 15px;
}
.navbar .dropdown-menu .dropdown-item .tt:before{
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	background: #0168b3;
	height: 3px;
	width: 25%;
}
.navbar .dropdown-menu .dropdown-item .tt a{
	color: #0168b3;
	font-size: 14px;
	font-weight: bold;
}
.navbar .dropdown-menu .dropdown-item>a{
    color: #333;
    display: block;
    padding:15px 0;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background: none;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover>a{
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item dl{
	display: flex;
	flex-wrap: wrap;
}
.navbar .dropdown-menu .dropdown-item dl dd{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 1.5%;
}
.navbar .dropdown-menu .dropdown-item dl dd:nth-child(3n){
	margin-right: 0;
}
.navbar .dropdown-menu .dropdown-item dl dd a{
	display: block;
	color: #181818;
	font-size: 14px;
	background: #fbfbfb;
	display: block;
	padding:12px 10px;
}
.navbar .dropdown-menu .dropdown-item dl dd a:hover{
	color: #fff;
	background: #0168b3;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2){
	width: 40%;
	background: #0261b3;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) .tt{
	border-color: #fff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) .tt:before{
	background: #00c6ff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) .tt a{
	color: #fff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl{
	display: block;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd{
	width: 100%;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd a{
	background: none;
	color: #fff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd a:hover{
	/*font-weight: bold;*/
	background: #0557b4;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd:nth-child(n+5){
	display: none;
}

.navbar.fx .navbar-nav .nav-link{
    color: #333;
}
.navbar.fx .navbar-nav .nav-link:hover{
    color: #0168b3;
}
.navbar.fx .search img{
	filter: brightness(0);
}

.page-status,.page-index,.page-last{
   display: none;
}

.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
  background: #e6e8eb;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 0;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #0168b3;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0168b3;
}
.home-banner{
	position: relative;
	overflow: hidden;
}
.home-banner .swiper-slide{
	position: relative;
}
.home-banner .swiper-slide .wz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.home-banner .swiper-slide .wz .t1{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.home-banner .swiper-slide .wz .t2{
	font-size: 24px;
	margin-top: 25px;
	color: #fff;
}
.home-banner .swiper-slide .wz a{
	background: #ffffff;
	border-radius: 20px;
	width: 120px;
	padding:5px;
	display: block;
	margin: 35px auto 0;
	color: #333333;
	font-size: 14px;
}
.home-banner .swiper-pagination-bullet{
	border:none;
	margin:0 8px!important;
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	opacity: 1;
	width: 15px;
	height: 4px;
	position: relative;
}
.home-banner .swiper-pagination{
	bottom:5%;
}
.home-banner .swiper-pagination-bullet-active{
	border: none;
	background: #ffffff;
	width:35px;
}



.sec{
    position: absolute;
    background: #fff;
    top: 104px;
    width:100%;
    padding:30.5px 0 30px;
    z-index: 9;
    display: none;
    border-top:1px solid #ccc;
}
.sec .timg{
    text-align: center;
    margin-bottom:20px;
}
.sec .timg img{
    filter: brightness(0);
    max-height: 69.5px;
}
.sec input{
    max-width: 360px;
    height: 41px;
    line-height: 41px;
    background: #fff url(../images/search.png) no-repeat 10px 11px;
    border-radius: 0;
    width: 100%;
    padding:0 30px;
    margin: auto;
    border: 1px solid #C4C4C3;
    display: block;
}

.id1{
	padding:80px 0;
}
.id1 .id1c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.id1 .id1c .id1cl{
	width: 40%;
}
.id1 .id1c .id1cl .t1{
	font-size: 78px;
	color: #000000;
	line-height: 1.4;
	font-weight: bold;
}
.id1 .id1c .id1cl .t1 span{
	color: #0043b1;
}
.id1 .id1c .id1cl .t2{
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin:40px 0 40px;
}
.id1 .id1c .id1cl .ssb{
	display: flex;
}
.id1 .id1c .id1cl .ssb a{
	width: 160px;
	padding:15px 0;
	color: #fff;
	text-align: center;
	background: #0043b1;
	border-top-right-radius:15px ;
	border-bottom-left-radius:15px ;
	margin-right: 40px;
	margin-top: 20px;
	font-size: 18px;
}
.id1 .id1c .id1cr{
	width: 56%;
}
.id2{
	background: #003895;
	padding:80px 0;
}
.id2 h2{
	font-size: 60px;
	color: #fff;

}
.id2list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id2list .item{
	width: 18%;
	text-align: center;
	margin-top: 60px;
}
.id2list .item img{
	border-radius: 10px;
}
.id2list .item .wz{
	max-width: 80%;
	color: #ffffff;
	font-size: 18px;
	margin:10px auto 0;
}
.id3{
	padding:120px 0;
}
.id3 .id3t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.id3 .id3t .tl{
	font-size: 60px;
	color: #000000;
}
.id3 .id3t .tl span{
	color: #0043b1;
}
.id3 .id3t .tr a{
	color: #0043b1;
	font-size: 18px;
	border: 1px solid #0043b1;
	border-radius: 8px;
	padding:8px 25px;
}
.id3list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.id3list .item{
	width: 32.33%;
	margin-right: 1.5%;
	text-align: center;
	margin-top: 35px;
	font-size: 18px;
	color: #000000;
}
.id3list .item:nth-child(3n){
	margin-right: 0;
}
.id3list .item .img{
	position: relative;
}
.id3list .item .img .splay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: grid;
}
.id3list .item .wz{
	margin-top: 15px;
}
.vvod .video::-webkit-scrollbar {
  width: 0;
}
.vvod{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: grid;
	align-content: center;
	display: none;
}
.vvod .close{
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.vvod video{
	width: 100%;
	height: 45vh;
}

.vvod2 .video2::-webkit-scrollbar {
  width: 0;
}
.vvod2{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: grid;
	align-content: center;
	display: none;
}
.vvod2 .close2{
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	text-align: right;
}
.vvod2 video{
	width: 100%;
	height: 45vh;
}
.vvod2 .video2::-webkit-scrollbar {
  width: 0;
}
.vvod3{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: grid;
	align-content: center;
	display: none;
}
.vvod3 .close2{
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	text-align: right;
}

/*手机导航*/

header{
    padding:14px 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

}
header a{
    text-transform: uppercase;
}
.menu{
    text-transform: uppercase;
}
header img{
    transition: 1s;
}
header .ftop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .ftop img{
    max-width: 50%;
    cursor: pointer;
}
header .ftop .ftl{
    display: flex;
}
header .ftop .ftl .se{
    margin-left: 10px;
}
header{
    background: #fff;

}
header img{
    filter: brightness(0);
}
header.fx{
    background: #fff;

}
header.fx img{
    filter: brightness(0);
}
header.fx .logo img{
    filter:unset!important;
}
header .logo img{
    filter:unset!important;
}
header .close1{

    display: none;
}


header.bx .close1{
    display: block;
}
header.bx .nme{
    display: none;
}
header .ftop .ftl{
    align-items: center;
}
.mb{
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    height: 100%;
    width: 100%;
    display: none;
}
.menu{
    position: fixed;
    left: -360px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    transition: .6s;
    z-index: 9;
}
.menu .mml{
    height: 100%;
    display: grid;
    align-content: space-between;
    position: relative;
    z-index: 99;
    background: #fff;
    padding:60px 40px;
}
.menu .mwz{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.menu .close{
    position: relative;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
.menu .close:after{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
}
.menu .close:before{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
}

.menu .metop ul li{
    margin-top: 30px;
}
.menu .metop ul li a{
    color: #666666;
    font-size: 16px;
    display: block;
}
.menu .mebottom .ful ul li{
    margin-top: 15px;
}
.menu .mebottom .ful ul li a{
    color: #7E7E7E;
    font-size: 14px;
}
.menu .mebottom .ful{
    margin-bottom:15px;
}
.mebottom>a{
    margin-right: 10px;
    
}
.mebottom>a img{
    height: 18px;
}
.yqlink{
    margin-top:24px;
}
.yqlink a{
    margin-right: 10px;
}

.menu .mmr ul{
    height: 100%;
    position: fixed;
    top: 0;
    left: -380px;
    height: 100%;
    padding:90px 43px 0 47px;
    background: #fff;
    z-index: 6;
    transition: .6s;
}
.mmr ul .img{
    margin:15px 0;
}
/*img{*/
/*    max-width: 100%;*/
/*}*/

.menu .mmr ul li{
    margin-top: 16px;
}
.menu .mmr ul li a{
    color: #666666;
    font-size: 14px;
}
.menu .mmr .smore{
    position: relative;
    padding-bottom: 2px;
    color: #666666;
    font-size: 12px;
}
.menu .mmr .smore:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #707070;
}

.nyab1{
	padding:80px 0;
}
.nyab1 .ncon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyab1 .ncon .ncl{
	width: 25%;
}
.nyab1 .ncon .ncl .t{
	font-size: 36px;
	color: #000;
}
.nyab1 .ncon  .ncr{
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	width: 65%;
}
.nyab2{
	padding:80px 0;
	background: #f8fafc;
}
.nab2list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.nab2list .item{
	width: 24%;
	margin-right: 1.33%;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin-top: 45px;
}
.nab2list .item:last-child{
	margin-right: 0;
}
.nab2list .item .img{
	margin-top: -90px;
	text-align: center;

}
.nab2list .item .t2{
	display: none;
}
.nab2list .item .scon{
	padding:25px 30px 60px;
}
.nab2list .item .scon .t1{
	font-size: 28px;
	color: #000000;
	font-weight: 600;
}
.nab2list .item .scon .line{
	background: #2f8bff;
	width: 26px;
	height: 1px;
	margin:25px auto;
}
.nab2list .item .scon .nncon{
	color: #555555;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8;
}
.nab2list .item:hover .img .t2{
	display: inline-block;
}
.nab2list .item:hover .img .t1{
	display: none;
}
.nyab3{
	padding-top: 80px;
}
.nyab3 .abnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 45px;
}
.nyab3 .abnav a{
	color: #555555;
	font-size: 18px;
	padding:15px 0;
	position: relative;
}
.nyab3 .abnav a.active:after{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #2f8bff;
	content: '';
}
.nyab3 .abnav a.active{
	color: #2f8bff;
}
.nb3con{
	background: #f8fafc;
	padding:60px 0;
}
.sd .item{
	display: none;
}
.sd .item:first-child{
	display: block;
}
.nyab4{
	padding:80px 0;
}
.nyab4 .swiper{
	margin-top: 45px;
}
.b4-1{
	margin-top: 60px;
}
.b4-2{
	margin-top: 60px;
}
.nyab5{
	padding-top:80px;
	background: #f8fafc;
}
.fc{
	position: relative;
	padding-bottom: 160px;
}
.fc .swiper-button-prev{
	left: 45%;
	bottom:8%;
	top:unset;
	background-image: url(../images/sl.png);
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
}
.fc .swiper-button-next{
	right: 45%;
	bottom:8%;
	top:unset;
	background-image: url(../images/sr.png);
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
}
.casetop{
	padding:80px 0;
}
.casetop .container{
	margin-top: 45px;
}
.casesn .casennav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.casesn .casennav a{
	border:1px solid #e0e0e0;
	color: #000;
	font-size: 18px;
	padding:8px 20px;
	display: inline-block;
	margin-right: 5%;
	transition: .6s;
	border-radius: 5px;
}
.casesn .casennav a:last-child{
	margin-right: 0;
}
.casesn .casennav a:hover{
	background: linear-gradient(to right,#2e8bff,#1ed4ff);
	color: #fff;
}
.casesn .casennav a.active{
	background: linear-gradient(to right,#2e8bff,#1ed4ff);
	color: #fff;
}
.casesn .nwz{
	text-align: center;
	padding:35px 0;
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
}
.stt{
	font-size: 32px;
	color: #003895;
}
.culture{
	padding:80px 0;
}
.clist{
	display: flex;
	flex-wrap: wrap;
}
.clist .item{
	width: 49%;
	margin-right: 2%;
	margin-top: 60px;

}
.clist .item .swz{
	font-size: 24px;
	color: #003895;
	margin-top: 15px;
}
.clist .item:nth-child(2n){
	margin-right: 0;
}
.clist2{
	display: flex;
	flex-wrap: wrap;
}
.clist2 .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 40px;
	text-align: center;
}
.clist2 .item:nth-child(3n){
	margin-right: 0;
}
.clist2 .item .swz{
	font-size: 18px;
	color: #000000;
	margin:10px 0 20px;
}
.zzlist1{
	display: flex;
	flex-wrap: wrap;
}
.zzlist1 .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 40px;
	text-align: center;
}
.zzlist1 .item:nth-child(3n){
	margin-right: 0;
}
.zzlist1 .item .swz{
	font-size: 18px;
	color: #000000;
	margin:10px 0 20px;
}
.zzlist2{
	display: flex;
	flex-wrap: wrap;
}
.zzlist2 .item{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 40px;
	text-align: center;
}
.zzlist2 .item:nth-child(4n){
	margin-right: 0;
}
.zzlist2 .item .swz{
	font-size: 18px;
	color: #000000;
	margin:10px 0 0px;
}
.pdf{
	padding: 80px 0;
}
.pdf .pdflist{
	margin-top: 60px;
}
.pdf .pdflist .item{
	display: flex;
	flex-wrap: wrap;
	padding:20px;
	justify-content: space-between;
	color: #000000;
	font-size: 18px;
}
.pdf .pdflist .item a{
	color: #000000;
	font-size: 18px;
}
.pdf .pdflist .item:nth-child(odd){
	background: #f4f6f8;
}
.pdf .pdflist .item:first-child{
	background: #003895;
	color: #fff;
	font-size: 22px;
}
.pdf .pdflist .item:last-child{
	border-bottom: 6px solid #003895;
}
.pdf .pdflist .item .t1{
	width: 32%;
}
.pdf .pdflist .item .t2{
	width: 25%;
}
.pdf .pdflist .item .t3{
	width: 17%;
}
.pdf .pdflist .item .t4{
	width: 14%;
}
.pdf .pdflist .item .t4 a{
	display: flex;
	align-items: center;
}
.pdf .pdflist .item .t4 a img{
	margin-right: 10px;
}
.pdf .st{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pdf .st .tl{
	font-size: 32px;
	color: #003895;
}
.pdf .st .tr a{
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 18px;
}
.pdf .st .tr a img{
	margin-right: 10px;
}
.scon{
	margin-top: 40px;
}
.case{
	padding:80px 0;
}
.caselist{
	display: flex;
	flex-wrap: wrap;
}
.caselist .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 40px;
	text-align: center;
}
.caselist .item:nth-child(3n){
	margin-right: 0;
}
.caselist .item .swz{
	font-size: 18px;
	color: #000000;
	margin:15px 0 20px;
}
.casecon{
	padding:20px;
	background: #fff;
	margin-top: 40px;
}
.sssd{
	text-align: center;
	padding:15px;
	border:2px solid #003895;
	display: block;
	margin: auto;
	width:420px;
	color: #003895;
	font-size: 18px;
	border-radius: 10px;
}

.cny{
	padding:80px 0;
}
.sntitle{
	color: #000000;
	font-size: 32px;
	text-align: center;
}
.ccns .swiper-slide{
	display: flex;
	flex-wrap: wrap;
}
.ccns .swiper-slide .item{
	width: 48%;
	margin-right: 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.ccns .swiper-slide .item:nth-child(n+3){
	flex-direction: row-reverse;
}
.ccns .swiper-slide .item:nth-child(2n){
	margin-right: 0;
}
.ccns .swiper-slide .item .il{
	width: 38%;
}
.ccns .swiper-slide .item .ir{
	width: 56%;
}
.ccns .swiper-slide .item .ir .irt{
	font-size: 20px;
	color: #000000;
}
.ccns .swiper-slide .item .ir .ircon{
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
}
.ccns .swiper{
	position: relative;
	padding-bottom: 60px;
}
.ccns .swiper .swiper-pagination .swiper-pagination-bullet{
	background: #dbdbdb;
	opacity: 1;
}
.ccns .swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 32px!important;
	background: #2f8aff!important;
	border-radius: 20px;
}
.cs2{
	padding-top: 60px;
	position: relative;
}
.cs2:after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 20vh;
	background: #094e9d;
	content: '';
}
.cs2 .swiper{
	position: relative;
	padding-bottom: 60px;
	margin-top: 45px;
}
.cs2 .swiper .swiper-pagination .swiper-pagination-bullet{
	background: #dbdbdb;
	opacity: 1;
}
.cs2 .swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 32px!important;
	background: #2f8aff!important;
	border-radius: 20px;
}
.abccn{
	padding:60px 0;
}
.ccontact{
	padding:80px 0;
}
.ccontact .ccnn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ccontact .ccnn .t1{
	font-size: 30px;
	color: #000000;
}
.ccontact .ccnn .t2{
	font-size: 14px;
	color: #758795;
	margin-top: 5px;
	margin-bottom: 40px;
}
.ccontact .ccnn .ccnnl{
	width: 35%;
}
.ccontact .ccnn .ccnnr{
	width: 60%;
}
.ccontact .ccnn .ccnnr form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ccontact .ccnn .ccnnr form ul li{
	width: 49%;
	margin-top: 25px;
}
.ccontact .ccnn .ccnnr form ul li input{
	width: 100%;
	background: #eff6ff;
	border-radius: 5px;
	padding:8px 15px;
	border:none;
}
.ccontact .ccnn .ccnnr form ul li:last-child{
	width: 100%;
}
.ccontact .ccnn .ccnnr form ul li textarea{
	width: 100%;
	background: #eff6ff;
	border-radius: 5px;
	padding:8px 15px;
	border:none;
	resize: none;
	height: 120px;
}
.ccontact .ccnn .ccnnr form button{
	background: #2f8aff;
	width: 180px;
	padding:12px 0;
	text-align: center;
	display: inline-block;
	border:none;
	color: #fff;
	margin-top: 25px;
}

footer{
	background: #003895;
	padding:60px 0 70px;
}
footer .ftop{
	text-align: center;
}
footer .ftop .gs{
	font-family: 'xw';
	margin-top: 10px;
}
footer .ftop .gs .gst{
	font-size: 26px;
	color: #ffffff;
}
footer .ftop .gs .gsb{
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
}
footer .fnav{
	display: flex;
	justify-content: space-evenly;
	margin:55px 0;
}
footer .fnav a{
	color: #fff;
	font-size: 18px;
}
footer .fcen{
	display: flex;
	justify-content: center;
	font-size: 32px;
	color: #ffffff;
}
footer .fcen .fcl{
	display: flex;
	align-items: center;
}
footer .fcen .fcl img{
	margin-right: 25px;
}
footer .fcen .fcr{
	display: flex;
	align-items: center;
	margin-left: 35px;
}
footer .fcen .fcr img{
	margin:0 15px;
}
footer .fbottom{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 45px;
}
footer .fbottom a{
	color: #fff;
	font-size: 18px;
}
.nynav{
	box-shadow: 0px 0px 10px 2px #ccc;
}
.nynav .nna{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nynav .nna a{
	color: #393939;
	font-size: 18px;
	padding:30px 0;
	margin-right: 40px;
}
.nynav .nna a:last-child{
    margin-right: 0;
}
.nynav .nna a.active{
	color: #003895;
	border-bottom: 3px solid #003895;
}
.nynav .nna a:hover{
	color: #003895;
	border-bottom: 3px solid #003895;
}
.ncon{
	padding:80px 0;
}

@media only screen and (min-width: 1200px) {
.toolbar {
display:block
}
}
.hidden-lg{
    display: none!important;
}
@media(max-width:780px){
    .hidden-xs{
        display: none!important;
    }
    .hidden-lg{
        display: block!important;
    }

	
	.mbmenu{
        position: fixed;
        left: -100%;
        top: 62px;
        background: #fff;
        width: 90%;
        height: calc(100% - 62px);
        transition: .6s;
        z-index: 99;
    }
    .mbmenu .mml{
        height: 100%;
        display: grid;
        align-content: space-between;
        position: relative;
        z-index: 99;
        background: #fff;
        padding:6px 15px;
    }
    .mebottom>a{
        margin-top:15px;
        display: inline-block;
    }
    .mbmenu .mwz{
        display: flex;
        align-items: center;
    }
    .mbmenu .close{
        position: relative;
        height: 12px;
        width: 12px;
        margin-right: 5px;
    }
    .mbmenu .close:after{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(45deg);
        top: 5px;
    }
    .mbmenu .close:before{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(-45deg);
        top: 5px;
    }

    .mbmenu .metop ul li{
        margin-top: 30px;
    }
    .mbmenu .metop ul li a{
        color: #333;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
    }
    .mbmenu .metop ul li dl{
        margin-left: 15px;
        margin-top:10px;
    }
    .mbmenu .metop ul li dl dd a{
        font-size: 13px;
        color: #666;
    }
    .mbmenu .metop ul li a .tr{
        font-family: cursive;
    }
    .mbmenu .mebottom .ful ul li{
        margin-top: 15px;
    }
    .mbmenu .mebottom .ful ul li a{
        color: #7E7E7E;
        font-size: 14px;
    }
    .mbmenu .mmr ul{
        height: 100%;
        position: fixed;
        left: -100%;
        top: 62px;
        height: calc(100% - 62px);
        padding:41px 29px;
        background: #fff;
        z-index:100;
        transition: .6s;
        width: 100%;
    }

    .mbmenu .mmr ul h3{
        font-size: 16px;
        margin-bottom:10px;
    }
    .mbmenu .mmr ul h3 .return{
        font-family: cursive;
        margin-right: 15px;
        display: inline-block;
    }
    .mbmenu .mmr ul li{
        margin-top: 16px;
    }
    .mbmenu .mmr ul li a{
        color: #666666;
        font-size: 14px;
    }
    .mbmenu .mmr .smore{
        position: relative;
        padding-bottom: 2px;
        color: #666666;
        font-size: 12px;
    }
    .mbmenu .mmr .smore:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #707070;
    }
    header{
        padding:6px 0;
    }
    .id1{
        padding:50px 0;
    }
    .id1 .id1c .id1cl{
        width:100%;
    }
    .id1 .id1c .id1cl .t1{
        font-size: 24px;
    }
    .id1 .id1c .id1cl .t2{
        font-size: 18px;
        margin:20px 0;
    }
    .id1 .id1c .id1cl .ssb a{
        width:120px;
        font-size: 14px;
        padding:8px 0;
        margin-top:10px;
    }
    .id1 .id1c .id1cr{
        width:100%;
        margin-top: 25px;
    }
    .id2{
        padding:50px 0;
    }
    .id2 h2{
        font-size: 28px;
    }
    .id2list .item{
        width:48%;
        margin-right: 4%;
    }
    .id2list .item:nth-child(2n){
        margin-right: 0;
    }
    .id2list .item .wz{
        font-size: 14px;
    }
    .id3{
        padding:60px 0;
    }
    .id3 .id3t .tl{
        font-size: 28px;
    }
    .id3 .id3t .tr a{
        padding:6px 15px;
        font-size: 14px;
    }
    .id3list .item{
        width:48%;
        margin-right: 4%!important;
    }
    .id3list .item:nth-child(2n){
        margin-right: 0!important;
    }
    .id3list .item .wz{
        font-size: 14px;
    }
    footer .fnav{
        flex-wrap: wrap;
        margin:25px 0;
    }
    footer .fnav a{
        font-size: 14px;
        width:25%;
        margin:8px 0;
    }
    footer .fcen{
        flex-wrap: wrap;
        font-size: 24px;
    }
    footer .fcen .fcr{
        margin-top:15px;
        margin-left: 0;
    }
    footer .fbottom{
        font-size: 14px;
        margin-top:25px;
    }
    .ncon img{
        max-width: 100%;
    }
    .ncon table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .ncon table tr td{
        width: 100%;
        margin-top:25px;
    }
    .nynav .nna{
        flex-wrap: unset;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .nynav .nna a{
            white-space: nowrap;
            font-size: 14px;
            padding:20px 0;
    }
    .culture{
        padding:40px 0;
    }
    .clist .item{
        margin-top:20px;
    }
    .stt{
        font-size: 20px;
    }
    .clist .item .swz{
        font-size: 14px;
    }
    .clist2 .item{
        width:49%;
        margin-right: 2%!important;
    }
    .clist2 .item:nth-child(2n){
        margin-right: 0!important;
    }
    .clist2 .item .swz{
        font-size: 14px;
    }
    .zzlist1 .item{
        margin-top:20px;
    }
    .zzlist1 .item .swz{
        font-size: 14px;
    }
    .zzlist2 .item .swz{
        font-size: 14px;
    }
    .pdf .pdflist .item:first-child{
        font-size: 14px;
    }
    .pdf .pdflist .item{
        padding:10px;
    }
    .pdf .pdflist .item{
        font-size: 12px;
    }
    .pdf .pdflist .item a{
        font-size: 12px;
    }
    .pdf .st .tl{
       font-size: 24px; 
    }
    .sssd{
        width:100%;
        font-size: 16px;
    }
    .id3list .item .img .splay img{
        height: 40px;
    }
    .case{
        padding:40px 0;
    }
    .caselist .item{
        width:49%;
        margin-right: 2%!important;
        margin-top:20px;
    }
    .caselist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .caselist .item .swz{
        font-size: 14px;
    }
}
