
        body {
            min-width: 1200px;
            width: 100%;
            overflow-x: hidden;
        }
        
        i,
        em {
            font-style: normal;
        }
        
        .content {
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
        
        .content-s {
            margin: 0 auto;
            font-family: "Microsoft Yahei";
            width: 90%;
            min-width: 1200px;
            max-width: 1400px;
        }
        
        .header {
            height: 200px;
            background: url(../images/h_bg.jpg) repeat-x;
        }
        
        .h_con {
            height: 140px;
        }
        
        .h_con .t_logo {
            float: left;
            margin: 30px 30px 0px 0px;
            text-align: center;
        }
        
        .h_con h2 {
            float: left;
            font-weight: normal;
            margin-top: 30px;
            height: 76px;
            padding-left: 32px;
            background: url(../images/lins.png) no-repeat center left;
        }
        
        .h_con h2 span {
            display: block;
            font-size: 30px;
            color: #d80c18;
            line-height: 30px;
            font-weight: bold;
            padding-top: 5px;
        }
        
        .h_con h2 em {
            display: block;
            font-size: 20px;
            color: #d80c18;
            line-height: 24px;
            /* font-weight: normal; */
            padding-top: 10px;
            letter-spacing: 1px;
            font-weight: 600;
        }
        
        .h_con .tels {
            float: right;
            margin-top: 50px;
            width: 270px;
        }
        
        .h_con p {
            float: left;
            padding-left: 40px;
            height: 65px;
            position: relative;
            margin-top: -15px;
        }
        
        .h_con p i {
            position: absolute;
            left: 0;
            top: 7px;
            margin-top: 20px;
        }
        
        .h_con p i {
            animation: downup 1s infinite linear;
            -webkit-animation: downup 1s infinite linear;
        }
        
        @keyframes downup {
            0% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(0, -8px);
            }
            100% {
                transform: translate(0, 0);
            }
        }
        
        @-webkit-keyframes downup {
            0% {
                -webkit-transform: translate(0, 0);
            }
            50% {
                -webkit-transform: translate(0, -8px);
            }
            100% {
                -webkit-transform: translate(0, 0);
            }
        }
        
        .h_con p span {
            font-size: 30px;
            font-weight: normal;
            color: #d80c18;
            display: block;
            line-height: 30px;
            padding-top: 7px;
            /* font-family: "Arial"; */
            font-family: "Impact";
            /* font-weight: normal; */
            margin-left: 15px;
        }
        
        .h_con p strong {
            font-size: 30px;
            font-weight: normal;
            color: #d80c18;
            display: block;
            line-height: 30px;
            padding-top: 7px;
            /* font-family: "Arial"; */
            font-family: "Impact";
            margin-left: 15px;
        }
        
        .h_con .tels .fxz {
            width: 140px;
            height: 40px;
            display: block;
            float: right;
            position: relative;
            z-index: 9;
        }
        
        .h_con .tels .fxz i {
            border-radius: 35px;
            border: 1px solid #cccccc;
            box-sizing: border-box;
            width: 140px;
            height: 40px;
            padding-left: 18px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url(../images/after.png) no-repeat 112px 16px;
            outline: none;
            font-style: normal;
            display: block;
            width: 140px;
            line-height: 40px;
            cursor: pointer;
        }
        
        .h_con .tels .fxz em {
            display: none;
        }
        
        .h_con .tels .fxz:hover em {
            display: block;
        }
        
        .h_con .tels .fxz em a {
            display: block;
            border-radius: 35px;
            border: 1px solid #cccccc;
            box-sizing: border-box;
            width: 140px;
            height: 40px;
            padding-left: 18px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            outline: none;
            font-style: normal;
            display: block;
            width: 140px;
            line-height: 40px;
            color: #333;
            background: #fff;
        }
        
        .h_con .tels .fxz em a:hover {
            background: #d80c18;
            color: #ffffff;
            border: 1px solid #d80c18;
        }
        
        .h_nav {
            height: 60px;
            width: 100%;
        }
        
        .h_nav ul li {
            transition: 0.35s;
            float: left;
            height: 60px;
            line-height: 60px;
            position: relative;
            width: 12.5%;
            text-align:center;
        }
        
        .h_nav ul li a {
            color: #333333;
            position: relative;
            font-size: 18px;
            box-sizing: border-box;
            height: 48px;
            display: block;
            box-sizing: border-box;
        }
        
        .h_nav li::before {
            position: absolute;
            width: 1px;
            height: 18px;
            background: #e0e0e0;
            content: "";
            right: 0px;
            top: 20px;
        }
        
        .h_nav li:last-child::before {
            background: 0;
        }
        
        .h_nav ul li:hover,
        .h_nav ul li.cur {
            background: #d80c18;
        }
        
        .h_nav ul li:hover::before,
        .h_nav ul li.cur::before {
            display: none;
        }
        
        .h_nav ul li:hover a,
        .h_nav ul li.cur a {
            color: #ffffff;
            font-weight: bold;
        }
        
   
    
            .content-s{margin:0 auto;font-family: "Microsoft Yahei";width:90%;min-width: 1200px;max-width: 1400px;}
            .footer{height:460px;background:url(../images/ft-bg.jpg) repeat-x;position: relative;overflow: hidden;}
            .f_con{height:300px;padding-top:80px;}
            .f_con .ft-nav{width:312px; height:220px;border-right:1px solid #dddddd; box-sizing: border-box;}
            .f_con .ft-nav h4{height:52px; line-height: 52px;font-size: 32px; color:#d80c18; font-weight: bold; text-transform: uppercase; margin-bottom: 30px;}
            .f_con .ft-nav ul li{float:left;width:150px;height:32px;line-height: 32px;}
            .f_con .ft-nav ul li a{font-size: 16px; color:#333333;}
            .f_con .ft-nav ul li:nth-child(2n){width: 36%;}
            .f_con .ft-xx{width:670px;height:220px;padding-left:30px; box-sizing: border-box;border-right:1px solid #dddddd;}
            .f_con .ft-xx h4{height:52px; line-height: 52px;font-size: 32px; color:#d80c18; font-weight: bold; text-transform: uppercase; margin-bottom: 30px;}
            .f_con .ft-xx ul li{float:left; width:38%;padding-left:58px; box-sizing: border-box;height:40px; margin-bottom: 49px;}
            .f_con .ft-xx ul li:nth-child(2n){width: 62%;}
            .f_con .ft-xx ul li span{display: block;font-size: 16px; color:#333333; line-height: 16px; margin-bottom: 8px;}
            .f_con .ft-xx ul li p{font-size: 16px; color:#333333; line-height: 20px;}
            .f_con .ft-xx ul li.ft1{background:url(../images/ft3.png) no-repeat left;}
            .f_con .ft-xx ul li.ft2{background:url(../images/ft2.png) no-repeat left;}
            .f_con .ft-xx ul li.ft3{background:url(../images/ft1.png) no-repeat left;}
            .f_con .ft-xx ul li.ft4{background:url(../images/ft4.png) no-repeat left;}
            .f_con .ft-x2{width: 280px;height: 220px;padding-left: 35px;box-sizing: border-box;border-right:1px solid #dddddd;}
            .f_con .ft-x2 h4{height:52px; line-height: 52px;font-size: 32px; color:#d80c18; font-weight: bold; text-transform: uppercase; margin-bottom: 30px;}
            .f_con .ft-x2 p{float: left;height:32px;line-height: 32px;width: 180px;padding-left: 5px;}
            .f_con .ft-x2 p a{font-size: 16px; color:#333333;}
            .f_con .sao{float:right;height: 156px;width:108px;margin-top: 40px;}
            .f_con .sao p{height: 156px;position: relative;overflow: hidden;float: left;width: 108px;}
            .f_con .sao p i{display: block;height: 108px;width:108px;}
            .f_con .sao p img{display: block;width: 108px;height:108px;}
            .f_con .sao p span{display: block;font-size: 16px;color: #222222;line-height:16px;text-align: center;padding-top:21px;}
            .f_con .sao p:after{display:block;position:absolute;left:0px;top:0;width:100%;height:35px;content:"";animation:light 5s infinite;-webkit-animation:light 5s infinite;}
	        .f_con .sao .item-1:after{background:url(../images/code_shadow1.png) no-repeat 0 0;}
				@keyframes light{
					0%{top:0;}
					50%{top:100%;}
					100%{top:-40px;}
                }
            .link{height:80px;}
            .link span{display: block; float:left;}
            .link span em{display: block; height:80px;line-height: 80px;float:left; margin-right: 24px; font-size: 14px; color:#FFF;}
            .link span em a{font-size: 14px; color:#FFF;}
            .link strong{display: block; float:right;}
            .link strong i{display: block; height:80px; line-height: 80px;font-size: 14px; color:#FFF;float:left;font-weight: normal;}
            .link strong a{/* display: block; */height:80px;line-height: 80px;/* float:left; */font-size: 14px;color:#FFF;/* margin-left: 30px; */font-weight: normal;}
                @media screen and (min-width:760px) and (max-width:1366px) {
                    .f_con .ft-nav{width: 270px;}
                    .f_con .ft-nav ul li{width: 145px;}
                    .f_con .ft-xx{width: 585px;padding-left: 30px;}
                    .f_con .ft-x2{width: 220px;padding-left: 25px;}
                }
        
            
        
        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top:70%!important;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#d80c18 url(../images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#d80c18 url(../images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#d80c18 url(../images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#d80c18 url(../images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#d80c18 url(../images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#d80c18 url(../images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#d80c18 url(../images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
