/* common */
        /*iframe{
            border:0;
            outline: 0;
        }*/
        ul{
            padding:0;
        }
        ul li{
            list-style: none;
        }
        #main-wrapper {
            width: 100%;
            position: relative;
        }

        .header-content {
            margin-top: 88px;
            margin-bottom: 40px;
            color: #FFF;
            text-align: center;
        }
        .header-content h2 {
            font-weight: 300;
            font-size: 38px;
        }
        .header-content h3 {
            font-weight: 200;
            text-transform: capitalize;
            font-size: 24px;
        }
        .btn {
            border-radius: 0;
            display:block;
            width: 225px;
            color:#fff;
            margin:30px auto 30px;
            border:1px solid #373739;
            padding: 10px 13px;
            outline: 0;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
        .btn:hover{
            color:#fff;
            border-color: #d20000;
            background-color: #d20000;
        }
        .BTN{
            overflow: hidden;
            cursor: pointer;
        }

    /*侧边栏*/
        #menu {
            position: fixed;
            width: 150px;
            background: #fff;
            height: 100%;
            left: 0;
            font-family:'Raleway', sans-serif;
            z-index: 12;
        }
        #menu .navbar-brand {
            padding-top: 10px;
            padding-bottom: 20%;
            padding-left: 30px;
            margin-left: -8px;
        }
        .logo-ph{
            display: none;
        }
        .logo-pc{
            display:inline-block;
        }
        #menu .navbar {
            border-radius: 0;
            background: transparent;
            border: none;
            padding-top: 12%;
        }
        #menu .navbar-collapse {
            margin-top: 80px;
        }
        #menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li {
            float: none;
        }
        #menu .navbar-default .navbar-nav>li>a{
            font-size: 18px;
            font-weight: 300;
            letter-spacing:1.5px;
            text-transform: uppercase;
            text-align: center;
            color:#999;
        }
        #menu .navbar-default .navbar-nav>li>a:hover {
            background: rgba(38, 41, 46, .2);
        }
        #menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
            background: transparent;
            color: #d20000;
        }
        #BTN{
            display: none;
        }
        .nav-bottom{
            width: 100%;
            position: absolute;
            bottom:0;
            left:0;
        }
        .weixin,.qq{
            text-align: center;
            margin-bottom: 12%;
            display: flex;
        }
        .weixin a,.qq a{
            width: 42px;
            height: 42px;
            margin:auto;
        }
        .duihua{
            width: 150px;
            height: 150px;
            background-image: linear-gradient( 180deg, rgb(242,90,90) 0%, rgb(210,00,0) 100%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .duihua .duihua-pic{
            width: 25px;
            height: 25px;
            position: absolute;
            top:20px;
            right:30px;
        }
        .duihua .jingli{
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-bottom: 10px;
            margin-top: 26px;
        }
        .duihua span{
            display: block;
            color:#fff;
            font-size: 10.5px;
            font-family: "PingFang SC";
        }
        .weixin-hover{
            display: none;
        }
        .qq-hover{
            display: none;
        }
        .weixin{
            position: fixed;
			z-index:1000;
			right:15px;
			bottom:0px;
        }
        .saoma{
            position: absolute;
            top: -15px;
            right: 45px;
            z-index: 22;
            display: none;
        }
    /*container*/
        #container {
            position: relative;
            margin-left: 150px;
        }
        #container section {
            padding: 0;
        }
        .mg-bt-80 {
            margin-bottom: 80px;
        }
        .mg-bt-60 {
            margin-bottom: 60px;
        }
        .mg-bt-40 {
            margin-bottom: 40px;
        }
        .zixun-btn{
            position: fixed;
            right: 15px;
            bottom: 65px;
            width: 40px;
            height: 40px;
            display: none;
        }
        .zixun-btn img{
            width: 100%;
        }
        .to-top-btn {
            background: #9B9F9F;
            border-radius: 0;
            color: #fff;
            display: none;
            font-size: 18px;
            line-height: 38px;
            margin: 0 auto;
            position: fixed;
            right: 15px;
            bottom: 15px;
            text-align: center;
            width: 40px;
            height: 40px;
        }
        .to-top-btn:hover{
            color: #d20000;
        }
        .to-top-hover{
            display: block
        }
        footer {
            background: #27262f;
            padding:40px 0;
        }

