/*===========================================================================
//* 2021-1-21
//* 整理者：qzh
//* 新增/替换需要备注的请标注谢谢（新增请放在指定范围）
//*===========================================================================*/

/* ==============================================
				header头部
============================================== */
.header_fixed {
    position: fixed!important;
}
.header-box {
    position: fixed;
    background: initial;
}
.header-box,.header{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header-box .header-logo{
    float: left;
	max-width: 240px;
	margin: 0px 0 0 0px;
	position: relative;
}
.header-box .header-logo img{
	width: 100%;
}
.header-box .nav{
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 14px;
}
.header-box .nav li{
    position: relative;
    float: left;
    line-height: 50px;
    padding: 15px 0.25rem;
}
.header-box .nav li a{
    font-size: 16px;
}
.header-box .nav li::after{
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: 25px;
	transition: all 0.5s;
}
.header-box .nav li .navsub {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    width: 1.7rem;
    line-height: 0.5rem;
    text-align: center;
    background: #f6f6f6;
}
.header-box .nav li .navsub li{
    width: 100%;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid white;
}
.header-box .nav li .navsub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 0 10px;
    line-height: 45px;
}
.header-box .nav .navli:hover .navlia{
	color: #00A2E4;
}
.header-box .nav .navli:hover::after{
    border-bottom: 6px solid #00A2E4;
    bottom: 0;
}
/* 搜索 */
.header_search, .header_search span {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}
.header_search .search {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    height: 80px;
    width: 100%;
}
.header_search i {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 80px;
    cursor: pointer;
    font-size: 28px;
    color: #1e1e1e;
    z-index: 5;
    margin-right: 10%;
    margin-top: 0;
}
.header_search .search ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 80px;
    width: 90%;
    max-width: 5rem;
    z-index: 2;
}
.header_search .search ul form {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #1e1e1e;
}
.header_search .search ul input[type="text"] {
    border: none;
    width: 100%;
    display: block;
    border: none;
    height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 85px 0 0.2rem;
    background: #fff;
}
.header_search .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    width: 85px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #1e1e1e;
    background: #ffffff;
    font-size: 24px;
}
.header_search .search ol {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}
@media (max-width:992px) {
	.header_search, .header_search span{
		line-height: 50px;
	}
	.header_search .search {
	    height: 100%;
	}
	.header_search i {
	    margin-right: 20px;
	    width: 26px;
	    height: 55px;
	    font-size: 24px;
	    line-height: 55px;
	}
	.header_search .search ul {
	    margin: 0.5rem auto 0;
	    position: relative;
	    overflow: hidden;
	    width: 100%;
	    max-width: initial;
	}
	.header_search .search ul, .header_search .search ul form, .header_search .search ul input[type="text"], .header_search .search_btn {
	    height: 48px;
	    line-height: 48px;
	}
	.header_search .search ul form {
	    margin: 0 auto;
	    width: 90%;
	}
	.header_search .search ul input[type="text"] {
	    padding-right: 55px;
	}
	.header_search .search_btn {
	    width: 50px;
	    font-size: 20px;
	}
	.header_search .search .visible-sm {
	    overflow: hidden;
	    position: relative;
	    z-index: 2;
	    padding: 30px 0;
	    width: 90%;
	    margin: 0 auto;
	}
	.header_search .search .visible-sm h2 {
	    font-size: 16px;
	}
	.header_search .search .visible-sm .key_box {
	    position: relative;
	    overflow: hidden;
	    height: auto;
	    margin: 0 0 0 -5px;
	}
	.header_search .search .visible-sm .key_box li {
	    display: inline;
	}
	.header_search .search .visible-sm .key_box li a {
	    background-color: #f5f5f5;
	    color: #666666;
	    font-size: 12px;
	    padding: 6px;
	    margin: 5px;
	}
	.header_search .search ol {
	    padding: 0;
	}
}

