﻿
footer{ }
.footer-box{ width: 100%; height: auto; color: #FFFFFF; background: url(../images/footerbg.png) no-repeat center; background-size:cover; padding: 60px 0;}

.footer-box-left{ max-width: 320px;}
.footer-box-left h2{ color: #FFFFFF; font-size: 1.3rem; line-height: 24px; margin-bottom: 20px;}

.footer-box-left-share{ padding-top: 25px;}
.footer-box-left-share a{ display: block; margin-right: 5px;}



.footer-box-menu{}
.footer-box-menu dl{ padding: 0 75px;}
.footer-box-menu dl dt{ font-family: myFirstFont1; color: #FFFFFF; font-size: 1.3rem; line-height: 24px; margin-bottom: 20px;}
.footer-box-menu dl dd a{ display: block; color: #FFFFFF; line-height: 28px; background: url(../images/flinks.png) no-repeat left center; padding-left: 15px;}
.footer-box-menu dl dd a:hover{ color: #FFDD00;}

.footer-box-right{ max-width: 260px;}
.footer-box-right h2{ color: #FFFFFF; font-size: 1.3rem; line-height: 24px; margin-bottom: 20px;}
.footer-box-right p{ margin-bottom: 12px;}
.footer-box-right dl{ line-height: 24px; margin-bottom: 6px;}
.footer-box-right dl dt{ width: 14px; padding-top: 5px;}
.footer-box-right dl dd{ width: calc(100% - 14px); padding-left: 8px;}
.footer-box-right dl dd a{ color: #FFFFFF;}
.footer-copy{ width: 100%; background: #f9f9f9; padding: 12px 0; line-height: 30px;}

.footer-service{  margin: 30px auto; background: #FFFFFF; box-shadow: 0px 0px 16px 1px rgba(27,58,125,0.08); border-radius: 8px; padding: 30px 0;}

.footer-service dl{ width: 25%; border-right:2px solid #EEEEEE;}
.footer-service dl:last-child{ border-right: none;}
.footer-service dl dd{ padding-left: 15px;}
.footer-service dl dd b{ display: block; line-height: 24px; font-size: 1.2rem;}
.footer-service dl dd p{ line-height: 20px;}

.fposi{ display: none;}
.optain{ display:none;}

.customerList{ width:60px; height:auto; position: fixed; right: 0; top: 30%; z-index:999; }
.customerList a b{ display: block; color: #FFFFFF !important; font-size: 14px; line-height: 21px; font-weight: normal;}

.customerBox{ width: 60px; height: auto;  }
.customerBox a{ display: block; text-align: center; position: relative; width: 60px; height: 60px; line-height:60px; color:#fff; margin-bottom:1px; font-size:1.8rem; background: #4d6bff; border-radius: 6px  0px  0px  6px; }
.customerBox a.fa-teams{background: #c857f2 url(../images/teams.png) no-repeat; }
.customerBox a.fa-teams:hover{background: #c857f2 url(../images/teams.png) no-repeat;}
.customerBox a:hover{ text-decoration:none; background:#c857f2;}
.customerBox a .eso_divinfo{ display:none; position:absolute;  right:60px; top:0; min-width:260px; background:#fff; color:#0359d8; font-size:1rem;  box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); padding:10px; border-radius:6px; }
.customerBox a .eso_divinfo:before{
    content:""; position:absolute; right:-12px; top:50%; margin-top:-12px; 
width:0;
height:0;
border-top:12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #fff;
}
.customerBox a:hover .eso_divinfo{ display: block;}
.customerBox a:hover .eso_divinfo img{ width:150px; height:150px;}


@media (max-width: 768px) {

.footer-service{ display: none;}
.footer-box{ display: none;}
.footer-copy{ width: 100%; margin-bottom: 70px;}
.footer-copy span{ display: block; text-align: center; line-height: 24px;}
.footer-copy em{ display: none;}

.fposi{ width:100%; height:70px; background:#4d6bff; position:fixed; left:0; bottom:0; display:block; z-index:999;}
.fposi a{ display:block; float:left; text-align:center; width:25%; height:70px; color:#fff !important; border-right:1px solid #eee;  box-sizing: border-box; }
.fposi a:last-child{ border:none}
.fposi a img{ width:30px; height:auto; padding-top:8px;}
.fposi a p{ line-height:32px; font-size:0.9rem}
.customerList{ display: none;}


.optain{ display:none; background:rgba(0,0,0,.5); width:100%; height:100%; position:fixed; left:0; top:0; z-index:999;}
.optain-close{ width:27px; height:27px; background:url(../images/close.png) no-repeat; cursor:pointer; position: absolute; right:20px; top:120px;}
.optain-search{width:100%; height:100%; }
.optain-search-box{ width:94%; margin:0 auto;}
.optain-search-box input{ width:80%; height:42px; line-height:42px; background:#fff; border-radius:4px 0 0 4px; border:none; padding:0 15px; font-size:0.9rem;}
.optain-search-box button{ width:20%; height:42px; line-height:42px; background:#4d6bff; border-radius:0 4px 4px 0; color:#fff; font-size:1rem; border:none;}



}