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

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

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

.headt-wrap {
    background: #7d7d7d;
}

.headt {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

.headtl {
    float: left;
}

.headtr {
    float: right;
}

.headtr a {
    color: #fff;
}

.headtr a:hover {
    color: #ff3f01;
}

.logo {
    margin-top: 23px;
}

.head {
    position: relative;
    overflow: hidden;
    min-height: 115px;
}

.headl {
    float: left;
}

.headr {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    margin-top: 27px;
    font-size: 24px;
    color: #cc0000;
    font-weight: bold;
    font-family: Arial;
    line-height: 30px;
    background: url(../images/top_phone.png) no-repeat left center;
}


/*  */

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

#formsearch {
    width: 383px;
    height: 42px;
    background: url(../images/ss.png) no-repeat center center;
    margin-top: 12px;
}

.hotSearch {
    font-weight: normal;
    color: #000000;
    line-height: 12px;
    padding-top: 10px;
}

.hotSearch a {
    margin-right: 6px;
    color: #000000;
    font-size: 12px;
}

.hotSearch a:hover {
    color: #000000;
}

#formsearch input {
    height: 42px;
    background: none;
    border: none;
    line-height: 42px;
    float: left;
}

#formsearch input#keyword {
    height: 42px;
    line-height: 42px;
    padding-left: 13px;
    color: #8c8c8c;
    width: 310px;
    outline: none;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 60px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
}

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


/*  */

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

.tybt {
    text-align: center;
}

.tybt dd {
    font: 600 35px/35px "Microsoft Yahei";
    font-size: 40px;
    color: #0065cd;
    font-weight: normal;
}

.tybt dt {
    font: 400 16px/16px "Microsoft Yahei";
    color: #666666;
    margin-top: 24px;
}


/* c1 */

.c1 {
    padding: 43px 0 21px 0;
    background-color: #fafafa;
}

.c1a {
    width: 396px;
    height: 97px;
    border-right: 1px solid #e3e3e3;
}

.c1a dd {
    font: 400 22px/22px "Microsoft Yahei";
    color: #333333;
    padding-top: 12px;
}

.c1a dt {
    font: 400 16px/30px "Microsoft Yahei";
    color: #ffffff;
    height: 30px;
    width: 207px;
    background: #3f8cda;
    text-align: center;
    margin-top: 13px;
}

.c1b {
    width: 450px;
    height: 97px;
    border-right: 1px solid #e3e3e3;
    margin-left: 58px;
}

.c1c {
    margin-left: 45px;
    margin-top: 10px;
    font: 40 16px/30px "Microsoft Yahei";
    color: #414141;
}


/* pro */

.pro {
    height: 790px;
    padding-top: 36px;
}

.slideTxtBox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 26px;
}

.hd ul {
    width: 600px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    border-radius: 30px;
    box-shadow: 0 0 5px #888;
}

.hd ul li {
    float: left;
    flex: 1;
    text-align: center;
    line-height: 54px;
    color: #0065cd;
    font-size: 16px;
    cursor: pointer;
}

.hd ul li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.hd ul li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.hd ul li.on {
    background-color: #0065cd;
    color: #fff;
}

.hd li+li {
    border-left: 1px solid #7d7d7d;
}

