*{
    font-size:16px;
    color: #333333;
    font-family:"Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
    list-style-type:none;
    box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,pre{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:18px; font-family:"Arial",Tahoma,Helvetica,sans-serif;font-weight: normal;}

body{
    overflow-x: hidden;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
img{ border:0 none; vertical-align:top;max-width: 100%;}

.wrap{width:87%; margin:0 auto; clear:both;}
.fl{
    float:left;
}
.fr{
    float:right;
}


/*banner*/
.banner{width:100%;height:0; padding-top: 50%;overflow:hidden;position: relative;}
.banner .bd{ width:100%;height:100%; overflow:hidden;position: absolute;left:0;top:0;}
.banner_dl{ width:100%;	height:100%; overflow:hidden;}
.banner_dl dd{ width:100%; height:100%; overflow:hidden; position:relative;}
.banner_dl dd a{display: block; width: 100%; height: 100%; position: relative;}
.banner .hd{ width: 100%; overflow: hidden; position: absolute; left: 0px; bottom:4%; text-align: center; z-index: 10;}
.banner .hd ul{ display: inline-block; overflow: hidden;}
.banner .hd ul li{ width:12px; height:12px; overflow:hidden; background: rgba(255,255,255, .3); float:left; display:inline; margin:0px 7px; -webkit-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; -webkit-border-radius:100%; -moz-border-radius:100%; -ms-border-radius:100%; -o-border-radius:100%; border-radius:100%; cursor:pointer; text-indent:99em;}
.banner .hd ul li.on{background: rgba(255,255,255, 1);}
.banner .bd a img{
    width:100%;
}


/*header*/
.header{
    position: absolute;
    width:87%;
    height:130px; 
    z-index:999;
    left:6.5%;
    top:0;
}
.header_logo{
    width:23%;
    height:130px; 
    line-height: 130px;
}
.header_nav{
    width:57%;
    height:130px; 
    font-size: 0;
    padding-top: 35px;
}
.header_nav .layui-nav li{
    display: block;
    width: 16%;
    text-align: center;
}
.header_nav .layui-nav{
    background: none;
}
.header_nav .layui-nav .layui-nav-item{
    position: relative;
    display: inline-block;
    vertical-align:middle;
    line-height:60px;
}

.header_nav .layui-nav .layui-nav-child{
    text-align: center;
    width: 110%;
    margin:0 auto;
}
.layui-nav .layui-nav-item a{
    font-size: 16px;
    display: block;
    padding:0 20px;
}
.header_nav .layui-nav .layui-nav-more{
    border-width: 5px;
    right:12%;
}
.header_nav .layui-nav .layui-nav-item .layui-nav-child a{
    font-size: 14px;
}
.header_tel{
    width: 14.3%;
    height:63px;
    line-height: 63px;
    background: #00adef;
    text-align: center;
    vertical-align: middle;
    border-radius: 63px;
    margin-top: 34px;
    
}
.header_tel img{
    width:13%;
    margin-top: -5px;
    margin-right: 2px;
}
.header_tel span{
    font-size: 24px;
    color: #ffffff;
}
.header_search{
    width:50px;
    height:50px;
    padding:12.5px;
    cursor: pointer;
    position: relative;
    margin-top: 40px;
}
.header_search_box{
    width:200px;
    height:50px;
    position: absolute;
    left:-100px;
    bottom: -50px;
    visibility: hidden;
}
.header_search img{
    max-width:100%;
}
.search_input{
    width:150px;
    height:40px;
    line-height: 40px;
    font-size: 14px;
    border:1px solid #d9d9d9;
    padding:0 10px;
    vertical-align: top;
    
}
.search_submit{
    width: 40px;
    height:40px;
    background: #00adef;
    color: #ffffff;
    border: none;
    margin-left: -5px;
    cursor: pointer;
    font-size: 14px;
}
.header_search:hover .header_search_box{
    visibility: visible;
}

/* 头部表单 */
.header_form{
    height:177px;
    background: #00adef;
    text-align: center;
    padding:20px 0;
}
.header_form h2{
    font-size: 24px;
    color:#ffffff;
    font-weight: bold;
    line-height: 1.5em;
}
.header_form h3{
    color:#ffffff;
    line-height: 2em;
}
.form_box{
    margin-top: 10px;
}
.form_filling{
    width:239px;
    height:47px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding:0 10px;
    line-height: 47px;
    margin-right: 20px;
    border-radius: 47px;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
    font-size: 16px;
}

#Submit{
    width:180px;
    height:47px;
    line-height: 47px;
    background: #99d900;
    border-radius: 47px;
    text-align: center;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}


/* 产品中心 */
.product{
    background-color: #f5f5f5;
    padding:160px 0  140px;
}

.title span{
    font-size: 48px;
    position: relative;
}

.title span::after{
    content: "";
    display: block;
    width:50px;
    height:5px;
    background: #00adef;
    position: absolute;
    right:-65px;
    bottom: 10px;
}
.product_list{
    font-size: 0;
    margin-top: 30px;
    margin-right: -1.8%;
}
.product_li{
    width: 23.5%;
    display: inline-block;
    border:1px solid #d9d9d9;
    margin: 0 1.45% 30px 0;
    background: #ffffff;
    text-align: center;
    padding-top: 20px;

}
.product_li a{
    width:100%;
    height:100%;
    display: block;
}
.product_li h1{
    width:88.6%;
    font-size: 24px;
    margin:20px auto  10px;
}
.product_li h4{
    width:88.6%;
    margin:10px auto;
    font-size: 14px;
    color: #999999;
    line-height: 1.5em;
    white-space:nowrap;
    overflow: hidden;
}
.product_pic{
    height:0;
    padding-top: 88.6%;
    overflow: hidden;
    position: relative;
}
.product_pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}
.product_li :hover  .product_pic img{
    transform: scale(1.1);
}


