        * {
            padding: 0;
            margin: 0;
        }
        
        a {
            text-decoration: none;
        }
        
        ul li {
            list-style: none;
        }
        body{
            overflow-x:hidden;
            font:16px Arial !important;

        }
        /* 清除浮动 */
        .clearfix:after {
           content: '';
           height: 0;
           display: block;
           clear: both;
        }
        /* 导航 */
        
        .nav {
            width: 100%;
            height: 80px;
            background-color: #21212D;
            position: fixed;
            float: left;
            z-index: 12;
        }
        
        .nav-one {
            max-width: 1260px;
            width: 100%;
            margin: 0 auto;
            height: auto;
        }
        
    
        .nav1-nav ul{
            overflow: hidden;
        }
        .mobile {
            display: none;
        }
        
        .nav1-nav {
            width: 100%;
            padding-left: 300px;
            box-sizing: border-box
        }
        
    
        .li2 {
            text-align: center;
            line-height: 87px;
            display: block;
            float: left;
            margin-left: 2%;
        }
        
        
        .li1 i {
            position: absolute;
            bottom: 25px;
            left: 11px;
            display: block;
            width: 0;
            height: 2px;
            transition: all 0.5s;
            background-color: #AF2523;
        }
        
        .nav1-nav-a {
            width: 137%;
            display: block;
            font-size: 16px;
            color: white !important;
        }
        
        .li1:hover {
            cursor: pointer;
        }
        
        .li1:hover i {
            bottom: 25px;
            left: 11px;
            width: 66px;
        }
        
        .zhuanhuan {
            width: 100px;
            height: 90px;
            line-height: 90px;
            float: left;
            position: relative;
        }
        
        .yingwen {
            display: block;
            cursor: pointer;
            color: white;
            font-size: 16px;
        }
        
        .zhongwen {
            display: none;
            font-size: 16px;
            margin-top: -176%;
            position: absolute;
            top: 240px;
            left: 38px;
            width: 100%;
        }
        
        .zhongwen_a {
            display: block;
            color: #21212D;
            background-color: white;
            width: 57%;
            height: 23px;
            line-height: 23px;
            text-align: center;
            border-radius: 3px 3px;
        }
        
        .zhuanhuan:hover .zhongwen {
            display: block;
            cursor: pointer;
        }
        
        .sanjiao {
            position: absolute;
            left: 76%;
            top: 42%;
            float: left;
            width: 65%;
            height: 20px;
            background-image: url(../img/sanjiao\ \(2\).png);
            background-repeat: no-repeat;
        }
        /* banner */
        
        .banner {
            width: 100%;
            height: 300px;
            background-image: url(../img/banner.jpg);
        }
        /* 点击跳转按钮 */
        
        .anniu {
            width: 100%;
            height: 40px;
            border-bottom: 1px solid #E3E3E3;
        }
        
        .anniu1 {
            width: 65%;
            height: 40px;
            margin: 0 auto;
            display: flex;
        }
        
        .anniu1_img {
            width: 3%;
            background-image: url(../img/icon2.png);
            background-repeat: no-repeat;
            background-position: center center;
        }
        
        .anniu1_title {
            margin-left: -16px;
            padding: 11px;
            box-sizing: border-box;
            font-size: 14px;
            color: rgb(104, 103, 103);
        }
        
        .anniu1_title a {
            color: rgb(104, 103, 103);
        }
        
        .anniu1_title a:active {
            color: #AF2523;
        }
        /* 主要内容区域 */
        
        .main {
            width: 100%;
            height: auto;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        
      
        /* 右侧主要内容 */
        
        .zhanshi {
            width: 51%;
            height: auto;
            margin-left: 53px;
            float: left;
        }
        .auzhanshi{
            width: 51%;
            height: auto;
            margin-left: 53px;
            float: left;
        }
        
        .zhanshi_title {
            margin-top: 20px;
        }
        .zhanshi_title_nc1 {
            font-size: 18px;
        }
        
        .zhanshi_title_au1,
        .zhanshi_title_cu1,
        .zhanshi_title_pa1,
        .zhanshi_title_kz1,
        .zhanshi_title_xw1,
        .zhanshi_title_pt1{
            font-size: 18px;
        }
        
        .zhanshi_title_s2,
        .zhanshi_title_pt,
        .zhanshi_title_cp,
		.zhanshi_title_au{
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        
        .xian2 {
            margin-top: 13px;
            width: 4%;
            border-bottom: 3px solid #AF2523;
        }
        
        .ncxian2,.auxian2,.cuxian2,.paxian2,.kzxian2,
        .xwxian2,
        .rcxian2 {
            margin-top: 13px;
            width: 4%;
            border-bottom: 3px solid #AF2523;
        }
        
        .xuxian {
            margin-left: 4%;
            width: 100%;
            height: 1px;
            background-image: url(../img/icon3.png);
        }
        /* 详情 */
        /* 详情图 */
        
        .xiangqing {
            width: 100%;
            height: auto;
            margin-top: 16px;
            overflow: hidden;
        }
        
        .xiangqing_tu {
            width: 100%;
            height: auto;
            float: left;
        }
        
        .xiangqing_img {
            width: 46%;
            height: 455px;
            border: 2px solid #E5E5E5;
            background-color: #FFFFFF;
            /* position: relative; */
            margin: auto;
            text-align: center;
            line-height: 455px;
        }
        
        .xiangqing_img img {
            /* position: absolute;
            top: 15px; */
            max-width: 100%;
            max-height: 100%;
        }
        
        .xiangqing_text {
            width: 100%;
            height: auto;
            margin: auto;
            padding: 15px;
            box-sizing: border-box;
            text-align: center;
        }
        
        .xiangqing_text_s1 {
            display: block;
            font-size: 18px;
            margin-left: 20px;
        }
        
        .xiangqing_text_s2 {
            display: block;
            font-size: 15px;
            margin-left: 20px;
            color: #666666;
        }
        
        .jieshao {
            width: 90%;
            /* height: 1200px; */
            /* background-color: lightblue; */
            padding-top: 26px;
            padding-left: 12px;
            box-sizing: border-box;
        }
        
        .jieshao span {
            line-height: 27px;
            font-size: 14px;
        }
        
        .jiehao_tu {
            width: 220px;
            height: 220px;
            background-color: aqua;
        }
        
        .biaoge {
            border-collapse: 0;
            width: 80%;
            height: 140px;
            border: 1px solid black;
        }
        /* 底部 */
        
        .footer {
            width: 100%;
            height: auto;
            margin-top: 60px;
            background-color: #292929;
            float: left;
        }
        
        .footer1 {
            width: 100%;
            height: auto;
            margin: 0 auto;
            border-bottom: 1px solid rgba(000, 000, 000, 0.3);
        }
        
        
        .footer1-1 {
            margin: 0px auto;
            width: 1250px;
            height: 80px;
        }
        
        
        .footer1-2 {
            width: 20%;
            height: 80px;
            background-image: url(../img/dilogo.png);
            background-repeat: no-repeat;
            background-position: 11px 28px;
            float: left;
        }
        
        .footer1-1>p {
            color: white;
            font-size: 19px;
            line-height: 91px;
            margin-left: -31px;
            float: left;
        }
        .daohang {
            margin-left: 10px;
            width: 74%;
            position: relative;
            height: 80px;
            float: left;
        }
        
        .daohang li {
            margin-left: 49px;
            line-height: 97px;
            position: relative;
        }
        
        .daohang i {
            position: absolute;
            bottom: 30px;
            left: 0px;
            display: block;
            width: 0px;
            height: 2px;
            transition: all 0.5s;
            background-color: #AF2523;
        }
        
        .daohang>li:hover {
            cursor: pointer;
        }
        
        .daohang>li>a {
            color: white;
            font-size: 15px;
        }
        
        .daohang li:hover i {
            width: 65px;
        }
           
        .footer2 {
            margin: 0 auto;
            width: 1250px;
            height: auto;
            display: block;
            overflow: hidden;
        }
        .footer2-1 {
            width: 75%;
            height: auto;
            float: left;
            padding-left: 10px;
            box-sizing: border-box;
        }
        .footer2-1 p.lianjie {
            margin: 0 !important;
        }
    
        .lianjie a {
            margin-left: 10px;
            color: rgb(151, 151, 151);
        }
        .footer2-1 .lianjie1 a:hover {
            color: rgb(209, 209, 209);
        }
        .footer2-1 .lianjie1{
            color: #696969;
            padding-top: 20px;
            padding-bottom: 20px;
            box-sizing: border-box;
            font-size: 14px;
        }
        .footer2-1 .lianjie1 a{
            color: #696969;
        }
        .footer2-2 {
            width: 102px;
            height: 135px;
            margin-left: 165px;
            margin-top: 25px;
            float: left;
        }
        
        .erweime {
            width: 102px;
            height: 102px;
            background-image: url(../img/erweima.png);
        }
        
        .sys {
            color: #696969;
            font-size: 13px;
            text-align: center;
            line-height: 30px;
        }
        
        .footer3 {
            width: 100%;
            height: auto;
            /* display: flex; */
            /* justify-content: space-around; */
            background-color: #1B1B1B;
            float: left;
            /* display: block; */
        }
        
        .footer3-1 {
            width: 1250px;
            height: auto;
            margin: 0 auto;
        }
        
        .footer3-1 span {
            color: #696969;
            font-size: 14px;
            line-height: 50px;
            padding-left: 10px;
            box-sizing: border-box;
        }
        
        .footer3-1 span a {
            color: #696969;
            font-size: 14px;
            line-height: 50px;
        }
        .footer3-1 span a:hover {
            color: rgb(209, 209, 209);
            cursor: pointer;
        }
        
        .footer3-1_s1 {
            float: right;
        }
      
        .mobile_footer {
            display: none;
        }
        
        /* 客户中心 */
        
        .kmain {
            width: 100%;
            height: 800px;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        
        .kbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/CustomerCenter.jpg);
        }
        
         .zhanshi_title_s3 {
            display: block;
            margin-top: 20px;
        }
        
        .zhanshi_title_kz {
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        /* 关于我们 */
        
        .amain {
            width: 100%;
            /* height: 1754px; */
            height: auto;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        
        .abanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/Aboutus.jpg);
        }
        
        .about {
            width: 90%;
            height: auto;
            margin-top: 20px;
        }
        
        .about p {
            text-indent: 2rem;
            font-size: 15px;
            line-height: 30px;
        }
        
        .about p img {
            display: block;
            width: 75%;
            max-width: 100%;
            margin-top: 20px;
            height: auto;
        }
        
        .aside_nav ul li:hover {
            color: #AF2523;
        }
        
        .zhanshi_title_au {
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        /* 合作伙伴 */
        
        .hbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/partner.jpg);
        }
        
        .htupian {
            width: 100%;
            margin-top: 20px;
            height: 500px;
        }
        
        .hyihangtu,
        .hyihangtu2 {
            width: 100%;
            height: 143px;
            float: left;
        }
        
        .hyihangtu2 {
            margin-top: 23px;
        }
        
        .htuyi,
        .htuyi1 {
            float: left;
            width: 29%;
            margin-right: -55px;
            /* height: 230px;*/
        }
        
        .htuyi .himg,
        .htuyi1 .himg {
            width: 74%;
            height: 106px;
            background-size: 100%;
            background-image: url(../img/baidu.jpg);
        }
        
        .htuyi p,
        .htuyi1 p {
            width: 74%;
            height: 37px;
            background-color: #E5E5E5;
            text-align: center;
            line-height: 35px;
            font-size: 12px;
            color: #292929;
        }
        
        .htuyi:hover,
        .htuyi1:hover {
            cursor: pointer;
        }
        
        .htuyi:hover p,
        .htuyi1:hover p {
            cursor: pointer;
            color: black;
            border-bottom: 1px solid #AF2523;
        }
        
        .hyangshi {
            background-color: #E5E5E5;
            width: 74%;
            text-align: center;
            line-height: 35px;
            font-size: 13px;
            height: 35px;
            color: black;
            border-bottom: 1px solid #AF2523;
        }
        
        .hyeshu {
            width: 500px;
            height: 2px;
            display: flex;
            margin-top: 6px;
            margin-left: 55%;
            float: left;
        }
        
        .zhanshi_title_pa {
            font-size: 18px;
            /*margin-left: 10px;*/
            color: #E5E5E5;
        }
        /* 联系我们 */
        
        .amain {
            width: 100%;
            height: auto;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        .lbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/contactus.jpg);
        }
        
        .lianxi {
            width: 90%;
            display: block;
            margin-top: 20px;
            font-size: 16px;
            line-height: 24px;
        }
        
        .gsdz {
            display: block;
            margin-top: 15px;
            font-size: 16px;
            line-height: 47px;
        }
        
        .lxuxian {
            margin-top: 14px;
            margin-bottom: 25px;
            width: 93%;
            height: 1px;
            background-image: url(../img/icon3.png);
        }
        
        .call_phone {
            margin-top: -11px;
            height: 154px;
        }
        
        .call {
            display: block;
            height: 60px;
            margin-top: 4px;
            font-size: 16px;
            line-height: 67px;
            float: left;
        }
        
        .phone {
            display: block;
            margin-top: 1px;
            color: #DA422A;
            font-size: 33px;
            margin-left: 20px;
            line-height: 69px;
            height: 116px;
            float: left;
        }
        
        .biaodan {
            width: 50%;
            height: 40px;
            border: 1px solid #666666;
            margin-top: 26px;
            margin-left: 3px;
            font-weight: 600;
        }
        
        .biaodan1 {
            width: 80%;
            height: 180px;
            border: 1px solid #666666;
            margin-top: 26px;
            margin-left: 3px;
            font-weight: 600;
        }
        
        .biaodan label {
            color: #B12526;
            padding-left: 2%;
            box-sizing: border-box;
            font-weight: lighter;
        }
        
        .biaodan1 label {
            color: #B12526;
            padding-left: 2%;
            box-sizing: border-box;
            font-weight: lighter;
        }
        .message input{background: none;}
        .message_input {
            width: 100%;
            margin-top: 1px;
            height: 38px;
            border: 0px;
            padding: 10px;
            font-weight: lighter;

            /* 去掉input框里点击时出现的蓝色边框 */
            outline: medium;
        }
       
        
        .message_input1 {
            width: 60%;
            margin-top: 1px;
            height: 38px;
            border: 0px;
            outline: medium;
        }
        
        .message_input2 {
            width: 99%;
            margin-top: 1px;
            height: 153px;
            border: 0px;
            outline: medium;
        }
        
        .wenben {
            width: 95%;
            resize: none;
            cursor: pointer;
            outline: none;
            border: none;
            background: none;
            padding: 10px;
            font-weight: lighter;
        }
        
        .submit {
            border: none;
            width: 15%;
            height: 39px;
            color: #fff;
            font-size: 15px;
            background-color: #AF2523;
            letter-spacing: 2px;
            margin-top: 24px;
            margin-left: 4px;
        }
        .submit:hover {
            opacity: 0.8;
        }
        
  
        .resent {
            border: none;
            width: 15%;
            height: 39px;
            color: #AF2523;
            font-size: 15px;
            background-color: #FFEAD3;
            letter-spacing: 2px;
            margin-left: 10px;
        }
        
        .zhanshi_title_cu {
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        /* 企业相册 */
        
        .xmain {
            width: 100%;
            height: 753px;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        
        .xbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/xaingce.jpg);
        }
        
        .xxuxian {
            margin-left: 4%;
            width: 100%;
            height: 1px;
            background-image: url(../img/icon3.png);
        }
        
        .xtupian {
            width: 100%;
            margin-top: 20px;
            height: 500px;
        }
        
        .xyihangtu,
        .xyihangtu2 {
            width: 110%;
            height: 202px;
            float: left;
        }
        
        .xyihangtu2 {
            margin-top: 23px;
        }
        
        .xtuyi,
        .xtuyi1 {
            float: left;
            width: 28%;
            margin-right: -55px;
        }
        
        .zhezhaoceng {
            width: 72%;
            height: 196px;
            background-color: #292929;
            opacity: 0.3px;
        }
        
        .xtuyi .ximg1,
        .xtuyi1 .ximg2,
        .xtuyi .ximg3,
        .xtuyi .ximg4 {
            width: 72%;
            margin-left: 30px;
            height: 196px;
            position: relative;
        }
        
        .ximg1 img,
        .ximg2 img,
        .ximg3 img,
        .ximg4 img {
            width: 100%;
            height: 100%;
        }
        
        .mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 101%;
            height: 199px;
            background: rgba(36, 36, 46, 0.7);
            color: #ffffff;
            opacity: 0;
            transform: scale(0.9, 0.9);
        }
        
        .mask span {
            display: block;
            font-size: 13px;
            margin-top: 80px;
            margin-left: 68px;
            width: 30%;
            height: 23px;
            color: white;
            text-align: center;
            border-bottom: 1px solid #fff;
        }
        
        .xtuyi .ximg1 a:hover .mask,
        .xtuyi1 .ximg2 a:hover .mask,
        .xtuyi .ximg3 a:hover .mask,
        .xtuyi .ximg4 a:hover .mask {
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(1, 1);
            transition: all 0.8s;
            opacity: 1;
        }
        
        .xtuyi1 .ximg2 {
            width: 72%;
            margin-left: 30px;
            height: 196px;
        }
        
        .xtuyi:hover,
        .xtuyi1:hover,
        .xyangshi1:hover {
            cursor: pointer;
        }
        
        .xyeshu {
            width: 500px;
            height: 2px;
            display: flex;
            margin-top: 6px;
            margin-left: 55%;
            float: left;
        }
        
        .zhanshi_title_pto {
            font-size: 18px;
            margin-left: 20px;
            color: #E5E5E5;
        }
        /* 人才招聘 */
        
        .zbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/recruitment.jpg);
        }
        
        .zhaopin {
            width: 90%;
            height: auto;
            margin-top: 20px;
            line-height: 27px;
        }
        
        .zhanshi_title_rc {
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        /* 新闻详情 */
        
        .ndmain {
            width: 100%;
            height: 800px;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        
        .ndbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/news1.jpg);
        }
        .vbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/vbanner.jpg);
        }
        .news {
            width: 98%;
            height: 112px;
            border-bottom: 1px solid #EEEEEE;
            line-height: 41px;
            padding-top: 20px;
            margin-left: 3%;
            box-sizing: border-box;
            
    margin-bottom: 20px;
        }
        
        .news_span {
            display: block;
            font-size: 20px;
            color: black;
            text-align: center;
        }
        
        .news_span1 {
            display: block;
            font-size: 16px;
            color: #999999;
            text-align: center;
            position: relative;
        }
        
        .news_span1:hover {
            cursor: pointer;
        }
        
        .yanjing {
            position: absolute;
            left: 53%;
            top: 15px;
            width: 17px;
            height: 11px;
            background-repeat: no-repeat;
            background-image: url(../img/yanjing.png);
        }
        .news_content {
            width: 100%;
            margin-left: 5%;
            height: auto;
            padding-bottom: 7%;
            box-sizing: border-box;
        }
        .news_content span {
            display: block;
            width: 94%;
            margin-top: 20px;
            text-indent: 2rem;
            line-height: 30px;
        }
        .news_content p{
        	line-height: 28px;
        }
        .news_content img{
        	max-width:800px;
        }
        
        .zhanshi_title_nc {
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        .fantiao {
            width: 98%;
            height: 112px;
            border-top: 1px solid #EEEEEE;
            line-height: 41px;
            padding-top: 20px;
            margin-left: 3%;
            box-sizing: border-box;
        }
        .fantiao span{
            color: black;
            margin-left: 2%;
        }
        .fantiao a{
            color: black;
        }
        .fantiao a:hover{
            color: #AF2523;
        }
        /* 新闻中心 */
        
        .ncmain {
            width: 100%;
            height: auto;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        .xinwen {
            width: 100%;
            height: auto;
            margin-top: 31px;
        }
        .xinwen1 {
            width: 100%;
            height: 154px;
            padding: 10px;
            box-sizing: border-box;
            float: left;
            box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }
        .xinwen1:hover,.xinwen2:hover {
            cursor: pointer;
        }
        .xinwen1:hover p,.xinwen2:hover p {
            cursor: pointer;
            color: #AF2523;
        }
        .xinwen2 {
            width: 100%;
            height: 154px;
            padding: 10px;
            box-sizing: border-box;
            float: left;
            margin-top: 20px;
        }
        .xinwen1 .xinwen-tu,.xinwen2 .xinwen-tu{
            width: 25%;
            height: 100%;
            float: left;
            overflow: hidden;
        }
        .xinwen1 img,.xinwen2 img {
            width: 100%;
            height: 100%;
            cursor: pointer;
            transition: all 0.5s;
        }
        .xinwen1:hover img,.xinwen2:hover img {
            transform: scale(1.1, 1.1);
        }
        .xinwen1_content {
            width: 73%;
            height: 100%;
            float: left;
            margin-left: 2%;
        }
        .xinwen1 p,.xinwen2 p {
            font-weight: normal;
            font-size: 18px;
            transition: all 0.5s;
        }
        .xinwen1:hover p,.xinwen2:hover p {
            font-weight: normal;
            font-size: 18px;
            color: #AF2523;
            cursor: pointer;
        }
        .xinwen1_span1 {
            display: block;
            color: #A3A3A3;
            font-size: 14px;
            margin-top: 5px;
        }
        .xinwen1_span2 {
            display: block;
            color: #A3A3A3;
            font-size: 14px;
            line-height: 25px;
            margin-top: -15px;
        }
        .yema {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }
        .zhanshi_title_xw {
            font-size: 18px;
            margin-left: 10px;
            color: #E5E5E5;
        }
        /* 相册详情 */
        
        .pbanner {
            width: 100%;
            height: 300px;
            background-image: url(../img/xaingce.jpg);
        }
        .photo {
            width: 830px;
            height: 554px;
            margin-top: 17px;
        }
        .pmain {
            width: 100%;
            height: 642px;
            padding-top: 25px;
            box-sizing: border-box;
            float: left;
        }
        .mobile_htupian {
            display: none;
        }
        .mobile_htupian {
            display: none;
        }
        .mobile_xtupian {
            display: none;
        }
        .mobile_xinwen {
            display: none;
        }
        .mobile-xiangqing{
            display: none;
        }

        /* 产品视频 */
        ul.provideo{
            margin-top: 8px;
        }
        ul.provideo>a>li{
            width: 100%;
            height: 40px;
            border-bottom: 1px solid #E3E3E3;
            line-height: 40px;
            color: #333333;
            
        }
        ul.provideo>a>li>.nameone{
            width: 50%;
            float: left;
            font-size: 16px;
        }
        ul.provideo>a>li>.dateone{
            width: 10%;
            float: right;
            font-size: 14px;
        }
        ul.provideo>a>li:hover .nameone{
            color: #AF2523;
        }


        /* 手机自适应 */
        @media screen and (max-width:1650px) {
            .footer2 {
                width: 75%;
            }
            .xiangqing {
                height: auto;
                overflow: hidden;
            }
            .mobile-xiangqing{
                display: none;
            }
        }
        @media screen and (max-width:1450px) {
            .footer2 {
                width: 90%;
            }
            .mobile-xiangqing{
                display: none;
            }
            ul.provideo>a>li>.dateone {
                width: 13%;
            }
        }
        @media screen and (max-width: 1250px){
            .footer3-1 {
            width: 1180px;
            }
            .nav{
                display: block;
            }
            .mobile-xiangqing{
                display: none;
            }
        }
        @media (max-width: 1200px) {
            ul.provideo>a>li {
                width: 94%;
            }
            .xiangqing_img img{
                max-height: 100%;
            }
            .xiangqing_img {
                width: 46%;
                height: 320px;
                border: 2px solid #E5E5E5;
                background-color: #FFFFFF;
                margin: auto;
                text-align: center;
                line-height: 307px;
            }
            .xinwen {
                width: 616px;
                height: auto;
                margin-top: 31px;
            }
            
            .footer2-2 {
                margin-left: 7%;
                margin-top: 4%;
            }
            .footer3-1 {
                width: 1020px;
            }
            .footer1 {
                display: none;
            }
            .footer2-1 .lianjie {
                line-height: 25px;
            }
            .footer {
                height: auto;
            }
            .abanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/Aboutus.png);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .lbanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/contactus.jpg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .hbanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/partner.jpg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .kbanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/CustomerCenter.jpg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .ndbanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/news1.jpg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .vbanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/vbanner.jpg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .pbanner {
                width: 100%;
                min-height: 185px;
                max-height: 185px;
                background-image: url(../img/xaingce.jpg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                margin-top: 5%;
            }
            .banner {
                background-image: url(../img/banner.jpg);
            }
            .zbanner {
                background-image: url(../img/recruitment.jpg);
            }
            .xbanner {
                background-image: url(../img/xaingce.jpg);
            }
        
            .ndmain {
                height: auto;
            }
            .aside {
                height: auto;
            }
            .zhanshi {
                height: auto;
            }
            .yanjing {
                left: 57.6%;
            }
            /* 合作伙伴手机端主要内内容 */
            .htupian {
                display: none;
            }
            .mobile_htupian {
                display: block;
            }
            .mobile_htupian {
                width: 100%;
                margin-top: 20px;
                height: 500px;
            }
            .hyihangtu,
            .hyihangtu2 {
                width: 90%;
                height: auto;
                float: left;
            }
            .hyihangtu2 {
                margin-top: 23px;
            }
            .htuyi,
            .htuyi1 {
                float: left;
                width: 31%;
                height: 143px;
                margin-left: 2%;
                margin-right: 0%;
            }
            .htuyi .himg,
            .htuyi1 .himg {
                width: 100%;
                background-size: 100% 100%;
                background-image: url(../img/baidu.jpg);
                background-repeat: no-repeat;
            }
            .htuyi p,
            .hyangshi1 {
                width: 100%;
            }
            .htuyi:hover,
            .htuyi1:hover,
            .hyangshi1:hover {
                cursor: pointer;
            }
            .htuyi:hover p,
            .htuyi1:hover p,
            .hyangshi1:hover p {
                cursor: pointer;
                color: black;
                border-bottom: 1px solid #AF2523;
            }
            .hyangshi {
                background-color: #E5E5E5;
                width: 100%;
                text-align: center;
                line-height: 36px;
                font-size: 13px;
                height: 36px;
                color: black;
                border-bottom: 1px solid #AF2523;
            }
            .amain {
                height: auto;
            }
            .about {
                width: 90%;
                height: auto;
                margin-top: 20px;
            }
            .nav {
                display: none;
            }
            .mobile {
                display: block;
            }
            .li1 {
                margin-left: 12px;
                line-height: 87px;
            }
            .nav1_nav a {
                width: 137%;
                display: block;
                font-size: 14px;
                color: white;
            }
            .zhuanhuan {
                width: 6%;
                margin-left: 2%;
            }
            .yingwen,
            .zhongwen {
                font-size: 14px;
            }
            .about p {
                font-size: 14px;
                height: auto;
            }
          
            .xinwen1 {
                width: 62%;
            }
            .xinwen2 {
                width: 62%;
            }
            .xinwen1_span2 {
                display: block;
                height: 75px;
                overflow-y: auto;
            }
            .photo {
                width: 90%;
                height: 554px;
                margin-top: 17px;
            }
            /* 企业相册 */
            .xtupian {
                display: none;
            }
            .mobile_xtupian {
                display: block;
            }
            .mobile_xtupian {
                width: 100%;
                margin-top: 20px;
                height: 500px;
            }
            .xtuyi,
            .xtuyi1 {
                width: 22%;
            }
            .xtuyi .ximg1,.xtuyi1 .ximg2,.xtuyi .ximg3,.xtuyi .ximg4 {
                width: 75%;
                margin-left: 15px;
            }
            .ximg1 img, .ximg2 img {
                width: 100%;
                height: 100%;
            }
            .xyihangtu,.xyihangtu2 {
                width: 100%;
                height: 202px;
                float: left;
            }
            .xtuyi,.xtuyi1 {
                float: left;
                width: 42%;
            }
            .zhaopin {
                height: auto;
            }
            .mobile_xinwen {
                display: none;
            }
            .mobile-xiangqing{
                display: none;
            }
        }
        
        @media (max-width: 1080px) {
            ul.provideo>a>li {
                width: 83%;
            }
            ul.provideo>a>li>.dateone {
                width: 18%;
            }
            .abanner {
                min-height: 135px;
                max-height: 135px;
                margin-top: 5.6%;
            }.lbanner {
                min-height: 135px;
                max-height: 135px;
                margin-top: 5.6%;
                background-size: 105% 133%;
                background-position: -7px -32px;
            }
            .hbanner,
            .kbanner,
            .ndbanner,
            .vbanner,
            .pbanner{
                min-height: 135px;
                max-height: 135px;
                margin-top: 5.9%;
                background-position: 100% 100%;
            }
            .amain {
                height: auto;
            }
            .footer {
                height: auto;
                margin-top: 0%;
            }
            /* 合作伙伴 */
            .zhanshi {
                height: auto;
            }
            
            .aside {
                height: auto;
            }
            .mobile_htupian {
                height: auto;
            }
            .hyeshu {
                height: auto;
                margin-top: 1%;
            }
            .footer2-1 .lianjie {
                color: rgb(151, 151, 151);
                padding-top: 20px;
                box-sizing: border-box;
                margin-left: 20px;
                font-size: 15px;
            }
            .footer2-1 .banquan {
                font-size: 14px;
            }
            .footer3-1 {
                width: 930px;
            }
            .anniu1_title {
                margin-left: -9px;
            }
            .xinwen1 {
                width: 94%;
            }
            .xinwen2 {
                width: 94%;
            }
            .xinwen1 p,
            .xinwen2 p {
                font-weight: normal;
                font-size: 16px;
            }
            .xiangqing {
                width: 90%;
                height: auto;
                margin-top: 16px;
            }
            .xiangqing_tu {
                height: auto;
            }
            /* .xiangqing_img {
                height: 214px;
            } */
            .xiangqing_text {
                height: auto;
            }
            .main {
                height: auto;
                padding-top: 9px;
            }
            .jieshao {
                height: auto;
            }
            /* 企业相册 */
            .xtuyi .ximg1,
            .xtuyi1 .ximg2,
            .xtuyi .ximg3,
            .xtuyi .ximg4 {
                width: 70%;
                margin-left: 15px;
                height: 150px;
            }
            .mask {
                width: 100%;
                height: 150px;
            }
            .mask span {
                margin-top: 34%;
                margin-left: 30%;
                width: 40%;
            }
            .xyihangtu,
            .xyihangtu2 {
                height: auto;
            }
            .xmain {
                height: auto;
            }
            .xyeshu {
                height: auto;
                width: 100%;
            }
            .mobile_xinwen {
                display: none;
            }
            .mobile-xiangqing{
                display: none;
            }
            
        }
        
        @media (max-width: 1000px) {
            ul.provideo>a>li {
                width: 78%;
            }
            .abanner {
                min-height: 125px;
                max-height: 125px;
                margin-top: 6%;
            }
            .lbanner {
                min-height: 125px;
                max-height: 125px;
                margin-top: 6%;
            }
            .kbanner {
                min-height: 125px;
                max-height: 125px;
                margin-top: 6%;
            }
            .pbanner{
                min-height: 125px;
                max-height: 125px;
                margin-top: 6%;
            }
            .anniu1_title {
                margin-left: -8px;
            }
            .amain {
                height: auto;
            }
            .yanjing {
                left: 59.6%;
            }
            .xinwen1 {
                    width: 84%;
            }
            .xinwen2 {
                width: 84%;
            }
            .xinwen1 p,
            .xinwen2 p{
                font-weight: normal;
                font-size: 14px;
            }
            .xinwen1 p:hover,
            .xinwen2 p:hover {
                font-weight: normal;
                font-size: 14px;
                color: #AF2523;
                cursor: pointer;
            }
            .jieshao span {
                line-height: 27px;
                font-size: 13px;
            }
            .mobile_xinwen {
                display: none;
            }
            .xiangqing_text_s2 {
                font-size: 12px;
            }
            .mobile-xiangqing{
                display: none;
            }
        }
        
        @media (max-width: 900px) {
            ul.provideo>a>li {
                width: 70%;
            }
            .abanner {
                min-height: 113px;
                max-height: 113px;
                margin-top: 6.7%;
            }
            .lbanner {
                min-height: 113px;
                max-height: 113px;
                margin-top: 6.7%;
            }
            .pbanner{
                min-height: 113px;
                max-height: 113px;
                margin-top: 6.7%;
            }
            .aside_nav ul li {
                margin-left: 0px;
            }
            .about_img {
                width: 80%;
                margin-top: 20px;
                height: auto;
            }
            .amain {
                height: auto;
            }
            /* 企业相册 */
            .xtuyi,
            .xtuyi1 {
                margin-right: -39px;
            }
            .xtuyi .ximg1,
            .xtuyi1 .ximg2,
            .xtuyi .ximg3,
            .xtuyi .ximg4 {
                height: 125px;
            }
            .mask {
                height: 125px;
            }
            .mobile_xtupian {
                height: auto;
            }
            .mobile_xinwen {
                display: none;
            }
            .mobile-xiangqing{
                display: none;
            }
        }
        
        @media (max-width: 800px) {
            .abanner {
                min-height: 100px;
                max-height: 100px;
                margin-top: 7.7%;
            }
            .lbanner {
                min-height: 100px;
                max-height: 100px;
                margin-top: 7.7%;
            }
            .aside {
                display: none;
            }
            .zhanshi {
                width: 97%;
                height: 78px;
                margin-left: 53px;
                float: left;
            }
            .amain {
                height: auto;
            }
            .about_img img {
                width: 70%;
            }
            .anniu1 {
                width: 88%;
            }
            .footer2-1 .lianjie {
                display: none;
            }
            .footer2-1 .banquan {
                color: rgb(151, 151, 151);
                padding-top: 40px;
                box-sizing: border-box;
                margin-left: 1%;
                line-height: 29px;
                font-size: 15px;
            }
            .zhanshi {
                height: auto;
            }
            .hbanner {
                background-size: 142% 125%;
                background-position: 47% 104%;
                margin-top: 7.6%;
            }
            .htuyi,
            .htuyi1 {
                width: 28%;
                margin-left: 5%;
            }
            .hyeshu {
                height: auto;
                margin-top: 1%;
                margin-left: 47%;
            }
            .yanjing {
                left: 56.6%;
            }
            .xinwen1 {
                width: 100%;
            }
            .xinwen2 {
                width: 100%;
            }
            /* 企业相册 */
            .xtuyi,
            .xtuyi1 {
                margin-right: -80px;
            }
            .xtuyi .ximg1,
            .xtuyi1 .ximg2,
            .xtuyi .ximg3,
            .xtuyi .ximg4 {
                height: 165px;
            }
            .mask {
                height: 165px;
            }
            .xyeshu {
                margin-left: 46%;
            }
            .mobile_xinwen {
                display: none;
            }
            .footer{
                display: none;
            }
            .footer3-1{
                display: none;
            }
            .mobile_footer{
                display: block;
            }
            .mobile_footer {
                display: block;
            }
            .mobile_footer {
                color: rgb(151, 151, 151);
                padding: 18px;
                box-sizing: border-box;
                line-height: 21px;
                font-size: 12px;
                text-align: center;
                width: 100%;
            }
            .mobile_footer a:hover {
                color: rgb(209, 209, 209);
            }
            .mobile_footer a {
                margin-left: 5px;
                color: rgb(151, 151, 151);
            }
            .xuxian {
                width: 90%;
            }
            .mobile-xiangqing{
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            ul.provideo {
                width: 705px;
            }
            ul.provideo>a>li>.dateone {
                width: 12%;
            }
            ul.provideo>a>li {
                width: 100%;
            }
        	.banner,.abanner,.ndbanner,.kbanner, .hbanner,.pbanner,.vbanner,.zbanner,.lbanner{display: none !important;}
            .abanner {
                min-height: 120px;
                max-height: 120px;
                margin-top: 7.8%;
                background-size: 154% 142%;
                background-position: 40% 51%;
                
            }
            .amain {
                height: auto;
                padding-bottom: 40px;
            }
            .ndbanner,.vbanner,.kbanner, .hbanner {
                margin-top: 7.6%;
                background-size: 156% 160%;
                background-position: 40% 74%;
                display: none !important;
            }
            .pbanner {
                margin-top: 7.6%;
                background-size: 150% 146%;
                background-position: 43% 74%;
            }
            .zhanshi {
                margin-left: 5%;
            }
            .yanjing {
                left: 54.6%;
            }
            .mobile_xinwen {
                display: none;
            }
            .auzhanshi {
                width: 92%;
                margin-top: 70px !important;
                margin: auto;
                float:none;
            }
            .news_content span {
                width: 94%;
            }
            .news {
                width: 94%;
                margin-left: 0;
            }
            .photo {
                margin-left: 2%;
            }
            .xiangqing_img {
                height: 320px;
            }.jieshao {
                padding-bottom: 5%;
            }
            /* 手机端详情介绍 */
            .xiangqing{
                display: none;
            }
            .mobile-xiangqing{
                display: block;
            }
            .mobile-xiangqing {
                width: 90%;
                height: auto;
                overflow: hidden;
                margin: auto;
                padding-bottom: 3%;
                box-sizing: border-box;
            }
            .xiangqing-tu {
                width: 100%;
                height: auto;
                margin: 5px auto;
            }
            .xiangqing-img {
                width: 290px;
                height: 312px;
                margin: auto;
                border: 2px solid #E5E5E5;
                background-color: #FFFFFF;
                text-align: center;
            }
            .xiangqing-img img{
                max-width: 100%;
                max-height: 100%;
            }
            .xiangqing-img:hover img{
                transform: scale(1.1,1.1);
                transition: all 0.5s;
            }
            .xiangqing-tu p {
                text-align: center;
                width: 100%;
                height: auto;
                margin: auto;
                padding: 15px;
                box-sizing: border-box;
                font-size: 16px;
            }
            /* 手机端详情介绍结束 */
            .news_content {
                margin-left: 0;
            }
        }
        
        @media (max-width: 600px) {
            .abanner {
                min-height: 70px;
                max-height: 100px;
                margin-top: 10.6%;
                width: 190%;
            }
            .lbanner {
                margin-top: 9.6%;
                background-size: 205% 187%;
                background-position: 30% 63%;
            }
            .kbanner {
                margin-top: 9.6%;
                background-size: 195% 168%;
                background-position: 32% 75%;
            }
            .amain {
                height: auto;
            }
            .hbanner {
                margin-top: 10.6%;
                background-size: 176% 143%;
                background-position: 34% 74%;
            }
            .pbanner{
                margin-top: 10.6%;
                background-size: 176% 143%;
                background-position: 34% 74%;
            }
            .hyeshu {
                margin-left: 44%;
            }
            .yanjing {
                left: 58.6%;
            }
            /* 企业相册 */
            .xtuyi .ximg1,
            .xtuyi1 .ximg2,
            .xtuyi .ximg3,
            .xtuyi .ximg4 {
                width: 64%;
                height: 140px;
            }
            .xtuyi,
            .xtuyi1 {
                margin-right: -59px;
            }
            .mask {
                height: 140px;
            }
            .mobile_xinwen {
                display: none;
            }
        }
        
        @media (max-width: 500px) {
            .abanner {
                min-height: 60px;
                max-height: 60px;
                margin-top: 12.6%;
            }
            .amain {
                height: auto;
            }
            .message_input1 {
                width: 59%;
            }
            .hbanner {
                margin-top: 12.6%;
                background-size: 215% 143%;
                background-position: 29% 74%;
            }
            .kbanner {
                margin-top: 12.6%;
                background-size: 215% 143%;
                background-position: 29% 74%;
            }
            .ndbanner {
                margin-top: 12.6%;
                background-size: 215% 143%;
                background-position: 29% 74%;
            }
            .vbanner{
                margin-top: 12.6%;
                background-size: 215% 143%;
                background-position: 29% 74%;
            }
            .pbanner{
                margin-top: 12.6%;
                background-size: 215% 143%;
                background-position: 29% 74%;
            }
            .xtuyi .ximg1,
            .xtuyi1 .ximg2,
            .xtuyi .ximg3,
            .xtuyi .ximg4 {
                width: 64%;
                height: 130px;
            }
            .mask {
                height: 130px;
            }
            .mask span {
                margin-top: 33%;
                margin-left: 27%;
                width: 45%;
            }
            .mobile_xinwen {
                display: none;
            }
        }
        
        @media (max-width: 450px) {
            ul.provideo{
                display: block;
            }
            ul.provideo {
                width: 380px;
            }
            ul.provideo>a>li>.dateone {
                width: 20%;
            }
            .kmain {
                padding-top: 9px;
            }
            .xinwen {
                display: none;
            }
            .mobile_xinwen {
                display: block;
            }
            .mobile_xinwen {
                width: 100%;
                height: auto;
                margin-top: 31px;
            }
            .xinwen {
                width: 100%;
                height: 600px;
                margin-top: 31px;
            }
            .xinwen1 {
                width: 100%;
                height: auto;
            }
            .xinwen2 {
                width: 100%;
                height: auto;
            }
            .xinwen1_content {
                width: 62%;
            }
            .xinwen1 a, .xinwen2 a {
                display: block;
                width: 35%;
                height: 100%;
                float: left;
                overflow: hidden;
            }
            .xinwen1_span2 {
                font-size: 12px;
                line-height: 22px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: auto;
            }
            .xinwen1_content h5{
                font-size: 12px;
                overflow: hidden;
                text-overflow:ellipsis;
                white-space: nowrap;
            }
            .xinwen1_span1 {
                font-size: 12px;
            }
            .zhanshi_title_nc1 {
                font-size: 17px;
                margin-left: 40%;
            }
            .zhanshi_title_cu1 {
                font-size: 17px;
                margin-left: 40%;
            }
            .zhanshi_title_cu {
                font-size: 16px;
                margin-left: 36%;
            }
            .zhanshi_title_au1 {
                font-size: 17px;
                margin-left: 41%;
            }
            .zhanshi_title_pt1 {
                font-size: 17px;
                margin-left: 41%;
            }
            .ncxian2 {
                margin: auto;
                width: 28%;
            }
            .auxian2 {
                margin: auto;
                width: 28%;
            }
            .kzxian2 {
                margin: auto;
                width: 42%;
            }
            .cuxian2 {
                margin: auto;
                width: 28%;
            }
            .ncmain {
                height: auto;
                padding-top: 9px;
            }
            .auzhanshi {
                width: 92%;
                float: none;
                margin: 0 auto;
                height: auto;
            }
            .about {
                width: 100%;
                height: auto;
            }
            .xyeshu {
                margin-left: 40%;
                width: 220px;
            }
            .zhanshi {
                width: 100%;
                margin-left: 7%;
            }
            .zhanshi_title_pto {
                margin-left: 42%;
            }
            .abanner,.zbanner {
                min-height: 108px;
                max-height: 103px;
                margin-top: 14.6%;
                background-size: 100% 100%;
                background-position: left 57%;
            }
            .amain {
                height: auto;
                padding-top: 9px;
                padding-bottom: 0px;
            }
            .about_img img {
                width: 100%;
            }
            .about_span {
                line-height: 27px;
                font-size: 16px;
            }
            .anniu {
                display: none;
            }
            .zhanshi_title {
                margin-top: 6px;
            }
            .zhanshi_title_au {
                margin-left: 38%;
            }
            .zhanshi_title_cp {
                font-size: 16px;
                display: block;
                margin-left: 38%;
                color: #E5E5E5;
            }
            .zhanshi_title_s2{
                margin-left: 0;
            }
            .zhanshi_title_xw1 {
                font-size: 17px;
                display: block;
                margin-left: 40%;
            }
            .xwxian2 {
                margin-left: 27%;
                width: 28%;
            }
            .cpxian2 {
                margin-left: 27%;
                width: 28%;
            }
            .xian2 {
                margin-left: 38%;
                width: 28%;
            }
            .paxian2 {
                margin-left: 28%;
                width: 28%;
            }
            .xuxian {
                margin: auto;
            }
            .banquan {
                display: none;
            }
            .mobile_footer {
                display: block;
            }
            .mobile_footer {
                color: rgb(151, 151, 151);
                padding-top: 18px;
                box-sizing: border-box;
                margin-left: 0;
                line-height: 21px;
                font-size: 12px;
                text-align: center;
                width: 118%;
            }
            .mobile_footer a:hover {
                color: rgb(209, 209, 209);
            }
            .mobile_footer a {
                margin-left: 5px;
                color: rgb(151, 151, 151);
            }
            .footer {
                height: auto;
                margin-top: 2%;
            }
            .footer2 {
                height: auto;
            }
            .lbanner {
                margin-top: 14.6%;
                background-size: 285% 184%;
                background-position: 24% 75%;
            }
            .call_phone {
                height: auto;
            }
            .call {
                font-size: 12px;
                line-height: 50px;
            }
            .phone {
                font-size: 26px;
                line-height: 54px;
                margin-left: 0;
            }
            .biaodan {
                width: 50%;
                height: 34px;
                margin-top: 12px;
                margin-left: 3px;
            }
           
            .message_input {
                width: 100%;

                font-weight: lighter;
                height: 33px;
                padding: 10px;
            }
            .message_input::-webkit-input-placeholder {
                color: #AF2523;
            }
            /* .message_input1 {
                height: 33px;
                width: 55%;
            } */
          
            .biaodan1 label {
                font-size: 13px;
            }
            .biaodan label {
                font-size: 13px;
                padding-left: 4%;
            }
            .biaodan1 {
                margin-top: 12px;
                height: auto;
            }
            .wenben {
                width: 100%;
                resize: none;
                cursor: pointer;
                outline: none;
                border: none;
                padding: 10px;
                font-weight: lighter;

            }
            .submit {
                width: 25%;
            }
            .resent {
                width: 25%;
            }
            .zhanshi {
                height: auto;
            }
            .footer {
                height: 100px;
                margin-top: 6%;
            }
            .lianxi {
                font-size: 14px;
                line-height: 25px;
            }
            .gsdz {
                margin-top: 9px;
                font-size: 14px;
                line-height: 42px;
            }
            .htuyi .himg,
            .htuyi1 .himg {
                width: 100%;
                background-size: 100% 100%;
                background-image: url(../img/baidu.jpg);
                background-repeat: no-repeat;
                height: 60px;
            }
            .hyihangtu, .hyihangtu2 {
                width: 96%;
                height: auto;
                float: left;
            }
            .htuyi,
            .htuyi1 {
                width: 28%;
                margin-left: 5%;
                height: auto;
            }
            .htuyi p,
            .hyangshi1 {
                height: auto;
                line-height: 28px;
            }
            .hyangshi {
                line-height: 28px;
                font-size: 12px;
                height: auto;
            }
            .hyeshu {
                margin-left: 40%;
                margin-top: 2%;
            }
            .hbanner,.kbanner,.ndbanner,.vbanner {
                min-height: 108px;
                max-height: 103px;
                margin-top: 14.6%;
                background-size: 310% 177%;
                background-position: 24% 76%;
            }
            .pbanner{
                margin-top: 14.6%;
                background-size: 215% 143%;
                background-position: 29% 74%;
            }
            .yanjing {
                left: 57.6%;
            }
            .zhanshi_title_xw {
                font-size: 16px;
                display: block;
                margin-left: 36%;
                color: #E5E5E5;
            }
            .zhanshi_title_nc {
                font-size: 14px;
                display: block;
                margin-left: 37%;
                color: #E5E5E5;
            }
            .zhanshi_title_pt {
                font-size: 16px;
                margin-left: 41%;
                color: #E5E5E5;
            }
            .zhanshi_title_kz {
                font-size: 16px;
                margin-left: 30%;
                color: #E5E5E5;
            }
            .photo {
                width: 90%;
                height: 415px;
                margin-top: 17px;
            }
            .pmain {
                height: auto;
            }
            .xiangqing_text_s1 {
                font-size: 14px;
            }
            .xiangqing_text_s2 {
                font-size: 13px;
            }
            .xiangqing {
                height: 175px;
            }
            .zhanshi_title_rc {
                font-size: 18px;
                margin-left: 29%;
                color: #E5E5E5;
            }
            .zhanshi_title_pa {
                text-align: center;
                display: block;
            }
            .zhanshi_title_pa1 {
                /*margin-left: 39%;*/
                display: block;
                text-align: center;
               
            }
            /* 人才招聘 */
            .zhaopin span {
                font-size: 14px;
                line-height: 0px;
            }
            .zhaopin p {
                font-size: 15px;
            }
            .zhanshi_title_rc {
                font-size: 15px;
                margin-left: 36%;
                color: #E5E5E5;
            }
            /*  xiangce*/
            .xtuyi .ximg1,
            .xtuyi1 .ximg2,
            .xtuyi .ximg3,
            .xtuyi .ximg4 {
                width: 69%;
                height: 113px;
            }
            .xtuyi, .xtuyi1 {
                margin-right: -36px;
                width: 41%;
            }
            .xxuxian {
                margin-left: 0;
        }
            .mask {
                height: 113px;
            }
            .photo {
                margin-left: 7%;
            }
            .xiangqing-img {
                margin: auto;
                line-height: 300px;
                text-align: center;
            }
            .xiangqing-img img{
                max-width: 100%;
                max-height: 100%;
                text-align: center;
            }
            .jieshao {
                margin: auto;
                padding-top: 9px;
            }
            .xyihangtu2 {
                margin-top: 15px;
            }
            .zhaopin {
                width: 94%;
                height: auto;
                margin: 20px auto;
            }
            .jieshao span {
                line-height: 20px;
                font-size: 13px;
            }
            .news_content {
                margin-left: 0px;
            }
            .news_content span {
                width: 100%;
                font-size: 15px;
                line-height: 27px;
            }
            .fantiao span {
                font-size: 15px;
            }
            .fantiao a {
                font-size: 15px;
                overflow: hidden;
            }
            .yema {
                width: 100%;
                margin: 10px auto;
                text-align: center;
                height: auto;
            }
        }
        
        @media (max-width: 380px) {
            ul.provideo {
                width: 330px;
            }
            ul.provideo>a>li>.dateone {
                width: 24%;
            }
            ul.provideo>a>li>.nameone {
                width: 52%;
            }
            .yanjing {
                left: 59.6%;
            }
            .zhanshi_title_xw {
                margin-left: 34%;
            }
            .hyeshu {
                margin-left: 39%;
                width: 200px;
            }
            .zhanshi_title_pto {
                font-size: 14px;
                margin-left: 35%;
                color: #E5E5E5;
            }
            .zhanshi_title_xw1 {
                margin-left: 40%;
            }
            .xtuyi,
            .xtuyi1 {
                margin-right: -38px;
            }
            .mobile_footer {
                padding-top: 17px;
                margin-left: 0;
                line-height: 18px;
                font-size: 12px;
                width: 100%;
                text-align: center;
            }
            .footer {
                height: auto;
                padding-bottom: 4%;
                margin-top: 2%;
            }
            .footer2 {
                height: auto;
            }
            .about_span {
                line-height: 21px;
                font-size: 12px;
            }
            .abanner {
                margin-top: 15.6%;
            }
        
            .hbanner,.kbanner,.ndbanner,.vbanner {
                margin-top: 15.6%;
                background-size: 280% 143%;
                background-position: 25% 74%;
            }
            .pbanner{
                margin-top: 60px;
                background-size: 280% 143%;
                background-position: 25% 74%;
            }
            .lbanner {
                margin-top: 60px;
                background-size: 284% 169%;
                background-position: 24% 75%;
            }
            .xinwen1 p,
            .xinwen2 p {
                font-weight: normal;
                font-size: 12px;
            }
            .zhanshi_title_cp {
                margin-left: 38%;
            }
            /* 人才招聘 */
            .zhaopin span {
                font-size: 14px;
                line-height: 0px;
            }
            .zhanshi_title_rc {
                font-size: 15px;
                margin-left: 34%;
                color: #E5E5E5;
            }
            .auzhanshi {
                width: 88%;
                height: auto;
                margin: auto;
               float: none;
            }
            .xian2 {
                margin-top: 13px;
                margin-left: 36%;
                width: 28%;
            }
            .xtuyi, .xtuyi1 {
                margin-right: -44px;
                margin-left: 4%;
                width: 40%;
            }
            .xtuyi .ximg1, .xtuyi1 .ximg2, .xtuyi .ximg3, .xtuyi .ximg4 {
                width: 69%;
                height: 96px;
                margin-left: 7px;
            }
            .xxuxian {
                margin-left: 0%;
            }
            .mask {
                height: 96px;
            }
            .mask span {
                margin-top: 36%;
                margin-left: 22%;
                width: 55%;
                font-size: 12px;
            }
            .xyeshu {
                margin-left: 39%;
            }
            .auxian2 {
                margin: auto;
                width: 28%;
            }
            .xuxian {
                margin: auto;
            }
            
            .zhanshi_title_au {
                margin-left: 36%;
            }
            .zhanshi_title_au1 {
                margin-left: 40%;
            }
            .zhanshi_title_cu {
                margin-left: 34%;
            }
            .zhanshi_title_cu1 {
                margin-left: 39%;
            }
            .about {
                width: 100%;
            }
            .kmain {
                padding-top: 9px;
            }
            .zhanshi_title_nc {
                margin-left: 35%;
            }
            .xinwen1_span2 {
                line-height: 16px;
            }
            .photo {
                margin-left: 4%;
            }
            .zhanshi_title_pt, .zhanshi_title_pt1 {
                margin-left: 40%;
            }
            .jieshao {
                width: 100%;
                height: auto;
                padding-top: 2px;
                padding-left: 0px;
                box-sizing: border-box;
            }
            .news_content span {
                width: 100%;
                font-size: 14px;
                line-height: 24px;
                margin-top: 15px;
            }
            .fantiao a {
                margin-left: 0;
                font-size: 14px;
            }
            .fantiao {
                width: 100%;
                height: 112px;
                line-height: 24px;
                padding-top: 20px;
                margin-left: 0;
            }
            .fantiao span{
                font-size: 14px;
            }
            .fantiao a{
                font-size: 14px;
            }
        }
        
        @media (max-width: 365px) {
            ul.provideo {
                width: 317px;
            }
            ul.provideo>a>li>.nameone {
                width: 53%;
            }
            .anniu1_img {
                width: 5%;
            }
            .anniu1_title {
                margin-left: -6px;
            }
            .zhanshi {
                width: 86%;
            }
            .about_span {
                font-size: 10px;
            }
            .footer2-1 .banquan {
                font-size: 12px;
            }
            .abanner {
                min-height: 103px;
                max-height: 103px;
                margin-top: 16.6%;
                background-size: 293% 154%;
                background-position: 24% 57%;
            }
            .message_input1 {
                width: 48%;
            }
            .zhanshi_title_kz {
                margin-left: 26%;
            }
            .kzxian2 {
                width: 50%;
            }
            .hbanner, .kbanner {
                margin-top: 16.6%;
            }
            .pbanner{
                margin-top: 16.6%;
            }
            .xiangqing-img {
                width: 280px;
                text-align: center;
            }
            .jieshao span {
                line-height: 18px;
                font-size: 12px;
            }
            .hbanner, .kbanner, .ndbanner,.vbanner{
                margin-top: 16.6%;
                background-size: 280% 143%;
                background-position: 25% 74%;
            }
            .hyeshu {
                margin-left: 40%;
                margin-top: -6%;
                margin-bottom: 4%;
            }
        }
        
        @media (max-width: 330px) {
            ul.provideo {
                width: 282px;
            }
            ul.provideo>a>li>.dateone {
                width: 25%;
                font-size: 12px;
            }
            ul.provideo>a>li>.nameone {
                width: 53%;
                font-size: 14px;
            }
            .abanner {
                min-height: 108px;
                max-height: 103px;
                margin-top: 13.6%;
                background-size: 319% 141%;
                background-position: 22% 42%;
            }
            .amain {
                padding-top: 0px;
                height: auto;
            }
            .zhanshi {
                width: 88%;
            }
            .mobile_footer {
                width: 111%;
            }
            .lbanner {
                margin-top: 13.6%;
                background-size: 318% 157%;
                background-position: 22% 75%;
            }
            .gsdz {
                margin-top: 9px;
                font-size: 12px;
                line-height: 34px;
            }
            .lianxi {
                font-size: 13px;
                line-height: 25px;
            }
            .zhanshi_title_kz {
                font-size: 14px;
                margin-left: 26%;
            }
            .zhanshi_title_kz1 {
                font-size: 17px;
                display: block;
                margin-left: 32%;
            }
            .phone {
                font-size: 20px;
                line-height: 52px;
                margin-left: 0;
            }
            .biaodan label {
                font-size: 10px;
                padding-left: 3%;
            }
            .biaodan1 label {
                font-size: 10px;
            }
            .submit {
                width: 23%;
                height: 30px;
                font-size: 12px;
                margin-top: 19px;
            }
            .resent {
                width: 23%;
                height: 30px;
                font-size: 12px;
            }
            .hbanner, .kbanner, .ndbanner,.vbanner{
                min-height: 108px;
                max-height: 103px;
                margin-top: 45px;
                background-size: 318% 157%;
                background-position: 22% 75%;
            }
            .pbanner{
                margin-top: 45px;
                background-size: 281% 138%;
                background-position: 25% 82%;
            }
          
            .news {
                height: auto;
                border-bottom: 2px solid #EEEEEE;
                line-height: 27px;
                padding-top: 7px;
                box-sizing: border-box;
            }
            .news_span {
                font-size: 16px;
            }
            .news_span1 {
                font-size: 13px;
            }
            .yanjing {
                top: 8px;
                left: 57.6%;
            }
            .news_content span {
                margin-top: 7px;
                line-height: 24px;
                font-size: 12px;
            }
            .xinwen1 p, .xinwen2 p {
                display: block;
                font-weight: normal;
                font-size: 12px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }
            .zhanshi_title_nc {
                font-size: 10px;
                margin-left: 36%;
                color: #E5E5E5;
            }
            .zhanshi_title_nc1 {
                margin-left: 39%;
            }
            .photo {
                height: 325px;
            }
            .xiangqing_text_s1 {
                font-size: 12px;
            }
            .xiangqing_text_s2 {
                font-size: 10px;
            }
            .xiangqing {
                height: 137px;
            }
            .zhanshi_title_pto {
                margin-left: 39%;
            }
            .xtuyi .ximg1,.xtuyi1 .ximg2,.xtuyi .ximg3,.xtuyi .ximg4 {
                width: 69%;
                height: 80px;
            }
            .mask {
                height: 90px;
            }
            .mask span {
                width: 59%;
                font-size: 12px;
            }
            .auzhanshi {
                height: auto;
            }
            .zhanshi_title_au1 {
                margin-left: 38%;
            }
            .zhanshi_title_au {
                margin-left: 36%;
                font-size: 16px;
            }
            .zhanshi_title_s3 {
                display: block;
                margin-top: 2%;
            }
            .hyeshu {
                width: 186px;
            }
            .xiangqing-tu p {
                font-size: 12px;
            }
            .xiangqing-img {
                width: 246px;
                height: 180px;
                line-height: 175px;
            }
            .zhanshi_title_cp {
                margin-left: 35%;
            }
            .xyeshu {
                width: 170px;
            }
            .xtuyi, .xtuyi1 {
                margin-right: -19px;
                margin-left: 0;
                width: 40%;
            }
            .xyihangtu2 {
                margin-top: 14px;
            }
            .fantiao a {
                margin-left: 0;
                font-size: 12px;
            }
            .fantiao span {
                margin-left: 0;
                font-size: 12px;
            }
        }
        /* 翻页样式 */
        .page {
            margin: 4% auto;
            margin: auto;
            /* margin-left: 35%; */
            width: 55%;
            height: 40px;
            /* float: left; */
            overflow: hidden;
            /* background-color: aqua; */
        }
           .page a{
              padding: 0 16px;
            height: 40px;
            line-height: 36px;
            border: solid 1px #eeeeee;
            background-color: #FFFFFF;
            display: inline-block;
            color: #999999;
            font-size: 14px;
            box-sizing: border-box;
              vertical-align: top;
              transition: .6s;
           }
           .page .page_select{
              background-color: #AF2523;
              color: #FFFFFF;
           }
           .page a:hover{
            background-color: #AF2523;
            color: #FFFFFF;
           }