.bd {
    width: 100%;
    height: 530px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.bd ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pro-bd ul li img {
    width: 276px;
    height: 192px;
}

.pro-bd ul li {
    width: 23%;
    position: relative;
    margin-bottom: 30px;
    margin-left: 23px;
    float: left;
}

.pro-bd ul li h3 {
    display: block;
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #ebebeb;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    background-color: rgba(191, 216, 242, .5);
    background-image: url(../images/hover_img.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.bd ul li:hover .img-hover {
    display: block;
}

.tempWrap .infoList li {
    width: 100%
}


/* c2 */

.c2 {
    background-color: #f5f5f5;
    padding-top: 33px;
    padding-bottom: 10px;
}

.c2a {
    padding-top: 35px;
    background-image: url(../images/c2-bg.png);
    background-repeat: no-repeat;
    margin-top: 35px;
}

.c2a li {
    display: flex;
    align-items: center;
    padding-bottom: 44px;
    background-repeat: no-repeat;
}

.c2a-title {
    width: 580px;
}

.c2a-name {
    display: flex;
}

.c2a-num {
    margin-right: 20px;
}

.c2a-name-con h1 {
    font-size: 27px;
    color: #0065cd;
    font-weight: bold;
    margin-bottom: 10px;
}

.c2a-name-con p {
    font-size: 24px;
    color: #ff6200;
}

.c2a-af {
    padding-left: 35px;
    font-size: 14px;
    color: #999999;
    font-family: '[GJJXKJW]';
    text-transform: uppercase;
    line-height: 26px;
}

.c2a-wire {
    width: 540px;
    margin-left: 40px;
    border-bottom: 1px dashed #d9d9d9;
    margin-top: 15px;
    margin-bottom: 24px;
}

.c2a-summary {
    font-size: 18px;
    color: #999;
    padding-left: 55px;
    line-height: 40px;
}

.c2a-img {
    min-width: 550px;
    text-align: center;
}

.c2a li:nth-child(2n-1) {
    background-image: url(../images/c2-left.png);
    background-position: left bottom;
    justify-content: flex-start;
}

.c2a li:nth-child(2n) {
    background-image: url(../images/c2-right.png);
    background-position: right bottom;
    justify-content: flex-end;
}


/* c3 */

.c3 {
    height: 799px;
    padding-top: 40px;
}


/**/

.card-area .card-item {
    z-index: 4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    position: relative;
    float: left;
    width: 87px;
    height: 500px;
    background-color: transparent;
    overflow: hidden;
}

.card-area .card-item.active {
    width: 678px;
    height: 500px;
}

.card-area .card-item a.img1 {
    display: block;
    position: relative;
    width: 174px;
    height: 500px;
}

.card-area .card-item.active a.img1 h2 {
    left: 28px;
    text-align: left;
}

.card-area .card-item a.img1 .ycc {
    position: absolute;
    width: 87px;
    height: 499px;
    background: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
}

.card-area .card-item.active a.img1 .ycc {
    display: none;
}

.card-area .card-item a.img1 .yxx {
    display: none;
}

.card-area .card-item.active a.img1 .yxx {
    display: block;
}

.card-area .card-item a.img1 .ycc h2 {
    width: 24px;
    margin: 0 auto;
   
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #FFF;
    padding-top: 50px;
    height: 430px;
}

.card-area .card-item a.img1 .ycc .hh2 {
    width: 22px;
    height: 22px;
    background: url(../images/hh2.png) no-repeat center center;
    margin: 0 auto;
}

.yxx {
    width: 679px;
    height: 60px;
    padding-left: 33px;
    background: rgba(0, 101, 205, 0.48);
    position: absolute;
    bottom: 0;
    left: 0;
}

.yxx dd {
    font: 400 24px/24px "Microsoft Yahei";
    color: #FFF;
    padding-top: 20px;
}

.yxx dt {
    font: 400 16px/16px "Microsoft Yahei";
    color: #FFF;
    margin-top: 23px;
}

#slideBox .hd {
    width: 1200px;
    height: 76px;
    background: rgba(125, 125, 125, 0.26);
    display: none;
}

#slideBox .hd ul {
    text-align: center;
    font-size: 0;
}

#slideBox .hd ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 2px;
    border-radius: 50%;
    margin-top: 32px;
}

#slideBox .hd ul li.on {
    background: #535353;
}


/* c5 */

