.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.content1{
    width: 100%;
    background: url(./background1.png) center no-repeat #fafafa;
    background-size: 100% 100%;
    padding: 0px 0 30px 0;
}
.content1-1200{
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.content1-top-left{

    float: left;
 }
.content1-top .content1-top-left img{
    width: 600px;
    border-radius: 5px;
    width: 100%;
}
.content1-top {
    margin: 40px 0;
}
.content1-top-right{
    float: left;
    width: 550px;
    margin-left: 30px;
}
.gywm-title{
    height: 38px;
    border-bottom: 1px solid #d6d6d6;
    width: 550px;
    line-height: 38px;
}
.gywm-title a{
    height: 30px;
    border-bottom: 2px solid #016ec5;
    font-size: 17px;
    font-weight: bold;
    color: #016ec5;
    line-height: 34px;
    padding: 6px 3px;
}
.content1-top-right p{
    margin: 10px  0;
    line-height: 33px;
    font-size: 16px;
}
.more{
    float: right;
    color: #333;
}
.content1-bottom a{
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    width: 270px;
    font-size: 18px;
    line-height: 76px;
    margin-left: 35px;
    border-radius: 5px;
}
.content1-bottom a:hover{
    box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);/* 鼠标悬浮时盒子出现的阴影 */
    transform: translate(0, -5px);/* 鼠标悬浮时盒子上移10px */
    transition: all .3s;
}

.content1-bottom .zrhj{
    background-color: #25b8a8;
    margin-left: 0;
}
.tsmp{
    background-color: #309fdb;
}
.whms{
    background-color: #e56482;
}
.cyjq{
    background-color: #f0b83f;
}
.content1-bottom a img{
    width: 44px;
    height: 38px;
}
/* 图说高新 */
.content2{
    width: 100%;
    padding-top: 30px;
    background: url(./content2-bg.jpg) right top no-repeat #FaFaFa;
}
.content2-1200{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
   
}
.tsgx{
    width: 1200px;
}
/* 轮播图 */
#gx-photo {
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 60px 30px;
}
.photo-list {
    position: relative;
    width: 1132px;
    height: 424px;
}
.photo-list li {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}
.photo-list li .pic {
    width: 100%;
    height: 100%;
}
.photo-list li .Mask, .photo-list li .title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    overflow: hidden;
}

#gx-photo .prev, #gx-photo .next {
    font-family: 'å®‹ä½“';
    font-size: 36px;
    line-height: 60px;
    position: absolute;
    z-index: 99;
    top: 50%;
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #4d79ad;
}
#gx-photo .prev {
    left: 50px;
}
#gx-photo .next {
    right: 50px;
}
.pic img{
    width: 600px;
    height: 424px;
    object-fit: cover;
}
.photo-list li .Mask, .photo-list li .title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.photo-list li .title a{
    color: #ffffff;
}
.photo-list li .Mask {
    background-color: #333;
    opacity: 0.6;
}
#gx-photo .prev, #gx-photo .next {
    top: 49%;
    background: rgba(93, 145, 215, 0.9);
    border-radius: 6px;
}
/* 第三层 */
.content3{
    width: 100%;
    height: 595px;
    background: url(./content3-bg.jpg) center bottom no-repeat;
    overflow: hidden;
}
.content3-title{
    width: 1200px;
    margin: 30px auto;
    max-width: 1200px;
}
.content3-title img{
    width: 100%;
}
.content3-list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 123px;
    padding-left: 32px;
}
.content3-list a img{
    width: 180px;
}
.content3-list a{
    display: block;
    float: left;
}
.content3-list2{
    margin-left: 27px;
    margin-top: -38px;
}
.content3-list3{
    margin-left: 46px;
    margin-top: 18px;
}
.content3-list4{
    margin-left: 74px;
    margin-top: -4px;
}
.content3-list5{
    margin-left: 70px;
    margin-top: -47px;
}
.content3-1200{
    width:1200px;
    margin: 0 auto;
}
.content1-top-left img{
    width: 605px;
    height: 270px;
    object-fit: cover;
}