﻿@charset "utf-8";

html {
    font-family: 'Microsoft YaHei';
}

* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #3c3c3d;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

ul li {
    list-style: none;
}

.border1 {
    border-top: 1px dashed #dbdbdc;
}

.border-top {
    border-top: 2px solid #e5e5e4;
}

.border-top1 {
    border-top: 1px solid #707070;
}

.border-top2 {
    border-top: 1px solid #e5e5e4;
}

.border-right {
    border-right: 1px solid #e5e5e4;
}

.border-sb {
    border-bottom: 2px solid #1d2a75;
}

.body {
    width: 100%;
    background-color: #fff;
}
    .body img { max-width:100%;}

.head {
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    z-index: 100;
}

.head1 {
    width: 100%;
    height: 85px;
    background: #fff;
    filter: alpha(opacity=38);
    -moz-opacity: 0.38;
    opacity: 0.38;
    position: absolute;
    top: 0;
    z-index: -1;
}


.head2 {
    width: 100%;
    height: 69px;
    background: #fff;
    position: relative;
    top: 8px;
}

.head2_ditail {
    width: 1200px;
    margin: 0 auto;
    height: 69px;
    position:relative;
}

.head2_ditail_img {
    width: 265px;
    height: 95px;
    position: absolute;
    top: -8px;
}

.head2_ditail ul {
    position: absolute ;
    left: 36%;
}

    .head2_ditail ul li {
        margin-top: 30px;
        font-size: 16px;
        line-height: 35px;
        float: left;
        margin-right: 30px;
        margin-left:30px;
    }

.email_div {
    margin-top: 30px;
    height: 30px;
    width: 30px;
    position: absolute ;
    right:2%;
}

.email {
    height: 30px;
    width: 30px;
}

.email_detail {
    width: 231px;
    height: 44px;
    background-color: transparent;
    background-image: url(../img/email_detaile_img_03.png);
    position: absolute;
    display: none;
    right: 2%;
}

    .email_detail p {
        font-size: 12px;
        color: #004fa5;
        line-height: 32px;
        margin-top: 10px;
        text-align: center;
    }

.email_div:hover > .email_detail {
    display: block;
}

.head2_ditail ul li:hover {
    border-bottom: 4px solid #60b952;
    color: #006cb4;
}

.head_select {
    border-bottom: 4px solid #60b952;
    color: #006cb4;
}

