@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, p, h3, pre, form, fieldset, legend, button, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet, header, nav, section, strong, footer, a img, a, a:hover {
    border: 0px none;
    padding: 0px;
}

body {
    font-size: 18px;
    color: #333;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    max-width: 640px;
}

ul, ol, li, p, h3 {
    list-style-type: none;
    margin: 0;
    padding: 0
}

select, input {
    vertical-align: middle;
}

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

img {
    border: 0;
    vertical-align: top
}

.blank {
    clear: both;
    height: 15px;
    line-height: 15px;
}

.clear {
    clear: both;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.le {
    line-height: 80px;
    float: left;
}

.textarea {
    color: #999;
    height: 58px;
    width: 490px;
    overflow: auto;
    resize: none;
    font-size: 13px;
    margin-left: 0.5em;
    text-indent: 0.5em;
    margin-top: 0.5em;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.nav-tit {
    border-bottom: 1px solid #c7c7c7;
    line-height: 1.4rem;
    height: 1.4rem;
    width: 90%;
    margin: 3% auto 0;
}

.nav-tit-l {
    font-size: 0.45rem;
    color: #3d3d3d;
    float: left;
    padding-left: 6.5%;
}

.nav-tit-l span {
    color: #0162be;
    font-size: 0.8rem;
    font-weight: bold;
    border-bottom: 2px solid #0162be;
    padding-bottom: 0.18rem;
    margin-right: 0.2rem;
}

.nav-tit-r {
    float: right;
    font-size: 0.525rem;
    background: url(../images/tb-pic01.jpg) no-repeat left center;
    padding-left: 5%;
    background-size: 22% 48%;
}

.bz-nav {
    width: 90%;
    padding: 0 5% 3%;
}

.bz {
    background: url(../images/xtb-pic01.png) no-repeat 0.7% center;
    background-size: 4.5% 60%;
}

.gz {
    background: url(../images/xtb-pic02.png) no-repeat 0.7% center;
    background-size: 4.5% 60%;
}

.zj {
    background: url(../images/xtb-pic03.png) no-repeat 0.7% center;
    background-size: 4.5% 60%;
}

.js {
    background: url(../images/xtb-pic04.png) no-repeat 0.7% center;
    background-size: 5% 50%;
}

.zk {
    background: url(../images/xtb-pic05.png) no-repeat 0.7% center;
    background-size: 5% 50%;
}

.yyhj1 {
    background: url(../images/xtb-pic05.png) no-repeat 0.7% center;
    background-size: 5% 50%;
}

.margin-r2 {
    margin-right: 2%;
}

.white {
    background: #fff;
}

.interval2 {
    height: 2%;
    background: #eeeeee;
    width: 100%;
}

.height2 {
    height: 2%;
}

.top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 99999;
    max-width: 640px;
}

/*logo*/

.logo {
    margin: 0 auto;
    width: 100%;
    position: relative;
    /* margin-top: 65px; */
}

.logo .logo-left {
    position: absolute;
    width: 85%;
    height: 70px;
    display: block;
    top: 0;
    left: 0;
}

.logo .logo-right {
    position: absolute;
    width: 15%;
    height: 70px;
    display: block;
    top: 0;
    right: 0;
}

/*nav2*/

.nav2 {
    height: 2.3rem;
    background: #1672CE;
}

.nav2 li {
    width: 25%;
    height: 0.61rem;
    text-align: center;
    line-height: 0.61rem;
    font-size: 0.6rem;
    border-right: solid 1px #FFFFFF;
    float: left;
    display: inline;
    margin-top: 0.36rem;
    box-sizing: border-box;
}

.nav2 li a {
    color: #FFF;
}

.nav2 .boder_nones {
    border-right: none;
}

/*banner1*/

.banner {
    width: 100%;
    overflow: hidden;
    float: left;
    z-index: 0;
}

.banner img {
    width: 100%;
    height: auto;
    float: left;
    /*max-height:300px;*/
    max-width: 100%;
}

.container {
    width: 100%;
    background-color: #FFF;
    float: left;
    position: relative;
    overflow: hidden;
}

.container .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
}

.container .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.container .hd ul li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8C8C8C;
    margin: 0 3px;
    vertical-align: top;
    overflow: hidden;
}