/* 解决方案 */
.solution{
    padding:160px 0 140px;
}
.solution .layui-tab{
    margin-top: 60px;
    
}
.solution_box .layui-tab-title{
    width: 87%;
    height:60px;
    border-top:1px solid #d9d9d9;
    border-bottom: 0px;
    line-height: 60px;
    margin: 30px auto;
}
.solution_box .layui-tab-title li{
    width:25%;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.solution .layui-tab-brief>.layui-tab-title .layui-this{
    position: relative;
    color: #00adef;
}
.solution .layui-tab-brief>.layui-tab-title .layui-this::before{
    content: "";
    display: block;
    width:14px;
    height:14px;
    background: #00adef;
    border-radius: 50%;
    position: absolute;
    left:50%;
    top:-18px;
    margin-left: -7px;;
}
.solution .layui-tab-content{
    width:100%;
    height:800px;
    padding:0;
}
.solution .layui-tab-item{
    height:800px;
    padding:190px 0 0;
    margin:0;
}
.solution_content{
    width:35%;
    margin-left: 6.5%;
    color: #ffffff;
}
.solution_title{
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.solution_title i{
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255,255,255, .1);
    font-style: normal;
    text-transform: uppercase;
    left:0;
    top:-45px;
}

.solution_txt{
    color: #ffffff;
    line-height: 1.8em;
    margin:15px 0;
}
.solution_case{
    margin-top: 70px;
}
.case_li{
    width:230px;
    height:40px;
    display: inline-block;
    line-height: 40px;
    position: relative;
    margin-right: 20px;
}
.case_li a{
    color: rgba(255,255,255, .7);
    margin-left: 10px;
    font-size: 14px;
}
.case_li::before{
    content: "";
    display: inline-block;
    width: 4px;
    height:16px;
    background: #00adef;
    position:absolute;
    left:0;
    top:13px;
}
.case_li a:hover{
    color: rgba(255,255,255, 1);
}
.solution_more{
    width:167px;
    height:41px;
    background: #00adef;
    line-height: 41px;
    text-align: center;
    margin-top: 35px;
}
.solution_more a{
    display: block;
    width:100%;
    height:100%;
    color: #ffffff;
}


/* 公司简介 */
.about{
    height:1040px;
    padding:160px 0 140px;
    background: url(../img/about_bg.jpg) center center no-repeat;
}
.about_video{
    width:50%;
    margin-top: 50px;
}
.about_video video{
    width:100%;
}

.about_profile{
    width:42.5%;
}

.about_title{
    font-size: 48px;
    line-height: 1.6em;
}
.about_content{
    margin:30px 0;
}
.about_content p{
    color: #666666;
    line-height: 2em;
}

.about_num{
    font-size: 0;
    margin-right: -6%;
}

.num_li{
    width:20%;
    display: inline-block;
    margin-right: 5%;
    
}
.num_li img{
    width:30px;
    height:30px;
}
.num{
    font-size: 28px;
    font-weight: bold;
    margin: 17px 0 6px;
}
.counter_value{
    font-size: 28px;
    font-weight: bold;
    margin: 17px 0 6px;
}
.num_li span{
    color: #999999;
}
.about_more{
    width:223px;
    height:51px;
    background: #00adef;
    line-height: 51px;
    text-align: center;
    margin-top: 35px;
}
.about_more a{
    display: block;
    width:100%;
    height:100%;
    color: #ffffff;
}



/* 资讯中心 */
.news{
    background-color: #f5f5f5;
    padding:160px 0  140px;
}

.news_list{
    font-size: 0;
    margin-top: 30px;
    margin-right: -1.8%;
}
.news_li{
    width:31.5%;
    display: inline-block;
    background: #ffffff;
    padding-bottom: 30px;
    margin-right: 1.8%;
}
.news_li a{
    display: block;
    width:100%;
    height:100%;
}
.news_pic{
    width:100%;
    height:0;
    padding-top: 77.4%;
    position: relative;
    overflow: hidden;
}
.news_pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}
.news_profile{
    width:85%;
    margin:30px auto;
}
.news_profile h2{
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_time{
    display: block;
    color: #999999;
    font-size: 14px;
    margin:20px 0;
}
.news_content{
    color: #999999;
    line-height: 2em;
    height:64px;
    overflow: hidden;
}
.news_li:hover .news_pic img{
    transform: scale(1.1);
}


/* 生产基地 */
.base::after{
    content: "";
    display: block;
    visibility: hidden;
    height:0;
    clear: both;
}
.base_profile{
    width:30%;
    height:0;
    background: #00adef;
    padding-top: 33.75%;
    position: relative;
}
.base_profile_box{
    position: absolute;
    left:22%;
    top:150px;

}
.base .title span{
    color:#ffffff;
}

.base .title span::after{
    background-color: #ffffff;
}
.base_content{
    width:80%;
    color:#ffffff;
    line-height: 2em;
    margin: 50px 0;
}

.base_pic{
    width:70%;
}
.base_pic_four{
    width:62%;
}
.base_pic_list{
    font-size: 0;
    overflow: hidden;
}
.base_pic_li{
    width:50%;
    height:0;
    padding-top: 38.9%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.base_pic_li img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}

.base_pic_one{
    width:38%;
    padding-top: 48.2%;
    height:0;
    position: relative;
    overflow: hidden;
}
.base_pic_one img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}

