@charset 'UTF-8';

/**
 *
 * @authors John (ho@juhui.pro)
 * @date    2016-05-18 11:45:53
 * @version $0.0.1$
 */

*
{
    margin: 0;
    padding: 0;

    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
ul,
ol
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'Microsoft Yahei', 宋体, Helvetica, Arial, sans-serif;
    font-size: 15px;

    width: 100%;

    background: #fff;
}

a
{
    text-decoration: none;
}

ol,
ul
{
    list-style-type: none;
}

body > div
{
    overflow: hidden;

    min-width: 1366px;
    max-width: 1920px;
    margin: 0 auto;
}

body > div > div
{
    width: 1000px;
    margin: 0 auto;
}


/**** 独立区域 ****/

#line1 #title
{
    height: 90px;
}

#title img
{
    display: inline-block;
    float: left;

    margin: 27px 20px 0 0;
}

#title h3
{
    font-size: 2em;

    display: inline-block;
    float: left;
    float: left;

    margin-top: 23px;
}

#title div
{
    float: right;

    width: 180px;
    height: 63px;
    margin-top: 27px;
}

#title div h4
{
    font-size: .8em;
    font-weight: lighter;

    margin-top: -3px;

    color: #999;
}

#title div p
{
    font-size: 1.6em;

    margin-top: -5px;
}

#line2 #nav
{
    height: 25px;
    margin-bottom: 10px;
}

#nav ul
{
    width: 1000px;
    height: 25px;
}

#nav ul li,
#nav ul li a
{
    line-height: 25px;

    display: block;
    float: left;

    width: 142px;
    height: 25px;

    text-align: center;

    color: #000;
}

#banner
{
    height: 560px;

    background: url(../images/banner.jpg) no-repeat center center;
}

