
        i,
        em {
            font-style: normal;
        }
        
        .topWrap {
            height: 258px;
            background: url(images/h_top_bg.gif) repeat-x center top;
        }
        
        .topWrap .header {
            width: 1280px;
            height: 258px;
            margin: 0 auto;
            font-family: "Microsoft YaHei";
            position: relative;
        }
        
        .topWrap h5 {
            height: 42px;
            overflow: hidden;
        }
        
        .topWrap h5 span {
            display: block;
            float: right;
            font: 12px "Microsoft Yahei";
            line-height: 42px;
            height: 42px;
            color: #999;
        }
        
        .topWrap h5 span a {
            display: inline-block;
            color: #999;
            background: url(images/icon1.png) no-repeat left center;
            padding: 0 13px 0 24px;
        }
        
        .topWrap h5 span a:nth-child(2) {
            background: url(images/icon2.png) no-repeat left center;
        }
        
        .topWrap h5 span a:nth-child(3) {
            background: url(images/icon3.png) no-repeat left center;
            padding: 0 13px 0 16px;
        }
        
        .topWrap h5 a:hover {
            color: #dc2821;
            font-weight: bold;
        }
        
        .topWrap h1 {
            width: 311px;
            height: 34px;
            margin-top: 49px;
            float: left;
            overflow: hidden;
        }
        
        .topWrap h1 img {
            display: block;
            width: 311px;
            height: 34px;
        }
        .topWrap h2 {
            display: none;
        }
        .topWrap h3 {
            width: 420px;
            float: left;
            padding: 37px 0 0 20px;
            font: 24px "Microsoft Yahei";
            color: #333;
            font-weight: bold;
        }
        
        .topWrap h3 em {
            display: block;
            padding-top: 8px;
            font: 20px "Microsoft Yahei";
            color: #000;
        }
        
        .topWrap h3 b {
            color: #dc2821;
        }
        
        .topWrap p {
            width: 200px;
            height: 116px;
            font: 30px Arial;
            margin-top: 30px;
            line-height: 30px;
            background: url(images/lx.png) no-repeat left 26px;
            padding-left: 40px;
            color: #333;
            font-weight: bold;
            float: right;
            text-align: right;
        }
        
        .topWrap p em {
            display: block;
            font: 14px "Microsoft YaHei";
            line-height: 26px;
        }
        
        .nav {
            height: 70px;
        }
        
        .nav li {
            font-size: 16px;
            height: 70px;
            float: left;
            position: relative;
        }
        
        .nav li a {
            display: block;
            padding: 0 26px;
            color: #fff;
            height: 70px;
            line-height: 70px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .nav li:before {
            content: "";
            position: absolute;
            top: 30px;
            right: 0;
            width: 1px;
            height: 9px;
            background: #aeaeae;
        }
        
        .nav li:last-child:before {
            background: none;
        }
        
        .nav li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 0;
            background-color: #dc2821;
            bottom: 0;
            left: 0;
            -webkit-transition: height .3s;
            transition: height .3s;
        }
        
        .nav li:hover:after,
        .nav li.cur:after {
            height: 100%;
        }
        
        .nav .erji {
            display: none;
            position: absolute;
            top: 70px;
            left: 0;
            padding: 12px 0;
            box-shadow: 0.1rem 0.1rem 0.3rem 0.1rem #111;
            background: rgba(0, 0, 0, 0.7);
            font: 14px "Microsoft YaHei";
            line-height: 30px;
            white-space: nowrap;
            min-width: 100%;
            text-align: center;
            z-index: 12;
        }
        
        .nav .erji a,
        .nav .cur .erji a {
            display: block;
            color: #fff;
            line-height: 40px;
            height: 40px;
            box-shadow: none;
            padding: 0 0;
            white-space: nowrap;
            background: none;
        }
        
        .nav li:nth-child(4) .erji a,
        .nav li:nth-child(5) .erji a,
        .nav li:nth-child(6) .erji a {
            box-shadow: none;
            background: none;
        }
        
        .nav .erji a:hover,
        .nav li:nth-child(4) .erji a:hover,
        .nav li:nth-child(5) .erji a:hover,
        .nav li:nth-child(6) .erji a:hover {
            background: #dc2821;
        }
        
        .h_head_gd {
            height: 70px;
            background: rgba(0, 0, 0, 0.7);
            width: 100%;
            position: fixed;
            top: 0;
            z-index: 8;
        }
        
        .h_head_gd .header {
            height: 70px;
        }
        
        .h_head_gd h2 {
            display: block;
            float: left;
            width: 170px;
            margin-top: 0;
            height: 70px;
            /*background-color: rgba(255, 255, 255, 0.7);*/
            padding: 0 5px;
            margin-left: -45px;
        }
        
        .h_head_gd h2 img {
            width: 100%;
            display: block;
            padding-top: 10px;
        }
        
        .h_head_gd .nav {
            position: absolute;
            width: 1000px;
            right: 0;
            top: 0;
        }
        
        .h_head_gd .nav li a {
            padding: 0 10px;
        }
        
        .h_head_gd h1,
        .h_head_gd h5,
        .h_head_gd h3,
        .h_head_gd p,
        .h_head_gd .sea_in {
            display: none;
        }
        
        .sea_in {
            margin-top: 18px;
            overflow: hidden;
            position: absolute;
            right: 0px;
            top: 120px;
        }
        
        .inp01 {
            width: 336px;
            height: 40px;
            line-height: 40px;
            border: none;
            color: #999;
            font-size: 14px;
            padding-left: 20px;
            float: left;
            font-family: "Microsoft Yahei";
            float: left;
            background: url(images/sou1.gif) no-repeat;
            outline: none;
        }
        
        .inp02 {
            background: url(images/sou2.gif) no-repeat;
            width: 40px;
            height: 40px;
            border: 0;
            float: left;
            outline: none;
            cursor: pointer;
        }
    

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

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

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc; line-height: 65px; margin-bottom: 30px;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #222222;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

                .xnznr-page {
                    text-align: center;
                    margin-top: 25px;
                    margin-bottom: 30px;
                }
                
                .xnznr-page a {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #aaa;
                    vertical-align: middle;
                    margin-right: 4px;
                }
                
                .xnznr-page span {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    vertical-align: middle;
                    margin-right: 4px;
                }
                
                .xnznr-page a.cur {
                    color: #fff;
                    background: #222222;
                    border: 1px solid #124a62;
                }
                
                .xnznr-page a img {
                    display: block;
                }
                
                .r1-searchcontent-1-tit {
                    border-bottom: 1px solid #ccc;
                }
                
                .r1-searchcontent-1-tit h3 {
                    width: 145px;
                    height: 46px;
                    text-align: center;
                    line-height: 46px;
                    background: #333;
                    color: #fff;
                    font-weight: normal;
                    position: relative;
                    top: 1px;
                }
                
                .r1-searchcontent-1-main dl {
                    padding: 23px 0;
                    clear: both;
                    border-bottom: 1px solid #cbcbcb;
                    display: inline-block;
                    width: 100%;
                }
                
                .r1-searchcontent-1-main dt {
                    width: 18%;
                    padding-right: 23px;
                    float: left;
                }
                
                .r1-searchcontent-1-main dt img {
                    width: 100%;
                }
                
                .r1-searchcontent-1-main dd {
                    float: left;
                    width: 79%;
                }
                
                .r1-searchcontent-1-main dd h4 {
                    font-size: 18px;
                    font-weight: normal;
                }
                
                .r1-searchcontent-1-main dd h4 span {
                    color: #f00;
                }
                
                .r1-searchcontent-1-main dd p {
                    line-height: 30px;
                    height: 60px;
                    padding-top: 8px;
                    overflow: hidden;
                }
                
                .r1-searchcontent-1-main dd p span {
                    color: #f00;
                }
            

        .footWrap {
            background: url(images/footer_bg.jpg) no-repeat center top;
            height: 364px;
            overflow: hidden;
        }
        
        .footWrap .footer {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .fnav {
            height: 90px;
            overflow: hidden;
            font: 16px "Microsoft YaHei";
            line-height: 90px;
            color: #fff;
        }
        
        .fnav a {
            display: block;
            float: left;
            color: #fff;
            margin-right: 44px;
        }
        
        .fnav a:last-child {
            margin-right: 0;
        }
        
        .fnav a:hover {
            color: #dc2821;
        }
        
        .footWrap h2 {
            width: 340px;
            height: 163px;
            overflow: hidden;
            margin-top: 47px;
            float: left;
            font: 20px "Microsoft YaHei";
            color: #fff;
        }
        
        .footWrap h2 a {
            color: #fff;
        }
        
        .footWrap h2 img {
            display: block;
            width: 289px;
            height: 32px;
            margin-bottom: 15px;
        }
        
        .footWrap h2 em {
            letter-spacing: 2.5px;
        }
        
        .flink ul {
            height: 105px;
            width: 586px;
            margin: 42px 0 0 0;
        }
        
        .flink li {
            font: 18px "Microsoft YaHei";
            width: 263px;
            float: left;
            line-height: 30px;
            color: #d0cfcf;
            margin-bottom: 25px;
        }
        
        .flink .li01 {
            width: 310px;
        }
        
        .flink li em {
            display: block;
            width: 26px;
            height: 30px;
            float: left;
            margin: 0 10px 0 0;
        }
        
        .flink li em img {
            display: block;
        }
        
        .flink li span {
            width: 240px;
            float: left;
            display: block;
            font-size: 14px;
            line-height: 24px;
        }
        
        .flink li:hover em img {
            -webkit-animation: hvr-buzz-out 0.75s linear;
            animation: hvr-buzz-out 0.75s linear;
        }
        
        .code {
            width: 255px;
            float: right;
            margin-top: 25px;
        }
        
        .code p {
            width: 118px;
        }
        
        .code p img {
            display: block;
            width: 98px;
            height: 98px;
            border: 10px solid #fff;
        }
        
        .code p em {
            display: block;
            font: 16px "Microsoft YaHei";
            height: 44px;
            line-height: 44px;
            text-align: center;
            color: #fff;
            opacity: 0.8;
            overflow: hidden;
        }
        
        .foot {
            font: 14px "Microsoft YaHei";
            color: #bababa;
            line-height: 64px;
        }
        
        .foot a {
            color: #bababa;
        }
        
        .foot em {
            padding: 0 8px;
        }
        
        .foot a:hover {
            color: #dc2821;
            font-weight: bold;
        }
        
        .foot img {
            display: inline-block;
            margin: 0 8px;
            width: 82px;
            height: 82px;
            border: 3px solid #fcfcfc;
        }
        
        .ftop01 a {
            display: block;
            width: 36px;
            height: 36px;
            background: url(images/top_icon1.png) no-repeat center top;
            overflow: hidden;
            position: fixed;
            bottom: 41px;
            right: 5px;
        }
        
        .ftop01 a:hover {
            background: url(images/top_icon2.png) no-repeat center top;
            -webkit-transition: all 0.7s;
            transition: all 0.7s;
            transition-property: background;
            -moz-transition-property: background;
            /* Firefox 4 */
            -webkit-transition-property: background;
            /* Safari 和 Chrome */
            -o-transition-property: background;
        }
        /*animation*/
        
        @-webkit-keyframes hvr-buzz-out {
            10% {
                -webkit-transform: translateX(3px) rotate(2deg);
                transform: translateX(3px) rotate(2deg);
            }
            20% {
                -webkit-transform: translateX(-3px) rotate(-2deg);
                transform: translateX(-3px) rotate(-2deg);
            }
            30% {
                -webkit-transform: translateX(3px) rotate(2deg);
                transform: translateX(3px) rotate(2deg);
            }
            40% {
                -webkit-transform: translateX(-3px) rotate(-2deg);
                transform: translateX(-3px) rotate(-2deg);
            }
            50% {
                -webkit-transform: translateX(2px) rotate(1deg);
                transform: translateX(2px) rotate(1deg);
            }
            60% {
                -webkit-transform: translateX(-2px) rotate(-1deg);
                transform: translateX(-2px) rotate(-1deg);
            }
            70% {
                -webkit-transform: translateX(2px) rotate(1deg);
                transform: translateX(2px) rotate(1deg);
            }
            80% {
                -webkit-transform: translateX(-2px) rotate(-1deg);
                transform: translateX(-2px) rotate(-1deg);
            }
            90% {
                -webkit-transform: translateX(1px) rotate(0);
                transform: translateX(1px) rotate(0);
            }
            100% {
                -webkit-transform: translateX(-1px) rotate(0);
                transform: translateX(-1px) rotate(0);
            }
        }
        
        @keyframes hvr-buzz-out {
            10% {
                -webkit-transform: translateX(3px) rotate(2deg);
                transform: translateX(3px) rotate(2deg);
            }
            20% {
                -webkit-transform: translateX(-3px) rotate(-2deg);
                transform: translateX(-3px) rotate(-2deg);
            }
            30% {
                -webkit-transform: translateX(3px) rotate(2deg);
                transform: translateX(3px) rotate(2deg);
            }
            40% {
                -webkit-transform: translateX(-3px) rotate(-2deg);
                transform: translateX(-3px) rotate(-2deg);
            }
            50% {
                -webkit-transform: translateX(2px) rotate(1deg);
                transform: translateX(2px) rotate(1deg);
            }
            60% {
                -webkit-transform: translateX(-2px) rotate(-1deg);
                transform: translateX(-2px) rotate(-1deg);
            }
            70% {
                -webkit-transform: translateX(2px) rotate(1deg);
                transform: translateX(2px) rotate(1deg);
            }
            80% {
                -webkit-transform: translateX(-2px) rotate(-1deg);
                transform: translateX(-2px) rotate(-1deg);
            }
            90% {
                -webkit-transform: translateX(1px) rotate(0);
                transform: translateX(1px) rotate(0);
            }
            100% {
                -webkit-transform: translateX(-1px) rotate(0);
                transform: translateX(-1px) rotate(0);
            }
        }
    
