*{
    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;}

.wrap{width:1200px; margin:0 auto; clear:both;}
.fl{
    float:left;
}
.fr{
    float:right;
}


/* header */
.header{
    display:block; 
    top:0px; 
    left: 0px; 
    width: 100%; 
    height:152px; 
    z-index: 10;
    background: #fff;
    position: absolute;
}
.logo{
    height:104px;
    overflow: hidden;
    padding-left: 1%;
    font-size: 0;
}
.logo img{ 
    max-width: 100%; 
}
.header_right{
    height:104px;
    max-width: 73%;
}
.header_top{
    height:48px;
    background: #849ca8;
    clear: both;
    line-height: 48px;
    text-align: right;
    padding:0 1%;
}
.header_top span{
    color:#fff;
    margin-left: 30px;
}

.header_top span b{
    color:#fff;
    text-transform: capitalize;
}
.header_top span a{
    font-size: 16px;
    color: #fff;
}
.header_right .layui-nav .layui-nav-item a{
    text-transform:capitalize;
    font-size: 18px;
    color: #ef8822;
    font-weight: bold;
}
.header_right .layui-nav .layui-nav-item a:hover{
    color: #ef8822;
}
.header_right .layui-nav .layui-nav-item{
    text-align: center;
    min-width: 120px;
}
.header_right .layui-nav .layui-nav-item .layui-nav-child a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.header_right .layui-nav .layui-nav-item .layui-nav-child a:hover{
    color:#94aebc;
}

/*banner*/
.banner{ min-width:1220px;height:600px; overflow:hidden;position: relative;margin-top: 130px;border-bottom: 36px solid #ef8822;}
.banner .bd{ height:600px; overflow:hidden;}
.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; border:1px solid rgba(255,255,255,1); 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:#849ca8;}


/* title */
.title{
    text-align: center;
    margin-bottom: 50px;
    clear: both;
}

.title h1{
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    width:fit-content;
    margin:0 auto;
    position: relative;
    z-index: 1;
}
.title h1:after{
    content:"";
    display: block;
    width:100%;
    height:12px;
    background: rgba(148,174,188,0.4);
    position: absolute;
    left:0;
    bottom:10px;
    z-index: -1;
}
.title_pic{
    margin-top: 17px;
}


/* product */
.product{
    padding:80px 0;
}
.product_list{
    font-size: 0;
    margin-right: -30px;
}
.product_list li{
    width:380px;
    height:420px;
    display: inline-block;
    border:1px solid #849ca8;
    margin:0 30px 30px 0;
}
.product_pic{
    width:378px;
    height:284px;
    overflow: hidden;
}
.product_pic img{
    width:100%;
    height:100%;
    transition: all 0.3s ease-in;
}

.product_pic img:hover{
    transform: scale(1.1);
}
.product_list li h2{
    font-size: 18px;
    font-weight: bold;
    text-transform:capitalize;
    margin:15px 18px;
    line-height: 26px;
}
.more{
    width:124px;
    height:28px;
    background: #94aebc;
    margin-left:18px;
    text-align: center;
    line-height: 28px;
    position: relative;
}
.more a{
    display: block;
    width:100%;
    height:100%;
    color: #fff;
    text-transform:capitalize;
}
.more a:hover{
    font-weight: bold;
}
.more:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #ef8822;
    position: absolute;
    top:0;
    right:-32px;
    
}


/* about us */
.about{
    padding:80px 0;
    height:720px;
    background: #f4f4f4;
    z-index: 10;
    position: relative;
}
.about .title{
    overflow: hidden;
}
.about .title h1{
    margin-left: 0;
}

.about_con{
    width:540px;
    z-index: 999;
}
.about_con p{
    color: #666;
    line-height: 28px;
}
.about .more{
    margin-left: 0;
    margin-top: 26px;
}
.about:after{
    content: "";
    display: block;
    width:1500px;
    height:720px;
    background:#849ca8 url(../img/ab_bg.jpg) center center no-repeat;
    position: absolute;
    left:55%;
    top:0;
    z-index: -2;
    overflow: hidden;
}

.about_pic{
    width:610px;
    height:370px;
    z-index: 999;
    margin-right: 10px;
    position: relative;
}
.about_pic img{
    width:100%;
    height:100%;
}
.about_pic:after{
    content: "";
    display: block;
    width:100%;
    height:100%;
    border: 1px solid #fff;
    position: absolute;
    top:10px;
    right:-10px;
}


