/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

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;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

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

/*----- 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;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


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

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

.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);
}



.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 121px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 121px;
}

.top2 .k2 {
    margin-top: 26px;
    font-size: 28px;
    color: #383838;
    line-height: 35px;
    text-align: left;
    font-style: italic;
}

.top2 .k2 span {
    display: block;
    color: #383838;
    font-size: 15px;
    padding-left: 45px;
    line-height: 36px;
    font-style: normal;
    display: block;
    background: url(../images/tel.jpg) no-repeat left center;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.logowz {
    letter-spacing: 1px;
    font-size: 14px;
    color: #474747;
    text-transform: uppercase;
    margin-top: 32px;
    padding-left: 26px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #004c98;
}

/*热门搜索*/
.sou .wh1 {
    width: 1286px;
    height: 117px;
    background: url(../images/s1.png) no-repeat top center;
    margin: 0 auto;
}

#formsearch {
    float: right;
    width: 328px;
    height: 36px;
    background: url(../images/ss.png) no-repeat top center;
    margin-top: 20px;
    margin-right: 43px;
}

.hotSearch {
    float: left;
    height: 75px;
    line-height: 75px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    padding-left: 82px;
    background: url(../images/hot.png) no-repeat 44px center;
}

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


/*搜索和热门搜索*/
.hotSearch a {
    color: #ffffff;
}

.hotSearch a:after {
    content: '、';
}

.hotSearch a:last-child:after {
    content: '';
}

#formsearch input {
    height: 36px;
    background: transparent;
    border: none;
    line-height: 36px;
}

#formsearch input#keyword {
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    color: #6786b5;
    letter-spacing: 1px;
    width: 278px;
}

#formsearch input#s_btn {
    width: 46px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #6786b5;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6786b5;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6786b5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6786b5;
}

/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 150px;
}

.nav li a {
    display: block;
    line-height: 56px;
    color: #fff;
    height: 56px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #278d9e;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #004c98;
}

.nav .sec {
    height: 0;
    background: #004c98;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #004c98;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #fff;
    text-decoration: none;
    color: #004c98;
}


.ye {
    height: 599px;
}

.ye .wh {
    position: relative;
    padding-top: 15px;
}

.w1 {
    letter-spacing: 2px;
    color: #004c98;
    font-size: 24px;
    text-align: right;
    line-height: 24px;
}

.w1 span {
    display: block;
    letter-spacing: 3px;
    color: #474747;
    font-size: 15px;
    text-transform: uppercase;
}

.fk {
    width: 256px;
    height: 249px;
    background: url(../images/fk.jpg) no-repeat top center;
    text-align: right;
    padding-right: 37px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}

.w2 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 32px;
    padding-top: 18px;
}

.w2 span {
    display: block;
    font-size: 30px;
    letter-spacing: 0;
}

