@charset "utf-8";
/* CSS Document */
.index_title{margin:auto; margin-top:50px;width:95%; height:auto; overflow:hidden;text-align: center;}
.tt{padding:10px;position: relative;text-align: center;color: #000;font-size: 24px;position: relative;display: inline-block;}
.tt span{color:#000;}
.tt:before{
    content: "";
    display: block;
    width: 42px;
    height: 17px;
    /* background: url(../images/right-flo.png); */
    position: absolute;
    right: -60px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(360deg);
    transition: all .5s;
}
.tt:after{content: "";
    content: "";
    display: block;
    width: 42px;
    height: 17px;
    /* background: url(../images/left-flo.png); */
    position: absolute;
    left: -45px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%) rotate(360deg);
    transition: all .5s;
}
.tl{ margin:auto; width:100px;height:1px;background: #ededed;}
.tc{ margin-top: 15px; text-align: center; color: #999;font-size: 14px;}
.tc h1{ font-weight: normal; font-size: 13px;}
.center_title{margin:auto; margin-top:30px;width:95%; height:auto; overflow:hidden;}

.page{clear:both;width:100%; margin-top:30px;margin-bottom:50px;text-align:center;}
.page span{display:inline-block;width:auto;margin-right:5px;padding:5px 10px 5px 10px; background:#f6f6f6; border:#e3e3e3 1px solid;border-radius: 10px;}
.page span:hover{background:#000; color: #fff;}
.page span:hover a{color: #fff;}
.page strong{color:#000;border-radius: 10px;}

#main{clear:both;margin:auto;padding:0; margin-top:20px;width:95%;height:auto!important;min-height:100px;max-height:none;overflow:hidden;display: flex;}
#mains{clear:both;margin:auto;padding:0; margin-top:20px;width:95%;height:auto!important;min-height:100px;max-height:none;overflow:hidden;}
#main_center{flex:1; margin:0;padding:0;margin-top:0px;margin-left: 50px;height:auto;overflow:hidden;}

#center_title{margin-top:10px;height:30px; text-transform: uppercase; }
#center_titles{margin-top:10px;height:30px;line-height:30px;border-bottom:#666 2px solid;color:#000;overflow:hidden;font-size:16px;}

.index_product_box{padding:0px 0px 50px 0px;height:auto;height:auto; overflow:hidden; background: #f3f4f8;} 

.product_list{margin:auto;width:100%;height:auto;overflow:hidden;}
.product_list ul{display:block;float:left; margin:1%; width:31.3%;margin-top: 30px;background: #fff;height:auto;overflow:hidden;border-radius: 5px;box-shadow:0 0 20px #ededed;border-radius: 10px;}
.product_list .p_pic{padding-bottom:50%;padding-top:50%;height:0; overflow: hidden; display: flex; justify-content: center; align-items: center;  border-radius: 3px;}
.product_list .p_pic img{width: 100%;border-radius: 3px;}
.product_list .p_pic a img:hover{transform:scale(1.1);transition: .8s ease;}
.product_list .p_info{margin:10px;padding: 10px;overflow:hidden; text-align:center;background: #0a75b6;border-radius: 20px;}
.product_list .p_info a{color: #fff;}
.product_list .p_info a:hover{color: #fff;}
.product_list .p_infos {margin-top:0px;height:auto;overflow:hidden; text-align:center;color: #999;}
.product_list .p_infos span{color:#000; font-size:16px;}
.product_list .p_infos s{color:#999;}
.product_list .p_cart{text-align: center;}
.product_list .p_cart a{display: inline-block;cursor:pointer; background:#fff; border: #0a75b6 1px solid; text-align:center; color:#0a75b6; padding: 5px 20px 5px 20px; border-radius:20px;font-size: 14px;}
.product_list .p_cart a:hover{background:#0a75b6; border: #0a75b6 1px solid; color:#fff;}

.h1{font-weight:normal;font-size:38px; color:#0a75b6;}
.h1::after{content: "";display: block;height: 2px;width: 50px; background:#0a75b6;}
.h2{font-weight:normal; font-size:38px; text-align: center;color:#0a75b6;}
.content{font-size: 1.1rem;}
.content a{font-size: 1.1rem; text-decoration: underline;}
.content img{ max-width:100%; height:auto;}

#main_left{margin:0; margin-top:0px;padding:0; width: 320px; height:auto;overflow:hidden;order: -1; }
#left_title{line-height:40px;color:#000;font-weight:normal;text-transform: capitalize;font-size:20px;}
#left_title a{color:#000;text-transform: uppercase; }
#left_list{margin:auto; margin-top:30px;width:95%;}
#left_list .c{padding:15px;background: #fff; margin-bottom: 10px; border-radius: 10px;}
#left_list .c a{display:block; color:#000;}
#left_list .c span{float: right;font-size: 14px; margin-top: 5px;}
#left_list .c:hover{ background:#f1f1f1;}
#left_list .s{position:absolute;margin-left:198px;margin-top:-25px;width:789px;height:auto; overflow:hidden;z-index:99999999999999;background:#FFF;border:#f1f1f1 1px solid;display:none;}
#left_list .c_s{ margin-left:0px;padding:10px;}
#left_list .c_s_s{position:absolute;margin-left:204px;margin-top:-20px;width:788px;height:auto; overflow:hidden;z-index:99999999999999;background:#f1f1f1;border:#f1f1f1 1px solid;display:none;}
#left_list .c_s_n{display:inline-block; margin-left:5px;height:25px;line-height:25px;width:145px; text-align: center; overflow:hidden;}
#left_list .c_s_n a{font-weight:normal;}
#left_list .c_s::before{content:"";display: inline-block; width: 15px; height: 15px; border-radius: 50%; margin-top:-10px; margin-right: 10px; vertical-align: middle;background:#fff; border: #ccc 1px solid; background-size: cover;}
#left_list .c_s a:hover{ color: #0a75b6;}
#left_list .c_s:hover::before{background:#0a75b6;border: #0a75b6 1px solid;}
#left_list .c_s_on{ margin-left:0px; padding:10px;}
#left_list .c_s_on::before{content:"";display: inline-block; width: 15px; height: 15px; border-radius: 50%; margin-top:-10px; margin-right: 10px; vertical-align: middle;background:#0a75b6; border: #0a75b6 1px solid;}
#left_list .c_s_on a{color: #0a75b6;}
#left_list .c_s_on a:hover{ color: #999;}
#left_list .c_s_on:hover::before{background:#0a75b6;border: #0a75b6 1px solid; }

.main_bg{background:#f3f4f8; background-size: cover; height:auto; overflow:hidden;}

.center_feedback{margin:auto;padding:0; margin-top:50px; margin-bottom:50px;width:95%;}
.center_feedback .fe_list{clear:both;margin-top:20px;display: flex; justify-content: center;align-items: center;}
.center_feedback .fe_list ul{display:block;float:left;height:auto;overflow:hidden; flex:1;}
.center_feedback .fe_list #ft{font-weight:bolder;}
.center_feedback .fe_list #ft span{ color:#0a75b6;}
.center_feedback .fe_list #fi{ margin-top:10px;width:100%;}
.center_feedback .fe_list #fi .i{ width:calc(100% - 10px); height:50px;border:#fff 1px solid;border-radius: 10px;}
.center_feedback .fe_list #fi .s{ width:calc(100% - 10px); height:53px;border:#fff 1px solid;border-radius: 10px;}
.center_feedback .fe_list #fe_line{display:block;float:left;width:20px; height:25px;}

.center_feedback .fe_content{ clear:both;margin-top:50px;height:auto; overflow:hidden;}
.center_feedback .fe_content #ft{font-weight:bolder;}
.center_feedback .fe_content #ft span{ color:#0a75b6;}
.center_feedback .fe_content #fi{margin-top:10px;}
.center_feedback .fe_content #fi .t{width:calc(100% - 10px); height:80px;border:#fff 1px solid;border-radius: 10px;}

.center_feedback .fe_button{ margin-top:30px;text-align:center;}
.center_feedback .fe_button .b{padding:5px 15px 5px 15px;border:none; width:150px;height:45px;text-align:center; background:#0a75b6;color:#fff;cursor:pointer;border-radius:20px;}


.index_news{margin:auto; margin-top:30px;padding-bottom:80px;width:100%;height:auto;overflow:hidden; background:#fff;}
.news_list{ margin:auto;margin-top:50px; width:95%; height:auto; overflow:hidden;}
.news_list ul{ display:block; float:left;  margin:0.5%; width:31.3%;padding:0.5%;}
.news_list .n_time{ position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    background: #0a75b6;
    text-align: center;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
}
.news_list .n_time:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-color: transparent #0a75b6;
        border-width: 0 0 20px 20px;
        border-style: solid;
        left: 0;
        bottom: -20px;
        position: absolute;
}
.news_list .n_pic{padding-bottom:50%;padding-top:50%;height:0; overflow: hidden; display: flex; justify-content: center; align-items: center;  border-radius: 3px;}
.news_list .n_pic a{width: 100%;}
.news_list .n_pic img{width: 100%;}
.news_list .n_pic img:hover{ transform:scale(1.1);transition: .8s ease;}
.news_list .n_title{margin-top: 10px;font-size: 20px;}
.news_list .n_content{margin-top: 10px;color: #666;}
.news_list .n_info{margin-top: 10px;}
.news_list .n_info a{color:#0a75b6;}

.center_list{ margin-top: 30px; display: flex;justify-content: center;}
.center_list ul{flex:1;}
.center_list .lpic{ margin: auto; width: 80px; height: 80px; background: #0a75b6;border-radius: 50%;display: flex;justify-content: center;align-items: center;overflow: hidden;  }
/* .center_list .lpic i{width: 100px; height: 100px; background: #0a75b6;color: #FFF;font-size: 30px; border-radius: 50%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.center_list .lpic i:hover{background: #f6f6f6;color: #0a75b6;} */
.center_list .lpic img{width: 90%;}
.center_list .ltitle{ margin: 30px;text-align: center;font-weight: bolder;}
.center_list .lcontent{text-align: center;color: 999;}

.index_contents{ height: auto;}
.index_contents img{ max-width: 100%;}

.index_search_box{padding:50px 0px 50px 0px;height:auto; overflow:hidden; background: #fff;} 
.index_search{margin: auto;text-align: center;display: flex; justify-content: center; align-items: center;width: 600px;}
.index_search .search_txt{padding:0px;border:0; flex: 1; width:auto;height:60px; text-indent:5px;line-height:60px;border:#ddd 1px solid; background:#fff; color:#000; text-align:center;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}
.index_search .search_txt::-webkit-input-placeholder {color: #666;font-size: 14px;}
.index_search .search_txt::-moz-placeholder {color: #666;font-size: 14px;}
.index_search .search_txt:-ms-input-placeholder {color: #666;font-size: 14px;}   
.index_search .search_submit{ width: 80px; margin-top: 0px; margin-right: 0px;  height: 62px; line-height: 62px; cursor:pointer; color:#fff;  font-size:20px; background: #0a75b6; text-align: center;border-bottom-right-radius: 10px;border-top-right-radius: 10px;}

@media screen and (min-width: 1400px) {
.index_title{width: 80%;}
.index_titles{width: 80%;}
#main{width: 80%;}
#mains{width: 80%;}
.center_title{width: 80%;}
.center_feedback{width: 80%;}
.news_list{width: 80%;}
}


@media screen and (max-width: 750px) {
.tt{ font-size: 16px;}

.center_title{ width:95%;}

#main{width:100%; margin-top:20px;display: block;}
#main_center{width:100%; margin-left: 0px;}
#center_title{ padding:0px 10px 0px 10px;}
#main_left{width:100%;display: none;}
#left_title{display:none;}
#left_list{ margin-top:30px; margin-bottom:20px;width:100%;width:100%;}
#left_list .c{ margin:5px 10px 5px 10px; padding:10px 15px 10px 0px; text-align:center; background:#f1f1f1; border-bottom:#FFF 1px solid;}
#left_list .c a{display:block; font-size:16px;}

.product_list{ width: 100%;}
.product_list ul{width:44%;padding:2%; margin: 1%; border-bottom:#f2f2f2 20px solid;box-shadow:none;border: none;}
.product_list ul:hover{box-shadow:none; border-radius: 0px;}
.product_list .p_info{height: 30px;line-height: 15px; overflow: hidden;}

.h1{ padding:0px 10px 0px 10px; font-size:16px;display: none;}
.content{ padding:10px;}
.content a{}
.content img{ max-width:100%; height:auto;}

.news_list{margin-top:30px; padding-bottom:0px;width:98%;}
.news_list ul{ margin-top:20px;float:none;width:100%;}
.news_list .nt a{ font-size:14px;}

.center_list{flex-wrap:wrap;}
.center_list ul{flex:none; width: 33.3%;}
.center_list .lpic{width: 80px; height: 80px; }
.center_list .lpic i{width: 80px; height: 80px; }

.index_search{width:80%;}
}