.c5 {
    height: 669px;
    background: url(../images/c5.png) no-repeat top center;
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.c5a {
    width: 808px;
    margin-left: 350px;
    text-align: center;
    padding-top: 44px;
}

.c5a dt {
    font: 400 16px/16px "Microsoft Yahei";
    color: #000000;
    margin-top: 22px;
}

.c5a h1 {
    font-size: 30px;
    color: #0065cd;
    text-align: center;
    font-family: "Adobe 黑体 Std";
    display: block;
    font-weight: 400;
}

.c5a dl {
    font: 400 14px/36px "Microsoft Yahei";
    color: #74747b;
    text-align: left;
    padding-right: 26px;
    margin-top: 32px;
    height: 249px;
}

.c5a .aaa {
    display: block;
    width: 158px;
    height: 35px;
    background: url(../images/aa.png) no-repeat center center;
}

.c5aa {
    margin-top: 158px;
    text-align: left;
}

.c5aa .bd {
    height: 60px;
    overflow: hidden;
}

.c5aa dd {
    font: 600 18px/18px "Microsoft Yahei";
    color: #000000;
}

.c5aa dt {
    width: 771px;
    height: 63px;
    background: #fff;
    color: #010101;
    font: 400 14px/30px "Microsoft Yahei";
    padding-left: 12px;
    box-shadow: 5px 8px 10px 3px rgba(0, 0, 0, 0.1);
}

.infoList li {
    width: 771px;
    height: 63px;
    position: relative;
}

.infoList li a {
    color: #010101;
}

.infoList li h2,
.infoList li h3 {
    font-weight: normal;
    line-height: 30px;
}

.infoList li .jt {
    width: 17px;
    height: 18px;
    background: url(../images/jt.png) no-repeat center center;
    position: absolute;
    top: 22px;
    right: 21px;
}

.c5b {
    width: 755px;
}

.shuzi {
    width: 777px;
    height: 146px;
    background: rgba(255, 255, 255, 0.91);
    position: absolute;
    top: 413px;
    left: 684px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.shuzi ul li {
    float: left;
    text-align: center;
    width: 194.25px;
}

.shuzi ul li dd {
    font: 600 30px/30px "Microsoft Yahei";
    color: #000000;
    padding-top: 36px;
}

.shuzi ul li dt {
    font: 400 16px/16px "Microsoft Yahei";
    color: #000000;
    margin-top: 26px;
}


/*  */

.c6 {
    height: 363px;
    padding-top: 23px;
}

.c6bt {
    width: 1200px;
    font: 500 24px/24px "Microsoft Yahei";
    color: #0065cd;
    text-indent: 66px;
    background: url(../images/c6bt.png) no-repeat 16px center;
}

.c6bt a {
    text-transform: uppercase;
    color: #535353;
    font-size: 18px;
    line-height: 24px;
    float: right;
    margin-right: 50px;
}

#demo {
    overflow: hidden;
    width: 91.5%;
    margin: 0 auto;
    padding-bottom: 10px;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.gun {
    position: relative;
    margin-top: 27px;
    padding-bottom: 10px;
}

.l_btn,
.r_btn {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 118px;
    top: 56px;
}

.l_btn {
    left: 0px;
}

.r_btn {
    right: 0px;
}

.product_list1 li {
    float: left;
    margin: 0 9px;
}

.product_list1 li img {
    width: 199px;
    height: 260px;
    box-shadow: 9px 6px 10px -1px rgba(0, 0, 0, 0.1);
}


/* c7 */

.c7 {
    height: 585px;
    background-color: #f5f5f5;
}

.cc7 {
    font: 400 24px/24px "Microsoft Yahei";
    color: #0065cd;
    padding-top: 30px;
}

.cc7 span {
    float: right;
}

.cc7 span a {
    margin: 0 12px;
    font-size: 14px;
    color: #474747;
}

.news_listt {
    margin-top: 24px;
}

.news_listt li {
    height: 450px;
}

.news_listt li.nli {
    padding: 0 8px;
    background: #fff;
    padding-bottom: 28px;
    width: 384px;
}

.news_listt li.nli dd {
    padding-left: 15px;
    font: 400 20px/20px "Microsoft Yahei";
    color: #bebebe;
    padding-top: 23px;
}

.news_listt li.nli dt {
    padding-left: 15px;
    font: 400 18px/18px "Microsoft Yahei";
    color: #000000;
    margin-top: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_listt li.nli dl {
    padding-left: 15px;
    width: 300px;
    font: 400 12px/25px "Microsoft Yahei";
    color: #878787;
    margin-top: 19px;
}

.news_listt li img {
    width: 100%;
    height: 225px;
}

.news_listt li.nli .img {
    width: 368px;
    height: 206px;
    margin-top: 20px;
}

.news_listt li.nli .img img {
    width: 368px;
    height: 206px;
}

.news_listt li.nli a {
    display: block;
    width: 158px;
    height: 35px;
    background: url(../images/naa.png) no-repeat center center;
    margin-top: 16px;
    margin-left: 4px;
}

.news_listt li {
    float: left;
    width: 254px;
    margin-right: 16px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.05);
}

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

.news_listt li .nsbg {
    height: 50%;
    background: #fff;
    padding: 18px 12px 37px 15px;
    transition: all 0.5s;
}

.news_listt li .nsbg dd {
    font: 400 16px/16px "Microsoft Yahei";
    color: #000000;
    position: relative;
}

.news_listt li .nsbg dd:before {
    content: "";
    width: 72px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 27px;
    left: 0;
}

.news_listt li .nsbg dt {
    font: 40 12px/25px "Microsoft Yahei";
    color: #777777;
    margin-top: 31px;
}

.news_listt li .nsbg dl {
    font: 40 12px/12px "Microsoft Yahei";
    color: #777777;
    margin-top: 28px;
}

.news_listt li:hover .nsbg {
    background: #0065cd;
}

.news_listt li:hover .nsbg>dd {
    color: #fff;
}

.news_listt li:hover .nsbg>dd:before {
    background: #fff;
}

.news_listt li:hover .nsbg>dt {
    color: #fff;
}

.news_listt li:hover .nsbg>dl {
    color: #fff;
}


/* c8 */

.c8 {
    height: 400px;
    padding-top: 40px;
}

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

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

#xdemo1 {
    float: left;
}

#xdemo2 {
    float: left;
}

