﻿/* reset */
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  overflow-y: auto;
  height: 100%;
  background-color: #fff
}

html,
body {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch
}

body {
  background: #fff;
  font-family: "微软雅黑";
  position: relative;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="radio"]{
    -webkit-appearance: auto;
    vertical-align: middle;
}
table {
  border-spacing: 0;
  border-collapse: collapse
}

img,
input,
button,
textarea {
  border: none;
  -webkit-appearance: none
}

input {
  text-align: inherit
}

textarea {
  resize: none
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none
}

a {
  text-decoration: none;
  color: #333;
}

ol,
ul {
  list-style: none;
}

input {
  background: #fff;
}

button,
input[type='submit'],
input[type='button'] {
  cursor: pointer
}

input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input[type='number'] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999
}

template {
  display: none
}

img {
  vertical-align: middle;
}

em,
i {
  font-style: normal
}

/*wrap*/
body {
  font-family: "Microsoft YaHei";
  color: #000;
  min-width: 1360px;
}

a {
  text-decoration: none;
  color: #000;
}

.wrap {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  zoom: 1
}

.cl:after {
  display: block;
  clear: both;
  content: "";
}

/* 外填充 */
.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml45{
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr80 {
  margin-right: 80px;
}

/* 内填充 */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl80 {
  padding-left: 80px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr80 {
  padding-right: 80px;
}

.banner{
  width: 100%;
  height: 324px;
  background: url(../img/banner.png) top center no-repeat;
  position: relative;
  text-align: center;
}

.main_head{
  width: 1360px;
  margin: 0 auto;
  height: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top{
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
}

.topinfo{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #fff;
  opacity: .8;
}

.topright{
  display: flex;
  height: 36px;
  align-items: center;
}

.topright i{
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  opacity: .8;
  margin: 0 8px;
}

.topright a{
  color: #fff;
  opacity: .8;
}

.logo{
  /* display: block; */
  /* margin-top: 160px; */
  width: 594px;
}

.search{
  width: 441px;
  height: 55px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 8px 0 #93bad380;
  padding: 2px;
  display: flex;
  overflow: hidden;
  float: right;
}

.search .searchinput{
  height: 51px;
  width: 560px;
  text-indent: 15px;
  font-size: 20px;
  text-align: left;
  color: #999;
}

.searchbtn{
  width: 160px;
  height: 51px;
  border-radius: 10px;
  background: url(../img/search_btn.png) 68px center no-repeat #0062C7;
  color: #fff;
  font-size: 20px;
  text-align: left;
  text-indent: 18px;
  line-height: 51px;
  font-weight: 700;
}

nav{
  width: 100%;
  height: 66px;
  background: #0062C7;
}

nav ul{
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  font-weight: 700;
}

nav ul li{
  width: 150px;
  height: 66px;
  text-align: center;
}

nav ul li a{
  display: block;
  color: #fff;
  font-style: normal;
}

nav ul li a:hover{
  background: #024386;
}

.mainbox{
  width: 1360px;
  margin: 28px auto 0;
}

.link{
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E6E6;
}

.link .seldiv{
  width: 135px;
}

.link .seldiv:first-child,.link .seldiv:nth-child(7){
  width: 155px;
}

.link .seldiv:first-child select,.link .seldiv:nth-child(7) select{
  width: 155px;
}

.link .seldiv select{
  height: 30px;
  border: none;
  outline: none;
  background: none;
  color: #4d4d4d;
  cursor: pointer;
  width: 135px;
}
.link i{
  display: block;
  height: 18px;
  width: 1px;
  background: rgba(151, 151, 151, .5);
  margin: 0 30px;
}

.footer{
  background: #F3F3F3;
}

.footer .content {
  height: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  text-align: center;
  min-height: 0;
  margin-top: 0!important;
}

.footer .content > a {
  vertical-align: middle;
  display: inline-block;
}
.footer .content > .icon1 {
  width: 56px;
  height: 67px;
  vertical-align: middle;
}
.footer .content > .icon2 {
  width: 110px;
  height: 55px;
  vertical-align: middle;
}
.footer .content .info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-left: 80px;
  margin-right: 105px;
}
.footer .content .info * {
  color: #666666;
}

.footer .content .info p{
  line-height: 30px;
}
.wza-box{position: absolute;right: 50%;margin-right: -600px;top: 55px;}
.wza-box a {display: block;float: right;height: 38px;line-height: 38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px;}
.wza-box a.wza {background: #fff;color: #F76B00;border: 1px solid #FC740D;border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman {background: #F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px;}
.oldModel *{font-size: 28px!important;}
.oldModel .top{height: 50px;line-height: 50px;}
.oldModel .topright{height: 50px;}
.oldModel .searchbtn{background: #0062C7;}
.oldModel nav ul{width: 1550px;}
.oldModel .footer .content .info p{line-height: 2;}
.oldModel .footer .content{height: auto;}
.oldModel .link .seldiv select{height: 40px;width: 250px!important;}
.oldModel .link .seldiv{width: 250px!important;}
.oldModel nav ul li{width: 170px;}
.oldModel #toolbarHtml * {
  font-size: 18px !important;
}