.c1 {
    height: 100px;
    position: relative;
    margin-top: -45px;
    z-index: 1;
}

.c1 .c1-1 {
    width: 50%;
    background: #073190;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    padding: 25px;
}

.c1 .c1-1 dd {
    font-weight: 500;
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 2px;
}

.bg1 {
    background: #f5f5f5;
}

.c2 {
    padding-top: 58px;
    padding-bottom: 88px;
}

@media (max-width: 1200px) {
    .c2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c2 {
        padding-top: 5%;
        padding-bottom: 0;
    }
}

.c2 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}

.c2 h2 p {
    font-size: 14px;
    color: #999999;
}

.c2 h2 dd {
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 8px;
    background: url(../images/h-1.png) center 50% no-repeat;
}

.c2 .list2 {
    margin-top: 46px;
}

@media (max-width: 640px) {
    .c2 .list2 {
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }
}

.c2 .list2 li {
    border: 2px solid #dedede;
    float: left;
    margin-right: 2%;
    width: 18.4%;
    text-align: center;
    padding: 20px;
    padding-top: 0;
}

@media (max-width: 640px) {
    .c2 .list2 li {
        width: 48%;
        float: none;
        margin-bottom: 20px;
    }
}

.c2 .list2 li:last-child {
    margin-right: 0;
}

.c2 .list2 li .bt1 {
    color: #999999;
    font-size: 20px;
    line-height: 1;
    width: 50%;
    margin: 0 auto;
    margin-top: -10px;
    background: #f5f5f5;
    margin-bottom: 34px;
}

.c2 .list2 li .bt2 {
    padding-top: 12px;
    background: url(../images/heng.png) center 0 no-repeat;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}

