@charset "utf-8";

/* CSS Document */

* {
    padding: 0px;
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    font-family: "微软雅黑";
}

body,
div,
span,
input,
p,
h1,
h2,
h3,
h4,
h5,
h5,
a,
form,
select,
img {
    border: 0px;
    margin: 0px;
}

body {
    background: #f8f8f8;
}

.clear {
    clear: both;
}


/*top*/

.top {
    overflow: hidden;
    margin: 0 auto;
    font-size: 12px;
    background-color: #ffffff;
}

.top .topleft {
    width: 50%;
    height: 80px;
    float: left;
}

.top .topleft h1 {
    width: 278px;
    height: 40px;
}

.top .topleft img {
    height: 80px;
}

.top .topright {
    width: 50%;
    height: 80px;
    float: right;
}

.top .topright .top-tel {
    height: 40px;
    float: right;
    /* width: 200px; */
    background: url(../bgimg/tel.png) no-repeat left center / 40px 40px;
    padding-left: 55px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 30px;
    font-style: italic;
}


/*nav*/

.navwai {
    width: 100%;
    background: #006ab7;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav h2 {
    width: 130px;
    float: left;
    position: relative;
}

.nav h2 .yiji {
    width: 130px;
    height: 40px;
    border-left: #fff solid 1px;
    padding-top: 9px;
    font-family: "微软雅黑";
    line-height: 17px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    font-weight: normal;
    box-sizing: content-box;
}

.nav h2 .navmr {
    background: #094977;
}

.nav h2 .yiji:hover {
    background: #094977;
}

.nav h2 .erji {
    width: 130px;
    overflow: hidden;
    position: absolute;
    top: 49px;
    left: 0px;
    z-index: 100;
    display: none;
    background: #094977;
    padding: 15px 0px;
}

.nav h2 .erji a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #CCC;
}

.nav h2 .erji a:hover {
    color: #3488c5;
}

.nav h2:hover .erji {
    display: block;
}

.nav h2:hover .yiji {
    background: #094977;
}


/*banner图切换*/

.slideBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

.slideBox .bd ul {
    margin-bottom: 0px;
}

.slideBox .bd li {
    zoom: 1;
    width: 100%;
    overflow: hidden;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 440px;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideBox .prev {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 73px;
    position: absolute;
    z-index: 20000;
    left: 10%;
    top: 40%;
    overflow: hidden;
    cursor: pointer;
    background: url(../bgimg/left.png) center no-repeat;
    border-radius: 5px;
}

.slideBox .prev:hover {
    background: url(../bgimg/left1.png) center no-repeat;
}

.slideBox .next {
    cursor: pointer;
    display: none;
    width: 40px;
    height: 73px;
    position: absolute;
    z-index: 300000;
    right: 10%;
    top: 40%;
    overflow: hidden;
    background: url(../bgimg/right.png) center no-repeat;
    border-radius: 5px;
}

.slideBox .next:hover {
    background: url(../bgimg/right1.png) center no-repeat;
}

.slideBox:hover .prev {
    display: block;
}

.slideBox:hover .next {
    display: block;
}


/*index产品*/

.indexcenter1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.indexcenter1cpbox {
    margin: 0 auto;
    overflow: hidden;
}

.indexcenter1cp1 {
    height: 200px;
    width: 32%;
    float: left;
    background: #fff;
    display: block;
    padding-left: 35px;
    margin-right: 2%;
    margin-bottom: 20px;
}

.indexcenter1cp1:nth-child(3n) {
    margin-right: 0;
}

.indexcenter1cp1 h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #01a0e7;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: normal;
}

.indexcenter1cp1 h3 span {
    font-size: 30px;
    margin-right: 15px;
    line-height: 35px;
    width: 40px;
    height: 35px;
    display: inline-block;
    float: left;
}

.indexcenter1cp1_1 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    color: #626262;
    width: 75px;
    height: 50px;
    background: url(../bgimg/jth.png) left bottom no-repeat;
    display: inline-block;
    float: left;
}

.indexcenter1cp1_2 {
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 20px;
    text-align: center;
}

.indexcenter1cp1_2 img {
    width: 106px;
    height: 106px;
}

.indexcenter1cp1:hover {
    background: #006ab7;
}

