* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: .9rem "Microsoft YaHei", å¾®è½¯é›…é»‘, Arial, Helvetica, SimHei, sans-serif;
    box-sizing: border-box;
    border: none;
}
.fl {float: left}
.fr {float: right}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {display: table;content: " ";}
.clearfix,.clearfix:after,.container:after,.container-fluid:after,.row:after{clear: both;}
.clearfix,.container,.container-fluid,.row{*zoom:1;}
body {
    width: 100%;
    min-width: 1200px;
    background-color: #f2f2f2;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    color: black;
}

img {
    border: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

.pic_list {
    width: 100%;
    height: auto;
}

.pic_list a {display: inline-block;width: 32.8%;margin-right: 0.38%;margin-top: 10px;}
.pic_list a:nth-child(3n+3) {
    margin-right: 0;
}

.pic_list a img {
    width: 100%;
}

@font-face {
    font-family: 'syfont';
    src: url('../../fonts/syyh.woff');
}


.channal_name a {
    font-family: 'syfont';
    color: #1d54d6;
}

.content {
    zoom: 120%;
    width: 1100px;
    margin: auto;
    background-color: #fff;
}

.floor {
    overflow: hidden;
    margin-top: 20px;
}

.floor_l {
    float: left;
}

.floor_r {
    float: right;
}

.banner {
    height: 352px;
    background-image: url(../../images/ztzl/fgf_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 25px;
}

.logo {
    margin-top: 10px;
    width: 420px;
}

.search_box {
    margin-left: 80px;
    margin-top: 230px;
    width: 627px;
    height: 54px;
    border-radius: 27px;
    background-color: #6A9CF1;
}

.search_in {
    float: left;
    color: white;
    font-size: 18px;
    margin-left: 27px;
    width: calc(100% - 104px);
    height: 100%;
    background-color: #6A9CF1;
}

.search_in::-webkit-input-placeholder {
    color: white;
    font-size: 18px;
}

/* ä½¿ç”¨webkitå†…æ ¸çš„æµè§ˆå™¨ */
.search_in:-moz-placeholder {
    color: white;
    font-size: 18px;
}

/* Firefoxç‰ˆæœ¬4-18 */
.search_in::-moz-placeholder {
    color: white;
    font-size: 18px;
}

/* Firefoxç‰ˆæœ¬19+ */
.search_in:-ms-input-placeholder {
    color: white;
    font-size: 18px;
}

.search_btn {
    float: left;
    margin-right: 27px;
    width: 50px;
    height: 100%;
    background-image: url(../../images/ztzl/fgf_searchbtn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6A9CF1;
    cursor: pointer;
}

/* è½®æ’­å›¾å¼€å§‹ */
#slideshow {
    width: 522px;
    height: 260px;
    float: left;
    background: #dddddd22;
    position: relative;
    overflow: hidden;
}

#slideshow_img {
    width: 610px;
    height: 350px;
    overflow: hidden;
}

#slideshow_img li,
#slideshow_img li a,
#slideshow_img li a img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideshow_btn {
    width: 42px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    background-color: #555555;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 250ms;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* #prev {
    left: -42px;
    background-image: url(../images/index/prev.png);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#next {
    right: -42px;
    background-image: url(../images/index/next.png);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#slideshow:hover #prev {
    left: 0;
}

#slideshow:hover #next {
    right: 0;
} */

.slideshow_btn:hover {
    background-color: #ccc;
}

#slideshow_bottom_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
}

#slideshow_page {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 38px;
    z-index: 2;
}

#slideshow_page li {
    float: left;
    width: 10px;
    height: 10px;
    background: #eff4f8;
    opacity: 0.9;
    border-radius: 50%;
    margin: 16px 8px 16px 0;
    cursor: pointer;
}

#slideshow_page li.on {
    background-color: #48ACF4;
}

#slideshow_info {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#slideshow_info a {
    display: none;
    float: left;
    max-width: calc(100%-100px);
    color: #ffffff;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-left: 20px;
    text-align: center;
}

#slideshow_info a.on {
    display: block;
}

.channal_box {
    overflow: hidden;
    width: 514px;
    height: 207px;
}

.main {
    padding: 0 20px 20px 20px;
}