.gun1 {
    position: relative;
    margin-top: 44px;
}

.l_btn1,
.r_btn1 {
    position: absolute;
    cursor: pointer;
    width: 14px;
    height: 22px;
    top: 85px;
}

.l_btn1 {
    left: -41px;
}

.r_btn1 {
    right: -41px;
}

.product_list2 li {
    float: left;
    margin: 0 12px;
}

.product_list2 li img {
    width: 300px;
    height: 175px;
    border: 1px solid #ededed;
}


/* 标题 */

.htitle {
    text-align: center;
}

.htitle h2 {
    font-size: 28px;
    color: #4099ed;
    text-align: center;
    line-height: 74px;
    background-image: url(../images/title_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 74px;
}

.htitle a {
    color: #ff3e00;
    text-align: center;
    margin: 15px 0 28px 0;
    display: inline-block;
}


/* */

.co {
    padding: 50px 0 90px;
    background: url(../images/coperbg.jpg) no-repeat center bottom;
}

.coc {
    position: relative;
    padding: 0px 30px;
    height: 100px;
}

.coc .col {
    width: 25px;
    height: 60px;
    display: block;
    background: url(../images/left.jpg) no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
}

.coc .cor {
    width: 25px;
    height: 60px;
    display: block;
    background: url(../images/right.jpg) no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
}

.coc .cob {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100px;
}

.coc ul {
    width: 800%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.coc ul li {
    width: 200px;
    float: left;
    margin-left: 21px;
}

.coc ul li img {
    width: 198px;
    height: 98px;
    display: block;
    border: 1px solid #ccc;
}

.coc ul li:hover img {
    border-color: #a0c0eb;
}

.prd {
    overflow: hidden;
}

.prdl {
    float: left;
    width: 256px;
    background-color: #e9e9e9;
    padding-bottom: 18px;
}

.prdl h2 {
    height: 122px;
    background: url(../images/prdt.jpg) no-repeat center 0;
}

.prdl ul {
    width: 224px;
    padding: 18px 8px 0;
    margin: 0 auto;
}

.prdl ul li {
    height: 34px;
    background-color: #4099ed;
    line-height: 34px;
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
}

.prdl ul li a {
    color: #fff;
}

.prdl ul li span {
    margin: 0 8px 0 25px;
}

.prdl .prdt {
    width: 224px;
    margin: 20px auto 0;
    padding: 34px 0;
    height: 34px;
    background: url(../images/prd_tel.png) no-repeat 12px center #4099ed;
    font-size: 14px;
    color: #fff;
    min-height: 50px;
}

.prdl .prdt p {
    padding-left: 65px;
}

.prdl .prdt h2 {
    font-size: 20px;
    height: auto;
    background: transparent;
    color: #fff;
    padding-left: 65px;
}

.prdr {
    float: right;
    width: 903px;
    height: 646px;
}

.prdn {
    height: 67px;
    background-color: #e9e9e9;
    width: 882px;
    margin-right: 20px;
    margin-top: 45px;
    overflow: hidden;
    line-height: 67px;
}

.prdn ul {
    float: left;
    overflow: hidden;
}

.prdn ul li {
    width: 280px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #3d3d3d;
    float: left;
}

.prdn ul li span {
    font-size: 14px;
    font-style: italic;
}

.prdn ul li.current,
.prdn ul li:hover {
    background-color: #4099ed;
    color: #fff;
}

.prdn a {
    float: right;
    margin-right: 20px;
    color: #3d3d3d;
}

.prdc atl1 {
    overflow: hidden;
    display: none;
}

.prdc atl1.current {
    display: block;
}

.prdc ul li {
    width: 278px;
    height: 226px;
    border: 1px solid #e9e9e9;
    /*float: left;*/
    margin: 20px 21px 0 0;
}

.prdc ul li:hover {
    border: 1px solid #4099ed;
}

.prdc ul li img {
    display: block;
    width: 278px;
    height: 194px;
}

.prdc ul li h3 a {
    height: 32px;
    background-color: #e9e9e9;
    line-height: 32px;
    text-align: center;
    color: #3d3d3d;
    display: block;
}

.atl1 .tempWrap {
    float: left;
}

.ca {
    padding: 40px 0 50px;
}

.cac ul {
    overflow: hidden;
}

.cac ul li {
    width: 275px;
    height: 245px;
    float: left;
    margin: 0 14px;
}

.cac ul li img {
    display: block;
    width: 275px;
    height: 210px;
    border: 1px solid #ccc;
}

.cac ul li h3 a {
    line-height: 33px;
    height: 33px;
    text-align: center;
    display: block;
    color: #3d3d3d;
    font-weight: normal;
    font-size: 14px;
}

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

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

#case1 {
    float: left;
}

#case2 {
    float: left;
}