/*banner*/
.banner {
    width: 100%;
    /*position:fixed;*/
    top: 0;
}

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .picScroll-left .hd {
        overflow: hidden;
        height: 30px;
        width: 54%;
        position: relative;
        margin-top: -30px;
    }

        .picScroll-left .hd .prev, .picScroll-left .hd .next {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            background: url("img/arrow.png") no-repeat;
        }

        .picScroll-left .hd .next {
            background-position: 0 -50px;
        }

        .picScroll-left .hd ul {
            float: right;
            zoom: 1;
            margin-top: 10px;
        }

            .picScroll-left .hd ul li {
                float: left;
                width: 9px;
                height: 9px;
                border-radius: 50px;
                overflow: hidden;
                margin-right: 15px;
                text-indent: -999px;
                cursor: pointer;
                background: url("../img/icoCircle.gif") 0 -9px;
            }

                .picScroll-left .hd ul li.on {
                    background-position: 0 0;
                    border: 2px solid #006cb4;
                    margin-top: -2px;
                }

    .picScroll-left .bd {
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left .bd ul li {
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
            }
                /*.picScroll-left .bd ul li .pic{ text-align:center; }*/
                .picScroll-left .bd ul li .pic img {
                    width: 1920px;
                    display: block;
                }

                .picScroll-left .bd ul li .pic a:hover img {
                    border-color: #999;
                }

.body_detail {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 83px;
    margin-bottom: 83px;
}

    .body_detail ul li {
        float: left;
        margin-left: 50px;
    }

.li_p1 {
    width: 240px;
    height: 260px;
}

.li_p1_img {
    width: 240px;
    height: 260px;
    float: left;
}

.li_pi_mid_img {
    width: 107px;
    height: 107px;
    margin-left: 75px;
    float: left;
    margin-top: -185px;
}

.li_p2 {
    width: 240px;
    height: 260px;
    background: #55b447;
    margin-top: -260px;
    position: absolute;
    display:none;
   
}

    .li_p2 img {
        width: 64px;
        height: 64px;
        margin-top: 50px;
        margin-left: 88px;
    }

.li_p2_title {
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
}

.li_p2_text {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.li_p2_btn {
    width: 60px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 10px;
    margin-left: 90px;
}

.body_detail ul li:hover > .li_p2 {
    display: block;
}

.foot {
    width: 100%;
    height: 100px;
    background-color: #0060ae;
}

.foot_detail {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

    .foot_detail img {
        width: 60px;
        height: 35px;
        margin-left: 570px;
        margin-top: 10px;
    }

    .foot_detail p {
        font-size: 11px;
        width: 100%;
        text-align: center;
        line-height: 20px;
        margin-top: 5px;
        color: #fff;
    }

.foot_a {
    font-size: 11px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

/*内页*/
.ohterPage {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.left_nav {
    float: left;
    width: 244px;
    background: #0060ae;
    border-radius: 10px;
    margin-left: 90px;
    padding-bottom: 10px;
}

.left_nav_head {
    background-color: transparent;
    width: 100%;
    height: 75px;
    background: url(../img/left_nav_bcImg_03.png) no-repeat center;
}

    .left_nav_head img {
        float: left;
    }

    .left_nav_head p {
        font-size: 20px;
        line-height: 75px;
        width: 50%;
        text-align: left;
        ;
        float: right;
        color: #fff;
    }

.left_nav_head_img {
    margin-left: 45px;
    width: 54px;
    height: 54px;
    margin-top: 10px;
}

.left_nav ul {
    width: 100%;
    background: #fff;
    padding-top: 8px;
    padding-bottom: 1px;
}

    .left_nav ul li {
        width: 100%;
        min-height: 40px;
        margin-bottom: 7px;
    }

.left_nav_ul_li_normal img {
    width: 18px;
    height: 14px;
    margin-top: 13px;
    float: left;
    margin-left: 30px;
    display: none;
}

.left_nav_ul_li_normal {
    background: #e5e5e5;
    line-height: 40px;
    color: #4f4d4d;
    font-size: 15px;
    text-align: center;
}

.left_nav_ul_li_select {
    background: #60b952;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

    .left_nav_ul_li_select img {
        width: 18px;
        height: 14px;
        margin-top: 13px;
        float: left;
        margin-left: 30px;
        display: block;
    }

.left_nav ul li span {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 1em;
}

.left_nav ul li:hover {
    color: #fff;
    background: #60b952;
}

.left_nav_ul_li_normal:hover > img {
    display: block;
}

.right_nav {
    float: right;
    width: 720px;
    background: #fff;
    margin-right: 90px;
    min-height: 300px;
}

.right_nav_title {
    font-size: 15px;
    line-height: 25px;
    color: #828282;
    float: right;
}

    .right_nav_title a {
        color: #828282;
    }

.right_nav_body {
    width: 100%;
    border-top: 2px dashed #d4d4d4;
    margin-top: 5px;
    min-height: 200px;
}

.right_nav_body_title {
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #555555;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform:uppercase;
}

.right_nav_body_text {
    font-size: 14px;
    width: 100%;
    color: #474848;
    line-height: 20px;
    margin-bottom: 20px;
}

.honor_img1 {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}

.honor_img2 {
    float: left;
    margin-top: 30px;
    margin-left: 8px;
}

.news_li {
    width: 100%;
    height: 120px;
    background: #eeeeee;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news_li_left {
    width: 20%;
    height: 100%;
    float: left;
}

    .news_li_left img {
        height: 100px;
        width: 135px;
        margin: 10px;
    }

.news_li_right {
    width: 80%;
    float: right;
    height: 100%;
}

.news_li_right_title {
    width: 95%;
    margin-left: 2.5%;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #b3b3b3;
    color: #474848;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news_li_right_text {
    font-size: 10px;
    line-height: 15px;
    width: 95%;
    margin-left: 2.5%;
    color: #474848;
    margin-top: 5px;
    min-height:55px;
    overflow: hidden;
}

.news_li_right_timeAndBtn {
    font-size: 12px;
    line-height: 15px;
    color: #3b3a3a;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 5px;
    max-height: 15px;
    overflow: hidden;
}

.news_li_right:hover > .news_li_right_title {
    color: #0060ae;
    border-bottom-color: #0060ae;
}

.news_li_right:hover > .news_li_right_text {
    color: #0060ae;
}

.news_li_right:hover > .news_li_right_timeAndBtn {
    color: #0060ae;
}

.pinzhi_foot {
    width: 100%;
    margin-top: 30px;
}

    .pinzhi_foot p {
        float: right;
        width: 30px;
        line-height: 30px;
        border: 1px solid #cccccc;
        text-align: center;
        overflow: hidden;
        font-size: 16px;
        color: #535353;
        margin-right: 5px;
        margin-bottom: 20px;
    }

        .pinzhi_foot p:hover {
            background: #0060ae;
            color: #fff;
        }

.news_detaile_time {
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    color: #d9d9d9;
    margin-top: -25px;
    margin-bottom: 20px;
}

.news_detaile_btn {
    color: #0060ae;
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
    border: 1px solid #0060ae;
    border-radius: 30px;
    float: right;
    margin-top:50px;
}

.Frotherseries_li {
    width: 100%;
    height: 140px;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
}

.Frotherseries_li_right {
    width: 80%;
    float: right;
    height: 100%;
    position:relative;
}

.Frotherseries_li:hover {
    background: #d3e9fb;
}

.Frotherseries_li_right_text {
    font-size: 13px;
    line-height: 20px;
    width: 95%;
    margin-left: 2.5%;
    color: #3b3a3a;
    margin-top: 5px;
    min-height: 65px;
    overflow: hidden;
}

.contact_btn {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #0060ae;
    text-align: center;
    float: right;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3%;
    margin-top: -30px;
    text-transform:capitalize;
}

.Frotherseries_li_left {
    width: 20%;
    height: 100%;
    float: left;
}

    .Frotherseries_li_left img {
        height: 120px;
        width: 125px;
        margin: 10px;
    }

/*产品详情*/
.chanpin_head {
    width: 100%;
    height: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.show_img {
    width: 78%;
    height: 350px;
    float: left;
    overflow:hidden;
}

    .show_img #img {
        width: 100%;
        height: 350px;
        float: left;
    }

.picScroll-top {
    float: right;
    width: 20%;
    height:350px;
    overflow: hidden;
    position: relative;
}

    .picScroll-top .hd .next {
        background-position: 0 -140px;
    }

    .picScroll-top .hd .prevStop {
        background-position: -60px -100px;
    }

    .picScroll-top .hd .nextStop {
        background-position: -60px -140px;
    }

    .picScroll-top .hd ul {
        float: right;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
        zoom: 1;
    }

        .picScroll-top .hd ul li {
            float: left;
            width: 9px;
            height: 9px;
            overflow: hidden;
            margin-right: 5px;
            text-indent: -999px;
            cursor: pointer;
            background: url("img/icoCircle.gif") 0 -9px no-repeat;
        }

            .picScroll-top .hd ul li.on {
                background-position: 0 0;
            }

    .picScroll-top .bd {
    }

        .picScroll-top .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-top .bd ul li {
                text-align: center;
                zoom: 1;
            }

                .picScroll-top .bd ul li .pic {
                    text-align: center;
                }

                    .picScroll-top .bd ul li .pic img {
                        width: 100%;
                        height: 86px;
                        display: block;
                        padding-top: 5px;
                        padding-bottom: 5px;
                    }

                    .picScroll-top .bd ul li .pic a:hover img {
                        border-color: #999;
                    }

                .picScroll-top .bd ul li .title {
                    line-height: 24px;
                }

    .picScroll-top .hd_prev {
        overflow: hidden;
        height: 30px;
        background: #0060ae;
        padding: 0 10px;
    }

    .picScroll-top .hd_next .prev {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
        background: url("../img/prev_03.png") center no-repeat;
    }

    .picScroll-top .hd_next {
        overflow: hidden;
        height: 30px;
        background: #0060ae;
        padding: 0 10px;
    }

    .picScroll-top .hd_prev .next {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
        background: url("../img/next_03.png") center no-repeat;
    }

.Frotherseries_detail_contact_btn {
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    background: #0060ae;
    text-align: center;
    float: left;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top:50px;
}
.contactUs_div {
    width:100%;
    min-height:40px;
    margin-top:20px;
    margin-bottom:20px;
}
.contactUs_div_p1 {
    font-size:18px;
    line-height:20px;
    width:100%;
    color:#0060ae;

}
.contactUs_div_p2 {
    font-size:15px;
    line-height:20px;
    width:100%;
    color:#555555;
}
.right_nav_title a span {
    /*text-transform:uppercase;*/
}
.left_nav_head p {
    text-transform:uppercase;
}


.head2_ditail ul a li {
    text-transform:uppercase;
}
.input_div {
    width:100%;
    height:30px;
    border:1px solid #c8c8c8;
    margin:10px 0px;
}
.input_div_left {
    font-size:14px;
    line-height:32px;
    float:left;
    color:#555555;
    text-transform:capitalize;
    padding-left:5px;
}
.input_div_input {
    float:left;
    min-width:70%;
    text-indent:5px;
    line-height:30px;
    font-size:14px;
    color:#555555;
    border-style:none;
    outline:mediumblue;
}
.input_div_right {
    width:10%;
    text-align:center;
    font-size:14px;
    line-height:32px;
    float:right;
    color:#0060ae;
    text-transform:capitalize;
}
.textarea_div {
    width:100%;
    min-height:200px;
    border:1px solid #c8c8c8;
    margin:10px 0px;
}
.textarea_div_textarea {
    width:89.5%;
    float:left;
    height:200px;
    font-size:14px;
    line-height:32px;
    outline:mediumblue;
    padding-left:5px;
}
.check_box_div {
    width:100%;
    height:30px;
}
.check_box_div_checkBox {
    width:14px;
    height:14px;
    margin-top:8px;
    float:left;
}
.check_box_div p {
    font-size:12px;
    line-height:30px;
    float:left;
    margin-left:10px;
    color:#3f3f3f;
    cursor:pointer;
}
.buttons {
    width:100%;
    height:40px;
    margin:20px 0;
}
.buttons input {
    text-transform:uppercase;
    border-radius:30px;
    padding-left:10px;
    padding-right:10px;
    line-height:25px;
    color:#fff;
    font-size:14px;
    float:right;
    margin-left:10px;
}
.about_con p {   font-size: 14px;
  width: 100%;
  color: #474848;
  line-height: 20px;
  margin-bottom: 20px;}

.prod_con {height:auto;width:100%;background:url(/img/prod_bj.jpg) no-repeat center;padding-bottom:10px;}
.prod_tit {line-height:60px;margin-top:10px;color:#0060ae;font-size:15px;font-weight:bold;font-family:"微软雅黑";}
.prod_sx p {color:#3f3f3f;line-height:22px;font-size:14px;font-family:"微软雅黑"; margin-bottom:15px;}
    .prod_sx strong {color:#0060ae;float:left;margin-right:5px; }
.prod_sx { min-height:21px;}
.prod_bg { width:100%;height:auto;}
    .prod_bg img { width:722px;}

.more { font-size:12px;color: #3b3a3a;position:absolute;bottom:10px;left:2.5%;}


.buttons a { display:block;color:#fff;border-radius:20px;text-align:center;height:23px;float:right;padding:0 8px;}

#ctl00_ContentPlaceHolder1_AspNetPager1 a { 

        background-color: white;
    font-size: 13px;
    color: #c2bfbe;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #c2bfbe;
      padding: 0 10px;
        height: 30px;
  display: block;
  width: 10px;
  float: left;
}
#ctl00_ContentPlaceHolder1_AspNetPager1 span { 

        background-color: #0060ae;
    font-size: 13px;
    color: #fff !important;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
      padding: 0 11px;
      float:left;
      height:32px;
}

.phoneNav {
    display: none;
    width: 100%;
    height: 60px;
}
.phoneNav_mark {
        float: left;
        margin-left: 10px;
        width: 60px;
        height: 60px;
        margin-top:10px;
    }
#view_1 {
    float: right;position: relative;padding-right: 15px;margin-top: 10px;
}
    #view_1 img {
        float: right;
        width: 25px;
        height: 20px;
        margin-right: 5px;
        margin-top: 20px;
    }

    #view_1 > div {
        position: absolute;
        width: 120px;
        background: #068861;
        right: 0;
        display: none;
        top: 60px;
        z-index: 999;
    }

        #view_1 > div a {
            display: block;
            font-size: 14px;
            line-height: 29px;
            border-top:1px solid #dfdfdf;
            color:#fff;
            text-align: center;
        }
        #view_1 > div a :hover {
            background:#ff0000;
        }
.right_head {display:none}
.isphone2 {display:none}
#lanS {
    padding-left: 8px;
    position: relative;
    float: right;
    margin-top: 5px;
}
#lanS p {
    text-align: center;
    font-size: 12px;
}
#lanS p>a {
    font-size: 12px;
    line-height: 24px;
    color: #2F2F2F;
    margin: 0px 10px;
}
.con_ewm { height:150px;position:absolute;top:60px;right:25px;}
@media screen and (max-width:480px) {
    .head {display:none;}
    .phoneNav {display: block;}
    .phoneNav_mark  {width:80px; height:60px;}
    .picScroll-left .bd ul li .pic img { height:200px;width:480px}
    .picScroll-left .bd ul li .pic img { height:200px;width:480px}
    .picScroll-left .bd {height:200px;}
    .con_ewm { display:none;}
    .picScroll-left .hd {width:65%;}
    .body_detail {width:100%}
    .body_detail ul li {width:46%;margin:20px 2%}
    .li_p1 {width:100%;}
    .li_p1_img {width:100%}
    .li_pi_mid_img {margin-left:65px;}
    .li_p2 {width:46%}
    .li_p2 img {margin-left:80px;}
    .li_p2_btn {margin-left:75px;margin-top:20px}
    .foot {height:120px}
    .foot_detail {width:100%;}
    .foot_detail img {margin-left:45%;}
    .phoneBanner {width:100%;height:200px;}
    .left_nav {display:none;}
    .ohterPage {width:96%;}
    .right_nav {width: 96%;float:none;margin-right:0px;margin:0 auto;}
    .right_nav_title {display:none}
    .about_con p {width:100% !important;}
    .about_con p img {width:100%;}
    .right_head {width:100%;height:60px;display:block}
    .right_head ul li {float:left;width:22%;margin-left:10%;min-height:38px;border:1px solid #0060ae;margin-bottom:10px;}
    .products_head ul li {width:45% !important;margin-left:2.5% !important;margin-right:2% !important}
    .isSel {color:#fff;background-color:#60b952}
    .right_head ul li p {font-size:14px;line-height:19px;color:#000;width:100%;text-align:center;text-transform:uppercase;}
    .products_head ul li p {line-height:38px}
    .isSel a p {color:#fff !important;}
    .honor_img1 {margin-left:10px;}
    .about_con div {padding-left:10px !important;}
    .honor_img2 {margin-left:2px;}
    .news_li {height:170px;}
    .news_li_left {width:35%;}
    .news_li_right {width:65%}
    .news_li_left img {margin:35px 10px;}
    .news_li_right_title {font-size:13px;margin-left:20%;width:80%;}
    .Frotherseries_li {height:220px;}
    .news_li_right_title {height:50px;}
    .Frotherseries_li_right_text {width:80%;margin-left:20%;}
    .Frotherseries_li_left img {margin:50px 10px;}
    .more {left:80%;}
    .chanpin_head {height:300px;}
    .show_img {height:100%;}
    .show_img #img {height:300px;}
    .picScroll-top {height:300px;}
    .tempWrap {height:240px !important}
    .picScroll-top .bd ul li .pic img {height:70px;}
    .picList ul li {height:80px !important}    
    .prod_bg img {width: 100%;margin-top: 100px;margin-left: -50px}
    .phoneMap {width:100%}
    .contactUs_phone ul li {width:40%;margin-left:9.5%;line-height:38px}
    .input_div_input {min-width:60%}
    .input_div_right {margin-right:5%;}
    .textarea_div_textarea {width:82.5%}
    .isphone2{display:block}
    .isphone1 {display:none}
}