*{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
a{
    color: #000;
}
a:hover{
    color: #000;
    text-decoration:none;
}
a:visited{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
/* header*/
.logo{
    float: left;
}
.tianc{
    height: 29px;
}
.topbigcon{
    margin-bottom: 1%;
}
.inb{
    display: inline-block;
}
.fo{
    float: left;
}
.lf{float:left}
.rg{float:right}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}
.head{position:fixed;top:0px;left:0px;
    height: 100px;width:100%;min-width:1000px;z-index:9999;background:#fff;border-bottom:1px solid #ddd;transition:all .3s}
.logo{padding-top:25px;padding-left:2.18%;transition:all .3s}

.search{ width:260px; text-indent: 10px; line-height: 35px; color: #ddd; border: 1px solid #ddd; border-radius: 20px; height: 35px; margin-top: 10px; margin-left: 25px;}
.logo a{display:block;position:relative;overflow:hidden}
.logo img{max-width:100%;position:relative;z-index:100}
.logo .p1{position:absolute;top:0%;left:0px;width:100%;height:80%;}
.nav{width:60%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.nav ul li{padding:0 15px;float:left;height:100px;background:url(../images/1_02.jpg) right center no-repeat;transition:all .3s}
.nav ul li .a1{line-height:100px;display:block;text-align:center;font-size:16px;color:#333;transition:all .3s}
.nav ul li:hover .a1{transition:all .3s}
.nav ul li .div1{display:none;background:#fff;width:100%;left:0px;position:absolute;top:100px;z-index:100}
.nav ul li .div1 .p1{width:57.4%;float:right;height:65px;line-height:65px}
.nav ul li .div1 .p1 a{color:#999;font-size:14px;text-transform:uppercase;background:url(../images/1_26.jpg) center bottom no-repeat;display:inline-block;height:65px;line-height:65px;margin-right:5%;transition:all .5s}
.nav ul li .div1 .p1 a:hover{background:url(../images/1_27.jpg) center bottom no-repeat;color:#1a1a1a}
.nav ul li .mad3 .p1 .pad{margin-left:30%}
.nav ul li .mad4 .p1 .pad{margin-left:44%}
.nav ul li .mad5 .p1 .pad{margin-left:45%}
.nav ul li .mad6 .p1{text-align:right}
.a_txt{display:none}
/*С��1600����1200��΢����������*/

/*====================导航*********/
.bt {
    z-index: 9998;
    /* position: sticky; */
    width: 100%;
    background-color: #fff;
    /*  position: fixed;*/
    color: #000;
    font-size: 14px;
    display:block;
    height:80px;
    padding: 2px;
}
.lf {
    float:left;
}
.rt {
    float:right;
}
.header{
    width:100%;
    /*	position:fixed;*/
    top:80px;
    left:0;
    z-index:999;
    height:50px;
    padding: 0 30px;
    background: #1975d4;
}
/*左侧logo*/
.header .left{
    width: 30%;
}
.header .left a img{
    height: 50px;
    margin-top: 6px;
}
.header .left .img2{
    display: none;
}
.fr.right .cn {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ededed;
    width: 40%;
    overflow: hidden;
    float: left;
    padding: 3%;
}
.fr.right .en {
    width: 40%;
    overflow: hidden;
    float: left;
    padding: 3%;
}
.fr.right .cn a img { width:100%;}
.fr.right .en a img { width:100%;}
.header .right {width: 12%;
    height: 65px;
    margin-top: 23px;
    color: #333;
    text-align: right;}
.header .right a {color:#000; float:left;}
.header.on .right a{color:#000;}
/*右侧*/
.header .nav{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
}
.header .navbar_nav li{
    float:left;
    position: relative;
    display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #2567af;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
    text-decoration: none;
    height: 100%;
    padding: 0 60px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
}
.header .navbar_nav li:hover a{
    color: #fff;
}
.header .navbar_nav li.dropdown{
    display: inherit;
    position: relative;
}
.header .navbar_nav li.dropdown .jt{
    width: 20px;
    height: 20px;
    background: url(i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    background: #2567af;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 120%;
    left: -10%;
    z-index: 99999;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
    display: block;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
    color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
    color: #fff;
    background: #2468ae;
}
/*白色背景的头�?*/
.header.on{
    background: #fff;
    box-shadow: 1px 1px 5px #cccccc;
}
.header.on .left .img1{
    display: none;
}
.header.on .left .img2{
    display: block;
}
.header.on .navbar_nav li a{
    color: #333;
}
.header.on .navbar_nav li:hover a{
    color: #2468ae;
}
#navToggle{
    display: none;
}

.m_nav{
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .top .closed{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float:right;
    cursor: pointer;
}
.m_nav .logo{
    width: 100%;
    margin:0 auto;
}
.m_nav .logo img{
    height: 50px;
    display: block;
    margin:30px auto;
}
.m_nav .ul{
    margin-top: 30px;
}
.m_nav .ul li{
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.m_nav .ul li .dropdown_menu{
    display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
    display: block;
}
.m_nav .ul li .dropdown_menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
    border: none;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #FFF;
}

@media screen and (max-width: 992px){
    .header{
        padding: 0 10px;
    }
    .header #navToggle {
        height: 100%;
        padding: 9px 15px;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }
    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }
    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #000;
    }
    .header #navToggle span:before {
        top: 8px;
    }
    .header #navToggle span:after {
        bottom: 10px;
    }
    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .header #navToggle.open span {
        background: none;
    }
    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav{
        display: none;
    }

    .banner img{
        height: 600px;
        object-fit: cover;
    }
    .header .right{
        display: none;
    }
}
.scrollpic {
    width: 1100px;
    margin:40px auto 0 auto;
}
#myscroll {
    display: block;
    width: 100%;
    position: relative;
    height: 280px;
    overflow: hidden;
}
#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}
#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#myscroll ul li {
    display: block;
    float: left;
    padding: 0;
    width:280px;
}
#myscroll ul li a {
    display: block;
    float: left;
    width: 260px;
    padding: 0;
    position: relative;
    height: 280px;
    color: #333;
}
#myscroll a .intro {
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #0057c4;
    filter: alpha(opacity=70);
    width: 260px;
    color: #fff;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
}
#myscroll a .intro h5 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    height: 40px;
    width: 260px;
    line-height: 30px;
    border-bottom: 1px solid #347fdc;
    font-weight:100;
}
#myscroll a .intro p {
    font-size: 13px;
    line-height: 20px;
    margin: 65px 70px;
    height: 90px;
    overflow: hidden;
}
#myscroll a .intro {
    bottom: -211px;
}
#myscroll a:hover .intro {
    bottom: 0px;
}
#mybtns {
    margin: 10px 0;
    width: 1100px;
    display: block;
    height: 42px;
}
#mybtns a {
    width: 42px;
    height: 42px;
    display: block;
    float: right;
    margin-right: 1px;
    background-color: #c1c1c1;
    margin-left:10px;
}
#mybtns a:hover {
    background-color: #009953;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