/* 语言 */
.header .lang_box {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0.25rem;
    position: relative;
}
.header .lang_box i {
    line-height: 80px;
    display: block;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
}
.header .lang_box .lang {
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 0;
    display: none;
    height: 90px;
    width: 1.2rem;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
}
.header .lang_box a, .header .lang_box .lang i {
    float: left;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.header .lang_box a {
    color: #222;
    border-bottom: 1px solid #ffffff;
}
@media (max-width:992px) {
	.header .lang_box{line-height: 50px;}
	.header .lang_box i{line-height: 50px;}
	.header .lang_box .lang{
		top: 50px;
		width: 80px;
	}
}

/* 手机导航 */
.header-box .mnav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
}
.header-box .mnav ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
}
.header-box .mnav .mnavli {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.header-box .mnav .mnavli .mnavlia{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
    font-weight: normal;
}
.header-box .mnav .mnavli i {
    position: absolute;
    right: 0.35rem;
    padding-left: 0.05rem;
    width: 0.34rem;
    height: 42px;
    top: 0;
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 42px;
}
.header .mnav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 10px;
    display: none;
    background: #f5f5f5;
}
.header .mnav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
}
.header-box .mnav.navon{
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}
.header .mnav .on .mnavlia {
    color: white;
    background-color: #00A2E4;
}
.header .mnav .on .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: white;
}


/* @media (min-width: 992px) and (max-width: 1200px) {
  .header-box,
  .header {
    height: 60px;
  }
  .header .header-logo {
    height: 45px;
    margin-top: 5px;
  }
  .header .nav li {
    line-height: 40px;
    padding: 10px 0.25rem;
  }
  .header .nav {
    line-height: 60px;
  } 
}*/
@media (max-width: 992px) {
  .header-box,
  .header {
    height: 50px;
  }
  .header {
    border-bottom: 1px solid #dcdcdc;
  }
  .header .header-logo {
    max-width: 110px;
  }
  .mnav-btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }
  .mnav-btn a {
    display: block;
    overflow: hidden;
  }
  .mnav-btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }
  .mnav-btn .line1 {
    margin-top: 16px;
  }
  .header .mnav-btn .on .line1 {
    transform: rotate(45deg);
  }
  .header .mnav-btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }
  .header .mnav-btn .on .line3 {
    transform: rotate(-45deg);
  }
}

/* ==============================================
				header主要
============================================== */



/*top*/
    #top{
    	display:block;
    	width:100%;
    	height:36px;
    	margin:0 auto;
    	background:#f2f2f2;
    }
    .top_bd{
    	position:relative;
    	z-index:999999;
    	margin-left:auto;
    	margin-right:auto;
    	line-height:36px;
    	height:36px;
    	color:#8c8c8c;
    	font-size:12px;
    }
    .top_nav {
    	float:right;
    }
    .top_nav span {
        color: #8c8c8c;
        position: relative;
        padding: 0 10px;
        border-right: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;
    	display: flex;
    	align-items: center;
    	cursor: pointer;
    }
    .top_nav span i{
    	width: 12px;
    	height: 12px;
    	display: block;
    	background: url(../images/icon_down.png) no-repeat;
    	background-size: 100%;
    	margin-left: 3px;
    }
    .top_nav span:hover{
    	color: #002f93;
    	background-color: #fff;
    	border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .top_nav span:hover i{
    	background-position: 0 -12px !important;
    }
    .top_nav .navbox{
    	width: 280px;
        overflow: hidden;
        padding-bottom: 10px;
        position: absolute;
        z-index: 99;
        top: 36px;
        right: 0;
        background: #fff;
        border: 1px solid #dddddd;
        border-top: 0;
    	display: none;
    }
    .top_nav .navbox a{
    	cursor: pointer;
    }
    .top_nav .navbox h4{
    	font-size: 14px;
        color: #404040;
        line-height: 28px;
        margin: 10px 0 0;
        padding-left: 15px;
    }
    .top_nav .navbox .navbox_a{
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        margin-bottom: 5px;
        margin-top: 5px;
    	line-height: 24px;
        font-size: 12px;
    }
    .top_nav .navbox p a{
        padding-left: 15px;
        color: #666;
        font-size: 12px;
        display: inline-block;
    }
    .top_nav:hover .navbox{
    	display: block;
    }
    .top_nav .navbox p a:hover{
    	color: #002f93;
    }
/*hearder头部*/
    #header {
        position:relative;
        clear:both;
        z-index:10;
        display:block;
        overflow:hidden; 
        background:#fff;
    }
    .header_box{
        display:block;
        overflow:hidden;
        padding: 12px 0;
    }
    .header_fixed {
        position: inherit!important;
    }
    .header_box ._logo{
        float:left;
        height:80px;
        line-height: 80px;
        font-size: 24px;
    }
    .header_box ._logo a img{
        height: 100%;
        display: block;
    }
    .header_box ._search{
        width: 30%;
        top:20px;
        left:0;
        right:0;
        position: absolute;
        overflow: hidden;
        margin:0 auto;
    }
    .header_box ._search form{
        overflow: hidden;
        width: 100%;
        position: relative;
        border: 2px solid #002f93;
        }
    .header_box ._search input{
        overflow: hidden;
        width: 96%;
        outline: none;
        padding: 0 10px;
        height: 40px;
        line-height: 42px;
        border: none;
        color: #333333;
    }
    .header_box ._search form a{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        background-color: #002f93;
    }
    .header_box ._search form a:hover{
        cursor: pointer;
    }
    .header_box ._key{
        width: 100%;
        overflow: hidden;
        height:24px;
    }
    .header_box ._key li{
        float: left;
        margin:10px 10px 0 0;
        font-size: 12px;
        line-height:1;
    }
    .header_box ._key li a{
        color: #b3b3b3;
    }
    .header_box ._right{
        overflow: hidden;
        float: right;
        margin-top: 10px;
    }
    .header_box ._right>div{
        display: inline;
        *zoom: 1;
        display: inline-block;
        vertical-align: middle;
    }
    
    .header_box ._right ._tel{
        padding:9px 16px 9px 40px;
        position: relative;
        color: #002f93;
        border: 1px solid #ddd;
        line-height:17px;
    }
    .header_box ._right ._tel i{
        width: 28px;
        position: absolute;
        left: 7px;
        top:12px;
    }
    .header_box ._right ._tel i img{
        width: 100%;
        display: block;
    }
    .header_box ._right ._tel strong{
        display: block;
        color: #282828;
    }
    .header_box ._right ._code{
        height: 60px;
        position: relative;
        width: 60px;
    }
    .header_box ._right ._code img{
        width: 100%;
        display: block;
    }