.channal_header {
    overflow: hidden;
    height: 54px;
    background-image: url(../../images/ztzl/fgf_morebg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.channal_name {
    float: left;
    line-height: 40px;
    color: #1d54d6;
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
}

.more_box {
    float: right;
    height: 100%;
    padding-top: 12px;
}

.more_box.wj {
    width: calc(100% - 230px);
}


.more {
    float: right;
    padding: 0 10px;
    color: white;
    font-size: 14px;
    background-color: #48ACF4;
}

.list_item {
    color: #333333;
    overflow: hidden;
    line-height: 31px;
}

.list_item a {
    font-size: 15px;
}

.item_title {
    position: relative;
    padding-left: 20px;
    float: left;
    max-width: calc(100% - 95px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_title::before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #A0B1D3;
    border-radius: 50%;
}

.item_date {
    float: right;
}

.wjk img {
    width: 100%;
}


/* ä¸“é¢˜ */
#ztzl {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 25px;
    background-color: white;
}

.ztzl_channalbox {
    float: left;
}

.ztzl_content {
    position: relative;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.wjk .prev {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}
.wjk {
    position: relative;
}
.wjk .next{
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}

.ztzl_content .prev {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}

.ztzl_content .next{
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}

.ztzl_list .ztzl_item {
    float: left;
    margin: 0 8px 0 0;
    width: 260px;
    text-align: center;
}

.ztzl_list .ztzl_item a {
    transition: .5s;
}

.ztzl_list .ztzl_item a:hover span {
    font-weight: bold;
}

.ztzl_list .ztzl_item a span {
    transition: .2s;
}

.ztzl_list .ztzl_item img {
    width: 100%;
}

.footer_box {
    margin-top: 45px;
    border-top: 3px solid #015294;
}

.am-container {
    max-width: 1170px;
    padding: 25px 15px 30px 15px;
    /* overflow: hidden; */
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

footer .info {
    padding-left: 80px;
    position: relative;
    width: 63%;
    float: left;
}

.no-padding-right {
    padding-right: 0px;
}

footer p {
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

footer .link-img {
    vertical-align: top;
    width: 36%;
    float: right;
    padding-right: 15px;
    margin-top: 10px;
}

footer #_ideConac {
    position: absolute;
    left: 0px;
    top: -10px;
}

@media screen and (max-width:768px) {
    body {
        min-width: 100%
    }

    .content {
        width: 100%;
        text-align: center;
    }

    .logo {
        width: 80%;
    }

    .search_box {
        margin: 230px auto 0 auto;
        width: 80%;
    }

    .pic_list a {
    width: 48%;
    margin-right: 2%;
}
    .pic_list a:nth-child(2n+2) {
    margin-right: 0 !important;
    !i;
    !;
}
    .pic_list a:nth-child(3n+3) {
    margin-right: 2%;
}
    
    #slideshow {
        width: 100%;
        height: auto;
    }

    #slideshow_img {
        width: 100%;
        height: auto;
    }

    #slideshow_info a {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .ztzl_content {
        width: 100%;
        max-width: 280px;
    }

    .ztzl_list .ztzl_item {
        margin-right: 0;
    }

    .floor_l,
    .floor_r {
        width: 100%;
    }

    footer #_ideConac,
    footer .link-img {
        display: none;
    }

    footer .info {
        padding-left: 0;
        width: 100% !important;
    }
}

.footer-card {
    zoom: 120%;
    background: #21518e;
}
footer {
    max-width: 1100px !important;!i;!;
    background: #21518e !important;
    overflow: hidden;
}
footer >div{color: #fff;}
footer p a {
    color: #fff;
}
footer .info {
    margin-top: 8px;
}
footer p a:hover {color: inherit;}
footer .link-img #_span_jiucuo {
	display: inline-block;
  width: 80px;
    height: 40px;
    margin-left: 5px;
}
footer p>img {
    margin-left: 5px;
}
footer .link-img #_span_jiucuo img{
  width: 100%;
  height: 100%;
}
footer p {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13.33px;
}
footer p a {
	margin-left: 5px;
	font-size: 13.33px;
}
.yqlj >div {
    width: 1100px;
}
@media only screen and (max-width: 640px) {
    .yqlj >div {
	    width: 100%;
}
}
body {zoom: 100% !important;!i;!;!I;!;}
.container {
    width: 1400px;
    margin: 0 auto;
}
.mlheader {
    padding-top: 45px !important;!i;!;
    padding-bottom: 35px !important;!i;!;
}
.header-middle input {
    font-size: 18px;
}
.search_select select {
    margin-top: 0px !important;!i;!;
    font-size: 16px;
}
.ml_nav>ul li a {
    font-size: 20px;
}
.head-link-box ul {
    float: right;
}
.head-link-box {
    margin-bottom: 15px;
}
.mainBox {
    width: auto !important;!i;!;
}
.yqlj {zoom: 120%}