.c2 .list2 li .bt3 {
    color: #999999;
    font-size: 12px;
    height: 55px;
    margin-top: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.c2 .list2 li a.img img {
    max-width: 100%;
    height: auto;
}

.c2 .list2 li:hover {
    border-color: #000000;
}

.c2 .list2 li:hover .bt1 {
    font-weight: 600;
    color: #000;
}

.c2bg {
    background: url(../images/c2.png) center 0 no-repeat;
    padding-bottom: 66px;
    background-size: 100% 100%; 
}

@media (max-width: 1200px) {
    .c2bg {
        background: #252525;
    }
}

@media (max-width: 992px) {
    .c2bg {
        padding-bottom: 5%;
    }
}

.c2bg .c3 {
    padding-top: 64px;
}

@media (max-width: 1200px) {
    .c2bg .c3 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c2bg .c3 {
        padding-top: 5%;
    }
}



@media (max-width: 414px) {
    .c2 .list2 li .bt3{
        height:auto;
    }
}


.c2bg .c3 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #5b5b5b;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}

.c2bg .c3 h2 p {
    font-size: 14px;
}

.c2bg .c3 h2 dd {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 8px;
    background: url(../images/h-2.png) center 50% no-repeat;
}

.c2bg .c3 .content {
    margin-top: 46px;
}

@media (max-width: 1200px) {
    .c2bg .c3 .content .c3-1 {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .c2bg .c3 .content .c3-1 .sort1 {
  width:100%;
  display:flex;
  flex-wrap:wrap;
    }
}

.c2bg .c3 .content .c3-1 .sort1 li {
    width: 271px;
    line-height: 48px;
    margin-bottom: 6px;
    background: url(../images/mr.png) 0 0 no-repeat;
    transition: all .3s;
    padding-left: 38px;
    color: #b2b2b2;
    box-sizing: border-box;
}

.c2bg .c3 .content .c3-1 .sort1 li:hover {
    background: url(../images/jg1.png) 0 0 no-repeat;
    width: 286px;
    padding-left: 50px;
    color: #fff;
}

@media (max-width: 1200px) {
    .c2bg .c3 .content .c3-1 .sort1 li {
    
        width: 24%;
        margin-bottom: 20px;

        margin-right: 1%;
    }
    .c2bg .c3 .content .c3-1 .sort1 li:hover {
        width: 24%;
    }
}

@media (max-width: 640px) {
    .c2bg .c3 .content .c3-1 .sort1 li {
        width: 49%;
    }
    .c2bg .c3 .content .c3-1 .sort1 li:hover {
        width: 49%;
    }
}

.c2bg .c3 .content .c3-2 {
    width: 900px;
}

@media (max-width: 1200px) {
    .c2bg .c3 .content .c3-2 {
        width: 100%;
    }
}

.c2bg .c3 .content .c3-2 h4 {
    font-size: 20px;
    line-height: 36px;
    color: #f39800;
    padding-left: 14px;
    background: url(../images/su1.png) 0 50% no-repeat;
    border-bottom: 1px solid #595959;
}

.c2bg .c3 .content .c3-2 h4 a {
    float: right;
    color: #fff;
    font-size: 14px;
}

.c2bg .c3 .content .c3-2 .product_list1 {
    margin-top: 16px;
}

.c2bg .c3 .content .c3-2 .product_list1 li {
    float: left;
    margin-right: 16px;
    margin-bottom: 14px;
    width: 32.1%;
}

.c2bg .c3 .content .c3-2 .product_list1 li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .c2bg .c3 .content .c3-2 .product_list1 li {
        width: 32.333333%;
        margin-right: 1%;
    }
}
@media (max-width: 640px) {
    .c2bg .c3 .content .c3-2 .product_list1 li {
        width: 49%;
        margin-right: 1%;
    }
    .c2bg .c3 .content .c3-2 .product_list1 li:nth-child(3n) {
    margin-right: 1%;
}
}
@media (max-width: 414px) {
    .c2bg .c3 .content .c3-2 .product_list1 li {
        width: 100%;
        margin:0 auto;
           margin-bottom: 14px;
    }

}

.c2bg .c3 .content .c3-2 .product_list1 li a.img img {
    max-width: 100%;
    height: auto;
}

.c2bg .c3 .content .c3-2 .product_list1 li h3 {
    line-height: 46px;
    padding-left: 18px;
    background: #434343;
    width: 100%;
}

.c2bg .c3 .content .c3-2 .product_list1 li h3 a {
    font-size: 14px;
    color: #fff;
}

.c4 {
    padding-top: 66px;
}

@media (max-width: 1200px) {
    .c4 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c4 {
        padding-top: 5%;
    }
}

.c4 h2 {
    text-align: center;
}

@media (max-width: 1200px) {
    .c4 img {
        max-width: 100%;
    }
}

.c4 .content {
    margin-top: 36px;
    background: url(../images/c3con.png) center 0 no-repeat;
}

@media (max-width: 1200px) {
    .c4 .content {
        background: none;
    }
}

.c4 .content .c4-1 {
    width: 601px;
}

@media (max-width: 1200px) {
    .c4 .content .c4-1 {
        width: 100%;
        text-align: center;
    }
    .c4 .content .c4-1 img {
        max-width: 100%;
    }
}

.c4 .content .list3 {
    width: 599px;
    padding-left: 106px;
}

@media (max-width: 1200px) {
    .c4 .content .list3 {
        width: 100%;
        padding-left: 0;
        margin-top: 5%;
    }
}

.c4 .content .list3 li {
    margin-bottom: 36px;
}

@media (max-width: 1200px) {
    .c4 .content .list3 li {
        margin-bottom: 5%;
    }
}

.c4 .content .list3 li a.img {
    display: block;
    float: left;
}

@media (max-width: 640px) {
    .c4 .content .list3 li a.img {
        width: 30%;
    }
}

.c4 .content .list3 li a.img img {
    max-width: 100%;
}

.c4 .content .list3 li .sz {
    float: left;
    margin-left: 20px;
    margin-right: 14px;
    font-size: 66px;
    line-height: 1;
    color: #999999;
    font-weight: 600;
    border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 640px) {
    .c4 .content .list3 li .sz {
        display: none;
    }
}

.c4 .content .list3 li h3 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 640px) {
    .c4 .content .list3 li h3 {
        margin-left: 2%;
    }
}

