
        .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 {
          
            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;padding-top: 12px;
        }
        
        .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 74px;
            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 p {
           position: absolute;
    left: 0;
    top: 50px;
    /* border: 1px solid #f1b837; */
    text-align: center;
    background: #fff;
    width: 100%;
    display: none;
        }
        
        .h_nav li p 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:hover p {
            display: block;
        }
        
        .h_nav li:hover p a,
        .h_nav li.cur p a {
            background: none;
            color: #333;
        }
        
        .h_nav li p a:hover {
            background: #f1b837;
            color: #fff;
        }
        
        .h_nav li p 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 h1 {
            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;
        }
    

.f_bg{ background:url(../images/f_bg.gif) no-repeat center 0; height:255px; 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: 40px;line-height: 40px;overflow: hidden;width: 175px;float: left; background:url(../images/f_ico01.gif) no-repeat 0 15px;}
.f_nav ul li a{font-size: 14px;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: 125px;padding: 0 0 15px;margin:0 auto;}
.f_logo h5 img{width: 148px;height: 125px;}
.f_logo p{font-size: 14px;color: #fff;line-height: 30px;}
.f_logo p a{color: #fff;}
.f_ban{width: 355px;height: 238px; padding:20px 0 0;}
.f_p01{font-size: 12px;color: #d5d5d5;line-height: 26px;}
.f_p01 a{font-size: 12px;color: #d5d5d5;}
.f_p01 span{padding: 0 10px;}
.f_er{width: 355px;height: 110px;overflow: hidden;display: inline-block;}
.f_er p{width: 177px;float: left;}
.f_er em{ width:88px; height:88px;display: block;float: left;padding: 0 25px 0 0;}
.f_er img{ width:88px; height:88px;}
.f_er span{display: block;font-size: 12px;color: #fff;line-height: 16px;float: left;width: 20px;text-align: center;padding: 12px 0 0;}
.f_link{height: 75px;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;}
body{position: relative;}
#cnzz_stat_icon_1275600979{position: absolute;left: 50%;bottom: 98px;margin-left: 248px;}
  

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #e6a13a;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #e6a13a;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    .sylink{width:1200px; height:170px; margin:auto; padding-top:1px;}
.sylink .sylink_top{width:1200px; height:60px; border-bottom:1px #ececec solid;}
.sylink .sylink_top p{width:80px; height:60px; float:left; line-height:60px; color:#1560bc; border-bottom:1px #1560bc solid; font-size:17px; text-align:center;}
.sylink .sylink_top .p_more{width:150px; height:32px; float:right; line-height:32px; background:#1560bc; color:#fff; font-size:15px; text-align:center; border-radius:16px; margin-top:20px;}
.sylink .sylink_top .p_more a{color:#fff; text-decoration:none;}
.sylink .sylink_top .p_more:hover{width:150px; height:32px; float:right; line-height:32px; background:#0079d6; color:#fff; font-size:15px; text-align:center; border-radius:16px;}
.sylink .sylink_top .p_more:hover a{color:#fff; text-decoration:none;}
.sylink .sylink_con{width:1200px; height:90px; margin-top:20px; line-height:25px; font-size:14px; color:#717171;}
.sylink .sylink_con a{color:#717171; text-decoration:none;}
.sylink .sylink_con a:hover{color:#1560bc;}