.re-wrap {
    background: url(../images/adv_bg.jpg) no-repeat;
    height: 852px;
}

.re {
    padding-top: 110px;
}

.re ul {
    overflow: hidden;
}

.re ul li {
    width: 510px;
    height: 320px;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #3d3d3d;
    text-align: center;
    padding-top: 40px;
    margin-right: 80px;
}

.re .re1 {
    margin-right: 0;
    margin-left: 80px;
}

.re ul li strong {
    font-weight: bold;
    color: #329b00;
}

.re ul li img {
    display: block;
    margin: 20px auto 0;
}

.heng img {
    display: block;
    margin: 0 auto;
}

.adv-wrap {
    background: url(../images/a1_bg.jpg) no-repeat;
    height: 365px;
    margin-bottom: 42px;
}

.adv-wrap2 {
    background: url(../images/a2_bg.jpg) no-repeat;
    margin-bottom: 12px;
}

.adv-wrap3 {
    background: url(../images/a3_bg.jpg) no-repeat;
    margin-bottom: 40px;
}

.adv-wrap4 {
    background: url(../images/a4_bg.jpg) no-repeat;
    margin-bottom: 20px;
}

.adv {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
}

.adv strong {
    color: #ff3f01;
    font-weight: normal;
}

.adv p {
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
}

