/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #013888;
    color: #fff;
}

::-moz-selection {
    background-color: #013888;
    color: #fff;
}

::-webkit-selection {
    background-color: #013888;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

html{
    font-size: 100px;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


.main{
    width: 1300px;
    margin: 0 auto;
}

.myclearfix:after{
    content:"";
    display:block;
    clear:both;
}
.leftl{
    float: left;
}
.rightr{
    float: right;
}


@keyframes menu1 {
    0% {
      opacity: 0;
      transform: translateX(8px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes myfirst {
      0%,100%{
          -webkit-transform: translate(0,-5px) rotateZ(0);
      }
      50%{
          -webkit-transform: translate(0,0) rotateZ(0);
      }
    }
    @-webkit-keyframes myfirst1 {
      0%,100%{
          -webkit-transform: translate(0,-10px) rotateZ(0);
      }
      50%{
          -webkit-transform: translate(0,0) rotateZ(0);
      }
    }
    
    @keyframes myfirst2 {
    0%,100%{
        -webkit-transform: translate(-5px,0);
    }
    50%{
        -webkit-transform: translate(0,0);
    }
    }
    
  
    @keyframes msClock {
      0%,70%,100% {
        transform: rotate(0) scale(1);
      }
      10%,30% {
        transform: rotate(-15deg) scale(1.1);
      }
      20%,40% {
      transform: rotate(15deg) scale(1.1);
      }
  }

  .title1 > h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #3f3f3f;
    margin-bottom: 0.2rem;
  }
  .title1 > h4 {
    font-size: 0.14rem;
    line-height: 0.14rem;
    color: #777777;
  }
  .title1 > span {
    display: block;
    width: 0.94rem;
    height: 0.03rem;
    margin: 0.37rem 0 0;
    background: url(../images/ab_line.png) center no-repeat;
  }

  .button.dark {
    --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
    --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
    --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
    --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}

.button {
    --text: #fff;
    --font-size: 16px;
    --duration: .5s;
    --move-hover: -4px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: var(--font-size);
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    -webkit-transform: translateY(var(--y));
    transform: translateY(var(--y));
    transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
.button span {
    text-align: center;
}
.button span i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
}
.button span i:nth-child(1) {
    --d: 0.05s;
}
.button span i:nth-child(2) {
    --d: 0.1s;
}
.button span i:nth-child(3) {
    --d: 0.15s;
}
.button span i:nth-child(4) {
    --d: 0.2s;
}
.button span i:nth-child(5) {
    --d: 0.25s;
}
.button span i:nth-child(6) {
    --d: 0.3s;
}
.button span i:nth-child(7) {
    --d: 0.35s;
}
.button span i:nth-child(8) {
    --d: 0.4s;
}
.button span i:nth-child(9) {
    --d: 0.45s;
}
.button span i:nth-child(10) {
    --d: 0.5s;
}
.button span i:nth-child(11) {
    --d: 0.55s;
}
.button:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -4px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}
.button:hover i {
    -webkit-animation: move var(--duration) linear var(--d);
    animation: move var(--duration) linear var(--d);
}
.button.smoke {
    --move: 12px;
    --move-y: -8px;
    --blur: 4px;
}
.button.smoke:hover i {
    --duration: 1s;
    -webkit-animation: smoke var(--duration) linear var(--d);
    animation: smoke var(--duration) linear var(--d);
}
.button.drive {
    --move: 16px;
    --skew: 25deg;
    --skew-fast: 40deg;
    --skew-bounce: -12px;
}
.button.drive:hover i {
    --duration: 1s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: drive var(--duration) linear var(--d);
    animation: drive var(--duration) linear var(--d);
}


.btnstyle1 {
  position: relative;
  z-index: 1;
  transition: color .3s;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.btnstyle1::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #ec2f28;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle1::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background-color: #d0231c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle1:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btnstyle1:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btnstyle2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.btnstyle2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fda454;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btnstyle2:hover {
  color: #333;
  background-color: #fff;
}
.btnstyle2:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

@-webkit-keyframes move {
    40% {
        -webkit-transform: translateY(var(--move));
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
    }
}

@keyframes move {
    40% {
        -webkit-transform: translateY(var(--move));
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
    }
}
@-webkit-keyframes smoke {
    45%,
    55% {
        -webkit-filter: blur(var(--blur));
        filter: blur(var(--blur));
    }
    50%,
    50.1% {
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
        transform: translateX(var(--move)) translateY(var(--move-y));
    }
    50.1% {
        -webkit-transform: translateX(calc(var(--move) * -1));
        transform: translateX(calc(var(--move) * -1));
    }
}
@keyframes smoke {
    45%,
    55% {
        -webkit-filter: blur(var(--blur));
        filter: blur(var(--blur));
    }
    50%,
    50.1% {
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
        transform: translateX(var(--move)) translateY(var(--move-y));
    }
    50.1% {
        -webkit-transform: translateX(calc(var(--move) * -1));
        transform: translateX(calc(var(--move) * -1));
    }
}
@-webkit-keyframes drive {
    40% {
        opacity: 1;
    }
    55% {
        -webkit-transform: skewX(var(--skew)) translateX(var(--move));
        transform: skewX(var(--skew)) translateX(var(--move));
    }
    56% {
        -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
        transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    }
    55%,
    56% {
        opacity: 0;
    }
    75% {
        -webkit-transform: skewX(var(--skew));
        transform: skewX(var(--skew));
    }
    85% {
        -webkit-transform: skewX(var(--skew-bounce));
        transform: skewX(var(--skew-bounce));
    }
}

@keyframes drive {
    40% {
        opacity: 1;
    }
    55% {
        -webkit-transform: skewX(var(--skew)) translateX(var(--move));
        transform: skewX(var(--skew)) translateX(var(--move));
    }
    56% {
        -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
        transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    }
    55%,
    56% {
        opacity: 0;
    }
    75% {
        -webkit-transform: skewX(var(--skew));
        transform: skewX(var(--skew));
    }
    85% {
        -webkit-transform: skewX(var(--skew-bounce));
        transform: skewX(var(--skew-bounce));
    }
}

@keyframes movec{
    0%,100%{
      clip: rect(0,300px,5px,0);
    }
    25%{
      clip: rect(0,300px,210px,295px);
    }
    50%{
      clip: rect(205px, 300px, 210px, 0);
    }
    75%{
      clip: rect(0, 5px, 210px, 0px);
    }
  }

  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(24, 125, 178, 0.1), 0 0 0 10px rgba(24, 125, 178, 1);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(24, 125, 178, 1), 0 0 0 15px rgba(24, 125, 178, 0);
    }
  }
  @keyframes ripple2 {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 204, 67, 0.1), 0 0 0 10px rgba(255, 204, 67, 1);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(255, 204, 67, 1), 0 0 0 15px rgba(255, 204, 67, 0);
    }
  }


  @keyframes tra1{
    0% {
        transform: scale(0);
    }
    20%{
        transform: scale(1);   
    }
    100% {
        transform: scale(0);
    }
  }
  @keyframes tra2{
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(0.5);   
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotate{
    0% {
        transform: rotateZ(0);
    }
    50%{
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.1), 0 0 0 10px rgba(51, 51, 51, .2);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(51, 51, 51, .1), 0 0 0 15px rgba(51, 51, 51, 0);
    }
}