.container .hd ul .on {
    background: #ce5a0d;
}

.container .bd {
    zoom: 1;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.container .bd ul {
    overflow: hidden;
}

.container .bd ul li {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    max-height: 300px;
}

.container .bd ul li img {
    float: left;
    overflow: hidden;
}

/*new1*/

.new1 {
    margin: 2.5% auto;
    background: #fff;
    padding: 2% 4%;
    height: 2rem;
    overflow: hidden;
}

.new1-tit {
    float: left;
    width: 14%;
    height: 2rem;
}

.new1-tit p {
    font-size: 0.7rem;
    line-height: 1rem;
}

.new1-tit p span {
    color: #f69600;
}

.new1-con {
    float: left;
    border-left: 1px solid #959595;
    padding-left: 17%;
    background: url(../images/new1.gif) no-repeat 0.1rem center;
    background-size: 20% 80%;
    height: 2rem;
    width: 86%;
    box-sizing: border-box;
}

.new1-con ul li {
    font-size: 0.45rem;
    line-height: 1rem;
    height: 1rem;
}

.new1-con ul li a {
    float: left;
}

.new1-con ul li img {
    float: left;
    width: 13%;
}

/*new1*/

/*rdgz1*/

.rdgz1 {
    background: #fff;
    overflow: hidden;
}

.gz-wt {
    width: 89%;
    margin: 3% auto;
}

.gz-wt ul li {
    font-size: 0.6rem;
    text-align: center;
    float: left;
    border: 1px solid #bfbfbf;
    border-radius: 5%;
    box-sizing: border-box;
    padding: 1% 3.4%;
    margin-bottom: 2%;
}

.gz-wt .gz-wt1 {
    padding: 1% 2%;
}

.gz-swt {
    width: 95%;
    margin: 0 auto;
    border: 1px dashed #a0a0a0;
    background: #f5f5f5;
    padding: 3% 0;
    margin-bottom: 2%;
}

.gz-swt-tit p {
    text-align: center;
    color: #737373;
    line-height: 1rem;
}

.gz-swt-con {
    margin-top: 3%;
}

.gz-swt-con ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    padding-left: 5%;
    padding-right: 5%;
}

.gz-swt-con ul li p {
    text-align: center;
    font-size: 0.55rem;
    line-height: 1rem;
}

.gz-wt-orange {
    color: #fff;
    background: #ff9933;
    border: 1px solid #ff9933;
}

.gz-wt-orange a {
    color: #fff;
}

.gz-wt-blue {
    color: #fff;
    background: #1672ce;
    border: 1px solid #1672ce;
}

.gz-wt-blue a {
    color: #fff;
}

/*zjtd1*/

.zjtd {
    width: 16rem;
}

.zjtd-tit {
    width: 16rem;
    height: 1.55rem;
    background: url(../images/xbiaoti.png) no-repeat;
    background-size: 16rem 1.55rem;
    margin: 0.5rem 0;
}

.zjtd-tit p {
    font-size: 0.75rem;
    color: #156cae;
    text-align: center;
    line-height: 1.55rem;
    font-weight: bold;
}

.zjtd .s4dov {
    overflow: hidden;
}

.zjtd .zjtd1 {
    width: 16rem;
    position: relative;
    overflow: hidden;
}

.zjtd .zjtd1 .s4sd {
    position: relative;
    height: 5.5rem;
    width: 15rem;
    padding: 0.5rem 0.5rem 0;
    overflow: hidden;
}

.zjtd .zjtd1 .s4sd .s4l {
    width: 4.25rem;
    height: 6.25rem;
    float: left;
}

.zjtd .zjtd1 .s4sd .s4l img {
    width: 4.3rem;
    height: 5rem;
}

.zjtd .zjtd1 .s4sd .s4l p {
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.5rem;
}

.zjtd .zjtd1 .s4sd .s4r {
    width: 9.85rem;
    height: 5.4rem;
    float: left;
    margin-left: 0.5rem;
    overflow: hidden;
}

.zjtd .zjtd1 .s4sd .s4r .s4rpt {
    font-size: 0.55rem;
    padding-bottom: 0.25rem;
    letter-spacing: -1px;
}