/*导航*/
    .nav{
    	line-height:54px;
    	height:54px;
    	width:100%;
    	margin-left:auto;
    	margin-right:auto;
    	background:#002f93;
    	z-index:1;
    }
    .nav .catebd{
    	position: relative;
    	float: left;
    }
    .nav .catebd h1{
        width: 240px;
        background: #002f93;
        float: left;
        height: 54px;
        font-weight: normal;
        margin-right: 30px;
        text-align: center;	
    }
    .nav .catebd h1 a{
        height: 54px;
        font-size: 18px;
        color: #ffffff;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .nav .catebd h1 img{
    	max-width: 20px;
    	display: block;
    }
    .nav .catebd h1 span{
    	display: block;
    	margin-left: 6px;
    	font-size: 16px;
    }
    .nav .catebd ol{
    	overflow: hidden;
        width: 240px;
        top: 54px;
        left: 0;
        position: absolute;
        z-index: 9;
    	background: rgba(0,0,0,0.5);
    	display: none;
    }
    .nav .catebd ol li{
        position: relative;
        font-size: 14px;
        overflow: hidden;
    	padding: 0 20px;
    	line-height: 50px;
    }
    .nav .catebd ol li a{
    	display: block;
    	color: #fff;
    	width: 100%;
    	font-size: 16px;
    }
    .nav .catebd ol li .icon{
    	position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
    }
    .nav .catebd ol li .icon img{
    	width: 100%;
    	display: block;
    }
    .nav .catebd ol li:hover{
    	background: #002f93;	
    }
    
    .nav ul{
    	margin-left:auto;
    	margin-right:auto;
    }
    .nav .onsub{
    	background:url(../images/onsub.png) no-repeat 106px center;
    }
    .nav ul li{
    	float:left;
    	margin-right:1px;
    	position: relative;
    }
    .nav ul li a{
    	display:block;
    	padding:0px 32px;
    	font-size:16px;
    	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    	color:#fff;
    }
    @media (max-width:1360px){
        .nav ul li a{
            padding:0px 26px;
        }
    }
    .nav ul li i{
    	display: block;
        position: absolute;
        width: 30px;
        top: -2px;
        right: 16px;
        z-index: 999;
    }
    .nav ul li i img{
    	width: 100%;
    	display: block;
    }
    /*.nav ul li.on{*/
    /*	background: #002f93;*/
    /*}*/
    /*.nav .navsub {*/
    /*	display:none;*/
    /*	left:0;*/
    /*	top:54px;*/
    /*	position:absolute;*/
    /*	background:#1e50ae;*/
    /*	width: 100%;*/
    /*	padding:5px 0;*/
    /*}*/
    /*.nav .navsub li {*/
    /*	zoom:1;*/
    /*	height:35px;*/
    /*	line-height:35px;*/
    /*	display:block;*/
    /*	width:100%;*/
    /*	overflow:hidden;*/
    /*	clear:both;*/
    /*	border-bottom:#3058b9 solid 1px;*/
    /*}*/
    /*.nav .navsub li:last-child{border-bottom:none;}*/
    /*.nav .navsub a {*/
    /*	display:block;*/
    /*	padding-left:30px;*/
    /*	overflow:hidden;*/
    /*	color:#fff;*/
    /*	background:url(../images/wdot.png) no-repeat 20px 15px !important;*/
    /*}*/
    /*.nav .onsub.on .navsub{*/
    /*	display: block;*/
    /*}*/

