@charset "utf-8";

.ft {
    border-top: 1px solid #e3e3e3;
}
.ft .ft_top{border-top:solid 1px #666666;}
.ft .ft_top div p{float:left;}
.ft .ft_top div p a{line-height:55px; color:#666666;}
.ft .ft_top div > div{float:right;}
.footer {display: flex;align-items: center;}
.ft .ft_bottom{padding:30px 0;background-color: white;}
.ft .ft_bottom .ft_left{float:left;width: 100%;}
.ft .ft_bottom .table1{width: 100%;}
.ft .ft_bottom .ft_right{float:right;text-align:right;display: flex;flex-direction: row;align-items: baseline;}
.ft .ft_bottom .ft_right ul {display: flex;align-items: center;}
.ft .ft_bottom .ft_right ul li {padding-left: 1em;cursor: pointer;}
.ft .ft_bottom h4{
    font-size: 16px;
    font-weight: bold;
    color: #e4e4e4;
    margin-bottom: 30px;
    /* background-image: url(/img/logo/bottom_logo.png); */
    background-repeat: no-repeat;
    display: table;
    float: left;
    width: 304px;
    height: 51px;
    margin-top: 1em;
    margin-right: 6em;
    font-size: 2em;
    color: gray;
    }
.ft .ft_bottom p{font-size: 14px;
    color: #e2e2e2;
    line-height: 20px;
    font-weight: 200; }
.ft .ft_bottom p a{color:#6f6f6f; font-weight:bold; font-size:15px;}
.ft .ft_bottom span{    font-size: 16px;
    color: #444444;
    display: inline-block;
    margin-top: 15px;}

.ft_left ul.menu {/* margin-bottom: 1em; */ display: table;width: 100%;}
.ft_left ul.menu li{    float: left;
    padding: 0 3.5em;
    /* border-right: 1px solid #fff; */
    position: relative; }
.ft_left ul.menu li::after{
	            /* content: ""; */
    display: block;
    width: 0;
    height: 11px;
    border-left: 1px solid #a0a0a0;
    margin: 0px 0px 0px 0;
    position: absolute;
    top: 6px;
    right: 0px;
	}
.ft_left ul.menu li:nth-child(1) {padding-left:0;}
.ft_left ul.menu li:nth-last-child(1)::after{border-left:0;}
.ft_left ul.menu li a{color: #2d2d2d;
    font-weight: 400;}

.ft_left ul.copy {
    margin-bottom: 1em;
    /* clear: both; */
    display: table;
    width: 53%;
    }
.ft_left ul.copy li{        float: left;
    padding: 0 0.7em;
    /* border-right: 1px solid #fff; */
    position: relative;
    color: #484848;
    font-size: 1em;
    font-weight: 300; }
.ft_left ul.copy li::after{
	            /* content: ""; */
    display: block;
    width: 0;
    height: 11px;
    border-left: 1px solid #a0a0a0;
    margin: 0px 0px 0px 0;
    position: absolute;
    top: 6px;
    right: 0px;
	}
.ft_left ul.copy li:nth-child(1) {padding-left:0;}
.ft_left ul.copy li:nth-last-child(1)::after{border-left:0;}
.ft_left ul.copy li.clear {clear:both; padding-left: 0;}
.ft_left ul.copy li span {    margin: 0;
    font-weight: 400;
    color: #292929;
    padding-right: 0.5em;}
.ft_left ul.copy li a{color: #fff; 
    font-weight: 100;}
.design_by {font-size:10px; font-family:verdana; color:#838282;text-align:center;}
.tail_line {border-top:1px solid #ccc; width:100%;}
.tail_flex {display: flex;}
.hotline {text-align: center;}
.hotline li{font-weight: 400;line-height: 1.6em;}
.hotline li:nth-child(2){color: #ff7e00;font-weight: 700;font-size: 1.4em;}
.ft .ft_bottom .ft_right li {
    padding-left: 0.5em;
}
@media screen and (max-width: 1000px) { 
	.footer {width:90%;display: flex;flex-direction: column;align-items: center;}
	.ft .ft_bottom .ft_left{float: unset;/* width: 100%; */}
	.ft .ft_bottom h4 {float: none;
    margin: 0 auto;margin-top: 2em;background-size: 90%;display: none;}
	.sub_all {
    clear: both;
    width: 95%;
    margin: 0 auto;
	}

	.ft .ft_bottom p {
    text-align: center;
	}
	.ft .ft_bottom span {    text-align: center;
    width: 100%;}
    .ft .ft_bottom .ft_right {
    float: none;
	padding-top: 1em;}
	.ft_left ul.menu {/* margin: 0 auto; *//* margin-bottom: 1em; */display: flex;flex-wrap: wrap;justify-content: flex-start;}
	.ft_left ul.menu li {padding-left:0;padding-right: 0.56em;letter-spacing: -1px;}
	.ft_left ul.menu li::after {display:none;}
	.ft_left ul.menu li:nth-child(3)::after {display:none;}
	.ft_left ul.menu li:nth-child(4) {clear:both;}
	.ft_left ul.copy {
    margin: 0 auto;
    width: 94%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
	.ft_left ul.copy li {float: none;padding:0;padding-right: 1em;}
	.ft_left ul.copy li:nth-child(1) {}
	.ft_left ul.copy li:nth-child(2) {letter-spacing: -1px;}

	.ft_left ul.copy li span {
    /* float: left; */
    /* width: 17%; */
    text-align: left;
    padding: 0;
    display: unset;
    }
    .ft_left ul.copy li::after {display:none;}
    .ft .ft_bottom h4 {/* background-position-x: center; */     /* height: 64px; */}
    .design_by {
    text-align: center;
    width: 100%;
    display: table;
	}
	.tail_flex {display: flex;flex-direction: column-reverse;align-items: center;}
	.hotline {margin-bottom:1em}
}