.w {
    width: 1200px;
    margin: auto;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none; 
}

li {
    list-style: none;
}

a {
    text-decoration:none;
    color:#000;
}

html { 
    margin-left: auto;
    margin-right: auto;
}

.head-e {
    width: 100%;
    margin: auto;
    background: url(../img/header-bg.jpg) no-repeat center;
}

.head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.head-top-L {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: -10px 0px;
}

@font-face{
    font-family: title;
    src: url("../ttf/Alimama_DongFangDaKai_Regular.ttf");
}


@font-face{
    font-family: title;
    src: url("../ttf/Alimama_DongFangDaKai_Regulardakai .ttf");
}

@font-face{
    font-family: title-1;
    src: url("../ttf/DingTalk_JinBuTi_Regular.ttf");
}

@font-face{
    font-family: title-2;
    src:url("../ttf/Source_Han_Serif_SC_Light_Light.otf")
}


.head-top-text {
    margin-left: 10px;
}

.head-top-text p {
    font-family: title-2;
}

.head-top-text .one {
    letter-spacing: 7.5px;
    font-size: 30px;
}

.head-top-text .two {
    font-size: 15px;
    color: black;
}

.head-top-text-t {
    font-size: 35px;
    font-family: title-2;
}

.head-top-L img {
    width: 85px;
    height: 85px;
}

.head-top-R a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.head-btm {
    width: 100%;
    height: 40px;
    background-color: #4682B4;
}

.head-btm-z {
    font-size: 20px;
    display: flex;
    flex: row-reverse;
    justify-content:space-between;
}

.head-btm-z a {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 8px;
    height: 31px;
    text-decoration: none;
    color: black;
}

.head-btm-z a:hover {
    background-color: #195191;
}

/* 轮播图 */
.banner {
    width: 1450px;
    height: 530px;
    /* border: 2px solid #999; */
    overflow: hidden;
    position: relative;
}

#imglist {
    width: 7250px;
    height: 530px;
}

#imglist img {
    width: 1450px;
    height: 530px;
}

#imglist li {
    float: left;
}

.prev {
    background: #666;
    width: 30px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 5px;
    top: 45%;
    cursor: pointer;
}

.next {
    background: #666;
    width: 30px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 45%;
    cursor: pointer;
}

#icolist {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#icolist li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #666;
    text-align: center;
    line-height: 30px;
    color: #fff;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

/* 第二部分 */
.content-e {
    width: 1450px;
    margin: auto;
    /* display: flex;
    flex-direction: row;
    justify-content:space-between; */
}

.content-R {
    width: 391px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* background-color: #DDDDDD; */
    padding:0px 20px 10px 20px;
    border-left: 3px dashed #ccc;
    box-sizing: border-box;
}




.content-R-box {
    width: 360px;
    height: 380px;
    margin: auto;
}

.content-R-top {
    width: 350px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 2px solid #195191;
}

.content-R-top p {
    color: black;
    font-size: 20px;
    margin-top: 5px;
    /* border-bottom: 2px solid #006400; */
}

.content-R-top p a {
    color: #000;
    font-family: title-1;
}

.content-R-btm {
    width: 360px;
    height: 350px;
    overflow: hidden;
    margin-top: -10px;
}

#tb1 {
    width: 360px;
    height: 350px;
}

tr {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

#trangle {
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
    background-color: #fff;
}

#trangle a .span1 {
    display: block;
    font-size: 18px;
    width: 70px;
    /* height: 40px; */
    color: #000;
    text-align: center;
}

#trangle a .span2 {
    display: block;
    font-size: 14px;
    width: 70px;
    height: 20px;
    color: #fff;
    text-align: center;
    background-color: #09458a;
}

#one {
    width: 240px;
    margin-left: -40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

tr>td {
    display: flex;
    align-items: center;
}

td>img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

td a {
    color: #666;
    font-size: 14px;
}

td a:hover {
    text-decoration:underline;
    color: #000;
}

/* -------------------------------------------- */