@keyframes jello {
  
    from,
  
    11.1%,
  
    to {
  
      -webkit-transform: none;
  
      -moz-transform: none;
  
      transform: none;
  
    }
  
    22.2% {
  
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  
      -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
  
      transform: skewX(-12.5deg) skewY(-12.5deg);
  
    }
  
    33.3% {
  
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  
      -moz-transform: skewX(6.25deg) skewY(6.25deg);
  
      transform: skewX(6.25deg) skewY(6.25deg);
  
    }
  
    44.4% {
  
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  
      -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
  
      transform: skewX(-3.125deg) skewY(-3.125deg);
  
    }
  
    55.5% {
  
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  
      -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
  
      transform: skewX(1.5625deg) skewY(1.5625deg);
  
    }
  
    66.6% {
  
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  
      -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
  
    }
  
    77.7% {
  
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
  
      -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
  
      transform: skewX(0.390625deg) skewY(0.390625deg);
  
    }
  
    88.8% {
  
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  
      -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  
    }
  
}


  /* xunpan S */
  .container1 {
    height: 100%;
    margin: 0 auto;
}
.topxunpan {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0.6rem;
    height: 0.5rem;
    background: url(../images/xp_ico.png) center top no-repeat;
    padding-top: 0.37rem;
}
.topxunpan>i{
    display: block;
    width: 40px;
    height: 40px;
    margin: 18px auto 10px;
}
.topxunpan .xp {
    position: relative;
    color: #b4b4b4;
	font-size: 12px;
    cursor: pointer;
    z-index: 3;
    height: 100%;
}
.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.topxunpan .xp i {
    color: #b4b4b4;
	font-size: 12px;
}
.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    writing-mode: horizontal-tb;
    top: 35px;
    left: 14%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #1e3485;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}
