<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body{
	width:100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.8 'Raleway-Regular', Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
body, td, th {
	color:#2b2b2b;
	line-height: 24px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Raleway-Regular, Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;} 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#2b2b2b;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #132a87;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin: 30px 0;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mtb70{
	margin: 70px 0;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.pt30{
	padding:30px 0 0 0;
}
.pt40{
	padding:40px 0 0 0;
}
.pt60{
	padding:60px 0 0 0;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding:80px 0 0 0;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.ptb120{
	padding:120px 0;
}
.ptb180{
	padding:180px 0;
}
.font48{
	font-size: 48px;
	line-height: 48px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
	line-height: 36px;
}
.font32{
	font-size: 32px;
	line-height: 32px;
}
.font30{
	font-size: 30px;
	line-height: 30px;
}
.font28{
	font-size: 28px;
}
.font24{
	font-size: 24px;
}
.font18{
	font-size: 18px;
	line-height: 30px;
}
.font16{
	font-size: 16px;
	line-height: 30px;
}
.indent{
	text-indent: 2em;
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #e6212a;
}
.hui{
	color:rgba(255, 255, 255, .5);
}
.hui a{
	color:rgba(255, 255, 255, .5);
}
.hui a:hover {
	color: #fff;
}

@media (max-width: 1280px) {
	.wrap{
		width: 94%;
	}
	.mt20{
		margin-top: 2%;
	}
	.mt30{
		margin-top: 3%;
	}
	.mtb30{
		margin: 3% 0;
	}
	.mt40{
		margin-top: 4%;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mtb60{
		margin: 6% 0;
	}
	.mtb70{
		margin: 7% 0;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin: 9% 0;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding:3% 0 0 0;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding:4% 0 0 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding:8% 0 0 0;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding:9% 0 0 0;
	}
	.ptb90{
		padding:9% 0;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt120{
		padding-top:12%;
	}
	.ptb120{
		padding:12% 0;
	}
	.pt130{
		padding-top:13%;
	}
	.pt180{
		padding-top:18%;
	}
	.ptb180{
		padding:18% 0;
	}
	.font48{
		font-size: 42px;
		line-height: 42px;
	}
	.font42{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 992px){
	.font48{
		font-size: 36px;
		line-height: 36px;
	}
	.font42{
		font-size: 32px;
		line-height: 32px;
	}
	.font40{
		font-size: 32px;
	}
	.font36{
		font-size: 24px;
		line-height: 24px;
	}
	.font32{
		font-size: 20px;
		line-height: 24px;
	}
	.font30{
		font-size: 20px;
		line-height: 24px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.font48{
		font-size: 30px;
		line-height: 30px;
	}
	.font42{
		font-size: 24px;
		line-height: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 16px;
	}
	.font26{
		font-size: 16px;
	}
	.font24{
		font-size: 16px;
	}
	.font18{
		font-size: 16px;
		line-height: 24px;
	}
	.font16{
		font-size: 14px;
		line-height: 24px;
	}
}

/* header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 80px;
	background: #ffffff;
}
header.fixed{
	position: fixed;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .header-logo{
  width: 215px;
  height: 80px;
  display: flex;
  align-items: center;
}
header .header-logo img{
	width: 100%;
	display: block;
}
header .lan{
  width: 83px;
  height: 22px;
  margin: 28px 0;
  position: relative;
}
header .lan:before{
  content: "";
  width: 81px;
  height: 20px;
  border: 1px #bdc2be solid;
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
header .lan:after{
  content: "";
  width: 1px;
  height: 10px;
  background: #bdc2be;
  position: absolute;
  left: 41px;
  top: 50%;
  margin-top: -5px;
}
header .lan ul{
  position: relative;
  z-index: 1;
}
header .lan li{
  width: 40px;
  padding-left: 1px;
  height: 22px;
  line-height: 22px;
  float: left;
  text-align: center;
  font-size: 12px;
  position: relative;
}
header .lan li:nth-child(2){
  float: right;
  padding-left: 0;
  padding-right: 1px;
}
header .lan li.active a{
  color: #f70700;
}
header .lan li:nth-child(1).active:before{
	content: "";
	width: 39px;
	height: 20px;
	position: absolute;
	border: 1px #f70700 solid;
	border-right: none;
	border-radius: 11px 0 0 11px;
	left: 0;
	top: 0;
}
header .lan li:nth-child(2).active:before{
	content: "";
	width: 39px;
	height: 20px;
	position: absolute;
	border: 1px #f70700 solid;
	border-left: none;
	border-radius: 0 11px 11px 0;
	right: 0;
	top: 0;
}
header .lan a{
	position: relative;
	z-index: 1;
	display: block;
}
header .search_box{
  width: 28px;
  height:80px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
header .search_box:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #eee;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .search_box .zoom{
  float: right;
  line-height: 80px;
  display: block;
  text-align: center;
}
header .search_box .zoom.hoverheader .search_box .zoom:hover{
  color: #132a87;
}
header .search_box form{
  width: 300px;
  height: 28px;
  position: absolute;
  top:80px;
  right: 0;
  background: #fff;
  padding:10px;
  opacity: 0;
  visibility: hidden;
}
header .search_box:hover form{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 200ms linear;
  -moz-transition:all 200ms linear;
  -o-transition:all 200ms linear;
  transition:all 200ms linear;
}
header .search_box form .s_txt{
  width: 220px;
  float: left;
  height: 26px;
  border:1px #ddd solid;
  outline: none;
  padding:0 10px;
}
header .search_box form .s_btn{
  width: 50px;
  float: right;
  background: #132a87;
  color: #fff;
  outline: none;
  border:none;
  cursor: pointer;
  height: 26px;
}
header .nav_trigger{
  width: 36px;
  height: 24px;
  border: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin:28px 0;
  display: none;
}
header .nav_trigger:focus{outline:0}
header .nav_trigger .icon-bar{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;background-color:#fff}
header .nav_trigger .icon-bar{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;z-index:999999}
header .nav_trigger .icon-bar{display:block;margin:8px 0 0 0;width:36px;height:2px;background-color:#3d3d3d}
header .nav_trigger .icon-bar:first-child{margin-top: 0;}
header .nav_trigger.drop .icon-bar{-webkit-transition:all .5s ease;z-index: 10;}
header .nav_trigger.drop .icon-bar{display:block;background:#3d3d3d;}
header .nav_trigger.drop .middle{width:0;vertical-align: hidden;}
header .nav_trigger.drop .top{-webkit-transform:translateY(11px) rotateZ(45deg);}
header .nav_trigger.drop .bottom{-webkit-transform:translateY(-9px) rotateZ(-45deg);}
header .mb-lan{
	line-height: 80px;
	display: none;
	margin-right: 20px;
}
header .mb-lan i{
	font-size: 36px;
}
header .nav{
  height:80px;
}
header .nav li{
  float: left;
}
header .nav a{
  display: block;
}
header .nav &gt; ul &gt; li{
  padding: 0 25px;
  height:80px;
  text-align: center;
}
header .nav &gt; ul &gt; li &gt; a{
  line-height:80px;
  font-size: 15px;
}
header .nav &gt; ul &gt; li &gt; a &gt; i.mb_arrow{
  display: none;
  float: right;
}
header .nav &gt; ul &gt; li:last-child &gt; a{
  background: none;
}
header .nav &gt; ul &gt; li.current,header .nav &gt; ul &gt; li:hover{
  background: url(../img/line1.png) no-repeat center bottom;
}
header .nav &gt; ul &gt; li.current &gt; a,header .nav &gt; ul &gt; li:hover &gt; a{
  color: #132a87;
}
header .nav &gt; ul &gt; li.current &gt; a &gt; i.arrow,header .nav &gt; ul &gt; li:hover &gt; a &gt; i.arrow{
  background: url(../img/nav_arrow1.png) no-repeat center;
  background-size: cover;
}
header .nav &gt; ul &gt; li &gt; .nav_second{
  width: 100%;
  position: absolute;
  top:80px;
  left:0;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 48px 0;
  border-top: 1px #eee solid;
}
header .nav &gt; ul &gt; li &gt; .nav_second &gt; div{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_img{
	width: 24%;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list{
	width: 36%;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list &gt; li{
  width: 46%;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list &gt; li:nth-child(2n){
  float: right;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list &gt; li &gt; a{
  border-bottom: 1px #eee solid;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
  text-align: left;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list &gt; li:hover &gt; a{
  color: #132a87;
  border-color: #132a87;
}
header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_desc{
  width: 34%;
  padding-left: 3%;
  border-left: 1px solid #e5e5e5;
  text-align: left;
  box-sizing: border-box;
}
header .nav form{
  width: 94%;
  padding:16px 0;
  display: none;
  margin: 0 auto;
  overflow: hidden;
}
header .nav form .s_txt{
  width: 94%;
  width:-moz-calc(100% - 82px); 
  width:-webkit-calc(100% - 82px);
  float: left;
  height: 40px;
  border:1px #ddd solid;
  outline: none;
  padding:0 10px;
  border-radius: 0;
  outline: none;
  line-height: 40px;
  -webkit-appearance: none;
}
header .nav form .s_btn{
  width: 60px;
  float: right;
  background: #132a87;
  color: #fff;
  outline: none;
  border:none;
  cursor: pointer;
  height: 42px;
  border-radius: 0;
}
@media (max-width: 1280px) {
	header .lan,
	header .search_box{
		display: none;
	}
    header .nav_trigger{
        display: block;
    }
    header .mb-lan{
		display: flex;
		align-items: center;
		justify-content: center;
	}
    header .nav{
        width: 100%;
        display: none;
        position: fixed;
        top:80px;
        background: #fff;
        float: none;
        left: 0;
        height: 90%;
        height:-moz-calc(100% - 80px); 
        height:-webkit-calc(100% - 80px);
        overflow: hidden;
        overflow-y: auto;
    }
    header .nav &gt; ul{
        overflow: hidden;
    }
    header .nav &gt; ul &gt; li{
        width: 100%;
        text-align: left;
        height: auto;
        padding: 0;
    }
    header .nav &gt; ul &gt; li &gt; a{
        line-height: 50px;
        margin: 0 3%;
        border-bottom: 1px #eee solid;
    }
    header .nav &gt; ul &gt; li:first-child &gt; a{
        border-top: 1px #eee solid;
    }
    header .nav &gt; ul &gt; li &gt; a &gt; i.mb_arrow{
        display: block;
    }
    header .nav &gt; ul &gt; li.current, header .nav &gt; ul &gt; li:hover{
      background: none;
    }
    header .nav &gt; ul &gt; li.current &gt; a, header .nav &gt; ul &gt; li:hover &gt; a{
      color: #555;
    }
    header .nav &gt; ul &gt; li:hover &gt; a{
      color: #132a87;
    }
    header .nav &gt; ul &gt; li &gt; .nav_second{
        border: none;
        position: static;
        padding: 0;
    }
    header .nav &gt; ul &gt; li &gt; .nav_second &gt; div{
    	width: 94%;
    	padding: 0 3%;
    	background: #eee;
    }
    header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_img, 
    header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_desc{
        display: none;
    }
    header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list{
        width: 100%;
        height: auto;
        padding: 0;
    }
    header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list &gt; li{
        width: 100%;
        line-height: 42px;
    }
    header .nav &gt; ul &gt; li &gt; .nav_second .nav_second_list &gt; li &gt; a{
    	border-bottom: 1px #ddd solid;
    }
    header .nav form{
        display: block;
    }
}
@media (max-width: 992px) {
	header{
		height: 60px;
	}
	header .header-logo{
	  width: 156px;
	  height: 60px;
	}
	header .nav{
        top:60px;
        height:-moz-calc(100% - 60px); 
        height:-webkit-calc(100% - 60px);
    }
    header .nav_trigger{
    	width: 30px;
	    margin:18px 0;
	}
	header .nav_trigger .icon-bar{
		width:30px;
    }
	header .mb-lan{
		line-height: 60px;	
		margin-right: 14px;
	}
	header .mb-lan i{
		font-size: 30px;
	}
}
@media (max-width: 750px) {
	header{
		height: 50px;
	}
	header .header-logo{
	  width: 117px;
	  height: 50px;
	}
	header .nav{
        top:50px;
        height:-moz-calc(100% - 50px); 
        height:-webkit-calc(100% - 50px);
    }
    header .nav_trigger{
    	width: 26px;
	    margin: 16px 0;
	    height: 18px;
	}
	header .nav_trigger .icon-bar{
		width: 26px;
		margin: 6px 0 0 0;
    }
    header .nav_trigger.drop .top{-webkit-transform:translateY(9px) rotateZ(45deg);}
    header .nav_trigger.drop .bottom{-webkit-transform:translateY(-7px) rotateZ(-45deg);}
	header .mb-lan{
		line-height: 50px;	
	}
	header .mb-lan i{
		font-size: 26px;
	}
}

/* Footer */
footer{
	width: 100%;
	background: #132a88;
	overflow: hidden;
}
footer .box1{
	width: 100%;
	background: url('../images/footer-bg.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
footer .box1 &gt; div{
	background: #fff;
	margin: 70px auto;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
footer .box1 .footer-feedback,
footer .box1 .footer-contact{
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
}
footer .box1 .footer-feedback{
	background: #369ad6;
}
footer .box1 .tit{
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
}
footer .box1 .tit .icon{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .box1 .tit .icon i{
	font-size: 30px;
}
footer .box1 .footer-feedback .icon{
	background: #fff;
	color: #369ad6;
}
footer .box1 .footer-contact .icon{
	background: #00468c;
	color: #fff;
}
footer .box1 .tit .word{
	margin-left: 14px;
	text-transform: uppercase;
}
footer .box1 .footer-feedback .word{
	color: #fff;
}
footer .box1 .footer-feedback .con li{
	float: left;
	margin-bottom: 20px;
}
footer .box1 .footer-feedback .con li:nth-child(2n){
	float: right;
}
footer .box1 .footer-feedback .con li:last-child{
	margin-bottom: 0;
}
footer .box1 .footer-feedback .con li.half-li{
	width: 48%;
}
footer .box1 .footer-feedback .con li.full-li{
	width: 100%;
}
footer .box1 .footer-feedback .con input{
	width: 100%;
	height: 36px;
	background: #fff;
	border: none;
	outline: none;
	padding: 0 10px;
	box-sizing: border-box;
}
footer .box1 .footer-feedback .con textarea{
	width: auto;
	width: calc(100% - 76px);
	float: left;
	height: 56px;
	background: #fff;
	border: none;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
}
footer .box1 .footer-feedback .con button{
	width: 56px;
	height: 56px;
	float: right;
	background: #132a88;
	border: none;
	outline: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
}
footer .box1 .footer-contact .con .left-box{
	width: 70%;
	line-height: 26px;
}
footer .box1 .footer-contact .con .right-box{
	width: 26%;
}
footer .box1 .footer-contact .con .right-box img{
	max-width: 100%;
	float: right;
	display: block;
}
footer .box2{
	width: 100%;
	position: relative;
}
footer .box2 .footer-div1{
	overflow: hidden;
}
footer .box2 .footer-div1 .footer-nav i{
	display: none;
}
footer .box2 .footer-div1 .footer-nav &gt; ul{
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}
footer .box2 .footer-div1 .footer-nav &gt; ul &gt; li{
}
footer .box2 .footer-div1 .footer-nav &gt; ul &gt; li &gt; a{
	color: #fff;
	border-bottom: 1px rgba(255, 255, 255, .3) solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 15px;
}
footer .box2 .footer-div2{
	padding: 20px 0;
	border-top: 1px rgba(255, 255, 255, .1) solid;
	text-transform: uppercase;
	overflow: hidden;
}
footer .box2 .footer-div2 .bdsharebuttonbox a{
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
    padding:0;
    margin:0;
	margin-left: 10px;
}
footer .box2 .footer-div2 .bdsharebuttonbox a:hover{
	background: #47d2d4;
}
@media (max-width: 1280px){
	footer{
		padding-bottom: 100px;
	}
	footer .box1 &gt; div{
		margin: 7% auto;
        display: block;
	}
	footer .box1 .footer-feedback,
	footer .box1 .footer-contact{
		width: 100%;
	}
	footer .box1 .footer-feedback,
	footer .box1 .footer-contact{
		padding: 4%;
	}
	footer .box2 .footer-div1{
		padding: 4% 0;
	}
	footer .box2 .footer-div1 .footer-nav {
		width: 100%;
	    margin-right: 0;
	    overflow: hidden;
	}
	footer .box2 .footer-div1 .footer-nav i{
		display: block;
	}
	footer .box2 .footer-div1 .footer-nav &gt; ul{
		display: block;
	}
	footer .box2 .footer-div1 .footer-nav &gt; ul &gt; li{
		width: 100%;
		background: none;
		padding: 0;
	}
	footer .box2 .footer-div1 .footer-nav &gt; ul &gt; li &gt; a{
		margin: 0;
		padding-top: 10px;
	}
	footer .box2 .footer-div1 .footer-nav &gt; ul &gt; li &gt; ul{
		display: none;
		margin-top: 10px;
	}
	footer .box2 .footer-div2{
		padding: 0;
		border: none;
	}
}
@media (max-width: 992px){
	footer{
		padding-bottom: 80px;
	}
	footer .box2 .footer-div2 .bdsharebuttonbox a{
		margin-left: 5px;
	}
	footer .box2 .footer-div2 .left,
	footer .box2 .footer-div2 .right{
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	footer .box2 .footer-div2 .right{
		margin-top: 2%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 750px){
	footer{
		padding-bottom: 70px;
	}
	footer .box1 .tit{
		height: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	footer .box1 .tit .icon{
		width: 32px;
		height: 32px;
	}
	footer .box1 .tit .icon i{
		font-size: 20px;
	}
	footer .box1 .tit .word{
		margin-left: 10px;
	}
	footer .box1 .footer-feedback .con li{
		margin-bottom: 10px;
	}
	footer .box1 .footer-feedback .con li.half-li{
		width: 100%;
	}
	footer .box1 .footer-contact .con .left-box,
	footer .box1 .footer-contact .con .right-box {
	    width: 100%;
	}
	footer .box1 .footer-contact .con .right-box{
		margin-top: 10px;
	}
	footer .box1 .footer-contact .con .right-box img {
	    float: none;
	    margin: 0 auto;
	}
	footer .box1 .footer-feedback .con textarea{
		width: calc(100% - 0px);
	}
	footer .box1 .footer-feedback .con button{
		width: 100%;
		height: 36px;
		margin-top: 10px;
	}
}

/* 右侧电话 */
.telFixed{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 998;
	display: none;
}
.telFixed i{
	font-size: 24px;
	margin-right: 10px;
}
@media (max-width: 1280px){
	.telFixed{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 992px){
	.telFixed{
		height: 60px;
		line-height: 60px;
	}
	.telFixed i{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.telFixed{
		height: 50px;
		line-height: 50px;
	}
	.telFixed i{
		margin-right: 6px;
		font-size: 18px;
	}
}</pre></body></html>