.c4 .content .list3 li h3 dd {
    font-size: 16px;
    font-weight: 500;
}

.c5bg {
    background: url(../images/c5.png) center 0 no-repeat;
}

@media (max-width: 1200px) {
    .c5bg {
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-bottom: 5%;
    }
}

@media (max-width: 992px) {
    .c5bg {
        background: none;
    }
}

.c5bg .c5 {
    padding-top: 50px;
}

@media (max-width: 1200px) {
    .c5bg .c5 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c5bg .c5 {
        padding-top: 5%;
    }
}

.c5bg .c5 h2 {
    text-align: center;
}

.c5bg .c5 h2 img {
    max-width: 100%;
}

.c5bg .c5 .content {
    margin-top: 103px;
}

@media (max-width: 992px) {
    .c5bg .c5 .content {
        margin-top: 5%;
    }
}

.c5bg .c5 .content .c5-1 {
    margin-bottom: 114px;
}

@media (max-width: 1200px) {
    .c5bg .c5 .content .c5-1 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-1 {
        width: 100%;
        margin-bottom: 5%;
    }
}

.c5bg .c5 .content .c5-1 img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-1 img {
        display: none;
    }
}

@media (max-width: 640px) {
    .c5bg .c5 .content .c5-1 img {
        display: block;
    }
}

.c5bg .c5 .content .c5-2 {
    width: 550px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .c5bg .c5 .content .c5-2 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-2 {
        width: 100%;
    }
}

.c5bg .c5 .content .c5-2 li {
    margin-top: 44px;
    padding-left: 57px;
    background: url(../images/hen.png) 0 10px no-repeat;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-2 li {
        margin-top: 0;
    }
}

.c5bg .c5 .content .c5-2 li h3 {
    font-size: 30px;
    border-bottom: 1px solid #eee;
    color: #073190;
    font-weight: 600;
}

.c5bg .c5 .content .c5-2 li h3 span {
    font-weight: 500;
    display: block;
    font-size: 16px;
    margin-top: 8px;
    color: #dddddd;
    padding-bottom: 22px;
}

.c5bg .c5 .content .c5-2 li dd {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.c5bg .c5 .content .c5-2 li dd p {
    padding-left: 26px;
    background: url(../images/dian.png) 10px 50% no-repeat;
}

@media (max-width: 1200px) {
    .c5bg .c5 .content .c5-1-1 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-1-1 {
        width: 100%;
    }
}

.c5bg .c5 .content .c5-1-1 li {
    padding-left: 57px;
    background: url(../images/hen.png) 0 10px no-repeat;
    margin-bottom: 54px;
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-1-1 li {
        margin-bottom: 10px;
    }
}

.c5bg .c5 .content .c5-1-1 li h3 {
    font-size: 30px;
    border-bottom: 1px solid #eee;
    color: #073190;
    font-weight: 600;
}

.c5bg .c5 .content .c5-1-1 li h3 span {
    font-weight: 500;
    display: block;
    font-size: 16px;
    margin-top: 8px;
    color: #dddddd;
    padding-bottom: 22px;
}

.c5bg .c5 .content .c5-1-1 li dd {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    width: 462px;
}

.c5bg .c5 .content .c5-1-1 li dd p {
    padding-left: 26px;
    background: url(../images/dian.png) 10px 10px no-repeat;
}

@media (max-width: 1200px) {
    .c5bg .c5 .content .c5-2-2 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-2-2 {
        width: 100%;
    }
}

.c5bg .c5 .content .c5-2-2 img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .c5bg .c5 .content .c5-2-2 img {
        display: none;
    }
    .c5bg .c5 .content .c5-1-1 li dd {
    width: 100%;
}
}