/*手机版*/
    @media (max-width: 750px){
        #top{
            display: none;
        }
        .nav{
            display: none;
        }
        #header,
        .header_box{
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 50px;
            background-color: #fff;
            z-index: 9999;
            transition: all 0.3s;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            max-width: 750px;
            margin: 0 auto;
            padding: 0;
            overflow: visible;
        }
        .header_fixed {
            position: fixed !important;
        }
        
        #header .header_logo{
            max-width:170px;
            height: 50px;
            display: flex;
            align-items: center;
            margin: 0px 0 0 0px;
            position: relative;
            float: left;
            font-size: 16px;
        }
        #header .header_logo img{
            width: 100%;
            display: block;
        }
        #header .header_search{
            overflow: hidden;
            width:20px;
            height:20px;
            float: left;
            margin-top:15px;
            margin-right:16px;
        }
        #header .header_search img{
            width: 100%;
            display: block;
        }
        #header .header_btn{
            color: white;
            cursor: pointer;
            width: 30px;
            display: block;
            float: right;
        }
        #header .header_btn a{
            display: block;
            overflow: hidden;
        }
        #header .header_btn span{
            float: left;
            width: 25px;
            height: 2px;
            background-color: #002f93;
            margin-top: 6px;
            -ms-transform-origin: 7% 50%;
            -moz-transform-origin: 7% 50%;
            -webkit-transform-origin: 7% 50%;
            -o-transform-origin: 7% 50%;
            transition: all 0.3s;
            margin-left: 2px;
        }
        #header .header_btn .line1{
            margin-top: 16px;
        }
        #header .header_btn .on .line1 {
            transform: rotate(45deg);
        }
        #header .header_btn .on .line2 {
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            transform: rotate(0);
        }
        #header .header_btn .on .line3 {
            transform: rotate(-45deg);
        }
        #header .header_nav{
            display: block;
            position: fixed;
            z-index: 90;
            top: 50px;
            left: -100%;
            width: 100%;
            height:95%;
            overflow: hidden;
            overflow-y: auto;
            background: #fff;
            box-sizing: border-box;
            padding: 0 0 50px;
            /*transform: translateX(-100%);*/
            transition: 0.6s ease-in-out;
            border-top: 1px solid #eee;
        }
        #header .header_nav.navon {
            /*transform: translateX(0);*/
            left: 0;
            transition: 0.6s ease-in-out;
        }
        #header .header_nav .mnavli{
            position: relative;
            width: 100%;
            box-sizing: border-box;
            border-bottom: 1px solid #eeeeee;
        }
        #header .header_nav .mnavli.on{
            background-color: #002f93;
        }
        #header .header_nav .mnavli i{
            position: absolute;
            top: 22px;
            right: 10px;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background: url(/uploads/image/20230421/92d91fd4d09451f3e663a8a75c36ffe4.png) no-repeat center;
            background-size: 100%;
        }
        #header .header_nav .mnavli i.son{
            background: url(/uploads/image/20230421/1a00f84da4526207581f416ad9a40e69.png) no-repeat center;
            background-size: 100%;  
        }
        #header .header_nav .mnavli .mnavlia{
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            height: auto;
            overflow: hidden;
            box-sizing: border-box;
            font-weight: bold;
            padding: 0 10px;
            font-size: 14px;
            color: #333;
            line-height: 3;
            font-weight: normal;
        }
        #header .header_nav .mnavli.on .mnavlia{
            color: #fff;
        }
        #header .header_nav .mnavli .mnav_sub{
            width: 100%;
            height: auto;
            overflow: hidden;
            box-sizing: border-box;
            padding: 5px 10px;
            display: none;
            background: #f5f5f5;
        }
        #header .header_nav .mnavli .mnav_sub li{
            width: 100%;
            height: auto;
            overflow: hidden;
            font-size: 12px;
            color: #666;
            line-height: 3;
            border-bottom: 1px solid #eeeeee;
        }
        #header .header_nav .mnavli .mnav_sub li:last-child{
            border-bottom: none;
        }
        #header .header_nav .mnavli .mnav_sub li a{
            display: block;
            font-size: 14px;
        }
        .guider_search{
            overflow: hidden;
            padding: 10px 0;
            position: absolute;
            width: 100%;
            left: 0;
            top: 50px;
            background: #eeeeee;
            display: none;
            z-index: 99;
        }
        .guider_search .searchform{
            line-height: 35px;
            height: 35px;
            width: 100%;
            overflow: hidden;
            display: block;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            border-radius: 30px;
        }
        .guider_search .searchform input{
        	width:84%;
        	height: 35px;
        	line-height: 35px;
        	color: #888;
        	outline: none;
        	padding: 0 15px;
            border: none;
            border-radius: 0;
        }
        .guider_search .searchform button{
            background: #002f93  url(/uploads/image/20230421/e184640cd094e901f47a163ad0929a43.png) no-repeat center;
            background-size:60%;
            color: #fff;
            width:16%;
            border: none;
            outline: none;
            height: 35px;
            line-height: 35px;
        	right: 0;
            position: absolute;
            cursor: pointer;
        }
    }
    