.base_pic_li img:hover, .base_pic_one img:hover{
    transform: scale(1.1);
}



/* 友情链接 */
.link{
    overflow: hidden;
    padding-top: 80px;
}
.link_content{
    line-height: 50px;
}
.link_content span{
    font-size: 18px;
    font-weight: bold;
}
.link_content a{
    color: #666666;
    margin: 0 15px;
}
.link_content a:hover{
    color: #333333;
}


/* 底部 */
.footer{
    height:600px;
    background: #0b1632 url(../img/footer_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}
.footer_contact{
    width:18%;
    margin-right: 8%;
    margin-top: -30px;
}
.footer_logo img{
    max-width: 100%;
}
.footer_tel{
    line-height: 38px;
}
.footer_tel img{
    vertical-align: middle;
    margin: -7px 8px 0 0;
}
.footer_tel span{
    font-size: 24px;
    color: #ffffff;
}
.footer_add{
    font-size: 14px;
    line-height: 28px;
    color: rgba(255,255,255, .3);
    margin-top: 8px;
}
.footer_nav{
    width:60%;
    height:400px;
}
.footer_nav_list{
    font-size: 0;
}
.footer_nav_li{
    width:20%;
    height:400px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.footer_nav_li a{
    color: #ffffff;
}
.footer_nav_li a:hover{
    text-decoration: underline;
}
.footer_nav_child{
    margin-top: 15px;
}
.footer_nav_li .footer_nav_child a{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255, .3);
    margin:10px 0;
}
.footer_nav_li .footer_nav_child a:hover{
    color: rgba(255,255,255, 1);
    text-decoration: none;
}
.footer_qr{
    width: 10%;
    text-align: center;
}
.footer_qr em{
    color: #ffffff;
    font-style: normal;
    margin-bottom: 30px;
    display: block;
}
.footer_qr img{
    width:70%;
}
.footer_copyright{
    position: absolute;
    height:76px;
    border-top:1px solid rgba(255,255,255, .2);
    width:87%;
    left:6.5%;
    bottom: 0;
    line-height: 76px;
}
.footer_copyright b{
    font-size: 14px;
    color: rgba(255,255,255, .3);
    font-weight: normal;
}
.footer_copyright a{
    font-size: 14px;
    color: rgba(255,255,255, .3);
    margin-left: 30px;
}
.footer_copyright a:hover{
    color: rgba(255,255,255, 1);
}


/* 右侧悬浮 */
.floating_ck{position:fixed;right:0;top:50%;z-index: 999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:rgba(147,147,147,0.7);margin:2px 0;text-align:center;background-repeat:no-repeat;background-position:center 20%;}
.floating_ck dl dd:hover{background-color:#00adef;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../img/floating4.png);}
.words{background-image:url(../img/floating1.png);}
.qrcord{background-image:url(../img/floating2.png);}
.return{background-image:url(../img/floating3.png); cursor: pointer;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;font-size: 14px;}
.floating_left{position:absolute;left:-200px;top:0px;width:200px;height:80px;background-color:#00adef;display:none;transition: all .3s ease-in;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{width:160px;height:162px;top:-82px;left:-160px;}
.floating_ewm i{display:block;width:145px;height:145px;margin:7px auto 0;background-size:100% 100%; }
.consult a{
    display: block;
    width:80px;
    height:80px;
    position: absolute;
    top:0;
    left:0;
}
.floating_tel{
    width:230px;
    height:80px;
    left:-230px;
    top:-73px;
    position: relative;
}
.floating_name{
    font-size: 14px;
    display: inline-block;
    width: 80px;
    position: absolute;
    left:10px;
    top:-22px;
    color: #ffffff;
}
.floating_phone{
    width: 150px;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left:80px;
    top:30px;
    color: #ffffff;
}



/* in_banner */
.in_banner{
    height:500px;
    position: relative;
}
.in_banner::before{
    content: "";
    display: block;
    width:100%;
    height:230px;
    background: url(../img/in_nav.png);
    position: absolute;
    left:0;
    top:0;
    z-index: 66;
}



/* 内页位置 */
.in_position{
    height:130px;
    background: #00adef;
    padding-top: 40px;
}

.in_title{
    font-size: 48px;
    color: #ffffff;
}
.in_crumb{
    color: #ffffff;
    margin-top: 30px;

}
.in_crumb label{
    color: #ffffff;
    margin-right: -10px;

}
.in_crumb a{
    color: #ffffff;
    margin: 0 10px;
}
.in_crumb a:hover{
    text-decoration: underline;
}
.incon_home{
    margin-top: -3px;
    margin-right:5px ;
}


/* 内页分类 */
.in_classify{
    height:80px;
    border-bottom:1px solid #d9d9d9;
    padding-top: 20px;
}
.in_classify_list{
    font-size: 0;
    height:60px;
    line-height: 60px;
}
.in_classify_li{
    display: inline-block;
    height:60px;
    padding:0 10px;
    margin:0 15px;
}
.in_classify_li a{
    display: block;
}
.in_classify_li:hover, .classify_li_this{
    border-bottom:3px solid #00adef ;
}


/* 内页产品 */
.in_product{
    background: #f5f5f5;
    padding: 50px 0;
}

.in_product_li{
    width: 23.5%;
    display: inline-block;
    border:1px solid #d9d9d9;
    margin: 0 1.45% 30px 0;
    background: #ffffff;
    padding-bottom: 40px;
}
.in_product_li a{
    display: block;
}

.in_product_list{
    font-size: 0;
    margin-right: -1.8%;
}
.in_product_li:hover .in_prodcut_pic img{
    transform: scale(1.1);
}
.in_product_li h3{
    font-size: 24px;
    margin:15px auto;
    text-align: center;
    width:88%;
}
.in_product_profile{
    width:88%;
    color: #666666;
    line-height: 2em;
    margin:0 auto;
    height:128px;
    overflow: hidden;
}

/* page */
.page{
    text-align: center;
    margin-top: 20px;
}
.page .scott{
    font-size: 0;
}
.page .scott a{
    display: inline-block;
    padding:0 10px;
    height:30px;
    line-height: 30px;
    margin:0 5px;
    color: #666666;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}
.page .scott span{
    display: inline-block;
    padding:0 10px;
    height:30px;
    line-height: 30px;
    margin:0 5px;
    color: #666666;
    border-radius: 5px;
    border: 1px solid #CCC;
    font-size: 14px;
    font-weight: normal;
}
.page_num{
    font-size: 14px;
}
.page .scott a:hover{
    background: #00adef;
    color: #fff;
    border: 1px solid #00adef;
}
.current, .page .scott .current{
    background: #00adef;
    color: #fff;
    border: 1px solid #00adef;
}

/* 内页资讯 */
.in_news{
    padding:50px 0;
}
.in_news_list{
    font-size: 0;
}
.in_news_li{
    border:1px solid #eee;
    padding:2%;
    margin-bottom: 30px;
}
.in_news_li a{
    display: block;
    width:100%;
    height:100%;
}
.in_news_li::after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}

.in_news_pic{
    width: 25%;
    padding-top:19.35%;
    height:0;
    position: relative;
    overflow: hidden;
}

.in_news_pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}
.in_news_profile{
    width:70%;
    padding-top: 50px;
}
.in_news_title{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.in_news_intro{
    color: #666666;
    line-height: 2em;
    margin:30px 0;
}
.in_news_date{
    color: #999999;
    font-size: 14px;
    font-style: normal;
}

.in_news_li:hover .in_news_pic img{
    transform: scale(1.1);
}
.in_news_li:hover{
    box-shadow: 0 0 10px #cceffc;
}
.in_news_li:hover .in_news_title{
    color: #00adef;
}


/* 内页案例 */
.in_case{
    padding:50px 0;
    background: #f5f5f5;
}
.in_case_list{
    font-size: 0;
    margin-right: -1.8%;
}
.in_case_li{
    width:31.5%;
    display: inline-block;
    margin-right: 1.8%;
    background: #ffffff;
    margin-bottom: 35px;
}
.in_case_li a{
    display: block;
    width:100%;
    height:100%;
}

.in_case_pic{
    width:100%;
    height:0;
    padding-top: 77.4%;
    position: relative;
    overflow: hidden;
}
.in_case_pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}
.in_case_name{
    display: block;
    height:80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    padding:0 5%;
}
.in_case_li:hover .in_case_pic img{
    transform: scale(1.1);
}


/* 内页内容 */
.in_content{
    padding:50px 0;
}
.in_company{
    line-height: 2em;
}





/* baidu map */
#allmap {overflow: hidden;width: 100%;height:500px;}
#result {width:100%;font-size:12px; }
.BMapLib_bubble_content{ color:#191919;}
.BMapLib_bubble_content p{ color:#666;margin:2px 0; line-height:22px;font-size: 14px;}
.BMapLib_nav_tab li{font-size: 12px;}
.BMapLib_SearchInfoWindow .iw_bt{font-size: 12px;}
.BMap_cpyCtrl span {font-size: 12px;}
.BMapLib_SearchInfoWindow input{outline: none;}
#BMapLib_search_text0{height:24px;line-height: 24px;}


/* 联系我们 */
.in_contact{
    position: relative;
    margin-bottom: 30px;
}
.in_contact h5{
    font-size: 24px;
    line-height: 60px;
}
.in_contact h5::after{
    content: "";
    display: block;
    width:30px;
    height:3px;
    background: #00adef;
}
.in_contact_box{
    line-height: 2em;
    margin: 30px 0;
}
.in_contact_qr{
    width:200px;
    position: absolute;
    top:0;
    right:0;
    text-align: center;
}
.in_contact_qr img{
    width:150px;
    height:150px;
    margin:20px 0 10px;
}
.in_contact_qr b{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}


/* 产品详情页 */

.detail_product_up::after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.detail_product_pic{
    width: 40%;
    padding-top: 35.44%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.detail_product_pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: all .3s ease-in;
}
.detail_product_intro{
    width: 55%;
}
.detail_product_intro p{
    color: #666666;
    line-height: 2em;
}
.detail_product_intro h2{
    font-size: 28px;
    line-height: 1.5em;
    margin:40px 0;
}
.detail_produt_tel{
    display: block;
    width: 250px;
    height:60px;
    background: #00adef;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 80px;
}
.detail_produt_tel img{
    margin-right: 6px;
}

.detail_product_down{
    background: #ffffff;
    margin-top: 80px;
    padding:5%;
}
.detail_product_title{
    display: block;
    height:60px;
    background: #e5f7fd;
    font-size: 24px;
    line-height: 60px;
    color: #00adef;
    font-weight: bold;
    padding-left: 15px;
}
.detail_product_content{
    line-height: 2em;
    margin:40px auto;
}

.detail_product_content img{
    max-width: 100%;
}

/* detail */

.detail{
    padding:50px 0 30px;
}
.detail_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.detial_time{
    text-align: center;
    margin:20px 0;
}
.detial_time span{
    font-size: 14px;
    color: #b4b4b4;
    line-height: 2em;
    margin:0 15px;
    padding-bottom: 10px;
   
}
.detail_con{
    min-height: 300px;
}
.detail_con p{
    margin:20px 0;
    line-height: 2em;
}
.prev_next{
    border-top: 1px dashed #DDD;
    margin-top: 50px;
    padding-top:10px;
}
.prev, .next{
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}
.prev a, .next a{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
}
.prev a:hover, .next a:hover{
    color: #00adef;
}
.detail_pic{
    text-align: center;
    margin-bottom: 20px;
}
.detail_pic img, .detail_con img{
    max-width: 100%;
}