* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    letter-spacing: 3px;
}

body{
    background-color: #f5f6f7;
}

.lf {
    float: left;
}

.rg {
    float: right;
}


/*
* 头部
*/
.head {
    width: 100%;
    height: auto;
    overflow: auto;
    zoom: 1;
    min-width: 1400px;
}

.head .center {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    overflow: auto;
    zoom: 1;
}

.head .center .welcome {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e1e1e1;
	
}

.head .center .welcome p {
    line-height: 30px;
    color: #888888;
    font-size: 14px;
	letter-spacing: 0px;
}

.head .center .xl-row {
    width: auto;
    overflow: auto;
    zoom: 1;
    height: 83px;
}

.head .center .xl-row .logo {
    width: 348px;
    height: 53px;
    margin: 15px 0;
    padding-right: 150px;
}

.head .center .xl-row .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.head .center .xl-row .search {
    width: 456px;
    height: 46px;
    margin: 15px;
    border: 2px solid #336699;
    border-radius: 3px;
    background-color: #ffffff;
}

.head .center .xl-row .search input[type = text] {
    width: 416px;
    line-height: 46px;
    border: none;
    text-indent: 10px;
    font-size: 14px;
}

.head .center .xl-row .search button[type = submit] {
    color: #336699;
    border: none;
    background: none;
    font-size: 22px;
    line-height: 46px;
    margin-right: 10px;
    transition: .3s;
}

.head .center .xl-row .search button[type = submit]:hover {
    color: #36b6f6;
}

.head .center .xl-row .contact {
    width: auto;
    max-width: 380px;
    height: 50px;
    margin: 15px 0;
}
.head .center .xl-row .contact .call{
    width: auto;
    max-width: 380px;
    height: 50px;
}
.head .center .xl-row .contact .call p {
    line-height: 25px;
    font-size: 18px;
    color: #333333;
    text-align: right;
}
.head .center .xl-row .contact .call p i {
    font-size: 20px;
}

.head .center .xl-row .contact .call p.one {
    color: #e92722;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}

/*
* 导航栏
*/
.nav {
    width: 100%;
    height: 45px;
    min-width: 1400px;
    background: #336699;
}

.nav ul {
    margin: 0 auto;
    width: 1400px;
    height: 45px;
}

.nav ul li {
    float: left;
    width: 127.272727px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .3s
}

.nav ul li:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #ffffff;
    left: 51%;
    right: 51%;
    bottom: 0;
    transition: all .2s;
}

.nav ul li:hover:after {
    left: 0;
    right: 0;
}

.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}

.nav ul li > ul.child {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 381.818181px;
    height: auto;
    z-index: 2;
    background: rgba(51, 103, 153, .8);
}

.nav ul li > ul.child > li {
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .3s
}

.nav ul li > ul.child > li:hover{
    background: rgba(51, 103, 153, .9);
}

.nav ul li > ul.child > li:after {
    content: "";
    border-bottom: 0;
}

.nav ul li:hover ul.child {
    display: block;
}

/*
* Bottom
*/
.bottom {
    height: auto;
    background: #333333;
    min-width: 1400px;
    position: relative;
}

.bottom .center {
    margin: 0 auto;
    padding: 40px 0;
    width: 1400px;
    height: 170px;
}
.bottom .center > .foot-logo {
    width: 300px;
    height: auto;
    padding-right: 50px;
    border-right: 1px solid #585858;
}
.bottom .center > .foot-logo > img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 53px;
}
.bottom .center > .middle {
    width: 400px;
    height: 170px;
    padding: 0 40px;
}
.bottom .center > .middle > ul {
    width: 400px;
    height: 170px;
}
.bottom .center > .middle > ul > li {
    float: left;
    width: 70px;
    padding:0 15px;
    height: auto;
    max-height: 170px;
}
.bottom .center > .middle > ul > li > span {
    color: white;
    font-size: 14px;
    font-weight: bolder;
}
.bottom .center > .middle > ul > li > span > a {
    color: white;
}

.bottom .center > .middle > ul > li > ul {
    padding-top: 5px;
    width: 80px;
    height: auto;
}
.bottom .center > .middle > ul > li > ul > li {
    font-size: 12px;
    line-height: 20px;
}
.bottom .center > .middle > ul > li > ul > li > a {
    color: #ccc;
    transition: .3s;
}
.bottom .center > .middle > ul > li > ul > li > a:hover{
    color: #ffffff;
}
.bottom .center > .contact {
    padding:0 50px;
    width: 288px;
    height: auto;
    border-left: 1px solid #585858;
}
.bottom .center > .contact span {
    color: #ffffff;
    font-size: 14px;
}
.bottom .center > .contact > p.contact {
    padding-top: 5px;
    color: #e1e1e1;
    line-height: 25px;
    font-size: 15px;
}
.bottom .center > .contact > p.serviceTime {
    color: #ccc;
    line-height: 20px;
    font-size: 12px;
}
.bottom .center > .contact > .OnlineService{
    margin-top: 10px;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #e92722;
    border: 1px solid #f08300;
    transition:all .3s ease-in;
}
.bottom .center > .contact > .OnlineService > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    transition:all .3s ease-in;
}
.bottom .center > .contact > .OnlineService > a > i {
    margin-right: 5px;
}
.bottom .center > .contact > .OnlineService:hover {
    background-color: #ff241e;
}


.bottom .center > .qr {
    padding-left: 50px;
    width: 129px;
    height: auto;
    border-left: 1px solid #585858;
}
.bottom .center > .qr > p {
    color: white;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.bottom .center > .qr > img {
    display: block;
    width: 100%;
    height: 100%;
}
.bottom .copyright {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background: #3e4149;
}
.bottom .copyright  {
    height: auto;
}
.bottom .copyright  > p {
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 12px;
}
.bottom .copyright  > p > a {
    color: white;
    transition: .3s;
}
.bottom .copyright  > p > a:hover{
    color: #e92722;
}

/*
* 侧边栏
*/
.sidebar {
    position: fixed;
    top: 180px;
    right: 20px;
    width: 110px;
    height: auto;
    z-index: 999;
}
.sidebar > .main {
    width: 90px;
    height: auto;
    background-color: #ffffff;
    /*box-shadow: 1px 1px 1px rgba(3, 0, 0, .04);*/
    border: 1px solid #e1e1e1;
    padding:0 10px;
}
.sidebar > .main > .Online_Row {
    padding: 10px 0;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ecedef;
}
.sidebar > .main > .Online_Row:last-child{
    border-bottom: none;
}
.sidebar > .main > .Online_Row > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
}
.sidebar > .main > .Online_Row > a > .OVO{
    width: 100%;
    height: auto;
}
.sidebar > .main > .Online_Row > a > .OVO >  img {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 7.25px;
}
.sidebar > .main > .Online_Row > a > .OVO > p {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
    color: #000000;
}
.sidebar > .main > .Online_Row > a > .OVO > p.sj {
    letter-spacing: 1.5px;
}
.sidebar > .main > .Online_Row > a > img.qr {
    display: block;
    width: 90px;
    height: 90px;
}
