
/* CSS Document */
*{ margin:0; padding:0; border:0;}
a{ text-decoration:none; color:#333333;}
a:hover{ text-decoration:none;}
body{ font-family:"微软雅黑"; font-size:14px; color:#333333;}
ul,li{ list-style:none;}
img{ font-size:0; display: block;}
input,select,textarea{outline:none;}
.clear{margin:0px; padding:0px; width:0px; height:0px; line-height:0px; font-size:0px; clear:both;}
.f-left{ float: left!important;}
.f-right{ float: right!important;}
/*最大宽度*/
.max-w1000{ max-width: 1000px; margin: 0 auto;}
.max-w1120{ max-width: 1120px; margin: 0 auto;}
.max-w1200{ max-width: 1200px; margin: 0 auto;}
.max-w1480{ max-width: 1480px; margin: 0 auto;}
/*边距*/
.mt90{ margin-top: 90px!important;}
.mt80{ margin-top: 80px!important;}
.mt60{ margin-top: 60px!important;}
.mt50{ margin-top: 50px!important;}
.mt40{ margin-top: 40px!important;}
.mt35{ margin-top: 35px!important;}
.mt30{ margin-top: 30px!important;}
.mt25{ margin-top: 25px!important;}
.mt20{ margin-top: 20px!important;}
.mt15{ margin-top: 10px!important;}
.mt10{ margin-top: 10px!important;}
.mt5{ margin-top: 5px!important;}
.mt0{ margin-top: 0!important;}
.mr0{ margin-right: 0!important;}
.mb0{ margin-bottom: 0!important;}
.pt60{ padding-top: 60px!important;}
.pt0{ padding-top: 0!important;}
.pb60{ padding-bottom: 60px!important;}
.pb0{ padding-bottom: 0!important;}
.pad-tb60{ padding-top: 60px; padding-bottom: 60px;}
.main-body,.banner,.ad1{ width: 100%; float: left;}
.fixed{ position: fixed; z-index: 999; top: 0;}
.flex-b-c{ width: 100%; display: flex; justify-content: space-between; align-items: center;}

header{ width: 100%; float: left;}
.header1{ width: 100%; height: 100px; float: left; display: flex; justify-content: space-between; align-items: center; padding: 10px 0;}
.header1 .logo{ float: left; display: flex; align-items: center;}
.header1 .logo p{ font-size: 20px; line-height: 36px; margin-left: 10px;font-weight: bold; padding-left: 20px; position: relative;}
.header1 .logo p span{ font-weight: normal; color: #007fea; font-size: 16px;}
.header1 .logo p:before{position: absolute; content: ""; background: #ddd; width: 1px; height: 60px; left: 0; top: 10px;}
.header1 .hotline{ float: right; display: flex; align-items: center;}
.header1 .hotline img{ width: 50px; margin-right: 15px;}
.header1 .hotline p{ font-size: 14px; color: #666666;}
.header1 .hotline p span{ font-size: 24px; color: #007fea; font-weight: bold;}
.header2{ width: 100%; float: left; background-color: #f2f2f2; box-shadow: 0px 3px 10px #bbb;position: relative; z-index: 9999;}
.header2 .nav{ width: 100%; float: left; display: flex;}
.header2 .nav .li{ width: 100%; height: 60px; float: left;; display: flex; align-items: center; justify-content: center; position: relative;}
.header2 .nav .li a{ font-size: 18px; color: #000000;}
.header2 .nav .li.current{ background-color: #007fea;}
.header2 .nav .li.current > a{ color: #FFFFFF;}
.header2 .nav .li:hover{ background-color: #007fea;}
.header2 .nav .li:hover > a{ color: #FFFFFF;}
.header2 .nav .li ul{ width: 100%; float: left; position: absolute; top: 60px; left: 0; z-index: 9999; background-color: rgba(255,255,255,0.9); display: none;}
.header2 .nav .li ul li{ width: 100%; height: 40px; line-height: 40px; float: left; text-align: center; font-size: 16px;}
.header2 .nav .li ul li:hover{ background-color: #007fea;}
.header2 .nav .li ul li:hover > a{ color: #FFFFFF;}

footer{ width: 100%; height: auto; float: left; padding: 20px 0; color: #000; background: #eee; box-shadow: 4px 4px 16px #000; position: relative; z-index: 9;}
footer .t1{ width: 100%; float: left; font-size: 18px; font-weight: bold; margin-top: 20px;}
footer ul{ width: 800px; float: left; margin-top: 20px;}
footer ul li{ width: 400px; float: left; line-height: 28px;}
footer .ewm{ float: right; display: flex; flex-direction: column; align-items: center; font-size: 16px; line-height: 28px;}
footer .ewm img{ width: 110px; height: 110px;}

.paging{ width: 100%; float: left; margin-top: 40px; display: flex; justify-content: center; align-items: center;}
.paging a{ border: 1px solid #007fea; padding: 5px 10px; margin: 0 10px;}
.paging span{ padding: 5px 10px; background-color: #007fea; border: 1px solid #007fea; color: #FFFFFF;}
.paging a:hover{ background-color: #007fea; color: #FFFFFF;}