@media only screen and (max-width: 1112px) {
    .scrollpic {
        width: 840px;
        margin: 40px auto 0 auto;
    }
    #mybtns {
        margin: 10px 0;
        width: 840px;
        display: block;
        height: 42px;
    }
}
@media only screen and (max-width: 840px) {
    .scrollpic {
        width: 552px;
        margin: 40px auto 0 auto;
    }
    #mybtns {
        margin: 10px 0;
        width: 552px;
        display: block;
        height: 42px;
    }
}
@media only screen and (max-width: 552px) {
    .scrollpic {
        width: 270px;
        margin: 40px auto 0 auto;
    }
    #mybtns {
        margin: 10px 0;
        width: 270px;
        display: block;
        height: 42px;
    }
    @media only screen and (max-width: 768px) {
        #mybtns a{
            width: 30px;
            height: 30px;
        }
    }
}
*{padding:0;margin:0;}
body{margin:0;padding:0;font-size:14px;background:#fff;}
.body1{font-family:'΢���ź�';}
.body2{font-family:Arial, sans-serif;}
ul,li,img{margin:0;padding:0;list-style:none;}
a{color:#333;text-decoration:none;}
img{border:none;display:block;}



.bannerimg{width:100%;}
.topnavoutcon{width:100%;background:#f5f5f5;}
.topnavcon{;margin:0 auto;position:relative;}
.toplogocon{margin-top:27px;}
.serachcon{position:absolute;height:34px;right:0;top:6px;overflow:hidden;}
.sinput{height:27px;border:1px solid #dadbdb;width:159px;float:left;line-height:27px;margin-top:2.5px;}
.topsbtncon{float:left;height:34px;width:34px;background:#000;margin-left:6px;border-radius:50%;}
.topsbtncon img{margin-left:6px;margin-top:5px;}
.toplangcon{float:left;height:34px;width:34px;border-radius:50%;margin-left:17px;}

.navcon{text-align: center}
.navcon .nav a{
    font-size: 16px;
}
.nav .topnava{color:#4a4a4a;font-weight:bold;padding:12px 28px;text-align:center;}
.nav .topnava:hover{background:#009953;color:#fff;}
.nav .topnava.current{background:#009953;color:#fff;}
#navproductshow a,#navaboutshow a,#navnewsshow a{color:#4a4a4a;}
#navproductshow.current a,#navaboutshow.current a,#navnewsshow.current a{color:#fff;}
#navproductshow.mouseon a,#navaboutshow.mouseon a,#navnewsshow.mouseon a{color:#fff;}
.nav .topnava.mouseon{background:#009953;color:#fff;}
#navproductshow,#navaboutshow ,#navnewsshow{
    cursor: pointer;
    position: relative;
}
.downlist{width:100%;position:absolute;top:40px;left:0px;text-align:center;z-index:2;display:none;}
.arrowupcon{line-height:0;font-size:0;}
.downlist img{display:inline-block;}
.downlist ul{background:#f5f5f5;color:#000;border-left:1px solid #009953;border-right:1px solid #009953;border-bottom:1px solid #009953;}
.downlist ul li{line-height:14px;font-size:15px;border-bottom:1px dashed #ccc;}
.downlist ul li a{font-size:13px;color:#000 !important;padding:12px 0;display:block;}
.downlist ul li a:hover{background:#009953;color:#fff !important;}
.downlist ul li:last-child{border-bottom:none;}
.outbottom{width:100%;background:url(../images/footerbg.jpg) center center;}
.inbottom{margin:0 auto;}
.inbottom1{float:left;}
.logo2con{border-bottom:1px dashed #999999;padding-top:28px;padding-bottom:18px;}
.ptwmcon{height:19px;line-height:19px;overflow:hidden;margin-top:10px;}
.ptwmcon img{}
.ptwmcon span{color:#4a4a4a;margin-left:12px;}
.firstptwm{margin-top:20px;}

.inbottom2{font-size:15px;display: inline-block;}
.footernav{cursor:pointer;display:block;margin-top:35px;height:20px;}
.footernav:hover{font-weight:bold;font-size:17px;}
.footernavlist a{display:block;margin-bottom:10px;}
.inbottom3{font-size:15px;float:left;/*overflow:hidden;*/}
.inbottom4{font-size:15px;float:left;overflow:hidden;}
.inbottom5{font-size:15px;float:right;overflow:hidden;}
.footernav2{display:block;margin-top:28px;padding-bottom:10px;}
.footerinput{margin-bottom:13px;padding-left:5px;border:none;border-radius:5px;height:31px;line-height:31px;}
.footerinput2{margin-bottom:13px;padding-left:5px;border:none;border-radius:5px;height:64px;padding-top:10px;}
.footerbtn{cursor:pointer;text-align:center;border-radius:5px;background:#d2d2d2;color:#5e5e5c;font-size:12px;height:28px;line-height:28px;}

.bottom{font-size:12px;width:100%;background:#009953;padding-bottom:20px;color:#fff;text-align:center;}
.bottomone{padding-top:30px;color:#999;font-size:13px;}
.bottomone a{color:#999;font-size:13px;}

.bottomtwo{padding-top:20px;font-size:12px;color:#fff;}
.bottomtwo a{color:#fff;}

.cnzzcon span{margin-left:0 !important;}

.ep-pages {
    clear: both;
    font-size: 12px;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.ep-pages li {
    display: inline-block;
}

.ep-pages a, .ep-pages a:visited {
    color: #252525;
}

.ep-pages li.active a {
    background: #009953 none repeat scroll 0 0;
    border: 1px solid #009953;
    color: #fff;
}
.ep-pages a, .ep-pages span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    overflow: hidden;
    padding: 0 12px;
    vertical-align: top;
}
.footernavlist{
    padding-top: 35px;
}
/*�ƶ��˵���*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .head {
        display: none
    }
    .tianc{
        display: block;
        height: 44px;
    }
    .moblie_head {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd
    }

    .moblie_head .lf {
        padding-top: 10px;
        padding-left: 5%
    }

    .moblie_head .lf img {
        height: 24px
    }

    .moblie_head .rg {
        padding-right: 5%;
        padding-top: 14px
    }

    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }

    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_txt2 {
        display: none
    }

    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

.topout{width:100%;height:60px;background:#009953;}
.toplogo{float:left;height:35px;margin-top:12px;margin-left:10px;}
.topmenu{float:left;margin-left:10px;height:30px;margin-right:10px;margin-top:15px;}
.topright{float:right;overflow:hidden;}
.ss{float:left;height:30px;margin-right:10px;margin-top:15px;}
.topdianhua{float:left;height:30px;margin-right:10px;margin-top:15px;}

.topnav{position:fixed;height:100%;z-index:999;width:35%;left:-40%;background:#303030;}
.topnav a{border:1px solid #444444;padding:1em;display:block;color:#fff;font-size:14px;/*text-align:center;*/}
.cbp-spmenu-open{left:0;}
.topnav{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sinfocon{display:none;padding:10px 15px;overflow:hidden;border-bottom:1px solid #ccc;}
.sinputcon{height:32px;float:left;width:calc(95vw - 80px);padding-left:6px;}
.ssbtn{background:#009956;height:32px;width:40px;float:left;text-align:center;}
.ssbtn img{display:inline-block;height:16px;margin-top:8px;}

.bottom{width:100%;background:#009953;font-size:12px;padding-top:10px;}
.bottom a{color:#fff;}
.bottomlogocon{width:100%;text-align:center;padding-top:20px;padding-bottom:15px;}
.bottomlogo{display:inline-block;width:50%;}
.bottom li{text-align:center;color:#fff;margin-top:5px;}
.bottomulcon{border-bottom:1px solid #fff;padding-bottom:15px;}
.bottombq1{text-align:center;color:#fff;padding-top:10px;}
.bottombq2{text-align:center;color:#fff;padding-top:10px;padding-bottom:15px;}
.foottextinfo{display:inline-block;text-align:left;}
.foottextinfo img{display:inline-block;margin-right:5px;height:12px;}
.ep-pages {
    clear: both;
    font-size: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    margin-top:10px;
}
.ep-pages a {
    display: inline-block;
}
.ep-pages a, .ep-pages a:visited {
    color: #252525;
}
.ep-pages a.current {
    background: #219cd9 none repeat scroll 0 0;
    border: 1px solid #219cd9;
    color: #fff;
}
.ep-pages a, .ep-pages span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    overflow: hidden;
    padding: 0 10px;
    vertical-align: top;
}
.phonetop{
    display: none;
}
.topbigcon{
    display: block;
}
.five5{
    width: 19%;
}
.topnavoutcon{
    display:block;
}
.plistcon .tempWrap{
    width:100% !important;
}
.footd{
    display: block;
}
.footm{
    display: none;
}
.sc-imean{
    display:none;
}
.sc-imean li div{
    padding: 10% 0;
    color: #ffffff;
}
.productlist{
    margin-top: 40px;
}
.productitemcon  li{
    margin: 1% 0;
}
.productitemcon  li>div{
    border: 1px solid #ddd;
}
.five2top{
    height: 200px;
    border: 1px solid #009953;
}
.nav-box{
    display: none;
}
.prot{
    padding: 10px ;
    display: inline-block;
}

.threetabcon{width:100%;text-align:center;margin-top:15px;border-bottom:1px solid #cccccc;overflow:hidden;}
.threetabcon .threeincon{padding:0 10px;position:relative;}
.threetabcon li{height:40px;display:inline-block;line-height:40px;padding:0 15px;font-size:16px;}
.threetabcon li a{color:#333;}
.threetabcon li.active{border-bottom:2px solid #0dd3ba;}
.threetabcon li.active a{color:#0dd3ba;}
@media (max-width: 769px) {
    .phonetop{
        display: block !important;
    }
    .topbigcon{
        display: none !important;
    }
    .topnavoutcon{
        display: none !important;
    }
    .abouttcon .aboutxian{
        width: 0;
    }
    .pscon{
        display: none !important;
    }
    .footd{
        display: none;
    }
    .footm{
        padding-bottom:3% ;
        display: block;
    }
    .ptwmcon{
       font-size: 60%;
    }
    .newsriqi{
        display: none;
    }
    .leftnav{
        display: none;
    }
    .sc-imean{
        display: block;
    }
    .productlist{
        margin-top: 3%;
    }
    .ntitle {
        width: calc(100vw - 100px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ndate {
       display: none;
    }
    .newsicon{
        display: none;
    }
    .lang2{
        text-align: end;
    }

}
.curleftnav{
    background-color: #009953;
    color: #ffffff;
}
.five2top2{
    text-align: center;
    padding-top: 15%;
}
.five2top3{
    text-align: center;
}
.Inpro{
    margin-bottom: 5%;
}
.probiaoti {
    display: none;
    width: 125px;
    height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #009953;
}
.probiaoti a{
    font-size: 25px;
    color: #ffffff;
}
.mybtn1{
    float: right;
    background-color: #000;
 }
.mybtn2{
    background-color: #000;
    float: left;
}
.carousel-inner .p1{
    display: block !important;
}
.carousel-inner .p1_1{
    display: none  !important;
}
.carousel-inner .p2{
    display: block  !important;
}
.carousel-inner .p2_1{
    display: none  !important;
}
@media only screen and (max-width: 768px) {
    .carousel-inner .p1{
        display: none  !important;
    }
    .carousel-inner .p1_1{
        display: block  !important;
    }
    .carousel-inner .p2{
        display: none  !important;
    }
    .carousel-inner .p2_1{
        display: block  !important;
    }
    .article-info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-box {
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        display: none;
    }
    .nav-box1 {
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        display: none;
    }
    .features {
        text-align: center;
    }

    .fivetitle{
        font-size: 14px !important;
        overflow: hidden;
    }
    .con>a {
        text-align: center;

        color: #000;
        display: inline-block;
        margin: 5px 10px 0 0px;
        font-size: 10px;
        padding: 5px 7px;
        border: 1px solid #009953;
    }
    .aboutmore {
        display: none;
    }
    .nav-box ::-webkit-scrollbar {
        display: none;
    }
    .probiaoti{
        display: block;
    }
    .container{
        padding:0;
    }
    #myscroll ul li{
        width: 180px !important;

    }
    #myscroll ul li a{
        width: 160px !important;
    }
    .productlist{
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }
    .productitemcon  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding: 0 5px;
    }
}

@media (max-width: 1200px) {
    .leftcontact li img{
        display: none;
    }

}
.bordera>p{
    margin: 0;
    padding: 3% 0;
}
.productitemcon li:hover .biankuang{
    border: 1px solid #009953;
}
.productitemcon li:hover .bordera p{
    background-color: #009953;
    color: #ffffff;
}
#cnzz_stat_icon_1278655853{
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 -1px;
}

.scrollpic {
    width: 1100px;
    margin: 40px auto 0 auto;
}

#myscroll ul li:hover a .five2top{
    background-color: #009953;
    color: #ffffff;
}
#myscroll ul li:hover a .five2bottom{
    background-color: #fff;
    border: 1px solid #009953;
}
#myscroll ul li:hover a .five2top1{
    border-bottom: 1px dashed #fff;
}
.nav_pc li a{
    background: url(../images/1_26.jpg) center bottom no-repeat;
    transition: all .5s;
}
.nav_pc li:hover a {
background: url(../images/1_27.jpg) center bottom no-repeat;
}
.five2bg1{
    display: block;
}
.five2bg1_1{
    display: none;
}
.fg1:hover .five2bg1{
    display: none;
}
.fg1:hover .five2bg1_1{
    display: block;
}
.five2bg2{
    display: block;
}
.five2bg2_1{
    display: none;
}
.fg2:hover .five2bg2{
    display: none;
}
.fg2:hover .five2bg2_1{
    display: block;
}
.five2bg3{
    display: block;
}
.five2bg3_1{
    display: none;
}
.fg3:hover .five2bg3{
    display: none;
}
.fg3:hover .five2bg3_1{
    display: block;
}
.five2bg4{
    display: block;
}
.five2bg4_1{
    display: none;
}
.fg4:hover .five2bg4{
    display: none;
}
.fg4:hover .five2bg4_1{
    display: block;
}
.five2bg5{
    display: block;
}
.five2bg5_1{
    display: none;
}
.fg5:hover .five2bg5{
    display: none;
}
.fg5:hover .five2bg5_1{
    display: block;
}
.liapli img{
    border: 1px solid #fff;
}
.protitle{
    background:#ccc;color: #000;
}
.liapli:hover .protitle{
    background:#009953;
    color:#fff;
}
.liapli:hover img{
    border: 1px solid #009953 !important;
}