body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, button {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: 'simsun' !important;
    padding: 0;
    margin: 0;
}

table, td, tr, th {
    font-size: 12px;
}

p {
    margin: 0;
}

div, form, ul, ol, li, span, p {
    margin: 0;
    padding: 0;
    border: 0
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;

}

h1, h2, h3, h4, h5, h6, strong {
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

a:link {
    color: #000;
    text-decoration: none
}

a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #d11010;
    text-decoration: none;
}

a:active {
    color: #194cae;
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;


}

input {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

.header {
    margin: 0 auto;

    width: 100%;
}

.head {
    background: #fff;
    height: 80px;
    /* box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); */
    width: 1200px;
    margin: 0 auto;
}

.head-m {
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    position: relative;

}

.logo {
    position: absolute;
    width: 350px;
    height: 100%;
    background: url(../images/logo2.jpg) no-repeat center;
    background-size: contain;

}

.in_block {
    padding: 10px 0;
    width: 1200px;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;


}

.in_shiping {
    float: right;
    /*background: #000;*/
    height: 280px;
    width: 550px;
    box-sizing: border-box;
    padding: 10px 0;
}

.in_news_block {


    overflow: hidden;
}

.in_news_block img {
    width: 100%;
    height: 300px;
}

.in_news_hd {
    /* background: url(./images/dot2.jpg) no-repeat center left; */
    line-height: 50px;
    font-size: 20px;
    padding: 30px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.in_news_hdIntro {
    font-size: 14px;
    padding: 20px;
    color: #999;
    line-height: 30px;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.in_news_hd ul {

    margin: 0 auto;
    display: block;


}

.in_news_hd ul::after {
    content: "";
    clear: both;
    display: block;
}

.in_news_hd li {
    float: left;
    width: 200px;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.in_news_hd p.on {

    background: #ce2338;
    border-color: #ce2338;
    color: #fff;
    box-shadow: 0 5px 8px rgb(0 61 193 / 0.4)
}



.in_news_hd li p {
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    font-weight: bold;
    color: #333;
    background: #fff;
}

.in_news_hd .more {}

.in_news_bod {

    overflow: hidden;
    float: left;
    width: 600px;
    padding-left: 20px;
    box-sizing: border-box;
}

.in_newsover {
    overflow: hidden;
    padding-top: 20px;
}

.in_news_bodimg {
    width: 600px;
    float: left;
    height: 360px;
    position: relative;

}

.in_news_tab {

    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;

    margin-bottom: 15px;
    position: relative;
}

.in_news_tabUN {
    height: 3px;
    background: #ce2338;
    width: 80px;
    position: absolute;
    bottom: -2px;
}

.in_news_tab li {
    float: left;
    width: 25%;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: url(../images/tab_rigt_dot.jpg) no-repeat right center;

}

.in_news_tab li:last-child {
    background: none;
}

.in_news_tab li.selected {
    color: #ce2338;
    font-weight: bold;
    font-size: 20px;
}

.in_news_bod>ul li {
    background: url(../images/dot_list.jpg) no-repeat center left;
    padding-left: 20px;
    font-size: 16px;
}

.in_news_bod li {

    line-height: 36px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.in_news_bod li span {
    float: right;
    color: #999;
    margin-left: 20px;
}




.nav {
    height: 80px;
   
    position: absolute;
    right: 60px;


}

.nav .sy {
    width: 96px;
    background: url(../images/sy-bg.jpg) no-repeat 20px 15px #1d3f98;
    border-top: 3px solid #e6441e;
    padding-left: 43px;
}

.nav .sy a {
    color: #fff;
}

.nav-m {
    float: left;
}

.nav-m li {
    float: left;

    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin-right: 5px;
    margin-top: 15px;
}

.nav-m a {
    color: #4c4c4c;
    display: block;
    padding: 0 10px;
}

.nav-m a:hover, .nav-m .currentSite {
    background: linear-gradient(to top, #d0182e, #dc272d);
    color: #fff;
    border-radius: 5px;
}

.nav .sy .currentSite {
    background: none;
}

.nav .sy a:hover {
    background: none;
}

.search {
    position: absolute;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 18px;
 
    right: 20px;
    width: 36px;
    line-height: 36px;
    top: 22px;
    background: url(../images/search_icon.jpg) no-repeat center;
    background-size: 70%;
    cursor: pointer;

}

.search_close {
    background: url(../images/close.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
    margin-top: 32px;
    margin-right: 20px;
}

.search_box {
    position: absolute;
    width: 700px;
    height: 100%;
    z-index: 9;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    padding-left: 100px;
    right: 0;

}

.search_box input {
    outline: none;
    width: 400px;
    float: left;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #666;
}

.search_up {
    background: url(../images/search_icon.jpg);
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    margin-top: 25px;

}

.sea-input {
    float: left;
    width: 190px;
    padding: 0 10px 0 12px;
}

.sea-input .input {
    width: 190px;
    border: none;
    background: none;
    height: 28px;
    height: 23px\9;
    padding-top: 5px\9;
    margin-top: 1px;
    outline: none;
}

.sea-btn {
    float: left;
}

.sea-btn a {
    display: block;
    height: 31px;
    width: 31px;
    cursor: pointer;
}

.list_banner1 {
    width: 100%;
    height: 402px;
}

/* midel */

.banner {
    width: 100%;
    height: 820px;
    position: relative;
}

.banner_control {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.788);
    position: absolute;
    top: calc((100% - 60px)*0.5);
    z-index: 9;
    font-size: 40px;
    font-family: "simsun";
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.banner-img {


    height: 100%;
    background-size: cover !important;
    position: absolute;
    width: 100%;
}

.t_jdt {
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: calc((100% - 200px)*0.5);
    z-index: 99;
    background: #fff
}

.middle {
    margin: 0 auto;
}

.list_middle {
    width: 1280px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.mid1 {
    background: #f3f9f6;
    padding-top: 32px;
}

.gsgg {
    margin: 0 auto 32px;
    width: 1280px;
    height: 68px;
    box-shadow: 0px 3px 6px #f0f0f0;
}

.gsgg-tit1 {
    float: left;
    width: 82px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #f13846;
}

.gsgg-tit1 a, gsgg-tit1 a:visited {
    color: #fff;
}

.gsgg-tit2 {
    float: left;
    width: 22px;
    height: 45px;
    background: url(../images/arrow.jpg) no-repeat right top;
}

.gsgg-con {
    float: left;
    width: 1042px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    padding: 0 50px 0 20px;
}

.gsgg-con div {
    width: 1042px;
    height: 45px;
}

.gsgg-con a {
    float: left;
    color: #323232;
}

.gsgg-con span {
    float: right;
    color: #717171;
}

.gsgg-btn {
    float: right;
    width: 22px;
    margin: 2px 15px 0 0;
}

.gsgg-btn a.a1 {
    border-bottom: 11px solid #f6f6f6;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    cursor: pointer;
    *border: 0;
    display: block;
    position: absolute;
    left: -15px;
    top: 4px;
}

.gsgg-btn a.a2 {
    border-top: 11px solid #f6f6f6;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    cursor: pointer;
    *border: 0;
    display: block;
    position: absolute;
    left: -15px;
    bottom: 4px;
}

.gsgg-btn i.i1 {
    border-bottom: 11px solid #273969;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    cursor: pointer;
    display: block;
    position: relative;
}

.gsgg-btn i.i2 {
    border-top: 11px solid #8a8a8a;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    cursor: pointer;
    display: block;
    position: relative;
    margin-top: 18px;
}

.gsgg-btn i.i3 {
    border-bottom: 11px solid #8a8a8a;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    cursor: pointer;
    display: block;
    position: relative;
}

.gsgg-btn i.i4 {
    border-top: 11px solid #273969;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    cursor: pointer;
    display: block;
    position: relative;
    margin-top: 18px;
}

.news {
    margin: 0 auto;
    width: 1280px;
    height: 290px;
    padding-top: 72px;
    padding-bottom: 83px;
}

.new1 {
    float: left;
    width: 314px;
    height: 290px;
    background: #f8f8f8;
}

.new-title {
    padding: 22px 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
}

.new-title_more {
    position: absolute;
    left: 300px;
    top: 40px;
    font-size: 14px;
}

.new-title_more span {
    font-family: 'simsun';
}

.new_green_bg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 50%;
    background: #ce2338;
}

.new_green_bgS {
    background: url(../images/innew_mid.jpg) no-repeat;
    width: 393px;
    height: 650px;
    position: absolute;
    right: -190px;
}

.new-tit2 {
    font-size: 20px;
    color: #131313;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 6px;
}

.new-tit3 {
    font-size: 20px;
    color: #1d3f98;
    padding-left: 8px;
}

.new-tit3 a {
    color: #1d3f98;
}

.new-tit4 {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    color: #1d3f98;
    padding-left: 38px;
    width: 67px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #d4d4d4;
    background: url(../images/ay.png) no-repeat 10px center;
    cursor: pointer;
}

.placard {
    position: absolute;
    right: 0;
    top: 30px;
    width: 600px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: url('../images/gg.gif') no-repeat center left;
    padding-left: 40px;
    overflow: hidden;
}

.placard ul {
    position: relative;
}

.placard li {
    overflow: hidden;
}

.placard li span {
    float: right;
    color: rgb(192, 192, 192);
}

.new-tit4 a {
    color: #1d3f98;
    display: block;
}

.aybg {
    position: absolute;
    z-index: 1;
    display: none;
    top: 50px;
    left: 10px;
    width: 385px;
    height: 206px;
    background: url(../images/aybg.png) no-repeat center center;
}

.aybgn {
    margin-top: 10px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

#aybgn1 {
    float: left;
    width: 60px;
    cursor: pointer;
}

#aybgn2 {
    float: left;
    width: 265px;
}

#aybgn3 {
    float: left;
    width: 60px;
    cursor: pointer;
}

.aybgy {
    padding: 15px 0 0 25px;
}

.aybgy a {
    float: left;
    width: 52px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    margin: 0 17px 10px 0;
    text-align: center;
}

.aybgy a:hover {
    background: #efefef;
}

.new1-con {
    padding: 25px 26px 0 26px;
    line-height: 30px;
    font-size: 15px;
    color: #121212;
}

.new2 {
    float: left;
    width: 586px;
    height: 290px;
    background: #f8f8f8;
    margin: 0 32px;
}

.new2-con {
    margin: 25px 22px 0 22px;
}

.new2-con li {
    line-height: 34px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
}

.new2-con a {
    color: #242424;
}

.new2-con span {
    float: right;
    color: #a1a1a1;
}

.new2-con i {
    float: left;
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    border-radius: 50%;
    display: block;
    margin: 12px 8px 0 0;
}

.new3-con {}

.con-img {
    width: 282px;
    height: 160px;
    margin-left: 16px;
}

.con-text {
    padding: 11px 0 0 16px;
    line-height: 30px;
}

.con-ewm {
    padding: 11px 22px 0 22px;
}

.con-ewm img {
    float: left;
    width: 82px;
    height: 82px;
}

.ewm-text {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    line-height: 33px;
    padding-top: 6px;
}

.mid2 {
    width: 100%;
    background: #fff;
    margin-top: 22px;
}

.news-imgs {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    z-index: 9;
    height: 490px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);


}

.news-img {
    float: left;
    width: 550px;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}

.news-imgs img {
    width: 100%;
}

.black {
    width: 100%;
    height: 52px;
    background: #000;
    position: relative;
    bottom: 52px;
    opacity: 0.6;
}

.text {
    line-height: 53px;
    position: relative;
    bottom: 104px;
    text-align: left;
    padding-left: 20px;
}

.news-img a {
    color: #fff;
    font-size: 15px;
}

#controlBar {
    padding-bottom: 20px;
}

.bar2 {
    float: left;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    margin-right: 13px;
}

.bar1 {
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 13px;
}

.news-lists {
    float: right;
    width: 550px;
    height: 390px;
    position: relative
}

.news-hot {
    padding-top: 30px;
    color: #666;
    line-height: 34px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 200px;
}

.hot-tit {
    text-align: center;
    padding-bottom: 14px;
    margin: 0 35px;
    padding-top: 15px;
}

.hot-tit a {
    font-size: 28px;
    color: #233098;
}

.hot-xiangq {
    color: #fff;
    background: #ce2338;
    line-height: 40px;
    width: 140px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.news-con {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 430px;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0;

}

.news-dot_box {
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    text-align: center;
    margin: 15px auto 0 auto;
    position: absolute;
    bottom: 10px;
    left: calc((100% - 75px)*0.5);
    cursor: pointer;


}

.news-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e1e1e1;
    margin: 0 5px;
    float: left;
}

.news-dot.on {
    background: #ce2338;
}


.news_tab_tit {
    padding: 70px 0;
    font-size: 30px;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.news_tab_li {
    float: left;
    width: 200px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;

}

.news_tab_border {
    transition: all 0.2s;
    position: absolute;
    width: 50px;
    height: 5px;
    background: #ce2338;
    bottom: 50px;
    left: 0;
    border-radius: 2.5px;

}

.news_tab_li:first-child {
    border-right: 1px solid #ce2338;
    box-sizing: border-box;
}

.news_tab_li.on {
    color: #ce2338;
    font-size: 40px;
}

.news-3tab {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;

}

.news_pics {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.news_sm_tit {
    height: 50px;
    line-height: 25px;
    padding-top: 10px;
    overflow: hidden;
}

.news_more {
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f8f8f8;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-top: 30px;
    box-sizing: border-box;
}

.news-3tab1 {
    float: left;
    width: 400px;

    height: 270px;
}

.news-3tab2 {
    float: left;
    width: 400px;

    padding: 10px;
    box-sizing: border-box;


}


.in_video {

    height: 580px;
    background: url(../images/video_bg.jpg) no-repeat center;
}

.in_video_w {
    width: 1200px;
    margin: 0 auto;
}

.in_video_main {
    width: 725px;
    height: 460px;
    float: left;
    margin-top: 60px;
    background: #fff;
}

.in_videoCon {

    height: 400px;
    background: rgb(0, 0, 0);
}




.in_videoTXT {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 60px;
    text-align: center;

}


.in_video_list {
    width: 450px;
    height: 460px;
    background: rgba(255, 255, 255, 0.7);
    float: right;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 15px;

}

.in_video_HD {
    padding-top: 10px;
    font-size: 24px;
    line-height: 40px;
}

.in_video_HD .more_video {
    float: right;
    font-size: 14px;
}

.in_video_bod {
    padding-top: 10px;
}

.in_video_bod li {
    background: rgba(255, 255, 255, 0.7);
    height: 70px;
    line-height: 70px;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}

.in_video_bod li.on {
    background: #ce2338;
    color: #fff;
    padding-left: 60px;
}

.in_video_bod li.on img {
    display: block;
}

.in_video_bod li img {
    display: none;
    position: absolute;
    left: 15px;
    top: 18px;
}

.tab-list {
    padding: 22px 0 14px 0;
    height: 188px;
}

.tab-list li {
    line-height: 34px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 16px 12px 16px;
}

.lv-imgs {
    margin: 40px auto;
    width: 1200px;
    position: relative;
}

.lv-imgs_control {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    top: calc((100% - 40px)*0.5);
    z-index: 9;
    font-size: 24px;
    font-family: "simsun";
    font-weight: bold;
    color: #333;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 50%;

    box-sizing: border-box;
}

.lv-img1 {
    width: 600px;
    height: 200px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}

.lv-img1 img {
    width: 100%;
    height: 100%;
}

.mid666 {
    width: 100%;
    height: 747px;
    background: url(../images/6bg.jpg) repeat-x left top;
}

.ldhxyw {
    margin: 0 auto;
    width: 1280px;
}

.ldhxyw-title {
    text-align: center;
}

.ldhxyw-tit1 {
    font-size: 50px;
    color: #e4e4e4;
    padding-top: 40px;
}

.ldhxyw-tit2 {
    font-size: 36px;
    color: #000;
    z-index: 999;
    margin-top: -8px;
    padding-bottom: 50px;
    /* background: url(../images/6tit-bg.jpg) no-repeat center 50px; */
}

.ldhxyw-tabs {
    margin: 0 0 54px 0;
    height: 58px;
}

.ldhxyw-tab2, .ldhxyw-tab3, .ldhxyw-tab4, .ldhxyw-tab5, .ldhxyw-tab6, .ldhxyw-tab7 {
    margin-left: -22px;
    position: relative;
}

.ldhxyw-tab1 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab1 .six1 {
    height: 54px;
    background: url(../images//six1.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab1 .six2, .ldhxyw-tab1 .six1:hover {
    height: 54px;
    background: url(../images/six11.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-tab2 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab2 .six1 {
    height: 54px;
    background: url(../images/six2.png) no-repeat;
    display: block;
    padding-left: 82px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab2 .six2, .ldhxyw-tab2 .six1:hover {
    height: 54px;
    background: url(../images/six22.png) no-repeat;
    display: block;
    padding-left: 82px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-tab3 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab3 .six1 {
    height: 54px;
    background: url(../images/six3.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab3 .six2, .ldhxyw-tab3 .six1:hover {
    height: 54px;
    background: url(../images/six33.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-tab4 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab4 .six1 {
    height: 54px;
    background: url(../images/six4.png) no-repeat;
    display: block;
    padding-left: 86px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab4 .six2, .ldhxyw-tab4 .six1:hover {
    height: 54px;
    background: url(../images/six44.png) no-repeat;
    display: block;
    padding-left: 86px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-tab5 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab5 .six1 {
    height: 54px;
    background: url(../images/six5.png) no-repeat;
    display: block;
    padding-left: 86px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab5 .six2, .ldhxyw-tab5 .six1:hover {
    height: 54px;
    background: url(../images/six55.png) no-repeat;
    display: block;
    padding-left: 86px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-tab6 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab6 .six1 {
    height: 54px;
    background: url(../images/six6.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab6 .six2, .ldhxyw-tab6 .six1:hover {
    height: 54px;
    background: url(../images/six66.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-tab7 {
    float: left;
    width: 201px;
    height: 54px;
    line-height: 54px;
    display: block;
}

.ldhxyw-tab7 .six1 {
    height: 54px;
    background: url(../images/six7.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #858585;
    font-size: 15px;
}

.ldhxyw-tab7 .six2, .ldhxyw-tab7 .six1:hover {
    height: 54px;
    background: url(../images/six77.png) no-repeat;
    display: block;
    padding-left: 94px;
    color: #fff;
    font-size: 16px;
}

.ldhxyw-con {
    margin: 0 auto;
    width: 1275px;
    height: 418px;
    background: #f6f6f6;
    position: relative;
}

.ldhxyw-con-l {}

.ldhxyw-con-r {
    float: right;
    width: 710px;
    height: 418px;
    background: url(../images/6img2.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.lyfw-title {
    height: 61px;
    margin: 85px 0 0 175px;
}

.lyfw-tit1 {
    float: left;
    width: 4px;
    height: 61px;
    background: url(../images/6con-tit.jpg) no-repeat;
}

.lyfw-tit2 {
    float: left;
    margin-left: 18px;
}

.lyfw-tit2-1 {
    font-size: 30px;
    color: #122e78;
}

.lyfw-tit2-2 {
    font-size: 16px;
    color: #939393;
    padding-top: 10px;
}

.lyfw-text {
    margin: 27px 0 0 175px;
    width: 478px;
    font-size: 15px;
    line-height: 25px;
}

.lyfw-text a {
    color: #6d6d6d;
}

.lyfw-xian {
    width: 134px;
    height: 2px;
    background: #b0b0b0;
    margin: 20px 0 0 175px;
}

.linkbg {
    background: #F6F6F6;
}

.weblink {
    width: 1280px;
    margin: 0 auto;
}

.linktitle {
    height: 60px;
    padding-top: 20px;
}

.linktitle1 {
    float: left;
    font-size: 22px;
    padding-top: 4px;
    color: #5d5d5d;
}

.linktitle2 {
    float: left;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 10px;
}

.linktitle3 {
    float: left;
    font-size: 24px;
    padding-left: 10px;
}

.linklist {
    padding: 0 0 35px 0;
}

.linklist li {
    float: left;
    background: #ededed;
    padding: 0 16px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin: 0 10px 10px 0;
}

.linklist li.current {
    display: none;
}

.lm-left {
    float: left;
    width: 251px;
    margin-top: -60px;
}

.lm-l-tit {
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #1d3f98;
    opacity: 0.9;
}

.lm-list {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #f1f1f1;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    min-height: 700px;
    height: -webkit-fill-available;
}

/* height:-webkit-fill-available;*/

.lm-list li {
    margin: 0 20px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    vertical-align: middle;
    padding: 10px 22px 10px 12px;
}

.lm-list a {
    font-size: 16px;
    color: #2e2e2e;
    display: block;
}

.lm-list li:hover, .lm-list .current {
    width: 197px;
    background: url(../images/right.jpg) no-repeat 224px center #fff;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding-left: 24px;
    margin-left: 7px;
}

.lm-right {
    float: right;
    width: 1006px;
}

.lm-r-title {
    height: 61px;
    border-bottom: 3px solid #e4e4e4;
}

.lm-r-tit {
    float: left;
    min-width: 165px;
    height: 60px;
    color: #464646;
    font-size: 18px;
    border-bottom: 4px solid #1d3f98;
    text-align: center;
    line-height: 61px;
}

.lm-wz {
    float: right;
    color: #6e6e6e;
    padding-top: 28px;
}

.lm-wz a {
    color: #6e6e6e;
}

.lm-con {
    padding: 25px 13px 0 13px;
}

.lm-con i {
    float: left;
    width: 4px;
    height: 4px;
    background: #1d3f98;
    margin: 22px 16px 0 4px;
}

.lm-con li {
    line-height: 46px;
    border-bottom: 1px solid #eee;
}

.lm-con a {
    color: #464646;
    font-size: 16px;
}

.lm-con span {
    float: right;
    color: #464646;
    font-size: 16px;
    padding-right: 18px;
}

.wz-wz {
    height: 46px;
    line-height: 46px;
    background: #ececec;
    color: #6e6e6e;
    padding-left: 20px;
}

.wz-wz a {
    color: #6e6e6e;
}

.wz-tit {
    color: #414141;
    font-size: 30px;
    text-align: center;
    padding: 77px 100px 20px 100px;
}

.wz-tit2 {
    color: #414141;
    font-size: 14px;
    text-align: center;
    padding: 0 100px 40px 100px;
}

.wz-con {
    font-size: 18px;
    color: #414141;
    line-height: 36px;
    min-height: 400px;
    padding: 0 40px 100px 40px;
}

.wz-con img {
    max-width: 900px;
}

.wz-con p {
    padding: 10px 0px;
}

/*.header,.middle,.footer,.banner{width:expression(document.body.clientWidth <= 1280? "1280px": "auto");min-width:1280px;}*/

/* foot */

.footer {
    min-height: 138px;
    background: #333333;
    color: #b3b3b3;
}

.foot {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.f-link {
    text-align: center;
    padding: 40px 0 27px 0;
}

.f-link a, .f-link a:link, .f-link a:visited {
    color: #8d8d8d;
    font-size: 15px;
    padding: 0 21px;
}

.f-xx, .f-xx a:link, .f-xx a:hover, .f-xx a:visited {
    color: #8d8d8d;
    font-size: 14px;
    text-align: center;
}

.in_more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    background: #fafafa;
    padding: 0 5px;
    line-height: 20px;
    border: 1px solid #eee;
 
    border-radius: 3px;
    margin: 8px;
}


.in_section {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto
}

.in_secHd {
    margin-top: 20px;
    height: 22px;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    border-left: 8px solid #ce2338;
    padding-left: 10px;
    overflow: hidden;
    border-radius: 2px;
}
.in_secHd .in_more {
margin: 0;

}


.in_secHd span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    background: #fafafa;
    padding: 0 5px;
    line-height: 20px;
    border: 1px solid #eee;
}

.in_secBod {
    padding: 20px 0;
    overflow: hidden;
}

.in_zhuanti {
    overflow: hidden;
    width: 200%;
}

.in_zhuanti li {
    float: left;
    width: 224px;
    height: 140px;
    margin-right: 15px;
}

.in_zhuanti li img {
    width: 100%;
    height: 100%
}

.in_cyqy {
    overflow: hidden;
    position: relative;

}

.in_cyqy li {
    float: left;
    width: 300px;
    text-align: center;
    height: 80px;
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    display: table;
    overflow: hidden;

}

.in_cyqy li a {
   display: table-cell;
    vertical-align: middle;
    height: 80px;
    background: rgb(255 ,255 ,255 , 5%);
    overflow: hidden;
    color: #0f2f6b;
    box-shadow: 0 1px 5px rgb(0 ,0 ,0 , 20%);
border:1px solid #ddd

}

.in_cyqy li img {
    width:90%;
    max-height:100%;
    display:block;
    margin:0 auto;

}

.mob_more {
    display: none;
}

.mnav_close {
    display: none;
}

.foot_block {
    float: left;
    margin-right: 100px;
    padding: 20px 0;
}

.foot_block a {
    color: #b3b3b3;
}

.foot_blockH {
    line-height: 60px;
    font-size: 18px;
}

.foot_blockBod {
    font-size: 14px;
    line-height: 30px;
}

.ipv6_p {

    padding: 0 5px;
    position: absolute;
    top: 10px;
    left: 360px;
    font-size: 12px;
    color: #666;
    border-radius: 5px 5px 5px 0;
    background: #0653c5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    color: #fff
}

.bottom_info {
    text-align: center;
    border-top: 1px solid rgba(238, 238, 238, 0.274);
    line-height: 40px;
}


    .zgj_news_dot {
        position: absolute;
        right: 10px;
        z-index: 99;
        bottom: 10px;
    }

    .zgj_news_dot .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        float: left;
        background: #fff;
        margin-left: 5px;
        cursor: pointer;
    }

    .zgj_news_dot .dot.selected {
        background: rgb(0, 140, 255);
    }

    .zgjimg_tabs {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .zgjimg_tabs ul {
        width: 100%;
        height: 100%;

        position: relative;
        overflow: hidden;
    }

    .zgjimg_tabs li {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .zgjimg_tabs li a {
        display: block;
        height: 100%;
        position: relative;
    }

    .zgj_img_txt {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: rgba(0, 0, 0, 0.527);
        width: 100%;
        position: absolute;
        padding-left: 10px;
        bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        padding-right: 200px;
    }