.yw {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.fk a {
    width: 115px;
    height: 31px;
    border-radius: 16px;
    border: solid 1px #8b8b8b;
    display: block;
    line-height: 29px;
    text-align: center;
    color: #464646;
    font-size: 14px;
    margin: 75px 0 0 101px;
}

.fk a:hover {
    background: #004c98;
    color: #fff;
    border-color: #004c98;
}

.picScroll-left {
    position: relative;
    margin-top: 10px;
}

.yul li a img {
    display: block;
    width: 1200px;
    height: 519px;
}

.picScroll-left .hd {
    position: absolute;
    bottom: 6px;
    right: 24px;
    z-index: 9999;
}

.picScroll-left .hd ul {
    text-align: right;
}

.picScroll-left .hd ul li {
    display: inline-block;
    font-size: 0;
    width: 11px;
    height: 11px;
    margin-left: 6px;
    border-radius: 50%;
    background: #fff;
}

.picScroll-left .hd ul li.on {
    background: #004c98;
}

.wh2 {
    width: 1232px;
    margin: 0 auto;
}

.picScroll-left1 {
    position: relative;
    margin-top: 42px;
}

.picList li {
    margin: 0 16px;
}

.picList li a.img {
    display: block;
    position: relative;
}

.picList li a.img img {
    display: block;
    width: 379px;
    height: 226px;
}

.picList li h3 a {
    letter-spacing: 2px;
    color: #474747;
    font-size: 16px;
    padding-top: 15px;
    display: block;
    font-weight: normal;
    text-align: center;
}

.xian {
    height: 216px;
    width: 372px;
    border: 1px solid rgba(255, 255, 255, .6);
    position: absolute;
    left: 4px;
    top: 5px;
    display: none;
}

.picList li:hover .xian {
    display: block;
}

.picList li:hover h3 a {
    color: #004c98;
    font-weight: bold;
}

.picScroll-left1 .hd .next,
.picScroll-left1 .hd .prev {
    width: 67px;
    height: 47px;
    position: absolute;
    top: 30%;
    z-index: 99999;
}

.picScroll-left1 .hd .next {
    left: -51px;
    background: url(../images/lt.jpg) no-repeat top center;
}

.picScroll-left1 .hd .next:hover {
    background: url(../images/lt1.jpg) no-repeat top center;
}

.picScroll-left1 .hd .prev {
    right: -52px;
    background: url(../images/rt.jpg) no-repeat top center;
}

.picScroll-left1 .hd .prev:hover {
    background: url(../images/rt1.jpg) no-repeat top center;
}



.lul {
    margin-top: 33px;
}

.lul li {
    width: 274px;
    background: url(../images/line1.png) no-repeat right center;
}

.lul li:last-child {
    width: 102px;
    background: none;
}

.lul li a {
    display: block;
}

.lul li .img {
    width: 102px;
    border: solid 1px #d2d2d2;
    line-height: 101px;
    text-align: center;
    border-radius: 50%;
}

.lul li .img2 {
    display: none;
}

.lul li:hover .img1 {
    display: none;
}

.lul li:hover .img2 {
    display: inline-block;
}

.lul li h3 {
    letter-spacing: 2px;
    color: #474747;
    font-size: 16px;
    margin-top: 12px;
    font-weight: normal;
    width: 102px;
    text-align: center;
}


.abouts {
    height: 601px;
    background: url(../images/bj2.jpg) no-repeat top center;
    margin-top: 66px;
}

.att {
    letter-spacing: 4px;
    color: #004c98;
    font-size: 30px;
    padding-top: 15px;
}

.att span {
    display: block;
    letter-spacing: 2px;
    color: #474747;
    font-size: 22px;
    text-transform: uppercase;
    text-indent: 26px;
    line-height: 22px;
    margin-top: 5px;
}

.ywz {
    color: #ffffff;
    font-size: 24px;
    text-align: right;
}


.aright a {
    display: block;
    width: 108px;
    margin-left: 470px;
    margin-top: 65px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 49px;
    background: url(../images/m1.png) no-repeat top center;
    color: #004c98;
    font-size: 14px;
    line-height: 39px;
    text-indent: 21px;
}

.aleft {
    border: 3px solid #fff;
    margin-top: 60px;
}

.aleft img {
    display: block;
    width: 485px;
    height: 328px;
}

.aright {
    margin-top: 64px;
}

.acon {
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
    width: 624px;
    margin-left: 47px;
}

.aright a:hover {
    background: url(../images/m11.png) no-repeat top center;
    transform: translateY(-5px);
}




.anli {
    height: 539px;
    background: url(../images/bj3.jpg) no-repeat top center;
}

.box2 .att {
    color: #fff;
    padding-left: 50px;
}

.box2 .att span {
    color: #fff;
    color: #b9b8b8;
    letter-spacing: 2px;
    font-size: 15px;
    margin-top: 4px;
}

.awz {
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 28px;
}

.awz span {
    display: block;
}

.gun {
    margin-top: 42px;
}

.product_list1 li {
    margin: 0 12px;
    float: left;
    width: 408px;
    height: 365px;
    padding: 27px 11px 0 12px;
}

.product_list1 li a.img img {
    width: 385px;
    height: 280px;
    display: block;
}

.product_list1 li:hover {
    background-color: #004c98;
}

.product_list1 li h3 a {
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: 58px;
    background: url(../images/m2.png) no-repeat right center;
}

.ybox {
    background: url(../images/num1.png) no-repeat top center;
    height: 980px;
}

.sul {
    margin-top: 29px;
}

.yst {
    padding-top: 59px;
    line-height: 35px;
    height: 284px;
    background: url(../images/bj4.jpg) no-repeat top center;
    text-align: center;
    letter-spacing: 3px;
    font-size: 15px;
    color: #b8c4d9;
    text-transform: uppercase;
}

.sul li a.img {
    display: block;
    margin-left: -41px;
}

.sul li:first-child a.img img {
    display: block;
    width: 601px;
    height: 482px;
}

.sul li:last-child a.img img {
    display: block;
    width: 569px;
    height: 446px;
}

.sul li:last-child a.img {
    float: right;
}

.yscon {
    width: 532px;
    margin-top: 25px;
}

.sul li:first-child .yscon {
    margin-left: 101px;
    border-bottom: 2px solid #e5e5e5;
    height: 419px;
}

.yscon h3 {
    color: #004c98;
    font-size: 26px;
    font-weight: 600;
}

.yscon h3 span {
    color: #474747;
    font-size: 16px;
    display: block;
    margin-top: 13px;
}

.ys1 {
    color: #474747;
    font-size: 14px;
    line-height: 33px;
    padding-top: 31px;
}

.ys1 span {
    color: #004c98;
}

.ys1 p {
    margin-bottom: 13px;
}

dt {
    font-weight: normal;
}

.ht1 {
    height: 210px;
}

.hleft {
    line-height: 52px;
    font-size: 25px;
    color: #fff;
    padding-top: 50px;
}

.htel {
    margin-top: 80px;
}

.hwx {
    width: 155px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 3px;
    color: #004c98;
    font-size: 25px;
}

.hdh {
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 30px;
    margin-left: 13px;
    line-height: 50px;
    font-style: italic;
}

.nsort {
    margin-top: 42px;
    text-align: center;
    background: url(../images/line4.png) no-repeat center;
    padding-left: 433px;
}

.nsort li {
    float: left;
}

.nsort li a {
    display: block;
    line-height: 35px;
    border: 2px solid #004c98;
    width: 168px;
    border-radius: 20px 0 0 20px;
    background: #fff;
    color: #004c98;
    font-size: 25px;
}

.nsort li:last-child a {
    border-radius: 0px 20px 20px 0px;
}

.nsort li.cur a {
    background: #004c98;
    color: #fff;
}

.nbox {
    margin-top: 65px;
}

.news_list2 {
    width: 536px;
}

.news_list2 li {
    border-bottom: 1px dashed #e5e5e5;
}

.nimg img {
    width: 600px;
    height: 248px;
}

.news_list1 {
    width: 600px;
}

.news_list1 li h3 a {
    color: #474747;
    font-size: 17px;
    display: block;
    font-weight: normal;
    margin: 25px 0 16px 0;
}

.news_list1 li p {
    color: #474747;
    line-height: 27px;
    font-size: 15px;
}

.news_list1 li:hover h3 a {
    color: #004c98;
}


.ntime {
    width: 100px;
}

.ntime dd {
    color: #474747;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
}

.ntime dt {
    color: #474747;
    font-size: 15px;
}

.news_list2 li h3 a {
    color: #474747;
    font-size: 17px;
    display: block;
    font-weight: normal;
    margin-bottom: 18px;
}

.news_list2 li p {
    color: #474747;
    line-height: 27px;
    font-size: 15px;
}

.news_list2 li:hover h3 a {
    color: #004c98;
}

.nei {
    width: 420px;
}

.news_list2 li {
    padding-bottom: 20px;
    margin-bottom: 11px;
}

.news_list2 li:hover .ntime dd {
    color: #004c98;
}

.tab1 {
    display: none;
}













/*友情链接*/
.f_link {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.you {
    padding-left: 75px;
    background: url(../images/link.jpg) no-repeat left center;
    line-height: 37px;
    min-height: 37px;
}

/*页面底部*/
.foot {
    height: 312px;
    background: url(../images/foot.jpg) no-repeat top center;
    margin-top: 27px;
}

.ft1 {
    padding-top: 30px;
}

.ft1 h3 {
    color: #ffffff;
    font-size: 22px;
    padding-left: 22px;
    font-weight: normal;
    height: 22px;
    margin-bottom: 22px;
}

.ewm2 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}

.lxwm {
    width: 600px;
}

.lx {
    color: #fefefe;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 29px;
}

.ads4 li {
    float: left;
    width: 235px;
    color: #fefefe;
    font-size: 14px;
    line-height: 28px;
    padding-left: 21px;
    margin-bottom: 5px;
}

.nav2 a {
    line-height: 35px;
    letter-spacing: 5px;
    color: #ffffff;
    font-size: 15px;
}

.nav2 a:hover {
    font-weight: bold;
}

.ft1 {
    height: 250px;
    overflow: hidden;
}

.ft2 {
    color: #f4f4f4;
    line-height: 19px;
    font-size: 12px;
    padding-top: 14px;
    text-align: center;
}

.ft2 a {
    color: #f4f4f4;
}

.ft2 span {
    padding: 0 20px;
}



/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}





