﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    min-width: 1300px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

img {
    border: none;
}


/* 导航栏 */

.hed {
    width: 100%;
    min-width: 1300px;
    background-color: #ffffff;
    position: fixed;
    z-index: 99999;
    -moz-box-shadow: 1px 3px 20px #333333;
    -webkit-box-shadow: 1px 3px 20px #333333;
    box-shadow: 1px 3px 20px #333333;
}

.head_nav {
    width: 1300px;
    min-width: 1300px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

#tit-img {
    float: left;
    width: 200px;
    margin-top: -7px;
}

#tit-img2 {
    width: 45px;
}

#tit-img3 {
    float: right;
    width: 45px;
    margin-top: 20px;
    margin-right: -585px;
}

.d-dh {
    float: right;
    width: 550px;
    height: 100%;
    margin-right: 100px;
}

.d-dh ul {
    margin: 0;
    padding: 0;
}

.d-dh ul li {
    list-style: none;
    float: left;
    height: 100%;
    width: 25%;
}

.d-dh ul li:hover {
    border-bottom: 3px solid #0e6eb8;
}

#fnav-img {
    width: 35px;
    margin-top: 35px;
}

.fnav-name {
    margin: 26px 0 0 0;
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: center;
}

.fnav-name:hover {
    color: #0e6eb8;
}

.d-dh ul li a {
    text-decoration: none;
}

#current {
    color: #0e6eb8;
}

.item {
    color: black;
}

.navMenu>li .nav_submenu {
    display: none;
    margin-top: 10px;
    margin-left: -250px;
    z-index: 99999;
}

.navMenu>li:hover .nav_submenu {
    display: block;
    z-index: 999999;
}

.nav_submenu {
    text-transform: none;
    display: block;
    position: absolute;
    width: 600px;
    height: 30px;
    font-family: "微软雅黑";
}

.nav_submenu a:hover {
    color: #f9f9f9;
}

#nav_submenu-item1 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 250px;
    height: 174px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: left;
    margin-top: 23px;
    border: none;
}

#nav_submenu-item1 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item1 ul li {
    list-style: none;
    width: 100%;
    height: 35px;
    text-align: left;
    border: none;
    padding-top: 18px;
    padding-left: 15px;
}

#nav_submenu-item1 ul li:hover {
    background-color: #004277;
    color: #ffffff;
}

#nav_submenu-item2 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 350px;
    height: 174px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: right;
    margin-top: 23px;
    border: none;
}

#nav_submenu-item2 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item2 ul li {
    list-style: none;
    width: 100%;
    height: 35px;
    text-align: left;
    border: none;
    padding-top: 18px;
    padding-left: 15px;
}

#nav_submenu-item2 ul li:hover {
    background-color: #004277;
    color: #ffffff;
}

.p-about1 {
    margin-top: -30px;
    font-size: 15px;
    font-family: "微软雅黑";
}

.p-about2 {
    margin-top: -10px;
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 25px;
}

.frs-li {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #12477D;
    font-weight: bold;
}


/* about */

.d-do {
    width: 1300px;
    min-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}

.p-do1 {
    text-align: center;
    font-size: 30px;
    font-family: "微软雅黑";
    color: #004277;
    margin: 0;
}

.p-do2 {
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-top: 20px;
    line-height: 35px;
    color: #959595;
}

.bt-more {
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-top: 20px;
}

.bt-more a {
    color: #0081cc;
}


/* cp */

.d-cp {
    width: 1300px;
    min-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}

.d-cp ul li {
    width: 330px;
    display: inline-block;
    text-align: center;
    list-style: none;
    margin-right: 45px;
    margin-left: 50px;
}

.d-cp ul li p {
    margin-top: 20px;
    color: #959595;
}

.icon-cp {
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
}

.icon-cp img {
    width: 100%;
}

.pic {
    -webkit-transition: 0.8s;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
}

.pic:hover {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
}

.icon-pro {
    width: 1300px;
    min-width: 1300px;
    margin: 0px auto;
    padding-top: 150px;
    overflow: hidden;
}

.p-pro1 {
    text-align: center;
    font-size: 40px;
    font-family: "微软雅黑";
    color: #004277;
    margin: 0;
}

.p-pro2 {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-top: 20px;
    line-height: 35px;
    color: #959595;
}

.d-pro2 {
    width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
}

