/* banner_box */
.banner_box{
	width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
	}
.banner_box .banner_d {
    width: 100% !important;
}

.banner_box .banner_d li .b_width {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.banner_box .banner_d li {
    width: 100% !important;
    height: 500px;
}

.banner_box .banner_d li a {
    display: block;
    background-size: auto;
}

.banner_btn{
	    width: 100%;
    position: absolute;
    top: 180px;
}
.banner_btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.banner_btn a.prev {
    left: 20px;
    background: url(../images/foot.png) no-repeat 0 0;
}

.banner_btn a.next {
    right: 20px;
    background: url(../images/foot.png) no-repeat -49px 0;
}

.banner_box .hd {
    position: absolute;
    top: 300px;
    left: 46%;
    width: 1280px;
    text-align: center;
}

.banner_box .hd ul li {
    width: 30px;
    height: 12px;
    border-radius: 1px;
    text-indent: -9999px;
    margin-right: 20px;
    background: #ccc;
    float: left;
    cursor: pointer;
}

.banner_box .hd ul li.on {
    background: #269be6;
}

.afjk {
    background: url(../images/video-bg-img.jpg);
    background-size: auto 1096px;
    overflow: hidden;
}
.itit {
    width: 1280px;
    margin: 0 auto;
    color: #fff;
}

.titp {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 120px;
}

.titp h2 {
    color: #fff;
    font-size: 32px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 10px;
    position: relative;
}

.bcoloro h2 {
    color: #000;
    font-size: 32px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 10px;
    position: relative;
}

.titp p {
    font-size: 14px;
    color: #a6a6a6;
    margin-top: 15px;
}

.titp h2::after{
    content: '';
    background: url(../images/title_img.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    width: 135px;
    height: 40px;
    top: 60px;
    left: 566px;
}


.ptab {
    width: 1280px;
    margin: 0 auto;
}

.tab_menu {
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.tab_menu li {
    width: 100px;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.tab_menu li.tabon {
    color: #269be6;
}
li.tabon a::before{
    content: '';
    width: 30px;
    height: 2px;
    background: #269be6;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.tab_menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.tab_menu li.tabon a {
    color: #009cff;
    position: relative;
}

.iteam {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}
.iteam div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -5px;
    margin-left: -5px; */
}
.itaf {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.iteam .showbox {
    display: none;
}
.itafbox {
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.afimg a {
    display: block;
    position: relative;
    overflow: hidden;
}
.afimg a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.afimg img {
    height: 220px;
    width: 100%;
}
.afimg img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    height: auto;
}

.itafbox:hover {
    box-shadow: 0rem 0.1875rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.itafbox:hover .afimg a:before {
    visibility: visible;
    opacity: 1;
}
.itafbox:hover .afimg a img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.aftxt {
    width: 100%;
}

.afimg {
    width: 100%;
    height: 220px;
}
.aftxt h4 {
    font-size: 16px;
    line-height: 24px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    width: 100%;
    padding: 15px;
}

.aftxt p {
    font-size: 13px;
    line-height: 20px;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
    text-indent: 20px;
    padding: 5px;
}

.afzx {
    width: 100%;
    overflow: hidden;
    text-align: right;
    display: block!important;
}

.afzx a {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.wxtit {
    width: 1280px;
    margin: 0 auto;
    color: #fff;
}

.wxtp {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 120px;
}

.wxtp h2 {
    color: #000;
    font-size: 32px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 10px;
    position: relative;
}

.wxtp p {
    font-size: 14px;
    color: #a6a6a6;
    margin-top: 15px;
}

.wxtp h2::after{
    content: '';
    background: url(../images/title_img.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    width: 135px;
    height: 40px;
    top: 60px;
    left: 566px;
}
.wxbox {
    width: 1280px;
    margin: 0 auto;
}

.wxl {
    width: 500px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wxr {
    width: 780px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wxt {
    height: 40px;
    width: 98%;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
}

.wxt h2 {
    line-height: 40px;
    float: left;
    width: auto;
    margin-right: 20px;
}

.wxt_list {
    float: right;
}

.wxt_list a {
    float: left;
    line-height: 40px;
    width: auto;
    margin-right: 5px;
}
.wxiteam {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.wxp {
    height: 159px;
}
.wxiteam li {
    width: 50%;
    float: left;
    padding: 5px;
}

.wxiteam li p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
    padding-left: 10px;
    padding-right: 10px;
    background: #f3f3f3;
}

.jdwxiteam {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    height: 629px;
}

.jdwxiteam li {
    width: 50%;
    float: left;
    padding: 5px;
}
.jdwxiteam li p {
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #767676;
    padding-left: 10px;
    padding-right: 10px;
    background: #f3f3f3;
}
.wxqbox {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.wxqbox li {
width: 25%;
    float: left;
    padding: 10px;
}

.wxqiteam {
    background: #f3f3f3;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.wxqiteam img {
    width: 60px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.wxqbt {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bolder;
}

.wxqiteam p {
    margin-top: 15px;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.im {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.im a {
    background: rgba(2, 65, 105, 0.77);
    color: #fff;
    width: 80px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.ys {
    margin-top: 55px;
    height: 228px;
    background: url(../images/ysbg.png)no-repeat center;
    padding-top: 24px;
}
.ysl {
    width: 475px;
    margin-left: 35px;
    padding-top: 33px;
    float: left;
}

.ysr {
    width: 380px;
    float: right;
    padding-top: 7px;
}

.ysl h1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

h3.yst {
    margin-top: 25px;
}

h3.yst p {
    padding-left: 29px;
    background: url(../images/gou.png)no-repeat left center;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    float: left;
}
h3.yst p:nth-child(1),h3.yst p:nth-child(3){
width: 275px;
}
ul.ys_list {
    display: flex;
    justify-content: space-between;
}

ul.ys_list li {
    width: 90px;
}

ul.ys_list li img {
    width: 90px;
    height: 90px;
}

ul.ys_list li h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 18px;
    margin-top: 15px;
    text-align: center;
}

h4.htdh {
    width: 305px;
    margin: 0 auto;
    padding-left: 40px;
    background: url(../images/dianhua.png)no-repeat left center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 26px;
    margin-top: 30px;
}
.abt_t h1 {
    color: #000;
    font-size: 32px;
    line-height: 80px;
    font-weight: bold;
    /* letter-spacing: 10px; */
    position: relative;
}
.abt_t span {
    color: #269be6;
    font-size: 32px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 0px;
    position: relative;
}
.abt_t h1::after {
    content: '';
    background: url(../images/title_img.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10px;
    width: 135px;
    height: 40px;
    top: 60px;
    left: 0px;
}
.abbox {
    margin-top: 40px;
}

.abt_t {
    width: 100%;
    margin-top: 20px;
}
.abtl {
    width: 579px;
    height: 471px;
    float: left;
}

.abwr {
    margin-right: 15px;
    width: 665px;
    float: right;
    padding-top: 7px;
}

.abwz p {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}

ul.abt_list {
    margin-top: 78px;
}

ul.abt_list li {
    float: left;
    margin-right: 20px;
    padding-right: 36px;
    background: url(../images/xiexian.png)no-repeat right center;
}

ul.abt_list li h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
}

span.count {
    font-size: 50px;
    color: #269be6;
    font-weight: bold;
    line-height: 50px;
    font-family: "Impact";
    margin-right: 10px;
    display: inline-block;
}
.glwx {
    margin-top: 30px;
    overflow: hidden;
}

.glleft {
    float: left;
    width: 960px;
}

.glb {
    float: left;
    width: 320px;
    padding: .5em 1em;
    margin-bottom: 20px;
    background-color: #F8F9FA;
    box-shadow: 0 2px 18px rgba(0,0,0,0.04);
    margin-top: 5px;
}

.gltb {
    height: 40px;
    background: #f3f3f3;
    padding-left: 10px;
}

.gltb li {
    float: left;
    line-height: 40px;
    width: auto;
    margin-right: 20px;
}

.glimg {
    width: 100%;
    overflow: hidden;
}

.glimg li {
    float: left;
    width: 16.5%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.glimg img {
    width: 100%;
    height: 102px;
}

.glimg li p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
    padding-left: 10px;
    padding-right: 10px;
}

.glimg a {
    display: table;
    content: " ";
    background: #f3f3f3;
}
.gllist {
    width: 100%;
    overflow: hidden;
}

.gllist li {
    width: 50%;
    float: left;
    border-radius: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.gllist li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.gllist li:hover{
    color: #024169;
    background: #f3f3f3;
}

.glinfo {
    border-bottom: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
}

.glinfo a {
    float: right;
    font-size: 13px;
    color: #767676;
}

.glinfo span {
    font-size: 13px;
}

.gllist li p {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #767676;
}
.glblist h3 {
    height: 40px;
    padding: .3em 1.4em .08em 1.4em;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    background: #f4f4f4;
    margin: -.44em -.9em 0em -.9em;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.glblist ul {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.glblist li {
    width: 100%;
    font-size: 15px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.glblist li i {
    background: #dee2e6;
    color: #515355;
    font-size: 12px;
    border: 1px solid #c4c4c4;
    height: 18px;
    line-height: 20px;
    display: inline-block;
    width: 18px;
    text-align: center;
    font-weight: 100;
    margin-right: 5px;
    box-shadow: 1px 1px 4px rgb(194, 200, 206,.8);
}

.glblist li i.red {
    color: #fff;
    font-size: 12px;
}


.glblist li:nth-child(1) i.red{background-color:#f62020;border: 1px solid #f62020;box-shadow: 1px 1px 4px rgba(246, 32, 32, 0.8);}
.glblist li:nth-child(2) i.red{background-color:#f65220;border: 1px solid #f65220;box-shadow: 1px 1px 4px rgba(246, 82, 32, 0.8);}
.glblist li:nth-child(3) i.red{background-color:#f0a413;border: 1px solid #f0a413;box-shadow: 1px 1px 4px rgba(240, 164, 18, 0.8);}


.pmain {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.pmain_fl {
    float: left;
    width: 920px;
}

.pmain_fr {
float: right;
    width: 360px;
    padding-bottom: 15px;
}

.pmain_box {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.pmain_box li {
    -ms-flex: 0 0 20%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.pli_txt:hover{
    background-color: #f3f3f3;
}
.pli_txt {
    padding: 15px;
    background-color: #f8f9fa;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pmim {
    width: 100%;
    overflow: hidden;
}

.pmim img {
    width: 100%;
    height: 211px;
}

.pmim a {content: '';height: 211px;width: 100%;display: block;}

.plitit a {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #024169;
    margin-bottom: 10px;
}
.plims p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
}

.pliinfo {
    width: 100%;
    line-height: 30px;
    height: 30px;
    margin-top: 15px;
}

.pliinfo span {
    width: 80px;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    color: #024169;
}
.pliinfo a {
    float: right;
    width: 35px;
    height: 30px;
    background: #024169;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.pliinfo a:hover{
    background: #000;
}

.pright {
    background: #f3f3f3;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.pribox {
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
}

.pribox li {
    width: 155px;
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: 5px;
}

.pribox li a {
    display: block;
    padding: 5px 0 8px;
    background: #f4f4f4;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.pribox li a:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/gonglue.png) no-repeat;
    margin: 0 auto;
    background-size: 100%;
    margin-bottom: 10px;
}

.pribox li a:hover {
    background: #b4061f;
    color: #fff;
    transition: 0.8s;
    border-radius: 10px;
}
.pritit {
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    position: relative;
}

.pritit::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    left: 0px;
    top: 8px;
    background: #024169;
    border-radius: 20px;
}

.prilist {
    width: 100%;
    margin-top: 5px;
}

.prilist li {
    width: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 3px;
    float: left;
}

.pril {
    width: 100%;
}

.prir {
    width: 100%;
}

.prir h3 {
    overflow: hidden;
}
.prir h3 a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    margin-bottom: 5px;
}
.prir_tx {
    font-size: 13px;
    color: #a6a6a6;
}

.prir_tx span {
    float: left;
}

.prir_tx a {
    float: right;
}

.pritag {
    list-style: none;
    padding: 10px;
    overflow: hidden;
}

.pritag li {
    float: left;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}

.pritag li a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    background-size: 0;
    opacity: .8;
    font-weight: 300;
}
.pritag li.tagbgc0 a {background-color:#4a4a4a}
.pritag li.tagbgc0{box-shadow: 1px 2px 8px rgba(74, 74, 74, 0.4);}
.pritag li.tagbgc1 a {background-color:#4689ee}
.pritag li.tagbgc1{box-shadow: 1px 2px 8px rgba(70, 137, 238, 0.4);}
.pritag li.tagbgc2 a {background-color:#5da25d}
.pritag li.tagbgc2{box-shadow: 1px 2px 8px rgba(93, 162, 93, 0.4);}
.pritag li.tagbgc3 a {background-color:#d9534f}
.pritag li.tagbgc3{box-shadow: 1px 2px 8px rgba(217, 83, 79, 0.4);}
.pritag li.tagbgc4 a {background-color:#567e95}
.pritag li.tagbgc4{box-shadow: 1px 2px 8px rgba(86, 126, 149, 0.4);}
.pritag li.tagbgc5 a {background-color:#cc569e}
.pritag li.tagbgc5{box-shadow: 1px 2px 8px rgba(204, 86, 158, 0.4);}
.pritag li.tagbgc6 a {background-color:#00aba9}
.pritag li.tagbgc6{box-shadow: 1px 2px 8px rgba(0, 171, 169, 0.4);}
.pritag li.tagbgc7 a {background-color:#b37333}
.pritag li.tagbgc7{box-shadow: 1px 2px 8px rgba(179, 115, 51, 0.4);}
.pritag li.tagbgc8 a {background-color:#f60}
.pritag li.tagbgc8{box-shadow: 1px 2px 8px rgba(255, 102, 0, 0.4);}
.pritag li.tagbgc9 a {background-color:#e1b01b}
.pritag li.tagbgc9{box-shadow: 1px 2px 8px rgba(225, 176, 27, 0.4);}
.prilx p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 44px;
    padding-left: 40px;
}
.prilx p:nth-child(1){
    background: url(../images/dizhi.png)no-repeat left center;
}
.prilx p:nth-child(2){
    background: url(../images/frw.png)no-repeat left center;
}
.prilx p:nth-child(3){
    background: url(../images/ftell.png)no-repeat left center;
}
.prilx p:nth-child(4){
    background: url(../images/femail.png)no-repeat left center;
}

.pn_fl {
    float: left;
    width: 360px;
    padding-bottom: 15px;
}
.pn_fr {
    width: 900px;
    float: left;
    margin-left: 20px;
}
.pn_box {
    width: 100%;
    padding: 20px;
    background: #f8f9fa;
    overflow: hidden;
}

.pn_box {
    width: 100%;
    padding: 20px;
    background: #f8f9fa;
    overflow: hidden;
}

.pnab {
    width: 100%;
    /* border-bottom: 1px solid #dbdbdb; */
    overflow: hidden;
    margin-bottom: 20px;
}

.pnim {
    float: left;
    width: 420px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 280px;
}

.pntit {
    float: left;
    width: 420px;
    margin-bottom: 20px;
    height: 280px;
}

.pnt {
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 60px;
}

.pninfo {
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.pninfo span {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 44px;
    padding-left: 26px;
    height: 40px;
    display: block;
    float: left;
    width: 33.333%;
}
.pninfo span:nth-child(1){
    background: url(../images/ftell.png) no-repeat left center;
    /* margin-right: 10px; */
    background-size: 20px;
}
.pninfo span:nth-child(2){
    background: url(../images/frw.png) no-repeat left center;
    /* margin-right: 10px; */
    background-size: 20px;
}
.pninfo span:nth-child(3){
    background: url(../images/dizhi.png) no-repeat left center;
    float: right;
    background-size: 20px;
}

.pnms {
    height: 140px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.pnt span {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.pnt h1 {
    font-size: 16px;
}

.pnms span {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.pnms p {
    font-size: 14px;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    color: #767676;
}
.pnnews strong,.pnnews h1,.pnnews h2,.pnnews h3,.pnnews h4,p.imgms {
    color: #dc0709;
    font-weight: 600;
}

.pnnews p {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
}
.pnnews table {
    width: 99% !important;
    border-bottom: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    margin-bottom: 10px;
}

.pnnews table tr {
    border-top: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}

.pnnews td {
    border-top: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}
.pnnews p a {
    font-weight: bold;
    color: #dc0709;
    font-size: 18px;
}
.pnnews p a:hover{
    color: #ff0002;
    transition: 0.8s;
}
.pnnews img {
    max-width: 600px!important;
    height: auto!important;
}
.pnnews h1,.pnnews h2,.pnnews h3,.pnnews h4 {
    font-weight: bold;
    color: #dc0709;
    font-size: 18px;
}
.pnnews {
    border-bottom: 1px solid #e2e2e2;
}

.related {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.related h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
}

.related_img {
    width: 100%;
    overflow: hidden;
}

.relate_box {
    width: 33.333%;
    float: left;
    padding: 5px;
}

.relate_im img {
    width: 100%;
    height: 180px;
}

.relate_im {
    width: 100%;
    height: 180px;
}

.relate_text {
    background: #f3f3f3;
    padding: 14px;
    overflow: hidden;
}

.relate_text h4 a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    font-weight: bolder;
}

.relate_text ul li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
}
.relate_text ul li:nth-child(2){
    float: right;
    text-align: right;
}

.related_list {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background: #f3f3f3;
    padding: 15px;
}

.related_list li {
    float: left;
    width: 32.333%;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #a6a6a6;
    margin-right: 1%;
}



.related_list li:nth-child(3n){
    margin-left: 1%;
    margin-right: 0%;
}

.wztop {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.wztop h1 {
    font-size: 18px;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #060606;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.wzinfo {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.wzinfo p {
    font-size: 14px;
    color: #525252;
    font-weight: normal;
    line-height: 44px;
    padding-left: 25px;
    float: left;
    margin-right: 20px;
}
.wzinfo p:nth-child(1){
    background: url(../images/lanmu.png) no-repeat left center;
    background-size: 20px;
}
.wzinfo p:nth-child(2){
    background: url(../images/wzdianhua.png) no-repeat left center;
    background-size: 20px;
}
.wzinfo p:nth-child(3){
    background: url(../images/wzlaiyuan.png) no-repeat left center;
    background-size: 20px;
}
.wzinfo p:nth-child(4){
    background: url(../images/wztime.png) no-repeat left center;
    background-size: 20px;
}
.wzinfo p:nth-child(5){
    background: url(../images/yuedu.png) no-repeat left center;
    background-size: 20px;
}


.nclass {
    line-height: 50px;
    padding: 15px;
    overflow: hidden;
}

.nclass li {
    float: left;
    width: auto;
    padding: 0px 15px;
    border: 1px solid #a6a6a6;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    border-radius: 5px;
}

.nclass li:hover{
  background: #024169;
  color:#fff;
  transition: 0.8s;
}
.nclass li a:hover{
    color:#fff;
    transition: 0.8s;
}
li.acton {
    background: #024169;
    color:#fff;
    transition: 0.8s;
}

.news_list {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.news_var {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .13);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .13);
    padding: 15px;
    border-radius: 5px;
}

.varim {
    width: 200px;
    height: 135px;
    float: left;
    margin-right: 15px;
}
.varim img {
    height: 135px;
    width: 100%;
}
.news_var:hover{
    background: rgba(2, 65, 105, 0.05);
}

.list_con {
    float: left;
    width: 585px;
}

p.var_title a {
    height: 32px;
    line-height: 32px;
    font-weight: bolder;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p.carms {
    font-size: 13px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #767676;
    text-indent: 20px;
}

p.var_info {
    line-height: 24px;
    margin-top: 10px;
    height: 24px;
}
p.var_info span {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    /* line-height: 44px; */
    padding-left: 20px;
}
p.var_info span:nth-child(1) {
    float: left;
    background: url(../images/wztime.png)no-repeat left center;
    background-size: 18px;
}
p.var_info span:nth-child(2) {
    float: right;
    background: url(../images/yuedu.png)no-repeat left center;
    background-size: 16px;
}


.weixi_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    /* margin-top: 15px; */
}

.group {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}
.group_box {
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.group_img a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.group_img a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.group_img img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    height: auto;
    width: auto;
}
.group_txt {
    padding: 1.5625rem 1.25rem;
}
h3.group_title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
h3.group_title a {
    color: #2a2a2a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.group_box:hover {
    box-shadow: 0rem 0.1875rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.group_box:hover .group_img a:before {
    visibility: visible;
    opacity: 1;
}
.group_box:hover .group_img a img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.pnews_f1_lt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
}

.pnews_f1_lt h1 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    height: 60px;
}

.weixin_main {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 15px;
}
.weixin_l {
    float: left;
    width: 400px;
    padding: 15px;
    border-left: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    margin-left: 15px;
    margin-bottom: 15px;
}

.weixin_r {
    float: left;
    width: 450px;
    padding: 15px;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 15px;
}

.wxtab {
    width: 100%;
    overflow: hidden;
}


/* å¾®ä¿¡äºŒç»´ç åˆ‡æ¢ */
.wxtab_m {
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid #f6f6f6;
}

.wxtab_m li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.wxtab_m li.current {
    color: #333;
    background: #fff;
}

.wxtab_m li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.wxtab_m li.current a {
    color: #ff0000;
    font-weight: bold;
}

.wxtab_box {
    padding: 20px;
    text-align: center;
}

.wxtab_box li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.wxtab_box li span {
    margin: 0 5px 0 0;
    font-family: "å®‹ä½“";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.wxtab_box .tabon {
    display: none;
}

.wxtab_box img {
    width: 300px;
    height: 300px;
}
.wxsm h1 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    height: 60px;
}

.wxsm {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #fff;
}
.wxsm p {
    -webkit-box-orient: vertical;
    color: #767676;
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-indent: 20px;
}
.wxinfo {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.wxinfo span {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: 800;
}

.wxinfo span i {
    width: 50%;
    float: right;
    font-size: 16px;
    /* font-weight: 800; */
    padding-right: 15px;
}

.wxqz {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}
.wxqz span {
    width: 50%;
    float: left;
    font-size: 16px;
    font-weight: 800;
    height: 60px;
    line-height: 60px;
}

.wxqz span i {
    width: 50%;
    float: right;
    font-size: 16px;
    /* font-weight: 800; */
    padding-right: 15px;
}

.useful {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.useful a {
    width: 50%;
    float: left;
    line-height: 48px;
}
.useful a:nth-child(2){
    text-align: right;
}


i.nohelp {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/caiicon.png) no-repeat;
    vertical-align: middle;
    margin-right: 2px;
    /* float: left; */
    background-size: 30px;
    margin-top: 2px;
}
i.helpful {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/dingicon.png) no-repeat;
    vertical-align: middle;
    margin-right: 2px;
    /* float: left; */
    background-size: 30px;
    margin-top: -4px;
}
label.num {
    /* float: left; */
}

.fpewm {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 80px;
    box-shadow: 0 0 1rem 2px rgba(139, 139, 139, 0.46);
}
.fphone {
    width: 100%;
    text-align: center;
    margin-top: 26px;
    position: relative;
}

.fphone span {
    width: 80px;
    height: 40px;
    display: inline-block;
    background: #f1f1f1;
    line-height: 40px;
    border-radius: 5px;
}
.fphone span:hover~.fpewm{
    display: block;
}
.wxcp {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.weixi_rela {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}


.lianxi.w100 {
    background: url(../images/lianxi_bg.jpg) top center no-repeat;
    width: 100%;
    height: 750px;
    overflow: hidden;
    background-size: 100% 750px;
}

.lxw {
    width: 1280px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
}


.lxw h1 {
    font-size: 24px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
}
.lxw h1::before{
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 44px;
    background: #ffffff;
}
.lxw p {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #767676;
    line-height: 40px;
}
.lxtxt {
    float: left;
    width: 600px;
    overflow: hidden;
}
.bdbox {
    float: left;
    width: 680px;
    overflow: hidden;
}

.lxtxt p {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 44px;
    padding-left: 25px;
    margin-bottom: 0px;
    border: 0;
}
.lxtxt p:nth-child(1) {
    background: url(../images/qq.png)no-repeat left center;
    background-size: 20px;
    background-position-y: 8px;
}
.lxtxt p:nth-child(2) {
    background: url(../images/wzdianhua.png)no-repeat left center;
    background-size: 23px;
    background-position-y: 8px;
}
.lxtxt p:nth-child(3) {
    background: url(../images/dizhi.png)no-repeat left center;
    background-size: 20px;
    background-position-y: 8px;
}

.lxwxm {
    width: 100%;
}

.lxwxm li {
    float: left;
    width: 200px;
    padding: 20px;
    text-align: center;
}

.lxwxm li img {
    width: 120px;
}

.lxwxm li span {
    width: 100%;
    line-height: 35px;
    height: 35px;
    display: block;
}


form {
    width: 380px;
    background: #024169;
    padding: 15px;
}

.bdbox input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f6f6f6;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.area select {
    width: 175px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f6f6f6;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    color: #000;
    float: left;
}

textarea#newstext {
    width: 100%;
    border-radius: 5px;
    padding: 15px;
}

lxys {
    margin-top: -30px;
}