/* ==============================================
				banner海报
============================================== */
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	background: #00A2E4;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #00A2E4;
	font-size: 0.48rem;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left: 5%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

/* ==============================================
				联系我们
============================================== */
.guider_contact{
	overflow: hidden;
	position: relative;
}
.guider_contact ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.guider_contact ul li{
	width: 25%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #efefef;
	padding: 0.25rem 0;
}
.guider_contact ul li dd{
	width: 0.48rem;
	height: 0.48rem;
	overflow: hidden;
}
.guider_contact ul li dd img{
	width: 100%;
	display: block;
}
.guider_contact ul li dt{
	overflow: hidden;
	margin-left: 0.15rem;
	color: #333;
}
.guider_contact ul li dt h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.05rem;
}
.guider_contact ul li dt p{
	font-size: 16px;
	font-weight: normal;
}
.guider_contact ul li:first-child{
	background: #00A2E4;
	color: #fff;
	border-left:none;
}
.guider_contact ul li:first-child dt{
	color: #fff;
}
.guider_contact::after{
    position: absolute;
    content: '';
    width:20%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #00A2E4;
	z-index: -1;
}
@media (max-width:992px) {
	.guider_contact{
		display: none;
	}
}

/* ==============================================
				公共标题
============================================== */
.guider_title {
	overflow: hidden;
	text-align: center;
}
.guider_title h2 {
	font-size: 0.36rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.guider_title p{
	font-size: 16px;
	color: #999;
}
@media (max-width:992px) {
	.guider_title h2 {
		font-size: 0.48rem;
	}
	.guider_title p{
		display: none;
	}
}
/* ==============================================
				service服务项目
============================================== */

.guider_pro{
	overflow: hidden;
	padding: 0.6rem 0;
	background: #f5f5f5;
}
.guider_pro .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_pro .guider_main ul {
	overflow: hidden;
	margin-bottom: -1.3333%;
}
.guider_pro .guider_main ul li{
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	background: #e5e5e5;
}
.guider_pro .guider_main ul li:nth-child(4n){
	margin-right: 0;
}
.guider_pro .guider_main ul li dt{
	width: 100%;
	overflow: hidden;
	padding-top: 95%;
	position: relative;
}
.guider_pro .guider_main ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.5s;
}
.guider_pro .guider_main ul li dd{
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 0.1rem;
	color: #333;
}
.guider_pro .guider_main ul li:hover{
	background: #00A2E4;
}
.guider_pro .guider_main ul li:hover dt img{
	transform: scale(1.05);
}
.guider_pro .guider_main ul li:hover dd{
	color: #fff;
}
@media (max-width:992px) {
	.guider_pro .guider_main ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.guider_pro .guider_main ul li:nth-child(2n){
		margin-right: 0;
	}
	.guider_pro .guider_main ul li dd{
		font-size: 0.28rem;
		padding: 0.2rem;
	}
}
/* ==============================================
				about关于我们
============================================== */

