/*
Theme Name: fandachem
Theme URI: http://www.huitheme.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.huitheme.com
Version: 2022.11
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{font-family:'Poppins',sans-serif;color:#333;font-size:14px;line-height:1;}
p{margin-top:0;margin-bottom:10px;}
ol,
ul,
dl{padding:0;margin:0;list-style:none;}
a{color:#333;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:none;}
*:focus,
textarea:focus,
button:focus,
input:focus{box-shadow:none;outline:0}
img{border:0;max-width:100%;height:auto;}
b,
strong{font-weight:500;}
#wp-admin-bar-wp-logo{display:none!important}
.show_m{-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
@media (min-width:1200px){
    .container{max-width:1000px;}
}

/*head*/
.header{background:#fff;}
.top{background:#f2f2f2;padding:10px 0px;}
.top_mail{font-size:14px;display:flex;justify-content:flex-end;}
.top_mail span{margin-left:25px;color:#32466b;display:flex;align-items:center;}
.top_mail span b{display:flex;align-items:center;}
.top_mail span b img{margin-right:8px;height:16px;}
.top_mail span a{}
.logo_box{padding:25px 0px;}
.logo{display:flex;align-items:center;margin:0px;font-size:30px;font-weight:600;position:relative;}
.logo img{height:56px;margin-right:10px;margin-top:-8px;}
.logo a{color:#054188;}
.top_right{}
.search_top{width:100%;position:relative;border:1px solid #dddddd;line-height:36px;}
.search_top input{width:100%;border:none;text-indent:10px;color:#9b9999;}
.search_top button{position:absolute;top:3px;right:3px;bottom:3px;border:none;color:#fff;background:#003a84;width:80px;border-radius:5px;line-height:1;}
.search_top button i{}
.search_top button:hover{background:#4985c6;}
#search-results{position:absolute;background:#fff;z-index:999;top:39px;width:100%}
#search-results a{color:#555;font-weight:300;padding:5px 20px;display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px dashed #ededed;}
#search-results a:hover{background:#003a84;color:#fff}
.search_no{padding:4px 12px;color:#9a9898;}
@media (max-width:768px){
    .header{padding:20px 0px;}
    .logo{font-size:24px;}
    .logo img{height:36px;margin-right:5px;margin-top:-5px;}
    .logo a{}
    .top_right{text-align:left;}
    .top_right span{font-size:12px;display:block;margin:0;line-height:1.4;}
    .top_right span i{}
}

/*nav*/
.head_nav{background:#375f9b;}
.header-menu{}
.header-menu .header-menu-ul{font-size:0px;}
.header-menu .header-menu-ul li{display:inline-block;position:relative;}
.header-menu .header-menu-ul li:hover{}
.header-menu .header-menu-ul li a{padding:20px 30px;font-size:14px;color:#ffffff;text-transform:capitalize;display:flex;}
.header-menu .header-menu-ul>li:hover{background:#003a84;}
.header-menu .header-menu-ul li.current-menu-item,
.header-menu .header-menu-ul li.current-menu-parent,
.header-menu .header-menu-ul li.current-menu-ancestor{background:#003a84;}
.header-menu .header-menu-ul li.current-menu-item a,
.header-menu .header-menu-ul li.current-menu-parent a,
.header-menu .header-menu-ul li.current-menu-ancestor a{color:#fff;}
@media (max-width:768px){
    .header-menu .header-menu-ul{}
    .header-menu{margin-left:-12px;margin-right:-12px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;}
    .header-menu .header-menu-ul li a{font-size:12px;padding:15px;}
}

/*index*/
.banner{background-repeat:no-repeat;background-position:center;background-color:#fff;background-size:cover;height:130px;display:flex;justify-content:center;align-items:center;}

/*mbx*/
.breadcrumb{font-size:14px;margin:0;}
.breadcrumb li{display:inline-block;}
.breadcrumb li em{font-style:inherit;margin:0px 8px;}
.breadcrumb li em:last-child{display:none}
.breadcrumb li a{}
.breadcrumb-item.active{}
@media (max-width:768px){
    .breadcrumb{white-space:nowrap;overflow-x:auto;overflow-y:hidden;display:block;}
}
.index_about_us{padding:45px 0px;}
.index_about_us h2{color:#32466b;font-size:28px;margin-bottom:10px;text-transform:capitalize;font-weight:600;}
.index_about_us h3{font-size:18px;margin-bottom:20px;font-weight:500;}
.index_about_us p{margin-bottom:0px;line-height:1.6;font-size:16px;}
.index_products{margin-bottom:60px;}
.index_products_title{color:#32466b;font-size:22px;margin-bottom:15px;text-transform:capitalize;font-weight:500;}
.product_box{background:#fff;border:1px solid #eee;border-bottom:none;}
.product_list_border_b{border-bottom:1px solid #eaeaea;padding:20px 25px;background:#f5f5f5;display:flex;justify-content:space-between;align-items:center;font-size:16px;text-transform:capitalize;margin:0;}
.product_list_border_b b{font-weight:500}
.product_list_border{padding:16px 25px;border-bottom:1px solid #eeeeee;display:flex;align-items:center;justify-content:space-between;position:relative;}
.product_list_border h2{font-size:14px;margin:0;font-weight:400;}
.product_list_border h2 a{color:#333;}
.product_list_border data{flex-shrink:0;font-size:12px;color:#666;}
.product_list_border:nth-child(odd){background:#f7f7f7;}
.product_list_border:hover{background:#e2e2e2;}
@media (max-width:768px){
    .index_about_us{text-align:center;padding:0px 0px 50px 0px;}
    .index_about_us h2{}
    .index_about_us h3{font-size:14px;}
    .index_about_us p{font-size:14px}
    .index_products_title{text-align:center;}
    .product_list_border_b b:last-child{display:none}
    .product_list_border{display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;}
    .product_list_border h2{display:block;width:100%;margin-bottom:5px;}
}

/*foot*/
.foot_nav_box{background:#375f9b;padding:20px 0px;text-align:center;}
.foot_nav_box a{color:#fff;margin:0px 15px;}
.foot_link{font-size:12px;margin-bottom:10px;line-height:1.8!important;}
.foot_link b{color:#b2bdce;}
.foot_link a{color:#b2bdce;word-break:break-all;display:inline-block;margin:0px 8px;}
.foot_banquan{padding:15px 0px;text-align:center;}
.foot_banquan p{margin:0px;color:#67707f;font-size:13px;letter-spacing:0.5px;line-height:2;}

/*product*/
.cat_product{padding:40px 0px 40px 0px;}
.cat_products_title{color:#32466b;font-size:26px;letter-spacing:0.5px;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e9e9e9;font-weight:500;}

/*page*/
.page_box{padding:40px 0px 40px 0px;}
.post_biaodan{background:#f7f7f7;}
.biaodan{padding:40px 0px 0px 0px;}
.biaodan .wpcf7 .screen-reader-response{display:none;}
.biaodan .wpcf7 form{width:100%;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap{}
.biaodan .wpcf7 form .wpcf7-form-control-wrap label{position:relative;width:100%;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-quiz-label{position:absolute;top:12px;left:20px;color:#a29b9b;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-quiz-label + input{padding-left:70px;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap input{width:100%;border:1px solid #ededed;padding:10px 15px;background:#fafbfe;color:#666;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap textarea{width:100%;height:200px;border:1px solid #ededed;padding:15px;background:#fafbfe;line-height:1.8;color:#666;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap select{width:100%;border:1px solid #ededed;padding:10px 15px;background:#fafbfe;border-radius:8px;color:#666;}
.biaodan .wpcf7 form .wpcf7-submit{width:180px;height:42px;display:block;margin:20px auto 0px auto;background:#375f9b;color:#fff;border:none;}
.biaodan .wpcf7 form .wpcf7-submit:focus{background:#16396f}
.biaodan .wpcf7 form .wpcf7-spinner{display:block;margin:10px auto 0 auto;}
.biaodan .wpcf7 form .wpcf7-response-output{border:none;text-align:center;margin:20px 0px 0px 0px;display:block;color:#7b7b7b;font-weight:300;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{color:#f65e5e;font-size:12px;padding-top:8px;display:block;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-form-control{}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{margin:0px 20px 0px 0px;display:inline-block;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label{display:flex;align-items:center;}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input{}
.biaodan .wpcf7 form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label{white-space:nowrap;margin-left:6px;color:#666;}
.biaodan_title{text-align:center;margin-bottom:40px;}
.biaodan_title h3{font-size:32px;color:#013a84;margin-bottom:10px;font-weight:500;}
.biaodan_title p{color:#939393;margin-bottom:30px;}
@media (max-width:768px){
    .single_page_title{font-size:18px}
    .biaodan{padding:50px 30px;}
}

/*zw*/
.wznrys{font-size:16px;}
.wznrys hr{height:20px;border:none;position:relative;padding:0px;margin:10px 0px 25px 0px;}
.wznrys hr:after{content:"";width:100%;height:1px;background-color:#e2e2e2;position:absolute;top:10px;z-index:1;}
.wznrys hr:before{content:"";position:absolute;width:8px;height:8px;background-color:#ababab;left:50%;top:50%;transform:rotate(45deg);z-index:2;margin-top:-4px;margin-left:-4px;}
.wznrys .post-image{padding-bottom:20px}
.wznrys p{line-height:1.6;padding-bottom:20px;margin-bottom:0;margin-top:0;}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6{margin-bottom:25px;margin-top:0px;line-height:30px;}
.wznrys h1{font-size:22px;}
.wznrys h2{font-size:20px;}
.wznrys h3{font-size:18px;}
.wznrys h4{font-size:16px;}
.wznrys h5{font-size:14px;}
.wznrys h6{font-size:14px;}
.wznrys ol,
.wznrys ul{margin-bottom:30px;list-style:disc;}
.wznrys ol li,
.wznrys ul li{margin-left:24px;margin-bottom:12px;line-height:2;}
.wznrys ol li a,
.wznrys ul li a{border-bottom:1px solid #3ca5f6;color:#3ca5f6;}
.wznrys p img{max-width:100%;height:auto}
.wznrys blockquote{position:relative;border:1px double rgba(0,0,0,.1);padding:45px 30px 40px 30px;margin:40px 0px;}
.wznrys blockquote:before{content:"'";background:#c62641;position:absolute;top:-20px;width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;color:#fff;left:calc(50% - 20px);}
.wznrys blockquote p{padding:0px 0px 5px 0px;font-weight:bold;font-size:18px;font-style:inherit;}
.wznrys blockquote cite{padding-bottom:0px;display:flex;font-size:16px;font-style:inherit;color:#777;}
.wznrys .aligncenter{clear:both;display:block;margin:0 auto;}
.wznrys .alignright{float:right;margin:25px 0px 10px 20px;}
.wznrys .alignleft{float:left;margin:25px 20px 10px 0px;}
.wznrys .wp-caption{max-width:100%;}
.wznrys .wp-caption p.wp-caption-text{text-align:center;padding-bottom:0px;margin-bottom:25px;font-size:12px;color:#888;font-weight:300;}
.wznrys p a{color:#222;}
.wznrys strong{font-weight:bold;}
.wznrys .crayon-table tr:nth-child(odd){background:none;}
.wznrys pre.wp-block-code{margin:50px 0px;position:relative;background:#282922;padding-top:36px;border-radius:5px;box-shadow:0 10px 30px 0 rgba(0,0,0,.4);}
.wznrys pre.wp-block-code code{font-size:13px;line-height:1.8;padding:15px 20px;border-radius:0px 0px 10px 10px;}
.wznrys pre.wp-block-code code:before{content:attr(class);position:absolute;top:6px;right:20px;color:#3e3e3e;text-transform:uppercase;}
.wznrys pre.wp-block-code code table{border:none;line-height:1.8;margin:0;}
.wznrys pre.wp-block-code code table tr{border-bottom:1px solid #272727;}
.wznrys pre.wp-block-code code table tr:nth-child(odd){background:none;}
.wznrys pre.wp-block-code code table tr:last-child{border-bottom:none;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers{width:30px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n{text-align:center;color:#5a5a5a;font-weight:300;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-numbers .hljs-ln-n:before{padding-right:10px;}
.wznrys pre.wp-block-code code table tr td.hljs-ln-code{border-left:1px solid #272727;text-indent:12px;}
.wznrys pre.wp-block-code code table tr td{border:none;text-align:inherit;line-height:inherit;}
.wznrys pre.wp-block-code:before{content:"";position:absolute;border-radius:50%;background:#fc625d;width:12px;height:12px;left:14px;top:12px;box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;z-index:2;}
.wznrys .wp-block-image{margin-bottom:30px;}
.wznrys .wp-block-image figure{}
.wznrys .wp-block-image figure img{}
.wznrys .wp-block-image figure.aligncenter{}
.wznrys .wp-block-image figure.aligncenter img{display:block;margin:auto;}
.wznrys figure{border:none!important;}
.wznrys figcaption{font-size:12px;font-weight:300;margin:15px 0px!important;text-align:center;}
.wznrys .wp-block-gallery figcaption{margin:0!important;}
.wznrys .wp-block-table{}
.wznrys .wp-block-table table{border:1px solid #e9e9e9;font-size:14px;margin-bottom:20px;border-right:none;border-bottom:none;}
.wznrys .wp-block-table table{}
.wznrys .wp-block-table table tr{border-bottom:1px solid #e7e7e7;}
.wznrys .wp-block-table table tr td,
.wznrys .wp-block-table table tr th{padding:12px 20px;border-right:1px solid #e7e7e7;}
.wznrys .wp-block-audio{margin-bottom:40px;}
.wznrys .wp-block-cover{margin-bottom:40px;}
.wznrys .wp-block-cover .wp-block-cover__inner-container{margin:0px 10%;}
.wznrys .wp-block-search{margin-bottom:30px;}
.wznrys .wp-block-search .wp-block-search__label{display:none;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper{background:#ebe9e9;padding:15px 20px;border-radius:5px;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input{background:#fff;border:none;border-radius:10px 0px 0px 10px;text-indent:15px;color:#a7a6a6;}
.wznrys .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{background-color:#dc3544;margin-left:0px;border:none;font-size:14px;color:#fff;border-radius:0px 10px 10px 0px;padding:8px 25px;}
.wznrys .has-text-align-left{text-align:left;}
.wznrys .has-text-align-center{text-align:center;}
.wznrys .has-text-align-right{text-align:right;}
.wznrys .product-field{}
.wznrys .product-field ul{list-style:none;border:1px solid #eee;border-bottom:none;}
.wznrys .product-field ul li{border-bottom:1px solid #eee;margin:0;padding:15px 20px;font-size:14px;display:flex;width:100%;}
.wznrys .product-field ul li span{font-weight:bold;margin-right:20px;width:10%;}
.wznrys .product-content{line-height:2;}
.wznrys .product-content div{}
.wznrys table{width:100%!important;border-top:1px solid #eee;border-left:1px solid #eee;}
.wznrys table tr{}
.wznrys table td{border-bottom:1px solid #eee;border-right:1px solid #eee;padding:15px;font-size:14px;}

/*fy*/
.posts-nav{text-align:center;margin:50px 0px;}
.posts-nav .page-numbers{color:#003a84;display:inline-block;padding:9px 15px;font-size:12px;background-color:#efefef;margin:0 2px;font-family:Arial;}
.posts-nav .current,
.posts-nav .page-numbers:hover{color:#fff;background-color:#003a84;}
ul.product_info{font-size:14px;border:1px solid #eee;margin:30px 0px;border-bottom:none;}
ul.product_info li{border-bottom:1px solid #eee;display:flex;line-height:2;}
ul.product_info li b{margin-right:20px;width:20%;flex-shrink:0;border-right:1px solid #eee;padding:15px 20px;font-weight:500;}
ul.product_info li data{padding:15px 20px;word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;}
ul.product_info li data em{font-size:12px;background:#e8e8e8;color:#666666;margin-right:10px;padding:1px 5px;border-radius:4px;white-space:nowrap;max-width:220px;text-overflow:ellipsis;overflow:hidden;display:inline-block;}
ul.product_info li data em i{color:#375f9b;}
ul.product_info li data em a{color:#666666;}
ul.product_info li data em:hover{background:#375f9b;}
ul.product_info li data em:hover i{color:#ccc}
ul.product_info li data em:hover a{color:#fff}
ul.product_info li data p{margin-bottom:0px;}
.post_xiangguan{padding:60px 0px;}
.links{border-top:1px solid #f3f3f3;padding:30px 0px;}
.links_ul{}
.links_ul b{}
.links_ul a{margin-right:15px;}
.whatsapp{position:fixed;right:40px;bottom:50px;width:50px;}
.whatsapp img{}