@font-face {
      font-family: 'sy-r';
      src: url(../fonts/SourceHanSansCN-Regular.otf);
   }
.nynav{
	border-bottom: 1px solid #cfcfcf;
}
.nynav .nynavlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nynav .nynavlist .item{
	margin-right: 30px;
}
.nynav .nynavlist .item:last-child{
	margin-right: 0px;
}
.nynav .nynavlist .item a{
	padding: 15px 0;
	display: block;
	color: #333333;
	font-size: 16px;
	position: relative;
}
.nynav .nynavlist .item:hover a{
	color: #1e63af;
	
}
.nynav .nynavlist .item:hover a:before{
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom:-1px;
	background: #1e63af;
	content: '';
}
.nynav .nynavlist .item.active a{
	color: #1e63af;

}
.nynav .nynavlist .item.active a:before{
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom:-1px;
	background: #1e63af;
	content: '';
}

.prony{
	background: #f6f6f6;
	padding:45px 0 100px;
}
.prony .pronylist{
	display: flex;
	flex-wrap: wrap;
	margin-top:15px;
}
.prony .pronylist .item{
	width: 23%;
	margin-right: 2.66%;
	margin-top: 35px;
	text-align: center;
	position: relative;
}
.prony .pronylist .item h4{
    position: absolute;
    left: 10px;
    bottom:20px;
    color: #333;
    font-size: 16px;
}
.prony .pronylist .item:nth-child(4n){
	margin-right: 0;
}
.prony .pronylist .item .img{
    overflow: hidden;

}
.prony .pronylist .item:hover .img img{
    transform: scale(1.1);
}
.prony .pronylist .item .itt{
	margin-top: 20px;
}
.prony .pronylist .item .itt h3{
	color: #333333;
	font-size: 28px;
}
.ind_abo_tab{
    overflow: hidden;
    /*padding-bottom:25px;*/
}
.ind_abo_tab li {
    padding: 5px 0;
    float:left;
}

.ind_abo_tab li a {
    cursor:pointer !important;
    line-height:36px;
    font-size:18px;
    padding:0 16px;
    display:block;
    color:#343434;
    border:none;
    float:left;
}

.ind_abo_tab li a.active, .ind_abo_tab li.active a, .ind_abo_tab li a:hover, .ind_abo_tab li a:focus {
    background:#1e63af !important;
    border:none !important;
    color:#fff !important;
}

.ind_abo_tab li .borderd {
    line-height:36px;
    padding:0 18px;
    color:#343434;
    float:left;
}
.prony .pronylist .item .itt h4{
	color: #6b6a6a;
	font-size: 24px;
	font-weight: lighter;

}
.newny{
	padding:40px 0 80px;
	background: #f6f6f6;
}

.newny .newslist .item:first-child{
	margin-top:40px;

}

.newny .newslist .item{
	margin-top:50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dadada;
}
.newny .newslist .item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newny .newslist .item a .itl{
	width: 25%;
	text-align: left;
}
.newny .newslist .item a .itr{
	width: 68%;
	margin-left: 1.5%;
}
.newny .newslist .item a .itr h3{
	font-size: 26px;
	color: #333333;
}
.newny .newslist .item a .itr .itrcon{
	font-size: 16px;
	margin: 25px 0;
	padding-right: 10%;
	color: rgba(31,31,31,0.75);
	line-height: 2;
}
.newny .newslist .item a .itr .date{
	font-size: 18px;
	color: #808080;
	text-align: left;
}
.nnews-con{
	padding:60px 0 90px;
	background: #f7f7f7;
}
.nnews-con .nncon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nnews-con .nncon .nnconl{
	width: 74%;
	
}
.nnews-con .nncon .nnconl .nnconlt{
	padding:80px 40px 40px;
}
.nnews-con .nncon .nnconr{
	width: 24%;
}