.indexcenter1cp1:hover h3 {
    color: #f8f8f8;
}

.indexcenter1cp1:hover .indexcenter1cp1_1 {
    color: #f8f8f8;
    background: url(../bgimg/jtb.png) left bottom no-repeat;
}


/*index关于我们*/

.indexcenter1aboutbox {
    width: 1200px;
    margin: 40px auto;
    margin-top: 60px;
    overflow: hidden;
}

.indexcenter1about {
    width: 570px;
    overflow: hidden;
    display: inline-block;
    float: left;
    font-family: "微软雅黑";
    background: url(../bgimg/shuxian.jpg) right center no-repeat;
}

.indexcenter1about h3 {
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

.indexcenter1about img {
    display: inline-block;
    float: left;
    width: 223px;
    height: 150px;
    margin-right: 35px;
}

.indexcenter1about img:hover {
    opacity: 0.8
}

.indexcenter1aboutny {
    width: 268px;
    height: 150px;
    float: left;
    line-height: 22px;
    color: #605f5f;
}

.indexcenter1aboutny .aboutt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    color: #000;
}

.indexcenter1aboutny .aboutt:hover {
    color: #006bb7;
}

.indexcenter1aboutny .more {
    color: #006bb7;
    margin-left: 5px;
}

.indexcenter1aboutny .more:hover {
    color: red;
}


/*index新闻*/

.indexcenter2wai {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eeeeee;
    /* padding-top: 30px; */
}

.indexcenter2 {
    overflow: hidden;
    margin: 0 auto;
}

.indexcenter21 {
    overflow: hidden;
}

.indexcenter21>ul>li {
    width: 49%;
    margin-right: 2%;
    float: left;
    border-right: 1px solid #ededed;
    background: #f8f8f8;
    cursor: pointer;
    position: relative;
}

.indexcenter21 li:last-of-type {
    margin-right: 0;
}

.indexcenter21 li .indexcenter21t {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    border-bottom: 3px solid #01a0e7;
    color: #01a0e7;
}

.indexcenter21 li>.more {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../bgimg/more.png) no-repeat center center / 100% 100%;
    top: 15px;
    right: 15px;
}

.indexcenter21t>p {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    border-bottom: 3px solid #01a0e7;
}

.indexcenter21 li.mr .indexcenter21t {
    background: url(../bgimg/22.png) 89px center no-repeat;
}

.indexcenter21 li.mr .indexcenter21t2 {
    background: url(../bgimg/33.png) 89px center no-repeat;
}

.indexcenter21 li.mr .indexcenter21t3 {
    background: url(../bgimg/44.png) 89px center no-repeat;
}

.indexcenter21 li .indexcenter21tmr {
    border-top: 2px solid #006ab7;
    color: #006ab7;
}

.indexcenter22 {
    width: 1200px;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.indexcenter22mr {
    display: block;
}

.indexcenter22_1 {
    height: 240px;
    background: #fff;
}

.indexcenter22_2 {
    width: 395px;
    height: 240px;
    float: left;
    margin-left: 10px;
    padding-left: 35px;
    background: #fff;
}

.indexcenter22_11 {
    width: 50%;
    height: 240px;
    float: left;
    position: relative;
    display: inline-block;
}

.indexcenter22_11:hover {
    opacity: 0.8;
}

.indexcenter22_11 img {
    width: 100%;
    height: 240px;
}

.indexcenter22_11 p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    width: 325px;
    background: rgba(0, 0, 0, 0.7)
}

.indexcenter22_12 {
    width: 50%;
    float: left;
    display: inline-block;
    padding-left: 16px;
}

.indexcenter22_12left {
    width: 270px;
    float: left;
    font-family: "微软雅黑";
}

.indexcenter22_12left a {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #1b1b1b;
    display: inline-block;
}

.indexcenter22_12left a:hover {
    color: #006bb7;
}

.indexcenter22_12left p {
    color: #686868;
    line-height: 23px;
}

.indexcenter22_12left span {
    width: 200px;
    padding-left: 25px;
    height: 30px;
    line-height: 30px;
    color: #c5c5c5;
    margin-top: 3px;
    display: inline-block;
    background: url(../bgimg/5.png) left center no-repeat;
}

