﻿@charset "utf-8";

/* CSS Document */


/* ==========base公共部分============ */

html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    list-style: none;
    text-align: left;
}

.clearboth {
    clear: both;
}

a {
    text-decoration: none;
    color: #666;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    font-family: "黑体", "宋体" !important;
    font-size: 14px;
    color: #666;
    text-align: center;
}

* {
    font-family: "黑体", "宋体" !important;
}

.page {
    text-align: center;
    margin: 15px 0;
}

.page a {
    padding: 3px 10px;
    border: 1px #ccc solid;
    margin: 0 4px;
}

.page a:hover,
.page a.dq {
    color: #fff;
    background: #e98400;
    border: 1px #e98400 solid;
}

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

.clearboth {
    clear: both;
}

.index_title {
    font-family: 黑体, Arial !important;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
/*头部开始*/

.baoguo {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.wrapper1 {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.wrapper2 {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.header {
    width: 100%;
    height: 122px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}

.header .top {
    width: 100%;
    height: 46px;
}

.header .top span {
    float: left;
}

.header .top ul {
    float: right;
}

.header .top ul li {
    float: left;
    padding: 0 50px;
    border-right: 1px #747474 solid;
}

.header .top ul li span {
    padding-left: 30px;
}

.header .top ul .address {}

.header .top ul .hotline {}

.header .logo_nav {
    width: 100%;
    padding-bottom: 0px;
}

.header .logo {
    float: left;
    width: 243px;
    height: 90px;
}
    .header .logo img {
        height: 90px;
        margin-top: -30px;
    }

    .header .logo a {
        float: left;
        width: 320px;
        height: 80px;
        margin: 5px 0;
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }

.header .top .well {
    width: 300px;
    float: left;
    height: 36px;
    line-height: 46px;
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.header .top .language {
    float: right;
    width: 360px;
    height: 46px;
}

.header .top .language a {
    font-size: 14px;
    color: #000;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    width: 90px;
    text-align: center;
    float: left;
    background: url(../images/linexx.png) no-repeat -1px center;
}

.header_con {
    float: right;
    width: 180px;
    margin-top: 8px;
}

.search1 {}

.header_contact {
    margin-top: 4px;
    margin-bottom: 26px;
}

.header_contact h1 {
    font-size: 18px;
    color: #564f5a;
    letter-spacing: 1px;
}

.header_contact h1 span {
    font-size: 22px;
    color: #e31720;
    letter-spacing: 1px;
}

.input1 {
    float: left;
    width: 147px;
    height: 23px;
    border-radius: 0px;
    border: 1px solid #dddddd;
    border-right: 0px;
    padding-left: 5px;
}

.input2 {
    float: left;
    width: 25px;
    height: 27px;
    background: url(../images/nav1.jpg) center;
    border: none;
}


/*菜单开始*/

.header .logo_nav .nav {
    height: 56px;
    margin-bottom: 0px;
    width: 770px;
    float: right;
}

.nav ul {
    float: left;
    height: 56px;
    width: 770px;
}

.nav ul li {
    float: left;
    position: relative;
    line-height: 36px;
}

.nav ul .first {
    float: left;
    position: relative;
    border: none;
    background: none;
}

.nav ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    height: 56px;
    width: 110px;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid #CCC;
    transition: all 0.6s;
}

.nav ul li:hover a,
.nav ul li.on a {
    color: #000;
    border-bottom: 2px solid #000;
}

.nav ul li:hover {}

.nav ul li .en {
    font-size: 10px;
}


/*二级菜单*/

.nav ul li .absub {
    position: absolute;
    display: none;
    left: 0px;
    top: 90px;
    BORDER: 1px solid #CCC;
    border-top: 0px;
    z-index: 999999;
    background: #ffffff;
    height: auto;
    width: 560px;
}

.nav ul li:hover .absub {
    display: block;
    z-index: 999999;
}

.nav ul li .absub ul {
    margin: 15px 15px 30px 15px;
    display: inline-block;
    float: left;
    height: auto;
    overflow: hidden;
}

.nav ul li .absub li {
    border-left: 1px solid #CCC;
    float: left;
    width: 130px;
    background: none;
}

.nav ul li .absub li a {
    float: left;
    width: 110px;
    height: auto;
    padding: 0px;
    margin-left: 15px;
}

.nav ul li .absub li.first {
    border-left: 0px;
}

.nav ul li .absub li h1 {
    float: left;
}

.nav ul li .absub li h2 {
    float: left;
    font-size: 12px;
    text-align: left;
    color: #000000;
    width: 110px;
    height: 28px;
    line-height: 28px;
}

.nav ul li .absub li h1 img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.nav ul li .prosub {
    width: 422px;
}


/*焦点图*/

#divSmallBox {
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}

#playBox {
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
}

#playBox .oUlplay {
    width: 99999px;
    position: absolute;
    left: 0;
    top: 0;
    height: 550px;
    z-index: 10;
}

#playBox .oUlplay li {
    float: left;
    height: 100%;
    width: 1920px;
    z-index: 10;
}