.icon-pro2 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
}

.icon-pro2 img {
    float: right;
    margin-top: 60px;
      width: 470px;
    height: 280px;
}

.p-pros2 {
    width: 50%;
    float: left;
    margin-top: 75px;
    font-size: 35px;
    color: #00a0e3;
}

.p-pros3 {
    width: 40%;
    float: left;
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.d-pro3 {
    width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
}

.icon-pro3 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
}

.icon-pro3 img {
    float: left;
    margin-top: 60px;
    width: 500px;
    height: 340px;
}

.p-pros4 {
    width: 40%;
    float: right;
    margin-top: 155px;
    font-size: 35px;
    color: #00a0e3;
}

.p-pros5 {
    width: 40%;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.p-pros6 {
    margin-top: 50px;
    font-size: 35px;
    text-align:center;
    color: #00a0e3;
}

.p-pros7 {
    text-align:center;
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.icon-pro4 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 55px;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
}

.icon-pro4 img {
    margin-top: 60px;
    width: 100%;
    height: 300px;
}
.icon-pro1 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 55px;
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
}

.icon-pro1 img {
    float: left;
    margin-top: 60px;
    width: 500px;
    height: 340px;
}


/* 应用 */

.navMenu>li .nav_submenu2 {
    display: none;
    margin-top: 10px;
    margin-left: 0px;
    z-index: 99999;
}

.navMenu>li:hover .nav_submenu2 {
    display: block;
    z-index: 999999;
}

.nav_submenu2 {
    text-transform: none;
    display: block;
    position: absolute;
    width: 600px;
    height: 30px;
    font-family: "微软雅黑";
}

.nav_submenu2 a:hover {
    color: #f9f9f9;
}

#nav_submenu-item3 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 200px;
    height: 174px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: left;
    margin-top: 23px;
    border: none;
}

#nav_submenu-item3 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item3 ul li {
    list-style: none;
    width: 100%;
    height: 40px;
    text-align: left;
    border: none;
    padding-top: 20px;
    padding-left: 15px;
}

#nav_submenu-item3 ul li:hover {
    background-color: #004277;
    color: #ffffff;
}
#nav_submenu-item6 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 200px;
    height: 174px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: left;
    margin-top: 23px;
    border: none;
}

#nav_submenu-item6 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item6 ul li {
    list-style: none;
    width: 100%;
    height: 40px;
    text-align: left;
    border: none;
    padding-top: 20px;
    padding-left: 15px;
}

#nav_submenu-item6 ul li:hover {
    background-color: #004277;
    color: #ffffff;
}
.frs-lii {
    color: #858585;
}

.frs-lii2 {
    font-family: "微软雅黑";
    color: black;
    font-size: 15px;
}

.d-yy {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 20px;
    margin-bottom: 150px;
}

.d-yy ul li {
    list-style: none;
    float:left;
    text-align: center;
    font-family: "微软雅黑";
    margin-left:30px;
}

.d-yy ul li img {
    width: 300px;
    height: 254px;
}

.d-yy ul {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 50px;
    overflow:hidden;
}

.d-yy ul li p {
    width:300px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 100px;
    color: #666666;
}

.p-yy1 {
    font-size: 25px;
    color: #0081cc;
}

.p-yy2 {
    font-size: 18px;
    color: #666666;
    margin-top: 40px;
    margin-bottom: 30px;
}

.d-yy2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 20px;
    margin-bottom: 150px;
}

.d-yy2 ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    font-family: "微软雅黑";
}

.d-yy2 ul li img {
    width: 200px;
    height: 200px;
}

.d-yy2 ul {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.d-yy2 ul li p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 100px;
    color: #666666;
}


/* 支持 */

#nav_submenu-item4 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 150px;
    height: 93px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: left;
    margin-top: 23px;
    border: none;
}

#nav_submenu-item4 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item4 ul li {
    list-style: none;
    width: 100%;
    height: 40px;
    text-align: left;
    border: none;
    padding-top: 20px;
    padding-left: 15px;
}

#nav_submenu-item4 ul li:hover {
    background-color: #004277;
    color: #ffffff;
}


/* 语言切换 */

.navMenu>li .nav_submenu3 {
    display: none;
    margin-top: 10px;
    margin-left: -105px;
    z-index: 99999;
}

.navMenu>li:hover .nav_submenu3 {
    display: block;
    z-index: 999999;
}

