* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "microsoft yahei";
    font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
    color: #333;
    text-align: center;
    background: url(../images/bg_01.png) #fff center top no-repeat;
    overflow-x: hidden;
}

body.xts-body {
    background:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input {
    border: 0;
    outline: none;
}

div {
    text-align: left;
    font: normal 14px/180% \5FAE\8F6F\96C5\9ED1;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}


/*clear*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}


/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    font: normal 12px/200% Microsoft YaHei;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m10 {
    margin: 10px auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.list_14 li {
    background: url(images/dot.gif) no-repeat 0 12px;
    padding-left: 12px;
    font-size: 14px;
}

.list_12 li {
    background: url(images/dot.gif) no-repeat 0 8px;
    padding-left: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
    color: #666;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

img {
    border: 0;
    max-width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.m-content {
    background-color: #fff;
    width: 100%;
    margin: 0px auto 30px;
    padding: 40px;
}


/* 头部开始 */

.header {
    width: 100%;
    height: 580px;
    overflow: hidden;
    /* background: url(../images/bg_01.png) center top no-repeat; */
    background: none;
}

.header-con {
    position: relative;
}

.top-logo {
    width: 320px;margin-top: 15px;
}

.returnHome {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: #ffd90a;
    color: #333;
    border-radius: 10px;
}

.bigLogo-con {
    width: 900px;
    margin: 0 auto;
text-align: center;
}
.bigLogo-con img{width:85%;}
.top-search {
    display: block;
    width: 580px;
    height: 60px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #0645c7;
}

.sr {
    box-shadow: none;
    width: 503px;
    height: 60px;
    padding: 2px 15px;
    border: none;
    background: #fff;
    color: #777;
    font-size: 16px;
}

.btn {
    float: right;
    width: 75px;
    height: 60px;
    background: #0645c7 url(../images/search_03.png) center center no-repeat;
    border: none;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    cursor: pointer;
}

.navbar {
    width: 900px;
    height: 140px;
    margin: 30px auto;
    text-align: center;
}

.navbar li {
    height: 100%;
    width: 20%;
    line-height: 140px;
    background: url(../images/navbg.png) center center no-repeat;
    text-align: center;
    display: inline-block;
    position: relative;
}

.navbar li.active,
.navbar li:hover {
    background: url(../images/navbg_hover.png) center center no-repeat;
}

.navbar li.active::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    background-color: #ffb83c;
}