#playBox .pre {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(../images/l.png) no-repeat;
    position: absolute;
    top: 190px;
    left: 10px;
    z-index: 10;
}

#playBox .next {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(../images/r.png) no-repeat;
    position: absolute;
    top: 190px;
    right: 10px;
    z-index: 10;
}

#playBox .smalltitle {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 80px;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
}

#playBox .smalltitle ul {
    width: 120px;
    margin: 0 auto;
}

#playBox .smalltitle ul li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background: #ffffff;
    float: left;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
    opacity: 0.6;
}

#playBox .smalltitle .thistitle {
    background: #fff;
    opacity: 1;
}

.fenzhan {}

.fenzhan .wrapper {
    padding: 20px 20px 10px;
    position: relative;
}

.fenzhan h2 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -12px;
    background: #FFF;
    padding: 0px 5px;
}

.fenzhan ul li a {
    display: inline-block;
    float: left;
    padding: 0px 5px;
    font-size: 12px;
    color: #666666;
}


/*内页banner*/

.about_banner {
    background: url(../images/about.jpg) no-repeat center;
    height: 340px;
}

.product_banner {
    background: url(../images/pro.jpg) no-repeat center;
    height: 340px;
}

.news_banner {
    background: url(../images/news.jpg) no-repeat center;
    height: 340px;
}

.joinus_banner {
    background: url(../images/about.jpg) no-repeat center;
    height: 340px;
}

.touzhi_banner {
    background: url(../images/about.jpg) no-repeat center;
    height: 340px;
}

.contact_banner {
    background: url(../images/news.jpg) no-repeat center;
    height: 340px;
}


/*底部*/

.footer_bottom {
    height: 230px;
    background: #0083d0;
    margin-top: 35px;
    overflow: hidden;
}

.footer_bottom .wrapper {
    height: 170px;
}

.footer_bottom .yqlj {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
}

.footer_bottom .yqlj h3 {
    height: 60px;
    width: 1200px;
    float: left;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.footer_bottom .yqlj h3 a {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}

.footer_bottom .logoft {
    width: 288px;
    height: 170px;
    float: left;
    color: #fff;
    line-height: 170px;
    font-size: 20px;
    text-align: center;
}

.footer_bottom .logoft img {
    margin: 20px auto 0 auto;
}

.footer_bottom h1 {
    width: 245px;
    height: 96px;
    float: left;
    margin-left: 100px;
    color: #fff;
    padding-top: 40px;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}

.footer_bottom h2 {
    width: 285px;
    height: 96px;
    float: left;
    color: #fff;
    margin-left: 110px;
    padding-top: 40px;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}

.footer_bottom h2 a {
    color: #fff;
}

.footer_bottom .ewm {
    width: 100px;
    height: 96px;
    float: right;
    padding-top: 40px;
}

.footer_bottom .ewm img {
    width: 96px;
    height: 96px;
    float: right;
}


/*===============================首页==================================*/


/*公告声明*/

.tip {
    background: url(../images/tip.jpg) no-repeat center bottom;
    height: 34px;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    line-height: 28px;
}

.tip a {
    color: #ff0000;
    font-size: 12px;
    line-height: 28px;
}


/*公司简介*/

.gsjianjie {
    width: 100%;
    height: 640px;
    background: url(../images/aboutbg.jpg) no-repeat center top;
}

.gsjianjie .left {
    width: 688px;
    height: 388px;
    float: left;
    margin-top: 124px;
}

.gsjianjie .left .title {
    width: 238px;
    height: 130px;
    float: left;
    background: url(../images/abtitlebg.png) no-repeat right top;
}

.gsjianjie .left .title h1 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 30px;
    color: #666;
    font-weight: 400;
    margin-top: 20px;
}