@media (max-width: 640px) {
    .c5bg .c5 .content .c5-2-2 img {
        display: block;
    }
}

.c6bg {
    background: url(../images/c6.png) center 0 no-repeat;
    padding-bottom: 56px;
}

@media (max-width: 1200px) {
    .c6bg {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .c6bg {
        background: #063090;
    }
}

.c6bg .c6 {
    padding-top: 70px;
}

@media (max-width: 1200px) {
    .c6bg .c6 {
        padding-top: 5%;
        width: 100%;
    }
}

.c6bg .c6 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #4683ff;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}

.c6bg .c6 h2 p {
    font-size: 14px;
}

.c6bg .c6 h2 dd {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 8px;
    background: url(../images/h-6.png) center 50% no-repeat;
}

.c6bg .c6 .content {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .c6bg .c6 .content img {
        max-width: 100%;
    }
}

.c6bg .c6 a {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    width: 108px;
    height: 28px;
    line-height: 28px;
    background: #4979e2;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/*7*/
.c7 {
  padding-top: 54px;
  padding-bottom: 54px;
}

@media (max-width: 1200px) {
  .c7 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .c7 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.c7 h2 {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
}

.c7 h2 p {
  font-size: 14px;
  color: #999999;
}

.c7 h2 dd {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 43px;
  margin-top: 5px;
  margin-bottom: 8px;
  background: url(../images/h-7.png) center 50% no-repeat;
}

.c7 .content {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .c7 .content {
    margin-top: 5%;
  }
}

.c7 .content .sort2 {
  float: left;
}

@media (max-width: 1200px) {
  .c7 .content .sort2 {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c7 .content .sort2 li {
  line-height: 57px;
  border-bottom: 1px dashed #666666;
  color: #262626;
  padding-left: 30px;
  font-size: 16px;
  width: 268px;
  margin-bottom: 2px;
}

.c7 .content .sort2 li:hover, .c7 .content .sort2 li.on {
  background: url(../images/sort2.png) center 0 no-repeat;
  width: 276px;
  border-color: #fff;
}

@media (max-width: 1200px) {
  .c7 .content .sort2 li {
    width: 25%;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .c7 .content .sort2 li:hover, .c7 .content .sort2 li.on {
    width: 25%;
    background: #063293;
    color: #fff;
  }
}

@media (max-width: 640px) {
  .c7 .content .sort2 li {
    width: 50%;
  }
  .c7 .content .sort2 li:hover, .c7 .content .sort2 li.on {
    width: 50%;
  }
}

.c7 .content .case1 {
  float: left;
  width: 936px;
}

@media (max-width: 1200px) {
  .c7 .content .case1 {
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 900px) {
  .c7 .content .case1 {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .c7 .content .case1 .case_list1 {
    width: 100%;
    text-align: center;
  }
}

.c7 .content .case1 .case_list1 li a.img {
  display: block;
}

.c7 .content .case1 .case_list1 li a.img img {
  width: 638px;
  height: 542px;
}

@media (max-width: 640px) {
  .c7 .content .case1 .case_list1 li a.img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 900px) {
  .c7 .content .case_list2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c7 .content .case_list2 li {
  line-height: 59px;
  font-size: 16px;
  color: #000;
  background: #f5f5f5;
  border-bottom: 1px dashed #dcdcdc;
  width: 262px;
}

.c7 .content .case_list2 li span {
  padding: 0 14px;
}

.c7 .content .case_list2 li:hover, .c7 .content .case_list2 li.on {
  background: #063293;
  border-bottom: 1px dashed #063293;
  color: #fff;
}

@media (max-width: 900px) {
  .c7 .content .case_list2 li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .c7 .content .case_list2 li {
    width: 100%;
  }
}

.c7 a.skk {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 37px;
}

@media (max-width: 640px) {
  .c7 a.skk {
    margin-top: 10px;
  }
}

.c7 a.skk img {
  max-width: 100%;
}

/*7结束*/

.c8bg {
    background: #f5f5f5;
    padding-bottom: 34px;
}

@media (max-width: 992px) {
    .c8bg {
        padding-bottom: 5%;
    }
}

@media (max-width: 1200px) {
    .c8bg {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

.c8bg .c8 {
    padding-top: 55px;
}

@media (max-width: 1200px) {
    .c8bg .c8 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c8bg .c8 {
        padding-top: 5%;
    }
}

.c8bg .c8 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}

.c8bg .c8 h2 p {
    font-size: 14px;
    color: #999999;
}

.c8bg .c8 h2 dd {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 8px;
    background: url(../images/h-8.png) center 50% no-repeat;
}

.c8bg .c8 .sort3 {
    margin-top: 32px;
    text-align: center;
    margin-bottom: 18px;
}

.c8bg .c8 .sort3 li {
    display: inline-block;
    width: 141px;
    line-height: 36px;
    color: #000;
    background: #dddddd;
    margin: 0 6px;
}

@media (max-width: 640px) {
    .c8bg .c8 .sort3 li {
        width: 30%;
        margin: 0 1%;
    }
}

.c8bg .c8 .sort3 li:hover {
    background: #063293;
    color: #fff;
}

.c8bg .c8 .album_list1 li {
    float: left;
    margin-right: 12px;
}

.c8bg .c8 .album_list1 li:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .c8bg .c8 .album_list1 li {
        width: 48%;
        margin: 0 1%;
    }
}

.c8bg .c8 .album_list1 li a.img {
    display: block;
}

.c8bg .c8 .album_list1 li a.img img {
    width: 291px;
    height: 215px;
}

@media (max-width: 1200px) {
    .c8bg .c8 .album_list1 li a.img img {
        width: 100%;
        height: auto;
    }
}

.c8bg .c8 .album_list1 li h3 {
    line-height: 46px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
}

.c8bg .c8 .album_list1 li h3 a {
    color: #000;
}

.c9bg {
    background: url(../images/c9.png) center 0 no-repeat;
    padding-top: 52px;
    padding-bottom: 56px;
}

@media (max-width: 1200px) {
    .c9bg {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .c9bg {
        background: #53b9f3;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media (max-width: 1200px) {
    .c9bg .c9 {
        width: 100%;
    }
}

.c9bg .c9 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}

.c9bg .c9 h2 p {
    font-size: 14px;
    color: #fff;
}

.c9bg .c9 h2 dd {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 8px;
    background: url(../images/h-9.png) center 50% no-repeat;
}

.c9bg .c9 .c9-1 {
    margin-top: 60px;
    margin-left: 10px;
    width: 456px;
}

@media (max-width: 992px) {
    .c9bg .c9 .c9-1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-top: 5%;
    }
}

.c9bg .c9 .c9-1 h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.c9bg .c9 .c9-1 dd {
    margin-top: 22px;
    font-size: 18px;
    color: #000;
    line-height: 35px;
}

.c10 {
    padding-top: 65px;
}

@media (max-width: 1200px) {
    .c10 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .c10 {
        padding-top: 5%;
    }
}

.c10 h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .c10 h2 {
        padding-bottom: 5%;
    }
}

.c10 h2 p {
    font-size: 14px;
    color: #999999;
}

.c10 h2 dd {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 5px;
    margin-bottom: 8px;
    background: url(../images/h-7.png) center 50% no-repeat;
}

.c10 .c10-1 {
    width: 52.2%;
}

@media (max-width: 640px) {
    .c10 .c10-1 {
        width: 100%;
    }
}

.c10 .c10-1 h3 {
    margin-bottom: 22px;
    line-height: 54px;
    font-size: 18px;
    color: #000000;
    background: url(../images/h-10.png) 0 bottom no-repeat;
}

.c10 .c10-1 h3 ul li {
    float: left;
    margin-right: 16px;
}

.c10 .c10-1 h3 ul li.on {
    color: #063293;
}

.c10 .c10-1 h3 a {
    color: #666666;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.c10 .c10-1 .news_list2 li .tu {
    width: 32%;
}

.c10 .c10-1 .news_list2 li .tu img {
    max-width: 100%;
    height: auto;
}

.c10 .c10-1 .news_list2 li h4 {
    width: 65%;
}

.c10 .c10-1 .news_list2 li h4 a {
    font-size: 16px;
    color: #000;
    line-height: 36px;
}

.c10 .c10-1 .news_list2 li h4 dd {
    color: #999999;
    line-height: 24px;
    font-size: 14px;
    margin-top: 4px;
}

.c10 .c10-1 .news_list2 li h4 dd a {
    color: #1b4788;
    font-size: 14px;
}

.c10 .c10-1 .news_list1 {
    margin-top: 34px;
}

.c10 .c10-1 .news_list1 li {
    margin-bottom: 14px;
    float: left;
    display: block;
    width: 48%;
    margin-right: 4%;
    background: #eeeeee;
}

.c10 .c10-1 .news_list1 li:nth-child(2n) {
    margin-right: 0;
}

.c10 .c10-1 .news_list1 li .time {
    width: 45px;
    background: #414243;
    height: 42px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.c10 .c10-1 .news_list1 li .time .time2 {
    font-size: 12px;
    transform: scale(0.8, 0.8);
}

.c10 .c10-1 .news_list1 li .zi {
    line-height: 42px;
    font-size: 14px;
    color: #666666;
    display: block;
    padding-left: 10px;
    width: 73%;
    height: 42px;
    overflow: hidden;
}

.c10 .c10-2 {
    width: 43%;
}

@media (max-width: 640px) {
    .c10 .c10-2 {
        width: 100%;
    }
}

.c10 .c10-2 h3 {
    margin-bottom: 22px;
    line-height: 54px;
    font-size: 18px;
    color: #063293;
    background: url(../images/h-10.png) 0 bottom no-repeat;
}

.c10 .c10-2 h3 a {
    color: #666666;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.c10 .c10-2 .news_list3 li {
    padding: 22px 0;
    border-bottom: 1px solid #eeeeee;
}

.c10 .c10-2 .news_list3 li:nth-child(1) {
    padding-top: 0;
}

.c10 .c10-2 .news_list3 li:nth-child(3) {
    border: none;
}

.c10 .c10-2 .news_list3 li a {
    font-size: 14px;
    padding-left: 34px;
    background: url(../images/wen.png) 0 50% no-repeat;
    display: block;
    color: #000;
    line-height: 24px;
}

.c10 .c10-2 .news_list3 li dd {
    margin-top: 10px;
    font-size: 14px;
    padding-left: 34px;
    color: #999999;
    background: url(../images/da.png) 0 0 no-repeat;
    line-height: 24px;
}

#menu2 {
    margin-top: 60px;
    background: #f39800;
}

@media (max-width: 992px) {
    #menu2 {
        margin-top: 5%;
    }
}

@media (max-width: 1200px) {
    #menu2 .nav2 {
        width: 100%;
    }
}

#menu2 .nav2 li {
    line-height: 54px;
    font-size: 16px;
    float: left;
    padding-right: 78px;
}

#menu2 .nav2 li:last-child {
    padding-right: 0;
}

#menu2 .nav2 li a {
    color: #fff;
}

@media (max-width: 992px) {
    #menu2 .nav2 li {
        padding: 0 6%;
    }
}

@media (max-width: 1200px) {
    .tong {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 640px) {
    .logo2 {
        width: 65%;
    }
    .logo2 img {
        width: 100%;
    }
}