﻿
        .top_bg {
            background: url(../images/top_bg.gif) repeat-x;
            height: 175px;
            position: relative;
            z-index: 10;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .header .isear {
            width: 20px;
            position: absolute;
            top: 142px;
            right: 0;
            z-index: 30;
        }
        
        .header .isear .icon {
            display: block;
            width: 20px;
            height: 20px;
            background: url(../images/s_so.gif) no-repeat 50% 50%;
            cursor: pointer;
            -webkit-transition: transform .3s;
            transition: transform .3s;
        }
        
        .header .isear .icon:hover {
            -webkit-transform: translate(-10px, 0);
            transform: translate(10px, 0);
        }
        
        .header .isearch {
            position: absolute;
            right: 0;
            top: 33px;
            padding: 5px;
            background-color: #fff;
            width: 295px;
            height: 30px;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            z-index: 5;
            transform-origin: 100% 0;
            -webkit-transform-origin: 100% 0;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: all .5s;
            transition: all .5s;
        }
        
        .header .isearch .ser_inp {
            display: block;
            float: left;
            width: 204px;
            height: 16px;
            line-height: 16px;
            padding: 7px 10px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            position: relative;
            border: none;
        }
        
        .header .isearch .ser_so {
            cursor: pointer;
            display: block;
            float: left;
            width: 70px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 12px;
            background-color: #e6a13a;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            position: relative;
            color: #fff;
            border: none;
        }
        
        .header .isearch:before {
            content: '';
            position: absolute;
            display: block;
            border: 5px solid transparent;
            border-right: 7px solid #e6a13a;
            z-index: 3;
            right: 75px;
            top: 16px;
        }
        
        .header .isear.open .isearch {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
        
        .header .isear .icon:hover {
            -webkit-animation: hvr-buzz-out 0.75s linear;
            animation: hvr-buzz-out 0.75s linear;
        }
        
        .h_con {
            height: 88px;
            padding: 0 0 0;
            overflow: hidden;
        }
        
        .h_con .logo {
            float: left;
            width: 121px;
        }
        
        .h_con .logo img {
            width: 115px;
            height: 82px;
        }
        
        .h_con .h_dw {
            float: left;
            padding: 0 0 0 30px;
            line-height: 40px;
            background: url(../images/t_line.gif) no-repeat 0 8px;
            font-size: 22px;
            color: #555;
        }
        
        .h_dw span {
            display: block;
            font-size: 26px;
            color: #333;
            font-weight: bold;
        }
        
        .h_con .tel {
            float: right;
            line-height: 30px;
            margin-top: 27px;
        }
        
        .tel span {
            display: block;
            background: url(../images/tel.gif) no-repeat 0 8px;
            padding: 0 0 0 25px;
            font-size: 16px;
            color: #333;
        }
        
        .tel b {
            font-size: 24px;
        }
        
        .h_nav {
            height: 50px;
            line-height: 50px;
            position: relative;
        }
        
        .h_nav ul li {
            float: left;
            position: relative;
        }
        
        .h_nav ul li a {
            font-size: 14px;
            color: #333;
            padding: 0 33px;
            float: left;
            display: block;
            height: 50px;
        }
        
        .h_nav ul li.cur a,
        .h_nav li a:hover {
            color: #fff;
            background: #e6a13a;
        }
        
        .h_nav .nav_ico {
            display: block;
            position: absolute;
            top: 17px;
            left: 26px;
            line-height: 0;
        }
        
        .h_nav ul li:first-child a {
            padding-left: 50px;
        }
        
        em,
        i {
            font-style: normal;
        }
        
        .top_bg .site_nav {
            height: 36px;
            line-height: 36px;
            border-bottom: 1px solid #eaeaea;
            font-size: 14px;
            color: #858585;
        }
        
        .h_nav li div {
            position: absolute;
            left: 0;
            top: 48px;
            border: 1px solid #f1b837;
            text-align: center;
            background: #fff;
            width: 100%;
            display: none;
        }
        
        .h_nav li div a {
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #ccc;
            font-size: 14px;
            color: #333;
            padding: 0;
            display: block;
            width: 100%;
        }
        .h_nav li div a span{
            height: 50px;
            line-height: 50px;
        }
        .h_nav li div dl {
            width: 100%;
            text-align: center;
            background: #fff;
        }
        .h_nav li div dl dt{
            display: none;
            position: absolute;
            left: 101%;
            width: 170px;
            background: #fff;
            /* padding: 10px; */
        }
        .h_nav li div dl:hover dt{
            display: block
        }
        
        .h_nav li div dl dt a {
            /* height: 40px; */
            /* line-height: 40px; */
            font-size: 13px;
        }
        .h_nav li:hover div{
            display: block;
        }
        
        .h_nav li:hover div a,
        .h_nav li.cur div a {
            background: none;
            color: #333;
        }
        
        .h_nav li div a:hover {
            background: #f1b837;
            color: #fff;
        }
        
        .h_nav li div a:last-child {
            border: 0;
        }
    

        /*banner*/
        
        .fullSlide {
            min-width: 1200px;
            position: relative;
            height: 650px;
        }
        
        .fullSlide .bd {
            position: relative;
            z-index: 0;
        }
        
        .fullSlide .bd ul {
            width: 100% !important;
        }
        
        .fullSlide .bd li {
            width: 100% !important;
            height: 650px;
            overflow: hidden;
            text-align: center;
        }
        
        .fullSlide .bd li a {
            display: block;
            height: 650px;
        }
        
        .fullSlide .bd li img {
            width: 1920px;
            height: 650px;
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -960px;
        }
        
        .fullSlide .hd {
            width: 1200px;
            left: 50%;
            margin-left: -600px;
            bottom: 30px;
            position: absolute;
            z-index: 1;
            overflow: hidden;
        }
        
        .fullSlide .hd ul {
            margin-left: 500px;
        }
        
        .fullSlide .hd ul li {
            float: left;
            margin: 0 5px;
            display: inline;
            cursor: pointer;
            width: 62px;
            height: 5px;
            background: #fff;
            text-indent: -999px;
        }
        
        .fullSlide .hd ul .on {
            background: #e6a13a;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(../images/viskins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

.luanlai{
  position:relative;
  background-color:#f2f2f2;
  background: url(../images/75670caaffbe40d599cfadcf8db4d5ce_2.jpg) no-repeat center top;
  height: 520px;
}
.luanlai .h2 {
  position: absolute;
  left: 460px;
  top: 120px;
  font-size: 30px;
  color: #333;
  font-weight: normal;
  line-height: 45px;
}
.luanlai .h2 em {
  display: block;
  font-size: 45px;
  color: #f7c433;
  font-weight: 400;
}
.luanlai .h2 span {
  display: block;
  font-size: 24px;
  color: #333;
}
.luanlai li {
  position: absolute;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 30px 0 0 70px;
  height: 80px;
}
.luanlai .li01 {
  width: 202px;
  left: 159px;
  top: 110px;
  border-right: none;
}
.luanlai .li02 {
  width: 307px;
  left: 54px;
  top: 232px;
  border-right: none;
}
.luanlai .li03 {
  width: 226px;
  left: 135px;
  top: 352px;
  border-right: none;
}
.luanlai .li04 {
  width: 182px;
  right: 160px;
  top: 110px;
  padding-left: 30px;
  padding-right: 60px;
  border-left: none;
}
.luanlai .li05 {
  width: 286px;
  right: 56px;
  top: 232px;
  padding-left: 30px;
  padding-right: 60px;
  border-left: none;
}
.luanlai .li06 {
  padding-left: 30px;
  width: 266px;
}
.luanlai .li06 {
  right: 136px;
  top: 352px;
  border-left: none;
}
.luanlai li i {
  display: block;
  font-style: normal;
  font-size: 26px;
  color: #222222;
  font-weight: bold;
}
.luanlai li em {
  position: absolute;
  left: -60px;
  top: -6px;
  background: url(../images/5b12ccdfce484d4099da8417bccb4fb0_4.png) no-repeat;
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  font-family: arial;
  transition: transform 0.2s ease-out 0s;
  transform: rotate(0deg);
}
.luanlai .li05 em {
  left: 318px;
}
.luanlai .li04 em {
  left: 216px;
}
.luanlai .li06 span {
  position: absolute;
  left: 238px;
  top: -6px;
}
body .luanlai li.ys{background-color:#e6a13a;color:#FFF;}
body .luanlai li.ys i{color:#FFF;}


    .zhansd{display:none;position:absolute;top:0;left:210px;}
    .mjig{width:200px;position:relative;}
    body .mjig .cuu{background: #e6a13a;color: #fff;}
    .mjig .lianjie{  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e6a13a;
  margin: 10px;
  text-align: center;}
  .caoz{font-size:30px;top:-32px;display:inline-block;color:#FFF;background:#000;text-align:center;width:70px;height:30px;line-height:30px;position:absolute;}


    .six_m p strong{font-size:24px;color:#FFF;width:440px;display:inline-block;}
    .six_m p em{font-size: 32px;
  border: 3px solid #dfdfdf;
  display: inline-block;
  text-align: center;
  height: 60px;
  text-indent: 0;
  width: 50px;
  line-height: 60px;}
    .six_m p b{font-weight:normal;text-indent:2em;padding:15px;display:block;  padding: 20px 180px 20px 30px;}


        .f_bg {
            background: url(../images/f_bg.gif) no-repeat center 0;
            height: 256px;
            overflow: hidden;
            padding: 36px 0 0;
        }
        
        .footer {
            width: 1200px;
            margin: 0 auto;
        }
        
        .f_nav {
            height: 228px;
            width: 450px;
            padding: 30px 0 0;
        }
        
        .f_nav ul li {
            height: 45px;
            line-height: 45px;
            overflow: hidden;
            width: 148px;
            float: left;
            background: url(../images/f_ico01.gif) no-repeat 0 15px;
        }
        
        .f_nav ul li a {
            font-size: 15px;
            color: #fff;
            padding: 0 0 0 25px;
        }
        
        .f_nav ul li a:hover {
            font-weight: bold;
        }
        
        .f_logo {
            width: 300px;
            height: 258px;
            text-align: center;
        }
        
        .f_logo h5 {
            width: 148px;
            height: 92px;
            padding: 0 0 15px;
            margin: 0 auto;
        }
        
        .f_logo h5 img {
            width: 148px;
            height: 90px;
        }
        
        .f_logo p {
            font-size: 13px;
            color: #fff;
            line-height: 30px;
            height: 30px;
            width: 266px;
            margin: 0 auto;
        }
        
        .f_logo p a {
            color: #fff;
        }
        
        .f_ban {
            width: 410px;
            height: 238px;
            padding-top: 19px;
        }
        
        .f_p01 {
            font-size: 12px;
            color: #d5d5d5;
            line-height: 26px;
            height: 26px;
        }
        
        .f_p01 a {
            font-size: 12px;
            color: #d5d5d5;
        }
        
        .f_p01 span {
            padding: 0 10px;
        }
        
        .f_p02 span {
            padding: 0;
        }
        
        .f_er {
            width: 133px;
            height: 110px;
            overflow: hidden;
            display: inline-block;
        }
        
        .f_er p {
            width: 177px;
            float: left;
        }
        
        .f_er em {
            width: 106px;
            height: 106px;
            display: block;
            float: left;
            padding: 0 4px 0 0;
        }
        
        .f_er img {
            width: 100px;
            height: 100px;
        }
        
        .f_er span {
            display: block;
            font-size: 12px;
            color: #fff;
            line-height: 16px;
            float: left;
            width: 20px;
            text-align: center;
            padding: 6px 0 0;
        }
        
        body {
            position: relative;
        }
    

     .f_link{line-height: 40px;overflow: hidden;}
.f_link b{display: block;float: left;font-size: 16px;color: #333;width: 80px;font-weight: normal;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px;} 
  

    
.f_ban p {
    line-height: 25px;
    font-size: 13px;
    color: #c2c2c2;
}
.f_ban p a{
    color:#c2c2c2
}