<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------*/

/*copyright by åŠ¨åŠ›æ—&nbsp;é™  www.btoe.cn*/

/*é‚®ç®± btoe@btoe.cn*/

/*åˆä½œç”µè¯ 400-0599-360*/

/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/

/*-----------------------------------------------------------*/





/*Generated by wjdhcms 3.0 */

@charset "utf-8";



::-webkit-scrollbar {

    width: 12px;

    height: 12px;

    background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

    border-radius: 12px;

    background-color: #E2E2E2;

}



::-webkit-scrollbar-thumb {

    border-radius: 12px;

    -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: #1e3485;

	color: #fff;

}



::-moz-selection {

	background-color: #1e3485;

	color: #fff;

}



::-webkit-selection {

	background-color: #1e3485;

	color: #fff;

}



#wjdh-kefu .wjdh-kefu-qq p,

#wjdh-kefu .wjdh-kefu-qq a,

#wjdh-kefu .wjdh-kefu-tel p,

#wjdh-kefu .wjdh-kefu-tel img,

#wjdh-kefu .wjdh-kefu-erweima img{

    box-sizing: content-box;

}

* {

    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;

}

*:before, *:after {

    box-sizing: content-box;

}

:focus {

    outline: 1;

}



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;

    resize: none;

}







h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}



.webqq_ewm{box-sizing: content-box;}





.fixedNav {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

   box-shadow: 0px 10px 12px rgba(0,0,0,.1);

}







html{

        cursor: url(../images/cur.png),

        default;

}



a{

   cursor: url(../images/Acur.png),

   default ;

}



textarea{

    animation: animated 1s infinite;

    -moz-animation: animated 1s infinite;

    -webkit-animation: animated 1s infinite;

    -o-animation: animated 1s infinite;

 

}



input[type="text"]{

     animation: animated 1s infinite;

    -moz-animation: animated 1s infinite;

    -webkit-animation: animated 1s infinite;

    -o-animation: animated 1s infinite;

}

input[type="button"]

{

   cursor: url(../images/Acur.png),

   default  !important;

}



input,button{

        outline: none;

}



@keyframes animated {

    0% {

        cursor: url('../images/Pcuro1.png'),

        auto;

    }



    8.8% {

        cursor: url('../images/Pcuro2.png'),

            auto;

    }



    17.6% {

        cursor: url('../images/Pcuro3.png'),

            auto;

    }



    26.4% {

        cursor: url('../images/Pcuro4.png'),

            auto;

    }



    35.2% {

        cursor: url('../images/Pcuro5.png'),

            auto;

    }



    44% {

        cursor: url('../images/Pcuro6.png'),

            auto;

    }



    52.8% {

        cursor: url('../images/Pcuro7.png'),

            auto;

    }



    61.6% {

        cursor: url('../images/Pcuro8.png'),

            auto;

    }



    70.4% {

        cursor: url('../images/Pcuro9.png'),

            auto;

    }



    79.2% {

        cursor: url('../images/Pcuro10.png'),

            auto;

    }



    88% {

        cursor: url('../images/Pcuro11.png'),

            auto;

    }



    100% {

        cursor: url('../images/Pcuro12.png'),

            auto;

    }



    

}







.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}



.top_line{

    width: 100%;

    height: 1px;

    background: transparent;

}





.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);

      }

  }



  .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);

  

    }

  

}





/* nav S */

