@charset "utf-8";
body{
    min-width: 1300px;
    overflow-x: hidden;
    font-family:"Microsoft Yahei", Arial,"黑体";
	/*解决底部拉伸的问题，注意需要同时一起移除顶部的翻译状态栏，否则状态栏会把第一行内容遮住*/
	top:0px!important; 
    min-height: 0px!important;
}


/*去除翻译后鼠标移到正文的hover显示*/
.goog-text-highlight{
	background-color: transparent!important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
}
	
/*去除顶部的当前翻译状态栏，建议不要移出，或者通过dom+属性覆盖+cookie的方式自行实现翻译状态的管理*/
.goog-te-banner-frame{
	display:none
}
a{
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
a:hover{color: rgba(255, 255, 255, 1);}
.pagebox{
    position: relative;
    width: 1200px;
    margin: 0px auto;
}
img,video{max-width: 100%;}
/* header */
.header{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px #00000024;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header1-btns{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    display: block;
}
.header1-btns a{
    display: inline-block;
	position:relative;
	padding:0 10px;
	height:36px;
	line-height:36px;
    text-align: center;
    /*background-color: rgba(238, 238, 238, 1);
    color: rgba(51, 51, 51, 1);*/
	background-color: rgba(0, 169, 95, 1);
    color: rgba(255, 255, 255, 1); 
}
.header1-btns .header1-btns-ch{
	/*
    background-color: rgba(0, 169, 95, 1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px #00000080;
	*/
	/* margin: 0 -2px; */
	display: flex;
}
.header1-btns a:hover{
    background-color: rgba(0, 169, 95, 1);
    color: rgba(255, 255, 255, 1); 
}
.header-line{
    width: calc(50% + 280px);
    border-top: 1px solid #f0f0f0;
}
.header2 .pagebox{
    height: 60px;
}
.header2 a{
    justify-content: center;
    display: block;
    color: rgba(51, 51, 51, 1);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 17px;
}
.header2-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 890px;
}
.header2-list{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.header2-item{
    /* float: left; */
    /* width: 110px; */
    /* line-height: 60px; */
    text-align: center;
    font-size: 16px;
    /* padding: 10px; */
}
.header2-item p:hover{
    background-color: #008e50;
}
.header2-item:hover{
    background-color: #00a95f;
}
.header2-item:hover a{
    color: #ffffff;
}
.header2-item p:hover a{
    text-decoration: underline;
}
.header2-sub-list{
    height: 299px;
    display: none;
}
.header2-sub-item{
    /* line-height: 50px; */
    font-size: 14px;
    /* padding: 10px; */
}
.header2-sub-item a{color: #ffffff;padding: 10px 18px;}
.header2-sub-item a:hover{
    background-color: #008e50;
    text-decoration: underline;
}
.header2-bg{
    position: fixed;
    width: 100%;
    left: 0;
    top: 150px;
    height: 300px;
    background-color: rgba(0, 142, 80, 0.95);
    display: none;
    z-index: 9;
}
.header-search{
    position: absolute;
    right: 0;
    top: 50%;
    width: 290px;
    height: 40px;
    margin-top: -20px;
}
.header-search input{
    width: 224px;
    height: 40px;
    border: 1px solid #f0f0f0;
    padding: 0 10px;
}
.header-search-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00a95f;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
}
.header-search-btn img{
    width: 14px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 2px;
}
/* 反馈成功 */
.index-submint-box{
    position: fixed;
    left: 50%;top: 50%;
    width: 220px;height: 120px;
    margin-top: -60px;
    margin-left: -110px;
    background-color: #ffffff;
    border: 2px solid #60a9d7;
    border-radius: 4px;
    color: #707070;
    font-size: 20px;
    line-height: 120px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    display: none;
}
.index-submint-box img{
    width: 36px;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 4px;
}
.index-unsubmint{
    position: absolute;
    left: 50%;top: 50%;
    width: 300px;height: 40px;
    line-height: 40px;
    margin-left: -150px;
    background-color: rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    color: #948d8d;
    text-align: center;
    letter-spacing: 2;
    font-size: 16px;
    display: none;
}
/* footer */
.footer{
    background-image: url(../img/bg/HTB1xv2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    position: relative;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}
.footer1{
    padding: 40px 0;
}
.footer1-list{float: left;}
.footer1-item{
    float: left;
    width: 108px;
    margin-right: 40px;
}
.footer1-item > a{
    display: block;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.78);
    padding: 10px 0;
}
.footer1-sub-item{
    padding-top: 8px;
}
.footer1-right{
    float: right;
    margin-top: 10px;
}
.footer1-img1{
    width: 142px;height: 142px;
}
.footer1-img2 img{
    width: 43px;
    margin-top: 20px;
}
.footer2{
    border-top: 1px solid rgba(255, 255, 255, 0.78);
    padding: 20px 0;
}
@media screen and (max-width:767px){
    body{
        min-width: 300px;
    }
    .m-header{
        position: fixed;
        width: 100%;height: 50px;
        top: 0;
        left: 0;
        padding: 0 2%;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        background-color: #ffffff;
        z-index: 100;
    }
    .m-logo{
        max-width: 260px;
        width: 100%;
    }
    .crumb-btn {
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 1000;
    }
    .crumb-btn.active .crumb-s1,.footer-btn.active .crumb-s1{
        transform: rotate(45deg) translate(7px, 6px);
        background-color: #ffffff;

    }
    .crumb-btn.active .crumb-s2,.footer-btn.active .crumb-s2{
        opacity: 0;
    }
    .crumb-btn.active .crumb-s3,.footer-btn.active .crumb-s3{
        transform: rotate(-45deg) translate(5px, -4px);
        background-color: #ffffff;

    }
    .crumb-btn .crumb-s1,
    .crumb-btn .crumb-s2,
    .crumb-btn .crumb-s3 {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #07a33e;
        transform: rotate(0deg) translate(0, 0);
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out;
    }

    .crumb-btn .crumb-s2{
        margin: 5px 0;
    }
    .m-menu{
        position: fixed;
        width: 0;height: 0;
        /* min-width: 320px; */
        top: 0;left: 0;
        background-color: #07a33e;
        border-bottom-right-radius: 100px;
    }
    .m-menu-list{
        text-align: center;
        margin-top: 10vh;
        display: none;
    }
    .m-menu-item,.m-footer-item{
        margin: 20px 0;
    }
    .m-menu-item a,.m-footer-item a{
        color: #ffffff;
        font-size: 16px;
        font-family: Arial,"黑体";
    }
    .m-index-slide{
        width: 100%;
        padding-bottom: 62.5%;
        position: relative;
    }
    .m-index-slide iframe{
        position: absolute;
        top: 0;height: 0;
        width: 100%;height: 100%;
    }
    .m-footer{
        position: fixed;
        bottom: 0;left: 0;
        width: 100%;
        height: 60px;
        z-index: 10;
    }
    .m-foot-list{
        position: fixed;
        bottom: 0;left: 0;
        width: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
        z-index: 99;
    }
    .footer-btn{
        width: 20px;
    }
    .footer-btn .crumb-s1,.footer-btn .crumb-s2,.footer-btn .crumb-s3{
        display: block;
        width: 20px;
        height: 3px;
        background-color: #ffffff;
        transform: rotate(0deg) translate(0, 0);
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out;
    }
    .footer-btn .crumb-s2{
        margin: 4px 0;
    }
    .m-foot-first{
        display: flex;
        align-items: center;
        justify-content: center;   
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .m-foot-item{
        width: 25%;
        background-color: #07a33e;
        height: 60px;
    }
    .m-foot-item a{
        display: flex;
        height: 60px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .m-foot-item a img{
        margin-bottom: 2px;
    }
    .m-footer-nav{
        position: absolute;
        top: 0px;
        left: -50vw;
        width: 200vw;
        height: 74vh;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        background-color: #07a33e;
        text-align: center;
        z-index: 98;
    }
    .m-footer-list{
        text-align: center;
        margin-top: 10vh;
    }
    /* 黑色底栏 */
    .m-page-foot{
        background-color: #3e3e3e;
        font-size: 12px;
        margin-bottom: 60px;
        padding: 20px 4% 10px;
    }
    .m-page-foot div{
        color: #ffffff;
        line-height: 1.8;
    }
}



.header2-list::after,.footer1 .pagebox::after,.footer1-list::after{
    content: "";
    display: block;
    clear: both;
}


/*自定义按钮样式*/
.trans { 
	width: 40px; 
	height: 40px; 
	display: block; 
	background: url(js/trans.png) no-repeat center #000; 
	right: 20px; 
	//bottom: 30px; 
	position: fixed 
}



/*覆盖原有按钮样式*/
.goog-te-gadget{
	    font-family: "Microsoft yahei",sans-serif;
		position:absolute;
		top:0;left:0;
		width:100%;height:100%;
		
}
.goog-te-gadget-simple {
	    background-color: transparent !important;
	    border-left: 0px !important;
	    border-top: 0px !important;
	    border-bottom: 0px !important;
	    border-right: 0px !important;
	    font-size: 10pt !important;
	    display: inline-block !important;
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	    cursor: pointer !important;
	    zoom: 1 !important;
	    *display: inline !important;
		position:absolute;
		top:0;left:0;
		width:100%;height:100%;
		
	}
.translateSelectLanguage{
	display: flex;
	gap: 1rem;
	padding: 0rem 1rem;
}


