
/* 202016 头尾修改 */
.header{
    z-index: 10;
    width: 100%;
    transform: all .6s;
}
.header.on{
    position: fixed;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.header_top{
    background: #f5f5f5;
    height: 36px;
}
.header_tl{
    line-height: 36px;
}
.header_tl>img{
    max-width: 16px;
}
.head_trli{
    float: left;
    margin-left: 18px;
}
.head_trli>a,
.h_line{
    display: inline-block;
    vertical-align: middle;
}
.h_line{
    width: 1px;
    height: 14px;
    background: #dcdcdc;
    margin: 0px 10px;
}
.head_trli>a{
    font-size: 12px;
    color: #333333;
    line-height: 36px;
}
.header_topinf>img{
    vertical-align: baseline;
    max-width: 10px;
}
.language{
    padding-left: 26px;
    position: relative;
    background: url(../images/language.png) no-repeat 0px 0px;
    background-size: 32px auto;
    background-position:0 center;
}
.language>a{
    margin-left: 16px;
    text-transform: capitalize;
}
.head_trli>a:hover{
    color: #0b892e;
}
.header_topinf span{
    font-weight: bold;
    color: #1b9a3a;
}

/*  */
.header_cont{
    padding: 20px 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.header_nav {
    position: relative;
    height: 60px;
}
.header_nav ul>li{
	float: left;
	text-align: center;
    /* padding: 0px 15px; */
    padding: 0px 10px;
}
.logo2{
    margin-right: 69px;
}
.logo2 img{
    width: 362px;
    height: 60px;
}

.header_nav ul>li>a{
    line-height: 60px;
    font-size: 16px;
    color: #000000;
}

.curBg {
    background: #1b9a3a;
	height: 3px;
	position: absolute;
	bottom: 0;
	min-width: 32px;
	left: 0px;
}




.search{
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/search.png) no-repeat 0 0;
    background-size: 100% 100%;
    background-position:center center;
}

/* 尾 */
.footer{
    background: #1c721c;
}
.foot_top{
    width: 100%;
    min-height: 216px;
    /* overflow: hidden; */
    padding: 60px 0px 70px;
    
}
.foot_boot{
    height: 70px;
    border-top: 1px solid #498e49;
}
.ftop_lef>li>img{
    width: 153px;
    height: 60px;
}
.foot_top ul>li{
    float: left;
    margin-right: 70px;
}
.if_box>a{
    margin-right: 10px;
}
.foot_top ul>li>a,
.foot_top ul>li>span,
.fli_las>span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    transition: all .4s;
}
.foot_top ul>li a:hover{
    color: #fff;
    text-decoration: underline;
}
.fli_las{
    float: right !important;
    margin-right: 0 !important;
}
.fli_las>ul>li{
    float: left;
}
.ftop_rig>li{
    margin-right: 0 !important;
    margin-left: 20px;
   
}
.ftop_rig>li>a{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-bottom: 10px;
    position: relative;
}
.ftop_rig>li>a>img{
    max-width: 100%;
}
.ftop_rig>li:first-child{
    margin-left: 0;
}
.ftop_rig{
    margin-top: 20px;
    position: relative;
}

.f_boot_fl{
    font-size: 12px;
    color: #ffffff;
    line-height: 70px;
}
.f_boot_fl em{
    font-style:italic;
    text-transform: uppercase;
    margin: 0 15px 0 5px;
}
.f_boot_fr>a{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 12px;
    font-weight: bold;
    line-height: 70px;
    font-size: 12px;
    color: rgba( 255, 255, 255, 0.702 );
    position: relative;
}
.f_boot_fr>a:first-child::after{
    content: "";
    width: 1px;
    height: 11px;
    background:rgba( 255, 255, 255, 0.702 );
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr_dro{
    width: 239px;
    height: 146px;
    background-color: rgb( 242, 242, 242 );
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    border-radius: 5px;
    padding: 15px 0px;
    text-align: center;
    display: none
}
.ftop_rig>li:first-child a::before{
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f2f2f2;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.erli{
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    text-align: center;
}
.erli:first-child{
    margin-right: 15px;
}
.erli>img{
    max-width: 100%;
}
.erli>p{
    font-size: 12px;
    color: #1a1a1a;
    padding: 10px 0px;
}
.foot_top ul>li.sec{
    width: auto;
}

.foot_top ul>li:hover a::before{
    display: block;
}
.foot_top ul>li:hover .ftr_dro{
    display: block;
}


/*  */
.hfr_li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.hfr_li>a{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.hfr_li>a>span{
    font-size: 12px;
    color: #545454;
    line-height: 36px;
    vertical-align: middle;
    cursor: pointer;
}
.hfr_li>a:hover span{
    color: #fe0000;
}
/* 下拉三角框 */
.ht_drop{
    width: 147px;
    height: auto;
    border: 1px solid #ededed;
    position: absolute;
    right: -10px;
    top: 43px;
    border-radius: 4px;
    display: none;
    z-index: 1;
    background: #fff;
}
.ht_drop::before{
    content: "";
    border: 10px solid #ededed;
    width: 0;
    height: 0;
    position: absolute;
    border-top-color: transparent;
    bottom: calc(100% + 1px);
    border-left-color: transparent;
    border-right-color: transparent;
    right: 43px;
}
.ht_drop::after{
    content: "";
    border: 10px solid #ffffff;
    width: 0;
    height: 0;
    position: absolute;
    border-top-color: transparent;
    bottom: calc(100% - 1px);
    border-left-color: transparent;
    border-right-color: transparent;
    right: 43px;
}
.ht_drop>ul{
    padding: 9px;
}
.ht_drop>ul>li{
    width: 100%;
    height: 36px;
   
}
.ht_drop>ul>li span{
    font-size: 12px;
     color: #545454;
     line-height: 36px;
     vertical-align: middle;
}
.ht_drop>ul>li:hover,
.ht_drop>ul>li.on{
    background: #f2f2f2;
}
.ht_drop>ul>li a>img{
    display: inline-block;
    margin: 0 10px;
}
.i_jta{
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../images/i_jta.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.hfr_li.dro:hover .ht_drop{
    display: block;
}
.search_box{
    margin-top: 22px;
    /* position: relative; */
}





/*  */
.search_cont{
    border: 1px solid red;
    /* display: none; */
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 2;

    border: 1px solid red;
    background-color: #f6f6f6;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    border-top: 1px solid #e5e5e5;
    z-index: 10;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    cursor: default;
    display: none;
}
.search_dropdown{
    text-align: center;
    padding: 120px 0px;
    position: relative;
}
.sea_ss,
.sea_inp{
    display: inline-block;
    vertical-align: middle;
}
.sea_ss{
    line-height: 42px;
    margin-right: 20px;
}
.sea_ss>span{
    font-size: 32px;
    line-height: 38px;
    margin: 0px 0px 16px 0px;
    font-weight: bold;
   
}
.sea_inp{
    width: 48%;
    position: relative;
}
.sea_inp>input{
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 0px 40px 0px 10px;
    /* background: url(../images/search.png) no-repeat right 10px center;
    background-size: 16px 16px; */

}
.sea_inp button{
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background:transparent;
    cursor: pointer;
}


.sea_close{
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}