/* header S */

#header {}

.header {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    background: url(/public/home/web/image/bg.jpg) no-repeat;
}
.yuyan {
    padding: 20px 0 0 15px;
    width: 60px;
    float: left;
}
.header_log {}

.header_log img {
    width: 430px;
    margin-top: 15px;
}
.header_tel{
    width: 200px;
    float: left;
    margin: 20px 30px;
    font-size: 16px;
    color: #555;
    text-align: center;
}
.header_tel p{color: #00b4ff;font-size: 28px;}
.header_zhan{
    float: right;
    margin: 20px 109px 20px 0px;
    font-size: 16px;
}
.header_zhan a{padding:0 10px;}
.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}


/* header E */


/* nav S */

#nav {
    height: 46px;
    clear: both;
}

.nav {
    width: 950px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.nav>li a {
    color: #428bca;
    display: block;
    font-size: 16px;
    padding: 0 13px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 90px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li a {
    color: #555;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 90px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}


/* nav E */


/* banner S */

#banner {
    border-bottom: 1px solid #efefef;
}


/* banner E */
.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}
.content{background: #e9e9e9;width: 1200px;margin: auto;}
.content_left{width: 140px;float: left;margin-left: 10px;color: #428bca;}
.show img{width: 135px;}
.content_right{width: 1030px;float: right;margin-right: 10px;}
.title{color: #0a5ca6;font-size: 20px; margin: 10px 0 15px 0;}
.row ul li {float: left; width: 328px; margin: 10px 22px 10px 0; text-align: center; } 
.row ul li:last-child,.row1 ul li:last-child{margin-right: 0;}
.row ul li img{width: 328px;height: 205px;}
.row ul li h4{font-size: 16px;font-weight: bold;margin: 10px 0;}
.row ul li p{text-align: left;}
.row1 ul li{float: left; width: 240px;margin: 10px 20px 10px 0;}
.row1 ul li img{width: 238px;height: 183px;}
.new ul{margin: 0 40px 20px 0;}
.new ul li {float: left;width: 310px;margin: 4px 10px;}
.new ul li span{float: right;}
.product ul li{width: 200px;float: left;margin-right: 6px;}
.product ul li img{width: 198px;height: 150px;}
.product h4{text-align: center;}





/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}

.index_title {
    width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}

.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}


/* index about E */


/* index product S */

#index_product {
    width: 1200px;
    margin: 50px auto;
}

.index_product_sort {
    margin-bottom: 40px;
}

.index_product_sort>li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.index_product_sort>li>a {
    padding: 5px 10px;
    border: 2px solid #555;
    border-radius: 10px;
    display: block;
}

.index_product_sort_children {
    position: absolute;
    top: 33px;
    z-index: 999;
    width: 1200px;
    display: none;
}

.index_product_sort>li:hover .index_product_sort_children {
    display: block;
}

.index_product_sort_children>li {
    display: inline-block;
    position: relative;
}

.index_product_sort_children>li>a {
    padding: 10px 10px;
    display: block;
    font-size: 12px;
}

.index_product_info {}

.index_product_info a {
    display: block;
}


/* index product E */


/*index new S*/

#index_new {
    width: 1200px;
    margin: 50px auto;
}

.index_new_ul {}

.index_new_ul li {
    width: 550px;
    padding: 20px;
    float: left;
    margin: 5px;
    background: #f7f7f7;
}

.index_new_li_title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.index_new_li_description {
    font-size: 12px;
    color: #888;
    text-indent: 20px;
    margin-bottom: 15px;
}

.index_new_li_time {
    font-size: 12px;
    color: #888;
}


/*index new E*/


/*footer S*/

.footer {
    width: 1200px;
    margin: 0 auto;
    border-top: 30px solid #0a5ca6;
}
.footer a {color: #428bca;padding: 0 7px;}
/*footer E*/


/*在线留言悬浮框 S*/

#mbtn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    background: url(/public/home/web/image/mbtn.png) no-repeat 50% 50% #fb503c;
    background-size: 80% 80%;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

.mcbtn {
    float: right;
    width: 25px;
    height: 25px;
    background: url(/public/home/web/image/mcbtn.png) no-repeat 50% 50%;
    background-size: 80% 80%;
    cursor: pointer;
}

#message {
    position: fixed;
    right: 5px;
    bottom: 0px;
    width: 188px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #efefef;
    box-shadow: 2px -2px 2px #efefef;
    display: none;
}

.message_title {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

#message input,
#message textarea {
    margin-bottom: 5px;
}

#message buttoon {}


/*在线留言悬浮框 E*/


/*内页 S*/

#page_about,
#sort_product,
#info_product,
#message_page,
#sitemap,
#search_page {
    width: 1200px;
    margin: 0 auto;
    background: #e9e9e9;
}

.sort_product_right_ul {
    margin-top: 30px;
}

.sort_product_right_ul li {
    width: 215px;
    float: left;
    padding: 5px;
    margin: 6px;
    box-shadow: 2px 2px 2px #efefef;
}

.sort_product_right_ul li a {
    display: block;
}

.sort_product_right_ul li a img {
    max-width: 100%;
}

.sort_product_right_ul li a h4 {
    text-align: center;
    line-height: 30px;
}

.sort_new_right_ul {
    margin-top: 30px;
    word-break: break-word;
}

.sort_new_right_ul li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    clear:both;
}