.nav_submenu3 {
    text-transform: none;
    display: block;
    position: absolute;
    width: 600px;
    height: 30px;
    font-family: "微软雅黑";
}

.nav_submenu3 a:hover {
    color: #f9f9f9;
}

#nav_submenu-item5 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 150px;
    height: 93px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: left;
    margin-top: -13px;
    border: none;
}

#nav_submenu-item5 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item5 ul li {
    list-style: none;
    width: 100%;
    height: 40px;
    text-align: center;
    border: none;
    padding-top: 20px;
}

#nav_submenu-item5 ul li:hover {
    background-color: #004277;
    color: #ffffff;
}

/* 查询 */
.frs-liiss2 img {
    width: 20px;
}
.navMenu>li .nav_submenu4 {
    display: none;
    margin-top:70px;
    margin-left: 490px;
    z-index: 99999;
}

.navMenu>li:hover .nav_submenu4 {
    display: block;
    z-index: 999999;
}

.nav_submenu4 {
    text-transform: none;
    display: block;
    position: absolute;
    width: 600px;
    height: 30px;
    font-family: "微软雅黑";
}

#nav_submenu-item7 {
    background-color: #f9f9f9;
    color: #ffffff;
    width: 150px;
    height: 93px;
    text-align: center;
    padding-top: 0px;
    font-family: "微软雅黑";
    float: left;
    margin-top: -13px;
    border: none;
}

#nav_submenu-item7 a {
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
    line-height: 0;
    border: none;
}

#nav_submenu-item7 ul li {
    list-style: none;
    width: 100%;
    height: 40px;
    text-align: center;
    border: none;
    padding-top: 20px;
}



/* 新闻 */

.d-xw {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
}

.d-xw img {
    width: 58%;
    height: 450px;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.d-xw2 {
    width: 42%;
    float: right;
    overflow: hidden;
}

.p-xw1 {
    text-align: left;
    font-size: 22px;
    color: black;
    font-family: "微软雅黑";
}

.p-xw2 {
    text-align: left;
    font-size: 23px;
    color: #014d87;
    font-family: "微软雅黑";
}

.p-xw3 {
    text-align: left;
    font-size: 17px;
    color: #858585;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.icon-xw {
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}

.icon-xw2 {
    float: left;
    margin-left: 30px;
    margin-top: 80px;
}


/* 联系我们 */

.d-lxwm {
    width: 100%;
    min-width: 1300px;
    height: 480px;
    margin: 0 auto;
    background: url(../img/lx-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.icon-lxwm {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8)
}

.p-lxwm {
    width: 50%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 150px;
    margin: 0 auto;
}

.input-lxwm {
    width: 50%;
    float: right;
    margin: 0 auto;
    padding-top: 50px;
}

.input-lxwm input::-webkit-input-placeholder {
    font-family: "微软雅黑";
    font-size: 15px;
    text-indent: 0.5rem;
}

.input-lxwm input {
    margin-bottom: 5px;
    font-family: "微软雅黑";
    font-size: 15px;
    text-indent: 0.5rem;
}

.input-lxwm2 {
    width: 80%;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
}

.ipt-xm {
    width: 49%;
    height: 35px;
    float: left;
}

.ipt-bt {
    width: 49%;
    height: 35px;
    float: right;
}

.ipt-gs {
    width: 80%;
    height: 35px;
}

.ipt-yx {
    width: 80%;
    height: 35px;
}

.ipt-gj {
    width: 80%;
    height: 35px;
}

.ly {
    width: 80%;
    height: 100px;
    font-family: "微软雅黑";
    font-size: 15px;
    text-indent: 0.5rem;
}

.ly::-webkit-input-placeholder {
    font-family: "微软雅黑";
    font-size: 15px;
    text-indent: 0.5rem;
}

.bt-more2 {
    width: 80%;
    height: 35px;
    background-color: #00a0e3;
    text-align: center;
    font-family: "微软雅黑";
    padding-top: 5px;
    margin-top: 3px;
}

.bt-more2 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}


/* footer */

#footer {
    width: 100%;
    min-width: 1300px;
    background-color: #343434;
    padding-top: 20px;
    overflow: hidden;
    text-align: left;
    font-family: "微软雅黑";
}

.ft-nav {
    width: 100%;
    min-width: 1300px;
    height: 30px;
    margin: 0 auto;
    background-color: #343434;
}

