/* search */

.search {
    margin: 35px;
    width: 100%;
    overflow: hidden;
    height: 43px;
}

.search .Input {
    width: 317px;
    height: 28px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    float: left;
    margin-top: 7px;
}

.search .Input input {
    width: 280px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    padding-right: 5px;
    font-size: 13px;
    border: none;
    outline: none;
    float: left;
}

.search .Input a {
    border-left: 1px solid #e1e1e1;
    display: block;
    float: right;
    width: 31px;
    height: 20px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search p {
    float: left;
    width: 842px;
    height: 43px;
    line-height: 43px;
    margin-left: 36px;
}

.search p a {
    font-size: 13px;
    color: #666666;
    margin-right: 24px;
}

.search p span {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.banner {
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}

#flashs {
    position: relative;
    overflow: hidden;
}

#flashs img {
    width: 100%;
}

#flashs .bgitem {
    z-index: 1;
    position: absolute;
    top: 0;
}

#flashs .btn {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 999;
}

#flashs .btn span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #a2a9ad;
    margin-right: 12px;
}

#flashs .btn span {
    *display: inline;
}

#flashs .btn span.cur {
    background: #0093d5;
}


/* products */

.products {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 58px;
}

.products .top {
    width: 100%;
    overflow: hidden;
    background: url("../img/casebg.png") repeat;
    /* height: 100px; */
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.products .top .title {
    width: 100%;
    height: 48px;
    /* padding: 0 46px; */
    background: url("../img/productstitlebg.jpg") repeat;
}

.products .top .title p {
    font-size: 22px;
    font-family: arial;
    text-transform: uppercase;
    margin-top: 26px;
    color: #91c6eb;
}

.products .top .title p {
    margin: 0;
}

.products .top .title h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.products .top .title h2 a {
    color: #fff;
    text-decoration: none;
}

.products .top .title .I2 {
    display: block;
    width: 98px;
    height: 2px;
    background: #fff;
    margin-top: 22px;
}

.products .classify {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
}

.products .classify .con {
    /* width: 980px; */
    border-left: 1px solid #e5e5e5;
    float: left;
}

.products .classify .con:first-child {
    border-left: none;
}

.products .classify .conTop {
    overflow: hidden;
    height: 75px;
}

.products .classify .conTop dl {
    overflow: hidden;
    height: 50px;
    margin-top: 25px;
}

.products .classify .conTop dt {
    float: left;
    width: 50px;
    margin-left: 44px;
}

.products .classify .conTop dd {
    width: 180px;
    float: left;
    margin-left: 11px;
}

.products .classify .conTop dd p {
    font-size: 18px;
    font-weight: bold;
    color: #0093d5;
    margin-top: 11px;
}

.products .classify .conTop dd a {
    color: #0093d5;
    text-decoration: none;
}

.products .classify .conTop dd i {
    display: block;
    width: 61px;
    height: 2px;
    background: #e1e1e1;
    margin-top: 11px;
}

.products .classify .conBottom {
    overflow: hidden;
    height: 71px;
    padding: 16px 24px 0;
}

.products .classify .conBottom a {
    float: left;
    background: url("../img/question-icon01.png") no-repeat left center;
    padding-left: 8px;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    display: block;
    width: 30%;
    margin-bottom: 10px;
}

.products .classify .conBottom a:hover {
    background: url("../img/question-icon02.png") no-repeat left center;
    color: #ff9900;
    font-weight: bold;
}

.products .BigCon {
    overflow: hidden;
}

.products .BigCon ul {
    width: 104%;
    overflow: hidden;
}

.products .BigCon li {
    float: left;
    /* height: 361px; */
    width: 23%;
    margin-right: 5px;
    margin-top: 5px;
}

.products .BigCon li a {
    text-decoration: none;
}

.products .BigCon li span {
    display: block;
    width: 98%;
    height: 100px;
    margin: 2px auto 0;
    overflow: hidden;
}

.products .BigCon li em {
    display: block;
    width: 98%;
    /* padding: 0 11px; */
    font-size: 14px;
    color: #333333;
    background: url("../img/products-icon05.png") no-repeat 254px center;
    text-indent: 9px;
    line-height: 56px;
    border-bottom: 1px solid #cccccc;
}

.products .BigCon li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}

.products .BigCon li:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.products .BigCon li:hover {
    background: #0094DA;
    box-shadow: 0 5px 6px #dcdcdc
}

.products .BigCon li:hover em {
    color: #fff;
    background: url("../img/products-icon06.png") no-repeat right center;
}


/* .question */

.question {
    width: 100%;
    overflow: hidden;
    /* background: url("../img/questionbg.jpg") no-repeat center; */
    height: 385px;
}

.question .container {
    overflow: hidden;
    position: relative;
    height: 385px;
}

.question .question_title {
    width: 100%;
    text-align: center;
    background: url("../img/productstitlebg.jpg") repeat;
}