.sort_new_right_ul li a {
    display: block;
}
.sort_new_right_ul li a img{
    float:left;
    width: 100px;
    margin-right: 30px;
}

.sort_new_right_ul li a h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.sort_new_right_ul li a p {
    font-size: 12px;
    color: #777;
    text-indent: 20px;
    margin-bottom: 10px;
}

.sort_new_right_ul li a .time {
    font-size: 12px;
    color: #777;
}

.info_product_right_time,
.info_product_right_page_view {
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.info_product_right_image {
    margin-top: 20px;
}

.info_product_right_description {
    word-break: break-word;
    margin-top: 20px;
}

.info_product_right_description img {
    max-width: 100%;
}

.rightbox_relation {
    margin-top: 20px;
}

.rightbox_relation_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.rightbox_product_relation_ul {}

.rightbox_product_relation_ul li {
    width: 170px;
    padding: 5px;
    margin: 5px;
    float: left;
    background: #f6f6f6;
}

.rightbox_product_relation_ul li a {
    display: block;
}

.rightbox_product_relation_ul li a img {
    max-width: 100%;
}

.rightbox_product_relation_ul li a h4 {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.rightbox_new_relation_ul {
    word-break: break-word;
}

.rightbox_new_relation_ul li {
    padding: 10px;
    margin: 5px 0;
    background: #f9f9f9;
}

.rightbox_new_relation_ul li a {
    display: block;
}

.rightbox_new_relation_title {
    font-size: 14px;
    margin-bottom: 10px;
}

.rightbox_new_relation_time {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
}

.rightbox_new_relation_description {
    font-size: 12px;
    color: #666;
    text-indent: 20px;
}

.leftbox_ul p {
    line-height: 24px;
}

.rightbox_message_form {
    margin-top: 20px;
}

.rightbox_message_form input,
.rightbox_message_form textarea {
    margin-bottom: 5px;
}

.sitemap_right_box {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
}

.sitemap_right_box_title {
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
    font-weight: 700;
}

.sitemap_right_box_ul {}

.sitemap_right_box_ul li {
    float: left;
    margin: 5px 10px;
}

.search_page_right_form {
    margin-top: 20px;
}

.search_page_right_ul {
    margin-top: 20px;
}

.search_page_right_ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding: 10px 5px;
}

.search_title {
    font-size: 14px;
    margin-bottom: 8px;
}

.search_chunk {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    position: relative;
}

.search_chunk:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -5px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #888;
}

.search_sort {
    float: left;
    font-size: 12px;
    color: #888;
    margin-right: 20px;
}

.search_time {
    float: left;
    font-size: 12px;
    color: #888;
}


/*--------------------------------------*/

.leftbox {
    width: 200px;
    float: left;
    padding: 0 10px 10px 10px;
}

.leftbox_ul {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.leftbox_ul li:first-child,
.leftbox_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.leftbox_ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px dashed #efefef;
}

.rightbox {
    width: 1030px;
    float: right;
    position: relative;
    margin-right: 10px;
}

.rightbox_title {
    margin-bottom: 10px;
    font-size: 18px;
    border: none
}

.rightbox_frame {
    position: absolute;
    top: 10px;
    right: 0px;
}

.rightbox_frame li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.rightbox_frame li:after {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -5px;
    background: #666;
}

.rightbox_frame li:last-child {
    margin: 0px;
}

.rightbox_frame li:last-child:after {
    display: none;
}

.rightbox_siblings {
    margin-top: 20px;
}

.rightbox_siblings>div {
    margin-bottom: 10px;
}

.makea{
    margin-right: 10px;
}
/*内页 E*/
/*客服 S*/
.kf {
    position: fixed;
    right: 0px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    top: 8%;
    z-index: 99999999999;
    _margin-bottom: 0px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;
}

.kf .hoverbtn {
    width: 30px;
    height: 100px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #009aff;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}

.kf .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.kf .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.hoverimg2 {
    background: url(../images/hoverbtnbg1.png) no-repeat;
}

.kf .conter {
    width: 186px;
    height: 560px;
    margin-left: 22px;
    position: absolute;
    top: 55%;
    *margin-top: -140px;
    margin-top: -280px;
}

.kf .conter .con1 {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 22px;
}

.kf .conter .con1 dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf dl .f1 {
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 16px;
    _font-size: 14px;
    *font-size: 15px;
    color: #2aa730;
    vertical-align: top;
}

.kf dl .f2 {
    width: 142px;
    float: right;
    font-size: 12px;
    color: #2aa730;
    line-height: 30px;
    float: right;
}

.kefuQQ a {
    background: url(../image/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kefuQQ a:hover {
    background: url(../image/button-custom-qq-h.gif) no-repeat;
}

.kf .conter .con1 dl dd .ph_num {
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}

.kf .qqcall {
    padding: 22px 0px;
}

.kf .qqcall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall {
    float: right;
    padding: 22px 0;
}

.kf .weixincall dl dt {
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}

.kf .weixincall .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
    color: #2aa730;
}

.kf .weixincall .f3 img {
    width: 73px;
    height: auto;
}

.kf .dytimer {
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0px 15px 0px; /* background: #007b77; */
    margin: 20px 0px 0px 0px;
}

.kf .dytimer span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.kf .dytimer span a {
    color: #fff;
}

.diyou {
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0px;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***联系我们***/

/*客服 E*/