@charset "utf-8";
html,
body {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    min-width: 1366px;
}
.fl-rt{
    float: right;
}
.container{
    width: 100%;
    margin: 50px auto 0;
}
.container .content-box{
    width:100%;
    background:#ffffff;
}
.container .box1,.box2,.box3,.box4,.box5,.box6{
    width: 100%;
}
.container .box1{

}
.container .box2{
    padding-bottom: 0px;
}
.container .box3{
    padding-top: 42px;
}
.container .box4{
    margin-top: 40px;
}
.container .box5{
    margin-top: 40px;
    background-color: #eef1f3;
}
.container .box6{
}
.box{
    width: 82%;
    margin: 0 auto;
	padding-bottom: 20px;
}
.box-left{
    display: inline-block;
    width: 65%;

}
.box1-content{
    margin-top: 30px;
}
.box1-content .lf{
    display: inline-block;
    width: 50%;
}
.box1-content .lf img{
    width: 100%;
    height: auto;
}
.box1-content .lf h3{
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0f449c;
}
.box1-content .lf h3 a{
    color: #0f449c;
}
.box1-content .lf h3 a:hover{
    text-decoration: underline;
}
.box1-content .lf p{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
}
.box1-content .lf p a{
    color: #757575;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box1-content .lf p a:hover{
    text-decoration: underline;
}
.box1-content .lf .time{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    border-top: solid 2px #073e9d;
    padding: 20px 0;
    /*margin-top: 30px;*/
}
.box1-content .rt{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding-left: 3%;
}
.box1-content .rt ul li{
    padding: 1.6% 0 2.6% 0;
    border-bottom: solid 2px #eeeeee;
}
.box1-content .rt a{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    color: #424242;
    border-bottom: solid 2px #ffffff;
    margin-top: 0;
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
.box1-content .rt a:hover{
    border-bottom: solid 2px #b6b6b6;
}
.box1-content .rt span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-top: 16px;
}
.box1-rt-bg{
    background-color: #f7f7f7;
}
.box-right{
    display: inline-block;
    width: 32%;
    margin-left: 2%;
    vertical-align: top;
}
.box-title{
    height: 50px;
    line-height: 50px;
    border-top: solid 2px #0f449c;
    border-bottom: solid 1px #cccccc;
}
.box-title,.box-title a{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #0f449c;
    text-underline: none;
}
.box-title .title-left{
    font-size: 24px !important;
    float: left;
    margin-left: 8px;
	font-weight: bold;
}
.box-title .title-left span{
    font-size: 18px;
    color: #979899;
    cursor: pointer;
}
.box-title .title-left span:last-child{
    margin-left: 20px;
    padding-left: 20px;
    border-left: solid 1px #e0e0e0;
}
.box-title .title-left .active{
    color: #034495;
}
.box-title .title-right{
    float: right;
    margin-right: 8px;
}
.box-title .title-right a{
	color: #444444;
}
.box-title1{
    height: 80px;
}
.box-title1{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    text-underline: none;
}
.box-title a{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-underline: none;
}
.box-title1 .title-left{
    padding-top: 36px;
    float: left;
    color: #333333;
}
.box-title1 .title-right{
    padding-top: 36px;
    float: right;
    margin-right: 8px;
}
.box-title1 .title-right a{
    font-size: 16px;
    color: #818080;
}
.box-right-content{
	padding-top: 22px;
}
.box-right-content a img{
	float: left;
	width: calc(50% - 5px);
	margin-bottom: 10px;
	cursor: pointer;
}
.box-right-content a:nth-of-type(2) img ,
.box-right-content a:nth-of-type(4) img ,
.box-right-content a:nth-of-type(6) img ,
.box-right-content a:nth-of-type(8) img {
	width: calc(50% - 5px);
	margin-left: 10px;
}
.box-right-content .imgs{
	width: 100%;
}
.box-right-content .RP-list{

}
.RP-list{
    margin-top: 30px;
}
.RP-list .item{
    position: relative;
    margin-top: 8.7%;
}
.RP-list .item-first{
    margin-top: 0!important;
}
.RP-list .item img{
    display: inline-block;
    width: 33%;
    height: auto;
}
.RP-list .item .text{
    float: right;
    display: inline-block;
    width: 64%;
}
.RP-list .item .text p{
    font-size: 16px;
    line-height: 1.5em;
    margin: 10px auto;
}
.RP-list .item .text p a{
    color: #424242;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height:4.5em;
}
.RP-list .item .text p a:hover{
    color: #2e60b5;
    text-decoration: underline;
}
.RP-list .item .text span{
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 0;
    left: 36%;
}