.adv-wrap1 .advl {
    float: left;
    width: 520px;
    padding-top: 100px;
    padding-left: 80px;
}

.adv-wrap1 .advr {
    float: right;
    padding-top: 10px;
}

.adv-wrap2 .advl {
    float: left;
    padding-top: 20px;
}

.adv-wrap2 .advr {
    float: right;
    width: 540px;
    padding-top: 100px;
}

.adv-wrap3 .advl {
    float: left;
    width: 520px;
    padding-top: 116px;
    padding-left: 80px;
}

.adv-wrap3 .advr {
    float: right;
    padding-top: 25px;
}

.adv-wrap4 .advl {
    float: left;
    width: 500px;
    text-align: center;
}

.adv-wrap4 .advr {
    float: right;
    width: 540px;
    padding-top: 100px;
}

.ev {
    padding-top: 50px;
}

.ev h2 {
    height: 55px;
    background: url(../images/cusname.jpg) no-repeat center 0;
}

.ev a.amore {
    display: block;
    width: 90px;
    height: 22px;
    border: 1px solid #52ad34;
    margin: 12px auto;
    color: #52ad34;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.ev ul {
    margin-top: 25px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 40px;
}

.ev ul li {
    width: 260px;
    float: left;
    height: 300px;
    margin-left: 28px;
}

.ev ul li img {
    display: block;
    width: 260px;
    height: 163px;
}

.ev ul li p {
    line-height: 24px;
    height: 70px;
    margin: 10px 0;
    display: block;
    height: 72px;
    font-size: 14px;
    color: #3d3d3d;
}

.ev ul li a.more {
    display: block;
    color: #329b00;
}

.ev ul li a:hover {
    text-decoration: underline;
}

.ab {
    padding-top: 40px;
}

.ab h2 {
    width: 284px;
    height: 27px;
    background: url(../images/abt.jpg) no-repeat center 0;
    margin: 0 auto;
}

.abc {
    overflow: hidden;
    height: 304px;
}

.abl {
    float: left;
    width: 610px;
    background: url(../images/ab_bg.jpg) no-repeat center 0;
    height: 304px;
}

.abl img {
    width: 350px;
    height: 232px;
    border: 3px solid #4099ed;
    margin: 43px 0 0 250px;
    padding: 5px;
    display: block;
}

.abr {
    float: right;
    width: 550px;
}

.abb {
    margin: 40px 0 0 10px;
    line-height: 28px;
    height: 100px;
    width: 530px;
}

.abr .more {
    display: block;
    color: #4099ed;
    line-height: 24px;
    height: 24px;
}

.abr ul {
    width: 100%;
    overflow: hidden;
    height: 116px;
    margin-top: 10px;
}

.abr ul li {
    float: left;
    margin-left: 10px;
    width: 170px;
}

.abr ul li img {
    display: block;
    width: 170px;
    height: 116px;
}

.ne {
    padding: 50px 0;
    overflow: hidden;
    height: 480px;
}

.nel {
    float: left;
    width: 750px;
}

.nen {
    height: 33px;
    overflow: hidden;
    width: 100%;
    background-color: #ededed;
    line-height: 33px;
    margin-bottom: 15px;
}

.nen ul {
    float: left;
}

.nen ul li {
    width: 125px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    float: left;
}

.nen ul li.current {
    background-color: #fff;
    border: 0;
    border-top: 2px solid #4099ed;
}

