html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
i,b {
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', sans-serif;
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
/*float*/
.fl {
    float: left
}

.fr {
    float: right
}
/*text align*/
.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*bx*/
.bx {
    width: 1200px;
    margin: 0 auto;
}

/*head begin*/
    .head {
        height: 440px;
        margin-bottom: 30px;
        background: url(/globalimages/gdfp20180919-topbanner.png) no-repeat center top;
    }
    .head .logo img {
        display: block;
    }
    .head .logo {
        margin-bottom: 170px;
    }
    .head p {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
        font-family: "SimSun";
        text-shadow: 2px 2px 0px #6b9cde;
    }
/*head end*/

/*nav begin*/
    .nav {
        margin-bottom: 30px;
    }
    .nav li {
        float: left;
    }
    .nav li a {
        display: block;
        color: #296ad8;
        font-size: 20px;
        line-height: 80px;
        position: relative;
        padding-left: 150px;
        padding-right: 70px;
        transition: all .3s ease;
    }
    .nav li a:before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        left: 95px;
        top: 50%;
        margin-top: -22px;
        background: url(/globalimages/gdfp20180919-btnico.png) no-repeat;
    }
    .nav li .btn-ico-2:before {
        -ms-background-position-x: -63px;
        background-position-x: -63px;
    }
    .nav li .btn-ico-3:before {
        -ms-background-position-x: -131px;
        background-position-x: -131px;
    }
    .nav li .btn-ico-4:before {
        -ms-background-position-x: -198px;
        background-position-x: -198px;
    }
    .nav li a:hover {
        box-shadow: 0px 0px 26px #dadada;
        border: 1px solid #e0e0e0 \9;
    }
/*nav end*/

/*news begin*/
    .news {
        margin-bottom: 30px;
    }
    .main-news {
        width: 690px;
    }
    .main-news .news-title {
        background: #f5f5f5;
    }
    .news-title h3 {
        color: #fff;
        font-size: 16px;
        padding: 0 28px;
        line-height: 40px;
        background: #296ad8;
    }
    .news-title a {
        color: #999;
        line-height: 40px;
        margin-right: 10px;
    }
    .news-title a:hover {
        color: #296ad8;
    }
    .news-ul ul a {
        float: left;
        display: block;
        width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 44px;
    }
    .news-ul ul span {
        float: right;
        color: #999;
        line-height: 44px;
    }
    .news-ul li {
        zoom: 1;
        text-indent: 14px;
        border-bottom: 1px solid #d9d9d9;
        background: url(/globalimages/gdfp20180919-ulico02.png) no-repeat left center;
    }
    .news-ul li:after {
        content: ".";
        width: 0;
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
        overflow:hidden;
    }
    .news-ul ul a:hover {
        color: #296ad8;
    }
    .news-video {
        width: 484px;
        overflow: hidden;
    }
    .news-video .video-box ul {
        width: 1000%;
    }
    .news-video .video-box li {
        float: left;
        width: 484px;
    }
    .news-video .video-box video {
        display: block;
        width: 100%;
    }
    .video-slider-bot .video-title {
        width: 80%;
    }
    .video-title a {
        display: none;
        width: 100%;
        font-size: 16px;
        line-height: 35px;
        text-indent: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: url(/globalimages/gdfp20180919-ulico01.png) no-repeat left center;
    }
    .video-title a:hover {
        color: #296ad8;
    }
    .video-dot ol {
        margin-top: 15px;
    }
    .video-dot ol li {
        float: left;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        cursor: pointer;
        border-radius: 50%;
        background: #e6e6e6;
        background: url(/globalimages/gdfp20180919-dot.png) no-repeat center \9;
    }
    .video-dot ol li.current {
        background: #ffd200;
        background: url(/globalimages/gdfp20180919-dotcurrent.png) no-repeat center \9;
    }
/*news end*/

/*oth-con begin*/
    .oth-con {
        margin-bottom: 30px;
    }
    .oth-con > div {
        width: 380px;
        float: left;
    }
    .oth-con .con-mid {
        margin: 0 30px;
    }
    .oth-con .con-title h3 {
        font-size: 20px;
        font-weight: 700;
        text-indent: 5px;
        line-height: 20px;
        padding-bottom: 5px;
        border-left: 6px solid #296ad8;
    }
    .oth-con .con-title {
        border-bottom: 1px solid #296ad8;
    }
    .oth-con .con-title a {
        color: #999;
    }
    .oth-con .con-title a:hover,
    .con-ul ul li a:hover {
        color: #296ad8;
    }
    .con-ul ul li a {
        display: block;
        line-height: 44px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #e0e0e0;
    }
/*oth-con end*/

/*slider begin*/
    .bot {
        padding: 30px 0;
        margin-bottom: 20px;
        background: #f2f3f7;
    }
    .bot-slider-title h3 {
        color: #296ad8;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .bot-slider-box {
        width: 100%;
        position: relative;
    }
    .bot-slider {
        width: 100%;
        overflow: hidden;
    }
    .bot-slider ul {
        width: 1000%;
        padding-left: 1px;
    }
    .bot-slider li {
        float: left;
        margin-right: 15px;
    }
    .bot-slider li a {
        display: block;
        width: 288px;
        height: 180px;
        /*background: #333;*/
    }
    .bot-sldier li a img {
        display: block;
        width: 100%;
    }
    .bot-slider-arrow {
        position: absolute;
        top: 0;
        height: 0;
        margin-top: 70px;
        width: 100%;
    }
    .bot-slider-arrow > div {
        width: 17px;
        height: 34px;
        cursor: pointer;
        background: url(/globalimages/gdfp20180919-arrow.png) no-repeat;
    }
    .bot-slider-arrow .slider-arrow-l {
        margin-left: -35px;
    }
    .bot-slider-arrow .slider-arrow-r {
        margin-right: -35px;
        -ms-background-position-x: -23px;
        background-position-x: -23px;
    }
/*slider end*/

/*footer begin*/
    .footer-top p {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-bot > div {
        margin-top: 50px;
        width: 10%;
    }
    .footer-bot .bot-m {
        width: 80%;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .bot-m > div {
        margin-bottom: 5px;
        text-align: center;
    }
    .bot-m span {
        display: block;
        margin-bottom: 5px;
    }
    .bot-m > div a {
        margin: 0 5px;
    }
/*footer end*/