.indexcenter22_12right {
    width: 85px;
    height: 90px;
    float: left;
    margin-left: 25px;
    margin-top: 35px;
}

.indexcenter22_12right img {
    width: 85px;
    height: 90px;
}

.indexcenter22_12right img:hover {
    opacity: 0.8;
}


/*首页联系方式*/

.indexlxfswai {
    width: 100%;
    /* height: 145px; */
    background: #2fb9a0;
    overflow: hidden;
    margin-top: 40px;
}

.indexlxfs {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.indexlxfs1 {
    width: 30%;
    height: 145px;
    float: left;
    border-right: 1px solid #7a8c98;
    padding-left: 20px;
    background: url(../bgimg/6.png) right 20px top 40px no-repeat;
}

.indexlxfs1 h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
}

.indexlxfs1 h4 {
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}

.indexlxfs1 p {
    color: #fff;
    line-height: 20px;
    margin-top: 5px;
    font-size: 14px;
}

.indexlxfs2 {
    width: 40%;
    padding-left: 30px;
    height: 145px;
    float: left;
    border-right: 1px solid #7a8c98;
    font-family: "微软雅黑";
    background: url(../bgimg/img5.jpg) right 30px top 22px no-repeat;
}

.indexlxfs3 {
    margin-right: 0px;
    border-right: 0px;
    height: 145px;
    float: left;
    padding-left: 30px;
    font-family: "微软雅黑";
    background: url(../bgimg/7.png) right 20px top 34px no-repeat;
}


/*底部*/

.footwai {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 15px;
}

.foot1 {
    width: 1200px;
    overflow: hidden;
    font-family: "微软雅黑";
    margin: 0 auto;
    padding-bottom: 15px;
}

.foot1 ul li {
    width: 60px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-right: 38px;
    margin-bottom: 10px;
    text-align: center;
}

.foot1 ul li a {
    font-size: 14px;
    color: #333333;
}

.foot1 ul li a:hover {
    color: #006bb7;
}

.foot1left {
    width: 950px;
    float: left;
    overflow: hidden;
}

.foot1left p {
    line-height: 23px;
    color: #909090;
}

.foot1left p a {
    color: #909090;
}

.foot1left p a:hover {
    color: #006bb7;
}

.foot1left p span {
    color: #333333;
}

.foot1right {
    width: 230px;
    float: right;
    overflow: hidden;
    margin-top: 5px;
}

.foot1right .erweima {
    display: inline-block;
    float: left;
    width: 87px;
    height: 87px;
}

.foot1right1 {
    width: 100px;
    float: left;
    line-height: 25px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
}

.foot1right1 a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    float: left;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.foot1right1 a:hover {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.foot1right1 img {
    width: 30px;
    height: 30px;
}

.foot2 {
    width: 100%;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    background: #006ab7;
    color: #fff;
    font-family: "微软雅黑";
}

.foot2 a {
    color: #dedede;
}

.cptop11 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #1e1e1e;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-bottom: 8px;
}

.cptop11 span {
    color: #7b7b7b;
    margin-left: 15px;
    font-weight: normal;
}

.cptop11 span a {
    color: #7b7b7b;
}

.cptop11 span a:hover {
    color: #0073c4;
}

.cptop1 ul {
    width: 100%;
    overflow: hidden;
}

.cptop1 ul .erjibig {
    width: 135px;
    background: url(../bgimg/erji.png) center top no-repeat;
}

.cptop1 ul li {
    width: 110px;
    height: 32px;
    line-height: 30px;
    float: left;
}

.cptop1 ul li a {
    width: 110px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    font-family: "微软雅黑";
    background: url(../bgimg/erji.png) center top no-repeat;
}

.cptop1 ul li a:hover {
    color: #fff;
    background: url(../bgimg/erjihover.png) center top no-repeat;
}

.cptop1 ul li .erjimr {
    color: #fff;
    background: url(../bgimg/erjihover.png) center top no-repeat;
}

.wt {
    margin-bottom: 15px;
    padding-left: 55px;
    height: 43px;
    line-height: 40px;
    color: #4a4a4a;
    font-size: 14px;
    background: url(../bgimg/wenbg.png) no-repeat;
    cursor: pointer;
}

.wt11mr {
    color: #0073c4;
    margin-bottom: 0px;
}