.ft-nav2 {
    width: 1300px;
    min-width: 1300px;
    height: 100%;
    margin: 0 auto;
    background-color: #343434;
}

#p-ft {
    font-size: 13px;
    color: #6a6a6a;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

#p-ft:hover {
    color: #ffffff;
}

#p-ft2 {
    font-size: 13px;
    color: #6a6a6a;
    float: right;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

#p-ft2 a {
    color: #6a6a6a;
    text-decoration: none;
}

#p-ft2 a:hover {
    color: #ffffff;
}

.d-zls {
    width: 1300px;
    min-width: 1300px;
    height: 350px;
    margin: 0 auto;
    line-height: 30px;
    font-family: "微软雅黑";
}

.d-zls a {
    text-decoration: none;
}

.d-zl2s {
    width: 1300px;
    min-width: 1300px;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
}

.d-zl2s li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.d-zl2s li ul li {
    list-style: none;
    float: none;
}

.frs-li2 {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: bold;
}

.frs-lii2 img {
    width: 20px;
}

.frs-lii2 {
    font-size: 15px;
    color: #6a6a6a;
}

.frs-lii2:hover {
    color: #ffffff;
}

.frs-lii2 input {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: none;
    border: 1px solid #d0d0d0;
    font-family: "微软雅黑";
    font-size: 15px;
    text-indent: 0.5rem;
}

.frs-lii2 input::-webkit-input-placeholder {
    font-family: "微软雅黑";
    font-size: 15px;
    text-indent: 0.5rem;
}


/* 展会 */

#banner2 img {
    width: 100%;
    min-width: 1300px;
    height: 350px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
}

.d-zh {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.d-zh ul li {
    list-style: none;
    float:left;
    border: 1px solid #d8d7d2;
    margin-left: 40px;
    margin-right: 60px;
    margin-bottom: 50px;
}

.p-zh1 {
    width:310px;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #30546e;
    border-bottom: 1px dashed #cacaca;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-zh2 {
    width: 280px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #5d5d5d;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icon-zq {
    width: 1000px;
    margin: 0 auto;
    overflow:hidden;
}

.icon-zq p {
    font-size: 30px;
    font-family: "微软雅黑";
    color: #5d5d5d;
    float: left;

}

.bt-lxwm {
    width: 170px;
    height: 50px;
    float: right;
    font-family: "微软雅黑";
    text-align: center;
    border: 1px solid #666666;
    padding-top: 13px;
    font-size: 18px;
    margin-right: 50px;
}

.bt-lxwm a {
    color: #5d5d5d;
    text-decoration: none;
}


/* 公司介绍 */

.d-about {
    width: 100%;
    min-width: 1300px;
    font-family: "微软雅黑";
}

.icon-about1 {
    width: 1000px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 55px;
    overflow: hidden;
}

.icon-about1 img {
    float: left;
    margin-top: 100px;
}

.p-about1 {
    width: 60%;
    float: right;
    margin-top: 120px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.d-about2 {
    width: 100%;
    min-width: 1300px;
    font-family: "微软雅黑";
    background-color: #f0f0f0;
}

.icon-about2 {
    width: 1000px;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
}

.icon-about2 img {
    float: right;
    margin-top: 60px;
    width: 480px;
    height: 302px;
}

.p-about2 {
    width: 50%;
    float: left;
    margin-top: 150px;
    font-size: 35px;
    color: #a1a1a1;
}

.p-about3 {
    width: 40%;
    float: left;
    margin-top: 50px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

#img1 {
    width: 570px;
    height: 110px;
    float: left;
}
#img2 {
    width: 380px;
    height: 110px;
    float: left;
}
#img3 {
    width: 320px;
    height: 110px;
    float: left;
}
.d-about3 {
    width: 100%;
    min-width: 1300px;
    font-family: "微软雅黑";
    background-color: #ffffff;
}

.icon-about3 {
    width: 1000px;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
}

.icon-about3 img {
    float: left;
    margin-top: 60px;
    width: 500px;
    height: 340px;
}

.p-about4 {
    width: 40%;
    float: right;
    margin-top: 150px;
    font-size: 35px;
    color: #a1a1a1;
}

.p-about5 {
    width: 40%;
    float: right;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}


/* 新闻 */