.zjtd .zjtd1 .s4sd .s4r .s4rpt span {
    font-size: 0.75rem;
    font-weight: bold;
    padding-right: 0.25rem;
    border-right: 1px solid #ccc;
    margin-right: 0.25rem;
}

.zjtd .zjtd1 .s4sd .s4r .s4rpc {
    font-size: 0.55rem;
    color: #444;
    letter-spacing: -1px;
}

.zjtd .zjtd1 .s4sd .s4r .s4rbbp {
    height: 0.975rem;
    width: 10.25rem;
    margin-top: 0.5rem;
}

.zjtd .zjtd1 .s4sd .s4r .s4rbbp .s4rpb {
    width: 4.125rem;
    height: 0.975rem;
    display: block;
    border: 1px solid #919191;
    color: #444;
    line-height: 0.975rem;
    text-align: center;
    font-size: 0.5rem;
    border-radius: 5px;
    float: left;
}

.zjtd .zjtd1 .s4sd .s4r .s4rbbp .s4rpb span {
    color: #E81E1F;
}

.zjtd .zjtd1 .s4sd .s4r .s4rbbp .s4rpbs {
    margin-left: 1.125rem;
}

.zjtd .zjtd1 .s4sd .s4r .s4ra {
    width: 3.5rem;
    height: 1rem;
    display: block;
    float: left;
    line-height: 1rem;
    font-size: 0.55rem;
    color: #00a3ee;
    margin-top: 0.5rem;
}

.zjtd .zjtd1 .s4sd .s4r .s4ra img {
    width: 1rem;
    height: 1rem;
    display: block;
    float: left;
    margin-right: 0.25rem;
}

.zjtd .zjtd1 .s4sd .s4r .s4ras {
    margin-left: 2rem;
}

.zjtd .zjtd1 #pagination-zj {
    bottom: 0;
}

.zjtd .swiper-button-prev {
    background-image: url(../images/s4top.png);
    background-size: 1.75rem 0.55rem;
    width: 0.7rem;
    height: 1.75rem;
    position: absolute;
    top: 0.75rem;
    left: 7rem;
}

.zjtd .swiper-button-next {
    background-image: url(../images/s4bot.png);
    background-size: 1.75rem 0.55rem;
    width: 0.7rem;
    height: 1.75rem;
    position: absolute;
    top: 23.75rem;
    left: 7rem;
}

.zjtd {
    position: relative;
    padding-bottom: 5%;
}

.zjtd .hd {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    padding-top: 0rem;
}

.zjtd .hd ul {
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    height: 15px;
    display: block
}

.zjtd .hd ul li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 0px;
    background: #a7a7a7;
    border: 1px solid #a7a7a7;
    float: left;
}

.zjtd .hd ul .on {
    background: #ffffff;
}

/*zxdh*/

.zxdh {
    width: 100%;
    margin: 2.5% auto;
}

.zxdh img {
    width: 100%;
}

/*tslf1*/

.tslf1-main {
    background: #fff;
    overflow: hidden;
}

.tslf1 {
    width: 82%;
    margin: 3% auto;
    border: 1px solid #c7c7c7;
    padding: 4%;
}

.tslf1-tit {
    height: 2.5rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2%;
}

.tslf1-tit ul li {
    width: 22%;
    float: left;
    height: 2.5rem;
    background: #eeeeee;
    border-radius: 5px;
    margin-right: 4%;
}

.tslf1-tit ul li:nth-of-type(4) {
    margin-right: 0px;
}

.tslf1-tit ul li.on {
    background: #ff9933;
}

.tslf1-tit ul li .s1 {
    color: #1a71c4;
    text-align: center;
    padding-top: 1.5rem;
    background: url(../images/js-pic01.png) no-repeat center 20%;
    display: block;
    background-size: 51% 56%;
    font-size: 0.6rem;
}

.tslf1-tit ul li.on .s1 {
    background: url(../images/js-pic01-1.png) no-repeat center 20%;
    background-size: 51% 56%;
    color: #fff;
}