.nen a {
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #3d3d3d;
}

.neb .nea {
    display: none;
}

.neb .nea.current {
    display: block;
}

.nei {
    height: 172px;
    overflow: hidden;
}

.neil {
    float: left;
    width: 294px;
    height: 172px;
}

.neil img {
    display: block;
    width: 294px;
    height: 172px;
}

.neir {
    float: right;
    width: 430px;
}

.neir h3 a {
    line-height: 34px;
    font-size: 16px;
    color: #4099ed;
    display: block;
}

.neir p {
    height: 100px;
    margin-bottom: 10px;
    line-height: 24px;
}

.neir a.more {
    width: 108px;
    height: 28px;
    background-color: #4099ed;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

.neb ul {
    margin-top: 10px;
    line-height: 37px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.neb ul li {
    float: left;
    width: 355px;
    margin: 0 10px;
}

.neb ul li a {
    background: url(../images/news.jpg) no-repeat left center;
    padding-left: 20px;
    display: block;
    font-size: 14px;
    color: #3d3d3d;
}

#news {
    overflow: hidden;
    margin: 0px auto 0;
    position: relative;
    height: 410px;
}

.neq ul li h3 a {
    display: block;
    background: url(../images/ask.jpg) no-repeat left center;
    height: 28px;
    line-height: 28px;
    color: #4099ed;
    padding-left: 30px;
    overflow: hidden;
    font-size: 14px;
}

.neq ul li span {
    background: url(../images/answer.jpg) no-repeat left 6px;
    display: block;
    line-height: 28px;
    padding-left: 30px;
    font-size: 14px;
}

.ner {
    float: right;
    width: 380px;
}

.flinkt {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 20px;
    color: #4099ed;
    line-height: 30px;
    font-weight: bold;
}

.flinkt span {
    float: right;
    text-align: center;
    width: 1080px;
    height: 2px;
    background-color: #ccc;
    margin-top: 14px;
}

.flinkc {
    padding-left: 120px;
    background: url(../images/link.jpg) no-repeat;
    line-height: 30px;
    font-size: 14px;
    color: #3d3d3d;
    min-height: 30px;
}

.flinkc a {
    color: #ff3f01;
}

.foot-wrap {
    background: url(../images/foot_bg.jpg) no-repeat center 0;
    padding: 104px 0 10px 0;
}

.foot {
    overflow: hidden;
}

.footl {
    float: left;
    width: 352px;
    margin-left: 50px;
}

.message1 {
    padding: 0;
    overflow: hidden;
}

.message1 #message_main tr {
    width: 350px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.message1 #message_main tr th {
    width: 46px;
    height: 34px;
    display: block;
    overflow: hidden;
    float: left;
    border: none;
    padding: 0;
}

.message1 #message_main tr th.fn {
    background: url(../images/name.jpg) no-repeat;
}

.message1 #message_main tr th.ft {
    background: url(../images/tel.jpg) no-repeat;
}

.message1 #message_main tr th.fe {
    background: url(../images/email.jpg) no-repeat;
}

.message1 #message_main tr td {
    width: 304px;
    ;
    height: 34px;
    float: right;
    display: block;
    border: none;
    padding: 0;
}

.message1 .m_label {
    width: 290px;
    ;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #3d3d3d;
    display: block;
    border: none;
    padding-left: 14px;
}

.message1 input {
    width: 290px;
    ;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #3d3d3d;
    display: block;
    border: none;
    float: right;
    padding-left: 14px;
}

.message1 #message_main tr.fc td {
    width: 350px;
    height: 80px;
}

.message1 #message_main tr textarea {
    width: 340px;
    height: 70px;
    padding: 5px;
    border: none;
}

.message1 tr.fc .m_label {
    padding: 0;
    height: 20px;
    line-height: 20px;
}

.message1 #message_main tr.fv th {
    text-align: left;
    width: 60px;
    line-height: 34px;
    color: #3d3d3d;
    font-size: 14px;
    padding-left: 5px;
}