.d-tit {
    width: 1065px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

.treebox {
    width: 160px;
    margin: 30px 0;
    float: left;
    padding-top: 10px;
}

.menul {
    overflow: hidden;
}

.menul2 {
    overflow: hidden;
}


/*第一层*/

.p-ej1 {
    padding-bottom: 10px;
    color: #2c6590;
    font-size: 23px;
    font-family: "微软雅黑";
}

.menul li.level1>a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "微软雅黑";
    transition: all .5s ease 0s;
}

.menul li.level1 a:hover {
    text-decoration: none;
}

.menul li.level1 a.current {
    text-decoration: none;
}

.menul2 li.level1>a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "微软雅黑";
    transition: all .5s ease 0s;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e6e5));
}

.menul2 li.level1 a:hover {
    text-decoration: none;
}

.menul2 li.level1 a.current {
    text-decoration: none;
}


/*============修饰图标*/

.ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    background-repeat: no-repeat;
    background-image: url(../img/ico1.png);
    background-size: 20px 120px;
}


/*============小箭头*/

.level1 i {
    width: 20px;
    height: 10px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
}

.level1 i.down {
    background-position: 0 -10px;
}

.ico1 {
    background-position: 0 0;
}

.ico2 {
    background-position: 0 -20px;
}

.ico3 {
    background-position: 0 -40px;
}

.ico4 {
    background-position: 0 -60px;
}

.ico5 {
    background-position: 0 -80px;
}


/*第二层*/

.menul li ul {
    overflow: hidden;
}

.menul li {
    width: 100%;
    margin: 0 auto;
}

.menul li ul.level2 {
    display: block;
}

ul.level2 li:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}

.menul li ul.level2 li a {
    display: block;
    height: 50px;
    line-height: 20px;
    color: #bcbcbc;
    font-size: 16px;
    text-decoration: none;
    transition: all 1s ease 0s;
}

.menul li ul.level2 li a:hover {
    color: #2c6590;
}

.menul li:last-child {
    border: none;
}

.menul2 li ul {
    overflow: hidden;
}

.menul2 li {
    background-color: #f4f4f4;
}

.menul2 li ul.level2 {
    display: block;
}

ul.level2 li:nth-child(1) {
    border-top: none;
}

.menul2 li ul.level2 li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #cfcfcf;
    font-size: 13px;
    transition: all 1s ease 0s;
}

.menul2 li ul.level2 li a:hover {
    color: #ca001a;
}

.menul2 li:last-child {
    border: none;
}


/*  */

.aches {
    float: right;
    width: 84%;
    height: auto;
    margin-top: -42px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#mains {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.d-news2 {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 20px;
}

.d-news2 ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 22px;
    margin-right: auto;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
}

.img-news {
    float: right;
    width: 250px;
    height: 180px;
}

.p-xws1 {
    font-size: 25px;
    color: #2c6590;
    text-align: left;
    margin-bottom: 10px;
    font-family: "微软雅黑";
}

.p-xws2 {
    font-size: 15px;
    color: #c2c2c2;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 35px;
}

.p-xws3 {
    font-size: 15px;
    color: #989898;
    text-align: left;
}

.bt-news {
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #00a0e3;
    border-radius: 10px;
    float: left;
}
.bt-news a {
    text-decoration: none;
    color:#ffffff;
}
.d-newsi {
    width: 800px;
    margin: 50px auto;
}

.d-newsi p {
    font-family: "微软雅黑";
    font-size: 40px;
    text-align: center;
    color: #2c6590;
}

.d-newsi img {
    width: 100%;
    margin-top: 50px;
}

#nr-newsi {
    font-family: "微软雅黑";
    font-size: 17px;
    text-align: left;
    color: #5d5d5d;
    line-height: 35px;
    margin-top: 30px;
}


/*分页*/

#ctl00_ContentPlaceHolder1_rep_page {
    margin-top: 600px;
    margin-bottom: 50px;
}

.page {
    width: 940px;
    height: auto;
    text-align: center;
    padding: 5px 0 0 0;
    margin-bottom: 50px;
    margin: 0 auto;
}

#ctl00_ContentPlaceHolder1_rep_page a {
    text-decoration: none;
    border: 1px solid #dadada;
    font-size: 15px;
    padding: 1px;
    color: #7a7978;
}

.page em {
    padding: 0 3px;
}