/* index */
    /* HOME */
        #container section.home {
            padding: 0px;
        }
        .home .slide-filter {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
       
        }
        .home .slide-text {
            position: absolute;
            display: block;
            bottom:40%;
            right: 0;
            left:-220px;
            width: 100%;
            padding: 0 10px;
            z-index: 22;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        .home .slide-text h2 {
            font-family:'Raleway', sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 69px;
            letter-spacing: 2px;
            color: #fff;
            position: relative;
        }
        .home .slide-text span {
            font-weight: 300;
            font-size: 25px;
            line-height: 40px;
            letter-spacing: 0px;
            color: #fff;
            position: relative;
        }
        .home .slides-navigation {
            margin: 0 auto;
            position: absolute;
            z-index: 2;
            width: 100%;
            bottom: 0%;
            height: 45px;
        }
        .home .slides-navigation a {
            position: absolute;
            font-size: 40px;
            font-weight: 300;
            top: 0;
            right: 0;
            line-height: 35px;
            z-index: 1;
            bottom: 21px;
            color: #232a2f;
        }
        .home .slides-navigation a:hover {
            color: #DDAD02;
        }
        .home .slides-navigation a.prev, .home .slides-navigation a.next {
            background: #f7f8f9;
            width: 45px;
            height: 45px;
            text-align: center;
        }
        .home .slides-navigation a.prev {
            right: 47px;
        }
        .par-ph{
            display: none;
        }
    /* Services */
        .line{
            border-bottom: 1px solid rgba(255,255,255,0.3);
            position: relative;
        }
        .line:before{
            content: "";
            display: line-block;
            width: 30px;
            height: 3px;
            background-color: #d20000;
            position: absolute;
            bottom:0;
            left:50%;
            margin-left: -15px;
        }
        .title{
            font-size: 48px;
            font-family: "Adobe Heiti Std"; 
        }
        .slogan{
            font-size: 24px;
            color:#d20000;
            font-family: "Adobe Heiti Std";
            margin-bottom: 48px;
        }

        .services{
            width: 100%;
            background: url(../images/bj1.jpg) no-repeat;  
        }
        .service-row>div{
            width: 20%;
            float: left;
        }
        .service {
            cursor: pointer;
            display: block;
            width: 100%;
          
            text-align: center;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .service .icon-holder {
            position: relative;
            top: 280px;
            display: inline-block;
            margin-bottom: 0px;
            padding: 10px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 50px;
            color: #d20000;
        }
        .service .heading {
            display: block;
            color:#fff;
            position: relative;
            top: 310px;
            -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }
        .heading .ch-title{
            font-size: 24px;
            margin-bottom: 10px;
        }
        .heading .en-title{
            font-size: 16px;
            color:#666;
        }

        .service:hover {
            background-color: rgba(255,255,255,0.3);
        }

        .service:hover .icon-holder {
            top: 180px;
        }

        .service:hover .heading {
            top: 210px;
        }

        .service .description{
            display: block;
            width: 80%;
            margin: 0 auto;
            opacity: 0;
            color:#fff;
            line-height: 36px;
            font-size: 14px;
            -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }
        .service .description>a{
            color:#fff;
            
        }

        .service:hover .description {
            opacity: 1;
            margin-top: 260px;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    /* Portfolio */
        .portfolio {
            width: 100%; 
            background: url(../images/project-bj.png) no-repeat;
            overflow: hidden;
        }
        .port-content{
            margin-top: 70px;
        }
        .portfolio .portfolio-item {
            opacity: 0;
            display: none;
            margin: 0;
            padding: 0;
        }
        .portfolio .portfolio-item img {
            width: 100%;
            height: auto;
        }
        .portfolioFilter {
            font-weight: 400;
            margin-bottom: 20px;
            list-style: none;
        }
        .portfolio-item {
            position: relative;
            color: #ffffff;
            line-height: 0;
            margin-top: 10px;
            margin-bottom: 10px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
        .portfolio-BTN{
            margin-bottom: 60px;
            margin-top: -50px;
        }
    /* Contact */
        
    /* Footer */
        footer{
            width: 100%;
        }
        .foot{
            width:76%;
            margin:0 auto;
        }
        .foot-top{
            border-bottom:1px solid #3c3750;
            margin-bottom: 42px;
        }
        .foot-top:after{
            content: "";
            clear: both;
            display: block;
        }
        .foot-top .list{
            float: left;
            padding-bottom: 44px;
            box-sizing: border-box;
        }
        .list a{
            color:#999;
            font-size: 14px;
        }
        .list i{
            display: inline-block;
            width: 1px;
            height: 14px;
            background-color: #999;
            margin:0 12px;
            vertical-align: middle;
        }
        .foot-top .lianjie{
            float:right;
        }
        .lianjie a{
            margin-left: 32px;
        }
        .weix{
            position: relative;
        }
        .erweim{
            display: none;
            position: absolute;
            top: -102px;
            left: -34px;
            z-index: 222;
        }
        .foot-bottom p{
            text-align: left;
            color:#999;
            font-size: 14px;
        }
        .foot-a{
            font-size: 14px;
            color:#999;
        }
        .foot-a:hover{
            text-decoration: none;
            color:#d20000;
        }

/* service */
    /*head*/
        .head{
            width: 100%;
            height: 900px;
            position: relative;
            padding-top:20%;
            box-sizing: border-box;
            z-index: 11;
        }
        .head h1{
            color:#fff;
            font-size: 60px;
            text-align: center;
        }
        .head h3{
            color:#bbb;
            font-size: 30px;
            text-align: center;
        }
        .head>div{
           
            box-shadow: 0 0 30px rgba(242,90,90,0.6);
            position: absolute;
            top:90%;
            left:50%;
            margin-left: -107px;
            background: #ce0000;
            height: 174px;
            padding: 40px 20px 0 20px;
            text-align: center;
        }


        .service-ch{
            color:#fff;
            font-size: 48px;
        }
        .service-en{
            color:#fff;
            font-size: 18px;
        }

        .service-Title{
            width: 100%;
            padding-top: 110px;
            padding-bottom: 30px;
            box-sizing: border-box;
            z-index: 22;
            text-align: center;
        }
        .service-Title p{
            color:#333;
            font-size: 48px;
        }
        .service-Title p h5{
            color:#666;
            font-size: 18px;
        }
    /*product-plan*/
        .product-plan{
            width: 100%;
            background-color:#e6e6e6;
            padding:3% 0;
            padding-top: 4%;
            padding-bottom:10%;
            overflow: hidden;
            z-index: 23;
        }
        .product-plan .pic{
            width:50%;
            padding-top: 4.5%;
            position: relative;
        }
        .product-plan .pic .pic-title{
            text-align: left;
            color:#fff;
            font-size: 48px;
            line-height: 48px;
            position: absolute;
            top:0;
            left:43%;
        }
        .product-plan .pic .product-img{
            position: absolute;
            top:108%;
            left:23%;
            opacity: 1;
        }
        .product-plan .pic .product-img1{
            position: absolute;
            top:-18%;
            left:50%;
            opacity: 1;
        }
        .product-plan .introduce{
            width: 50%;
            padding-top: 6%;
            padding-right: 6%;
            padding-left: 12%;
            float: right;
        }
        .introduce h1{
            display: block;
            color:#666;
            font-size: 48px;
            text-align: left;
            line-height: 18px;
        }
        .introduce h1:nth-child(2){
            font-size: 36px;
            margin-bottom: 52px;
            margin-top: 0;
        }
        .introduce p{
            color:#666;
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 40px;
            text-align: left;
        }
        .introduce ul li i{
            background-image: 
        }
        .introduce ul li{
            text-align: left;
        }
        .introduce ul li span{
            font-size: 18px;
            color:#666;
            line-height: 34px;
        }
    /*vision-design*/
        .vision-design{
            width: 100%;
            overflow: hidden;
            background-color: #fff;
            padding-top:5%;
            padding-right: 3%;
            z-index: 24;
        }
        .vision-design .pic{
            float: right;
            width: 50%;
            padding-bottom: 1.2%;
            position: relative;
        }
        .vision-design .pic .pic-title{
            text-align: left;
            color:#bbb;
            font-size: 48px;
            line-height: 42px;
            position: absolute;
            top:30%;
            right:23%;  
        }
        .vision-img1{
            position: absolute;
            top: 1100%;
            right: 8%;
        }
        .vision-img2{
            position: absolute;
            top:300%;
            right:19%;
        }
        .vision-img3{
            position: absolute;
            top:-428%;
            right:18%;
        }
        .vision-design .introduce{
            float: left;
            width: 50%;
            padding-left:14%;
            padding-right: 8%;
            padding-top: 8%;
            padding-bottom:6%;
        }
    /*develop*/
        .develop{
            width: 100%;
            background-color:#e6e6e6;
            overflow: hidden;
            padding-left:10%;
            padding-top: 10%;
            padding-bottom: 4%;
        }
        .develop .pic{
            width:50%;
            padding-top: 5%;
            float: left;
            position: relative;
        }
        .develop .pic .pic-title{
            text-align: left;
            color:#fff;
            font-size: 48px;
            line-height: 48px;
            position: absolute;
            top:-110%;
            left:30%;
        }
        .develop-img{
            position: absolute;
            top:10%;
            left:0%;
        }
        .develop-img1{
            position: absolute;
            top:-200%;
            left:36%;
        }
        .develop .introduce{
            width: 50%;
            padding-top: 0px;
            padding-right:9%;
            padding-left: 6%;
            padding-bottom: 8%;
            float: right;
        }
    /*operate*/
        .operate{
            width: 100%;
            overflow: hidden;
            background-color: #fff;
            padding-right: 10%;
            padding-top: 10%;
        }
        .operate .pic{
            float: right;
            width: 50%;
            padding-bottom: 1.3%;
            position: relative;
        }
        .operate .pic .pic-title{
            text-align: left;
            color:#bbb;
            font-size: 48px;
            line-height: 42px;
            position: absolute;
            top:-260%;
            right:23%;
        }
        .operate-img{
            position: absolute;
            top:36%;
            right:0;
        }
        .operate-img1{
            position: absolute;
            top:-856%;
            right:20%;
        }
        .operate-360{
            position: absolute;
            top:1500%;
            right:-8%;
        }
        .operate-baidu{
            position: absolute;
            top:380%;
            right:-10%;
        }
        .operate-guge{
            position: absolute;
            top:1558%;
            right:35%;
        }
        .operate-sousuo{
            position: absolute;
            top:2500%;
            right:6%; 
        }
        .operate-weixin{
            position: absolute;
            top:700%;
            right:36%;
        }
        .operate-xinlang{
            position: absolute;
            top:1120%;
            right:60%;
        }
        .operate .introduce{
           float: left;
            width: 50%;
            padding-left:16%;
            padding-top: 4%;
            padding-bottom:9.5%; 
        }
    /*internet*/
        .internet{
            width: 100%;
            background-color:#e6e6e6;
            overflow: hidden;
            padding-top: 10%;
            padding-bottom: 10%;
        }
        .internet .pic{
            width: 50%;
            padding-top: 5%;
            float: left;
            position: relative;
        }
        .internet .pic .pic-title{
            text-align: left;
            color:#fff;
            font-size: 48px;
            line-height: 48px;
            position: absolute;
            top:0;
            left:43%;
        }
        .internet-img{
            position: absolute;
            top:48%;
            left:18%;
        }
        .internet-img1{
            position: absolute;
            top:-160%;
            left:46%;
        }
        .internet-cunchu{
            position: absolute;
            top:250%;
            left:24%;
        }
        .internet-wenjian{
            position: absolute;
            top:462%;
            right:5%;
        }
        .internet-zhuji{
            position: absolute;
            top:160%;
            right:22%;
        }
        .internet .pic .pic-title{
            position: absolute;
            top:-50%;
            left:37%;
        }
        .internet .introduce {
            width: 50%;
            float: right;
            padding-top: 0;
            padding-right: 9%;
            padding-left: 10%;
        }

/*about*/
    .about-head{
        background: url(../images/about-bj.jpg) no-repeat;
    }
    .year-wrap{
        background-color: #fff;
        width: 100%;
        padding-top:155px;
        padding-bottom:72px;
        display: flex;
    }
    .year-wrap .year{
        margin:auto;
        overflow: hidden;
    }
    .year-wrap h1{
        font-size: 48px;
        color:#666;
        font-family: "PingFang";
        font-weight: 500;
        text-align: center;
        margin:0;
        margin-top: 50px;
        line-height: 48px;
    }
    .year-wrap .year>span{
        display: block;
        font-size:38px;
        font-family: "PingFang";
        color:#999;
        line-height: 70px;
        margin-bottom: 40px;
    }
    .year-wrap p{
        color:#666;
        font-size: 16px;
        line-height: 30px;
        padding:0 20%;
    }
    .year-wrap p>span{
        color:#555;
        font-weight: 700;
    }

    .num-wrap{
        width: 100%;
        background-color: #eeeeee;
        padding:102px 0;
    }
    .num-wrap .num{
        width: 50%;
        display: flex;
        margin:0 auto;
    }
    .num-wrap .num p{
        flex-grow: 1;
        font-size: 48px;
        color:#666;
        margin:0;
        line-height: 40px;
        text-align: center;
    }
    .num-wrap .num p>span{
        color:#999;
        font-size: 18px;
    }

    .team-wrap{
        width: 100%;
        background-color: #fff;
        padding-top:40px;
        padding-bottom: 90px;
        overflow: hidden;
    }
    .team h1{
        font-size: 48px;
        color:#666;
        font-family: "PingFang";
        font-weight: 500;
        text-align: center;
        margin:0;
        margin-top: 2%;
        line-height: 48px;
    }
    .team span{
        display: block;
        color:#666;
        font-size: 18px;
        margin:24px auto 50px;
    }
    .team-pic{
        margin:0 auto;
        width: 68.454%;
        clear: both;
    }
    .team-pic img{
        width: 100%;
        float: left;
    }
    .effect-layla{
        float: left;
        position: relative;
        overflow: hidden;
        background-color: #d20000;
    }
    .effect-layla img{
        transition: all 0.3s ease;
    }
    .effect-layla:hover img{
        opacity: 0.2;
        transform: scale(1.1);
    }
    .img4-wrap{
        width: 40%;
    }
    .img6-wrap{
        width: 60%;
    }

    .recruit-wrap{
        width: 100%;
       background-color: #eee;
        padding-top: 80px;
        overflow: hidden;
    }
    .recruit-wrap h1{
        font-size: 48px;
        color:#666;
        font-family: "PingFang";
        font-weight: 500;
        text-align: center;
        margin:0;
        line-height: 48px;
    }
    .recruit-wrap span{
        display: block;
        color:#666;
        font-size: 18px;
        margin-top:24px;
    }
    .recruit{
        margin:0 auto;
        margin-bottom: 100px;
        width: 70%;
        display: flex;
    }
    .recruit div{
        width: 100%;
       /* height: 400px;*/
        text-align: center;
        flex-grow: 1;
        transition: all 0.3s ease;
    }
	 .recruit div img{
       /* width: 100%;*/
      
        text-align: center;
       
    }
	
    .recruit span{
        margin-top: 180px;
        color:#666;
        font-size: 18px;
        font-family: "Adobe Heiti Std";
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .recruit h1{
        font-size:36px;
        color:#666;
        margin-bottom: 34px;
    }
    .recruit p{
        color:#333;
        font-size: 16px;
      /*  padding:0 24px;
        margin-top: 100px;*/
        box-sizing: border-box;
        opacity: 0;
        -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
	 .anli-head{
        background-image: url(../images/anli-bj.jpg);
    }
	 .news-head{
        background-image: url(../images/news-bj.jpg);
    }

	 .seo-head{
        background-image: url(../images/seo-bj.jpg);
    }
/*case*/
    .case-head{
        background-image: url(../images/fuwu-bj.jpg);
    }
    .case-wrap{
        width: 100%;
        background-color: #f8f8f8;
        padding-top: 110px;
    }
    .case{
        text-align: center;
        overflow: hidden;
    }
    .classify{
        width: 84.4%;
        height: 100px;
        margin:0 auto;
        text-align: center;
        overflow: hidden;
    }
    .classify-left,.classify-right{
        display: inline-block;
        width: 180px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        border:1px solid #999;
        color:#999;
        font-size: 22px;
        text-decoration: none;
        transition: all 0.5s ease;
        margin:20px 0;
        margin-left: 24px;

    }
    .classify a:hover{
        background-color: #d20000;
        color:#fff;
        border-color: #d20000;
        text-decoration: none;
    }
    .classify-active{
        background-color: #d20000;
        color:#fff;
        border-color: #d20000;
    }
    .case-content{
        width: 100%;
        overflow: hidden;
        display: flex;
    }
    .case-content>ul{
        margin:auto;
        overflow: hidden;
        padding:0 8%;
        padding-bottom: 1%;
    }
    .websites{
        cursor: pointer;
        position: relative;
        float: left;
        overflow: hidden;
		
    }
    .websites img{
        width: 100%;
        transition: all 600ms ease;
    }
    .websites-span{
        width: 100%;
        height: 100%;
        font-size: 24px;
        position: absolute;
        top:0;
        left:0;
        background-color: rgba(0,0,0,.3);
        transition: all 0.5s;
        display: none;
    }
    .websites-span .lianjie-hover{
        width: 48px !important;
        height: 48px !important;
        margin:120px auto;
    }
    .websites-span .lianjie-erweima{
        width: 120px !important; 
        height:120px !important;
        margin: 80px auto;
    }
    .websites-span span{
        display: block;
        margin-top: -40px;
        color:#333;
        text-decoration: none;
        border-bottom: none;
    }
/*contact*/
    .contact {
        width: 100%;
        position: relative;
        background-color: #eee;
    }
    .contact-head{
        background-image: url(../images/contact-bj.jpg);
    }
    .contact-head h1{
        color:#fff;
        font-size: 60px;
        text-align: center;
    }
    .contact-head h3{
        color:#bbb;
        font-size: 30px;
        text-align: center;
    }
    .contact-content{
        width: 76%;
        margin:0 auto;
        margin-bottom: 240px;
        background-color: #fff;
        border-left: 2px solid #d20000;
        overflow: hidden;
    }
    .contact-left{
        width: 40%;
        height: 100%;
        float: left;
    }
    .address{
        padding-top: 40px;
        padding-left:34px;
        box-sizing: border-box;
        text-align: left;
        color:#999;
        height:100%;
    }
    .address p{
        font-size:18px;
        margin-bottom: 20px;
    }
    .address h2{
        font-size: 40px;
        font-family: "Impact";
        margin-bottom: 35px;
    }
    .address h2>a{
        color:#d20000;
        text-decoration: none;
    }
    .address a{
        color:#999;
    }
    .address .erweima{
        margin-top: 20px;
    }
    .erweima img{
        margin-bottom: 6px;
    }
    .erweima p{
        text-align: left;
        color:#999;
        font-size: 16px;
    }
    .office{
        list-style: none;
        padding: 0;
        line-height: 25px;
    } 
    .contact-right{
        float: left;
        width: 60%;
        height: 100%;
        display: flex;
    } 
    .contact-right img{
        width: 100%;
        margin:auto;
    }

    .cont-item{
        margin-top: 200px;
    }
    .cont-item h3{
        color:#333;
    }
    .cont-item p{
        text-align: center;
        color:#999;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .cont-item a{
        display: inline-block;
        width: 200px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 30px;
        color:#d20000;
        font-size: 18px;
    }
    .cont-item:hover a{
        display:inline-block;
        color:#fff;
        background-image: -moz-linear-gradient( 0deg, rgb(242,90,90) 0%, rgb(210,0,0) 100%);
        background-image: -webkit-linear-gradient( 0deg,  rgb(242,90,90) 0%, rgb(210,0,0) 100%);
        background-image: -ms-linear-gradient( 0deg,  rgb(242,90,90) 0%, rgb(210,0,0) 100%);

    }
.slide{display: none;}

#web1-pic,#web2-pic,#web3-pic,#web4-pic,#web5-pic,
#web6-pic,#web7-pic,#web8-pic,#web9-pic,#web10-pic,
#web11-pic,#web12-pic,#web13-pic,#web14-pic,#web15-pic,
#web16-pic,#web17-pic,#web18-pic,#web19-pic,#web20-pic,
#web21-pic,#web22-pic,#web23-pic,#web24-pic,#web25-pic,
#web26-pic,#web27-pic,#web28-pic,#web29-pic,#web30-pic,
#web31-pic,#web32-pic,#web33-pic,#web34-pic,
#web35-pic,#web36-pic,#web37-pic,#web38-pic,#web100-pic,#web99-pic{
    opacity: 0;
}

.p1{
	/*position: relative;*/
	top: 0px;

	width: 100%;
	height: 100%;
	top: 174px;
}
/*.p4{position: relative;
background: url(../images/banner2.jpg) top center no-repeat;
width: 100%;height: 100%;}
.p5{position: relative;
background: url(../images/banner3.jpg) top center no-repeat;
width: 100%;height: 100%;}
*/.fullwidth{background: #000}
.p1list ul{width: 100%;padding-left:150px !important;

overflow: hidden;

margin: 0 auto;




opacity: 0.7;

bottom: 0;

padding-bottom: 30px;

padding: 60px 50px;
}
.p1list li{width: 32%;margin-right: 1%;float: left;color: #fff;overflow: hidden;line-height: 35px;}
.p1list li span{    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-right: 3px;
    line-height: 10px;
    float: left;
  margin-top: 15px;}
.p1list li a{color: #fff;}
.p1list li a:hover{color: #CCCCCC;}
.mfoot{display: none;}


.p1list{margin-top: -720px;
z-index: 99999;
/*position: absolute;*/
width: 100%;}


.foot-a:hover {
    text-decoration: none;
    color: #d20000;
}
.foot-a {
    font-size: 14px;
    color: #999;
}
.foot a:hover{ color:#fff;}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}
	.case-conten{ display:block;}
	.case-content > ul {width:70%;text-align: left;padding:0 !important}
	.row li{line-height: 35px;border-bottom: 1px dashed #CCC;color: #666;font-size: 16px;}
	.row li span{float: right;}
	.row li a{color: #666;}
	.row li a:hover{ color:#ff0000}
@media only screen and (max-width:1440px){
    /* service */
        /*head*/
            .head{
                width: 100%;
                height: 900px;
               
                position: relative;
                padding-top:20%;
                box-sizing: border-box;
                z-index: 11;
            }
            .head h1{
                color:#fff;
                font-size: 60px;
                text-align: center;
            }
            .head h3{
                color:#bbb;
                font-size: 30px;
                text-align: center;
            }
            .head>div{
                position: absolute;
                top:90%;
                left:50%;
                margin-left: -87px;
                width: 174px;
                height: 174px;
                padding-top:40px;
                text-align: center;
            }


            .service-ch{
                color:#fff;
                font-size: 22px;
				line-height: 30px;
            }
            .service-en{
                color:#fff;
                font-size: 16px;
				line-height: 30px;
            }

            .service-Title{
                width: 100%;
                padding-top: 110px;
                padding-bottom: 30px;
                box-sizing: border-box;
                z-index: 22;
                text-align: center;
            }
            .service-Title p{
                color:#333;
                font-size: 48px;
            }
            .service-Title p h5{
                color:#666;
                font-size: 18px;
            }
        /*product-plan*/
            .product-plan{
                width: 100%;
                background-color:#e6e6e6;
                padding:3% 0;
                padding-top: 4%;
                padding-bottom:10%;
                overflow: hidden;
                z-index: 23;
            }
            .product-plan .pic{
                width:50%;
                padding-top: 4.5%;
                position: relative;
            }
            .product-plan .pic .pic-title{
                text-align: left;
                color:#fff;
                font-size: 48px;
                line-height: 48px;
                position: absolute;
                top:0;
                left:43%;
            }
            .product-plan .pic .product-img{
                position: absolute;
                top:108%;
                left:-4%;
            }
            .product-plan .pic .product-img1{
                position: absolute;
                top:-18%;
                left:50%;
            }
            .product-plan .introduce{
                width: 50%;
                padding-top: 6%;
                padding-right: 6%;
                padding-left: 12%;
                float: right;
            }
            .introduce h1{
                display: block;
                color:#666;
                font-size: 48px;
                text-align: left;
                line-height: 18px;
            }
            .introduce h1:nth-child(2){
                font-size: 26px;
                margin-bottom: 52px;
                margin-top: 0;
            }
            .introduce p{
                color:#666;
                font-size: 14px;
                line-height: 30px;
                margin-bottom: 40px;
                text-align: left;
            }
            .introduce ul li i{
                background-image: 
            }
            .introduce ul li{
                text-align: left;
            }
            .introduce ul li span{
                font-size: 18px;
                color:#666;
                line-height: 34px;
            }
        /*vision-design*/
            .vision-design{
                width: 100%;
                overflow: hidden;
                background-color: #fff;
                padding-top:5%;
                padding-right: 0;
                z-index: 24;
            }
            .vision-design .pic{
                float: right;
                width: 50%;
                padding-bottom: 1.2%;
                position: relative;
            }
            .vision-design .introduce {
                float: left;
                width: 50%;
                padding-left: 3%;
                padding-right: 18%;
                padding-top: 8%;
                padding-bottom: 6%;
            }
        /*develop*/
            .develop{
                padding-left:0;
                padding-top: 10%;
                padding-bottom: 4%;
            }
            .develop .pic{
                width:50%;
                padding-top: 5%;
                float: left;
                position: relative;
            }
            .develop .introduce{
                width: 50%;
                padding-top: 0px;
                padding-right:2%;
                padding-left: 17%;
                padding-bottom: 8%;
                float: right;
            }
        /*operate*/
            .operate{
                width: 100%;
                overflow: hidden;
                background-color: #fff;
                padding-right: 10%;
                padding-top: 10%;
            }
            .operate-img{
                position: absolute;
                top:36%;
                right:-13%;
            }
            .operate-img1{
                position: absolute;
                top:-856%;
                right:20%;
            }
            .operate .pic{
                float: right;
                width: 50%;
                padding-bottom: 1.3%;
                position: relative;
            }
            .operate .pic .pic-title{
                text-align: left;
                color:#bbb;
                font-size: 48px;
                line-height: 42px;
                position: absolute;
                top:-260%;
                right:23%;
            }
            .operate .introduce {
                float: left;
                width: 50%;
                padding-left: 3%;
                padding-top: 4%;
                padding-right: 10%;
                padding-bottom: 9.5%;
            }
        /*internet*/
            .internet{
                width: 100%;
                background-color: #e6e6e6;
                overflow: hidden;
                padding-top: 10%;
                padding-bottom: 10%;
            }
            .internet .pic{
                width: 50%;
                padding-top: 5%;
                padding-right: 10%;
                float: left;
                position: relative;
            }
            .internet .introduce{
                width: 50%;
                float: right;
                padding-top: 0;
                padding-right: 3%;
                padding-left: 20%;
            }
            .internet-img{
                position: absolute;
                top: 103%;
                left: 3%;
            }

}

/*移动端*/
@media only screen and (max-width:700px){
    .zixun-btn{
        position: fixed;
        right: 15px;
        bottom: 65px;
        width: 40px;
        height: 40px;
        display: block;
    }
    .zixun-btn img{
        width: 100%;
    }
	#menu{display: none;}
    /*index*/
        /*common*/
            .header-content {
                margin-top: 40px;
                margin-bottom: 40px;
                color: #FFF;
                text-align: center;
            }
            .header-content h2 {
                font-weight: 300;
                font-size: 22px;
            }
            .header-content h3 {
                font-weight: 200;
                text-transform: capitalize;
                font-size: 18px;
            }
        /*nav*/
            #menu{
                position: fixed;
                top:0;
                left:0;
                right:0;
                width: 100%;
                height: 50px;
                line-height: 50px;
                background-color: #d20000;
            }
            #menu .navbar{
                padding-top: 0;
            }
            .navbar{
                margin-bottom: 0;
                min-height: 44px;
            }
            #menu .navbar-header{
                margin-left: 0;
                float: left;
            }
            .navbar-header{
                height: 44px;
                line-height: 44px;
                padding-left: 20px;
            }
            #menu .navbar-brand{
                padding-top:0;
                padding-bottom: 0;
                padding-left: 0;
            }
            .navbar-brand{
                float: none;
                padding:0;
                height: 44px;
            }
            .logo-pc{
                display: none;
            }
            .logo-ph{
                display: inline-block;
                vertical-align: middle;
            }
            #menu .navbar-collapse {
                margin-top:0;
            }
            #BTN{
                float: right;
                display:block;
                margin-right: 20px;
                cursor: pointer;
            }
            #BTN img{
                vertical-align: middle;
            }
            .navbar-nav{
                float: left;
                display: none;
                position: absolute;
                top:44px;
                left:0;
                width: 100%;
                background-color: #fff;
                z-index: 2222;
            }
            #menu .navbar-default .navbar-nav>li>a{
                text-align: left;
                padding-left: 20px;
                box-sizing: border-box;
            }
            #container{
                margin-left: 0;
                width: 100%;
            }
            .portfolio-BTN{
                margin-bottom: 8px;
                margin-top: 0px;
            }
            .nav-bottom{
                display: none;
            }
        /*home*/
            #container section.home {
                padding: 0px;
                width: 100%;
            }
            #home-slide{
                width: 100% !important;
            }
            .home .slide-filter {
                display: block;
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                background:rgba(0, 0, 0, 0.5);
            }
            .slides-container{
                width: 100% !important;
            }
            .slides-container a img{
                width: 100% !important;
                left:0 !important;
                top:0 !important;
                height: 100% !important;
            }
            .home .slide-text {
                position: absolute;
                display: block;
                bottom:50%;
                right: 0;
                left:0;
                width: 100%;
                padding: 0 10px;
                z-index: 22;
                max-width: 100%;
                margin: 0 auto;
                text-align: center;
            }
            .home .slide-text h2 {
                font-size: 28px;
                line-height: 18px;
            }
            .home .slide-text span {
                font-size: 20px;
                line-height:20px;
            }
            .home .slides-navigation {
                margin: 0 auto;
                position: absolute;
                z-index: 2;
                width: 100%;
                bottom: 0%;
                height: 45px;
            }
            .home .slides-navigation a {
                position: absolute;
                font-size: 40px;
                font-weight: 300;
                top: 0;
                right: 0;
                line-height: 35px;
                z-index: 1;
                bottom: 21px;
                color: #232a2f;
            }
            .home .slides-navigation a:hover {
                color: #DDAD02;
            }
            .home .slides-navigation a.prev, .home .slides-navigation a.next {
                background: #f7f8f9;
                width: 45px;
                height: 45px;
                text-align: center;
            }
            .home .slides-navigation a.prev {
                right: 47px;
            }
            .par{
                display: none;
            }
            .par-ph{
                display: block;
            }
        /*service*/
            .services{
                width: 100%;
                background: url(../images/case-bj.jpg) no-repeat;  
                background-size: 900%;
            }
            .service {
                cursor: pointer;
                display: block;
                width: 100%;
                height: auto;
                text-align: center;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
            .service-row>div{
                width: 50%;
                float: left;
				height: 210px;
            }
            .service .icon-holder {
                position: relative;
                top: 40px;
                display: inline-block;
                margin-bottom: 0px;
                padding: 10px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font-size: 50px;
                color: #d20000;
            }
            .icon-holder img{
                width: 70%;
            }
            .service .heading {
                display: block;
                color:#fff;
                position: relative;
                top: 52px;
                -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            }
            .heading .ch-title{
                font-size: 18px;
                margin-bottom: 10px;
            }
            .heading .en-title{
                font-size: 16px;
                color:#666;
            }
            .service:hover {
                background-color: rgba(255,255,255,0.3);
            }
            .service:hover .icon-holder {
                top: 54px;
            }
            .service:hover .heading {
                top: 70px;
            }
            .service .description {
                display: none;
                width: 80%;
                margin: 0 auto;
                opacity: 0;
                color:#fff;
                line-height: 36px;
                font-size: 14px;
                -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

            .service:hover .description {
                opacity: 1;
                margin-top: 260px;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            } 
            .service-row .last{
                display: none;
            }


            .portfolio {
                width: 100%; 
                background: url(../images/project-bj.png) no-repeat;
                overflow: hidden;
                background-size: 1200%;
            }
            .portfolio .portfolio-item {
                opacity: 0;
                display: none;
                margin-bottom:20px;
                padding: 0;
                padding:0 10px;
            }

    /*about*/
        .about-head{
            background-image: url(../images/about-bj.jpg) !important;
        }
        .year-wrap{
            width: 100%;
            padding-top:30px;
            padding-bottom:72px;
        }
        .year-wrap .year{
            width: 100%;
            padding:0 20px;
            margin:0 auto;
            overflow: hidden;
        }
        .year-wrap .year>span{
            display: block;
            font-size:18px;
            font-family: "PingFang";
            color:#999;
            line-height: 50px;
            margin-bottom: 0px;
        }
        .year-wrap h1{
            font-size: 36px;
        }
        .year-wrap p{
            text-align: left;
            padding:0;
        }
        .num-wrap{
            padding:30px 0;
        }
        .num-wrap .num{
            width: 100%;
        }

        .team-wrap{
            padding-top:0px;
            padding-bottom: 30px;
        }
        .team-pic{
            margin:0 auto;
            width: 100%;
            clear: both;
        }
        .team-pic img{
            float: left;
            width:100%;
            height: 100%;
        }
        .effect-layla{
            height:100%;
            width: 90%;
            margin:0 auto;
            margin-bottom: 10px;
            float: none;
            position: relative;
            overflow: hidden;
        }
        .wenzi{
            width: 100%;
            float:left;
            height:369px;
            line-height: 204px;
            color:#666;
            font-size: 24px;
            background-color: #e9e9e9;
        }
        .wenzi>p{
            width: 100%;
            font-size: 20px;
        }
        .li{
            height: 184px;
        }
        .li img{
            vertical-align: bottom;
        }
        
        .recruit-wrap{
            width: 100%;
            background-color: #eee;
            padding-top: 40px;
            overflow: hidden;
        }
        .recruit-wrap h1{
            font-size: 30px;
            color:#666;
            font-family: "PingFang";
            font-weight: 500;
            text-align: center;
            margin:0;
            line-height: 48px;
        }
        .recruit-wrap span{
            display: block;
            color:#666;
            font-size: 18px;
            margin-top:10px;
        }
        .recruit{
            margin:0 auto;
            margin-bottom: 100px;
            width: 100%;
            display: block;
        }
        .recruit div{
            width: 100%;
            height: auto;
            float: left;
        }
        .recruit span{
            margin-top: 30px;
            color:#666;
            font-size: 18px;
            font-family: "Adobe Heiti Std";
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }
        .recruit h1{
            font-size:20px;
            color:#666;
            margin-bottom: 15px;
        }
        .recruit img{
            /*margin-bottom: 48px;*/
        }
        .recruit p{
            color:#333;
            font-size: 14px;
            padding:0 24px;
            margin-top: 10px;
            box-sizing: border-box;
            opacity: 1;
            -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

    /* service */
        /*head*/
            .head{
                width: 100%;
                height: 300px;
                line-height: 300px;
                background-image: url(../images/service-bj.png);
                background-size: 118% 100%;
                background-position-x: -30px;
                background-repeat: no-repeat;
                padding-bottom: 0%;
                padding-top: 24%;
				padding-left: 15px;
				padding-right: 15px;
            }
            .head h1{
                color:#fff;
                font-size: 28px;
                text-align: center;
            }
            .head h3{
                color:#bbb;
                font-size: 20px;
                text-align: center;
                margin-bottom: 38px;
            }
            .head>div{
                        position: absolute;
        top: 84%;
        left: 37%;
        margin-left: 0;
        width: 100px;
        height: 100px;
        padding-top: 8px;
        text-align: center;
            }

            .service-Title{
                width: 100%;
                padding-top: 20px;
                padding-bottom: 20px;
                box-sizing: border-box;
                z-index: 22;
                text-align: center;
            }
            .service-Title p{
                font-size: 30px;
            }
        /*product-plan*/
            .product-plan{
                width: 100%;
                padding:3% 0;
                padding-top: 4%;
                padding-bottom:10%;
                overflow: hidden;
                z-index: 23;
            }
            .product-plan .pic{
                width:100%;
                padding-top: 4.5%;
                padding-left: 0;
                float: none;
                position: relative;
            }
            .product-plan .pic .pic-title{
                text-align: left;
                color:#fff;
                font-size: 48px;
                line-height: 48px;
                position: absolute;
                top:0;
                left:6%;
            }
            .product-plan .pic .product-img{
                width: 100%;
                top:400%;
                left:0%;
            }
            .product-plan .pic .product-img1{
                top:-18%;
                left:20%;
            }
            .product-plan .introduce{
                width: 100%;
                padding-top: 94%;
                float: none;
            }
            .introduce h1{
                display: block;
                color:#666;
                font-size: 36px;
                text-align: left;
                line-height: 18px;
            }
            .introduce h1:nth-child(2){
                font-size: 22px;
                margin-bottom: 52px;
                margin-top: 0;
            }
        /*vision-design*/
            .vision-design{
                width: 100%;
                padding-top:0;
                padding-right: 0;
            }
            .vision-design .pic{
                float: none;
                width: 100%;
                padding-bottom: 1.2%;
                padding-top: 2%;
                position: relative;
            }
            .vision-design .pic .pic-title{
                text-align: left;
                color:#bbb;
                font-size: 48px;
                line-height: 42px;
                position: absolute;
                top:30%;
                right:23%;  
            }
            .vision-img1{
                width: 100%;
                position: absolute;
                top: 800%;
                right: -2%;
            }
            .vision-img2{
                width: 100%;
                position: absolute;
                top:500%;
                right:4%;
            }
            .vision-img3{
                width: 30%;
                position: absolute;
                top:-428%;
                right:18%;
            }
            .vision-design .introduce{
                float: none;
                width: 100%;
                padding-left:7%;
                padding-right: 8%;
                padding-top: 74%;
                padding-bottom:6%;
            }
        /*develop*/
            .develop{
                width: 100%;
                background-color:#e6e6e6;
                overflow: hidden;
                padding-left:0;
                padding-top: 10%;
                padding-bottom: 4%;
                z-index: 24;
            }
            .develop .pic{
                width:100%;
                padding-top: 5%;
                padding-left: 0;
                float: none;
                position: relative;
            }
            .develop .pic .pic-title{
                text-align: left;
                color:#fff;
                font-size: 42px;
                line-height: 48px;
                position: absolute;
                top:-110%;
                left:7%;
            }
            .develop-img{
                width: 100%;
                position: absolute;
                top:330%;
                left:0%;
            }
            .develop-img1{
                position: absolute;
                top:-200%;
                left:22%;
            }
            .develop .introduce{
                width: 100%;
                padding-top:82%;
                padding-right:12%;
                padding-left: 7%;
                padding-bottom: 8%;
                float: none;
            }
        /*operate*/
            .operate{
                width: 100%;
                overflow: hidden;
                background-color: #fff;
                padding-right: 10%;
                padding-top: 10%;
            }
            .operate .pic{
                float: none;
                width: 100%;
                padding-bottom: 1.3%;
                position: relative;
                padding-top: -4%;
            }
            .operate .pic .pic-title{
                text-align: left;
                color:#bbb;
                font-size: 48px;
                line-height: 42px;
                position: absolute;
                top:-260%;
                right:0%;
                left:7%;
            }
            .operate-img{
                width: 80%;
                position: absolute;
                top:900%;
                right:0;
            }
            .operate-img1{
                width: 30%;
                position: absolute;
                top:-856%;
                right:20%;
            }
            .operate-360{
                width: 30%;
                position: absolute;
                top:5400%;
                right:-8%;
            }
            .operate-baidu{
                width: 40%;
                position: absolute;
                top:2200%;
                right:-10%;
            }
            .operate-guge{
                width: 50%;
                position: absolute;
                top:5100%;
                right:40%;
            }
            .operate-sousuo{
                width: 30%;
                position: absolute;
                top:7600%;
                right:6%; 
            }
            .operate-weixin{
                width: 39%;
                position: absolute;
                top:1900%;
                right:47%;
            }
            .operate-xinlang{
                width: 30%;
                position: absolute;
                top:4120%;
                right:70%;
            }
            .operate .introduce{
               float: none;
                width: 100%;
                padding-left:7%;
                padding-top: 130%;
                padding-bottom:9.5%; 
            }
        /*internet*/
            .internet{
                width: 100%;
                background-color:#e6e6e6;
                overflow: hidden;
                padding-top: 10%;
                padding-bottom: 10%;
            }
            .internet .pic{
                width: 100%;
                padding-left: 0;
                padding-top: 5%;
                float: none;
                position: relative;
            }
            .internet .pic .pic-title{
                text-align: left;
                color:#fff;
                font-size: 48px;
                line-height: 48px;
                position: absolute;
                top:0;
                left:43%;
            }
            .internet-img{
                width: 100%;
                position: absolute;
                top:490%;
                left:0%;
            }
            .internet-img1{
                position: absolute;
                top:-160%;
                left:20%;
            }
            .internet-cunchu{
                position: absolute;
                top:880%;
                left:2%;
            }
            .internet-wenjian{
                position: absolute;
                top:1200%;
                right:5%;
            }
            .internet-zhuji{
                position: absolute;
                top:320%;
                right:10%;
            }
            .internet .pic .pic-title{
                position: absolute;
                top:0%;
                left:7%;
            }
            .internet .introduce{
                width: 100%;
                float: none;
                padding-top:100%;
                padding-right: 12%;
                padding-left: 7%;
            }

    /*case*/
        .case-head{
            background-image: url(../images/case-bj.jpg);
        }
        .case-wrap{
            width: 100%;
            background-color: #f8f8f8;
            padding-top: 30px;
        }
        .case{
            text-align: center;
            overflow: hidden;
        }
        .case h1{
            font-size: 48px;
            color:#fff;
            font-family: "PingFang SC";
            font-weight: 500;
            margin-bottom: 0;
        }
        .case>span{
            display: block;
            font-size: 18px;
            color:#666;
            margin:24px auto 50px;
        }
        .case-content{
            width: 100%;
            padding:0 10px;
            overflow: hidden;
        }
        .case-content>div{
            width: 100%;
            margin:0 auto;
            padding:0 10px;
            overflow: hidden;
        }
        .case-content>ul{
            padding:0;
        }
        .websites{
            position: relative;
            margin-bottom: 20px;
            float: left;
            overflow: hidden;
        }
        .websites img{
            width:100%;
            transition:none;
        }
        .websites:hover img{
            transform:none;
        }
        .ui{
            margin:0;
            margin-bottom: 20px;
        }
        .websites-span{
            display: block !important;
            color:#fff;
            width: 100%;
            height: 100%;
            font-size: 24px;
            position: absolute;
            background-color: rgba(0,0,0,.3);
            line-height: 260px;
            transition: all 0.5s;
        }
        .case{
            text-align: center;
            overflow: hidden;
        }
        .classify{
            width: 100%;
            height:auto;
            margin:0 auto;
            text-align: center;
        }
        .classify-left,.classify-right{
            display: inline-block;
            width: 40%;
            height: 54px;
            line-height: 54px;
            text-align: center;
            border:1px solid #999;
            color:#999;
            font-size: 22px;
            text-decoration: none;
            transition: all 0.5s ease;
            margin:20px 0;
            margin-left: 0px;
        }
        a.classify-left{
            margin-right: 10px;
        }
        a.classify-right{
            margin-left: 10px;
        }
        .classify-active{
        background-color: #d20000;
        color:#fff;
        border-color: #d20000;
    }


    /* contact */
        .cont-item{
            margin-top: 40px;
        
        }
        .mg-bt-80 {
             margin-bottom: 0px; 
        }
        .contact {
            width: 100%;
        }
        .contact-head{
            background-image: url(../images/contact-bj.png);
        }
        .contact-content{
            width: 90%;
            height:auto;
            margin:0 auto;
            margin-bottom:30px;
            background-color: rgba(255,255,255,.4);
            border-left: 2px solid #d20000;
            overflow: visible;
        }
        .contact-left,.contact-right{
            float: none;
        }
        .contact-left{
            width: 100%;
            margin-bottom: 20px;
        }
        .contact-right {
            float: none;
            width: 100%;
            height: 60%;
        }
	.contact-right img{height: auto;}
        .address{
            padding-top:20px;
            padding-left:20px;
        }
        .address p{
            font-size:18px;
            margin-bottom: 0;
        }
        .address h2{
            margin-bottom: 10px;
        }
        .address .erweima{
            float: right;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        .erweima img{
            margin-bottom: 6px;
        }
        .contact-btn{
            margin-bottom: 0px;
        }

    /*footer*/
        .foot{
            width:90%;
            margin:0 auto;
        }
        .foot-top{
            text-align: center;
            overflow:visible;
        }
        .foot-top .list{
            float: none;
            padding-bottom: 10px;
        }
        .list i{
            display: inline-block;
            margin:0 6px;
        }
        .foot-top .lianjie{
            float:none;
        }
        .lianjie a{
            display: inline-block;
            margin-left: 0;
            margin:0 10px;
            margin-bottom: 10px;
        }
        .weix{
            position: relative;
        }
        .erweim{
            display: none;
            position: absolute;
            bottom: -102px;
            left: -34px;
            z-index: 222;
        }
        .foot-bottom p{
            text-align: center;
        }
        .foot-a{
            margin-left:20px;
        }
	#menu{display: none;}
	#container{margin-left: 0px;}
	#home{display: none;}
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	display: block;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
	.p1list{margin-top:120px;} 
	.p1list ul{padding-left: 15px !important;
	padding: 15px;
	}
	.p1list li{
		width: 49%;
		max-height: 35px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.weixin{bottom: 20%;}
	.to-top-btn{bottom: 80px;}
	.footer_nav{ display: block ;}
	.year-wrap .year img{width: 60%; margin-top: 50px;}
	.num-wrap .num p{font-size: 30px;}
	.num-wrap .num p>span{font-size: 16px;}
	.team h1{font-size: 30px;}
	.team span{margin: 13px auto 15px;}
	.recruit div img{max-width: 100%;}
	.case-content > ul{width: 98%; margin-top: 30px;}
	.recruit{width: 98%;}
}

