@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, hr, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

a, a:hover {
  cursor: pointer;
  text-decoration: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

select {
  padding: 2px 0;
  height: 22px;
  line-height: 18px;
}

button, input, select, textarea {
  font-size: 100%;
  border: none;
  outline: none;
  font-family: Microsoft YaHei;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

q:before, q:after {
  content: '';
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

iframe {
  display: block;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  font: 12px/1.5 Microsoft YaHei;
  color: #333;
  background: #fff;
  position: relative;
  overflow-x: auto;
  min-width: 1360px;
  max-width: 1920px;
  margin: 0 auto !important;
}

/*public start*/
.c {
  *zoom: 1
}

.c:before, .c:after {
  display: table;
  content: "";
}

.c:after {
  clear: both;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1360 {
  width: 1360px;
  margin: 0 auto;
}

.radius {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.radius4 {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.radius100 {
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.box-shadow-no {
  box-shadow: none !important;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon {
  background: url(../img/icon.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.ubb {
  color: #333;
  font-size: 18px;
  line-height: 36px;
  min-height: 120px;
}

.ubb img {
  max-width: 100%;
  height: auto;
}

.header {
  height: 100px;
  position: relative;
  z-index: 7;
}

.header .box {
  width: 100%;
  min-width: 1360px;
  max-width: 1920px;
  height: 100px;
  background: #cc2727;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header .logo {
  padding-left: 100px;
  padding-top: 7px;
  float: left;
}

.header .logo img {
  height: 86px;
}

.header .nav {
  float: right;
  padding-right: 260px;
  position: relative;
}

.header .nav a {
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  margin: 0 19px;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.header .nav a:first-child {
  margin-left: 0;
}

.header .nav a.active {
  border-bottom: 8px solid #fff;
}

.header .search {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background: #b91919;
  overflow: hidden;
  transition: width 0.3s;
}

.header .search:hover {
  width: 435px;
}

.header .search .btn {
  width: 100px;
  height: 100%;
  background: #b91919;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.header .search .btn:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/icon.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.header .search .txt {
  width: 335px;
  height: 100px;
  padding-top: 27px;
  padding-left: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header .search .txt input {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #fff;
  background: none;
  font-size: 16px;
  color: #fff;
}

.header .search .txt input::-webkit-input-placeholder {
  color: #fff;
}

.header .search .txt input:-moz-placeholder {
  color: #fff;
}

.header .search .txt input::-moz-placeholder {
  color: #fff;
}

.header .search .txt input:-ms-input-placeholder {
  color: #fff;
}

.footer {
  width: 100%;
  min-width: 1360px;
  max-width: 1920px;
  background: #262636;
  margin: 0 auto;
}

.footer .w1360{
  position: relative;
  z-index: 1;
}

.footer .top {
  min-height: 545px;
  position: relative;
}

.footer .top:before {
  content: '';
  width: 118px;
  height: 125px;
  background: url("../img/icon.png") no-repeat 0 -40px;
  position: absolute;
  left: 0;
  bottom: 50px;
}

.footer .top:after {
  content: '';
  width: 137px;
  height: 136px;
  background: url("../img/icon.png") no-repeat 0 -170px;
  position: absolute;
  right: 0;
  top: 40px;
}

.footer .top .left {
  padding-top: 93px;
  float: left;
}

.footer .top .left .logo {
  width: 330px;
}

.footer .top .left ul {
  padding-top: 35px;
  padding-left: 153px;
}

.footer .top .left ul li {
  float: left;
  margin-right: 6px;
  position: relative;
}

.footer .top .left ul li > div {
  width: 42px;
  height: 42px;
  background: #939399;
  position: relative;
  cursor: pointer;
}

.footer .top .left ul li > div:before {
  content: '';
  background: url("../img/icon.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer .top .left ul li > div.wx:before {
  width: 26px;
  height: 22px;
  background-position: -30px 0;
}

.footer .top .left ul li > div.dy:before {
  width: 22px;
  height: 25px;
  background-position: -60px 0;
}

.footer .top .left ul li img {
  width: 126px;
  position: absolute;
  top: 60px;
  left: -42px;
  display: none;
}

.footer .top .left ul li:hover img {
  display: block;
}

.footer .top .right {
  padding-top: 112px;
  float: right;
}

.footer .top .right ul {
  float: left;
  padding-left: 60px;
}

.footer .top .right ul li {
  line-height: 1;
  padding-bottom: 30px;
}

.footer .top .right ul li a {
  color: #a0a0a7;
  font-size: 16px;
}

.footer .top .right ul li.title {
  position: relative;
}

.footer .top .right ul li.title:before {
  content: '';
  width: 8px;
  height: 19px;
  background: #e23a3a;
  position: absolute;
  left: -19px;
  top: 1px;
}

.footer .top .right ul li.title a {
  color: #fff;
  font-size: 20px;
}

.footer .bot {
  height: 110px;
  font-size: 14px;
  border-top: 1px solid #3c3c4a;
}

.footer .bot .left {
  line-height: 1;
  float: left;
}

.footer .bot .left ul {
  padding-top: 28px;
}

.footer .bot .left ul li {
  float: left;
  padding-left: 41px;
  position: relative;
}

.footer .bot .left ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: url("../img/icon.png") no-repeat -120px 0;
  position: absolute;
  top: 4px;
  left: 17px;
}

.footer .bot .left ul li:first-child {
  padding-left: 0;
}

.footer .bot .left ul li:first-child:before {
  display: none;
}

.footer .bot .left ul li a {
  color: #ceced0;
}

.footer .bot .left .txt {
  padding-top: 19px;
  color: #6c6c74;
}

.footer .bot .left .txt a {
  color: #6c6c74;
}

.footer .bot .right {
  line-height: 1;
  padding-top: 28px;
  float: right;
  color: #cdcdd0;
  position: relative;
}

.footer .bot .right #_ideConac{
  position: absolute;
  right: 100%;
  top: 0;
}

.footer .bot .right .goTop {
  cursor: pointer;
  position: relative;
  padding-right: 23px;
}

.footer .bot .right .goTop:before {
  content: '';
  width: 9px;
  height: 9px;
  background: url("../img/icon.png") no-repeat -90px 0;
  position: absolute;
  right: 0;
  top: 2px;
}

.layui-form-select dl dd.layui-this {
  background-color: #cc2727 !important;
}

.wap-4 .list {
  padding: 41px 0;
  border-bottom: 1px solid #e8e8e8;
}

.wap-4 .list .box {
  line-height: 1;
}

.wap-4 .list .box .d-1 {
  height: 70px;
  float: left;
  padding-right: 46px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
}

.wap-4 .list .box .d-1 .d1 {
  font-size: 50px;
  font-weight: bold;
  color: #cc2727;
}

.wap-4 .list .box .d-1 .d2 {
  font-size: 14px;
  color: #333;
  padding-top: 7px;
}

.wap-4 .list .box .d-2 {
  width: 700px;
  padding-left: 45px;
  float: left;
}

.wap-4 .list .box .d-2 .d1 {
  font-size: 28px;
  color: #111;
}

.wap-4 .list .box .d-2 .d2 {
  font-size: 16px;
  color: #333333;
  font-weight: 100;
  margin-top: 24px;
}

.wap-4 .list .box .d-2 .d2 span {
  padding-right: 21px;
  position: relative;
}

.wap-4 .list .box .d-2 .d2 span:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url("../img/icon.png") no-repeat -120px -90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

@media screen and (max-width: 1700px) {
  .header .logo {
    padding-left: 20px;
  }

  .header .nav {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1480px) {
  .header .nav a{
    margin: 0 12px;
  }

}