.da {
    padding: 25px 20px 15px 30px;
    background: #f8f8f8;
    line-height: 25px;
    color: #727272;
    display: none;
    font-family: "微软雅黑";
}

.da1 {
    display: block;
}

.yema {
    width: 1055px;
    text-align: center;
    margin: 35px auto;
    line-height: 60px;
    border-top: 1px solid #d7d3d3;
    margin-top: 20px;
}

.yema a {
    color: #525252;
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0 8px;
}

.yema a:hover {
    color: #0073c4;
}


/*新闻中心*/

.nnew1 {
    width: 100%;
    float: left;
    overflow: hidden;
    background: url(../bgimg/xiazaixu.png) left bottom repeat-x;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.nnew1:hover {
    opacity: 0.7
}

.nnew1 img {
    width: 200px;
    height: 150px;
    display: inline-block;
    float: left;
}

.nnew1 .nnew11 {
    width: 880px;
    float: left;
    margin-left: 20px;
}

.nnew1 .nnew11 a {
    width: 100%;
    color: #3d3d3d;
    font-size: 14px;
}

.nnew1 .nnew11 a:hover {
    color: #0073c4;
}

.nnew1 .nnew11 a span {
    color: #949494;
    float: right;
}

.nnew1 .nnew11 p {
    color: #949494;
    line-height: 25px;
}

.nnew1 .nnew11 p.time-box {
    padding-left: 16px;
    background: url(../bgimg/5.png) no-repeat left center;
}

.nnewxq {
    width: 940px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 40px;
}

.nnewxq1 {
    width: 100%;
    border-bottom: 1px solid #e3e3e2;
}

.nnewxq1 h3 {
    color: #4a4a4a;
    font-size: 14px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.nnewxq1 p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #838383;
    margin-bottom: 7px;
}

.nnewxq2 {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    color: #4a4a4a;
    margin-top: 25px;
    padding-bottom: 55px;
}

.nnewxq2 img {
    max-width: 100%;
}

.nnewxq3 {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    border-top: 1px solid #e3e3e2;
}

.nnewxq3 a {
    color: #4a4a4a;
}

.nnewxq3 a:hover {
    color: #0073c4;
}

.nnewxq3a1 {
    float: left;
    width: 50%;
}

.nnewxq3a2 {
    float: right;
    width: 50%;
}


/*关于我们*/

.naboutus {
    overflow: hidden;
    color: #535353;
    line-height: 30px;
    margin: 30px;
}

.naboutus1 {
    width: 510px;
    float: left;
    overflow: hidden;
    line-height: 30px;
}

.naboutus2 {
    width: 545px;
    float: right;
    overflow: hidden;
}

.slideBox5 {
    width: 545px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slideBox5 .hd {
    height: 15px;
    overflow: hidden;
    width: 545px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.slideBox5 .hd ul {
    width: 202px;
    overflow: hidden;
    margin: 0 auto;
}

.slideBox5 .hd ul li {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #cacaca;
    float: left;
    margin-left: 15px;
    border-radius: 10px;
}

.slideBox5 .hd ul li.on {
    width: 15px;
    height: 15px;
    background: #0073c4;
}

.slideBox5 .bd {
    position: relative;
    height: 200px;
    z-index: 0;
    width: 545px;
    overflow: hidden;
}

.slideBox5 .bd li {
    zoom: 1;
    overflow: hidden;
}

.slideBox5 .bd img {
    width: 255px;
    height: 175px;
    display: block;
}

.slideBox5 .bd .bd1 {
    width: 255px;
    height: 200px;
    line-height: 25px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.slideBox5 .bd .bd2 {
    float: right;
}


/*招聘*/

.wt1 {
    margin-bottom: 2px;
    width: 1100px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    color: #959392;
    font-size: 14px;
    background: #eae9e9;
    cursor: pointer;
}

.wt12 {
    background: #fff;
}

.wt1mr {
    background: #d0d0d0;
    color: #010101;
}

.wentibox {
    margin: 0px auto;
    margin-top: 30px;
    padding: 0 20px;
}

.da2 {
    width: 1067px;
    padding: 25px 20px 15px 30px;
    background: #f8f8f8;
    line-height: 25px;
    color: #727272;
    font-family: "微软雅黑";
    background: #e5e5e5;
    line-height: 30px;
    color: #959392;
    display: none;
}

.da2t {
    color: #383838;
    font-size: 14px;
    line-height: 20px;
}

.da2mr {
    display: block;
}


/*案例列表*/

.anlibox {
    width: 1088px;
    margin: 0 auto;
    margin-top: 50px;
}

.anlibox1 {
    width: 189px;
    border: 1px solid #e3e3e3;
    padding: 13px;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 44px;
    margin-bottom: 25px;
}

.anlibox1 img {
    width: 189px;
    height: 145px;
    cursor: pointer;
}

.anlibox1 .cpname {
    width: 145px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #2a3274;
    color: #4c4c4c;
    margin-top: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.anlibox1:hover {
    background: #2a3274;
}

.anlibox1:hover .cpname {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cptopwai {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

.cptop {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cptop img {
    width: auto;
    height: 143px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.cptop1 {
    width: auto;
    overflow: hidden;
    float: left;
    margin-top: 35px;
    position: relative;
    z-index: 2;
}

.xpbox {
    width: 1120px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}


/*案例切换*/

.slideBox3 {
    width: 940px;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.slideBox3 .hd {
    height: 380px;
    overflow: hidden;
    width: 152px;
    overflow: hidden;
    float: right;
    margin-left: 20px;
    position: relative;
}

.slideBox3 .hd ul li {
    width: 150px;
    height: 73px;
    cursor: pointer;
    border: 1px solid #b6b0b0;
    margin-bottom: 16px;
}

.slideBox3 .hd ul li img {
    width: 150px;
    height: 73px;
}

.slideBox3 .hd ul li.on {
    width: 150px;
    height: 73px;
    border: 1px solid #0f005b;
}

.slideBox3 .bd {
    position: relative;
    height: 380;
    z-index: 0;
    width: 768px;
    float: left;
}

.slideBox3 .bd li {
    zoom: 1;
}

.slideBox3 .bd img {
    width: 768px;
    height: 380px;
    display: block;
}

.slideBox3 .prev {
    position: absolute;
    bottom: 0px;
    left: 54px;
    cursor: pointer;
    width: 15px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    background: url(../bgimg/anlileft.png) center no-repeat;
}

.slideBox3 .prev:hover {
    background: url(../bgimg/anlileft1.png) center no-repeat;
}

.slideBox3 .next {
    right: 57px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    width: 15px;
    height: 20px;
    overflow: hidden;
    background: url(../bgimg/anliright.png) center no-repeat;
}

.slideBox3 .next:hover {
    background: url(../bgimg/anliright1.png) center no-repeat;
}

.nanlixuan {
    width: 100%;
    overflow: hidden;
    background: #c8e2de;
    height: 38px;
    /* margin-top: 50px; */
}

.nanlixuan li {
    float: left;
    line-height: 38px;
    text-align: center;
    color: #424242;
    font-size: 14px;
    cursor: pointer;
    width: 50%;
    background: url(../bgimg/anlixian.jpg) right center no-repeat;
}

.nanlixuan li:last-of-type {
    background: none;
}

.nanlixuan li.no {
    background: none;
}

.nanlixuan li.mr {
    color: #fff;
    background: #006bb7;
}

.nanlixuanny {
    width: 100%;
    line-height: 30px;
    color: #424242;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
}

.nanlixuannymr {
    display: block;
}

.sanjimenu {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.sanjimenu a {
    margin-right: 30px;
    width: 68px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    float: left;
    color: #525252;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.sanjimenu a.mr {
    border-top: 1px solid #0073c4;
    color: #0073c4;
}

.sanjimenu a:hover {
    border-top: 1px solid #0073c4;
    color: #0073c4;
}

.xpbox1 {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0 20px;
}

.anli1 {
    border: 1px solid #e1e1e1;
    padding: 13px;
    width: 22%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.anli1:last-of-type {
    margin-right: 0;
}

.anli2 {
    margin-right: 0px;
}

.anli1 img {
    width: 100%;
}


/*.anli1 p{width:145px;height:40px;line-height:40px;color:#525252;border-bottom:1px solid #0073c4;margin-bottom:9px;}
*/

.anli1:hover {
    background: #0073c4;
}

.anli1:hover p {
    color: #fff;
    /*border-bottom:1px solid #fff;*/
}

.anli2:hover p {
    color: #fff;
    /*border-bottom:1px solid #fff;*/
}


/*产品*/

.xpbox2 {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 0px;
}

.chanpin1 {
    width: 170px;
    margin: 0px 62px 30px 62px;
    display: inline-block;
    float: left;
    position: relative;
    height: 205px;
}

.chanpin1 img {
    width: 170px;
    height: 205px;
}

.chanpin1 p {
    width: 170px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.chanpin1:hover p {
    background: rgba(0, 107, 183, 0.8)
}

.slideBox4 {
    width: 560px;
    height: 387px;
    position: relative;
    overflow: hidden;
    float: left;
}

.slideBox4 .hd {
    height: 387px;
    overflow: hidden;
    width: 95px;
    overflow: hidden;
    float: right;
    position: relative;
}

.slideBox4 .hd ul li {
    width: 93px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.slideBox4 .hd ul li img {
    width: 93px;
    height: 80px;
}

.slideBox4 .hd ul li.on {
    width: 93px;
    height: 80px;
    border: 1px solid #0f005b;
}

.slideBox4 .bd {
    position: relative;
    height: 385px;
    z-index: 0;
    width: 445px;
    float: left;
    border: 1px solid #f1f1f1;
}

.slideBox4 .bd li {
    zoom: 1;
}

.slideBox4 .bd img {
    width: 445px;
    height: 385px;
    display: block;
}

.xpboxright {
    width: 335px;
    float: left;
    margin-left: 40px;
    color: #4b4b4b;
    font-family: "微软雅黑";
}

.xpboxrightt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.xqms {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.xqmst {
    width: 100%;
    height: 36px;
    background: url(../bgimg/xqbg.png) left top no-repeat;
    margin-bottom: 23px;
}

.xqmst span {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    display: inline-block;
}

.xqmsny {
    width: 100%;
    line-height: 25px;
    color: #444444;
}

.cpxqright {
    width: 512px;
    float: right;
}

#gdt {
    width: 485px;
    height: 387px;
    padding-right: 27px;
    overflow: hidden;
}

.nicescroll-rails {
    background: url(../bgimg/anlixian.jpg) center repeat-y;
}

#gdt h3 {
    color: #555555;
    font-size: 18px;
}

#gdt .cpdgt {
    height: 16px;
    border-left: 2px solid #006bb7;
    color: #006bb7;
    font-size: 14px;
    line-height: 16px;
    margin-top: 22px;
    margin-bottom: 15px;
    width: 300px;
    padding-left: 10px;
}

.cpdgny {
    font-size: 14px;
}


/*下载中心*/

.xiazaibox {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
}

.xiazai1 {
    margin-left: 5px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(../bgimg/xiazaixu.png) left bottom repeat-x;
}

.xiazaia1 {
    height: 35px;
    float: left;
    display: inline-block;
    color: #313030;
    font-size: 12px;
    line-height: 35px;
}

.xiazaia1 span {
    color: #606060;
}

.xiazaia1:hover {
    color: #0073c4;
}

.xiazaia2 {
    margin-top: 6px;
    width: 72px;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    background: url(../bgimg/xiazai1.png) no-repeat;
    color: #313030;
    display: inline-block;
    float: right;
    margin-right: 5px;
}

.xiazaia2:hover {
    color: #0073c4;
    background: url(../bgimg/xiazai2.png) no-repeat;
}

.newbox {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d8d7d7;
    margin-bottom: 40px;
}

.newboxleft {
    width: 167px;
    height: 106px;
    border: 1px solid #e8e3e3;
    float: left;
    padding: 5px;
    box-shadow: 2px 2px 2px #d8d7d7;
}

.newboxleft:hover {
    box-shadow: 5px 5px 15px #999;
}

.newboxleft img {
    width: 167px;
    height: 106px;
}

.newboxright {
    width: 790px;
    float: right;
    overflow: hidden;
}

.newboxright .newt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d8d7d7;
}

.newboxright .newt a {
    color: #4a4a4a;
    font-weight: bold;
}

.newboxright .newt a:hover {
    color: #0f005b;
}

.newboxright .newt span {
    color: #838383;
    float: right;
    margin-right: 5px;
}

.newny {
    width: 785px;
    line-height: 25px;
    color: #777777;
    height: 75px;
    margin-top: 10px;
}

.nnewmore {
    width: auto;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
    color: #2a3274;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nnewmore span {
    color: #fff;
    background: #2a3274;
    padding: 0.5px 4px;
    border-radius: 25px;
    margin-right: 15px;
}

.nnewmore:hover {
    color: #0f005b;
}

.xptitle {
    width: 100%;
    line-height: 25px;
    border-bottom: 1px solid #e3e3e2;
    text-align: center;
    color: #838383;
    padding-bottom: 8px;
}

.xptitle span {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #4a4a4a;
    font-weight: bold;
}

.nxqny {
    width: 100%;
    margin-top: 25px;
    line-height: 25px;
    color: #777777;
}

.sxy {
    width: 100%;
    border-top: 1px solid #e3e3e2;
    padding-top: 15px;
    line-height: 25px;
    overflow: hidden;
    color: #777;
    margin-top: 30px;
}

.sxy a {
    color: #777;
}

.sxy a:hover {
    color: #0f005b;
}

.ngywm {
    width: 980px;
    padding-left: 20px;
}


/* timeline */

.indexcenter {
    width: 1200px;
    overflow: auto;
    margin: 0 auto;
    background: #fff url(../bgimg/lishibg.jpg) center 0px no-repeat;
    margin-bottom: 50px;
}

.indexcenterwenti {
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
}

.lishiwai {
    width: 1106px;
    margin: 0 auto;
}

.lichengbox {
    width: 1120px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    margin-bottom: 20px;
    line-height: 25px;
    color: #545454;
}

.lichengleft {
    width: auto;
    float: left;
    width: 515px;
    line-height: 30px;
    color: #535353;
    font-family: 微软雅黑;
}

.nt1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

#timeline {
    padding: 40px 0px;
    width: 1120px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    background: url('../bgimg/lishi3.jpg') left 83px repeat-x;
}

#dates {
    width: 1120px;
    height: 60px;
    overflow: hidden;
}

#dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #545454;
    font-family: 微软雅黑;
}

#dates li a {
    color: #545454;
    width: 100px;
    height: 50px;
    display: block;
    background: url('../bgimg/lishi1.png') center bottom no-repeat;
    font-size: 14px;
    font-family: 微软雅黑;
}

#dates a {
    line-height: 38px;
}

#dates .selected {
    font-size: 24px;
    color: #2a3274;
    background: url('../bgimg/lishi2.png') center bottom no-repeat;
    font-family: 微软雅黑;
}

#issues {
    width: 1120px;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

#issues li {
    width: 1120px;
    height: auto;
    list-style: none;
    float: left;
}

#issues li h2 {
    color: #ffcc00;
    font-size: 42px;
    margin: 20px 0;
    text-shadow: #000 1px 1px 2px;
}

#issues li p {
    font-size: 14px;
    margin-right: 70px;
    margin: 10px;
    font-weight: normal;
    line-height: 22px;
}

.lishitu {
    width: 230px;
    height: 150px;
    float: left;
    padding: 8px;
    border: 1px solid #c8c8c8;
    margin-left: 45px;
}

.lishitu img {
    width: 230px;
    height: 150px;
}

#issues h3 {
    width: 136px;
    text-align: center;
    color: #545454;
    font-size: 30px;
    font-family: "Arial";
    float: left;
    line-height: 45px;
    margin-top: 10px;
}

.lishiny {
    width: 520px;
    float: left;
    margin-top: 15px;
    line-height: 30px;
    color: #545454;
    font-family: 微软雅黑;
}

.lyfk {
    width: 762px;
    height: 425px;
    margin-left: 160px;
    background: url(../bgimg/form.jpg) no-repeat;
    padding-top: 30px;
}

.lyfk table {
    width: 506px;
    margin-left: 50px;
}

.lyfk table tr {
    height: 40px;
}

.lyfk table input {
    border: 1px solid #dddddd;
    height: 22px;
}

.lyfk table td {
    font-size: 14px;
    color: #4a4a4a;
    font-family: 微软雅黑;
    position: relative;
}

.lyfk table .input1 {
    width: 158px;
}

.lyfk table .input2 {
    width: 220px;
}

.lyfk table .input3 {
    width: 420px;
}

.lyfk table .input4 {
    width: 100px;
}

.lyfk table .input5 {
    width: 95px;
    height: 30px;
    border-radius: 5px;
    background: #0073c5;
    color: #fff;
    border: 0px;
    font-size: 14px;
    font-family: 微软雅黑;
}

.lyfk table textarea {
    width: 420px;
    height: 95px;
}

.lyfk table img {
    position: absolute;
    top: 7px;
    margin-left: 12px;
}

.lyfk table a {
    margin-left: 125px;
    color: #2a3274;
    font-family: 微软雅黑;
}

.lxwmbox {
    width: 1120px;
    margin: 0 auto;
}

.lxwmbox img {
    width: 1198px;
    display: block;
    box-shadow: 5px 5px 5px #d9d7d8
}

.lxwmbox img:hover {
    box-shadow: 15px 15px 50px #d9d7d8;
}

.lxwmt1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.lxwmt1 .lxwmtn>span {
    font-size: 18px;
    color: #000000;
}

.lxwmtn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #363636;
    font-size: 18px;
    font-family: 微软雅黑;
    background: url(../bgimg/caixian.png) left bottom no-repeat
}