.container .box1{
	float: left;
}
.container .box2{
	float: left;
}
.footer{
	float: left;
}
.box{
	float: left;
	margin-left: 9%;
}

.box2 .img-list{
	float: left;
	margin-top: 20px;
}
.box2 .img-lista{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.box2 .img-lista .infosBg{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
@media screen and (max-width:1920px) {
	.box2 .img-lista .infosBg{
		height: 50px !important;
		line-height: 50px !important;
	}
	.box2 .img-lista .infosBg .timsa{
		height: 20px !important;
		line-height: 20px !important;
	}
	.box2 .img-lista .infosBg .tects{
		height: 50px !important;
		line-height: 50px !important;
	}
}
@media screen and (max-width:1600px) {
	.box2 .img-lista .infosBg{
		height: 45px !important;
		line-height: 45px !important;
	}
	.box2 .img-lista .infosBg .timsa{
		height: 15px !important;
		line-height: 15px !important;
	}
	.box2 .img-lista .infosBg .tects{
		height: 45px !important;
		line-height: 45px !important;
	}
}
.box2 .img-lista .infosBg .timsa{
	float: left;
	margin-top: 15px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #444444;
	width: 70px;
	border-right: 1px solid #444444;
	height: 30px;
	line-height: 30px;
}
.box2 .img-lista .infosBg a{
	float: left;
	width: 100%;
}
.box2 .img-lista .infosBg .tects{
	float: left;
	margin: 0 0;
	margin-left: 15px;
	width: calc(100% - 75px - 15px);
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	height: 60px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .img-lista .infosBg:hover{
	cursor: pointer;
}
.box2 .img-lista .infosBg:hover .timsa{
	color: #034495;
	border-right: 1px solid #034495;
}
.box2 .img-lista .infosBg:hover .tects{
	color: #034495;
}



.box2 .img-list ul{
	float: left;
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.box2 .img-lists{
	padding-bottom: 20px;
}
.box2 .img-list ul li{
    float: left;
    width: calc(33.33% - 19px);
    margin-right: 28px;
}
.box2 .img-lists ul li{
	float: left;
	width: calc(20% - 23px);
	margin-right: 28px;
	position: relative;
}
.box2 .img-listss ul li{
	float: left;
	width: calc(16.66% - 16px);
	margin-right: 19px;
}
.box2 .img-lists ul li:hover .shadows {
	display: block;
}
.box2 .img-list ul li .shadows{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: rgba(3,68,149,0.7);
	display: none;
}
.box2 .img-list ul li .shadows p,.box2 .img-list ul li .shadows p a{
	margin-left: 5%;
	margin-top: 10%;
	width: 90%;
	height: 80%;
	font-family: ArialMT;
	/* font-size: 18px; */
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff !important;
	overflow:hidden;
	text-overflow: ellipsis;
}
.box2 .img-list ul li:nth-child(3){
    margin-right: 0!important;
}
.box2 .img-lists ul li:nth-child(3){
    margin-right: 28px !important;
}
.box2 .img-lists ul li:nth-child(5){
    margin-right: 0px !important;
}
.box2 .img-listss ul li:nth-child(3){
    margin-right: 19px !important;
}
.box2 .img-listss ul li:nth-child(6){
    margin-right: 0px !important;
}
.box2 .img-list ul li img{
    width: 100%;
    height: auto;
}
.box2 .img-list ul li p{
    font-size: 16px;
    color: #333333;
    margin: 1em 0;
    line-height: 22px;
	height: 66px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box2 .img-list ul li a:hover p{
    color: #0f449c;
    text-decoration: underline;
}
.box2 .RD-list{
    width: 100%;
}
.RD-list .group-01,.RD-list .group-02{
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.RD-list .group-01 .item,.RD-list .group-02 .item{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background-color: #2e60b5;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4%;
    margin-right: 2.8%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.RD-list .item a{
    display: block;
}
.RD-list .item a:hover{
    background-color: #153680;
}
.RD-list .group-01 .item-01{
    width: 34%;
}
.RD-list .group-01 .item-02{
    width: 34%;
}
.RD-list .group-01 .item-03{
    width: 24%;
    margin-right: 0!important;
}
.RD-list .group-01 .item a,.RD-list .group-02 .item a{
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
    font-size: 13px;
}
.RD-list .group-02 .item-01{
    width: 34%;
}
.RD-list .group-02 .item-02{
    width: 62%;
    margin-right: 0!important;
}




.box3{

}
.box3-con{
    margin-top: 40px;
    text-align: left;
}
.box3-con ul li{
    display: inline-block;
    width: 23%;
    margin-right: 2.3%;
}
.box3-con ul li img{
    width: 100%;
    height: 220px;
}
.box3-con ul li p{
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.box3-con ul li .p1{
    font-size: 16px;
    color: #034495;
    margin-top: 30px;
    line-height: 1.8em;

}
.box3-con ul li .p2{
    font-size: 14px;
    color: #444444;
    margin-top: 24px;
    margin-bottom: 27px;
    line-height: 1.8em;
}
.box3-con ul li span{
    font-size: 14px;
    color: #818080;
}
.box3-con ul li a:hover p{
    text-decoration: underline;
}
.li-last{
    margin-right: 0!important;
    float: right;
}
.box4-con{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.box4-con a:hover p{
    text-decoration: underline;
}
.box4-con .box4-con-item{
    position: relative;
    display: inline-block;
    width: 49%;
    margin-top: 16px;
}
.box4-con img{
    width: 100%;
    height: 234px;
}
.box4-con .box4-con-item .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}
.box4-con .box4-con-item .text p{
    margin: 0;
    line-height: 1.5em;
    padding: 6px 10px;
    font-size: 16px;
    color: #ffffff;
}
.box4-content .rt{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 3%;
    margin-top: 15px;
}
.box4-content .rt ul{
    margin-top: -3.5%;
}
.box4-content .rt ul li{
    padding: 2%;
    border-bottom: solid 2px #eeeeee;
}
.box4-content .rt p{
    display: inline-block;
    font-size: 16px;
    line-height: 1.8em;
    color: #424242;
    border-bottom: solid 2px #ffffff;
    margin: 0;
}
.box4-content .rt p a{
    color: #424242;
}
.box4-content .rt p i{
    color: #014099;
    font-weight: bold;
}
.box4-content .rt a:hover{
    border-bottom: solid 1px #b6b6b6;
}
.box4-content .rt span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    course:hand;
}
.box4-content .rt  ul li span:nth-child(2){
    margin: 0.8% 0 2.1%;
}
.box4-content .rt span i{
    color: #333333;
}
.box5 .carousel{
    width: 82%;
    margin: 0 auto;
    padding: 48px 0;
}
.box5 ul li{
    display: inline-block;
    width: 20%;
}
.box5 ul li img{
    width: 100%;
    margin-top: 50px;
}
.box6 .box6-con{
    max-width: 1572px;
    /*min-width: 1366px;*/
    margin: 0 auto;
    width: 82%;
}
.box6 .links{
    display: inline-block;
    width: 72%;
}
.box6 .links p{
    margin: 4% 0;
    padding: 0;
    font-size: 18px;
    color: #333333;
}
.box6 .links ul{
    margin-left: 1em;
}
.box6 .links ul li{
    width: 100%;
    display: block;
    justify-content: space-between;
}
.box6 .links a{
    display: inline-block;
    margin-bottom: 3.5%;
    margin-left: 8%;
    cursor: pointer;
}
.box6 .links a:first-child{
    margin-left: 0!important;
}
.box6 .links a span{
    font-size: 16px;
    color: #444444;
    overflow-x: hidden;
}
.box6 .links a:hover span{
    text-decoration: underline;
}
.box6 .QR-code{
    margin-top: 5%;
    display: inline-block;
    width: 27%;
    float: right;
    text-align: right;
    border-left: solid 1px #eef1f3;
}
.box6 .QR-code ul li{
    display: inline-block;
    width: 107px;
    text-align: center;
}
.box6 .QR-code ul li span{
    display: block;
    font-size: 14px;
    color: #444444;
    margin-top: 10px;
}
.swiper-slide{
    height: auto;
	position: relative;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-slide .shadow{
	position: absolute;
	bottom:0;
	width: 100%;
	height: 170px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.swiper-wrapper{
    height: auto;
}
.swiper-pagination{
	left: 80% !important;
	text-align: right;
	width: auto !important;
}
.swiper-pagination-bullet{
    opacity: 1;
    background: #ffffff;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
	width: 35px;
	height: 14px;
	border-radius: 7px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.swiper-button-next{
    top: calc(100% - 40px) !important;
	width: 42px !important;
	height: 42px !important;
	border: solid 1px #ffffff;
	background-size: 30% auto !important;
}
.swiper-button-prev{
    left: calc(80% - 42px - 18px) !important;
	top: calc(100% - 40px) !important;
	width: 42px !important;
	height: 42px !important;
	border: solid 1px #ffffff;
	background-size: 30% auto !important;
}


.tab{

}
.tab .tab-hd{

}
.tab .tab-hd span{

}
.tab .tab-hd .more{

}
.tab .tab-con{

}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1900px){
    .box1-content .lf h3{
        font-size: 18px;
    }
    .box1-content .lf p{
        font-size: 14px;
    }
    .box1-content .lf .time{
        font-size: 14px;
        padding: 4% 0;
    }
    .box1-content .rt ul li{
        padding: 1.6% 0 2.6% 0;
    }
    .box1-content .rt a{
        font-size: 16px;
    }
    .box1-content .rt span{
        font-size: 14px;
    }
    .RP-list .item{
        margin-top: 12.4%;
    }
    .RD-list .group-01 .item, .RD-list .group-02 .item{
        font-size: 14px;
    }
    .RP-list .item .text p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .RP-list .item .text span{
        font-size: 14px;
    }

    .box6 .links ul li {
        margin-right: 1%;
    }
    .box6 .links a span {
        font-size: 12px;
    }
    .box6 .QR-code ul li span{
        font-size: 12px;
    }
    .box6 .QR-code ul li{
        width: 94px;
    }
}
@media screen and (min-width:1600px) and (max-width:1680px){
    .box1-content .lf h3{
        font-size: 16px;
    }
    .box1-content .lf p{
        font-size: 12px;
    }
    .box1-content .lf .time{
        font-size: 12px;
        padding: 4% 0;
    }
    .box1-content .rt ul li{
        padding: 1.6% 0 2.6% 0;
    }
    .box1-content .rt a{
        font-size: 14px;
    }
    .box1-content .rt span{
        font-size: 12px;
    }
    .RP-list .item{
        margin-top: 7.6%;
    }
    .RD-list .group-01 .item, .RD-list .group-02 .item{
        font-size: 12px;
    }
    .RP-list .item .text p{
        font-size: 14px;
        line-height: 1.5em;
    }
    .RP-list .item .text span{
        font-size: 14px;
    }

    .box6 .links ul li {
        margin-right: 1%;
    }
    .box6 .links a span {
        font-size: 12px;
    }
    .box6 .QR-code ul li span{
        font-size: 12px;
    }
    .box6 .QR-code ul li{
        width: 94px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .box1-content .lf h3{
        font-size: 16px;
    }
    .box1-content .lf p{
        font-size: 12px;
    }
    .box1-content .lf .time{
        font-size: 12px;
        padding: 4% 0;
    }
    .box1-content .rt ul li{
        padding: 1.6% 0 1.8% 0;
    }
    .box1-content .rt a{
        font-size: 14px;
    }
    .box1-content .rt span{
        font-size: 12px;
    }
    .RP-list .item{
        margin-top: 7.9%;
    }
    .RD-list .group-01 .item, .RD-list .group-02 .item{
        font-size: 12px;
    }
    .RP-list .item .text p{
        font-size: 12px;
        line-height: 1.2em;
    }
    .RP-list .item .text p a{
        height:3.6em;
    }
    .RP-list .item .text span{
        font-size: 12px;
    }

    .box6 .links ul li {
        margin-right: 1%;
    }
    .box6 .links a span {
        font-size: 12px;
    }
    .box6 .QR-code ul li span{
        font-size: 12px;
    }
    .box6 .QR-code ul li{
        width: 94px;
    }
}
@media screen and (min-width:1367px) and (max-width:1440px){
    .box1-content .lf h3{
        font-size: 16px;
    }
    .box1-content .lf p{
        font-size: 12px;
    }
    .box1-content .lf .time{
        font-size: 12px;
        padding: 4% 0;
    }
    .box1-content .rt ul li{
        padding: 1.6% 0 2.6% 0;
    }
    .box1-content .rt a{
        font-size: 14px;
    }
    .box1-content .rt span{
        font-size: 12px;
    }
    .RP-list .item{
        margin-top: 9.7%;
    }
    .RD-list .group-01 .item, .RD-list .group-02 .item{
        font-size: 12px;
    }
    .RP-list .item .text p{
        font-size: 12px;
        line-height: 1.2em;
    }
    .RP-list .item .text span{
        font-size: 12px;
    }

    .box6 .links ul li {
        margin-right: 1%;
    }
    .box6 .links a span {
        font-size: 12px;
    }
    .box6 .QR-code ul li span{
        font-size: 12px;
    }
    .box6 .QR-code ul li{
        width: 94px;
    }
}
@media screen and (max-width:1366px){
    .box1-content .lf h3{
        font-size: 14px;
    }
    .box1-content .lf p{
        font-size: 12px;
    }
    .box1-content .lf .time{
        font-size: 12px;
        padding: 4% 0;
    }
    .box1-content .rt ul li{
        padding: 1.6% 0 2.6% 0;
    }
    .box1-content .rt a{
        font-size: 13px;
    }
    .box1-content .rt span{
        font-size: 12px;
    }
    .RP-list .item{
        margin-top: 9.7%;
    }
    .RD-list .group-01 .item, .RD-list .group-02 .item{
        font-size: 12px;
    }
    .RP-list .item .text p{
        font-size: 12px;
        line-height: 1.2em;
    }
    .RP-list .item .text span{
        font-size: 12px;
    }
    .box6 .links ul li {
        margin-right: 1%;
    }
    .box6 .links a span {
        font-size: 12px;
    }
    .box6 .QR-code ul li span{
        font-size: 12px;
    }
    .box6 .QR-code ul li{
        width: 94px;
    }
}
.swiper-button-next, .swiper-button-prev{
    width:27px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url("swiper-lf.png") no-repeat;
    
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("swiper-rt.png") no-repeat;
}

.swiper-button-prev{
    background: url(RD-Carousel-lf.png) no-repeat;
}
.swiper-button-next{
    background: url(RD-Carousel-you.png) no-repeat;
}
.swiper-button-next1, .swiper-button-prev1{
    width: 12px;
    margin-top: -12px;
}
.swiper-button-next{
    right: 10px;
	top: 50%;
	margin-top: -22px;
	background-position: center center;
	background-size: 100% auto;
	width: 12px;
	height: 44px;
}
.swiper-button-prev{
    left: 10px;
	top: 50%;
	margin-top: -22px;
	background-position: center center;
	background-size: 100% auto;
	width: 12px;
	height: 44px;
}



.header-box{
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.0));
	padding-bottom: 50px;
}
.header-top-left .a-link{
	background-color: #034495;