﻿input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滾動*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/* 通用樣式 */

.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*çƒ­é—¨æœç´¢*/

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.ss .hotSearch {
    color: #403f3f;
    line-height: 46px;font-size:14px;
}

.ss .hotSearch a {
    color: #403f3f;
    padding-right:8px;
}

.ss #formsearch {
    background: url(../image/ss.png) no-repeat 0 50%;
    width: 247px;
    height: 27px;
    margin-top: 9.5px;
}

.ss #formsearch input {
    height: 27px;
    line-height: 27px;
    border: none;
    background: none;
    padding: 0;
    outline: none;
}

.ss #formsearch input#keyword {
    float: left;
    text-indent: 8px;
    font-size: 12px;
    color: #686868;
    width: 210px;outline:none;
}

.ss #formsearch input#keyword::-webkit-input-placeholder {
    color: #686868;
}

.ss #formsearch input#s_btn {
    float: right;
    width: 37px;
    font-size: 0;
}

#formsearch input::-webkit-input-placeholder {
    color: #686868;
}

#formsearch textarea::-webkit-input-placeholder {
    color: #686868;
}



/* 導航欄 */

.nav1 {
    float: right;
    width: 720px;
}

.nav-li {
    position: relative;
    z-index: 999;
}

.nav-li .nav-a {
    display: block;
    line-height: 88px;
    font-size: 16px;
    color: #666666;
    width: 100px;
    text-align: center;
}

.nav-ul {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #e4e4e4;
    z-index: 999;
    min-width: 100%;
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.nav-ul li {
    width: 100%;
}

.nav-ul li a {
    width: 100%;
    line-height: 38px;
    text-align: center;
    display: block;
    color: #000;
    white-space: nowrap;
    padding: 0 5px;
}

.nav-li:hover .nav-a {
    color: #666666;
    background: url(../image/navli.png) no-repeat bottom center;
}

.nav-li:hover .nav-ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translate(-50%, 0);
}

.nav-ul li a:hover {}


/*頭部樣式*/

.head-index {
    padding: 0 30px;
}

.logo {
    line-height: 88px;
}

.top-ad {
    line-height: 88px;
    margin-left: 20px;
}

.tel {
    position: relative;
    background: url(../image/top_phone.png) no-repeat left center;
    padding-left: 50px;
    margin-top: 20px;
    font-size: 12px;
    color: #999999;
}

.tel p:nth-of-type(2) {
    font-family: "Tahoma";
    font-size: 20px;
    color: #0f409d;
}


/**/

.bj1 {
    background: url(../image/bj1.jpg) no-repeat top center;
    height: 920px;
    overflow: hidden;
}

.bj1 .xuqiu {
    padding-top: 55px;
}

.bj1 .xuqiu h2 {
    text-align: center;
    font-size: 24px;
    color: #4e4e4e;
    padding-bottom: 20px;
}

.bj1 .xuqiu .con p {
    font-size: 14px;
    color: #909090;
    text-align: center;
    line-height: 26px;
    
}

.bj1 .xuqiu .more {
    width: 138px;
    height: 40px;
    border: 1px solid #b5b5b5;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 50px;
}

.bj1 .xuqiu .more a {
    display: block;
    text-align: center;
    line-height: 38px;
    color: #909090;
    font-size: 16px;
}

.bj1 .xuqiu .more:hover {
    background: #0f409d;
}

.bj1 .xuqiu .more:hover a {
    color: #fff;
}

.bj1 .xu1 {
    margin-top: 85px;
}

.bj1 .xu1 .xu1-1 {
    width: 500px;
    box-shadow: 0 0 10px #f4f4f4;
}