.lxwm2 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    color: #363636;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 32px;
}

.ngywm .jscg {
    float: left;
    display: block;
    margin-right: 40px;
    margin-bottom: 30px;
}

.ngywm {
    color: #6f6f6f;
    line-height: 25px;
}

.lxwm2 .lxwm22 {
    width: 100%;
    overflow: hidden;
}

.lxwm2 .lxwm22 li {
    width: 320px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #363636;
    font-size: 14px;
}

.lxwm2 .lxwm21 li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #363636;
    font-size: 14px;
}

.naboutus p {
    font-size: 14px;
}

.naboutus div {
    font-size: 14px;
}

.naboutus td {
    font-size: 14px;
}

.naboutus span {
    font-size: 14px;
}

.lichengleft {
    font-size: 14px;
}

.lichengleft p {
    font-size: 14px;
}

.lichengleft div {
    font-size: 14px;
}

.lichengleft td {
    font-size: 14px;
}

.lichengleft span {
    font-size: 14px;
}

.lishiny {
    font-size: 14px;
}

.lishiny p {
    font-size: 14px;
}

.lishiny div {
    font-size: 14px;
}

.lishiny td {
    font-size: 14px;
}

.lishiny span {
    font-size: 14px;
}

.cpdgny {
    font-size: 14px;
}