.nnews-con .nncon .nnconl .nnconlt .nntitle{
	text-align: left;
}
.nnews-con .nncon .nnconl .nnconlt .nntitle h3{
	font-size: 30px;
	color: #000000;
}
.nnews-con .nncon .nnconl .nnconlt .nntitle .date{
	color: rgba(51, 51, 51, 0.5);
	font-size: 14px;
	margin-top:15px;
}
.nnews-con .nncon .nnconl .nnconlt .nnconncon{
	padding:40px 0;
	margin-top: 30px;
	/*border-top: 1px solid #d6d6d6;*/
}
.nnews-con .nncon .nnconl .nnconlt .nnconncon img{
    max-width: 100%;
    height: auto;
}
.nnews-con .nncon .nnconl .nnconlt .nmtag{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}
.nnews-con .nncon .nnconl .nnconlt .nmtag .tl{
	font-size: 15px;
	color: #333333;
}
.nnews-con .nncon .nnconl .nnconlt .nmtag .tl a{
	font-size: 12px;
	color: #333333;
	background: #edf0f2;
	padding:3px 10px;
	border-radius: 6px;
	margin-right: 10px;
}
.nnews-con .nncon .nnconl .nmnp{
	padding:20px 40px;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nnews-con .nncon .nnconl .nmnp .nmnpl{
	font-size: 14px;
	color: #333333;
}
.nnews-con .nncon .nnconl .nmnp .nmnpl a{
	font-size: 14px;
	color: #333333;
}
.nnews-con .nncon .nnconl .nmnp .nmnpl .n{
	margin-top: 10px;
}
.nnews-con .nncon .nnconl .nmnp .nmnpr a{
	background: #f3f3f3;
	color: #333333;
	font-size: 17px;
	padding:6px 22px;
	border-radius: 10px;
}

.nnews-con .nncon .nnconr .nncrt{
	/*background: #fff;*/

}
.nnews-con .nncon .nnconr .nncrt h3{
	font-size: 20px;
	color: #333;
	position: relative;
	margin-bottom: 30px;
}
.nnews-con .nncon .nnconr .nncrt h3:after{
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: #1e63af;
}
.nnews-con .nncon .nnconr .nncrt ul{
	margin-top: 20px;
}
.nnews-con .nncon .nnconr .nncrt ul li{
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;

}
.nnews-con .nncon .nnconr .nncrt ul li a{
	color: #333333;
	font-size: 16px;
}
.nnews-con .nncon .nnconr .nncrt ul li a h4{
    color: #333333;
	font-size: 19px;
    margin-top: 10px;
}
.nnews-con .nncon .nnconr .nncrt ul li a .date{
    margin-top:10px;
    font-size: 14px;
    color: #b3b3b3;
    text-align: right;
}
.nnews-con .nncon .nnconr .nncrt ul li:last-child{
	border-bottom: none;
}
.nnews-con .nncon .nnconr .nnbq{
	background: #fff;
	padding:20px;
	margin-top: 30px;
}
.nnews-con .nncon .nnconr .nnbq h3{
	font-size: 20px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
}
.nnews-con .nncon .nnconr .nnbq h3:after{
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: #1e63af;
}
.nnews-con .nncon .nnconr .nnbq ul {
	display: flex;
	flex-wrap: wrap;

}
.nnews-con .nncon .nnconr .nnbq ul li{
	width: 24%;
	margin-right: 1.33%;
	background: #edf0f2;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	margin-top: 10px;
}
.nnews-con .nncon .nnconr .nnbq ul li:nth-child(4n){
	margin-right: 0;
}
.nnews-con .nncon .nnconr .nnbq ul li a{
	color: #333333;
	font-size: 12px;
}
.nnews-con .nncon .nnconr .nngz{
	background: #fff;
	padding:20px;
	margin-top: 30px;
}
.nnews-con .nncon .nnconr .nngz h3{
	font-size: 20px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
}
.nnews-con .nncon .nnconr .nngz h3:after{
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: #1e63af;
}
.nnews-con .nncon .nnconr .nngz .nngzc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nnews-con .nncon .nnconr .nngz .nngzc .nngzl{
	width: 40%;
}
.nnews-con .nncon .nnconr .nngz .nngzc .nngzr{
	width: 58%;
}
.nnews-con .nncon .nnconr .nngz .nngzc .nngzr h4{
	font-size: 15px;
	color: #333;
}
.nnews-con .nncon .nnconr .nngz .nngzc .nngzr p{
	font-size: 12px;
	color: #676767;
	margin-top: 5px;
}
.mstopnav{
    display: flex;
    flex-wrap: wrap;
}
.mstopnav .item{
    border-right: 1px solid #333;
    padding-right: 25px;
    margin-right: 25px;
    line-height: 15px;
    margin-top:15px;
}
.mstopnav .item a{
    padding:5px 10px;
}
.mstopnav .item:hover a{
    color: #fff;
    background: #1e63b0;
}
.mstopnav .item.active a{
    color: #fff;
    background: #1e63b0;
}
#pagesize ul{
    display: flex;
    justify-content: center;
}
.ctitle h2{
	font-size: 24px;
	color: #1e63af;
	text-indent: 2px;
	letter-spacing: 2px;
}
.ctitle h2 span{
	color: #26a697;
	font-size: 20px;
}
.ab1{
	padding:45px 0;
}
.ab1 .ab1con{
	display: flex;
	flex-wrap: wrap;
	background: #e7e7e7;
	align-items: center;
	margin-top: 45px;
}
.ab1 .ab1con .ab1cl{
	width: 45%;
}
.ab1 .ab1con .ab1cr{
	width: 55%;
	font-family: 'sy-r';
	padding:0 30px;
}
.ab2{
	padding:20px 0 60px;
}
.ab2 .ab2list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.ab2 .ab2list .item{
	width: 24%;
	margin-right: 1.33%;
	margin-top:25px;
}
.ab2 .ab2list .item:nth-child(4n){
	margin-right: 0;
}
.ab2 .ab2list .item .mtitle{
	background: #1e63b0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding:6px 0;
	margin-top: 5px;
	text-indent: 3px;
	letter-spacing: 3px;
}

 .swiper-pagination{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	text-align: center;
	z-index: 999;

}
.swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	background: #cdcdcd;
	margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	display: inline-block;
	background: #a31919;
	margin: 0 5px;
}