.bj1 .xu1 .xu1-1 .xu1-list li {
    background: #fff;
    height: 155px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a {
    margin: 0 16px 0 30px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    height: 155px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a .wz {
    width: 379px;
    padding-top: 40px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a .wz h3 {
    font-size: 22px;
    color: #303030;
    padding-bottom: 5px;
}

.bj1 .xu1 .xu1-1 .xu1-list li a .wz p {
    font-size: 14px;
    color: #666;
}

.bj1 .xu1 .xu1-1 .xu1-list li a b {
    display: block;
    width: 60px;
    float: right;
    font-size: 93px;
    color: #efefef;
    font-weight: normal;
    text-align: center;
}

.bj1 .xu1 .xu1-1 .xu1-list li:nth-of-type(3) a {
    border-bottom: none;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover {
    background: #0f409d;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover a {
    border-bottom: 1px solid #0f409d;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover a .wz h3 {
    color: #fff;
}

.bj1 .xu1 .xu1-1 .xu1-list li:hover a .wz p {
    color: #fff;
}

.bj1 .xu1 .xu1-2 {
    width: 601px;
    height: 123px;
    box-shadow: 0px 3px 40px 0px rgba(113, 113, 113, 0.17);
    border: 1px solid #e1e1e1;
    background: #fff;
    text-align: center;
    padding: 35px 53px 0 52px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 340px;
}


.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


/**/

.p-bg {
    background: url(../image/bj2.png) no-repeat top center;
    height: 905px;
    overflow: hidden;
    padding-top: 80px;
}


/*现有產品中心*/

.bt {
    font-style: italic;
    color: #006ccc;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}

.bt span {
    color: #454545;
    font-size: 35px;
}

.btx {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}

.c1 .c1-1 {
    width: 261px;
    background: #fff;
    color: #000000;
}

.c1 .c1-1 h3 {
    color: #fff;
    width: 261px;
    height: 110px;
    text-align: center;
    background: #0f409d;
    box-sizing: border-box;
    font-size: 32px;
    padding-top: 24px;
    font-weight: bold;
}

.c1 .c1-1 h3 span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 10px;
}

.c1 .c1-1 .list1 {
    border-top: none;
    padding-top: 24px;
    border-bottom: none;
    box-sizing: border-box;
    height: 498px;
    overflow: hidden;
}

.c1 .c1-1 .list1 a.a {
    display: block;
    background: url(../image/list1.jpg) center no-repeat;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    color: #333333;
    display: block;
    transition-duration: .3s;
    margin: 0 auto;
    text-indent: 24px;
    margin-bottom: 8px;
    width: 230px;
    height: 55px;
}

.c1 .c1-1 .list1 a.a:hover {
    background: url(../image/listh.png) center no-repeat;
    color: #fff;
    box-sizing: border-box;
}

.c1 .c1-1 .list1 .sec {
    display: none;
    padding-bottom: 6px;
    margin-left: 10px;
    width: 200px;
    margin-bottom: 8px;
}

.c1 .c1-1 .list1 .sec a.b {
    line-height: 44px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 15px;
    color: #454545;
    display: block;
    padding-left: 30px;
    background: url(../image/dian1.png) 10px 50% no-repeat;
    padding-left: 34px;
    box-sizing: border-box;
}

.c1 .c1-1 .list1 .sec a.b:hover {
    background: url(../image/dian.png) 10px 50% no-repeat;
    color: #0099ff;
}

.c1 .c1-1 .dh1 {
    padding-bottom: 12px;
    text-align: left;
    border-top: none;
    padding-top: 55px;
    border-bottom: 8px solid #0f409d;
    background: url(../image/tphone2.png) no-repeat center top;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.c1 .c1-1 .dh1 p:nth-child(2) {
    font-size: 30px;
    color: #0f409d;
    font-weight: 700;
    /* font-family: "Tahoma"; */
    letter-spacing: -2px;
}

.c1 .c1-2 {
    width: 920px;
}

.c1 .c1-2 .c1-2-1 {
    position: relative;
}

.c1 .c1-2 .c1-2-1 .prev,
.c1 .c1-2 .c1-2-1 .next {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    height: 40px;
    width: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.c1 .c1-2 .c1-2-1 .prev {
    left: 14px;
    background: url(../image/zb.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .prev:hover {
    background: url(../image/zb2.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .next {
    right: 14px;
    background: url(../image/yb.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .next:hover {
    background: url(../image/yb2.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .list2 li {
    position: relative;
    padding-top: 85px;
    background: #fff url(../image/h-3.png) center 0 repeat-x;
    border: 2px solid #dddddd;
    border-top: none;
    padding-left: 117px;
    padding-right: 61px;
    padding-bottom: 15px;
    width: 920px !important;
    height: 420px;
    overflow: hidden;
}

.c1 .c1-2 .c1-2-1 .list2 li .tu {
    width: 432px;
    height: 363px;
}

.c1 .c1-2 .c1-2-1 .list2 li .tu img {
    width: 344px;
    height: 344px;
    margin-left: 100px;
    margin-top: -52px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi {
    width: 360px;
    position: absolute;
    z-index: 111;
    left: 117px;
    top: 120px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi h3 {
    line-height: 36px;
    font-size: 35px;
    color: #0066cc;
    border-bottom: 1px dashed #666666;
    padding-bottom: 11px;
    font-weight: bold;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd {
    margin-top: 10px;
    color: #000000;
    line-height: 22px;
    font-size: 13px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd b {
    font-weight: 600;
    font-size: 15px;
    display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj {
    margin-top: 28px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd {
    display: inline-block;
    width: 150px;
    line-height: 45px;
    text-align: center;
    background: #143b91;
    margin: 0 -2px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd a {
    color: #fff;
    font-size: 15px;
    display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd:nth-of-type(2) {
    background: #454545;
}



.c1 .c1-2 .list3 li {
    float: left;
    width: 278px;
    margin-right: 28px;
    margin-bottom: 18px;
}

.c1 .c1-2 .list3 li:nth-child(3n) {
    margin-right: 0;
}

.c1 .c1-2 .list3 li a.img {
    display: block;
    position: relative;
    width: 278px;
    height: 200px;
    overflow: hidden;
}

.c1 .c1-2 .list3 li h3 a {
    display: block;
    text-align: center;
    font-weight: normal;
    width: 100%;
    height: 37px;
    background-color: #d2d2d2;
    font-size: 15px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #333333;
    transition: all ease .36s;
}

.c1 .c1-2 .list3 li:hover h3 a {
    background-color: #0f409d;
    color: #fff;
}

.c1 .c1-2 .list3 li a.img {
    position: relative;
    height: 200px;
    width: 100%;
}

.c1 .c1-2 .list3 li a.img img {
    width: 100%;
    height: 100%;
}








/**/

.about-bg {
    background: url(../image/bj3.png) no-repeat top center;
    height: 561px;
    overflow: hidden;
    padding-top: 80px;
}

.about-bg .about-index .aboutl {
    width: 555px;
}

.about-bg .about-index .aboutl b {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
}

.about-bg .about-index .aboutl .con p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 30px;
}

.about-bg .about-index .aboutl .ab-more {
    width: 141px;
    height: 42px;
    border: solid 1px #b5b5b5;
    border-radius: 30px;
}

.about-bg .about-index .aboutl .ab-more a {
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #909090;
}

.about-bg .about-index .aboutl .ab-more:hover {
    background: #0f409d;
}

.about-bg .about-index .aboutl .ab-more:hover a {
    color: #fff;
}

.about-bg .about-index .aboutr {
    margin-right: -20px;
}




.p1 {
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
}

.p1-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../image/p1t.png) no-repeat 57% center;
}

.p1-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 52px;
    color: #005aa1;
}

.p1-title a {
    font-size: 13px;
    color: #666666;
}

.p1a {
    margin-top: 20px;
}

.p1a .bd {
    overflow: hidden;
}

.p1a li {
    width: 286px;
    margin-right: 16px;
}

.p1a li a.img {
    display: block;
    width: 100%;
    height: 201px;
    border: 1px solid #d4d4d4;
}

.p1a li a.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.p1a li h3 a {
    display: block;
    font-size: 15px;
    line-height: 57px;
    color: #333333;
    text-align: center;
    transition: all ease .36s;
}

.p1a li:hover h3 a {
    color: #0f409d;
}





/**/

.ys-bg {
    background: #0f409d;
    padding: 37px 0;
    margin-top: 80px;
}

.ys-bg .ys-index h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.ys-bg .ys-index h2 span {
    display: block;
    font-size: 14px;
    padding-top: 15px;
}

.ys-bg .ys-index .ys-list {
    margin: 0 -70px;
    margin-top: 45px;
}

.ys-bg .ys-index .ys-list li {
    float: left;
    width: 303px;
    text-align: center;
    margin: 0 70px;
}

.ys-bg .ys-index .ys-list li .img1 {
    height: 68px;
    text-align: center;
    line-height: 68px;
}

.ys-bg .ys-index .ys-list li h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.ys-bg .ys-index .ys-list li span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 15px auto;
}

.ys-bg .ys-index .ys-list li p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}


/*優勢*/

.sample-youshi {

    padding-top: 60px;
    overflow: hidden;
}

.sample-youshi .con-all {
    position: relative;
}

.sample-youshi img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    width: 600px;
    height: 400px;
}

.sample-youshi img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.sample-youshi .tu1 {
    text-align: left;
    overflow: hidden;
}

.sample-youshi .tu1 p {
    width: 600px;
    overflow: hidden;
}

.sample-youshi .tu2 {
    text-align: right;
    overflow: hidden;
}

.sample-youshi .tu2 p {
    width: 600px;
    float: right;
    overflow: hidden;
}

.sample-youshi .tu3 {
    text-align: left;
    overflow: hidden;
}

.sample-youshi .tu3 p {
    width: 600px;
    overflow: hidden;
}

.sample-youshi .tu4 {
    text-align: right;
    overflow: hidden;
}

.sample-youshi .tu4 p {
    width: 600px;
    float: right;
    overflow: hidden;
}

.sample-youshi .youshi-con {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.sample-youshi .youshi-con .ads1 li {
    padding-left: 118px;
    width: 550px;
}

.sample-youshi .youshi-con .ads1 li h3 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    line-height: 56px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.sample-youshi .youshi-con .ads1 li p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 25px;
}

.sample-youshi .youshi-con .ads1 li .img {
    margin-top: 15px;
}

.sample-youshi .youshi-con .ads1 li .img img {
    width: 190px;
    height: 90px;
}

.sample-youshi .youshi-con .ads1 li .img .img1 {
    float: left;
    overflow: hidden;
}

.sample-youshi .youshi-con .ads1 li .img .img2 {
    float: left;
    overflow: hidden;
    margin-left: 16px;
}

.sample-youshi .youshi-con .ads1 li:first-child {
    background: url(../image/one.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 28px;
}

.sample-youshi .youshi-con .ads1 li:nth-child(2) {
    background: url(../image/two.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 442px;
}

.sample-youshi .youshi-con .ads1 li:nth-child(3) {
    background: url(../image/three.png) no-repeat left top;
    position: absolute;
    right: 0px;
    top: 850px;
}

.sample-youshi .youshi-con .ads1 li:nth-child(4) {
    background: url(../image/four.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 1250px;
}

.tu1,
.tu2,
.tu3 {
    overflow: hidden;
}

.tu1 img,
.tu2 img,
.tu3 img {
    transition: all ease .4s;
}

.tu1:hover img,
.tu2:hover img,
.tu3:hover img {
    transform: scale(1.2);
}






/* 实时新聞 */
.news-bg {
    background-color: #f8f8f8;
    padding-top: 60px;
    margin-top: 60px;
}

.w1266 {
    width: 1266px;
    margin: 0 auto;
}

.p2a {
    width: 862px;
    height: 509px;
    background-color: #ffffff;
    padding: 35px 0 40px 39px;
}

.p2-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 787px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
    padding-bottom: 12px;
}

.p2-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.p2-title h3 span {
    font-family: "ArialMT";
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-left: 14px;
}

.p2-title a {
    font-family: "ArialMT";
    font-size: 14px;
    color: #999999;
    background: url(../image/more.png) no-repeat right center;
    padding-right: 14px;
}

.p2a1 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 56px 37px 0;
    border-bottom: 1px dashed #c4c4c4;
}

.p2a1 li a div.img img {
    display: block;
    width: 293px;
    height: 167px;
}

.p2a1 li a div.cont {
    width: 438px;
}

.p2a1 li a div.cont h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.p2a1 li a div.cont p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;

}

.p2a1 li a div.cont span {
    font-size: 14px;
    color: #0f409d;
    margin-top: 20px;
    display: inline-block;
}

.p2a2 {
    width: 800px;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p2a2 li {
    width: 362px;
}

.p2a2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p2a2 li a h3 {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    background: url(../image/more1.png) no-repeat left center;
    padding-left: 20px;
}
.p2a2 li a h3:hover {
    text-decoration: underline;
}

.p2a2 li a span {
    font-size: 14px;
    color: #999999;
}



.p2b {
    width: 385px;
    height: 509px;
    background-color: #ffffff;
    padding: 35px 16px 36px 28px;
}

.p2b .p2b1 {
    display: flex;
    margin-bottom: 38px;
}
.p2b .p2b1 li {
    position: relative;
}
.p2b .p2b1 li a {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-right: 41px;
}
.p2b .p2b1 li:nth-child(1)::after {
    content: "/";
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.p2b .p2b1 li.cur a {
    color: #0f409d;
}

.p2b2 li a {
    display: block;
}

.p2b2 li a img {
    display: block;
    width: 324px;
    height: 163px;
}
.p2b2 li a div.com-img {
    margin: initial;
}
.p2b2 li a h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    border-bottom: 1px dashed #c4c4c4;
    line-height: 52px;
    color: #666666;
}

.p2b3 {
    padding-top: 20px;
}

.p2b3 .bd li {
    line-height: 36px;
    height: 36px;
}

.p2b3 .bd li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p2b3 .bd li a h3 {
    font-size: 14px;
    color: #666666;
    background: url(../image/more1.png) no-repeat left center;
    padding-left: 20px;
}

.p2b3 .bd li a span {
    font-size: 14px;
    color: #999999;
}

.link {
    position: relative;
    color: #333;
    background: #f8f8f8;
    padding: 54px 0 15px;
}

.link a {
    color: #333;
}


/**/

.foot-bg {
    background: #333333;
    padding-top: 70px;
}

.foot-bg .foot-index dl {
    width: 120px;
    float: left;
}

.foot-bg .foot-index dl dt {
    font-size: 14px;
    color: #ececec;
    background: url(../image/tt1.png) no-repeat left bottom;
    height: 40px;
    margin-bottom: 10px;
    font-weight: 400;
}

.foot-bg .foot-index dl dd a {
    display: block;
    font-size: 12px;
    color: #b6b6b6;
    line-height: 24px;
}

.foot-bg .foot-index .ct {
    width: 360px;
    color: #d4d4d4;
    background: url(../image/tt3.png) no-repeat left 8%;
    padding-left: 42px;
    font-size: 12px;
    line-height: 26px;
    margin-left: 80px;
}

.foot-bg .foot-index .ct p img {
    margin-top: 10px;
}

.foot-bg .foot-index .ct b {
    color: #ffffff;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.foot-bg .foot-index .ct a {
    width: 98px;
	height: 38px;
	border: solid 1px rgba(255, 255, 255, .25);
    line-height: 38px;
    text-align: center;
    font-size: 14px;
	letter-spacing: 3px;
    color: #b4b4b4;
    display: block;
    margin-top: 20px;
}

.foot-bg .foot-index .erq {
    text-align: center;
    color: #ececec;
    font-size: 14px;
    line-height: 3;
}

.x-footer {
    background: #333333;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.x-footer .wd1200 {
    border-top: 1px solid #272b35;
    padding-top: 10px;
    color: #a4a5a7;
}

.x-footer .wd1200 a {
    color: #a4a5a7;
}

.x-footer a:hover {
    color: rgba(255, 255, 255, .8);
}