.gsjianjie .left .title h2 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 40px;
    color: #666;
    font-weight: bold;
    margin-top: 5px;
}

.gsjianjie .left .title h2 span {
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 40px;
    color: #0083d0;
    font-weight: bold;
    margin-right: 0px;
    transition: all 0.6s;
}

.gsjianjie .left:hover .title h2 span {
    margin-right: 35px;
}

.gsjianjie .left .abnr {
    width: 688px;
    height: 240px;
    float: left;
    margin-top: 16px;
}

.gsjianjie .left .abnr .nrong {
    width: 688px;
    height: 230px;
    float: left;
    margin-top: 0px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.gsjianjie .left .abnr a {
    width: 30px;
    height: 3px;
    float: left;
    margin-top: 7px;
    background: #0083d0;
    transition: all 1s;
}

.gsjianjie .left:hover .abnr a {
    width: 688px;
    height: 3px;
    float: left;
}

.gsjianjie .right {
    width: 472px;
    height: 462px;
    float: right;
    margin-top: 86px;
}


/*三个展示*/

.aboutus {
    width: 100%;
    margin: 15px 0;
}

.aboutus li {
    float: left;
    margin-left: 8px;
    width: 312px;
    background: url(../images/s1.png) no-repeat left top;
}

.aboutus .first {
    margin-left: 0px;
}

.aboutus li .text {
    width: 312px;
    height: 138px;
}

.aboutus li .text img {
    float: left;
    width: 115px;
    height: 115px;
    margin-left: 14px;
    margin-top: 10px;
    border-radius: 8px;
}

.aboutus li .text .text_1 {
    float: right;
    width: 150px;
    margin-top: 14px;
    margin-right: 12px;
}

.aboutus li .text .text_2 {
    float: right;
    width: 150px;
    margin-top: 14px;
    margin-right: 12px;
}

.aboutus li .text .text_3 {
    float: right;
    width: 150px;
    margin-top: 14px;
    margin-right: 12px;
}

.aboutus li .text span {
    color: #123885;
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
}

.aboutus li .text h4 {
    margin-top: 6px;
    font-weight: bold;
    color: #262626;
    font-size: 14px;
    width: 150px;
    line-height: : 24px;
    overflow: hidden;
}

.aboutus li .text a {
    color: #000;
}

.aboutus li .text h1 {
    margin-top: 3px;
    font-size: 12px;
    float: right;
    width: 90px;
    overflow: hidden;
    line-height: 24px;
    text-align: right;
}

.aboutus li .text .text_1 span {
    color: #123885;
}

.aboutus li .text .text_1 a {
    color: #123885;
}

.aboutus li .text .text_2 span {
    color: #d9261c;
}

.aboutus li .text .text_2 a {
    color: #d9261c;
}

.aboutus li .text .text_3 span {
    color: #0099ff;
}

.aboutus li .text .text_3 a {
    color: #0099ff;
}


/*新闻*/

.news_box {
    width: 100%;
    height: 630px;
    overflow: hidden;
    background: #f2f2f2;
    margin: 0 auto;
}

.news_bg {
    width: 1200px;
    float: left;
}

.news_box .left {
    width: 438px;
    height: 388px;
    float: left;
    margin-top: 100px;
}

.news_box .left .title {
    width: 238px;
    height: 130px;
    float: left;
    background: url(../images/abtitlebg.png) no-repeat right top;
}

.news_box .left .title h1 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 30px;
    color: #666;
    font-weight: 400;
    margin-top: 20px;
}

.news_box .left .title h2 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 40px;
    color: #666;
    font-weight: bold;
    margin-top: 5px;
}

.news_box .left .title h2 span {
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 40px;
    color: #0083d0;
    font-weight: bold;
    margin-right: 0px;
    transition: all 0.6s;
}