.page{
	padding:60px 0;
	/*margin-left: 610px;*/
}

.pronyc1{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding:40px;
	justify-content: space-between;
}
.pronyc1 .c1l{
	width: 48%;
}
.pronyc1 .c1l .tt{
	color: #333333;
	font-size: 36px;
}
.pronyc1 .c1l .ett{
	color: #333333;
	font-size: 24px;
}
.pronyc1 .c1l .ccon{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding:40px 0;
	margin: 30px 0 20px;
}
.pronyc1 .c1l .zx{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	display: block;
	background: #1e63af;
	padding:12px 0;
	display: block;
	width: 240px;
}
.pronyc1 .c1r{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pronyc1 .c1r .c1rl{
	width: 20%;
	position: relative;
	padding:30px 0;
}
.pronyc1 .c1r .c1rl .swiper-slide{
	border:1px solid #e2e2e2;
	display: grid;
	align-content: center;
}
.pronyc1 .c1r .c1rl .swiper-slide.swiper-slide-thumb-active{
	border:3px solid #d7251f;
}
.pronyc1 .c1r .c1rl .swiper-button-prev{
	position: absolute;
	top: 0;
	left: 45%;
}
.pronyc1 .c1r .c1rl .swiper-button-next{
	position: absolute;
	bottom: 0;
	left: 45%;
}
.pronyc1 .c1r .c1rr{
	width: 75%;
	border: 1px solid #ccc;
	
}
.pronyc1 .c1r .c1rr .swiper-slide{
	text-align: center;
	min-height: 660px;
	position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
}

.pronyc2{
	margin-top: 60px;
	background: #fff;
	padding:40px;
}
.pronyc2 h2{
	font-size: 26px;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}
.pronyc2 .p2list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pronyc2 .p2list .item{
	text-align: center;
	width: 32.33%;
}
.pronyc2 .p2list .item .itt{
	margin-top: 20px;
}
.pronyc2 .p2list .item .itt .itt1{
	color: #333333;
	font-size: 22px;
}
.pronyc2 .p2list .item .itt .itt2{
	color: #8f8f8f;
	font-size: 16px;
}
.pronyc2 .p2list .item .more{
	display: block;
	margin:20px auto 0;
	text-align: center;
	width: 130px;
	padding:10px 0;
	border:1px solid #e7e7e7;
	font-size: 16px;
	color: #333;
}

.nyjoin {
    padding: 50px 0
}

.nyjoin ul li {
    display: block;
    margin: 10px 0;
    padding: 25px 140px 25px 300px;
    position: relative;
    background: #f7f7f7
}

.nyjoin ul li .tit {
    width: 225px;
    height: 150px;
    position: absolute;
    left: 25px;
    top: 25px;
    border-right: 1px solid #dfdfdf
}

.nyjoin ul li .tit .b {
    font-size: 20px;
    color: #333
}

.nyjoin ul li .tit .xian {
    width: 30px;
    height: 2px;
    background: #333;
    margin: 10px 0
}

.nyjoin ul li .tit .jj {
    font-size: 16px;
    color: #999
}

.nyjoin ul li .ann {
    position: absolute;
    width: 120px;
    height: 100%;
    right: 0;
    top: 0;
    background: #eaeaea;
    font-size: 40px;
    color: #f20000;
    cursor: pointer;
    display: grid;
    justify-content: center;
    align-items: center;
}
.nyjoin ul li .ann .cell{

    color: #f20000;

}

.nyjoin ul li .wz {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
    transition: all .5s
}

.nyjoin ul li .wz1 {
    z-index: -99;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.nytitle{
	text-align: center;
}
.nytitle h2{
	font-size: 26px;
	color: #1c62af;
	font-weight: 600;
	text-indent: 3px;
	letter-spacing: 3px;
}
.nytitle h4{
	font-size: 18px;
	color: #1c62af;
	text-indent: 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
}
.contact {
	padding:100px 0;
}
.contact .ccon{
	max-width: 780px;
	margin: 60px auto 0;
}
.contact .ccon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .ccon ul li{
	width: 49%;
	margin-top: 15px;
}
.contact .ccon ul li input{
	width: 100%;
	border: 2px solid #c7cbcf;
	padding:5px 10px;
}
.contact .ccon ul li:last-child{
	width: 100%;
}
.contact .ccon ul li textarea{
	width: 100%;
	border: 2px solid #c7cbcf;
	padding:5px 10px;
	resize: none;
	height: 150px;
}

.contact .red_btn{
	margin: 40px auto 0;
	text-align: center;
	width: 200px;
	padding:15px 0;
	background: #27a697;
	color: #fff;
	font-size: 18px;
	border: none;
	display: block;
}

@media(max-width: 780px){
    .ctitle h2{
        font-size: 20px;
    }
	.nyjoin{ padding: 15px 0; }
	.nyjoin ul li{ margin: 5px 0; padding: 10px 10px 50px; }
	.nyjoin ul li .tit{ position: static; width: auto; height: auto; margin-bottom: 10px; border: 0; }
	.nyjoin ul li .ann{ width: 100%; height: 50px; left: 0; bottom: 0; top: inherit; }
	.nyjoin ul li .ann .cell{ position: relative; top: -4px; }
	.nyjoin ul li .wz{ margin-bottom: 10px; }
	
	.prony .pronylist .item{
	    width: 49%;
	    margin-right: 2%;
	}
	.prony .pronylist .item:nth-child(2n){
	    margin-right: 0;
	}
	
	.nnews-con{
        padding:40px 0;
    }
    .nnews-con .nncon .nnconl .nnconlt{
        padding:20px;
    }
    .nnews-con .nncon .nnconl{
        width: 100%;
    }
    .nnews-con .nncon .nnconl .nnconlt .nntitle h3{
        font-size: 20px;
    }
    .nnews-con .nncon .nnconl .nnconlt .nnconncon{
        padding:20px 0;
    }
    .nnews-con .nncon .nnconl .nnconlt .nnconncon img{
        max-width: 100%;
    }
    .nnews-con .nncon .nnconl .nmnp{
        margin-top:25px;
    }
    .nnews-con .nncon .nnconr{
        width: 100%;
        margin-top:25px;
    }
    .nnews-con .nncon .nnconr .nncrt h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .nnews-con .nncon .nnconr .nngz h3{
        font-size: 18px;
    }
    .ind_abo_tab li a{
        padding:0 1px;
        font-size: 16px;
    }
    .ind_abo_tab li .borderd{
        padding:0 6px;
    }
    .newny .newslist .item a .itl{
        width:100%;
    }
    .newny .newslist .item a .itr{
        width: 100%;
        margin-left: 0;
    }
    .newny .newslist .item a .itr h3{
        font-size: 18px;
        margin-top:10px;
    }
    .newny .newslist .item a .itr .itrcon{
        padding-right: 0;
        font-size: 14px;
        margin: 10px 0 30px;
    }
    .ab1 .ab1con .ab1cl{
        width:100%;
    }
    .ab1 .ab1con .ab1cr{
        width: 100%;
        padding:15px;
    }
    .ab2 .ab2list .item{
        width: 49%;
        margin-right: 2%;
    }
    .ab2 .ab2list .item:nth-child(2n){
        margin-right: 0;
    }
    .ab2 .ab2list .item .mtitle{
        font-size: 14px;
    }
    .contact{
        padding:50px 0;
    }
}