.tslf1-tit ul li .s2 {
    color: #1a71c4;
    text-align: center;
    padding-top: 1.5rem;
    background: url(../images/js-pic02.png) no-repeat center 20%;
    display: block;
    background-size: 51% 56%;
    font-size: 0.6rem;
}

.tslf1-tit ul li.on .s2 {
    background: url(../images/js-pic02-1.png) no-repeat center 20%;
    background-size: 51% 56%;
    color: #fff;
}

.tslf1-tit ul li .s3 {
    color: #1a71c4;
    text-align: center;
    padding-top: 1.5rem;
    background: url(../images/js-pic03.png) no-repeat center 20%;
    display: block;
    background-size: 51% 56%;
    font-size: 0.6rem;
}

.tslf1-tit ul li.on .s3 {
    background: url(../images/js-pic03-1.png) no-repeat center 20%;
    background-size: 51% 56%;
    color: #fff;
}

.tslf1-tit ul li .s4 {
    color: #1a71c4;
    text-align: center;
    padding-top: 1.5rem;
    background: url(../images/js-pic04.png) no-repeat center 20%;
    display: block;
    background-size: 51% 56%;
    font-size: 0.6rem;
}

.tslf1-tit ul li.on .s4 {
    background: url(../images/js-pic04-1.png) no-repeat center 20%;
    background-size: 51% 56%;
    color: #fff;
}

.tslf1-con {
    width: 100%;
    margin: 0 auto;
    background: #eeeeee;
    margin-top: 3%;
}

.tslf1-con-box {
    padding: 6% 1%;
}

.tslf1-con-box img {
    width: 20%;
}

.tslf1-jj {
    float: left;
    width: 78%;
    margin-left: 2%;
    position: relative;
}

.tslf1-jj h3 {
    font-size: 0.58rem;
    line-height: 1rem;
}

.tslf1-jj p {
    font-size: 0.5rem;
}

.tslf1-jj p span {
    color: #ff7f00;
}

.tslf1-jj .tslf1-more {
    position: absolute;
    top: 45%;
    right: 0%;
    display: block;
    width: 2.65rem;
    height: 1.1rem;
    color: #ff860e;
    border: 1px solid #ff860e;
    border-radius: 5px;
    font-size: 0.45rem;
    line-height: 1.2rem;
    text-align: center;
}

.tslf1-con-line {
    background: #e5e5e5;
    height: 5px;
    width: 98%;
    margin: 0 auto;
}

/*yybd1*/

.yybd1 {
    background: #fff;
    overflow: hidden;
}

.biaodan {
    width: 92%;
    margin: 5% auto;
    background: #e4eef6;
    overflow: hidden;
}

.biaodan-tit {
    margin: 3% auto 0;
    width: 85%;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 3%;
}

.biaodan-tit h3 {
    text-align: center;
    color: #0162be;
    font-size: 0.75rem;
    line-height: 1.1rem;
}

.biao-f-tit {
    margin: 2% auto 0;
    width: 85%;
}

.biao-f-tit ul li {
    width: 33%;
    float: left;
    box-sizing: border-box;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    font-size: 0.6rem;
    border-right: 1px solid #cdcdce;
    border-radius: 5px;
}

.biao-f-tit ul li span {
    background: #f8b551;
    border-radius: 50%;
    height: 100%;
    width: 27%;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    float: left;
    margin-right: 1%;
    font-size: 0.675rem;
}

.biao-f-tit ul li:nth-of-type(1) {
    text-align: left;
}

.biao-f-tit ul li:nth-of-type(2) {
    text-align: center;
}

.biao-f-tit ul li:nth-of-type(3) {
    text-align: right;
    border: none;
}

.biaodan .nr_n2 {
    height: auto;
    overflow: hidden;
    padding: 12px 0;
    margin: 0 auto;
    width: 90%;
}

.biaodan .nr_n2_d1, .nr_n3_d1 {
    margin: 8px 0px;
    color: #d32629;
    font-size: 20px
}

.biaodan .nr_n2_d1 p, .nr_n3_d1 p {
    width: 90px;
    float: left;
    line-height: 34px;
    font-size: 16px;
    padding: 0 1%;
    color: #333333;
    text-align: right;
}

.biaodan .nr_n2_d1 p span {
    color: #f5692e;
}