.cpdgny {
    font-size: 14px;
}

.cpdgny p {
    font-size: 14px;
}

.cpdgny div {
    font-size: 14px;
}

.cpdgny td {
    font-size: 14px;
}

.cpdgny span {
    font-size: 14px;
}

.nanlixuanny {
    font-size: 14px;
}

.nanlixuanny p {
    font-size: 14px;
}

.nanlixuanny div {
    font-size: 14px;
}

.nanlixuanny td {
    font-size: 14px;
    padding: 0 20px;
}

.nanlixuanny span {
    font-size: 14px;
}

.nnewxq2 {
    font-size: 14px;
}

.nnewxq2 p {
    font-size: 14px;
}

.nnewxq2 div {
    font-size: 14px;
}

.nnewxq2 td {
    font-size: 14px;
}

.nnewxq2 span {
    font-size: 14px;
}

.nnewxq2 img {
    display: block;
    margin: 15px auto;
}


/*项目展示*/

.font1 {
    font-family: "微软雅黑";
}

#content {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

#content a {
    display: inline-block;
    width: 227.5px;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

#content a.last {
    margin-right: 0px;
}

#content a .picture {
    width: 203px;
    height: 219px;
    padding: 9px;
    border: 1px solid #aaaaaa;
}

#content a p {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-bottom: 3px solid #aaaaaa;
    color: #434343;
}

#content a:hover .picture {
    border: 1px solid #00479d;
}

#content a:hover p {
    border-bottom: 3px solid #00479d;
    color: #00479d;
}

#gsfazn img {
    display: block;
    max-width: 80%;
    margin: 6px auto;
}