.question .question_title div {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.question .question_title p {
    margin: 5px auto;
    width: 90%;
    font-size: 10px;
    background-color: #ff9900;
    color: #fff;
}

.question .con {
    margin: 10px auto;
    width: 90%;
    height: 269px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.question .con ul {
    width: 100%;
    overflow: hidden;
    height: 263px;
    position: relative;
}

.question .con li {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dotted #e2e5e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question .con li {
    color: #333333;
    background: url("../img/question-icon01.png") no-repeat 1px center;
    padding-left: 14px;
    text-decoration: none;
}


/*.question .con li:hover{background: url(../img/question-icon02.png) no-repeat 1px center;color: #ff9900;font-weight: bold;cursor:pointer;}*/

.question .con li span {
    color: #ff9900;
    font-weight: bold;
}

.pro_details {
    display: none;
}


/* adv */

.adv {
    width: 100%;
    overflow: hidden;
    padding-bottom: 58px;
}

.adv .Title {
    width: 100%;
    background: url("../img/productstitlebg.jpg") repeat;
    text-align: center;
}

.adv .Title h2 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.adv .Title .p1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 6px;
}

.adv .Title .p2 {
    font-size: 16px;
    color: #fff;
    width: 90%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ff9900;
    margin: 5px auto 0;
}

.adv .conBox {
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
}

.adv .conBox .container {
    overflow: hidden;
    position: relative;
}

.adv .conBox .container .pic {
    /* top: 38px;
    left: 562px; */
    display: block;
    position: absolute;
    top: 26px;
}

.adv .conBox .con {
    overflow: hidden;
    width: 74%;
    float: right;
}

.adv .conBox .con img {
    display: none;
}

.adv .conBox .con .box {}

.adv .conBox .con .box h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    /* margin-bottom: 44px; */
}

.adv .conBox .con .box h3 span {
    color: #ff9900;
}

.adv .conBox .con .box p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    background: url("../img/pro_details_icon01.png") no-repeat left 6px;
    padding-left: 28px;
}

.adv .conBox .con1 .box {
    /* padding-top: 60px; */
    height: 343px;
}

.adv .conBox .con2 .box {
    height: 313px;
    /* width: 532px; */
    padding-top: 18px;
}

.adv .conBox .con3 .box {
    height: 284px;
    /* width: 514px; */
    padding-top: 26px;
}

.adv .conBox .con4 .box {
    height: 265px;
    /* width: 529px; */
    padding-top: 32px;
}

.adv .conBox .con4 .box h3 {
    margin-bottom: 30px;
}

.adv .conBox .con3 .box h3 {
    margin-bottom: 30px;
}

.adv .conBox .con2 img,
.adv .conBox .con4 img {
    float: right;
}


/* .adv .conBox .con2 .box,
.adv .conBox .con4 .box {
    float: left;
    text-align: right;
} */

.adv .conBox .con2 .box p,
.adv .conBox .con4 .box p {
    background: url("../img/pro_details_icon01.png") no-repeat left 6px;
    padding-right: 28px;
}

.Dz,
.case {
    display: none;
}


/* about */

.about {
    width: 100%;
    overflow: hidden;
    /* background: url("../img/about.jpg") no-repeat center; */
    /* height: 451px; */
}

.about .Title {
    overflow: hidden;
    margin-top: 48px;
    background: url("../img/productstitlebg.jpg") repeat;
}

.about .Title h2 {
    font-size: 34px;
    text-align: center;
    /* width: 137px;
    float: left; */
}

.about .Title h2 a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.about .Title h2 i {
    display: block;
    width: 98px;
    height: 2px;
    background: #fff;
    margin-top: 14px;
}

.about .Title p {
    float: left;
    font-size: 24px;
    color: #8dc4ea;
    font-family: arial;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 8px;
}

.about dl {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.about dt {
    width: 100%;
}

.about dd {
    /* width: 534px;
    float: right; */
    width: 100%;
}

.about dd h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about dd h3 a {
    text-decoration: none;
    color: #333333;
}

.about dd p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about dd .more {
    position: relative;
    left: 60%;
    display: block;
    width: 137px;
    height: 40px;
    background: url("../img/aboutbtn.png") no-repeat center;
    line-height: 40px;
    text-indent: 27px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-top: 46px;
}

.honor,
.news {
    display: none;
}


/* link */

.link {
    width: 100%;
    overflow: hidden;
    background: #e9f6fc;
    padding: 46px 0 39px 0;
}

.link dl {
    overflow: hidden;
}

.link dt {
    float: left;
    padding-right: 23px;
    height: 50px;
    border-right: 1px solid #b2b8ba;
}

.link dt p {
    width: 68px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    background: #0095db;
    color: #fff;
    margin: 4px 0;
    font-size: 16px;
}

.link dt span {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

.link dd {
    padding-left: 30px;
    float: left;
    /* width: 1070px; */
}

.link dd li {
    float: left
}

.link dd a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    padding: 0 17px;
    margin-bottom: 12px;
    font-family: '宋体';
    background: url("../img/link-icon.png") no-repeat left center;
}

.link dd a:first-child {
    padding-left: 0;
    background-image: none;
}

.link dt span a {
    color: #333;
    font-size: 17px;
}