.news_box .left:hover .title h2 span {
    margin-right: 35px;
}

.news1 ul {
    padding-top: 170px;
}

.news1 ul li {
    width: 760px;
    height: 95px;
    float: left;
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}

.news1 ul .last {
    float: left;
}

.news1 ul li .date {
    color: #ffffff;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 18px;
    float: left;
    background: #0083d0;
}

.news1 ul li .date a {
    color: #ffffff;
    display: block;
    width: 80px;
    height: 805px;
}

.news1 ul li .date .day {
    font-size: 32px;
    line-height: 32px;
    padding: 10px 0px 0 0;
    display: block;
    text-align: center;
}

.news1 ul li .date .month {
    line-height: 36px;
    text-align: center;
    display: block;
    height: 38px;
}

.news1 ul li .text {
    width: 636px;
    height: 95px;
    float: right;
    padding: 15px 10px 0 10px;
    transition: width 1s;
}

.news1 ul li:hover .text {
    width: 606px;
    height: 95px;
    float: right;
    padding: 15px 10px 0 10px;
    transition: width 1s;
}

.news1 ul li .text a {
    color: #444;
}

.news1 ul li .text a:hover {
    color: #bf0000;
}

.news1 ul li .text .title {
    font-size: 16px;
    width: 425px;
    height: 20px;
    overflow: hidden;
}

.news1 ul li .text p {
    font-size: 16px;
    color: #666;
    padding-top: 2px;
    line-height: 22px;
    height: 75px;
    overflow: hidden;
    
}


/*推荐产品*/

.tjcp {
    width: 100%;
    height: 738px;
    background: url(../images/probg.jpg) no-repeat center top;
}

.tjcp .case_bg {
    position: relative;
}

.tjcp .title {
    width: 238px;
    height: 130px;
    float: left;
    background: url(../images/protitlebg.png) no-repeat right top;
    margin-top: 133px;
}

.tjcp .title h1 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-top: 20px;
}

.tjcp .title h2 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.tjcp .title h3 {
    width: 70px;
    height: 3px;
    float: left;
    margin-top: 210px;
    background: #fff;
    transition: all 1s;
}

.tjcp:hover .title h3 {
    width: 238px;
    height: 3px;
    float: left;
}

.LeftArr {
    display: block;
    width: 73px;
    height: 73px;
    position: absolute;
    top: 370px;
    left: 238px;
}

.RightArr {
    display: block;
    width: 73px;
    height: 73px;
    position: absolute;
    top: 370px;
    left: 311px;
}

.blk_29 {
    ZOOM: 1;
    POSITION: relative;
    overflow: hidden;
    height: 568px;
    width: 831px;
    margin-left: 0px;
    float: right;
    margin-top: 80px;
    box-shadow: -5px 0px 5px #f0f0f0, 0px 5px 5px #f0f0f0;
}

.blk_29 .Cont {
    MARGIN: 0px auto;
    OVERFLOW: hidden;
    width: 500px;
}

.blk_29 .box {
    FLOAT: left;
    width: 277px;
    border: none;
    text-align: center;
    margin: 37px 0;
    height: 207px;
    position: relative;
}

.blk_29 .box h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    -webkit-transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    -moz-transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    -o-transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    opacity: 0;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
}

.blk_29 .box h3 a {
    color: #fff;
    font: 400 20px/40px "";
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 207px;
}

.blk_29 .box:hover h3 {
    transform: rotateZ(0deg) translate3d(0px, 0px, 0);
    -webkit-transform: rotateZ(0deg) translate3d(0px, 0px, 0);
    -moz-transform: rotateZ(0deg) translate3d(0px, 0px, 0);
    -o-transform: rotateZ(0deg) translate3d(0px, 0px, 0);
    opacity: 1;
}

.blk_29 .box img {
    width: 276px;
    height: 207px;
    float: left;
    background: #f0f0f0;
}

.rollphotos {
    WIDTH: 820px;
    margin: 0px auto;
    position: relative;
    padding: 20px 0 0;
}

.bottonbg {
    background: url(../images/bg11.png) center no-repeat;
    width: 170px;
    height: 55px;
    display: block;
    margin: 0 auto;
}


/*解决方案*/

