* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

body {
    background: #ffffff;
    height: 100%;
    font: normal normal 12px/24px "Microsoft yahei", Arial;
    /* padding-bottom: 30px; */
}

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

a:hover {
    color: #006CB7;
    text-decoration: none;
}

.demo1>#title {
    width: 300px;
    margin: 3% auto 0;
}

.demo1>#title h2 {
    font-size: 18px;
}

.demo1>#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


/* box */

.demo1 {
    position: relative;
    display: flex;
}

.demo1>.box {
    width: 400px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.demo1>.tab_menu {
    overflow: hidden;
    padding-top: 40px;
    width: 400px;
}

.demo1>.tab_menu li {
    width: 160px;
    height: 50px;
    float: left;
    line-height: 30px;
    color: #fff;
    border: 1px solid rgba(0, 108, 183, 1);
    text-align: center;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    box-sizing: border-box;
}

.demo1>.tab_menu li:nth-child(even) {
    margin-left: 20px;
}

.demo1>.tab_menu li.current {
    color: #fff;
    border: none;
    background: no-repeat center url(../image/tansuo-bg.png);
}

.demo1>.tab_menu li {
    color: #006cb7;
    text-decoration: none;
    line-height: 50px;
    margin-bottom: 24px;
}

.demo1>.tab_menu li.current {
    border: 1px solid transparent;
    color: #fff;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
}

.demo1>.tab_box {
    padding: 22px;
    height: 280px;
    /* background: green; */
    width: 600px;
    margin-left: 157px;
    /* margin-top: -146px; */
}

.demo1>.tab_box li {
    height: 40px;
    overflow: hidden;
    width: 234px;
    float: left;
    font-size: 16px;
    color: #071c2f;
    letter-spacing: 0.22px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.demo1 .checkMore {
    position: absolute;
    bottom: 0;
    left: 0;
}

.demo1>.tab_box li img {
    margin-left: -13px;
}

.demo1>.tab_box li span {
    padding: 0px 14px;
}


/* .demo1 > .tab_box li span {
  margin: 0 5px 0 0;
  font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
} */

.demo1>.tab_box .hide {
    display: none;
}


/* 222222222222222222222222222222 */

.demo2>a:hover {
    color: #006CB7;
    text-decoration: none;
}

.demo2>#title {
    width: 300px;
    margin: 3% auto 0;
}

.demo2>#title h2 {
    font-size: 18px;
}

.demo2>#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


/* box */

.demo2>.box {
    width: 400px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.demo2>.tab_menu {
    overflow: hidden;
    width: 360px;
    float: right;
}

.demo2>.tab_menu li {
    float: left;
    line-height: 30px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #006cb7;
    letter-spacing: 0.25px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    margin: 12px 0px 12px 20px;
}

.demo2>.tab_menu li.current {
    color: #ffffff;
    background-image: linear-gradient( 134deg, rgba(255, 255, 255, 0.2) 0%, #64b0f3 0%, #0b5bdd 100%);
}


/* .demo2 > .tab_menu li a {
  color: #fff;
  text-decoration: none;
} */

.demo2>.tab_box li a:hover {
    color: #006CB7;
    text-decoration: none;
}


/* .demo2 > .tab_menu li.current a {
color: #FFFFFF;
} */

.demo2>.tab_box {
    padding: 20px;
    height: 300px;
    width: 600px;
}

.demo2>.tab_box li a {
    color: #ffffff;
}

.demo2>.tab_box li img {
    margin-left: -13px;
}

.demo2>.tab_box li span {
    padding: 0px 14px;
}

.demo2>.tab_box li {
    height: 40px;
    overflow: hidden;
    color: #ffffff;
    width: 234px;
    float: left;
    font-size: 16px;
    letter-spacing: 0.22px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shuzi-text2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.25px;
    font-weight: 500;
    margin: -18px 32px 16px;
}


/* .demo2 > .tab_box li span {
  margin: 0 5px 0 0;
  font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
} */

.demo2>.tab_box .hide {
    display: none;
}


/* 33333333333333333333333 */

.demo3>a:hover {
    color: #006CB7;
    text-decoration: none;
}

.demo3>#title {
    width: 300px;
    margin: 3% auto 0;
}

.demo3>#title h2 {
    font-size: 18px;
}

.demo3>#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


/* box */