.message1 #message_main tr.fv td {
    width: 285px;
}

.message1 #message_main tr.fv input {
    width: 80px;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
}

.message1 #message_main tr.fv img {
    height: 34px;
}

.message1 #message_main tr.fs {
    width: 350px;
    border: none;
    height: 40px;
}

.message1 #message_main tr.fs th {
    width: 0;
}

.message1 #message_main tr.fs td {
    width: 100%;
}

.message1 .msgbtn1 {
    width: 100%;
    height: 40px;
    background-color: #329b00;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.footl .foott {
    background: url(../images/foot_tel.jpg) no-repeat left center;
    height: 48px;
    padding-left: 60px;
    color: #329b00;
    line-height: 20px;
    font-size: 14px;
}

.foott h2 {
    color: #329b00;
    font-size: 24px;
    line-height: 28px;
}

.footr {
    float: right;
    width: 685px;
    margin-top: 50px;
    background: url(../images/footn_bg.png) no-repeat left 40px;
}

.footn {
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #329b00;
    font-weight: 600;
    margin-bottom: 36px;
    font-size: 16px;
}

.footn a {
    font-size: 16px;
    color: #329b00;
    font-weight: 600;
    margin: 0 7px;
}

.footn a:hover {
    text-decoration: underline;
}

.footc {
    height: 200px;
    overflow: hidden;
    padding: 20px 0;
}

.foota {
    width: 490px;
    float: left;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
}

.foota a {
    color: #fff;
}

.foota a:hover {
    text-decoration: underline;
}

.footi {
    float: right;
    margin-top: 15px;
}


/*头部样式*/

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

.logo {
    float: left;
}

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

.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 {
    line-height: 32px;
    padding-top: 5px;
}

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

#menu {
    margin-top: 5px;
}


/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


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


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 40px;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

.ff {
    float: left;
    width: 300px;
    text-align: left;
    line-height: 30px;
    color: #333;
}

.ff a {
    color: #333;
}

.ff1 {
    float: right;
    width: 300px;
}


/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    padding: 15px 0;
}


/*页面底部*/

#footer {
    background: #333333;
    border-top: 1px solid #414141;
    padding-top: 36px;
    height: 295px;
}

#footer a {
    color: #ffffff;
}

.fota {
    width: 509px;
    border-right: 1px solid #484848;
    height: 228px;
}

#footer dd {
    font: 400 16px/16px "Microsoft Yahei";
    color: #ffffff;
}

#footer dt {
    width: 31px;
    height: 3px;
    background: #595959;
    margin-top: 13px;
}

.fota dl {
    font: 400 14px/35px "Microsoft Yahei";
    color: #ffffff;
    margin-top: 13px;
}

.fota dl p {
    height: 25px;
}

.fotb {
    width: 343px;
    border-right: 1px solid #484848;
    height: 228px;
    padding-left: 55px;
    padding-top: 50px;
}

.fotb dl {
    font-size: 0;
    margin-top: 5px;
}

.fotb dl p {
    display: inline-block;
}

.fotb dl a {
    display: inline-block;
    width: 82px;
    text-align: left;
    font: 400 14px/40px "Microsoft Yahei";
    color: #FFF;
}

.fotc dl {
    margin-top: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 30px;
}

.fotc dl div {
    margin-right: 10px;
}

.fotc dl div p {
    text-align: center;
    color: #fff;
}

.vn-last {
    height: 130px;
    background: #1f1f1f;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 15px;
    line-height: 26px;
}

.vn-last a {
    color: #fff;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #4099ed;
    font-size: 14px;
    color: #fff;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    margin: 0 auto;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto;
}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 930px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: #4099ed;
    color: #fff;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
    color: #fff;
}

.sitemp .site a {
    color: #fff;
}

.sitemp .site a:hover {
    text-decoration: underline;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}