.jjfa {
    width: 100%;
    height: 640px;
}

.jjfa {}

.jjfa .title {
    width: 238px;
    height: 130px;
    margin: 0px auto;
    padding: 100px 0 40px 0;
    background: url(../images/abtitlebg.png) no-repeat right 100px;
}

.jjfa .title h1 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-top: 20px;
}

.jjfa .title h2 {
    width: 238px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: left;
    font-size: 35px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.jjfa .title h2 span {
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size: 35px;
    color: #0083d0;
    font-weight: bold;
    margin-left: 0px;
    transition: all 0.6s;
}

.jjfa:hover .title h2 span {
    margin-left: 15px;
}

.jjfa .picMarquee-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.jjfa .picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
    display: none;
}

.jjfa .picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.jjfa .picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.jjfa .picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.jjfa .picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.jjfa .picMarquee-left .bd {
    padding: 0px;
}

.jjfa .picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.jjfa .picMarquee-left .bd ul li {
    FLOAT: left;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    background: #fff;
    margin: 0px 15px 15px 15px;
    transition: all 0.8s;
}

.jjfa .picMarquee-left .bd ul li .pic {
    text-align: center;
}

.jjfa .picMarquee-left .bd ul li .pic img {
    width: 264px;
    height: 211px;
    display: block;
    padding: 10px 10px 0;
}