.demo3>.box {
    width: 400px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.demo3>.tab_menu {
    overflow: hidden;
    padding-top: 40px;
    width: 360px;
}

.demo3>.tab_menu li {
    float: left;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 160px;
    height: 50px;
    margin-right: 18px;
    margin-bottom: 18px;
    line-height: 50px;
    border: 1px solid rgba(0, 108, 183, 1);
}

.demo3>.tab_menu li.current {
    width: 160px;
    height: 50px;
    background-image: linear-gradient( 134deg, rgba(255, 255, 255, 0.2) 0%, #64b0f3 0%, #0b5bdd 100%);
}

.demo3>.tab_menu li {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #006cb7;
    letter-spacing: 0.25px;
    text-align: center;
    font-weight: 400;
}

.demo3>.tab_menu li.current {
    color: #fff;
}

.demo3>.tab_box {
    padding: 20px;
    float: right;
    padding: 22px;
    height: 220px;
    width: 600px;
    margin-left: 558px;
    margin-top: -6pc;
}

.demo3>.tab_box li {
    height: 40px;
    overflow: hidden;
    width: 234px;
    float: left;
    font-size: 16px;
    color: #071c2f;
    letter-spacing: 0.22px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.demo3>.tab_box li span {
    margin: 0 5px 0 0;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.tab_box li img {
    margin-left: -13px;
}

.tab_box li span {
    padding: 0px 14px;
}

.demo3>.tab_box .hide {
    display: none;
}


/* 444444444444444444444444444444 */

.demo5>a:hover {
    color: #006CB7 !important;
    text-decoration: none;
}

.demo5 #title {
    width: 300px;
    margin: 3% auto 0;
}

.demo5>#title h2 {
    font-size: 18px;
}

.demo5>#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.look-over2 {
    width: 120px;
    height: 38px;
    background: #006cb7;
    border: 1px solid rgba(0, 108, 183, 1);
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.22px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    /* float: right; */
    /* margin-top: -100px; */
}

.demo5>h3 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.chakan-more {
    /* margin-top: 172px; */
    position: absolute;
    top: 422px;
    z-index: 999;
}


/* box */

.demo5>.box {
    width: 400px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.demo5>.tab_menu {
    overflow: hidden;
    /* float: right; */
    /* margin-right: 100px; */
    /* width: 500px; */
    height: 42px;
    /* margin-top: -88px; */
}

.demo5 .news-center-tab {
    display: flex;
    position: absolute;
    align-items: center;
    width: 424px;
    right: 100px;
    top: 32px;
}

.demo5 .news-center-tab a {
    width: 76px;
    float: left;
    height: 42px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #071c2f;
    letter-spacing: 0.24px;
    text-align: center;
    font-weight: 500;
    margin-right: 30px;
    line-height: 24px;
}

.demo5>.tab_menu li {
    width: 76px;
    float: left;
    height: 36px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #071c2f;
    letter-spacing: 0.24px;
    text-align: center;
    font-weight: 500;
    margin-right: 30px;
    line-height: 24px;
}

.demo5>.tab_menu li.current {
    color: #006cb7;
    background: #fff;
    border-bottom: 3px solid #006cb7;
}

.demo5>.tab_menu li a {
    color: #fff;
    text-decoration: none;
}

.demo4>.tab_box li a:hover {
    color: #006CB7;
    text-decoration: none;
}

.demo5>.tab_menu li.current a {
    color: #333;
}

.demo5>.tab_box {
    height: 600px;
    margin-top: 12px;
}

.demo5>.tab_box li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.demo5>.tab_box li span {
    margin: 0 5px 0 0;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.demo5>.tab_box .hide {
    display: none;
}


/* 5555555555555555555555555555 */

.demo4>#title {
    width: 300px;
    margin: 3% auto 0;
}

.demo4>#title h2 {
    font-size: 18px;
}

.demo4>#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #a3a3a3;
    padding: 20px 20px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}


/* box */

