html, body {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 100%;
    width: 100%;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
}
.mask {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index:999;
    display: none;
}
@font-face {
    font-family: 'iconfont';  /* project id 1355774 */
    src: url('//at.alicdn.com/t/font_1355774_em0rqykesmf.eot');
    src: url('//at.alicdn.com/t/font_1355774_em0rqykesmf.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1355774_em0rqykesmf.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1355774_em0rqykesmf.woff') format('woff'),
    url('//at.alicdn.com/t/font_1355774_em0rqykesmf.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1355774_em0rqykesmf.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.marT10 {
    margin-top: 10px;
}

.head, .nav, .main, .foot {
    width: 100%;
}

.comt {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* display: flex; */
    flex-direction: column-reverse;
    align-items: center;
}

.head {
    background: #015296;
    /* height: 130px; */
}

.head .comt {
    /* height: 130px; */
    background: url(../images/head-bg.jpg) right bottom no-repeat;
}

.logo {
    /* float: left; */
    padding: 15px 10px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 100%;
}
.logo .sitename {
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 19px;
    border-left: 4px solid #fff;
    padding-left: 5px;
    display: block;
    margin: 0px 0px 5px 8px;
}
.menu_mobile {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px;
    /* position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); */
}
.nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background: #007fd5;
    z-index: 99999;
    overflow-y: scroll;
    display: none;
}

#menu {
    width: 100%;
    /* height: 50px;
    line-height: 50px; */
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 15px;
    /* position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    margin: auto;
    z-index: 9999; */
}

#menu li {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #aaa;
}

#menu li .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

#menu li ul.sec_menu {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    background: none;
}

#menu a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    /* float: left; */
    text-align: left;
    margin: 0;
    display: block;
    padding-left: 30px;
}

#menu a.ico {
    background: #f00;
}

#menu li ul.sec_menu li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: none;
    margin: 0;
    padding: 0;
}

#menu li ul.sec_menu li a {
    width:100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: none;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

#menu li ul.sec_menu li a:hover {
    color: #fff;
    background: #183e84;
}

#menu li:hover a {
    color: #fff;
    background: #015296;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.main .demo {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.xwzx {
    width: 100%;
    /* padding-right: 30px; */
    /* float: left; */
    box-sizing: border-box;
}

.xstd {
    width: 100%;
    float: left;
}

.tzgg {
    /* width: 290px;
    float: right; */
}

.xbfc {
    background: #bd9369;
}

