li {
  cursor: pointer;
}

html {
  /* 标准字体大小可以，在移动端使用的rem适配的话会动态改变。 */
  font-size: 14px;
  /*  使用IE盒模型（个人取舍，我一般设置width是这是盒子的真实大小，包括padding和border） */
  box-sizing: border-box;
}

html,
body {
  /* 在有些手机浏览器中点击一个链接或着可点击元素的时候，会出现一个半透明的灰色背景； */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 提升移动端滚动的体验效果  */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* 与浏览器窗口高度一致 */
  height: 100%;
}

body {
  /* 有些背景默认为浅灰色，所以统一设置为纯白 */
  background: #fff;
  /* 照着antd上面来的，在公司就别用微软雅黑了，不建议字体使用rem。 */
  font: 14px, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* 使字体更加顺滑 */
}

/* 去除浏览器默认的margin和padding, 自行删减一些不必要的标签 */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
th,
td,
button,
figure,
input,
textarea,
form,
pre,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

a {
  /* 小手 */
  cursor: pointer;
  /* 取消超链接的默认下划线 */
  text-decoration: none !important;
  /* antd里面还做了 ， 看你团队需不需要这样的风格 */
  transition: color 0.3s ease;
}

ol,
ul {
  /* 去除自带的ugly样式。 */
  list-style: none;
  margin: 0;
}

/* 这些节点部分属性没有继承父节点样式，所有继承一下，并取消outline，外轮廓的效果 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/**
  * 删除Firefox中的内边框和填充。
  */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
  * 让html5中的hidden在IE10中正确显示
  */

[hidden] {
  display: none;
}
template {
  /* 有些浏览器会显示template 不过template标签用的也少，自行取舍。 */
  display: none;
}


/*分页样式*/
.pagination2{ 
  text-align: center;font-size: 12px;padding: 10px 0;display:inline-block;margin: 0 auto;width:100%;
}
.pagination2 li{
  display: inline-block;border: 1px solid #ddd;text-decoration: none;color: #999;cursor: pointer;  margin-right:5px;width: auto !important;margin-left: 0px !important;float:none !important;
}

.pagination2 li a{
  color:#000;padding: 7px 10px;height: 28px;line-height: 28px;
}
.pagination2 li:hover:not(.disabled):not(.active){
  background: #f5f5f5;border: 1px solid #05273D;
}
.pagination2 li:hover:not(.disabled):not(.active) a{
  color: #05273D;
}
.pagination2 li.active{
  background: #05273D;border: 1px solid #05273D;
}
.pagination2 li.active a{
  color: #fff;
}

/*头部*/
.header {
  height: 13px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.header-bg {
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
}
.header-bg .ul {
  float: right;
}
.header-bg .ul li {
  float: left;
  margin: 0 5px;
}
.header_wapper2 .p1 {
  line-height: 1;
  font-family: MicrosoftYaHei-Bold;
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #05273d;
  margin-top: 5px;
  margin-bottom: 3px;
}

.header_wapper2 .p2 {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.header_wapper2 .p3 {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  margin: 0;
}
.header_wapper2 .p4 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #05273d;
}
.phone {
  padding-top: 10px;
}
.header_wapper2 {
  padding: 34px 0;
}
.p0 {
  padding: 0 !important;
}

.menu {
  height: 50px;
  line-height: 50px;
  background-color: #05273d;
}
.menu-ul li:last-child {
  margin: 0;
}
.menu-ul li {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  float: left;
  width: 11.1%;
  text-align:center;
}
.menu-ul li a{
  display: block;
  text-decoration: none;
}
.menu-ul li a:hover{
  color: #ffe9a4
}
.menu-ul .act {
  color: #ffe9a4 !important;
}

.menu-ul li:hover {
  color: #ffe9a4 !important;
  cursor: pointer;
}

.wapper {
  width: 100%;
}

.row {
  margin: 0 !important;
}
.wapper-in {
  width: 1200px;
  margin: auto;
}

.title-wapper {
}

.title-wapper .h {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 44px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 4px;
  color: #05273d;
}

.title-wapper .line {
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.content {
  padding: 52px 0;
}
.red {
  color: #f20000;
}
.title-wapper .line .text {
  display: inline;
  padding: 11px;
  background: #fff;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
  position: relative;
}
.title-wapper .line .text::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #05273d;
  position: absolute;
  left: -20px;
  top: 19px;
  transform: rotate(45deg);
}

.title-wapper .line .text::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #05273d;
  position: absolute;
  right: -20px;
  top: 19px;
  transform: rotate(45deg);
}

.title-wapper .line .l {
  display: block;
  width: 75%;
  height: 1px;
  background: #000;
  margin: -16px auto auto auto;
}
.title-wapper .line .l::after {
  right: 43%;
}

.title-wapper .line .l::before {
  left: 43%;
}

.title-wapper .line .l::before,
.title-wapper .line .l::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #05273d;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
}

.title-wapper .tip {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #666666;
}

.text-l {
  text-align-last: left;
}
.text-r {
  text-align-last: right;
}
.text-c {
  text-align-last: center;
}

/*底部*/
.footin {
  background-color: #333333;
  padding-top: 54px;
  padding-bottom: 60px;
}

.footin .l .img1 {
  margin-bottom: 23px;
}

.footin .l p{
  margin:10px 0;
}

.footin .l span {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 5px;
}

.footin .r {
  text-align: center;
}

.footin .r p {
  margin-top: 23px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ffffff;
}

.footin2 {
  border-top: 1px solid #626262;
  background-color: #333333;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;

}