.biaodan .nr_n2_d1 input {
    color: #999;
    display: block;
    width: 65%;
    height: 32px;
    text-indent: 10px;
    background-color: #FFF;
    border: 1px solid #cdcdce;
    border-radius: 5px;
    font-size: 0.4rem;
}

.biaodan .nr_n2_d1 textarea {
    color: #999;
    display: block;
    width: 65%;
    text-indent: 10px;
    font-size: 12px;
    background-color: #FFF;
    border: none;
    padding-top: 8px;
    border: 1px solid #cdcdce;
    border-radius: 5px;
    font-size: 0.4rem;
}

}

.biaodan .nr_n2_d2 {
    width: 100%;
    height: 47px;
}

.biaodan .nr_n2_d2 p {
    line-height: 47px;
    font-size: 14px;
    padding: 0 2%;
    float: left;
    width: 24%;
    text-align: center;
}

.biaodan .tj {
    margin: 0 auto;
    width: 90%;
}

.biaodan .tj_l {
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    height: 40px;
    width: 48%;
    line-height: 40px;
    font-family: "寰蒋闆呴粦";
    border: none;
    float: left;
    background: url(../images/bd_button_1.jpg) no-repeat 14% center #1672ce;
    background-size: 15% 57%;
    padding-left: 10%;
    box-sizing: border-box;
}

.biaodan .tj_r {
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    height: 40px;
    width: 48%;
    margin-left: 1%;
    text-align: center;
    line-height: 40px;
    font-family: "寰蒋闆呴粦";
    border: none;
    display: block;
    float: right;
    background: url(../images/bd_button_2.jpg) no-repeat 14% center #ff8a00;
    background-size: 20% 60%;
    padding-left: 10%;
    box-sizing: border-box;
}

.wxts {
    width: 85%;
    margin: 0 auto 3%;
    background: url(../images/xin.jpg) no-repeat left 4%;
}

.wxts p {
    font-size: 0.55rem;
    text-indent: 25px;
    line-height: .8rem;
    text-align: justify;
}