.navi {

    width: 100%;

    height: 128px;

    line-height: 63px;

    background-color: #fff;

    position: relative;

    z-index: 2;

  }

  .navi .navi_main {

    width: 100%;

    padding: 0 4%;

    box-sizing: border-box;

    margin: 0 auto;

    height: 100%;

  }

  .navi .navi_main .navi_list {

    width: 68%;

    height: 40px;

    margin-top: 50px;

    margin-left: 5%;

  }

  .navi .navi_main .navi_list &gt; li {

    float: left;

    width: 11.1111%;

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    color: #333333;

  }

  .navi .navi_main .navi_list &gt; li &gt; a {

    display: block;

    width: 100%;

    color: #333333;

    position: relative;

    z-index: 1;

    text-align: center;

    box-sizing: border-box;

  }

  .navi .navi_main .navi_list &gt; li &gt; a&gt;span{

    display: block;

    height: 100%;

    font-size: 16px;

    color: #333333;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }



  .navi .navi_main .navi_list &gt; li &gt; a::after {

    content: "";

    position: absolute;

    width: 0;

    height: 100%;

    background-color: #1e3485;

    left: 50%;

    transform: translate(-50%);

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

    z-index: -1;

    top: 0;

	border-radius: 20px;

  }

  .navi .navi_main .navi_list &gt; li &gt; a::before{

      width: 0;

      content: "";

      position: absolute;

      height: 32px;

      left: 0;

      top: 50%;

      transform: translateY(-50%);

      background: url(../images/nav_on.png) center no-repeat;

      transition: all 0.7s ease-in-out;

      -webkit-transition: all 0.7s ease-in-out;

  }



  .navi .navi_main .navi_list &gt; li.another &gt; a&gt;span{

    color: #fff;

  }

  .navi .navi_main .navi_list &gt; li.another &gt; a::after {

    width: 100%;

  }

  .navi .navi_main .navi_list &gt; li.another &gt; a::before {

    width: 15px;

  }

  .xiala{

    top: 122px;

    width: 1260px !important;

  }

  .xiala .main{

    width: 1200px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro {

    position: absolute;

    width: 1260px;

    height: 475px;

    background-color: #f8f8f8;

    overflow: hidden;

    left: 50%;

    transform: translate(-50%);

    padding-top: 33px;

    box-sizing: border-box;

    display: none;

    border-radius: 0 0 10px 10px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt {

    width: 100%;

    margin: 0 auto;

    transform: translateY(10px);

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li {

    float: left;

    width: 16.1%;

    margin-right: 0.6%;

    height: 80px;

    background-color: #ffffff;

    border-radius: 10px 0px 0px 0px;

    padding: 12px 0 0 12px;

    box-sizing: border-box;

    overflow: hidden;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li:hover &gt; a {

    color: #1e3485;

    transform: translate(5px);

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li:hover &gt; a::after {

    right: 15px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li &gt; span {

    display: block;

    font-size: 14px;

    line-height: 14px;

    font-family: Arial;

    color: #666666;

    background: url(../images/navi1.png) left center no-repeat;

    padding-left: 26px;

    box-sizing: border-box;

    text-align: left;

    margin-left: 13px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li &gt; a {

    display: block;

    width: 100%;

    height: 48px;

    border-bottom: 1px solid #1e3485;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-size: 16px;

    line-height: 48px;

    color: #1e3485;

    padding: 0 30px 0 13px;

    box-sizing: border-box;

    position: relative;

    text-align: left;

    background: #f5fafe;

    border-radius: 10px 0 0 0;

    margin-top: 5px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li &gt; a::after {

    content: "";

    position: absolute;

    width: 14px;

    height: 5px;

    background: url(../images/navi2.png) center no-repeat;

    animation: 2s infinite myfirst2;

    right: 10px;

    top: 50%;

    margin-top: -3px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pt ul li:nth-child(6n) {

    margin-right: 0;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v {

    width: 100%;

    margin-top: 30px;

    transform: translateY(10px);

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .nav_pro_vl {

    width: 380px;

    height: 300px;

    background-color: #ffffff;

    border-radius: 10px;

    padding: 10px;

    position: relative;

    box-sizing: border-box;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .nav_pro_vl:hover &gt; a &gt; img {

    transform: scale(1.05);

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .nav_pro_vl &gt; a {

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 10px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .nav_pro_vl &gt; a &gt; img {

    width: 100%;

    height: 100%;

    border-radius: 10px;

    object-fit: cover;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .nav_pro_vl .navi_pro_txt {

    position: absolute;

    width: 250px;

    height: 35px;

    color: #000000;

    border-radius: 0px 10px 10px 0px;

    background: rgba(255, 255, 255, 0.7);

    left: 10px;

    bottom: 30px;

    line-height: 35px;

    text-align: left;

    font-size: 14px;

    padding: 0 28px;

    box-sizing: border-box;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .nav_pro_vl .navi_pro_txt::after {

    content: "";

    position: absolute;

    width: 2px;

    height: 14px;

    background-color: #1e3485;

    top: 11px;

    left: 13px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr {

    width: 800px;

    height: 300px;

    background-color: #ffffff;

    border-radius: 10px;

    padding: 20px 20px 0;

    box-sizing: border-box;

    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li {

    float: left;

    width: 242px;

    height: 263px;

    margin-right: 16px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_box {

    border: solid 1px #1e3485;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_box &gt; a &gt; img {

    transform: scale(1.05);

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t &gt; a {

    color: #1e3485;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t &gt; span {

    background: #1e3485;

    border: solid 1px #1e3485;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t &gt; span &gt; a {

    color: #ffffff;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box {

    width: 100%;

    height: 190px;

    border-radius: 10px;

    border: solid 1px #eeeeee;

    box-sizing: border-box;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box &gt; a {

    display: block;

    width: 100%;

    height: 100%;

    position: relative;

    overflow: hidden;

    border-radius: 10px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box &gt; a &gt; img {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    max-width: 100%;

    max-height: 100%;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

    border-radius: 10px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t {

    margin-top: 17px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t &gt; a {

    display: block;

    width: 100%;

    font-size: 14px;

    line-height: 14px;

    color: #454545;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    margin-bottom: 12px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

    position: relative;

    padding: 0 30px 0 10px;

    box-sizing: border-box;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t &gt; a::after {

    content: "";

    position: absolute;

    width: 15px;

    height: 2px;

    background: #e0e0e2;

    right: 10px;

    top: 50%;

    margin-top: -1px;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t &gt; span {

    display: block;

    width: 150px;

    height: 30px;

    border-radius: 15px;

    border: solid 1px #eeeeee;

    box-sizing: border-box;

    text-align: center;

    line-height: 28px;

    font-size: 14px;

    color: #999999;

    margin: 0 auto;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t &gt; span &gt; a {

    display: block;

    width: 100%;

    height: 100%;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_pro .navi_pro_v .navi_pro_vr ul li:nth-child(3n) {

    margin-right: 0;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab {

    position: absolute;

    width: 70%;

    overflow: hidden;

    background-color: #f8f8f8;

    height: 430px;

    padding-top: 35px;

    box-sizing: border-box;

    left: 50%;

    transform: translate(-50%);

    display: none;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_abt {

    line-height: 18px;

    text-align: left;

    padding-left: 28px;

    font-size: 16px;

    color: #333333;

    background: url(../images/navi3.png) left center no-repeat;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con {

    width: 100%;

    margin-top: 26px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_txt {

    width: 750px;

    height: 300px;

    background: url(../images/navi_abbg.jpg) center no-repeat;

    padding: 35px 0 0 30px;

    box-sizing: border-box;

    transition: all 0.8s ease;

    transform: translate(-20px);

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_txt &gt; h5 {

    width: 420px;

    font-size: 14px;

    color: #666666;

    line-height: 30px;

    height: 240px;

    overflow: hidden;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_txt &gt; h5 a {

    color: #999999;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_txt &gt; h5 a:hover {

    color: #1e3485;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico {

    width: 420px;

    transition: all 0.8s ease;

    transform: translate(20px);

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item {

    width: 200px;

    height: 300px;

    background-color: #ffffff;

    border-radius: 10px;

    padding-top: 47px;

    box-sizing: border-box;

    margin-right: 20px;

    position: relative;

    z-index: 1;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover {

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover &gt; i {

    background: #1e3485;

    border: solid 1px #1e3485;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover &gt; i &gt; a {

    color: #ffffff;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item::after {

    content: "";

    position: absolute;

    width: 58px;

    height: 58px;

    background-color: #f8f8f8;

    border-radius: 50%;

    z-index: -1;

    top: 82px;

    left: 50%;

    transform: translate(-50%);

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item &gt; a {

    display: block;

    width: 100%;

    height: 74px;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item &gt; span {

    display: block;

    font-size: 18px;

    line-height: 18px;

    color: #333333;

    margin: 50px 0 20px;

    text-align: center;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item &gt; em {

    display: block;

    width: 37px;

    height: 1px;

    background-color: #1e3485;

    margin: 0 auto 20px;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item &gt; i {

    display: block;

    width: 150px;

    height: 30px;

    border-radius: 15px;

    border: solid 1px #eeeeee;

    box-sizing: border-box;

    margin: 0 auto;

    text-align: center;

    font-size: 14px;

    color: #999999;

    line-height: 28px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item &gt; i &gt; a {

    display: block;

    width: 100%;

    height: 100%;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

    color: #999999;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(1) &gt; a {

    background: url(../images/navi4.png) center no-repeat;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(2) {

    margin-right: 0;

  }

  .navi .navi_main .navi_list &gt; li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(2) &gt; a {

    background: url(../images/navi5.png) center no-repeat;

  }

  .navi .navi_main .navi_list &gt; li .navi_news {

    position: absolute;

    width: 70%;

    height: 490px;

    background-color: #f8f8f8;

    overflow: hidden;

    left: 50%;

    transform: translate(-50%);

    padding-top: 32px;

    box-sizing: border-box;

    display: none;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top {

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

    opacity: 0;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top &gt; .navi_newst {

    font-size: 16px;

    line-height: 18px;

    padding-left: 23px;

    background: url(../images/navi6.png) left center no-repeat;

    color: #333333;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top &gt; .navi_newst a {

    color: #333333;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist {

    width: 100%;

    margin-top: 15px;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li {

    float: left;

    width: 23.5%;

    height: 220px;

    margin-right: 2%;

    background-color: #ffffff;

    padding: 40px 20px 0;

    box-sizing: border-box;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li:hover {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li:hover &gt; a {

    color: #1e3485;

    transform: translate(5px);

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; a {

    display: block;

    font-size: 16px;

    line-height: 16px;

    color: #333333;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; span {

    display: block;

    width: 31px;

    height: 1px;

    background-color: #1e3485;

    margin: 26px 0 20px;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; p {

    width: 100%;

    font-size: 14px;

    line-height: 24px;

    height: 48px;

    overflow: hidden;

    color: #666666;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; h5 {

    line-height: 14px;

    margin-top: 30px;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; h5 &gt; span {

    font-size: 14px;

    color: #666666;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; h5 &gt; a {

    font-size: 14px;

    font-family: Arial;

    color: #1e3485;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li &gt; h5 &gt; a:hover {

    transform: translate(-5px);

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_top .navi_news_tlist li:nth-child(4n) {

    margin-right: 0;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm {

    margin-top: 27px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

    opacity: 0;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm &gt; .navi_newst {

    font-size: 16px;

    line-height: 18px;

    padding-left: 23px;

    background: url(../images/navi7.png) left center no-repeat;

    color: #333333;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm &gt; .navi_newst a {

    color: #333333;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon {

    width: 100%;

    height: 120px;

    background-color: #ffffff;

    padding: 10px 20px 0;

    box-sizing: border-box;

    margin-top: 16px;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li {

    float: left;

    width: 366px;

    height: 44px;

    box-sizing: border-box;

    border-bottom: solid 1px #eeeeee;

    line-height: 43px;

    margin-right: 30px;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li:hover &gt; a {

    color: #1e3485;

    transform: translate(5px);

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li:hover &gt; a::after {

    transform: rotateY(360deg);

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li &gt; a {

    float: left;

    width: 75%;

    height: 100%;

    font-size: 14px;

    color: #666666;

    padding-left: 20px;

    position: relative;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li &gt; a::after {

    content: "";

    position: absolute;

    width: 7px;

    height: 13px;

    background: url(../images/navi8.png) center no-repeat;

    left: 0;

    top: 50%;

    margin-top: -7px;

    transition: all 0.7s ease-in-out;

    -webkit-transition: all 0.7s ease-in-out;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li &gt; span {

    font-size: 14px;

    font-family: Arial;

    color: #999999;

  }

  .navi .navi_main .navi_list &gt; li .navi_news .main .navi_news_botm .navi_news_bcon ul li:nth-child(3n) {

    margin-right: 0;

  }



  /* nav E */



  /* xunpan S */

.container1 {

    height: auto;

    margin: 0 auto;

}

.topxunpan {

    text-align: left;

    writing-mode: tb-rl;

    box-sizing: border-box;

    margin-top: 70px;

}

.topxunpan&gt;i{

    display: block;

    width: 40px;

    height: 40px;

    margin: 18px auto 10px;

}

.topxunpan .xp {

    position: relative;

    color: #666666;

    font-size: 14px;

    cursor: pointer;

    z-index: 3;

}

.topxunpan .xp img {

    position: relative;

    top: 2px;

    margin-right: 2px;

}

.topxunpan .xp i {

    color: #1e3485;

    font-size: 14px;

}

.topxunpan .xp #xunpantip {

    z-index: 999;

    position: absolute;

    writing-mode: horizontal-tb;

    top: 35px;

    left: 400%;

    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;

}





.logo {

  margin-top: 30px;

}

.logo &gt; h1 {

  width: 314px;

  height: 45px;

  margin: 0 0 8px 0;

}

.logo &gt; h1 &gt; a {

  display: block;

  width: 100%;

}

.logo &gt; h1 &gt; a &gt; img {

  width: 100%;

}

.logo &gt; h3 {

  font-size: 17px;

  line-height: 17px;

  letter-spacing: 1px;

  color: #333333;

  text-align: center;

}

.logo &gt; h3 span {

  display: inline-block;

  vertical-align: middle;

  width: 10px;

  height: 1px;

  background-color: #666666;

  margin: 0 3px;

}

.ser {

  width: 28px;

  height: 28px;

  margin-top: 57px;

  position: relative;

}

.ser .ser_ico {

  position: relative;

  width: 100%;

  height: 100%;

  background: url(../images/ser.png) center no-repeat;

  cursor: pointer;

}

.ser .ser_bar {

  position: absolute;

  width: 0;

  height: 40px;

  left: -270px;

  top: 40px;

  opacity: 0;

  transition: all 0.7s ease-in-out;

  -webkit-transition: all 0.7s ease-in-out;

}

.ser .ser_bar.on {

  width: 300px;

  opacity: 1;

}

.ser .ser_bar &gt; input {

  display: block;

  width: 100%;

  height: 100%;

  padding: 0 50px 0 15px;

  box-sizing: border-box;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  color: #666666;

}

.ser .ser_bar &gt; input:focus {

  color: #333333;

}

.ser .ser_bar &gt; button {

  position: absolute;

  width: 28px;

  height: 100%;

  top: 0;

  right: 5px;

  cursor: pointer;

  background: url(../images/ser.png) center no-repeat;

}



/* foo S */

.foo {

  width: 100%;

  height: 798px;

  background: url(../images/foo_bg.jpg) center no-repeat;

  padding-top: 90px;

  box-sizing: border-box;

}

.foo .foo_main .foo_top {

  width: 100%;

}

.foo .foo_main .foo_top .foo_add {

  width: 600px;

  margin-top: 100px;

}

.foo .foo_main .foo_top .foo_add .add_item {

  line-height: 20px;

  font-size: 14px;

  color: #aaaaaa;

  height: 20px;

  margin-bottom: 30px;

}

.foo .foo_main .foo_top .foo_add .add_item &gt; i {

  display: inline-block;

  vertical-align: middle;

  margin-right: 12px;

  width: 20px;

  height: 100%;

}

.foo .foo_main .foo_top .foo_add .add_item span {

  display: inline-block;

  vertical-align: middle;

  font-size: 18px;

  font-weight: bold;

  font-family: Arial;

  color: #aaaaaa;

}

.foo .foo_main .foo_top .foo_add .add_item em {

  display: inline-block;

  vertical-align: middle;

  font-size: 16px;

  color: #aaaaaa;

}

.foo .foo_main .foo_top .foo_add .add_item:nth-child(1) {

  margin-right: 60px;

}

.foo .foo_main .foo_top .foo_add .add_item:nth-child(1) &gt; i {

  background: url(../images/foo_ico1.png) center no-repeat;

}

.foo .foo_main .foo_top .foo_add .add_item:nth-child(2) &gt; i {

  background: url(../images/foo_ico2.png) center no-repeat;

}

.foo .foo_main .foo_top .foo_add .add_item:nth-child(3) &gt; i {

  background: url(../images/foo_ico3.png) center no-repeat;

}

.foo .foo_main .foo_top .inform {

  width: 570px;

}

.foo .foo_main .foo_top .inform &gt; input {

  float: left;

  width: 280px;

  height: 38px;

  border: solid 1px #dddddd;

  box-sizing: border-box;

  padding: 0 40px;

}

.foo .foo_main .foo_top .inform #userName {

  background: url(../images/in1.png) 10px center no-repeat;

}

.foo .foo_main .foo_top .inform #userPhone {

  background: url(../images/in2.png) 10px center no-repeat;

}

.foo .foo_main .foo_top .inform .code_box {

  width: 100%;

  position: relative;

  height: 38px;

  margin: 20px 0;

}

.foo .foo_main .foo_top .inform .code_box &gt; img {

  float: left;

  cursor: pointer;

  width: 90px;

  height: 36px;

}

.foo .foo_main .foo_top .inform .code_box &gt; input {

  float: right;

  width: 470px;

  height: 38px;

  border: solid 1px #dddddd;

  box-sizing: border-box;

  padding: 0 14px;

  background: transparent;

}

.foo .foo_main .foo_top .inform textarea {

  display: block;

  width: 100%;

  height: 82px;

  border: solid 1px #dddddd;

  box-sizing: border-box;

  padding: 16px 42px;

  background: url(../images/in3.png) 12px 12px no-repeat;

}

.foo .foo_main .foo_top .inform &gt; button {

  display: block;

  width: 228px;

  height: 42px;

  background-color: #1e3485;

  border-radius: 6px 0px 6px 0px;

  cursor: pointer;

  font-size: 16px;

  color: #ffffff;

  margin-top: 20px;

}

.foo .foo_main .foo_con {

  width: 100%;

}

.foo .foo_main .foo_con .foo_tit &gt; p {

  font-size: 24px;

  font-weight: bold;

  line-height: 24px;

  color: #dddddd;

  margin-bottom: 16px;

}

.foo .foo_main .foo_con .foo_tit &gt; h3 {

  font-size: 20px;

  line-height: 20px;

  color: #cccccc;

}

.foo .foo_main .foo_con .foo_nr {

  margin-top: 60px;

}

.foo .foo_main .foo_con .foo_nr .foo_nav dl {

  float: left;

  width: 200px;

}

.foo .foo_main .foo_con .foo_nr .foo_nav dl &gt; dt {

  width: 100%;

  font-size: 16px;

  line-height: 16px;

  color: #ffffff;

  margin-bottom: 20px;

}

.foo .foo_main .foo_con .foo_nr .foo_nav dl &gt; dd {

  width: 100%;

  font-size: 14px;

  line-height: 30px;

}

.foo .foo_main .foo_con .foo_nr .foo_nav dl &gt; dd &gt; a {

  display: block;

  width: 100%;

  height: 100%;

  color: #999999;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

}

.foo .foo_main .foo_con .foo_nr .foo_nav dl &gt; dd &gt; a:hover {

  color: #fff;

  transform: translate(5px);

}

.foo .foo_main .foo_con .foo_nr .ewm .ewm_item {

  width: 120px;

  margin-right: 80px;

}

.foo .foo_main .foo_con .foo_nr .ewm .ewm_item .ewm_box {

  width: 100%;

  height: 120px;

  background: url(../images/ewm_bg.png) center no-repeat;

  padding: 8px;

  box-sizing: border-box;

}

.foo .foo_main .foo_con .foo_nr .ewm .ewm_item .ewm_box &gt; img {

  width: 100%;

  height: 100%;

}

.foo .foo_main .foo_con .foo_nr .ewm .ewm_item &gt; p {

  text-align: center;

  font-size: 14px;

  line-height: 14px;

  letter-spacing: 1px;

  color: #999999;

  margin-top: 17px;

}

.foo .foo_main .foo_con .foo_nr .ewm .ewm_item:nth-last-child(1) {

  margin-right: 0;

}

.foo .foo_main .bq {

  width: 100%;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  box-sizing: border-box;

  font-size: 14px;

  color: #999999;

  line-height: 50px;

  margin-top: 45px;

  padding-top: 10px;

}

.foo .foo_main .bq a {

  color: #999999;

}

.foo .foo_main .bq img {

  display: inline-block;

  vertical-align: middle;

}

.foo .foo_main .bq &gt; p:nth-child(2) {

  text-align: right;

}

/* foo E */</pre></body></html>