﻿@charset "utf-8";
 
.footer-bg {background-color: #1c9595;clear:both;}
.footer{width: 1200px; margin: 0 auto; overflow: hidden; clear: both; padding: 10px 0 30px}
.footer-links{ margin: 20px 0 ; overflow: hidden;}
.footer-links ul li{display: block; float: left; width: 18.4%; margin-right: 2%; text-align: center; height: 50px; line-height: 50px; border: 1px solid #3db2b2; font-size: 16px;position: relative; opacity: .999;}
.footer-links ul li:last-child{ margin-right: 0; }
.footer-links ul li a{color: #fff; display: block;}
/*.footer-links ul li a:hover{background: #3db2b2}*/

.footer-info{clear: both;}
.footer-info .address{float: left; color: #fff; line-height: 24px}

.footer-info .tel{float: right; width: 300px; color: #fff ; margin-top: 30px}
.footer-info .tel i{float: left;  font-size:60px; margin-right: 10px; line-height: 60px}
.footer-info .tel p{font-size:16px; margin-top:-3px;}
.footer-info .tel p:last-child{font-size:31px; font-family: arial;}

.page{ display: flex; display: -webkit-flex; text-align: center; align-items:center; justify-content: center; clear: both; margin:10px 0 40px}
.page ul li{float: left; padding: 8px 15px; border: 1px solid #ddd; border-right: none; background: #fff}
.page ul li:last-child{border-right: 1px solid #ddd;border-radius:0 2px 2px 0;}
.page ul li:first-child{border-radius:2px 0 0 2px;}
.page ul li a{display: block;}
.page ul li:hover,.page ul li.select{background: #3db2b2; color: #fff;}
.page ul li:hover a,.page ul li.select a{color: #fff}

