﻿
/*footer*/
.footer{width: 100%; height: 730px; background: url(../images/footer.jpg) no-repeat center center;}
.footerMain{overflow: hidden;}
.f-one{display: flex; display: -ms-flexbox; justify-content:space-between; -ms-justify-content:space-between; margin-top: 50px;}
.f-search{margin-top: 80px;}
.f-search h1{font-size: 34px; color: #fff; margin-bottom: 30px;}
.input_txt{width: 400px; height: 45px; line-height: 45px; padding-left: 10px; font-size: 16px; color: #999; outline: none; opacity: .9;}
.input_btn{width: 110px; height: 48px; line-height: 48px; font-size: 16px; color: #fff; background: rgba(51,149,244,.9); border: none; margin-left: 6px; cursor: pointer;}
.input_btn:hover{background: rgba(231,0,18,1);}
.f-btn{width: 596px; height: 324px; display: flex; display: -ms-flexbox; justify-content:space-between; -ms-justify-content:space-between;}
.f-btn ul{width: 324px; display: flex; display: -ms-flexbox; justify-content:space-between; -ms-justify-content:space-between; flex-wrap:wrap; -ms-flex-wrap:wrap;}
.f-btn ul li{width: 157px; height: 157px; background: rgba(51,149,244,.9); margin-bottom: 10px; display: flex; display: -ms-flexbox; flex-direction:column; -ms-flex-direction:column; justify-content:center; -ms-justify-content:center; align-items:center; -ms-align-items:center; transition: all 0.1s;}
.f-btn ul li:hover{background: rgba(231,0,18,1); cursor: pointer; }
.f-btn ul li img{margin-bottom: 10px;}
.f-btn ul li span{width: 120px; line-height: 20px; text-align: center; color: #fff;}
.services-img{width: 262px; height: 324px; opacity: .8; }
.f-two{display: flex; display: -ms-flexbox; justify-content:space-between; -ms-justify-content:space-between; margin-top: 40px;}
.f-two li{width: 25%; }
.f-two li h3{font-size: 15px; color: #fff; margin-bottom: 22px;}
.f-two li a{font-size: 13px; color: #fff; line-height: 28px; display: block;}
.f-two li a:hover{color: #bbb;}
.copyright{height: 55px; line-height: 55px; font-size: 12px; color: #bbb; margin-top: 25px;}
.copyright span{padding-right: 20px;}
.copyright a{padding-right: 20px; color: #bbb;}