.cert1 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: center;
}

.cert1 .cert1a span {
    font-size: 13px;
    line-height: 30px;
    color: #212121;
    margin-right: 2px
}

.cert1 input {
    outline: none;
    background: none;
    border: none;
    margin-right: 12px
}

.cert1 .cert1a input[name="word"],
.cert1 .cert1a input[name="word1"] {
    width: 221px;
    height: 26px;
    border: solid 1px #b5b5b6;
    line-height: 26px
}

.cert2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert2 dt {
    font-size: 13px;
    line-height: 30px;
    color: #212121;
    margin-right: 2px
}

.cert2 input {
    outline: none;
    background: none;
    border: none;
    margin-right: 12px;
    width: 150px;
    height: 30;
    border: solid 1px #b5b5b6;
    line-height: 30px;
    padding-left: 10px
}

.cert2 input[type="button"] {
    width: 150px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    color: #fff;
    background-color: #004c98;
    border: none;
}

h5.ti {
    width: 100%;
    line-height: 100px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #3c3c3c;
    text-align: center;
}

.page-wrap-left {
    margin-right: 3.11%;
}

.np1 {
    padding: 12px 2px 1px;
    background: url(../images/npline1.png) no-repeat top center;
}

.np1 .jie {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}

.np1 .jie li {
    border: solid 1px #004c98;
    line-height: 50px;
    border-right: none;
    text-align: center;
    font-size: 12px;
    color: #212121;
}