#ctl00_ContentPlaceHolder1_rep_page span {
    margin-right: 5px;
    font-weight: Bold;
    color: #ffffff;
    background-color: #2c6590;
    border: 1px solid #2c6590;
    padding-left: 3px;
    padding-right: 3px;
}

#ctl00_ContentPlaceHolder1_rep_page a:hover {
    color: #2c6590;
}

.d-fy {
    width: 1150px;
    min-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.d-fy a {
    text-decoration: none;
    color: #d18046;
    font-size: 18px;
}


/* 留言 */

.d-ly {
    width: 1000px;
    margin: 60px auto;
}

.icon-ly {
    width: 60%;
    float: left;
}

.icon-ly2 {
    width: 35%;
    float: right;
    text-align: left;
}

.icon-ly3 {
    margin-top: 50px;
    text-align: left;
}

.icon-ly ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.p-ly1 {
    font-family: "微软雅黑";
    font-size: 20px;
    color: #858585;
    margin-bottom: 20px;
}

.p-ly2 {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #858585;
}

.p-ly3 {
    font-family: "微软雅黑";
    font-size: 20px;
    color: #5985a7;
    margin-bottom: 35px;
}

.p-ly5 {
    font-family: "微软雅黑";
    font-size: 20px;
    color: #858585;
    margin-bottom: 25px;
}

.p-ly4 {
    font-family: "微软雅黑";
    font-size: 17px;
    color: #858585;
    margin-top: 15px;
}

.icon-i {
    float: left;
    width: 70px;
    height: 65px;
    background-color: #efefef;
    padding-top: 20px;
    border-right: none;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.icon-ly input {
    float: left;
    width: 85%;
    height: 65px;
    border-left: none;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-family: "微软雅黑";
    font-size: 17px;
    text-indent: 1rem;
}

.txt-ly {
    width: 96.5%;
    height: 230px;
    margin-top: 20px;
    margin-bottom: 60px;
    border: 1px solid #dadada;
    font-family: "微软雅黑";
    font-size: 18px;
}

.bt-ly {
    width: 150px;
    background-color: #03437a;
    text-align: center;
    font-family: "微软雅黑";
    overflow: hidden;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.bt-ly a {
    text-decoration: none;
    color: #ffffff;
}


/* 下载 */

.d-down {
    width: 1000px;
    margin: 70px auto;
    overflow: hidden
}

.d-down ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.d-down p {
    text-align: left;
}

.icon-down {
    float: left;
    width: 90%;
    border-bottom: 1px solid #346893;
    margin-top: 22px;
    color: #004277;
    font-size: 30px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.img-down {
    float: left;
}

.d-down ul li ul li {
    padding-left: 65px;
}

.p-down1 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #858585;
    margin-top: 5px;
}

.p-down2 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #3a5282;
    float: right;
    margin-right: 100px;
    margin-top: -50px;
}

.p-down3 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #3a5282;
    float: right;
    margin-right: 300px;
    margin-top: -50px;
}


/* 常见问题 */

.d-wt {
    padding-top: 100px;
    margin-bottom: 80px;
    overflow: hidden;
}

.d-tit2 {
    width: 1065px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}

.treebox2 {
    width: 250px;
    margin: 30px 0;
    float: left;
    background-color: #00a0e3;
    padding-top: 10px;
}

.menul2 {
    overflow: hidden;
}

.menul22 {
    overflow: hidden;
}


/*第一层*/

.p-ej12 {
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-family: "微软雅黑";
}

.menul2 li.level12>a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "微软雅黑";
    transition: all .5s ease 0s;
}

.menul2 li.level12 a:hover {
    text-decoration: none;
}

.menul2 li.level12 a.current {
    text-decoration: none;
}

.menul22 li.level12>a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "微软雅黑";
    transition: all .5s ease 0s;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e6e5));
}

.menul22 li.level12 a:hover {
    text-decoration: none;
}

.menul22 li.level12 a.current {
    text-decoration: none;
}


/*============修饰图标*/

.ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    background-repeat: no-repeat;
    background-image: url(../img/ico1.png);
    background-size: 20px 120px;
}


/*============小箭头*/

.level12 i {
    width: 20px;
    height: 10px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
}

.level12 i.down {
    background-position: 0 -10px;
}

.ico1 {
    background-position: 0 0;
}

.ico2 {
    background-position: 0 -20px;
}