.demo4>.box {
    width: 400px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.demo4>.tab_menu {
    overflow: hidden;
    width: 360px;
    float: right;
}

.demo4>.tab_menu li {
    float: left;
    line-height: 30px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #006cb7;
    letter-spacing: 0.25px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    margin: 12px 0px 12px 20px;
}

.demo4>.tab_menu li.current {
    background-image: linear-gradient( 134deg, rgba(255, 255, 255, 0.2) 0%, #64b0f3 0%, #0b5bdd 100%);
}

.demo4>.tab_menu li a {
    color: #006cb7;
    text-decoration: none;
}

.demo4>.tab_menu li.current {
    color: #fff;
}

.demo4>.tab_box {
    padding: 20px;
    height: 300px;
    width: 600px;
}

.demo4>.tab_box li {
    height: 40px;
    overflow: hidden;
    color: #ffffff;
    width: 234px;
    float: left;
    font-size: 16px;
    letter-spacing: 0.22px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.demo4>.tab_box li span {
    margin: 0 5px 0 0;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.demo4>.tab_box .hide {
    display: none;
}

.shuzi-text {
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #006cb7;
    letter-spacing: 0.25px;
    font-weight: 500;
    margin: 30px 32px 16px;
}

.look-over {
    width: 120px;
    height: 38px;
    background: #ffffff;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #313336;
    letter-spacing: 0.22px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
}

.demo4>.tab_box li a {
    color: #ffffff;
}

.look-over3 {
    width: 120px;
    height: 38px;
    background: #fff;
    border: 1px solid rgba(0, 108, 183, 1);
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #313336;
    letter-spacing: 0.22px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    /* float: right; */
    /* margin-top: -100px; */
}

.new-text {
    width: 180px;
    /* height: 200px; */
}

.new-text li:nth-child(1) {
    height: 32px;
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    color: #071c2f;
    letter-spacing: 0.44px;
    font-weight: 500;
    margin: 60px 0px 20px;
}

.new-text li:nth-child(2) {
    font-family: Helvetica-Narrow;
    font-size: 24px;
    color: #8b8b8b;
    letter-spacing: 0.33px;
    font-weight: 400;
}

.look-over5 {
    width: 120px;
    height: 54px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #006cb7;
    letter-spacing: 0.22px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    float: right;
    margin-top: -50px;
}

.first-new {}

.first-new li:nth-child(1) {
    width: 490px;
    height: 450px;
    float: left;
    margin-right: 80px;
}

.first-new li:nth-child(2) {
    float: left;
    /* width: 666px; */
    height: 500px;
}

.new-img img {
    width: 490px;
    height: 300px;
    vertical-align: bottom;
}

.demo5 .tab_box li img {
    margin-left: 0px;
}

.new-img li:nth-child(2) {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #071c2f;
    letter-spacing: 0.24px;
    font-weight: 400;
}

.dongcha {
    width: 490px;
    height: 150px;
    background: #f9f9f9;
    margin-top: -4px;
}

.dongcha div:nth-child(1) {
    width: 444px;
    height: 13px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    letter-spacing: 0.24px;
    font-weight: 400;
    padding: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dongcha div:nth-child(2) {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #6d7278;
    letter-spacing: 0.22px;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gaozhun {
    width: 300px;
    height: 265px;
    /* float: right; */
    /* border-bottom: 1px solid rgba(216, 216, 216, 1); */
    margin-right: 30px;
}

.gaozhun:nth-child(even) {
    margin-right: 0;
}

.gaozhun img {
    width: 300px;
    height: 184px;
}

.gaozhun div {
    width: 289px;
    height: 18px;
    padding: 20px 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    letter-spacing: 0.24px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pingxiang {
    width: 630px;
    height: 180px;
    clear: both;
    font-size: 18px;
    /* padding-left: 32px; */
}

.pingxiang div {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid rgba(216, 216, 216, 1);
}

.pingxiang a {
    height: 80px;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 0.24px;
    font-weight: 400;
}

.look-more {
    height: 30px;
}

.demo6>.box {
    width: 400px;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.demo6>.tab_menu {
    overflow: hidden;
    width: 160px;
    height: 360px;
    min-width: 160px;
}

.demo6>.tab_menu li {
    width: 70px;
    line-height: 24px;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    color: #071c2f;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin-right: 800px;
    margin-top: 20px;
    margin-left: 70px;
}

.demo6>.tab_menu li.current {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    color: #006cb7;
    letter-spacing: 0.2px;
    font-weight: 500;
    width: 70px;
    line-height: 24px;
    border-bottom: 3px solid #006cb7;
    margin-left: 70px;
}

.demo6>.tab_menu li a {
    color: #fff;
    text-decoration: none;
}

.demo6>.tab_menu li.current a {
    color: #333;
}

.demo6>.tab_box {
    padding: 20px;
    padding: 20px;
    /* width: 1000px; */
    height: 300px;
    float: right;
    margin-top: -400px;
}

.demo6>.tab_box li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.demo6>.tab_box li span {
    margin: 0 5px 0 0;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.demo6>.tab_box .hide {
    display: none;
}

.checkMore {
    position: absolute;
    right: 0;
    top: 422px;
    z-index: 99;
}