.np1 .jie li:nth-child(1) {
    width: 44px;
}

.np1 .jie li:nth-child(2) {
    width: 86px;
}

.np1 .jie li:nth-child(3) {
    width: 154px;
}

.np1 .jie li:nth-child(4) {
    width: 171px;
}

.np1 .jie li:nth-child(5) {
    width: 242px;
}

.np1 .jie li:nth-child(6) {
    width: 93px;
}

.np1 .jie li:nth-child(7) {
    width: 68px;
    border-right: solid 1px #004c98;
}


.np2 {
	 padding: 0px 2px 1px;
}
.np2 .np2a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}
.np2 .np2a li {
    border: solid 1px #004c98;
    line-height: 50px;
    height: 50px;
    border-right: none;
    text-align: center;
    font-size: 12px;
    color: #212121;
}

.np2 .np2a li:nth-child(1) {
    width: 44px;
}

.np2 .np2a li:nth-child(2) {
    width: 86px;
}

.np2 .np2a li:nth-child(3) {
    width: 154px;
}

.np2 .np2a li:nth-child(4) {
    width: 171px;
}

.np2 .np2a li:nth-child(5) {
    width: 242px;
}

.np2 .np2a li:nth-child(6) {
    width: 93px;
}

.np2 .np2a li:nth-child(7) {
    width: 68px;
    border-right: solid 1px #004c98;
}
.np2 > .np2a li {
	border-bottom: none;
}
.np2 > .np2a:nth-chidld(15) li {
	border-bottom: solid 1px #004c98;
}
.np2 > .np2a:last-child li {
	border-bottom: solid 1px #004c98;
}