.navbar li a {
    font-size: 26px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.welcon {
    width: 1273px;
    height: 300px;
    margin: 0 auto 40px;
    background: url(../images/cztip.png) center center no-repeat;
}

.wel {
    padding: 45px 40px 30px;
}


/* 头部结束 */


/* 首页开始 */

.index_title {
    margin: 30px auto 20px;
}

.index_title img {
    display: block;
    margin: 0 auto;
}

.fl_title {
    float: left;
    width: 70px;
    height: 100%;
    font-size: 38px;
    padding-top: 0px;
    line-height: 45px;
    margin-right: 30px;
    text-align: center;
    color: #4068db;
}

.word_desc {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-indent: 2em;
}

.bg_box {
    height: 415px;
    margin: 30px 0;
    overflow: hidden;
}

.sli-box {
    position: relative;
}

.sli-box img {
    width: 100%;
    display: block;
    height: 256px;
}

.sli-qy {
    position: absolute;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    color: #fff;
}

.sli_date {
    float: left;
    width: 100px;
    height: 100%;
    padding: 10px 0;
    color: #fff;
    background: #0960fe;
}

.sli-qy a {
    padding: 0 20px;
    color: #fff;
    line-height: 70px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.oneimg-slider {
    float: left;
    width: 42.2%;
    padding-left: 24px;
    margin-top: 20px;
    height: 256px;
    overflow: hidden;
}


/* .single-item .slick-dots {
        bottom: 17px;
        width: auto;
        right: 18px;
        position: absolute;
    }
    
    .single-item .slick-dots li button {
        font-size: 0;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
        padding: 0;
    }
    
    .single-item .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 2px;
    }
    
    .single-item .slick-dots .slick-active button {
        background-color: #ff0000;
    } */

.slick-prev,
.slick-next {
    height: 35px;
    width: 25px;
}

.slick-prev {
    left: 87%;
    top: 70%;
    background: rgba(0, 0, 0, 0.3);
}

.slick-prev::before {
    content: "<";
    opacity: 1;
}

.slick-next {
    right: 4%;
    top: 70%;
    background: rgba(0, 0, 0, 0.3);
}

.slick-next::before {
    content: ">";
    opacity: 1;
}

.slick-prev:hover::before {
    color: #006eab;
}

.slick-next:hover::before {
    color: #006eab;
}

.box_left {
    float: left;
    width: calc(100% - 670px);
    height: 100%;
    background-color: #f9fafe;
    overflow: hidden;
    padding: 30px 40px;
}

.tj_title {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    color: #00203b;
}

.tj_content {
    font-size: 16px;
    display: inline-block;
    line-height: 32px;
    color: #808a94;
    text-indent: 2em;
    margin: 20px 5px;
}

.tj_detail {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 32px;
    color: #6f767d;
}

.tj_date {
    float: right;
    font-size: 14px;
    margin: 20px 0;
    color: #a7aeb6;
}

.box_right {
    float: right;
    width: 670px;
    height: 100%;
    position: relative;
}

.gztj {
    margin-top: 0;
}

.gztj li {
    float: left;
    width: calc((100% - 40px)/3);
    padding: 20px 10px;
    background-color: #f9fafe;
    margin-right: 20px;
}

.gztj li:last-child {
    margin-right: 0;
}

.gztj_title {
    display: block;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00203b;
}

.gztj_content {
    font-size: 16px;
    color: #808a94;
    text-indent: 2em;
    margin: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gztj_date {
    float: right;
    font-size: 14px;
    color: #a7aeb6;
}

.gkyj_box {
    float: left;
    width: 570px;
    margin-right: 60px;
    margin-bottom: 40px;
}

.gkyj_box:nth-child(2n) {
    margin-right: 0;
}

.gkyj_title {
    background: url(../images/czpic.png) center left no-repeat;
    height: 150px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

.word {
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.word a{color:#fff;}

.word::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 4px;
    height: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}

.gkyj_left {
    width: 100%;
    padding: 20px 0;
    height: 120px;
    border-bottom: 1px dashed #999999;
}

.gkyj_date {
    float: left;
    width: 100px;
    height: 100%;
    color: #999999;
}

.day {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.year {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.gkyj_desc {
    width: 100%;
    padding-right: 40px;
}

.gkyj_stitle {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00203b;
}

.gkyj_scontent {
    font-size: 16px;
    color: #808a94;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rightword {
    font-size: 24px;
    line-height: 38px;
    color: #333b47;
    position: relative;
    padding-left: 50px;
    margin: 25px 0 20px;
}

.rightword::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 4px;
    height: 50%;
    background-color: #4a8aff;
    transform: translateY(-50%);
}

.topcon {
    display: block;
    font-size: 18px;
    color: #00203b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottomcon {
    display: block;
    font-size: 14px;
    color: #999999;
}

.gkyj_right {
    width: 100%;
}

.gkyj_right li {
    width: 100%;
    height: 85px;
    padding: 20px;
    background-color: #f1f2f4;
    margin-top: 20px;
}

.gklybg {
    padding-top: 30px;
    background: #fff url(../images/bannerbg.png) top center no-repeat;
}

.gkly {
    background: #fdfcfc;
    margin: 30px 0;
    padding-top: 30px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1)
}

.gkly li {
    float: left;
    height: 130px;
    text-align: center;
    width: calc(100%/6);
    overflow: hidden;
    margin-bottom: 10px;
}

.gkly li>a {
    display: block;
    /* height: 100%; */
    color: #333333;
    font-size: 14px;
    padding: 5px 5px 0px;
}

.gkly li img {
    display: block;
    height: 70px;
    width: 70px;
    border: 1px solid #8a93a5;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
transition: all .7s;
}

.gkly li:hover .gkly-icon {
    border: 1px solid transparent;
}
.gkly li:hover img{
    transform: rotateY(360deg);
}

.gkly-icon1 {
    background: rgba(0, 0, 0, 0) url(../images/czallicon1.png) center center no-repeat;
}

.gkly li:hover .gkly-icon1 {
    background: #0960fe url(../images/czallicon_act1.png) center center no-repeat;
}

.gkly-icon2 {
    background: url(../images/czallicon2.png) center center no-repeat;
}

.gkly li:hover .gkly-icon2 {
    background: #0960fe url(../images/czallicon_act2.png) center center no-repeat;
}

.gkly-icon3 {
    background: url(../images/czallicon3.png) center center no-repeat;
}

.gkly li:hover .gkly-icon3 {
    background: #0960fe url(../images/czallicon_act3.png) center center no-repeat;
}

.gkly-icon4 {
    background: url(../images/czallicon4.png) center center no-repeat;
}

.gkly li:hover .gkly-icon4 {
    background: #0960fe url(../images/czallicon_act4.png) center center no-repeat;
}

.gkly-icon5 {
    background: url(../images/czallicon5.png) center center no-repeat;
}

.gkly li:hover .gkly-icon5 {
    background: #0960fe url(../images/czallicon_act5.png) center center no-repeat;
}

.gkly-icon6 {
    background: url(../images/czallicon6.png) center center no-repeat;
}

.gkly li:hover .gkly-icon6 {
    background: #0960fe url(../images/czallicon_act6.png) center center no-repeat;
}

.gkly-icon7 {
    background: url(../images/czallicon7.png) center center no-repeat;
}

.gkly li:hover .gkly-icon7 {
    background: #0960fe url(../images/czallicon_act7.png) center center no-repeat;
}

.gkly-icon8 {
    background: url(../images/czallicon8.png) center center no-repeat;
}

.gkly li:hover .gkly-icon8 {
    background: #0960fe url(../images/czallicon_act8.png) center center no-repeat;
}

.gkly-icon9 {
    background: url(../images/czallicon9.png) center center no-repeat;
}

.gkly li:hover .gkly-icon9 {
    background: #0960fe url(../images/czallicon_act9.png) center center no-repeat;
}

.gkly-icon10 {
    background: url(../images/czallicon10.png) center center no-repeat;
}

.gkly li:hover .gkly-icon10 {
    background: #0960fe url(../images/czallicon_act10.png) center center no-repeat;
}

.gkly-icon11 {
    background: url(../images/czallicon11.png) center center no-repeat;
}

.gkly li:hover .gkly-icon11 {
    background: #0960fe url(../images/czallicon_act11.png) center center no-repeat;
}

.gkly-icon12 {
    background: url(../images/czallicon12.png) center center no-repeat;
}

.gkly li:hover .gkly-icon12 {
    background: #0960fe url(../images/czallicon_act12.png) center center no-repeat;
}

.gkly-icon13 {
    background: url(../images/czallicon13.png) center center no-repeat;
}

.gkly li:hover .gkly-icon13 {
    background: #0960fe url(../images/czallicon_act13.png) center center no-repeat;
}

.gkly-icon14 {
    background: url(../images/czallicon14.png) center center no-repeat;
}

.gkly li:hover .gkly-icon14 {
    background: #0960fe url(../images/czallicon_act14.png) center center no-repeat;
}

.gkly-icon15 {
    background: url(../images/czallicon15.png) center center no-repeat;
}

.gkly li:hover .gkly-icon15 {
    background: #0960fe url(../images/czallicon_act15.png) center center no-repeat;
}

.gkly-icon16 {
    background: url(../images/czallicon16.png) center center no-repeat;
}

.gkly li:hover .gkly-icon16 {
    background: #0960fe url(../images/czallicon_act16.png) center center no-repeat;
}

.gkly-icon17 {
    background: url(../images/czallicon17.png) center center no-repeat;
}

.gkly li:hover .gkly-icon17 {
    background: #0960fe url(../images/czallicon_act17.png) center center no-repeat;
}

.gkly-icon18 {
    background: url(../images/czallicon18.png) center center no-repeat;
}

.gkly li:hover .gkly-icon18 {
    background: #0960fe url(../images/czallicon_act18.png) center center no-repeat;
}

.gkly-icon19 {
    background: url(../images/czallicon19.png) center center no-repeat;
}

.gkly li:hover .gkly-icon19 {
    background: #0960fe url(../images/czallicon_act19.png) center center no-repeat;
}

.gkly-icon20 {
    background: url(../images/czallicon20.png) center center no-repeat;
}

.gkly li:hover .gkly-icon20 {
    background: #0960fe url(../images/czallicon_act20.png) center center no-repeat;
}

.gkly-icon21 {
    background: url(../images/czallicon21.png) center center no-repeat;
}

.gkly li:hover .gkly-icon21 {
    background: #0960fe url(../images/czallicon_act21.png) center center no-repeat;
}

.gkly-icon22 {
    background: url(../images/czallicon22.png) center center no-repeat;
}

.gkly li:hover .gkly-icon22 {
    background: #0960fe url(../images/czallicon_act22.png) center center no-repeat;
}

.gkly-icon23 {
    background: url(../images/czallicon23.png) center center no-repeat;
}

.gkly li:hover .gkly-icon23 {
    background: #0960fe url(../images/czallicon_act23.png) center center no-repeat;
}

.gkly-icon24 {
    background: url(../images/czallicon24.png) center center no-repeat;
}

.gkly li:hover .gkly-icon24 {
    background: #0960fe url(../images/czallicon_act24.png) center center no-repeat;
}

.gkly-icon25 {
    background: url(../images/czallicon25.png) center center no-repeat;
}

.gkly li:hover .gkly-icon25 {
    background: #0960fe url(../images/czallicon_act25.png) center center no-repeat;
}

.gkly-icon26 {
    background: url(../images/czallicon26.png) center center no-repeat;
}

.gkly li:hover .gkly-icon26 {
    background: #0960fe url(../images/czallicon_act26.png) center center no-repeat;
}

.gkly-title {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.map {
    width: 100%;
    height: 860px;
    overflow: hidden;
}

.qxzl {
    background: url(../images/mapbg_02.png) center center no-repeat;
    background-size: 100% 100%;
    height: 680px;
}

.mapbox {
    position: relative;
    width: 740px;
    height: 605px;
    margin: 0 auto;
    background: url(../images/map.png) center center no-repeat;
}

.qxzl a {
    display: block;
    position: absolute;
    font-size: 16px;
    color: #4f5c6a;
    padding: 0 10px;
    border-radius: 5px;
}

.qxzl a.map_01 {
    left: 354px;
    top: 85px;
}

.qxzl a.map_02 {
    left: 330px;
    top: 190px;
}

.qxzl a.map_03 {
    left: 555px;
    top: 275px;
}

.qxzl a.map_04 {
    left: 415px;
    top: 290px;
}

.qxzl a.map_05 {
    left: 270px;
    top: 275px;
}

.qxzl a.map_06 {
    left: 305px;
    top: 313px;
}

.qxzl a.map_07 {
    left: 475px;
    top: 395px;
}

.qxzl a.map_08 {
    left: 125px;
    top: 290px;
}

.qxzl a.map_09 {
    left: 50px;
    top: 365px;
}

.qxzl a.map_10 {
    left: 100px;
    top: 450px;
}

.qxzl a.map_11 {
    left: 195px;
    top: 510px;
}

.qxzl a.map_12 {
    left: 230px;
    top: 335px;
}

.qxzl a:hover {
    background-color: #2251c3;
    color: #fff;
}


/* footer */

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: none;
}


/* foot 开始 */

#footbox {
    width: 1000px;
    margin: 0 auto;
    background: url("../../shouye/images/footbg2.jpg") top repeat-x;
    height: 145px;
}

.footbox_1 {
    background: url("../../shouye/images/footbg1.jpg") no-repeat bottom right;
}

.fs,
.fs a:link,
.fs a:visited {
    color: #333;
}

.fs a:hover {
    color: #c40000
}

.red,
.red a:link,
.red a:visited {
    color: #c40000;
    font-weight: bold;
}

.red a:hover {
    color: #FF6600;
    font-weight: bold;
}


/* foot 结束 */

.mobile-footer {
    margin-bottom: 50px;
}

.floorContent {
    padding: 10px;
}

.navList {
    margin: 0 auto;
}

.navList ul {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.navList li {
    width: 25%;
    padding: 10px 0;
    display: inline-block;
}

.navList li a {
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.navList li a i {
    display: block;
    margin: 0 auto 5px;
    width: 60%;
    max-width: 50px;
}

.copyright {
    background-color: #f95a01;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.copyright a {
    padding: 0 5px;
}

.copyright img {
    vertical-align: middle;
}

.x-panel-bottom {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    padding-top: 8px;
    background: #f5f5f5;
}

.btn-group li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.btn-group li i {
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.btn-group li a:hover {
    color: rgb(234, 65, 60);
}

.btn-group li a {
    color: #999
}

@media (min-width: 320px) {
    .mobile-footer {
        height: auto;
        margin-bottom: 50px;
        overflow: visible;
    }
}

@media (min-width: 375px) {
    .mobile-footer {
        height: auto;
        margin-bottom: 50px;
        overflow: visible;
    }
}

@media (min-width: 768px) {
    #footbox {
        height: 0px;
        line-height: 0px;
        overflow: hidden;
    }
    .mobile-footer {
        height: auto;
        margin-bottom: 50px;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    #footbox {
        height: auto;
        overflow: visible;
    }
    .mobile-footer {
        height: 0px;
        line-height: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }
    .x-panel-bottom {
        height: 0px;
        overflow: hidden;
        line-height: 0px;
        padding-top: 0px;
    }
}

/*xl*/
.postion{
    padding-left: 27px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/mhfs5_03.png) no-repeat left 15px;
    font-size: 14px;
    color: #666;
}
.postion a{
    color: #666;
}
.postion span{
    margin: 0 7px;
}
.gail{
    background: #fff;
    padding: 0 28px 26px;
    margin-bottom: 20px;
}
.gail-list ul{
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}
.gail-list ul li{
    height: 47px;
    line-height: 47px;
    padding-left: 24px;
    position: relative;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 0 20px;
}
.gail-list ul li a{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
    color: #333;
}
.gail-list ul li span{
    float: right;
    font-size: 16px;
    color: #999;
}
.gail-list ul li a:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.ga-main{
    /* margin-top: 213px; */
    margin-bottom: 35px;
}
.gail-list ul li:hover{
    background: #f8f9fa;
}
.gail-list ul li:hover a{
    color: #074695;
}
.gail-list ul li:hover a:before{
    background: #074695;
}

.page{
    margin-top: 20px;
    text-align: center;
}
.tyx-wrap{
    background: #fff;
    padding: 36px 36px 50px;
    margin-bottom: 20px;
}
.tyx-title{
    text-align: center;
    font-size: 34px;
    line-height: 56px;
}
.intro-t1{
    margin-top: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.intro-t1 span{
    margin: 0 15px;
}
.intro-t1 span:last-child{float:right;}
.tyx-content{
    margin-top: 30px;
}
.tyx-content p{
    font-size: 16px;
    line-height: 30px;
}
.share{
    height: 72px;
    background: #fafafa;
    margin-top: 60px;
    padding: 0 20px;
}
.share2{
    float: right;
    margin-top: 28px;
    font-size: 14px;
}
.share2 span{
    float: left;
    margin-left: 34px;
}
.share1{
    float: left;
    font-size: 14px;
}
.share1 .s1{
    float: left;
    margin-top: 28px;
}
.bdsharebuttonbox{
    float: left;
    margin-top: 24px;
}

/* 分类查询 */
.wrap-con {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.xxgk-left{float:left;width: 22.333%;margin-bottom:  20px;}
.xxgk-left h2.title{height:  60px;line-height: 60px;text-indent: 60px;color:#fff;background-color: #074695;font-size:  18px;font-weight:  bold;}
.xxgk-left h2.title1{height:  60px;line-height: 60px;text-align: center;color:#fff;background-color: #074695;font-size:  20px;font-weight:  bold;}
.subbox{
    cursor:pointer;
    font-size:16px;
    color: #333;
    padding: 5px 0;
    /*line-height: 40px;*/
    /* text-indent: 60px; */
    border-bottom: 1px dashed #e4e4e4;
}
.subbox a{color: #333;padding: 0px 20px 0px 50px;display: block;}
.subbm{
    cursor:pointer;
	font-size:16px;
	color: #333;
	line-height: 50px;
	text-indent: 60px;
	border-bottom: 1px dashed #e4e4e4;
}
.subbm a{
	font-size:16px;
}
.subbox1{
    cursor:pointer;
	font-size:16px;
	color: #333;
	line-height: 50px;
	background:#f9f9f9;
	height:50px;
	margin-bottom:10px;
	clear:both;
}
.subbox1 span{
    display:block;
    float:left;
   }

.subbox1 .zw{
    text-align:right;
    width:70%;
}
.subbox1 .xm{
    text-align:left;
    width:30%;
}
.subbox1.hover1{
	background:#e1efff;
}
.subbox1.hover1 span{
	color:#074695;
	font-weight:bold;
}
.subNavBox{
    line-height:  50px;
}
.subNavbm{
    line-height:  50px;
}
.subbox:hover,.subbox.hover a{
	color:#074695;
    font-weight: bold;
}
.subbm:hover,.subbm.hover a{
	color:#074695;
    font-weight: bold;
}
.currentDd{
    color:#074695;
    font-weight: bold;
}
.panel-hd{
    height: 34px;
    position: relative;
}
.panel-hd:before{
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    height: 1px;
    background: #dddddd;
    width: 100%;
    z-index: 1;
}
.panel-hd a,.panel-hd h2{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    margin-right: 36px;
    position: relative;
    z-index: 2;
    line-height: 25px;
}
.panel-hd .active{
    color: #074695;
    padding-bottom: 6px;
    border-bottom: 3px solid #184a8a;
}

.panel-hd .active a{
    color: #074695;
}
.panel-hd span{
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.panel-hd span a{
    margin-right:0px;
}
.zwzx-tb1 ul{padding:15px; list-style:none; margin:10px 0; clear:both; border-bottom: dotted #ddd 1px}
.zwzx-tb1a ul{padding:15px; list-style:none; margin:10px 0; clear:both; border-bottom: none;}
.zwzx-tb1 ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
    background: #fff;
}
.zwzx-tb1 li{
    /*height: 38px;*/
    overflow: hidden;
    line-height: 38px;
    position: relative;
    padding-left: 20px;
}

.zwzx-tb1 li a{
    float: left;
    max-width: 70%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.zwzx-tb1 li em{padding-left: 10px;color: #d1d1d1;font-size: 14px;}
.zwzx-tb1 li span{
    float: right;
    font-size: 12px;
    color: #999;
}
.zwzx-tb1 li:hover a{
    color: #074695;
}
.zwzx-tb1 li:hover:before{
    border-color: #074695;
}

.xxgk-right{float: right;width: 76%;}
/* 分类 */
.fenlei{ padding: 0 20px;}
.fenlei-box{ padding: 20px 0 20px; border-bottom: 1px dashed #e8e8e8; }
.fenlei-box:last-child{ border-bottom:0; }
.fenlei-box table{ width:100%; }
.fenlei-box .tit{ width: 120px; padding-top: 5px; vertical-align:text-top; color:#999999; }
.fenlei-box .max-auto a{ display:inline-block; line-height: 35px; margin-right:15px; color:#000000; }
.fenlei-box .max-auto a:hover{  color:#074695; }
.fenlei-box .max-auto a.on{  color:#074695; font-weight: bold;}
.fenlei-box .max-auto .min50{ height:35px; overflow:hidden; }
.fenlei-box .max-auto .min50.min-auto{ height: auto; }
.fenlei-box .shousuo{ width: 140px; padding-top: 5px; vertical-align:text-top; text-align:center; }

.flf-list{ margin-top:40px; }
.list-left{ width:320px; float:left; }
.list-left .list-l-tit{ height:70px; line-height:70px; background:#50a1d9; font-size:24px; color:#fff; text-align:center; }
.list-left ul{ max-height: 960px; overflow-y: auto;  border: 1px solid #e8e8e8; }
.list-left ul::-webkit-scrollbar { width: 6px;height: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.list-left ul::-webkit-scrollbar-track-piece { background-color: rgba(153, 153, 153, 0.5); }
.list-left ul::-webkit-scrollbar-thumb { background-color: #50a1d9; background-clip: padding-box;-webkit-border-radius:6px;-moz-border-radius: 6px;border-radius:6px; min-height: 28px;}
.list-left ul::-webkit-scrollbar-thumb:hover { background-color: #50a1d9; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.list-left li{ padding: 10px;  border-bottom: 1px dashed #e8e8e8; }
.list-left li:hover{ background: #f3f9fe; }
.list-left li:hover a{ color: #50a1d9; }
.list-left li.on{ background: #f3f9fe; }
.list-left li.on a{ color: #50a1d9; }
.list-left li a{ font-weight:bold; }
.list-left li p{ color:#999999; font-size:14px; text-align:left; }

/* soso */
.js-contt{
    background: #fff;
    padding: 28px;
    margin-bottom: 20px;
}
.dowjs span{
    color: #074695;
}
.jsjg{
    margin-top: 26px;
}
.jsjg-t1{
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 16px;
}
.jsjg-lists{
    padding: 10px 0;
}
.jsjg-lists li{
    margin-top: 26px;
    line-height: 28px;
    font-size: 16px;}
    .jsjg-lists li a:hover{color: #074695;}
.jsjg-lists li i{
    color: #074695;
    font-style: normal;
    margin-left: 8px;
}
.jsjg-lists li em{
    color: #999;
    font-size: 14px;
    margin-left: 30px;
}

/*sx*/
#list {position: relative;}
#list .details{ margin-top:30px; }
#list .details .details-tit h2{ font-size:24px; color:#000; font-weight:bold; line-height:50px; border-bottom: 5px solid #f1f1f1; }
#list .details .details-con{ margin-top:40px; }
#list .details .details-con h4{ font-size: 18px; color:#000; font-weight:bold; margin-bottom:15px; }
#list .details .details-table{ width:100%; }
#list .details .details-table .tit{ width:180px; background:#f5f6f8; padding-left: 30px; color:#333; }
#list .details .details-table .link a{ color:#007ee9; }
#list .details .details-table .accessory a{ display:inline-block; height:30px; line-height:30px; color:#007ee9; margin-right:30px;  }
#list .details .details-table .accessory a[href$=".jpg"]{ padding-left: 30px; background: url("JPG.png") no-repeat left center; }
#list .details .details-table .accessory a[href$=".pdf"]{ padding-left: 30px; background: url("pdf.png") no-repeat left center; }
#list .details .details-table .accessory a[href$=".word"]{ padding-left: 30px; background: url("Word.png") no-repeat left center; }
.table-line{ border: 1px solid #e6e6e6; border-collapse: collapse;border-spacing: 0;}
.table-line th, .table-line td{ border: 1px solid #e6e6e6; padding: 18px 20px; min-height: 20px; color:#000000; }

#list .huakuai.fixed{ position:fixed; left: 50%; margin-left:-715px; top:20px; }
#list .huakuai{ position:absolute; left:-115px; top:0; }
#list .huakuai ul:after{ content:""; display:block; height:300px; width:1px; background:#dedede; position:absolute; top:0; left: 91px;  }
#list .huakuai li{ color:#666666; margin-bottom: 40px; width:85px; height:24px; line-height:24px; padding-left:8px; font-size:14px; position:relative; z-index:2; }
#list .huakuai li.on{ color:#fff; background: url("../images/jczwgk_huakuai.png") no-repeat center; }


.skin .header{height: 620px;}
.skin .content{background: #f5f6f6;}

.slide_right{ position: fixed; z-index: 10; right: 10px; top: 55%;}
.slide_right li{ overflow: hidden; margin-bottom: 14px;}
.slide_right li a{height: 40px; background: url(../images/dh_li.png) no-repeat; background-size: 100% 100%; font-size: 16px; font-weight: bold; color: #fff; text-align: center; padding: 0 22px; line-height: 32px;}
.slide_right li:nth-of-type(1) a{width: 190px; float: right; padding-top: 6px;}
.slide_right li:nth-of-type(2) a{width: 210px; float: right; padding-top: 6px;}
.slide_right li:nth-of-type(3) a{width: 230px; float: right; padding-top: 6px;}
.slide_right li:nth-of-type(4) a{width: 250px; float: right; padding-top: 6px;}
.slide_right li a:hover{ background: url(../images/dh_lih.png) no-repeat; color: #4b70d7;}
.slide_right .on a{ background: url(../images/dh_lih.png) no-repeat; color: #4b70d7;}


@media screen and (max-width:1200px) {
    .w1200 {
        width: 100%;
    }
    .gkyj_box:nth-child(2n) {
        margin: auto;
        margin-bottom: 20px;
    }
    .xxgk-left,.xxgk-right{width:100%;}
   #div_div{display:none;}
    .bigLogo-con,
    .header,
    .top-search,
    .navbar,
    .welcon,
    .box_left,
    .box_right,
    .bg_box,
    .gztj li {
        float: none;
        height: auto;
        width: 95%;
        margin: 0 auto;
    }
    .welcon {
        height: auto;
        font-size: 14px;
        background: #fff url(../images/cztip.png) center center no-repeat;
    }
    .gkyj_box,
    .gkyj_right {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
    .gkly li {
        width: 50%;
    }
    .fl_title {
        font-size: 16px;
        float: none;
        width: 100%;
        text-align: center;
        height: auto;
        padding-top: 10px;
        line-height: inherit;
    }
    .word_desc {
        font-size: 14px;
        line-height: inherit;
    }
    .wel,
    .box_left {
        padding: 10px;
    }
    .navbar {
        margin-top: 20px;
        height: auto;
    }
    .gztj li {
        margin-bottom: 20px;
    }
    .gztj li:last-child {
        margin: auto;
    }
    .slick-next {
        right: 0%;
        top: 53%;
        background: rgba(0, 0, 0, 0.3);
    }
    .slick-prev {
        left: 81%;
        top: 53%;
        background: rgba(0, 0, 0, 0.3);
    }
    .navbar li {
        width: 50%;float:left;
    }
    /*.navbar li:last-child{margin-left:25%; }*/
    .skin .header{height: auto;}
    .sr {
        width: calc(100% - 50px);
    }
    .btn {
        width: 50px;
    }
    .qxzl {
        width: 100%;
        overflow-x: auto;
    }
    .sli-qy {
        height: 40px;
    }
    .sli_date {
        width: 60px;
    }
    .sli-qy a {
        line-height: 40px;
    }
    .sli-qy .day {
        font-size: 14px;
    }
    .sli-qy .year {
        font-size: 12px;
        margin-top: 0;
    }

    .gail-list ul li a{width:68%}
    .gail{padding: 0 10px 26px;}
    .gail-list ul li{padding:0 10px;}
    .share{height:auto;padding-top:20px;padding-bottom:20px;display:none}
.huakuai,.slide_right{display:none;}

/*footer*/
.footer{padding:20px;}
.footer .wrap{width: 100%;margin: 0 auto;}
    .fbo2:before, .fbo2:after{display: none;}
    .fbo1{width: 100%;text-align: center;margin-left: 0;margin-top: 0;margin-bottom: 10px;}
    .fbo3{width: 100%;text-align: center;}
    .fbo2{width: 100%;text-align: center;margin: 0 auto;padding: 0;}
.fbo2-1{text-align: center;}
.fbo2-2{text-align: center;}
.fbo2-2 li{float: none;}
}


.footer{background-color: #0645c7 !important;}



.intit1{
    height: 58px;
    position: relative;
    padding-top: 20px;
}
.intit1:before{
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #eeeeee;
}
.intit1 h6{
    float: left;
    position: relative;
    /* padding-top: 20px; */
}
.intit1 h6 a{
    float: left;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    margin-right: 35px;
}
.intit1 h6 a.active{
    font-weight: bold;
    color: #074695;
    border-bottom-color: #074695;
}
.i1-qhc1 .gail-list ul{
border:none;
}
@media screen and (max-width:767px){
.intit1:before{
    background:none;
}
}
.city-list{margin-bottom: 35px;}
.city-list ul{margin: 0 -12px;padding-top: 6px;}
.city-list li{float: left;width: 20%;padding: 0 12px;margin-top: 32px;}
.city-list li a{display: block;line-height: 54px;text-align: center;color: #333;box-shadow: 0 0 8px rgba(204, 214, 231, .8);background: #fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 10px;}
.city-list li a:hover{background: rgb(60,118,237);color: #fff;}
@media screen and (max-width:1200px) {.city-list ul{margin:0 15px;}.city-list li{width:50%;}}