.ico3 {
    background-position: 0 -40px;
}

.ico4 {
    background-position: 0 -60px;
}

.ico5 {
    background-position: 0 -80px;
}


/*第二层*/

.menul2 li ul {
    overflow: hidden;
}

.menul2 li {
    width: 100%;
    margin: 0 auto;
}

.menul2 li ul.level22 {
    display: block;
}

ul.level22 li:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}

.menul2 li ul.level22 li a {
    display: block;
    height: 50px;
    line-height: 55px;
    color: #bcbcbc;
    font-size: 16px;
    text-decoration: none;
    transition: all 1s ease 0s;
}

.menul2 li ul.level22 li a:hover {
    color: #2c6590;
}

.menul2 li:last-child {
    border: none;
}

.menul22 li ul {
    overflow: hidden;
}

.menul22 li {
    background-color: #f4f4f4;
}

.menul22 li ul.level22 {
    display: block;
}

ul.level22 li:nth-child(1) {
    border-top: none;
}

.menul22 li ul.level22 li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #cfcfcf;
    font-size: 13px;
    transition: all 1s ease 0s;
}

.menul22 li ul.level22 li a:hover {
    color: #ca001a;
}

.menul22 li:last-child {
    border: none;
}


/*  */

.aches2 {
    float: right;
    width: 70%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#mains2 {
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

#mains2 ul li {
    list-style: none;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #d0d0d0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.p-ques1 {
    font-size: 45px;
    font-family: "新宋体";
    color: #002750;
}

.icon-ques {
    width: 100%;
}

.icon-ques p {
    float: left;
    margin-left: 10px;
    color: #6e6e6e;
    font-family: "微软雅黑";
}

.icon-ques p:hover {
    color: black;
}

.icon-ques img {
    float: left;
    width: 15px;
    margin-left: 10px;
    margin-top: 4px;
}

.icon-jd {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-jd2 {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-jd3 {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-jd4 {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-jd5 {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-jd6 {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.icon-jd7 {
    display: none;
    float: left;
    text-align: left;
    color: #6e6e6e;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 30px;
}

.currents {
    color: #2c6590;
}


/* TAB */


/*  */

.d-xwnr {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#nr {
    width: 1300px;
    min-width: 1300px;
    margin: 140px auto 0 auto;
    align-items: center;
}

.center {
    width: 1100px;
    margin: 0 auto;
    height: 25px;
}

.center_img {
    width: 520px;
    height: 182px;
    margin-top: -20px;
    margin-left: 410px;
    border-bottom: 2px solid red;
}

.cen_ul {
    margin-top: -100px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.cen_ul>li {
    width: 25%;
    float: left;
    height: 40px;
    font-size: 15px;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 40px;
}

.li_bor {
    background-color: #eeeeee;
    color: black;
    border-bottom: 2px solid #009cde;
}

.taba {
    background-color: #f6f6f6;
    color: black;
}

.p_title {
    width: 380px;
    font-size: 15px;
    font-weight: bold;
}

.p_cent {
    font-size: 13px;
}

.p_cent span {
    color: red;
}

.p_cent a {
    text-decoration: none;
}

.about {
    display: inline-block;
    width: 220px;
    height: 180px;
}

.tab_qh ul li {
    list-style: none;
    float: left;
    width: 100%;
}

.tab-pro {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    height: 50px;
    border-bottom: 1px solid #d4d4d4;
}

.tab-p1 {
    float: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

.tab-p2 {
    font-size: 15px;
    margin-left: 260px;
}

.tab-down2 {
    color: black;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

.tab-down {
    width: 100%;
    margin-top: 10px;
}

.tab-down img {
    float: left;
    width: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.tab-down p {
    padding-top: 6px;
    font-size: 16px;
    color: #009cde;
}
.p-zp1 {
 font-family: "微软雅黑";
    font-size: 40px;
    text-align: center;
    color: #2c6590;
}
.p-zp2 {
        font-size: 15px;
        margin-top: 20px;
        color: #a8a8a8;
    }
    .p-xwxq {
    font-family: "微软雅黑";
    font-size: 20px;
    text-align: left;
    color: #5d5d5d;
    line-height: 35px;
    margin-top: 30px;
    }
.d-newsis {
    width:800px;
    margin:50px auto;
}
    .d-newsis img {
    width:100%;
    height:400px;
    margin-top:50px;
    }