.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -o-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    transform: translateX(-50%); 
    border: 8px solid transparent;
    border-bottom-color: #1e3485;
}
.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1); 
    -moz-transform: translateX(-50%) scale(1); 
    -o-transform: translateX(-50%) scale(1); 
    -ms-transform: translateX(-50%) scale(1); 
    transform: translateX(-50%) scale(1); 
    opacity: 1;
}

#fp-nav{
    right: 0;
}
#fp-nav ul li{
    font-size: 0;
}


a {color: #222; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }

.nav_xiala_xx{ 
  margin: 0 auto; 
  position: relative; 
  z-index: 2;
  width: 1.16rem;
  height: auto;
  margin-left: 0.44rem;
  margin-top: 0.4rem;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}

.nav_xiala{ 
    width:100%;
    margin: 0 auto; 
    -webkit-transition: all .3s ease-out; 
    transition: all .3s ease-out; 
}
.nav .nav_xiala_xx.on{
	transform: translate(0);
}
.nav_xiala > ul{  position:relative; z-index: 2;}
.nav_xiala ul>li{width: 100%; height:0.32rem; line-height: 0.32rem; text-align:center; font-size:14px; -webkit-transition: all .3s linear; transition: all .3s linear; position: relative;
    color: #9c9c9c;
    margin: 0.4rem 0;
}
.nav_xiala ul li>a{ display:block; color:#9c9c9c; height:0.32rem; line-height:0.32rem; overflow: hidden; font-size: 16px; position: relative; z-index: 2; cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.nav_xiala ul li>a>span{
    display: block;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 0.32rem;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    position: relative;
    box-sizing: border-box;
}
.nav_xiala ul li>a>span::after{
    content: "";
    position: absolute;
	width: 17px;
	height: 1px;
	background-color: #dedede;
    left: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.nav_xiala ul li>a>i{
    display: block;
    font-size: 12px;
    color: #6dce9d;
    line-height: 12px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    padding-left: 30px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.nav_xiala ul li:nth-last-child(1)>a{
    background: none;
}
.nav_xiala ul li>a::before{
    content: "";
    position: absolute;
	width: 0;
	height: 1px;
	background: rgba(255,255,255,0.8);
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.nav_xiala ul li.another a span::after{ 	background-color: #1264d2;}
.nav_xiala ul li:hover a span::after{ 	background-color: #1264d2;}
.nav_xiala .erji_xiala1{  
    position:absolute; 
    top:0; 
    right: -160px;
    z-index:20;  
    width: 160px;  /*和一级栏目一样宽度*/
    height:0px; 
    visibility: hidden;  
}
.nav_xiala ul li:hover .erji_xiala1{ height:auto; visibility: visible;  }
.nav_xiala .erji_xiala1 .daohang_xiala i{ font-size: 15px; border-bottom:1px solid rgba(255,255,255,0.35); display: block; background:#1264d2; opacity: 0; }
.nav_xiala .erji_xiala1 .daohang_xiala a{ height: 40px; line-height: 40px;  font-size:14px; display: block; color:#FFF; overflow: hidden;  }
.nav_xiala .erji_xiala1 a:hover{  color:#FFF; padding-left: 15px; }

.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(1){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.2s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(2){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.24s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(3){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.28s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(4){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.32s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(5){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.36s;}
.nav_xiala ul li:hover .erji_xiala1 .daohang_xiala i:nth-child(6){  animation: menu1 0.3s ease-in-out forwards; animation-delay: 0.4s;}

.nav_xiala .erji_xiala1 .daohang_xiala a{color:rgba(255,255,255,0.85);  background: -webkit-linear-gradient(left, #1264d2, #1264d2) no-repeat;
background: linear-gradient(to right, #1264d2, #1264d2) no-repeat;
background-size: 0% 100%; }
.nav_xiala .erji_xiala1 .daohang_xiala a:hover{color:rgba(255,255,255,0.85); background: -webkit-linear-gradient(left, #1264d2, #1264d2) no-repeat;
background: linear-gradient(to right, #1264d2, #1264d2) no-repeat;
background-size: 100% 100%;  }
.nav_xiala > ul > li.another > a span::after{ opacity: 1; }



.ny_head {
    width: 100%;
  }
  .ny_head .head_main > h1 {
    height: 1.34rem;
    padding: 0;
    margin: 0;
  }
  .ny_head .head_main > h1 > a {
    display: block;
    width: 1.11rem;
    height: 100%;
    margin: 0 auto;
  }
  .ny_head .head_main > h1 > a > img {
    width: 100%;
    height: 100%;
  }
  .ny_head .head_main .ny_nav {
    padding: 0;
  }
  .ny_head .head_main .ny_nav ul {
    margin: 0;
  }
  .ny_head .head_main .ny_nav ul li {
    float: left;
    width: 11%;
    line-height: 1.34rem;
    position: relative;
    text-align: center;
  }
  .ny_head .head_main .ny_nav ul li>a{
    font-size: 16px;
    color: #9c9c9c;
  }
  .ny_head .head_main .ny_nav ul li>a:hover{
    color: rgb(18,100,210,1);
  }
  .ny_head .head_main .ny_nav ul li.another a{
    color: rgb(18,100,210,1);
  }
  .ny_head .head_main .ny_nav ul li:hover .ny_xiala {
    opacity: 1;
  }
  .ny_head .head_main .ny_nav ul li .ny_xiala {
    position: absolute;
    width: 100%;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%);
    top: 100%;
    opacity: 0;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    z-index: 2;
  }
  .ny_head .head_main .ny_nav ul li .ny_xiala > a {
    display: block;
    width: 100%;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    padding: 0 0.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #1264d2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
  }
  .ny_head .head_main .ny_nav ul li > a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #9c9c9c;
  }


  /* foo S */
  .section7 {
    background-color: #f2f5fa;
  }
  .section7 .sec7 {
    height: 100%;
  }
  .section7 .sec7 .foo {
    width: calc(100% - 1.6rem);
    height: 100%;
  }
  .section7 .sec7 .foo .foo_txt {
    padding: 1.6rem 0 0 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
  }
  .section7 .sec7 .foo .foo_txt .title1 {
    margin-left: 0.5rem;
  }
  .section7 .sec7 .foo .foo_txt > h3 {
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333333;
    margin: 0.5rem 0 0.3rem 0.5rem;
  }
  .section7 .sec7 .foo .foo_txt .foo_add {
    margin-left: 0.5rem;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item > i {
    width: 0.32rem;
    height: 0.32rem;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 0.03rem;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item .add_txt {
    margin-left: 0.15rem;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item .add_txt > p {
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #818181;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item .add_txt > h5 {
    line-height: 0.32rem;
    color: #818181;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item:nth-child(1) > i {
    background: url(../images/add1.png) center no-repeat;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item:nth-child(2) > i {
    background: url(../images/add2.png) center no-repeat;
  }
  .section7 .sec7 .foo .foo_txt .foo_add .add_item:nth-child(3) > i {
    background: url(../images/add3.png) center no-repeat;
  }
  .section7 .sec7 .foo .foo_txt .ewm {
    margin-top: 0.35rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
  }
  .section7 .sec7 .foo .foo_txt .ewm > img {
    width: 100%;
    height: 100%;
  }
  .section7 .sec7 .foo .foo_txt .links {
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3rem 0;
    margin-top: 19.5%;
  }
  .section7 .sec7 .foo .foo_txt .links .links_tit {
    font-size: 0.16rem;
    color: #333333;
    padding-left: 0.1rem;
  }
  .section7 .sec7 .foo .foo_txt .links .links_list > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #a0a0a0;
    padding: 0 0.05rem;
  }
  .section7 .sec7 .foo .foo_txt .links .links_list > a:hover {
    color: #1264d2;
    transform: translate(0.05rem);
  }
  .section7 .sec7 .foo .foo_inform {
    position: relative;
    height: 100%;
    border-left: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 0;
  }
  .section7 .sec7 .foo .foo_inform .foo_block {
    width: 100%;
    height: 3.36rem;
    background: url(../images/foo_bg.jpg) center no-repeat;
    background-size: cover;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con {
    width: 100%;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr {
    width: 50%;
    padding: 5% 0 0 3%;
    box-sizing: border-box;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr > h3 {
    line-height: 0.28rem;
    color: #333333;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr > h3 span {
    font-size: 0.36rem;
    font-weight: normal;
    margin-right: 0.18rem;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con input {
    background: transparent;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con input::placeholder {
    color: #bfbfbf;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con input:focus::placeholder {
    color: transparent;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con .inputs > input {
    float: left;
    width: 49%;
    height: 0.5rem;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-top: 12%;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con .inputs #userName {
    margin-right: 2%;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con #content {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 5%;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin: 16% 0;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con .in_item {
    width: 49%;
    margin-right: 2%;
    height: 0.5rem;
    position: relative;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con .in_item > input {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 0 1.2rem 0 0;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con .in_item > img {
    position: absolute;
    cursor: pointer;
    width: 1rem;
    height: 100%;
    right: 0;
    bottom: 0;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .in_nr .in_nr_con > button {
    width: 49%;
    height: 0.5rem;
    cursor: pointer;
    font-size: 0.14rem;
    color: #f9f9f9;
    background-color: #1264d2;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav {
    width: 50%;
    padding: 5% 5% 0;
    box-sizing: border-box;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list {
    width: 100%;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list .foo_item {
    width: 46%;
    height: 2.12rem;
    margin: 0 8% 5% 0;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
    padding-top: 3%;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list .foo_item > h3 {
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #333333;
    margin: 5% 0;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list .foo_item li {
    width: 100%;
    font-size: 0.14rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list .foo_item li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.05rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9d9d9d;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list .foo_item li > a:hover {
    color: #1264d2;
  }
  .section7 .sec7 .foo .foo_inform .foo_in_con .foo_nav .foo_nav_list .foo_item:nth-child(2n) {
    margin-right: 0;
  }
  .section7 .sec7 .foo .foo_inform .foo_bq {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2%;
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.22rem;
    background-color: #1264d2;
    text-align: center;
    color: #ffffff;
  }
  .section7 .sec7 .foo .foo_inform .foo_bq a {
    color: #ffffff;
  }
  .section7 .sec7 .foo .foo_inform .foo_bq img {
    display: inline-block;
    vertical-align: middle;
  }
  /* foo E */