.news2 {
    /* height: 68px; */
    display: flex;
    padding-bottom: 8px;
    margin: 0 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.news2:last-child {
    margin-bottom: 0;
}

.news2 a {
    display: inline-block;
}

.news2 a:hover h3 {
    color: #015296;
}

.news2 h3, .news2 p {
    margin: 0;
    padding: 0;
}

.news2 h3 {
    color: #444;
}

.news2 p {
    line-height: 22px;
    color: #888;
}

.news2 span {
    color: #888;
    margin-top: 7px;
}

.news2-date {
    flex: none;
    margin-right: 15px;
    color: #fff;
    background: #015296;
    padding: 2px;
    text-align: center;
    height: 68px;
}

.news2-date h4 {
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: normal;
    color: #015296;
    background: #fff;
    margin: 0;
    padding: 0;
}

.news2-txt {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.tzgg .news {
    /* height: 32px; */
    /* line-height: 32px; */
}

.tzgg .news-icon {
    color: #bd9369;
}

.xbfc .iconfont {
    color: #fff;
}

.box-tit.xbfc {
    width: 100%;
    padding: 0px 10px 10px;
    color: #fff;
    margin-top: 10px;
}
.box-con >div {
    padding: 0 15px;
    box-sizing: border-box;
}
.box-con >h3 {
    padding: 0 15px;
    box-sizing: border-box;
}
.box-con >h2 {
    padding: 0 15px;
    box-sizing: border-box;
}
.box-con >p {
    padding: 0 15px;
    box-sizing: border-box;
}
.box-con >div>img {
    width: 100% !important;
    height: auto !important;
}
.box-con.xbfc {
    padding: 0;
}

.box-con.xbfc img {
    width: 100%;
    height: 193px;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.box-tit {
    border-bottom: 2px solid #bd9369;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.box-tit .name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    /* margin-top: 10px; */
    padding-right: 24px;
    vertical-align: middle;
    /* float: left; */
    flex: 1;
}

.box-tit .name .iconfont {
    font-weight: normal;
}

.box-tit .more {
    height: 19px;
    color: #777;
    padding: 15px 0 12px 10px;
    vertical-align: middle;
    text-decoration: none;
    float: right;
}

.box-tit .more img {
    vertical-align: middle;
}

.box-tit .more:hover {
    color: #137ec7;
}

.iconfont {
    color: #137ec7;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

.box-con {
    padding-top: 15px;
}

.contwo {
    width: 440px;
    height: 275px;
    float: right;
}

.box {
    height: auto;
}

.box-tit {
    width: 100%;
    /* height: 38px;
    line-height: 38px; */
}

.box-con {
    width: 100%;
    height: auto;
}

.news-head {
    /* height: 120px; */
    /* display: flex; */
    padding-bottom: 8px;
    padding: 0 16px 5px;
    border-bottom: 1px solid #ddd;
}

.news-head a {
    display: block;
}

.news-head a:hover h3 {
    color: #015296;
}

.news-head h3, .news-head p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.news-head h3 {
    color: #444;
    margin-top: 10px;
    font-size: 16px;
}

.news-head p {
    line-height: 22px;
    color: #888;
    margin-top: 5px;
    font-size: 14px;

}

.news-head span {
    color: #888;
    margin-top: 7px;
    font-size: 12px;
}

.news-head-img {
    flex: none;
    /* margin-right: 15px; */
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
}

.news-head-txt {
    flex: auto;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}


.news {
    /* height: 34px; */
    /* line-height: 34px; */
    padding: 10px 0;
    margin: 0 16px;
    border-bottom: 1px solid #ddd;
}

.news-icon {
    /* display: inline-block; */
    /* float: left; */
    padding-right: 5px;
}

.news a {
    /* float: left; */
    /* display: inline-block; */
    color: #333;
    text-decoration: none;
}

.news a:hover {
    color: #137ec7;
}

.news span.date {
   display: block;
    color: #777;
    text-align: right;
    font-size: 12px;
    position: relative;
}
/* .news span.date::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 1px solid #ddd;
 } */

.main-right .box-tit {
    background: #137ec7;
}

.main-right .box-con {
    background: #e5e5e5;
}

.lxwm .box-con {
    height: 118px;
    padding: 15px;
    width: 250px;
}

.links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 280px;
}

.links a {
    display: block;
}

.link {
    width: 135px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #137ec7;
    color: #fff;
    flex: 0 0 auto;
    margin-top: 12px;
    text-decoration: none;
}

.link:hover {
    background: #e2ba00;
}

.link .iconfont {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.yqlj .box-con {
    height: 160px;
    padding: 15px;
    width: 250px;
}

.yqlj .box-con a {
    display: block;
    text-decoration: none;
    color: #333;
}

.yqlj .box-con a:hover {
    color: #137ec7;
}

.tyyx .box-tit {
    background: #137ec7;
}

.tyyx .box-tit i {
    float: left;
    display: inline-block;
}

.tyyx .box-tit .more {
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-right: 15px;
}

.tyyx .box-tit .more:hover {
    color: #e2ba00;
}

.tyyx .box-con {
    background: #e5e5e5;
}

.tyyx .box-con a {
    color: #333;
    text-decoration: none;
}

.tyyx .box-con a:hover {
    color: #137ec7;
}

/******鍏堣繘绉戞妧浠ｇ爜寮€濮�******/
.infiniteCarousel {
    MARGIN: 0px auto 0px;
    WIDTH: 100%;
    POSITION: relative;
}

.wrapper {
    overflow: auto;
    WIDTH: 1080px;
    HEIGHT: 160px;
    margin: 0 auto;
    padding: 15px 0;
}

.wrapper UL LI {
    DISPLAY: block;
    FLOAT: left;
    WIDTH: 216px;
    HEIGHT: 141px;
    text-align: center;
}

.wrapper UL LI img {
    width: 202px;
    height: 141px;
}

.arrow {
    DISPLAY: block;
    color: #fff;
    WIDTH: 40px;
    HEIGHT: 40px;
    CURSOR: pointer;
    TEXT-INDENT: -999px;
    POSITION: absolute;
    TOP: 70px;
    outline: 0
}

.forward {
    RIGHT: 10px;
    BACKGROUND: url(../images/arow_right.png) no-repeat right center
}

.back {
    BACKGROUND: url(../images/arow_left.png) no-repeat left center;
    left: 10px
}

/******鍏堣繘绉戞妧浠ｇ爜缁撴潫******/

.foot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #137ec7;
    color: #fff;
    padding: 15px 0;
    margin-top: 0;
}

.foot-txt {
    /* float: left; */
    margin: 20px 0;
    padding: 0 30px;
}

.foot-logo {
    /* float: right; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#left {
    display: none;
    /*width: 290px;*/
    /*float: left;*/
    /*margin-top: 10px;*/
}

#right {
    /*width: 890px;*/
    /*float: right;*/
    /*margin-top: 10px;*/
}

#left .box-tit {
    background: #137ec7;
    padding: 0px 15px 10px;
    width: 260px;
}

#left .box-tit .iconfont {
    color: #fff;
}

#left .box-con {
    background: #e5e5e5;
    width: 260px;
    padding: 15px;
}

#left .box-con img {
    max-width: 260px;
}