.guider_application{
	overflow: hidden;
	padding: 0.6rem 0 0;
}
.guider_application .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_application .guider_main ul li {
    overflow: hidden;
    position: relative;
}
.guider_application .guider_main ul li dl {
    width: 100%;
    overflow: hidden;
    max-height: 6.8rem;
	position: relative;
}
.guider_application .guider_main ul li dl::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.guider_application .guider_main ul li dl img {
    width: 100%;
    display: block;
}
.guider_application .guider_main ul li dt {
     position: absolute;
     bottom: 0;
     left: 0;
     overflow: hidden;
     width: 100%;
     color: #fff;
     padding: 0.26rem;
     background: rgba(255,255,255,0.9);
	 opacity: 0;
}
.guider_application .guider_main ul li dt h3 {
    font-weight: normal;
    font-size: 0.2rem;
}
.guider_application .guider_main ul li dt h2 {
    font-weight: bold;
    font-size: 0.2rem;
    margin: 0.2rem 0 0.4rem;
	color: #00A2E4;
}
.guider_application .guider_main ul li dt a {
    font-size: 0.18rem;
    color: #fff;
    font-weight: normal;
	color: #333;
}
.guider_application .guider_main ul li dd {
	position: absolute;
    background: rgba(255,255,255,0.9);
    width: 100%;
    bottom: -4.5rem;
    z-index: 999;
    height: 100%;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0.2rem 0.35rem;
    transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
}
.guider_application .guider_main ul li dd h3 {
    color: #2e2e2e;
    font-weight: normal;
    font-size: 0.2rem;
}
.guider_application .guider_main ul li dd h2 {
    color: #00A2E4;
    font-weight: bold;
    font-size: 0.2rem;
    margin: 0.2rem 0 0.3rem;
}
.guider_application .guider_main ul li dd p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 0.16rem;
    color: #797979;
    line-height: 1.8;
}
.guider_application .guider_main ul li dd a {
    margin-top: 0.6rem;
}
.guider_application .guider_main ul li:hover dt {
    opacity: 0;
}
.guider_application .guider_main ul li:hover dd {
    transform: translate(-50%,-2.5rem);
	background: rgba(255,255,255,0.95);
}
.guider_application .swiper-button-next:after,.guider_application .swiper-button-prev:after{
	opacity: 0;
}

@media (max-width:992px) {
	.guider_application .guider_main ul li{
	    width: 65%;
	}
	.guider_application .guider_main ul li:hover dd{
		 transform:translate(-50%,0rem);
	}
	.guider_application .guider_main ul li:hover dt{
		display: block;
	}
	.guider_application .swiper-button-next:after,.guider_application .swiper-button-prev:after{
		color: #fff;
		display: block;
		opacity: 1;
	}
	.guider_application .swiper-button-next:after{
		color: #00A2E4;
	}
	.swiper-button-next:focus, .swiper-button-prev:focus{
		outline: none;
	}
}


