html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

body {
    background: #e5f0f5;
    color: #5D5D5D;
    font: 14px/1.7 "Microsoft Yahei",Verdana,Simsun,"Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","HelveticaNeue-Medium","Helvetica Neue",Arial;
    margin: 0;
    padding: 0;
}

a {
    color: #5D5D5D;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited {
        color: #5D5D5D;
    }

    a:hover, a:active {
        color: #3376b4;
    }

.hidden {
    display: none;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-image: url(/Content/v1/back-to-top.gif);
    background-repeat: no-repeat;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 99999;
}

    #toTop:hover {
        opacity: .9;
        filter: alpha(opacity=90);
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }

.text-elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt15 {
    margin-top: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.top_decorate {
    width: 100%;
    height: 130px;
    border-top: 6px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

    .top_decorate b {
        position: absolute;
        height: 130px;
        width: 50%;
        left: 0;
        top: 0px;
        background: #fff;
    }

        .top_decorate b i {
            position: absolute;
            top: 120px;
            height: 1px;
            width: 100%;
            background: #ebebeb;
        }

.wrapper {
    border-top: 6px solid #3376b4;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.header-wrapper {
    position: relative;
    height: 130px;
    background: #fff;
}

    .header-wrapper .top {
        height: 120px;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
    }

        .header-wrapper .top .logo {
            float: left;
            margin-left: 30px;
            margin-top: 10px;
        }
        .header-wrapper .top .logo img {
           width:700px;
           height:100px;
        }

        .header-wrapper .top .search {
            height: 120px;
            width: 350px;
            float: right;
            /*background: url(/jtys/gcgl/images/search_bg.png);*/
           /* border-left: 1px solid #ebebeb;*/
        }

    .header-wrapper .search form {
        display: block;
        background: #fff;
        padding: 5px;
        border: 1px solid #efefef;
        overflow: hidden;
        margin-left: 45px;
        margin-top: 47px;
        width: 281px;
    }
.list_menu{
	height: 54px;
	line-height: 54px;
	width: 1254px;
	padding: 0 13px;
	line-height: 54px;
	background:#fff;
	position:relative;
}
.list_menus{
	background: #3376b4;
	height: 54px;
	width: 1254px;
}
.list_menus .nav-item{
	width: 138px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #3376b4;
	float: left;
	border-right: 1px solid #1a5e97;
}
.list_menus .nav-item a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.list_menus .nav-item ul {
	display:none;
	background:#4d8fcc;
	border: 1px solid #1a5e97;
    border-bottom: none;
}

.list_menus .nav-item ul li{
	border-bottom: 1px solid #1a5e97;
}

.list_menus .nav-item.navmoon {
	background:#3d83c3;
}
.list_menus .nav-item.navmoon a {
	color:#FFFFFF;
}
.list_menus .nav-item.navmoon ul {
	display:block;
}
.list_menus .nav-item.navmoon ul a {
	display:block;
}
.list_menus .nav-item.navmoon ul a:hover {
	background:#3d83c3;
}

.banner img{
	width: 1254px;
	height: 335px;
	margin: auto;
	margin-top: 10px;
	background-size:contain ;
}
.left{
	float: left;
}
.right{
	float: right;
}
.menu_bor{
	border-right: 1px solid #1a5e97;
}
        .header-wrapper .search form .key {
            width: 231px;
            height: 29px;
            font-size: 14px;
            padding: 0 10px;
            background: #fff;
            font-family: 'Microsoft YaHei';
            border: 1px solid #3376b4;
            outline: none;
            float: left;
            border-right: 0;
        }

        .header-wrapper .search form .btn {
            height: 31px;
            width: 29px;
            border: 0;
            background: #3376b4 url(../images/search.png) center no-repeat;
            float: left;
        }

    .header-wrapper .date_top {
        position: absolute;
        right: 15px;
        top: 50px;
        color: #005EAE;
        font-size: 16px;
    }

        .header-wrapper .date_top strong {
            color: #FF7200;
            font-size: 30px;
            font-weight: 600;
            padding: 0 5px;
        }

    .header-wrapper .nav {
        position: absolute;
        top: 120px;
        left: 53px;
        height: 253px;
        width: 235px;
        background: url(/jtys/gcgl/images/nav_bg.png);
        padding-top: 25px;
    }

        .header-wrapper .nav .item {
            height: 37px;
            line-height: 35px;
            background: #09cd9d;
            border-bottom: 2px solid #0fbe83;
            position: relative;
        }

            .header-wrapper .nav .item:after {
                position: absolute;
                width: 100%;
                height: 1px;
                bottom: 0;
                left: 0;
                background: #21e2b6;
                content: "";
            }

            .header-wrapper .nav .item a.yj_a {
                color: #fff;
                display: block;
                background: url(/jtys/gcgl/images/nav_dot.png) 17px 16px no-repeat;
                text-indent: 56px;
                font-size: 16px;
            }

                .header-wrapper .nav .item a.yj_a.home {
                    background: url(/jtys/gcgl/images/nav_dot_home.png) 11px 11px no-repeat;
                }

                .header-wrapper .nav .item a.yj_a:after {
                    content: "";
                    position: absolute;
                    width: 1px;
                    height: 24px;
                    top: 6px;
                    left: 38px;
                    background: #0eb78e;
                    border-right: 1px solid #2ce1b8;
                }

            .header-wrapper .nav .item:hover, .header-wrapper .nav .item.cur {
                background: #00b58c;
                border-bottom-color: #009e6d;
            }

                .header-wrapper .nav .item:hover a.yj_a:after, .header-wrapper .nav .item.cur a.yj_a:after {
                    background: #099c8a;
                }

                .header-wrapper .nav .item:hover .sub, .header-wrapper .nav .item.cur .sub {
                    display: block;
                }

            .header-wrapper .nav .item .sub {
                position: absolute;
                left: 236px;
                top: 0px;
                width: 191px;
                background: #fff;
                border-top: 7px solid #09cd9d;
                padding-top: 2px;
                display: none;
            }

                .header-wrapper .nav .item .sub li {
                    height: 33px;
                    line-height: 33px;
                    background: url(/jtys/gcgl/images/foot_dot.png) repeat-x bottom;
                }

                    .header-wrapper .nav .item .sub li a {
                        display: block;
                        text-indent: 28px;
                        background: url(/jtys/gcgl/images/nav_dot1.png) no-repeat 15px 50%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        color: #01b68d;
                    }

                        .header-wrapper .nav .item .sub li a:hover {
                            background-color: #fffecd;
                        }

nav#menu {
    display: none;
}

.shadow_nav {
    display: none;
}

.content-wrapper {
    width: 1280px;
}

    .content-wrapper .banner {
        text-align: center;
        background: #fff;
        font-size: 0;
    }

.footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-wrapper p {
        color: #666;
    }



.ul-news {
    width: 100%;
    position: relative;
}

    .ul-news li {
        clear: both;
        background: url(/jtys/gcgl/images/foot_dot.png) repeat-x bottom left;
        line-height: 34px;
        height: 34px;
        position: relative;
    }

        .ul-news li a {
            float: left;
            width: 410px;
            text-indent: 14px;
            background: url(/jtys/gcgl/images/dot.png) no-repeat left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ul-news li span.date {
            float: right;
            font-size: 12px;
            margin-right: 14px;
            color: #999;
        }

        .ul-news li i.new {
            position: absolute;
            /*background: url(/jtys/gcgl/images/new.png) no-repeat center;*/
            width: 26px;
            height: 100%;
            right: -19px;
            top: -1px;
        }

.pager {
    clear: both;
    text-align: center;
    height: 50px;
    margin-top: 45px;
    padding-bottom: 10px;
}

.pagination {
    display: inline-block;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            color: #A0A0A0;
            background-color: #EFEFEF;
            border: 1px solid #E3E3E3;
            cursor: pointer;
            text-decoration: none;
            margin: 0 5px;
            font-family: SimSun;
        }

            .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
                color: #fff;
                background-color: #2f8cc3;
                border-color: #2f8cc3;
            }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #23c972;
        border-color: #23c972;
    }