.jjfa .picMarquee-left .bd ul li .pic h1 {
    width: 264px;
    height: 60px;
    display: block;
    padding: 0px 10px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.jjfa .picMarquee-left .bd ul li:hover {
    background: #0083d0;
}

.jjfa .picMarquee-left .bd ul li:hover .pic h1 {
    color: #fff;
}

.jjfa .picMarquee-left .bd ul li .title {
    line-height: 24px;
}


/*视频和留言*/

.lysp {
    padding-top: 50px;
}

.lysp .lyan {
    width: 640px;
    height: 360px;
    float: left;
    background: #4a3076;
}

.lysp .lyan .intro {
    width: 560px;
    height: 310px;
    float: left;
    margin: 15px 40px 20px 40px;
}

.lysp .lyan .intro form {
    float: left;
    width: 580px;
    height: 233px;
}

.lysp .lyan .intro h1 {
    float: left;
    width: 90px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    text-align: left;
    color: #fff;
    border-bottom: 2px solid #999;
    transition: all 1s;
    margin-bottom: 10px;
}

.lysp .lyan:hover .intro h1 {
    float: left;
    width: 580px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    text-align: left;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}

.lysp .lyan .intro .stijiao {
    float: left;
    width: 560px;
    height: 30px;
}

.lysp .lyan .intro li {
    width: 560px;
    float: left;
    margin: 0px 0px 10px 0px;
}

.lysp .lyan .intro ul li a {
    width: 88px;
    height: 32px;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.lysp .lyan .intro ul li span {
    width: 472px;
    float: left;
    display: block;
}

.lysp .lyan .intro ul li input {
    width: 472px;
    height: 32px;
    float: left;
    background: #fff;
    border: 0px;
    margin: 0px;
}

.lysp .lyan .intro ul li textarea {
    width: 472px;
    height: 80px;
    float: left;
    background: #fff;
    border: 0px;
    margin: 0px;
}

.lysp .lyan .intro .stijiao input {
    width: 146px;
    height: 30px;
    float: left;
    margin: 0px 0px 0px 88px;
    background: #fff;
    border-radius: 30px;
    line-height: 26px;
    border: 0px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.lysp .ship {
    width: 526px;
    height: 360px;
    float: right;
}

.lysp .ship h1 {
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.lysp .ship h1 a {
    display: block;
    float: left;
    height: 42px;
    border-bottom: 3px solid #4a3076;
    width: 90px;
}

.lysp .ship h1 .gduo {
    width: 80px;
    font-size: 14px;
    color: #ccc;
    line-height: 45px;
    text-align: right;
    float: right;
    display: block;
    border: none;
}


/*合作伙伴*/

.hzhb {
    width: 1300px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}

.titlepr {
    height: 80px;
    padding-top: 50px;
}

.titlepr h1 {
    width: 135;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
}

.titlepr h2 {
    width: 165px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    font-size: 30px;
    color: #4a3076;
    font-weight: normal;
}

.titlepr h3 {
    width: 60px;
    height: 3px;
    margin: 0 auto;
    background: #4a3076;
    transition: all 0.6s;
    margin: 0px auto 15px auto;
}

.titlepr:hover h3 {
    width: 120px;
    height: 3px;
    background: #4a3076;
    transition: all 0.6s;
}

.cfang {
    width: 1200px;
    height: 150px;
    padding: 20px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.cfang .blk_219 {
    ZOOM: 1;
    height: 150px;
    width: 1200px;
    float: left;
    overflow: hidden;
}

.cfang .blk_219 .Cont {
    MARGIN: 0px auto;
    OVERFLOW: hidden;
    WIDTH: 500px;
}

.cfang .blk_219 .box {
    FLOAT: left;
    width: 216px;
    border: none;
    text-align: center;
    margin: 0 30px 0 0;
}

.cfang .blk_219 .box img {
    width: 214px;
    height: 119px;
    float: left;
    border: #b5b5b6 1px solid;
}

.cfang .blk_219 .box h1 {
    width: 216px;
    height: 32px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.hzhb .LeftArr {
    position: absolute;
    left: 10px;
    top: 190px;
}

.hzhb .LeftArr img {
    width: 26px;
    height: 23px;
}

.hzhb .RightArr {
    position: absolute;
    right: 10px;
    top: 190px;
}

.hzhb .RightArr img {
    width: 26px;
    height: 23px;
}


/*=================================内页内容===============================*/


/*内页左边菜单*/

.sidebar {
    width: 235px;
    float: left;
    margin-left: 1px;
    margin: 50px 0;
}

.side_menu {}

.side_menu .title {
    background: #2164aa;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
    padding-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.side_menu .title span {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.side_menu .intro {}

.side_menu .intro ul .level1 {
    margin-bottom: 0px;
}

.side_menu .intro ul .parent {
    font-size: 16px;
    position: relative;
    text-align: center;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #bbbbbb;
    border-bottom: 1px solid #fff;
    background: #e9e9e9;
}

.side_menu .intro ul .on .parent,
.side_menu .intro ul .parent:hover {}

.side_menu .intro ul li.parent {
    margin-bottom: 0px;
    background: #e9e9e9;
}

.side_menu .intro ul li.parent a {
    display: block;
    margin: 0px;
    width: 215px;
    padding-left: 20px;
    text-align: left;
}

.side_menu .intro ul li.parent:hover,
.side_menu .intro ul li.parent.on {
    color: #C03;
}

.side_menu .intro ul li.parent a:hover,
.side_menu .intro ul li.parent.on a {
    color: #C03;
}

.side_menu .intro ul .parent img {
    width: 37px;
    float: left;
    margin: 10px 0px 0px 26px;
}

.side_menu .intro ul .parent a {
    display: block;
    line-height: 40px;
    float: left;
    margin-left: 20px;
    text-align: left;
    color: #424550;
    overflow: hidden;
    font-size: 14px;
    color: #222222;
}

.side_menu .intro ul .on a,
.side_menu .intro ul .parent a:hover {
    color: #C03;
}

.side_menu .intro ul .parent span {
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
    margin: 5px 30px 0px 0px;
}

.side_menu .intro ul .sons {
    display: none;
    margin-top: 5px;
}

.side_menu .intro ul .on .sons {
    display: block;
}

.side_menu .intro ul .sons li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    padding-left: 24px;
    background: url(../images/arrow.png) no-repeat 10px center;
}

.side_menu .intro ul .sons li a:hover,
.side_menu .intro ul .sons li.on a {
    color: #000000;
}

#menu2 ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 220px;
    width: 220px;
    border-left: solid 1px #fff;
    z-index: 10;
}


/*左边联系*/

.side_contact {
    width: 180px;
    background: #2f9bcd;
    margin-top: 20px;
    color: #fff;
    padding: 20px;
}

.side_contact .title {
    margin-bottom: 0;
}

.side_contact .title .cn {
    font-size: 20px;
    color: #fff;
}

.side_contact .title .en {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
    line-height: 26px;
}

.side_contact .number {
    font-family: Impact;
    font-size: 30px;
    border-top: 1px #fff dashed;
    border-bottom: 1px #fff dashed;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: 1px;
}

.side_contact .intro span {
    font-size: 16px;
}


/*内页右边标题*/

.side_right {
    width: 900px;
    float: right;
    background: #fff;
    min-height: 400px;
    margin: 50px 0;
}

.side_right .title {
    border-bottom: solid 1px #e3e3e3;
    height: 24px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.side_right .title .dangq {
    font-size: 24px;
    border-left: solid 3px #013462;
    ;
    padding-left: 6px;
    float: left;
}

.side_right .title .weizhi {
    float: right;
    font-size: 14px;
}

.side_right .title a:hover {
    text-decoration: underline;
    color: #55c2fa;
}


/*内页右边单页及表格、表单样式*/

.side_right .intro {
    line-height: 26px;
    padding: 20px 0;
}

.side_right .intro img {
    max-width: 860px;
}

.side_right .intro p {
    margin-bottom: 15px;
}

.side_right .intro table {
    background: #dadada;
    margin-bottom: 20px;
}

.side_right .intro table tr td {
    padding: 4px;
    background: #fff;
}

.side_right .intro table tr td a:hover {
    color: #c30;
}

.side_right .intro table input,
.side_right .intro table textarea {
    border: solid 1px #ccc;
    padding: 4px;
    font-family: "黑体";
    border-radius: 3px;
}

.side_right .intro table input.button {
    background: #555;
    color: #fff;
    cursor: pointer;
    padding: 2px 10px;
    border: none;
}


/*新闻列表*/

.news_list {
    padding: 20px 0;
}

.news_list ul li {
    border-bottom: dotted 1px #dbdbdb;
    background: url(../images/bg_arrow_r.png) left center no-repeat;
    padding-left: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.news_list ul li a:hover {
    text-decoration: underline;
    color: #55c2fa;
}

.news_list ul li:hover {
    background: url(../images/li1.jpg) left center no-repeat;
}

.news_list ul li span {
    float: right;
}


/*新闻详细页*/

.news_show {
    padding: 20px 0;
}

.news_show .name {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.news_show .date {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: dashed 1px #dadada;
    padding-bottom: 10px;
}

.news_show .nr {
    padding: 8px 10px;
}

.news_show .nr img {
    max-width: 840px;
}

.news_show .nr p {
    margin-bottom: 10px;
    line-height: 26px;
}

.news_show .back {
    text-align: center;
}

.news_show .back a:hover {
    color: #3595c8;
    text-decoration: none;
}

a:active {
    text-decoration: blink
}


/*产品列表*/

.product_list {
    padding: 20px 0;
}

.product_list ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 18px;
    width: 280px;
    text-align: center;
    overflow: hidden;
}
    .product_list ul li:nth-child(3n) {
        margin-right: 0;
    }
.product_list ul .last {
    margin-right: 0;
}

.product_list ul li img {
    width: 278px;
    height: 208px;
    border: solid 1px #e3e3e3;
}

.product_list .name {
    display: block;
    height: 16px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.case1_list {
    padding: 20px 0;
}

.case1_list ul li {
    float: left;
    margin-right: 27px;
    margin-bottom: 18px;
    width: 252px;
    text-align: center;
    overflow: hidden;
}

.case1_list ul .last {
    margin-right: 0;
}

.case1_list ul li img {
    width: 250px;
    height: 250px;
    border: solid 1px #e3e3e3;
}

.case1_list .name {
    display: block;
    height: 16px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}


/*品牌中心*/

.product_list11 {
    padding: 20px 0;
}

.product_list11 ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 18px;
    width: 244px;
    text-align: center;
    overflow: hidden;
}

.product_list11 ul .last {
    margin-right: 0;
}

.product_list11 ul li img {
    width: 242px;
    height: 122px;
    border: solid 1px #e3e3e3;
}

.product_list11 .name {
    display: block;
    height: 16px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}


/*下载中心*/

.down_list {
    clear: both;
    padding: 10px;
}

.down_list ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}

.down_list ul li img {}

.down_list li .date {
    display: inline-block;
    width: 130px;
    height: 80px;
    float: left;
}

.down_list li .date:hover {
    color: #1b1465;
}

.down_list li .date span {
    display: block;
    text-align: center;
}

.down_list li .date span.day {
    height: 50px;
    line-height: 50px;
    font-size: 36px;
}

.down_list li .date span.month {
    font-size: 18px;
    font-weight: 100;
}

.down_list li .img {
    display: inline-block;
    float: left;
    position: relative;
}

.down_list li .img img {
    width: 100px;
}

.down_list li .img span {
    display: block;
    text-align: center;
    background: #d8d8d8;
    color: #999999;
}

.down_list li .img:hover span {
    background: #1b1465;
    color: #ffffff;
}

.down_list ul li .con {
    width: 710px;
    float: right;
    margin-right: 10px;
}

.down_list ul li .con .name {
    margin-bottom: 5px;
    height: 30px;
}

.down_list ul li .con .name a {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #666;
}

.down_list ul li .con .name a.dl {
    float: right;
    font-size: 14px;
    padding: 0px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1b1465;
}

.down_list ul li .con .name a.dl:hover {
    background: #1b1465;
    color: #ffffff;
}

.down_list ul li .con p {
    color: #666666;
    line-height: 24px;
}


/*资质荣誉*/

.honer_list {}

.honer_list ul li {
    border: solid 1px #e3e3e3;
    padding-bottom: 15px;
    width: 236px;
}

.honer_list ul .last {}

.honer_list ul li img {
    width: 184px;
    height: 251px;
    margin: 25px auto 10px;
}

.honer_list .name {}

.honer_list ul li:hover {
    border: solid 1px #6d6d6d;
}


/*产品详细*/

.product_show {
    padding: 20px 0;
}

.product_show .name {
    margin-bottom: 20px;
    text-align: center;
}

.product_show h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.product_show li {
    float: left;
    width: 100%;
}

.product_show .name {
    text-align: center;
    float: left;
}

.product_show .pic .left {
    width: 330px;
    float: left;
    height: 246px;
}

.product_show .pic .left img {
    width: 328px;
    float: left;
    height: 244px;
    border: 1px solid #999;
}

.product_show .pic .right {
    width: 330px;
    float: right;
    height: 244px;
}

.product_show .xq {
    height: 18px;
    line-height: 18px;
    margin: 14px 0;
    padding-bottom: 5px;
    border-bottom: 1px #dcdcdc solid;
}

.product_show .neirong img {
    max-width: 860px;
}


/*合作单位*/

.partner_list ul li img {
    height: 128px;
}


/*sitemap*/

#sitemap {
    border: 2px dashed #cccccc;
    margin: 20px auto;
    padding: 10px 0;
}

#sitemap ul {
    display: inline-block;
}

#sitemap li {
    margin: 5px 10px;
}

#sitemap a.level1 {
    font-size: 14px;
    font-weight: bold;
    color: #009de0;
    display: block;
    text-decoration: underline;
}

#sitemap a.level2 {
    font-size: 12px;
    font-weight: bold;
    color: #009de0;
    display: block;
}

#sitemap a.level3 {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    color: #666666;
}

#sitemap li.level2 {
    display: inline-block;
    float: left;
    width: 300px;
}

#sitemap li.level2 ul {
    border: 1px dashed #cccccc;
    display: block;
}

#sitemap li.level3 {
    display: block;
}


/*内页左侧列表*/

.side_news {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.side_news h1 {
    background: #2164aa;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
    padding-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}

.side_news ul {
    width: 235px;
    float: left;
}

.side_news ul li {
    font-size: 14px;
    position: relative;
    text-align: center;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #bbbbbb;
    border-bottom: 1px solid #fff;
    background: #e9e9e9;
    width: 235px;
}

.side_news ul li a {
    float: left;
    width: 235px;
    height: 40px;
    display: block;
}

    .side_news ul li a h2 {
        float: left;
        width: 215px;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
        text-align: left;
        font-size: 14px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.side_lxfs {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.side_lxfs h1 {
    background: #2164aa;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
    padding-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}

.side_lxfs .nrong {
    width: 205px;
    float: left;
    line-height: 28px;
    padding: 15px;
    background: #e9e9e9;
}