/* ==============================================
				about关于我们
============================================== */
.guider_about{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guider_about .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_about .guider_main ._left{
    overflow: hidden;
    width: 48%;
    float: left;
}
.guider_about .guider_main ._left h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    color: #00A2E4;
}
.guider_about .guider_main ._left p {
    font-size: 0.16rem;
    line-height: 30px;
    color: #666;
}
.guider_about .guider_main ._left a {
	margin: 0.3rem 0 0 0;
}
.guider_about .guider_main ._left ul {
    overflow: hidden;
    margin-top: 0.3rem;
}
.guider_about .guider_main ._left ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._left ul li h4 {
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._left ul li h4 em {
    font-size: 0.3rem;
    font-weight: bold;
    display: inline-block;
    line-height: initial;
    color: #00A2E4;
}
.guider_about .guider_main ._left ul li h4 i {
    font-size: 0.16rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #00A2E4;
}
.guider_about .guider_main ._left ul li span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #666;
}
.guider_about .guider_main ._right {
    overflow: hidden;
    width: 50%;
    float: right;
}
.guider_about .guider_main ._right img {
    width: 100%;
    display: block;
}
@media (max-width:992px) {
	.guider_about .guider_main ._left{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.guider_about .guider_main ._left h3{
		font-size: 0.36rem;
		text-align: center;
		margin-bottom: 0.2rem;
		display: none;
	}
	.guider_about .guider_main ._left p{
		font-size: 0.28rem;
		line-height: inherit;
	}
	.guider_about .guider_main ._left ul li{
		width: 25%;
		text-align: center;
	}
	.guider_about .guider_main ._left ul li h4{
		text-align: center;
	}
	.guider_about .guider_main ._left ul li h4 em{
		font-size: 0.36rem;
	}
	.guider_about .guider_main ._left ul li h4 i{
		font-size: 0.28rem;
	}
	.guider_about .guider_main ._left ul li span{
		font-size: 0.28rem;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.guider_about .guider_main ._right{
		width: 100%;
	}
}


/* ==============================================
			合作伙伴
============================================== */
.guider_partners{
	overflow: hidden;
	padding: 0.6rem 0;
	background: #f5f5f5;
}
.guider_partners .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_partners .guider_main ul{
	overflow: hidden;
	margin-bottom: -2%;
}
.guider_partners .guider_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	text-align: center;
	min-height: 1.5rem;
    line-height: 1.5rem;
}
.guider_partners .guider_main ul li:nth-child(4n){
	margin-right: 0;
}
.guider_partners .guider_main ul li:last-child{
	display: none;
}
@media (max-width:992px) {
	.guider_partners .guider_main ul li{
		width: 32%;
	}
	.guider_partners .guider_main ul li:nth-child(4n){
		margin-right: 2%;
	}
	.guider_partners .guider_main ul li:nth-child(3n){
		margin-right: 0;
	}
	.guider_partners .guider_main ul li:last-child{
		display: block;
	}
}


/* ==============================================
			news 新闻资讯
============================================== */
/*.guider_news{*/
/*	overflow: hidden;*/
/*	padding: 0.6rem 0;*/
/*}*/
/*.guider_news .guider_main{*/
/*	overflow: hidden;*/
/*	margin-top: 0.3rem;*/
/*}*/
/*.guider_news .guider_main ul{*/
/*	overflow: hidden;*/
/*}*/
/*.guider_news .guider_main ul li{*/
/*	overflow: hidden;*/
/*	width: 32%;*/
/*	float: left;*/
/*	margin-right: 2%;*/
/*}*/
/*.guider_news .guider_main ul li:nth-child(3n){*/
/*	margin-right: 0;*/
/*}*/
/*.guider_news .guider_main ul li dt{*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	padding-top: 75%;*/
/*}*/
/*.guider_news .guider_main ul li dt img{*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	margin: 0 auto;*/
/*	transition: all 0.5s; */
/*}*/
/*.guider_news .guider_main ul li dd{*/
/*	overflow: hidden;*/
/*	padding: 0.15rem ;*/
/*	background: #f5f5f5;*/
/*}*/
/*.guider_news .guider_main ul li dd span{*/
/*	font-size: 14px;*/
/*	color: #999;*/
/*	margin-bottom: 5px;*/
/*	display: block;*/
/*}*/
/*.guider_news .guider_main ul li dd h3{*/
/*	font-size: 16px;*/
/*	color: #333;*/
/*	margin-bottom: 5px;*/
/*}*/
/*.guider_news .guider_main ul li dd p{*/
/*	font-size: 14px;*/
/*	color: #666;*/
/*	margin-bottom: 5px;*/
/*}*/
/*.guider_news .guider_main ul li dd em{*/
/*	color: #666;*/
/*}*/
/*.guider_news .guider_main ul li:hover dt img{*/
/*	transform: scale(1.05);*/
/*}*/
/*.guider_news .guider_main ul li:hover dd h3{*/
/*	color: #00A2E4;*/
/*}*/
/*@media (max-width:992px) {*/
/*	.guider_news .guider_main ul li{*/
/*		width: 100%;*/
/*		margin-bottom: 0.3rem;*/
/*	}*/
/*}*/



/* ==============================================
		公共底部
============================================== */
.footer {
	background-color: #30333a;
	overflow: hidden;
	padding-top: 0.4rem;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.footer .footer-contact {
	overflow: hidden;
	width: 25%;
}
.footer .footer-contact h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-contact h2 a {
	color: #ffffff;
}
.footer .footer-contact h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.footer .footer-contact p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .footer-contact p a {
	color: #00A2E4;
	font-weight: bold;
	font-size: 0.36rem;
}
.footer .footer-contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer-contact ul li {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .footer-contact ul li a {
	color: #fff;
}
.footer .footer-contact>div span {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin-right: 0.3rem;
}
.footer .footer-contact>div span img {
	width: 100%;
	display: block;
}
.footer .footer-nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
}
.footer .footer-nav ul {
	margin-left: 0.7rem;
	overflow: hidden;
	max-width: 2rem;
}
.footer .footer-nav ul h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 0.1rem;
}
.footer .footer-nav ul h2 a {
	color: #fff;
}
.footer .footer-nav ul ol {
	padding: 0;
}
.footer .footer-nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
}
.footer .footer-nav ul ol li a {
	font-size: 14px;
	color: #d7d7d7;
	line-height: 0.4rem;
}
.footer .footer-nav ul:first-child {
	margin-left: 0;
}
.footer .footer-info {
	width: 10%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .footer-code {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.footer .footer-code>div {
	width: 100%;
}
.footer .footer-code>div span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .footer-code>div span img {
	width: 100%;
	display: block;
}
.footer .footer-code>div p {
	margin: 0.1rem 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
/*--友情链接--*/
.footer .footer-link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer-link a {
	font-size: 14px;
	color: #fff;
	padding: 0 0.1rem;
}
.footer .footer-copyright {
	overflow: hidden;
	padding: 0.2rem 0;
	border-top: 1px solid #3f4148;
}
.footer .footer-copyright .footer-copyright-fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .footer-copyright .footer-copyright-fl p,
.footer .footer-copyright .footer-copyright-fl a {
	font-size: 14px;
	color: #d7d7d7;
	margin: 0;
}
.footer .footer-copyright .footer-copyright-fr {
	float: right;
}
.footer .footer-copyright .footer-copyright-fr a {
	color: #d7d7d7;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer-box {
		flex-wrap: wrap;
	}
	.footer {
		padding: 50px 0 50px;
	}
	.footer .footer-code {
		max-width: 6rem;
		margin: 20px auto;
	}
	.footer .footer-nav {
		display: none;
	}
	.footer .footer-info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .footer-code>div{
		width: 40%;
	}
	.footer .footer-contact h2 {
		font-size: 18px;
	}
	.footer .footer-contact h3 {
		font-size: 14px;
	}
	.footer .footer-contact p a {
		font-size: 28px;
	}
	.footer .footer-contact ul li {
		font-size: 14px;
	}

	.footer .footer-contact ul li a {
		font-size: 14px;
	}
	.footer .footer-contact {
		padding-left: 0;
		padding-right: 0.2rem;
		width: 100%;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
	}
	.footer .footer-copyright .footer-copyright-fr {
		float: inherit;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl p, .footer .footer-copyright .footer-copyright-fl a{
		text-align: center;
	}
}
@media (max-width:768px) {
	.footer{
		padding-top:30px;
	}
	.footer .footer-copyright {
		margin-top: 0.2rem;
	}
	.footer-link{
		display: none!important;
	}
	.footer .footer-code{
		margin:5px auto;
	}
}

/* ==============================================
		手机底部悬浮导航
============================================== */
@media (max-width: 992px) {
	.footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 8888;
		background-color: #002f93;
		height: 50px;
		display: block;
	}
	.footer-nav ul {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.footer-nav ul li {
		float: left;
		width: 20%;
		height: 45px;
		text-align: center;
		overflow: hidden;
	}

	.footer-nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-nav ul li span {
		position: relative;
		display: block;
		text-align: center;
		width: 20px;
		height: 20px;
		margin: 5px auto;
		overflow: hidden;
	}
	/*.footer-nav ul li:nth-child(3) span {*/
	/*	position: absolute;*/
	/*	top: -1.68em;*/
	/*	width: 6.2em;*/
	/*	height: 6.2rem;*/
	/*	left: 0;*/
	/*	right: 0;*/
	/*	margin: 0 auto;*/
	/*	overflow: hidden;*/
	/*}*/

	/*.footer-nav ul li:nth-child(3) p {*/
	/*	display: none;*/
	/*}*/
	.footer-nav ul li span img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		height: 100%;
	}
	.footer-nav ul li p {
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 11px;
	}
	/*.footer-nav ul li:nth-child(3) span img {*/
	/*	position: relative;*/
	/*	width: 100%;*/
	/*	height: auto;*/
	/*}*/
	.footer_top_txt a{
		font-size: 14px;
		text-align: center;
		font-weight: 400!important;
		display: block;  
	}
	.footer_bottom i{
		display: none;
	}
	.footer_bottom span{
		display: none;
	}
	.c_nav{display: none;}
}
@media (min-width:992px) {
	/*.footer_top_txt p:nth-child(3){*/
	/*	display: none;  */
	/*}*/
	/*.footer_top_txt p:nth-child(4){*/
	/*	display: none;  */
	/*}*/
}