.flexslider
{
    position: relative;

    overflow: hidden;
    zoom: 1;

    width: 100%;
    height: 560px;
    margin: 0 auto 30px;
}
.flexslider .slides li
{
    width: 100%;
    height: 100%;
}
.flex-direction-nav a
{
    line-height: 99em;

    position: absolute;
    z-index: 10;
    top: 50%;

    display: block;
    overflow: hidden;

    width: 70px;
    height: 70px;
    margin: -35px 0 0;

    cursor: pointer;
    -webkit-transition: all .3s ease;

    opacity: 0;
    border-radius: 35px;
    background: url(../images/ad_ctr.png?1605231327) no-repeat;

    filter: alpha(opacity=0);
}
.flex-direction-nav .flex-next
{
    right: 20%;

    background-position: 0 -70px;
}
.flex-direction-nav .flex-prev
{
    left: 20%;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev
{
    opacity: .8;

    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover
{
    opacity: 1;

    filter: alpha(opacity=50);
}
.flex-control-nav
{
    position: absolute;
    bottom: 10px;

    width: 100%;

    text-align: center;
}
.flex-control-nav li
{
    display: inline-block;
    zoom: 1;

    margin: 0 2px;

    *display: inline;
}
.flex-control-paging li a
{
    display: block;
    overflow: hidden;

    width: 16px;
    height: 16px;

    cursor: pointer;
    text-indent: -99em;

    background: url(../images/dot.png) no-repeat 0 -16px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a
{
    background-position: 0 0;
}
.flexslider .slides a img
{
    display: block;

    width: 100%;
    height: 560px;
}

#line3 #sologn
{
    height: 125px;

    color: #3eb43a;
}

#sologn div
{
    float: left;

    width: 876px;
    height: 125px;
}

#sologn div img
{
    display: block;
    float: left;

    margin: 25px 30px 0 25px;
}

#sologn div p
{
    font-size: 1.2em;

    display: inline-block;

    margin-top: 25px;

    letter-spacing: .2em;
}

#sologn div h3
{
    font-size: 1.5em;

    display: block;

    margin-top: 22px;
}

#sologn > img
{
    display: block;
    float: right;

    border: 21.5px #3eb43a solid;
}

#line4
{
    height: 530px;

    background-color: #f4f4f4;
}

#line4 #product
{
    height: 530px;
}

#product .product-title
{
    overflow: hidden;

    height: 100px;

    color: #3eb43a;
}

#product .product-title h2,
#summary .product-title h2
{
    font-size: 3em;
    line-height: 100px;

    display: inline-block;
    float: left;

    height: 100px;
    margin-right: 10px;
}

#product .product-title p,
#summary .product-title p
{
    display: inline-block;

    margin-top: 28px;
}

#product .product-title h3,
#summary .product-title h3
{
    font-weight: lighter;

    display: block;

    color: #666;
}

#product .product-title hr,
#summary .product-title hr
{
    position: relative;
    top: -20px;
    left: 165px;

    height: 1px;
    background-color: #999;
}

#product .product-title span
{
    position: relative;
    top: -33%;

    display: block;
    float: right;

    width: 23px;
    height: 23px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #3eb43a;
}

#product .product-title #pro_prev
{
    margin-right: 5px;
}

#product ul
{
    width: 1000px;
    height: 25px;
}

#product ul li,
#product ul li a
{
    line-height: 25px;

    display: block;
    float: left;

    width: 142px;
    height: 25px;
    margin-right: 29px;

    text-align: center;
}

#product ul li:last-child
{
    margin: 0;
}

#product ul li a
{
    color: #fff;
    border-radius: 15% / 100%;
    background: #3eb43a;
}

#product ul li a:hover
{
    line-height: 21px;

    width: 138px;
    height: 21px;

    color: #3eb43a;
    border: 2px #3eb43a solid;
    border-radius: 15% / 100%;
    background: #fff;
}

#product > div:last-child
{
    height: 314px;
    margin-top: 20px;
}

#product div ul li a,
#slash
{
    display: block;
    float: left;

    width: 250px;
    height: 156px;
}

#product > div > a:first-child
{
    width: 246px;
    height: 316px;

    text-align: center;

    color: #fff;
    background: #3eb43a;
}

#product div #slash:after
{
    position: relative;
    top: -254px;

    display: block;

    width: 246px;
    height: 316px;

    content: ' ';

    opacity: 0;
    background: url(../images/slash.png) no-repeat center center;
}

#product div a h3
{
    font-size: 1.5em;

    margin: 0 0 40px;
}

#product div a h3:first-child
{
    margin: 70px 0 20px;
}


#product div a span
{
    display: block;

    width: 25px;
    height: 25px;
    margin: 15px auto 0;

    border: 2px solid #fff;
    border-radius: 50%;
}

#product div a span:after
{
    position: relative;
    top: 13%;
    right: -46%;

    display: block;

    width: 2px;
    height: 16px;

    content: '';

    background-color: #fff;
}

#product div a span:before
{
    position: relative;
    top: 49%;
    right: -19%;

    display: block;

    width: 16px;
    height: 2px;

    content: '';

    background-color: #fff;
}

#product div .pro_show:hover:after
{
    position: relative;
    top: -160px;

    display: block;

    width: 250px;
    height: 156px;

    content: '';

    background: url(../images/plus.png) rgba(85,255,165,.6) no-repeat center center;
}

#product div .product_show_box
{
    float: left;

    width: 754px;
    height: 316px;
}

@keyframes slash
{
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

@-moz-keyframes slash
{
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

@-webkit-keyframes slash
{
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

#product div #slash:hover::after
{
    -webkit-animation: slash 1s ease-in 0s 1 running forwards;
       -moz-animation: slash 1s ease-in 0s 1 running forwards;
            animation: slash 1s ease-in 0s 1 running forwards;
}

#line5
{
    height: 400px;
}

#line5 #summary
{
    height: 400px;
}

#summary div:first-child
{
    color: #3eb43a;
}

#summary div:first-child hr
{
    left: 105px;

    width: 690px;
}

#summary div:first-child a
{
    position: relative;
    top: -31px;

    display: inline-block;
    float: right;

    margin-right: 10px;

    color: #3eb43a;
}

#summary > div:last-child
{
    height: 200px;
    margin-top: 50px;
}

#summary div div
{
    float: right;

    width: 635px;
    margin: 0;
}

#summary div div h4
{
    font-size: 1em;
    line-height: 2em;

    text-align: center;
}

#summary div div p
{
    line-height: 1.8em;

    text-indent: 2em;
}

#line6
{
    overflow: visible;

    height: 560px;

    background-color: #3eb43a;
}

#line6 #case
{
    position: relative;
    top: 65px;

    height: 442px;
}

#case > a
{
    display: block;
    float: left;

    width: 296px;
    height: 442px;
    margin-right: 56px;

    text-align: center;

    color: #fff;
}

#case > a:nth-of-type(3)
{
    margin-right: 0;
}

#case > a h4
{
    font-size: 1.1em;
    line-height: 2.5em;
}

#case > a p
{
    line-height: 1.5em;

    margin-bottom: 15px;
}

#case > a span
{
    display: block;

    width: 164px;
    height: 20px;
    margin: 0 auto;

    color: #3eb43a;
    background-color: #fff;
}

#case > a:hover:after
{
    position: relative;
    top: -399px;

    display: block;

    width: 296px;
    height: 317px;

    content: '';

    background: url(../images/plus.png) rgba(85,255,165,.6) no-repeat center center;
}

#case > span
{
    position: relative;
    top: 23px;
    right: -472px;

    display: block;
    float: left;

    width: 50px;
    height: 50px;
    margin: 0 auto;

    text-align: center;
    letter-spacing: .2em;

    border: 4px solid #3eb43a;
    border-radius: 50%;
    background: #fff;
}

#case > span a
{
    position: relative;
    top: 5px;
    right: -1px;

    width: 45px;
    height: 45px;

    text-align: center;

    color: #3eb43a;
}

#line7
{
    height: 400px;
}

#line7 #news
{
    height: 280px;
    margin-top: 78px;
}

#news div:first-child
{
    float: left;

    width: 360px;
    margin-right: 35px;
}

#news div:first-child h2,
#news div:first-child a
{
    line-height: 2em;

    display: inline-block;
    float: left;

    color: #3eb43a;
}

#news div:first-child a
{
    position: relative;
    top: 12px;

    float: right;
}

#news div:first-child h3
{
    line-height: 2.2em;
}

#news div:first-child img
{
    border: 3px solid #ccc;
}

#news div:last-child
{
    float: left;

    width: 605px;
}

#news div ul
{
    width: 610px;
    height: 273px;
    margin-top: 7px;
}

#news div ul li
{
    line-height: 39px;

    width: 610px;
    height: 39px;

    background: url(../images/list_bottom.png) repeat-x bottom;
}

#news div ul li a
{
    display: block;

    width: 610px;
    height: 39px;
    padding-left: 10px;

    color: #333;
}

#news div ul li a span
{
    float: right;

    padding-right: 15px;
}

#news div ul li a:hover
{
    color: #3eb43a;
}

#line8
{
    height: 80px;

    border-top: 3px solid #c1c1c1;
}

#line8 #footer
{
    height: 80px;
}

#footer p
{
    line-height: 1.5em;

    text-align: center;
}

#footer p:first-child
{
    margin-top: 15px;
}

#footer a
{
    color: #000;
}

.ny_content
{
    display: table;

    width: 1000px;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.ny_left a
{
    text-decoration: none;

    color: #000;
}

.ny_left
{
    display: table;
    float: left;
    overflow: hidden;

    width: 230px;
    height: auto;
    margin-right: 18px;
}

.ny_left_list
{
    display: table;

    width: 230px;
    height: auto;
}

.ny_left_title
{
    width: 230px;
    height: 85px;

    background: #3eb43a;
}

.ny_left_title h2
{
    font-size: 28px;
    font-weight: 400;

    display: table;

    width: auto;
    height: auto;
    padding-top: 10px;

    text-indent: 0;
    letter-spacing: 3px;

    color: #fff;
}

.ny_left_title h3
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: 400;

    display: table;

    width: auto;
    height: auto;
    padding-top: 0;

    text-indent: 0;
    letter-spacing: 1px;

    color: #fff;
}

.ny_left_title h5
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 70px;
    font-weight: 400;

    display: table;
    float: left;

    width: auto;
    height: 70px;
    padding-top: 2px;
    padding-right: 2px;

    text-indent: 20px;
    letter-spacing: 1px;

    color: #fff;
}

.ny_left_list_body
{
    display: table;

    width: 230px;
    height: auto;
}

.ny_left_list_body ul li
{
    line-height: 32px;

    display: block;

    width: 230px;
    height: 34px;
    margin-top: 5px;

    text-indent: 20px;

    border: 1px solid #eee;
}

.ny_left_list_body ul li a span
{
    font-family: '宋体'；;
    font-size: 14px;

    float: right;

    margin-right: 20px;

    color: #aaa;
}

.ny_left_list_body ul li a
{
    font-size: 14px;

    display: block;

    width: 228px;
    height: 32px;

    letter-spacing: 1px;

    border: 1px solid #eee;
    background: #fafafa;
}

.ny_left_list_body ul li a:hover
{
    color: #3eb43a;
    border: 1px solid #7ef171;
    background: #fafafa;
}

.ny_left_list_body ul li a:hover span
{
    color: #3eb43a;
}

.ny_left_news
{
    display: table;

    width: 230px;
    height: auto;
    margin-top: 20px;
}

.ny_left_news_body
{
    display: table;
    overflow: hidden;

    width: 230px;
    height: auto;
    margin-top: 10px;
}

.ny_left_news_body ul li
{
    font-size: 14px;
    line-height: 26px;

    width: 230px;
    height: 26px;
    overflow: hidden;
}

.ny_left_news_body ul li span
{
    font-size: 10px;

    margin-right: 5px;

    color: #3eb43a;
}

.ny_left_contact
{
    display: table;

    width: 230px;
    height: auto;
    margin-top: 20px;
}

.ny_left_contact_body
{
    display: table;
    overflow: hidden;

    width: 220px;
    height: auto;
    margin-top: 5px;
    padding-left: 5px;
}

.ny_left_contact_body h2
{
    font-size: 14px;
    line-height: 23px;
}

.ny_left_contact_body h3
{
    font-size: 20px;
    line-height: 33px;
}

.ny_left_contact_body p
{
    font-size: 14px;
    line-height: 23px;
}

.ny_right
{
    display: table;
    float: right;
    overflow: hidden;

    width: 750px;
    height: auto;
}

.ny_right_title
{
    width: 750px;
    height: 36px;

    border-bottom: 3px solid #3eb43a;
}

.ny_right_title a
{
    font-size: 14px;
    line-height: 36px;

    display: block;
    float: left;

    width: auto;
    height: 36px;
    padding: 0 10px;

    color: #fff;
    background: #3eb43a;
}

.ny_right_title span
{
    line-height: 36px;

    display: block;
    float: left;

    width: auto;
    height: 36px;

    color: #fff;
    background: #3eb43a;
}

.ny_right_title a:hover
{
    color: #fff;
}

.ny_right_body
{
    display: table;

    width: 750px;
    height: auto;
    margin-top: 20px;
}

.ny_right_body .ny_jianjie
{
    display: table;
    overflow: hidden;

    width: 750px;
    height: auto;
}

.ny_right_body .ny_jianjie h2
{
    font-size: 22px;
    line-height: 50px;

    width: 750px;
    height: 52px;

    text-align: center;
    letter-spacing: 1px;
}

.ny_right_body .ny_jianjie p
{
    font-size: 14px;
    line-height: 26px;

    overflow: hidden;

    width: 750px;

    text-indent: 28px;
}

.ny_right_body .ny_jianjie p img
{
    display: table;

    max-width: 100%;
    height: auto;

    text-align: center;
}

.ny_right_body .ny_product_index
{
    display: table;

    width: 750px;
    height: auto;
}

.ny_right_body .ny_product_index ul li
{
    display: table;
    float: left;

    width: 231px;
    height: auto;
    margin-bottom: 5px;
    margin-left: 10px;
}

.ny_right_body .ny_product_index ul li a
{
    display: block;

    width: 231px;
    height: auto;
}

.ny_right_body .ny_product_index ul li a img
{
    width: 228px;
    height: 171px;

    border: 1px solid #ccc;
}

.ny_right_body .ny_product_index ul li a h3
{
    line-height: 26px;

    display: block;
    float: left;

    width: auto;
    height: 36px;

    text-indent: 5px;
}

.ny_right_body .ny_product_index ul li a p
{
    font-size: 14px;
    line-height: 26px;

    display: block;
    float: left;

    width: auto;
    height: 36px;
}

.ny_right_body .ny_product_index ul li a:hover p
{
    color: #3eb43a;
}

.ny_right_body .ny_product_index a
{
    color: #000;
}

.ny_right_body .ny_product_index h3
{
    font-size: 15px;
}

.ny_right_body .ny_product_view
{
    display: table;

    width: 750px;
    height: auto;
}

.ny_right_body .ny_product_view .ny_product_view_img h2
{
    font-size: 22px;
    line-height: 50px;

    width: 750px;
    height: 52px;

    text-align: center;
    letter-spacing: 1px;
}

.ny_right_body .ny_product_view .ny_product_view_img
{
    text-align: center;
}

.ny_right_body .ny_product_view .ny_product_view_img img
{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;

    text-align: center;
}

.ny_product_view_body
{
    display: table;

    width: 750px;
    height: auto;
}

.ny_product_view_body h3
{
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.ny_product_view_body p
{
    font-size: 14px;
    line-height: 26px;

    text-indent: 28px;
}

.ny_right_body .ny_news_index
{
    display: table;

    width: 750px;
    height: auto;
}

.ny_right_body .ny_news_index ul li
{
    font-size: 14px;
    line-height: 36px;

    width: 750px;
    height: 36px;

    text-indent: 20px;

    border-bottom: 1px dashed #ccc;
    background: url(news_arrow.gif?1605231327) no-repeat 6px 15px;
}

.ny_right_body .ny_news_index ul li a
{
    display: block;

    width: 750px;
    height: 36px;
}

.ny_right_body .ny_news_index ul li a span
{
    float: right;

    margin-right: 6px;
}

.ny_right_body .ny_news_index a
{
    text-decoration: none;

    color: #000;
}

.ny_right_body .ny_news_index a:hover
{
    color: #3eb43a;
}

.ny_right_body .ny_news_view
{
    display: table;

    width: 750px;
    height: auto;
}

.ny_right_body .ny_news_view h2
{
    font-size: 16px;
    font-weight: 700;
    line-height: 39px;
}

.ny_right_body .ny_news_view h5
{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;

    display: block;

    width: 750px;
    height: 36px;
    margin-bottom: 10px;

    color: #999;
    border-bottom: 1px solid #ddd;
}

.ny_right_body .ny_news_view h5 a
{
    color: #999;
}

.ny_right_body .ny_news_view h5 span
{
    float: right;
}

.ny_right_body .ny_news_view h5 a:hover
{
    color: #3eb43a;
}

.ny_right_body .ny_news_view p
{
    font-size: 14px;
    line-height: 28px;

    text-indent: 2em;
}

.guest
{
    width: 600px;
    height: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

.guest p
{
    margin-top: 10px;
}

.guest input,
.guest textarea
{
    border: 2px #eaeaea solid;
}

.tijiao
{
    font-size: 16px;

    width: 60px;
    margin-top: 20px;
    margin-left: 200px;

    cursor: pointer;

    border-radius: 8px;
}

/** 分页 **/
.sub_dede_pages
{
    display: table;

    width: 98%;
    height: auto;
    margin-left: 3%;
    padding: 5% 0;
}
.sub_dede_pages ul
{
    display: table; /*margin:0 auto;*/
    float: right;

    width: 200px;
    height: auto;
    padding: 0;

    text-align: center;/* display:inline;*/
}
.sub_dede_pages ul li
{
    font-size: 12px;

    display: inline;
    float: left;

    width: auto;
    margin: 0;
    margin-right: 1%;
    padding: 0;

    color: #666;
}
.sub_dede_pages ul li a
{
    display: block;

    width: auto;
    padding: 3px 8px;

    color: #fff;
    background: #3eb43a;
}

.product_show_box .swiper-wrapper .pro_show.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product_show_box .swiper-button-next,
.product_show_box .swiper-button-prev{
    color: #3eb43a;
    font-weight: bold;
}

#product section a{
    padding: 4px 8px;
    background-color: #3eb43a;
    color: #fff;
    border-radius: 30% / 100%;
}
/*.sub_dede_pages ul li a:hover{ background:#ed6c45;}*/