.text-e {
    width: 1200px;
    height: 400px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: #DDDDDD; */
}

.kcjj-e {
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    /* background-color: #DDDDDD; */
}

.kcjj-tx {
    width: 500px;
    height: 380px;
    margin: 10px 0px 10px 10px;
}   

.tx-head {
    width: 500px;
    height: 22px;
    border-bottom: 2px solid #195191;
}

.tx-head p {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: title-1;
}

.tx-btm {
    font-size: 15px;
    box-sizing: border-box;
    line-height: 28px;
    text-indent: 24px;
    word-spacing: 9px;
}


/* 视频介绍 */

.ct{
	width: 390px;
	height: 250px;
	/* background-color: #999999; */
}

.ct_head {
    width: 375px;
    height: 32px;
    border-bottom: 2px solid #195191;
    margin-bottom: 10px;
}

.ct_head p {
    padding: 9px 0 3px 0;
    color: #195191;
}

/* 视频介绍结束 */

.kd {
    width: 250px;
    height: 400px;
}

.kd-e {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kd-head {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
}

.kd-head p {
    width: 250px;
    padding-left: 49px;
    font-size: 30px;
    color: #000;
    font-family: title-1;
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.kd-head p img {
    margin-left: 5px;
    width: 30px;
    height: 30px;
}

#ksdh {
    width: 250px;
    height: 90px;
    margin-bottom: 35px;
    border: 2px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
    padding-top: 20px;
}

#ksdh p {
    width: 250px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

/* .kcjj-e {
    width: 400px;
    height: 405px;
    background-color: #DDDDDD;
    overflow: hidden;
}

.kcjj-top {
    width: 395px;
    height: 25px;
    padding-left: 5px;
    margin-bottom: 5px;
    border-bottom: 2px dashed #fff;;
}

.kcjj-top a {
    font-size: 20px;
}

.kcjj-btm p {
    width: 400px;
    height: 370px;
    text-align: left;
    letter-spacing: 8px;
} */

#p-1 {
    font-size: 15px;
    color: #333;
}

/* 成果展示 */

.head-cgzs {
    margin-top: 10px;
}

.zgzs-box{
	overflow: hidden;
	margin-top: 2px;
	height: 12rem;
}
.head-cgzs ul{
	
	display: flex;
	flex-direction: row;
	height: 21.6rem;
	animation-name:cgzs;
	animation-duration:20s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	/* Safari and Chrome: */
	-webkit-animation-name:cgzs;
	-webkit-animation-duration:20s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
}
.head-cgzs img{
	width: 15rem;
	height: 10.8rem;
}
.head-cgzs ul li span{
	font-size: 1rem;
	color: white;
	position: relative;
	bottom: 1.6rem;
	background-color: #555;
}



.zgzs-box:hover ul{
	animation-play-state:paused;
}
@keyframes cgzs
{
	from {transform: translateX(0rem);}
	to {transform: translateX(-80rem);}
}
@-webkit-keyframes cdzs
{
	from {transform: translateX(0rem);}
	to {transform: translateX(-80rem);}
} 
/* .jxzl {
    width: 400px;
    height: 425px;
} */

/* .jxzl-top {
    width: 395px;
    height: 25px;
    margin-left: 5px;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #006400;
} */

/* .jxzl-btm {

} */

/* .xzzx {
    width: 400px;
    height: 425px;
}

.xzzx-top {
    width: 395px;
    height: 25px;
    margin-left: 5px;
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #006400;
} */


/* 第三部分	 */
.footer {
	width: 100%;
	margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #004f7e url(../img/footer.jpg) no-repeat right center;
    background-size: cover;
	color: #fff;
}

.footer p{
	text-align: center;
	font-size: 8px;
    margin-top: 8px;
}

.footer .p-1 {
    margin-bottom: 8px;
}

.footer p span {
    font-size: 16px;
    margin-right: 12px;
}

body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

header,footer{
    line-height: 100px;
    height: 100px;
}
footer{
    margin-top: auto;
}