.left-menu {
    width: 290px;
    margin-bottom: 10px;
}

#left .left-menu .box-tit {
    background: url(../images/bg-logo.png) -20px 10px no-repeat #137ec7;
    height: 64px;
    line-height: 74px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #bd9369;
}

#left .left-menu .box-con {
    padding: 0;
    background: #e5e5e5;
    width: 290px;
}

.menu-li {
    width: 290px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    text-indent: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-li:hover {
    width: 290px;
    text-indent: 40px;
    color: #bd9369;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-li .iconfont {
    float: right;
    transform: rotate(180deg);
    font-size: 16px;
    color: #ccc;
    margin: 0;
}

.menu-li:hover .iconfont {
    margin-right: 0;
    color: #bd9369;
}

.menu-li.hov {
    text-indent: 10px;
    color: #444;
}

#left .tzgg .box-tit {
    color: #fff;
}

#right .box-tit {
    border-bottom: 2px solid #137ec7;
}

#right .box-tit .name {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: url(../images/tit-bg.jpg) right bottom no-repeat #fff;
    padding-right: 24px;
    vertical-align: middle;
    /*float: left;*/
}

#right .box-tit .name i {
    background: url(../images/right-name-bg.png) center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#right .box-tit .local {
    height: 38px;
    line-height: 44px;
    color: #777;
    text-decoration: none;
    /*float: right;*/
    overflow: hidden;
    display: none;
}

#right .box-tit .local a {
    color: #777;
    text-decoration: none;
}

#right .box-tit .local a:hover {
    color: #137ec7;
}

#right .iconfont {
    color: #137ec7;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

#right .box-con {
    padding-top: 15px;
    /*width: 890px;*/
    width: 100%;
}

#right .yxsz {
    display: inline-block;
    width: 290px;
    background: #e5e5e5;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    text-decoration: none;
    padding: 0;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

#right .yxsz:nth-child(3n+3) {
    margin-right: 0;
}

#right .yxsz:hover {
    background: #137ec7;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#right .yxsz .iconfont {
    width: 5px;
    height: 50px;
    background: url(../images/yxsz-bg.png) 0px 0px no-repeat #ccc;
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#right .yxsz:hover .iconfont {
    width: 50px;
    background: url(../images/yxsz-bg.png) 0px 0px no-repeat #e2ba00;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#right .box-con {
    padding-top: 0;
    height: auto;
    overflow: hidden;
}

#right .news {
    /*height: 50px;*/
    line-height: 1.5;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/news-icon.png) left center no-repeat;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/******鍒嗛〉浠ｇ爜*******/
.myPage {
    padding: 15px 10px 10px 15px;
    line-height: 12px;
    font-size: 14px;
    text-align: left;
}

.myPage a {
    color: #777;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.myPage a:hover {
    color: #137ec7;
    text-decoration: none;
}

span.number {
    padding: 7px 12px;
    border: 1px #ccc solid;
    text-decoration: none;
    color: #777;
    border-radius: 2px;
}

.myPage a {
    padding: 10px 13px;
    border: 1px #ccc solid;
    text-decoration: none;
}

.myPage a:hover {
    padding: 11px 14px;
    background: #137ec7;
    color: #fff;
    text-decoration: none;
    border: 0 none;
}

.news-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0 15px;
}

.news-infos {
    text-align: center;
    color: #777;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.right-con {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    margin-top: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

.right-con img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    padding: 5px 0;
}

.right-con .tyyx {
    flex: 0 0 auto;
    background: url(../images/tyyx-bg.png) no-repeat;
    width: 171px;
    height: 122px;
    padding: 24px 18px 45px 23px;
    margin: 25px 0 10px;
}

.tyyx a {
    text-decoration: none;
    color: #333;
}

.tyyx a:hover {
    color: #137ec7;
}

.tyyx img {
    width: 171px;
    height: 122px;
}

.tyyx p {
    text-align: center;
    line-height: 30px;
}

.img {
    padding: 7px;
    background: #e5e5e5;
    margin-top: 15px;
}

.photos {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 15px 15px 0px 0;
    padding: 10px;
    background: #f0f0f0;
    box-sizing: border-box;
}

.photos:nth-child(5n+5) {
    margin-right: 0;
}

.photos:hover {
    background: #137ec7;
    color: #fff;
}

.photos a {
    color: #444;
}

.photos:hover a {
    color: #fff;
}

.photos:hover .photos-name span {
    color: #fff;
}

.photos-img {
    width: 100% !important;
    height: auto !important;
}

.photos-txt {
    padding: 15px 0;
}

.photos-name {
    font-size: 16px;
    padding: 0;
    margin: 10px 0 5px;
}

.photos-name span {
    font-weight: normal;
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.photos-info {
    margin: 0;
    padding: 0;
}

.sz {
    margin: 20px auto 0;
}

.sz-img {
    float: left;
    margin-right: 20px;
}