@media screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        position: initial;
    }

    .top_decorate {
        display: none;
    }

    .header-wrapper {
        height: auto;
        position: initial;
    }

        .header-wrapper .top {
            height: auto;
            border: 0;
            position: relative;
        }

            .header-wrapper .top .logo {
                float: none;
                display: block;
                margin-top: 10px;
                margin-left: 10px;
            }

                .header-wrapper .top .logo img {
                    width: 60%;
                }

            .header-wrapper .top .search {
                float: none;
                background: none;
                border: 0;
                width: auto;
                height: 50px;
                margin-top: 10px;
            }

        .header-wrapper .search form {
            margin: 0 10px;
            width: auto;
        }

            .header-wrapper .search form .key {
                width: 90%;
                box-sizing: border-box;
                height: 31px;
            }

            .header-wrapper .search form .btn {
                width: 10%;
            }

        .header-wrapper .nav {
            display: none;
        }

    nav#menu {
        width: 200px;
        zoom: 1;
        position: fixed;
        height: 100%;
        background: #00b48c;
        z-index: 999;
        top: 0;
        right: 0;
        z-index: 200;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: block;
    }

        nav#menu:after {
            content: "";
            display: block;
            clear: both;
        }

        nav#menu ul {
            width: 200px;
            float: right;
            background: #00b48c;
            height: 100%;
            overflow: auto;
        }

            nav#menu ul.menu_btn_box {
                margin-bottom: 2rem;
            }

            nav#menu ul li {
                border-bottom: 1px solid #fff;
                float: left;
                width: 100%;
            }

            nav#menu ul a {
                color: #fcffff;
                background: #00b48c;
                font-size: 16px;
                line-height: 100%;
                padding: 16px 0 16px 10%;
                display: block;
            }

            nav#menu ul .su a {
                background: url(/jtys/gcgl/images/btn_m_down.png) 90% center no-repeat;
                background-size: 14px 11px;
            }

            nav#menu ul .on > a {
                background: url(/jtys/gcgl/images/btn_m_up.png) 90% center no-repeat;
                background-size: 14px 11px;
            }

            nav#menu ul .submenu {
                padding: 0 10%;
                box-sizing: border-box;
                background: #fff;
            }

                nav#menu ul .submenu li {
                    border-bottom: 1px solid #00b48c;
                }

                    nav#menu ul .submenu li:last-child {
                        border-bottom: none;
                    }

                    nav#menu ul .submenu li a {
                        color: #00b48c;
                        padding: 10px 0;
                        font-size: 14px;
                        background: none;
                    }

                        nav#menu ul .submenu li a:hover, nav#menu ul .submenu li a.on {
                            color: #fdff92;
                        }

                nav#menu ul .submenu .ls2 {
                    letter-spacing: -1px;
                }

                nav#menu ul .submenu .ls3 {
                    letter-spacing: -1px;
                }

        nav#menu .menus {
            width: 100%;
            height: 100%;
            position: relative;
            overflow-y: auto;
        }

    .m_close {
        display: none;
        position: absolute;
        top: 0;
        left: -48px;
        width: 48px;
        height: 48px;
        background: #333 url(../images/menu_close.png) no-repeat center;
    }

    nav#menu ul .submenu li .new {
        margin: 0 0 0 3px;
    }

        nav#menu ul .submenu li .new img {
            width: 15px;
            height: 15px;
        }

    .shadow_nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 199;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        display: none;
    }

    .content-wrapper {
        background: #fff;
        width: auto;
    }

        .content-wrapper .banner {
            height: 146px;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
        }

            .content-wrapper .banner img {
                width: 600px;
                position: absolute;
                right: 0;
            }


    .footer-wrapper {
        padding: 10px;
        background: none;
    }

    .icon-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        background: url(/jtys/gcgl/images/yddh.png) center no-repeat;
        background-size: 100%;
        width: 40px;
        height: 40px;
    }

    .ul-news li {
        background: #fff;
        height: auto;
        line-height: 1.4;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        .ul-news li a {
            white-space: normal;
            float: none;
            display: block;
            width: auto;
            background: url(/jtys/gcgl/images/dot.png) no-repeat 0 7px;
        }

        .ul-news li span.date {
            float: none;
            display: inline-block;
            margin-right: 5px;
        }

        .ul-news li i.new {
            position: initial;
            display: inline-block;
            height: 12px;
            background-image: url(/jtys/gcgl/images/new1.png);
        }
}