/* news */
.news{
    padding:80px 0;
}
.news .wrap:after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height:0;

}
.news_recom{
    width:530px;
    height:400px;
    position: relative;
}
.news_pic{
    width:530px;
    height:400px;
    overflow: hidden;
}
.news_pic img{
    width:530px;
    height:400px;
    transition: all 0.3s ease-in;
}
.news_pic img:hover{
    transform: scale(1.1);
}
.news_recom_title{
    width: 100%;
    height:63px;
    background: rgba(148,174,188,0.9);
    position: absolute;
    left:0;
    bottom: 0;
}
.news_recom_date{
    width:80px;
    text-align: center;
    margin:4px 0 0 6px;
}
.date_day{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.date_month{
    color: #fff;
}
.news_recom_name{
    width:420px;
    margin:8px 6px 0 0;
}
.news_recom_name a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.news_list{
    width:630px;
    height:400px;
    font-size: 0;
    margin-bottom: -20px;
}
.news_list li{
    height:50px;
    background: #f4f4f4;
    overflow: hidden;
    margin-bottom: 20px;
}
.news_date{
    width:150px;
    height:50px;
    background: #94aebc;
    transform: skewX(-25deg);
    margin-left: -20px;
    line-height: 50px;
    padding-left: 30px;
    float: left;
}
.news_date span{
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #fff;
    transform: skewX(25deg);
}
.news_list li a{
    display: block;
    float: right;
    text-transform: capitalize;
    width:480px;
    line-height: 50px;
    font-weight: bold;
    text-overflow: ellipsis;
}
.news_list li a:hover{
    color:#94aebc;
}


/* footer */
.footer{
    height:300px;
    background:#849ca8;
    padding:50px 0;
    overflow: hidden;
}
.footer_left{
    width:430px;
}
.footer_left p{
    color: #fff;
    line-height: 24px;
    margin-top:22px;
}
.footer_contact{
    width:400px;
    margin: 0 30px;
}
.footer_contact h3{
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}

.contact_list li{
    height:30px;
    margin-bottom: 20px;
}
.footer_icon{
    display: block;
    width:30px;
    height:30px;
    margin-right: 10px;
}
.footer_icon img{
    width:30px;
    height:30px;
    vertical-align: top;
}
.contact_list li b{
    color: #fff;
    line-height: 30px;
    margin-right: 6px;
    text-transform: capitalize;
}
.contact_list li span{
    color: #fff;
    line-height: 20px;
}
.footer_con{
    width:355px;
}

.footer_brand{
    max-width: 300px;
    height:200px;
    vertical-align: middle;
    text-align: center;
}

.footer_brand img{
    max-width: 100%;

}


/* copyright */
.copyright{
    height:50px;
    background: #677c86;
    line-height: 50px;
    overflow: hidden;
}
.copyright_con{
    color:#fff;
}
.copyright_a{
    display: inline-block;
    font-size: 0;
}
.copyright_a a{
    color: #fff;
    font-style: normal;
    margin-left: 30px;
}
.copyright_a a:hover{
    font-weight: bold;
}


/* floating */

.floating_ck{position:fixed;right:0;top:50%;z-index: 777;}
.floating_ck dl dd{position:relative;border-radius:6px;width:60px;height:60px;background-color:rgba(20,20,20,0.9);margin:2px 0;text-align:center;background-repeat:no-repeat;background-position:center 20%;}
.floating_ck dl dd:hover{background-color:#ef8822;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../img/floating_icon1.png);}
.return{background-image:url(../img/floating_icon2.png); cursor: pointer;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;font-size: 14px;}
.floating_left{position:absolute;left:-200px;top:0;width:200px;height:80px;background-color:#fabb5a;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{width:160px;height:160px;top:-80px;left:-160px;}
.floating_ewm i{display:block;width:145px;height:145px;margin:7px auto 0;background-size:100% 100%; }
.floating_left{color:#fff;line-height:80px;font-size: 24px;}
.consult a{
    display: block;
    width:100%;
    height:60px;
    cursor: pointer;
}


.ajaxform{
    width:500px; 
    height:650px; 
    margin:0 auto; 
    z-index:30;
    background:linear-gradient(to bottom,#e5f1f7, #94aebc);
    position: relative;
    border-radius: 20px;
    padding:40px;
    box-shadow: 0 0 6px #eee;
}

.ajaxform h4{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ajaxform .form_p{
    margin:15px 0;
}
.ajaxform input{
    width: 400px;
    height:50px;
    border:1px solid #d7d7d7;
    outline: none;
    line-height: 50px;
    padding:0 10px;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
    font-size: 16px;
}

.ajaxform textarea{
    width: 400px;
    height:200px;
    border:1px solid #d7d7d7;
    outline: none;
    line-height: 24px;
    padding:10px;
}

textarea::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
    font-size: 16px;
}

#Submit{
    width:300px;
    border-radius: 50px;
    background:#ef8822;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}


/* ban */
.ban{
    height:350px;
    margin-top: 152px;
}


/* inside */
.inside{
    padding:50px 0;
}
.inside_title{
    border-bottom:1px solid #DDD;
    height:70px;
}
.inside_title span{
    font-size: 48px;
    text-transform: capitalize;
    font-weight: bold;
}

/* crumb */

.crumb{
    height:18px;
    margin-top:35px;
    margin-right: -10px;
}
.crumb a{
    font-size: 16px;
    margin:0 10px;
    text-transform: capitalize;
}
.crumb a:hover{
    color:#94aebc;
}
.crumb span{
    font-size: 16px;
    font-weight: normal;
    margin:0 10px;
    text-transform: capitalize;
}


/* classify */
.classify{
    margin-bottom: 10px;
}
.classify_list{
    font-size: 0;
    margin: 30px -20px 0 0;
}
.classify_list li{
    width:fit-content;
    padding:0 20px;
    display: inline-block;
    height:50px;
    line-height: 50px;
    min-width: 150px;
    text-align: center;
    margin: 0 20px 20px 0;
    background: #f4f4f4;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
    overflow: hidden;
}
.classify_list li a{
    display: block;
    width:100%;
    height:100%;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}
.classify .classify_list .on{
    background:#94aebc;
    color: #fff;
}
.classify .classify_list .on a{
    color: #fff;
}
.classify_list li:hover{
    background:#94aebc;
}
.classify_list li a:hover{
    color: #fff;
}


/* page */
.page{
    text-align: center;
    margin-top: 20px;
}
.page .scott{
    font-size: 0;
}
.page .scott a{
    display: inline-block;
    padding:0 10px;
    height:36px;
    line-height: 36px;
    margin:0 5px;
    color: #666666;
    text-transform: capitalize;
}
.page .scott span{
    display: inline-block;
    padding:0 10px;
    height:36px;
    line-height: 36px;
    margin:0 5px;
    color: #666666;
    border-radius: 5px;
}
.page .num{
    font-size: 14px;
}
.page .scott a:hover{
    color: #94aebc;
}
.current, .page .scott .current{
    color: #94aebc;
    font-weight: bold;
}

/* in_news */
.in_news_list{
    font-size: 0;
}
.in_news_list li{
    height:210px;
    border-bottom:1px solid #DDD;
    margin-bottom: 30px;
}

.in_news_pic{
    width:240px;
    height:180px;
    overflow: hidden;
}
.in_news_pic img{
    width:100%;
    height:100%;
    transition: all 0.3s ease-in;
}
.in_news_pic img:hover{
    transform: scale(1.1);
}
.in_news_con{
    width:930px;
    height:180px;
}

.in_news_title a{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
}
.in_news_title a:hover{
    color: #94aebc;
}
.in_news_profile{
    height:75px;
    overflow: hidden;
    color: #666;
    line-height: 24px;
    margin:15px 0;
}
.in_news_time{
    font-size: 14px;
    color: #b4b4b4;
}


/* in_about */
.in_about{
    padding:40px 0;
    line-height: 1.5em;
}


/* in_contact */
.in_contact_con{
    margin: 30px 0;
    height:400px;
    line-height: 1.7em;
}
.in_contact_detail{
    width:520px;
    height:400px;

}


/* map */

.map{
    width: 620px;
}
/* baidu map */
#allmap {overflow: hidden;width: 100%;height:400px;}
#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;}

.BMapLib_nav{
    display: none;
}


/* massage */
.massage{
    padding:50px 0;
}
.massage h2{
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}
.massage form{
    margin-top: 40px;
}
.massage form p{
    width:600px;
    margin:15px auto;
}
.massage form input{
    width: 600px;
    height:50px;
    border:1px solid #d7d7d7;
    outline: none;
    line-height: 50px;
    padding:0 10px;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
    font-size: 16px;
}

.massage form textarea{
    width: 600px;
    height:250px;
    border:1px solid #d7d7d7;
    outline: none;
    line-height: 24px;
    padding:10px;
}

textarea::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
    font-size: 16px;
}

#In_Submit{
    width:400px;
    border-radius: 50px;
    background:#ef8822;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 20px 0 0 100px;
}


/* detail_product */
.detail_product{
    padding:50px 0 0;
    height:625px;
}
.detail_pic{
    width:700px;
    height:525px;
    border:1px solid #DDD;
    overflow: hidden;
}
.detail_pic img{
    width:100%;
    height:100%;
}
.detail_profile{
    width:450px;
    height:525px;
}
.detail_profile h3{
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.3em;
}
.detail_profile p{
    color: #666;
    line-height: 1.5em;
    margin:15px 0;
}
.detail_profile span{
    display: block;
    width:150px;
    height:46px;
    background:#94aebc;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
}
.detail_profile span a{
    display: block;
    width:100%;
    height:100%;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}

/* tab_menu */
.detail_param{
    overflow: hidden;
}
.param_list{
    font-size: 0;
    border-bottom: 1px solid #DDD;
    margin-right: -35px;
}
.param_list li{
    display: inline-block;
    width:fit-content;
    height:46px;
    line-height: 46px;
    margin-right: 35px;
}
.param_list li a{
    font-size: 18px;
    font-weight: bold;
}
.param_list li a:hover{
    color:#94aebc;
}
.param_list .param_on a{
    color:#94aebc;
}
.param_con{
    clear: both;
    min-height: 400px;
    padding:20px 0;
    color: #666;
}

/* related */
.related{
    background: #f4f4f4;
    padding:50px 0 20px;
}
.related h3{
    font-size: 48px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}
.related .related_product{
    margin:40px -30px 30px 0;
}
.related_product li{
    width:285px;
    height:360px;
    margin-right: 20px;
}
.related_product li .product_pic{
    width:283px;
    height:212px;
}


/* detail_news */
.detail_news{
    padding-top:50px;
}
.detail_news .detail_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;

}
.detial_time{
    font-size: 14px;
    color: #b4b4b4;
    line-height: 2em;
    margin:10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #DDD;
}
.detail_news_con{
    min-height: 300px;
}
.prev_next{
    border-top: 1px dashed #DDD;
    margin-top: 50px;
    padding-top:10px;
}
.prev, .next{
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.prev a, .next a{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
}
.prev a:hover, .next a:hover{
    color: #94aebc;
}
.detail_news img{
    max-width: 100%;
}


/* 寮圭獥 */
.wap_cover{ width:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%; z-index:999;left: 0;top:0; position:fixed;text-align:center; display:none;}
.wap_dialog_container{  width:540px; height:690px;  overflow:hidden;padding:20px; position:relative; }
.wap_dialog_title{text-align: center;font-size: 0.32rem;margin-top: 5px;color: #ff9855;}
.wap-colose{ width:30px; height: 30px; position: absolute; right: 5px; top: 5px; background:url(../img/close.png) center center no-repeat; }
.wap_dialog_item{ margin-top:.2rem; color:#666; overflow:hidden;}
.input_wap,.input_wap_btn{ display:block; width:100%; padding:0 0.2rem; font-size:0.28rem; height:0.84rem; line-height: 0.84rem; border:1px solid #dedede; border-radius:4px; background:#fff; color:#333;}
.input_wap_btn{ background:#ff9855; border-color:#ff9855; color:#fff;}
.hqkc{ width:480px; text-align:center; font-size:30px; line-height:48px; border-bottom:1px dashed #c8c8c8; padding:0 0 10px 0; margin:0 auto; overflow:hidden;}
.hqcc{ width:480px; margin:0 auto; overflow:hidden;}
.hqbt{ width:295px; margin:20px 0 0 0; overflow:hidden;}
.hqbt h1{ width:70px; height:40px; line-height:40px; padding:0 10px 0 0; text-align:right; float:left; overflow:hidden;}
.hqbt .kk{ width:200px; height:40px; line-height:40px; float:left; border:0; padding:0 0 0 15px; background:#f5f5f5; overflow:hidden;}
.hqnr{ width:480px; margin:20px auto 0 auto; overflow:hidden;}
.hqnr .nn{ width:380px; height:144px; line-height:36px; padding:0 10px; border:0; background:#f5f5f5; font-family:"寰蒋闆呴粦"; overflow:hidden;}
.hqnr h2{ width:70px; line-height:72px; text-align:right; float:left; font-weight:normal; padding:0 10px 0 0; display:block; overflow:hidden;}
.hqan .aa{ width:200px; text-align:center; border:0; height:40px; line-height:40px; background:#008cd9; color:#fff; margin:20px auto 0 auto; overflow:hidden;}