.wxts p strong {
    color: #e80000;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

/*footer1*/

.footer1 {
    width: 100%;
}

.footer1 .foot_1 {
    background: #1672CE;
    text-align: center;
    padding-top: 1px;
}

.footer1 .foot_1 a {
    margin-top: 6px;
    color: white;
    border-radius: 5px;
    background: #ff7e00;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
}

.footer1 .foot a {
    width: 103px;
    height: 28px;
    display: block;
    margin: 0 auto;
}

.footer1 .foot_2 {
    background: #1672CE none repeat scroll 0% 0%;
    text-align: center;
    height: 140px;
}

/*list*/

.list-nav {
    width: 100%;
    background: #1672CE;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}

.list-nav a {
    color: #fff;
}

.list-nav img {
    width: 38px;
    height: auto;
}

.list-con {
    width: 95%;
    margin: 0 auto;
    height: auto;
    text-align: left;
    margin-top: 2%;
}

.list-con li {
    height: 33px;
    line-height: 33px;
    border-bottom: dotted #006d82 1px;
    font-size: 14px;
    padding-left: 15px;
    background: url(../images/list_bg.jpg) no-repeat 1% center;
}

.list-con li a {
    color: #008db0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-con li a:hover {
    color: #ed1c24;
}

.page {
    width: 100%;
    margin: 0 auto;
    height: 52px;
    text-align: left;
    font-size: 15px;
}

.page li {
    float: left;
    font-size: 14px;
    margin-top: 19px;
    margin-left: 20px;
}

.page li a {
    color: #000000;
}

.list_zx {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
}

.list_zx .left {
    width: 33%;
    float: left;
    line-height: 35px;
    background: #ED5F00 none repeat scroll 0% 0%;
    text-align: center;
}

.list_zx .left a {
    font-size: 14px;
    color: #FFF;
}

.list_zx .right {
    width: 65%;
    margin-left: 2%;
    background: #1672CE url("../images/dh.png") no-repeat scroll left center / contain;
    text-align: center;
}

.list_zx .right a {
    line-height: 35px;
    color: #FFF;
    padding-left: 20px;
}

/*connet*/

.art_content {
    width: 98%!important;
    margin: 0 auto;
}

.art_tit {
    line-height: 29px;
    border-bottom: 1px dotted #cccccc;
    text-align: center;
}

.art_tit h1 {
    font-size: 18px;
    font-weight: normal;
}

.wxts_db {
    color: #e60012;
    font-size: 0.68rem;
    text-align: center;
    width: 95%;
    margin: auto;
    padding-top: 10px;
}

.yjgtdh {
    width: 90%;
    margin: 0 auto;
}

.yjgtdh a {
    display: inline-block;
    margin: 0.3rem 0.2rem 0rem;
    height: 0.59rem;
    float: left;
    height: 40px;
}

.yjgtdh a:nth-child(1) {
    width: 47%;
}

.yjgtdh a:nth-child(2) {
    width: 47%;
}

.art_con {
    width: 93%!important;
    margin: 0 auto;
    line-height: 24px;
    padding: 10px 0 40px;
    font-size: 14px;
    overflow: hidden;
}

.art_con p {
    width: auto!important;
}

.art_con section {
    width: auto!important;
}

.art_con img {
    /*width:100%;*/
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

/*bdfcs*/

.bdfcs {
    margin: 0 auto 2.5%;
    background: #fff;
    overflow: hidden;
}

.bdfcs-con {
    padding: 0 6%;
}

.bdfcs-con .tt2 {
    padding: 0px 1px;
    line-height: 26px;
}

.bdfcs-con .tt2 p {
    color: #000;
    font-family: "微软雅黑";
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
}

.bdfcs-con .tt2 p span {
    float: left;
    background: #238cef;
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    line-height: 20px;
    margin-top: 2px;
    text-align: center;
    float: left;
    color: #fff;
}

.bdfcs-con .tt2 p .s2 {
    background: #f4c144;
}

.bdfcs-con .tt2 p .s3 {
    background: #4773bc;
}

.bdfcs-con .tt2 p .L {
    float: left;
    font-size: 12px;
    color: #000;
    background: #fff;
    padding: 0px 10px 0px 6px;
}

.list-con .s4sd {
    position: relative;
    height: 5.5rem;
    width: 100%;
    padding: 2% 0;
    overflow: hidden;
}

.list-con .s4sd .s4l {
    width: 30%;
    height: 5.4rem;
    float: left;
}

.list-con .s4sd .s4l img {
    width: 4.3rem;
    height: 5rem;
}

.list-con .s4sd .s4l p {
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.5rem;
}

.list-con .s4sd .s4r {
    width: 66%;
    height: 5.4rem;
    float: left;
    margin-left: 4%;
    overflow: hidden;
}

.list-con .s4sd .s4r .s4rpt {
    font-size: 0.6rem;
    padding-bottom: 0.25rem;
    letter-spacing: -1px;
}

.list-con .s4sd .s4r .s4rpt span {
    font-size: 0.75rem;
    font-weight: bold;
    padding-right: 0.25rem;
    border-right: 1px solid #ccc;
    margin-right: 0.25rem;
}

.list-con .s4sd .s4r .s4rpc {
    font-size: 0.55rem;
    color: #444;
    letter-spacing: -1px;
}

.list-con .s4sd .s4r .s4rbbp {
    height: 0.975rem;
    width: 10.25rem;
    margin-top: 0.5rem;
}

.list-con .s4sd .s4r .s4rbbp .s4rpb {
    width: 4.125rem;
    height: 0.975rem;
    display: block;
    border: 1px solid #919191;
    color: #444;
    line-height: 0.975rem;
    text-align: center;
    font-size: 0.5rem;
    border-radius: 5px;
    float: left;
}

.list-con .s4sd .s4r .s4rbbp .s4rpb span {
    color: #E81E1F;
}

.list-con .s4sd .s4r .s4rbbp .s4rpbs {
    margin-left: 1.125rem;
}

.list-con .s4sd .s4r .s4ra {
    width: 3.5rem;
    height: 1rem;
    display: block;
    float: left;
    line-height: 1rem;
    font-size: 0.55rem;
    color: #00a3ee;
    margin-top: 0.5rem;
}

.list-con .s4sd .s4r .s4ra img {
    width: 1rem;
    height: 1rem;
    display: block;
    float: left;
    margin-right: 0.25rem;
}

.list-con .s4sd .s4r .s4ras {
    margin-left: 2rem;
}

.ystd_biaoti img {
    width: 100%;
}

.ystd_lunbo .swiper-slide {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.ystd_lunbo .ystd_jianjie_wrap {
    width: 10rem;
    padding: 0.25rem;
    background-color: #1672ce;
    margin-bottom: 0.45rem;
}

.ystd_lunbo .ystd_jianjie {
    border: 1px solid #fff;
}

.ystd_lunbo .ystd_jianjie ul {
    box-sizing: border-box;
    padding-left: 0.7rem;
}

.ystd_lunbo .ystd_jianjie ul li {
    color: #fff;
    font-size: 0.4rem;
    line-height: 0.65rem;
}

.ystd_lunbo .ystd_yuyue {
    box-sizing: border-box;
    padding: 0.33rem 0 0.33rem 0.33rem;
}

.ystd_lunbo .ystd_yuyue a {
    display: block;
    width: 2.5rem;
    font-size: 0.55rem;
    line-height: 0.93rem;
    text-align: center;
    float: left;
}

.ystd_lunbo .ystd_yuyue a:nth-child(1) {
    color: #3bb6b3;
    background-color: #fff;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.ystd_lunbo .ystd_yuyue a:nth-child(2) {
    color: #fff;
    background-color: #f6910f;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.ystd_lunbo .ystd_yuyue a:hover {
    color: #095c95;
}

.ystd_lunbo .ystd_xuanchuanpic ul {
    width: 13.5rem;
    margin: 0 auto;
}

.ystd_lunbo .ystd_xuanchuanpic ul li {
    width: 4.5rem;
    float: left;
}

.ystd_lunbo .ystd_xuanchuanpic ul li img {
    width: 100%;
}

.ystd_lunbo .ystd_touxiangbigpic {
    display: block;
    width: 6.65rem;
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    z-index: 2;
}

.ystd_lunbo .ystd_touxiangbigpic img {
    width: 100%;
}

.kfal_title {
    background-color: #1672ce;
}

.kfal_title_left, .kfal_title_right {
    line-height: 1.825rem;
}

.kfal_title_left {
    color: #fff;
    font-size: 0.75rem;
    padding-left: 0.38rem;
    float: left;
}

.kfal_title_right {
    display: block;
    color: #ffca0a;
    font-size: 0.6rem;
    margin-right: 0.38rem;
    float: right;
}

.kfal_content {
    width: 14.2rem;
    margin: 0 auto;
}

.kfal_content_left, .kfal_content_right {
    width: 6.4rem;
}

.kfal_content_left {
    float: left;
}

.kfal_content_right {
    float: right;
}

.kfal_content_title {
    text-align: center;
    font-size: 0.7rem;
    line-height: 2.15rem;
    padding-top: 0.35rem;
}

.kfal_content_bottom {
    position: relative;
}

.kfal_content_pic1 {
    margin-bottom: 0.38rem;
}

.kfal_content_pic1, .kfal_content_pic2 {
    position: relative;
}

.kfal_content_pic1 img, .kfal_content_pic2 img {
    width: 100%;
}

.kfal_content_pic1 span, .kfal_content_pic2 span {
    display: block;
    width: 1.1rem;
    height: 0.85rem;
    font-size: 0.6rem;
    line-height: 0.85rem;
    text-align: center;
    color: #fff;
    background-color: #eb7b02;
    position: absolute;
    left: 0;
    bottom: 0;
}

.kfal_content .xiajiantou1 {
    position: absolute;
    width: 1.35rem;
    height: 1.35rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0rem 0rem 0.1rem #6b5143;
    border-radius: 0.8rem;
    z-index: 2;
}

.kfal_content .xiajiantou2 {
    width: 0;
    height: 0;
    border-left: 0.38rem solid transparent;
    border-right: 0.38rem solid transparent;
    border-top: 0.38rem solid #676767;
    top: 0.55rem;
    left: 0.3rem;
    position: relative;
}

.kfal_content .xiajiantou3 {
    width: 0;
    height: 0;
    border-left: 0.38rem solid transparent;
    border-right: 0.38rem solid transparent;
    border-top: 0.38rem solid #fff;
    position: absolute;
    top: -0.42rem;
    left: -0.38rem;
}

.ystd_jianjie_wrap {
    position: relative;
}

.in-zj-bt {
    padding: 1.2rem 0 1rem 0.2rem;
    /*color: #fff;*/
    overflow: hidden;
    position: absolute;
    top: -61%;
}

.in-zj-bt dt {
    font-size: 1.42rem;
    font-family: "宋体";
    line-height: 1rem;
    height: 0.43rem;
    float: left;
}

.in-zj-bt dd {
    height: 1.6rem;
    overflow: hidden;
}

.in-zj-bt dd span {
    text-transform: uppercase;
    font-size: 0.4rem;
    line-height: 0.4rem;
    height: 0.44rem;
    display: block;
}

.in-zj-bt dd p {
    font-size: 0.26rem;
    line-height: 0.8rem;
    height: 1.2rem;
}

.index_tel {
    width: 13.95rem;
    height: 1.7rem;
    margin: 0px auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.tel_left {
    width: 6.9rem;
    height: 1.7rem;
    float: left;
}

.tel_left h6 {
    font-size: 0.6rem;
    color: #333333;
    font-weight: normal;
    margin: 0;
}

.tel_left img {
    float: left;
    width: 1.075rem;
    height: 0.8rem;
}

.tel_left p {
    float: left;
    font-family: impact;
    font-size: 0.75rem;
    color: #1672CE;
    margin-left: 0.5rem;
}

.tel_right {
    width: 6.05rem;
    height: 1.6rem;
    float: right;
    background: #1672CE url(../images/tel_click.png) no-repeat;
    font-size: 0.575rem;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    background-size: 6.05rem 1.7rem;
}

.dbt {
    margin: 0.4rem auto;
}

.dbt h2 {
    margin-bottom: 2%;
    font-size: 1rem;
    padding-bottom: 0.35rem;
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.dbt img {
    margin-right: 1%;
    width: 8%;
    margin-top: -1.5%;
    vertical-align: middle;
}

.dbt p {
    font-size: 0.65rem;
    color: #333333;
    height: 0.65rem;
    line-height: 0.35rem;
    text-align: center;
}

.dbt p em {
    display: inline-block;
    color: #fff;
    background: #f35a5c;
    width: 0.68rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin: 0 0.05rem;
}

.dbt p i {
    display: inline-block;
    color: #333333;
    background: #afd2c2;
    width: 0.68rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin: 0 0.05rem 0 0;
}

.news ul {
    margin: 0 auto 1rem;
    width: 98%
}

.news ul li {
    line-height: 1.6rem;
    border-bottom: 1px #333 dashed;
    font-size: 0.6rem;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.news ul li font {
    margin-left: 2.5%;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #fff #fff #fff black;
    display: inline-table
}

.news ul li span {
    margin-right: 2%;
    text-align: right;
    float: right;
}

.cont_con1 {
    overflow: hidden;
    margin: 0 auto 0.2rem;
}

.cont_con1 ul li {
    margin-left: 2%;
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    border-bottom: 1px dotted #dddddd;
    line-height: 1.6rem;
    height: 1.6rem;
}

.top {
    margin-top: 14px;
}

.cont_con1 ul li span {
    padding: 0.15rem 0.45rem;
    font-size: 0.6rem;
    background: #32a689;
    color: #fff;
    border-radius: 0.25rem;
    margin-right: 0.1rem;
    line-height: 0.45rem;
}

.cont_con1 ul li:nth-child(2) span, .cont_con1 ul li:nth-child(6) span {
    background: #ffc7ab;
}

.cont_con1 ul li:nth-child(3) span, .cont_con1 ul li:nth-child(5) span, .cont_con1 ul li:nth-child(9) span {
    background: #02b9c2;
}

.cont_con1 ul li:nth-child(4) span, .cont_con1 ul li:nth-child(8) span {
    background: #ff935a;
}

.cont_con1 ul li p {
    float: right;
    text-align: center;
    line-height: 1.6rem;
}

.cont_con1 ul li p a {
    color: #f67326;
}