
.footer {
    width: 100%;
    background: #323232;
}
.footer_nr {
	position:relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 20px;
}
.footer_nr li {
    float: left;
    min-width: 160px;
}
.footer_nr li:nth-child(2){
    margin-left: 100px;
}
.footer_nr li:nth-child(3){
    min-width: 240px;
}
.footer_nr_fg {
    border-right: 1px solid #2e2d2d;
    margin-right: 10px;
    padding-right: 10px;
}
.ft_logo {
    margin-bottom: 15px;
    /* margin-right: 25px; */
}
.ft_logo img {
    margin-right: 10px;
}
.ft_tel {
    background: url('../images/new/headfoot/ft_tel.png') no-repeat 2px 5px;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.ft_li_pd {
    margin: 0 20px 10px 80px;
    width: 690px;
}
.ft_li_pd h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-indent: -20px;
    margin-top: 10px;
}
.ft_li_pd p {
    width: 138px;
    float: left;
    font-size: 14px;
    margin-bottom:8px;
}
.ft_li_pd a,.ft_li_pd span {
    color: #cfd0d0
}
.ft_2wm {
    float: right;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -8px;
    right: 0;
}
.ft_2wm img{
    width:170px;
}
.mask {
    width: 170px;
    height: 0;
    position: absolute;
    top: 0;
    left:6px;
    display: inline-block;
    background: rgba(26,132,190,.3);
    border-bottom: 3px solid #4AB86A;
    animation: move 5s linear infinite;
    -webkit-animation: move 5s linear infinite;
    -moz-animation: move 5s linear infinite;
    -o-animation: move 5s linear infinite;
    -ms-animation: move 5s linear infinite;
}
@keyframes move{from{height:0}
    to{height:170px}
}
@-webkit-keyframes move{from{height:0}
    to{height:170px}
}
@-moz-keyframes move{from{height:0}
    to{height:170px}
}
@-o-keyframes move{from{height:0}
    to{height:170px}
}

.ft_li_span {
    display: block;
    color: #cfd0d0;
    font-size: 12px;
    margin-top:6px;
}
/*.service-slider {
    width: 135px;
    height: 70px;
    background: url('../images/new/headfoot/service_slider.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    bottom: 80px;
    z-index: 30;
    display: none;
    cursor: pointer;
}
.fixed-side {
    position: fixed;
    right: 6px;
    top: 20%;
    width: 72px;
    z-index: 999;
}
.fixed-side .interaction .inter .active {
    background: #01b1cb;
}
.fixed-side .interaction .inter {
    width: 70px;
    height: 70px;
    border: 1px solid #00c1de;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    float: right;
}
.fixed-side .inter {
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.fixed-side .inter.tel span {
    background: url('../img/1.png') no-repeat center;
}
.fixed-side .interaction .inter span {
    width: 40px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.5s;
}
.fixed-side .inter.active p, .fixed-side .inter:hover p {
    color: #fff;
}
.fixed-side .interaction .inter p {
    font-size: 14px;
    color: #00c1de;
}
.fixed-side .inter.phone .phone-det, .fixed-side .inter .contact-det {
    text-align: left;
    box-sizing: border-box;
    height: 70px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    padding: 14px;
    transition: 1s;
    display: none;
}
.fixed-side .inter .contact-det {
    width: 232px;
    background: #00c1de url('../images/new/headfoot/tel.png') no-repeat 180px center;
}
.fixed-side .inter .contact-det strong {
    font-size: 20px;
}
.fz16 {
    font-size: 16px !important;
}
.fixed-side .inter.online span {
    background: url('../img/2.png') no-repeat center;
}*/

.footer-tiyan{
    position:relative;
    background:#00C1DE;
    min-height:116px;
}
.footer-tiyan a{
    position: relative;
    z-index: 2;
    box-sizing:border-box;
    border: none;
    color: #00C1DE;
    background-color: #fff;
    padding: 8px 28px;
    margin-bottom:20px;
    height: 36px;
    display: inline-block;
    font-size: 16px;
    line-height:20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-tiyan span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image:url("../images/new/headfoot/foot-tiyan.svg");
    background-position: 0px -19.2px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
}
.footer-tiyan p{
    padding-top: 20px;
    font-size:18px;
    letter-spacing:2px;
}
.footer-tiyan p b{
    color:#f4e70f;
}
/*ä¿ƒé”€æ´»åŠ¨*/
.sale-position{
    position:fixed;
    left:0;
    bottom:10%;
    z-index:10;
}
.sale-position .iconfont{
    position:absolute;
    right:0;
    top:0;
    z-index:2;
    display:inline-block;
    padding:10px;
    cursor:pointer;
}
.licenseox{
    text-align: center ;
    margin-top:2px;
    padding-bottom:5px;
}
.licenseox img{
width: 34px;
height: 37px;
cursor: pointer;
}