﻿@charset 'utf-8';
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 26, 2017 */



@font-face
{
    font-family: 'ab';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/ariblk-webfont.eot');
    src: url('../fonts/ariblk-webfont.eot') format('embedded-opentype'),
    url('../fonts/ariblk-webfont.woff2') format('woff2'),
    url('../fonts/ariblk-webfont.woff') format('woff'),
    url('../fonts/ariblk-webfont.ttf') format('truetype');
}

@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}


.iconfont
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-arrow:before
{
    content: '\e635';
}

.icon-dianhua:before
{
    content: '\e602';
}

.icon-zuoyoujiantou:before
{
    content: '\e60a';
}

.icon-dingwei:before
{
    content: '\e718';
}

.icon-sjiantouyou:before
{
    content: '\e643';
}

.icon-shuangjiantouzuo:before
{
    content: '\e719';
}

.icon-zuoyoujiantou2:before
{
    content: '\e71a';
}

a
{
    color: #333;
}
.header
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 70px;
    padding-right: 50px;
    padding-left: 50px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    border-bottom: 1px solid rgba(255,255,255,.4);
}
.header.act
{
    border-bottom: none;
    background: rgba(0,0,0,0.4);
}
.header .logo,
.header .fr
{
    line-height: 70px;

    height: 100%;
}
/*.header .logo img
{
    width: 115px;
}*/
.header button,
.header .lang
{
    display: inline-block;

    vertical-align: middle;
}
.header a,
.footer a
{
    color: #999;
}
.header span
{
    color: #fff;
}
.header a.act,
.header a:hover,
.footer a:hover
{
    color: #fff;
}
.header .fr > button
{
    position: relative;

    width: 18px;
    height: 14px;
    margin-right: 18px;
}
.header button span
{
    position: absolute;
    left: 0;

    width: 18px;
    height: 1px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    background: #fff;
}
.header button span::after,
.header button span::before
{
    position: absolute;
    left: 0;

    width: 18px;
    height: 1px;

    content: '';
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    background: #fff;
}
.header button span::after
{
    top: -6px;
}
.header button span::before
{
    top: 6px;
}
.header button:hover span
{
    width: 10px;
}
.header button:hover span::after
{
    width: 14px;
}
.mainnav
{
    position: fixed;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100vw;
    height: 100vh;
    padding-top: 60px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    background: rgba(0,0,0,.75);
}
.mainnav.act
{
    visibility: visible;

    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);

    opacity: 1;
}
.mainnav button
{
    position: absolute;
    top: 100px;
    right: 10%;

    cursor: pointer;

    opacity: .6;
}
.mainnav button:hover
{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);

    opacity: 1;
}
.mainnav ul
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mainnav li,
.mainnav li a
{
    font-size: 18px;
    line-height: 60px;

    display: block;

    height: 60px;

    color: #fff;
}
.mainnav li:hover a
{
    color: #000;
    background: #fff;
}
.index
{
    position: relative;

    overflow: hidden;

    width: 100vw;
    height: 100vh;
}
.index .bg.done
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
    -webkit-animation-name: bgbig;
            animation-name: bgbig;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@keyframes bgbig
{
    from
    {
        -webkit-transform: scale(1) translate(-50%,-50%);
           -moz-transform: scale(1) translate(-50%,-50%);
            -ms-transform: scale(1) translate(-50%,-50%);
             -o-transform: scale(1) translate(-50%,-50%);
                transform: scale(1) translate(-50%,-50%);
    }
    to
    {
        -webkit-transform: scale(1.45) translate(-50%,-50%);
           -moz-transform: scale(1.45) translate(-50%,-50%);
            -ms-transform: scale(1.45) translate(-50%,-50%);
             -o-transform: scale(1.45) translate(-50%,-50%);
                transform: scale(1.45) translate(-50%,-50%);
    }
}
@-webkit-keyframes bgbig
{
    from
    {
        -webkit-transform: scale(1) translate(-50%,-50%);
           -moz-transform: scale(1) translate(-50%,-50%);
            -ms-transform: scale(1) translate(-50%,-50%);
             -o-transform: scale(1) translate(-50%,-50%);
                transform: scale(1) translate(-50%,-50%);
    }
    to
    {
        -webkit-transform: scale(1.4) translate(-50%,-50%);
           -moz-transform: scale(1.4) translate(-50%,-50%);
            -ms-transform: scale(1.4) translate(-50%,-50%);
             -o-transform: scale(1.4) translate(-50%,-50%);
                transform: scale(1.4) translate(-50%,-50%);
    }
}
.index video
{
    display: none;

    width: 100%;
    height: 100%;
}
.index .obj
{
    position: relative;
    z-index: 30;
    top: 45%;
    left: 50%;

    width: 550px;
    height: 550px;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.index svg,
.index .plus
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.index .plus
{
    left: 49.7%;
}
.titleg.done h1,
.titleg.done h2
{
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);

    opacity: 1;
}
.titleg
{
    font-family: '宋体';

    position: absolute;
    bottom: 87px;
    left: 50%;

    width: 400px;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: 1px;

    color: #fff;
   
}
.titlegs
{
    font-family: 'Arial';

    position: absolute;
    bottom: 145px;
    left: 50%;
    font-size:25px;


    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: 1px;

    color: #fff;
}
@media screen and (max-width: 600px) {
    .titlegs{
        position: absolute;
        left: 33%;
        top:75%;
        margin-left:17%;
    }
}
.titleg h1,
.titleg h2
{
    font-family: '宋体';

    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);

    opacity: 0;
}
.titleg h1
{
    font-size: 42px;

    -webkit-transition: all .5s ease-out .3s;
       -moz-transition: all .5s ease-out .3s;
        -ms-transition: all .5s ease-out .3s;
         -o-transition: all .5s ease-out .3s;
            transition: all .5s ease-out .3s;
    text-align: center;
}
.titleg h2
{
    font-family: 'Arial','Iskoola Pota';
    font-size: 28px;
    
    margin-top: 20px;

    -webkit-transition: all .5s ease-out 1s;
       -moz-transition: all .5s ease-out 1s;
        -ms-transition: all .5s ease-out 1s;
         -o-transition: all .5s ease-out 1s;
            transition: all .5s ease-out 1s;
    text-transform: uppercase;
}
.obj img
{
    z-index: 5;

    display: block;

    max-width: 100%;
}
.obj .square
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.obj .bgear
{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.obj .sgear
{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-name: rotate3;
            animation-name: rotate3;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
@keyframes rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate3
{
    from
    {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(-360deg);
           -moz-transform: rotate(-360deg);
            -ms-transform: rotate(-360deg);
             -o-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate3
{
    from
    {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(-360deg);
           -moz-transform: rotate(-360deg);
            -ms-transform: rotate(-360deg);
             -o-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes rotate2
{
    from
    {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
           -moz-transform: translate(-50%,-50%) rotate(0deg);
            -ms-transform: translate(-50%,-50%) rotate(0deg);
             -o-transform: translate(-50%,-50%) rotate(0deg);
                transform: translate(-50%,-50%) rotate(0deg);
    }
    to
    {
        -webkit-transform: translate(-50%,-50%) rotate(-360deg);
           -moz-transform: translate(-50%,-50%) rotate(-360deg);
            -ms-transform: translate(-50%,-50%) rotate(-360deg);
             -o-transform: translate(-50%,-50%) rotate(-360deg);
                transform: translate(-50%,-50%) rotate(-360deg);
    }
}
@-webkit-keyframes rotate2
{
    from
    {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
           -moz-transform: translate(-50%,-50%) rotate(0deg);
            -ms-transform: translate(-50%,-50%) rotate(0deg);
             -o-transform: translate(-50%,-50%) rotate(0deg);
                transform: translate(-50%,-50%) rotate(0deg);
    }
    to
    {
        -webkit-transform: translate(-50%,-50%) rotate(-360deg);
           -moz-transform: translate(-50%,-50%) rotate(-360deg);
            -ms-transform: translate(-50%,-50%) rotate(-360deg);
             -o-transform: translate(-50%,-50%) rotate(-360deg);
                transform: translate(-50%,-50%) rotate(-360deg);
    }
}
.footer
{
   /* font-family: '微软雅黑';

    position: fixed;
    bottom: 28px;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    letter-spacing: .5px;*/
}
#p1.done,
#p2.done,
#p3.done,
#p4.done,
#p5.done,
#p6.done,
#p7.done,
#p8.done,
#p9.done,
#p10.done
{
    -webkit-animation-duration: 10s;
            animation-duration: 10s;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
#p1.done
{
    -webkit-animation-name: changecolor1;
            animation-name: changecolor1;
}
#p2.done
{
    -webkit-animation-name: changecolor2;
            animation-name: changecolor2;
}
#p3.done
{
    -webkit-animation-name: changecolor3;
            animation-name: changecolor3;
}
#p4.done
{
    -webkit-animation-name: changecolor4;
            animation-name: changecolor4;
}
#p5.done
{
    -webkit-animation-name: changecolor5;
            animation-name: changecolor5;
}
#p6.done
{
    -webkit-animation-name: changecolor6;
            animation-name: changecolor6;
}
#p7.done
{
    -webkit-animation-name: changecolor7;
            animation-name: changecolor7;
}
#p8.done
{
    -webkit-animation-name: changecolor8;
            animation-name: changecolor8;
}
#p9.done
{
    -webkit-animation-name: changecolor9;
            animation-name: changecolor9;
}
#p10.done
{
    -webkit-animation-name: changecolor10;
            animation-name: changecolor10;
}
@keyframes changecolor1
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #BBB3AC;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor1
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #BBB3AC;
        stroke: transparent;
    }
}
@keyframes changecolor2
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #59686F;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor2
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #59686F;
        stroke: transparent;
    }
}
@keyframes changecolor3
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor3
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@keyframes changecolor4
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #eee1ce;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor4
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #eee1ce;
        stroke: transparent;
    }
}
@keyframes changecolor5
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor5
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@keyframes changecolor6
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor6
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@keyframes changecolor7
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor7
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@keyframes changecolor8
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #edc1c3;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor8
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #edc1c3;
        stroke: transparent;
    }
}
@keyframes changecolor9
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor9
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #1B2C43;
        stroke: transparent;
    }
}
@keyframes changecolor10
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #e6aaac;
        stroke: transparent;
    }
}
@-webkit-keyframes changecolor10
{
    from
    {
        fill: transparent;
    }
    to
    {
        fill: #e6aaac;
        stroke: transparent;
    }
}
.btng
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 510px;
    height: 510px;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.btng li
{
    position: absolute;

    width: 384px;
    height: 51px;

    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    opacity: 0;
    opacity: 0;
}
.btng li.noact
{
    opacity: 0 !important;
}
.btng li.act
{
    opacity: 1 !important;
}
.btng li:first-child
{
    top: 21px;
    left: 248px;
}
.btng li:nth-child(2)
{
    top: 136px;
    left: 437px;
}
.btng li:nth-child(3)
{
    top: 306px;
    left: 445px;
}
.btng li:nth-child(4)
{
    top: 411px;
    left: 353px;
}
.btng li:nth-child(5)
{
    top: 340px;
    left: -309px;
}
.btng li:nth-child(6)
{
    top: 212px;
    left: -338px;
}
.btng li:nth-child(7)
{
    top: 122px;
    left: -306px;
}
.btng li:nth-child(5) div,
.btng li:nth-child(6) div,
.btng li:nth-child(7) div
{
    right: auto;
    left: 166px;

    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.btng li:nth-child(5) a,
.btng li:nth-child(6) a,
.btng li:nth-child(7) a
{
    float: none;
}
.btng li div
{
    position: absolute;
    top: 50%;
    right: 166px;

    width: 117px;
    height: 1px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    background: #868685;
}
.btng li div::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 26px;
    height: 100%;

    content: '';

    background: #fff;
}
.btng li a
{
    position: relative;

    display: block;
    float: right;

    width: 154px;
    height: 48px;

    border: 1px solid rgba(102,102,102,.5);
}
.btng li a::after,
.btng li a::before
{
    position: absolute;

    width: 8px;
    height: 8px;

    content: '';

    border-style: solid;
    border-color: #fff;
}
.btng li a::after
{
    top: -2px;
    right: -2px;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom: 0;
    border-left: 0;
}
.btng li a::before
{
    bottom: -2px;
    left: -2px;

    border-top: 0;
    border-right: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.btng li a span
{
    line-height: 36px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 142px;
    height: 36px;
    padding-left: 34px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    color: #fff;
    border: 1px solid #1b2c43;
}
.btng li a:hover span
{
    background: #1b2c43;
}
.btng li a:hover span i
{
    color: #fff;
    border-bottom-color: #fff;
}
.btng li a i
{
    font-size: 12px;
    font-style: normal;

    position: absolute;
    top: 6px;
    left: 6px;

    display: inline-block;

    padding-bottom: 3px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    color: #666;
    border-bottom: 1px solid #666;
}
/*案例详情*/
.bg
{
    background: #f3f5f7;
}
.content
{
    padding-top: 84px;
}
.case .content
{
    padding-right: 220px;
    padding-left: 220px;

    background: #fff;
}
.case .content .title
{
    font-size: 36px;
    font-weight: bold;

    margin-top: -26px;
    padding-top: 85px;
    padding-bottom: 60px;

    text-align: center;

    color: #1b2c43;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.case.news .content .title
{
    font-weight: normal;
}
.subtitle
{
    font-size: 20px;
    line-height: 92px;

    position: relative;

    height: 92px;

    border: 1px solid #e5e5e5;
}
.subtitle span,
.subtitle .right
{
    line-height: 92px;

    display: inline-block;

    height: 92px;

    vertical-align: middle;
}
.subtitle .left,
.subtitle .right
{
    position: absolute;
    top: 0;
}
.subtitle .left
{
    left: 95px;
}
.subtitle .right
{
    right: 95px;
}
.subtitle .right img
{
    width: 24px;
}
.subtitle .right{
    line-height: 92px !important;
}
.subtitle .right a{
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: top left;
}
.bsBox,
#bsPanel div, #bsMorePanel div, #bshareF div
{
   box-sizing: content-box; 
}
.case .content .con
{
    position: relative;

    padding-top: 60px;
    padding-right: 105px;
    padding-bottom: 100px;
    padding-left: 105px;

    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: padding-top: 60px;
    text-align: left;
}
.case .content .con::after,
.case .content .con::before
{
    position: absolute;
    top: 235px;

    width: 5px;
    height: 60px;

    content: '';

    background: #1b2c43;
}
.case .content .con::before
{
    right: -3px;
}
.case .content .con::after
{
    left: -3px;
}
.case .content p
{
    line-height: 2.57;

    letter-spacing: .6px;

    color: #666;
}
.case .content p img
{
    max-width: 100%;
    margin-top: 64px;
    margin-bottom: 64px;
}
.return
{
    line-height: 100px;

    display: block;

    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 82px;

    text-align: center;

    color: #1b2c43;
    border: 1px solid #1b2c43;
    border-radius: 50%;
}
.return:hover
{
    color: #fff;
    background: #1b2c43;
}
.footer2
{
    font-family: '微软雅黑';

    padding-top: 26px;
    padding-right: 50px;
    padding-bottom: 26px;
    padding-left: 50px;

    letter-spacing: .75px;

    background: #282828;
}
.footer2 a
{
    letter-spacing: .75px;
    position: relative;
    color: #999;
}
.footer2 a:hover {
    color: #fff;
}
.footer2 .fr {
    text-align: right;
}
.footer2 .fr a {
    margin-left: 25px;
}
.footer2 .fr a:first-child {
    margin-left: 0;
}
.footer2 a>img {
    width: 20px;
}
.footer2 a div
{
    position: absolute;
    bottom: 0;
    left: 50%;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
}
.footer2 a:hover div
{
    bottom: 20px;

    opacity: 1;
}
/*党建工作*/
.build .content
{
    padding-right: 100px;
    padding-left: 100px;

    background: #fff;
}
.build .content .list li
{
    position: relative;

    float: left;

    width: 33.3333333%;
    height: 700px;
    margin-top: 85px;
    padding-top: 60px;
    padding-right: 65px;
    padding-left: 65px;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;

    border-left: 1px solid #dcdcdc;
}
.build .content .list li::after
{
    position: absolute;
    top: 170px;
    left: -3px;

    width: 5px;
    height: 60px;

    content: '';
    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;

    background: #1b2c43;
}
.build .content .list li:nth-child(3n-2)
{
    border-left: 0;
}
.build .content .list li:nth-child(3n-2)::after
{
    display: none;
}
.build .content .list li:hover
{
    background: #1b2c43;
}
.build .content .list li:hover::after
{
    opacity: 0;
}
.build .content .list li:hover + li::after
{
    opacity: 0;
}
.build .content .list li:hover h3,
.build.newslist .content .list li:hover .time,
.build .content .list li:hover p
{
    color: #fff;
}
.build .content .list li:hover .border
{
    width:         calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    margin-right: 45px;

    background: #fff;
}
.build .content .list li:hover .iconfont
{
    color: #fff;
}
.build .content .list li h3
{
    font-weight: bold;
    line-height: 2;

    margin-bottom: 58px;

    color: #1b2c43;
}
.build.newslist .content .list li h3
{
    margin-bottom: 0;
}
.build.newslist .content .list li .time
{
    margin-bottom: 58px;

    color: #999;
}
.build .content .list li p
{
    font-size: 18px;
    line-height: 3.42;

    overflow: hidden;

    max-height: 300px;

    color: #666;
}
.build .content .list li .arrow
{
    line-height: 28px;

    position: absolute;
    bottom: 22px;
    left: 0;

    width: 100%;
    height: 28px;
    padding-right: 24px;
    padding-left: 55px;
}
.build .arrow .border
{
    display: inline-block;

    width: 0;
    height: 1px;
    margin-right: 20px;

    -webkit-transition: all .5s ease-out 0s;
       -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
         -o-transition: all .5s ease-out 0s;
            transition: all .5s ease-out 0s;
    vertical-align: middle;

    background: #666;
}
.build .arrow .iconfont
{
    font-size: 24px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    vertical-align: middle;

    color: #666;
}
.build .content .paging
{
    padding-top: 112px;
    padding-bottom: 112px;
}
/*联系我们*/
.contact .content
{
    padding-right: 100px;
    padding-left: 100px;

    background: #fff !important;
}
.contact .content .map
{
    position: relative;

    margin-top: 84px;
}
.contact .content .tip
{
    font-size: 30px;
    line-height: 1.6;

    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;

    width: 254px;
    height: 215px;
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;

    text-align: center;

    color: #fff;
    background: #1b2c43;
}
.contact .content #map
{
    height: 690px;
}
.contact .content .control
{
    padding: 15px;

    border: 1px solid #bfbfbf;
}
.contact .content .control .conbtn
{
    font-size: 0;

    border: 1px solid #eaeaea;
    border-right: 0;
}
.contact .content .control button
{
    font-family: '微软雅黑';
    font-size: 18px;

    display: inline-block;

    width: 30px;
    height: 30px;

    text-align: center;
    vertical-align: middle;

    color: #999;
    border-right: 1px solid #eaeaea;
}
.contact .content .control button img
{
    width: 14px;
}
.contact .content .type
{
    margin-top: 84px;
    margin-bottom: 90px;
}
.contact .content .type div
{
    height: 297px;
    padding-top: 45px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    color: #666;
    border: 1px solid #bfbfbf;
}
.contact .content .type div:hover
{
    color: #fff;
    border-color: #1b2c43;
    background: #1b2c43;
}
.contact .content .type div:hover .iconfont
{
    color: #fff;
}
.contact .content .type div:last-child
{
    border-left: 0;
}
.contact .content .type .iconfont
{
    font-size: 70px;

    color: #1b2c43;
}
.contact .content .type p
{
    font-size: 18px;
    line-height: 1.875;

    margin-top: 50px;
}
/*律师列表*/
.lawyerlist .content
{
    padding-right: 150px;
    padding-left: 150px;
}
.lawyerlist .jiansuo{
    margin-top: 81px;
}
.lawyerlist .jiansuo1 span{
    display: block;
    float: left;
    height: 43px;
    margin-right: 37px;
    color: #666666;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}
.lawyerlist .jiansuo1 a{
    display: block;
    float: left;
    width: 43px;
    height: 43px;
    background: #eeeeee;
    color: #848484;
    font-size: 22px;
    text-align: center;
    line-height: 42px;
    margin-right: 7px;
    margin-bottom: 15px;
}
.lawyerlist .jiansuo1 a.active,
.lawyerlist .jiansuo1 a:hover{
    color: #fff;
    background: #1b2c43;
}
.lawyerlist .jiansuo2{
    margin-top: 20px;
}
.lawyerlist .jiansuo2 span{
    display: block;
    float: left;
    height: 45px;
    margin-right: 35px;
    color: #666666;
    font-size: 16px;
    line-height: 45px;
}
.lawyerlist .jiansuo2 input{
    float: left;
    width: 318px;
    height: 45px;
    background: #eee;
    color: #333;
    padding-left: 15px;
}
.lawyerlist .jiansuo2 button{
    float: left;
    width: 137px;
    height: 45px;
    background: #1b2c43;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    margin-left: 27px;
}
.lawyerlist .list li:first-child{
    margin-top: 85px;
}
@media screen and (max-width: 767px) {
    .lawyerlist .jiansuo {
        margin-top: 35px;
    }
    .lawyerlist .jiansuo1 span{
        width: 100%;
        margin-right: 0;
    }
    .lawyerlist .jiansuo1 a {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 35px;
    }
    .lawyerlist .jiansuo2 input{
        width: calc(100% - 152px);
        width: -webkit-calc(100% - 152px);
    }
    .lawyerlist .jiansuo2 button{
        margin-left: 0;
        width: 80px;
    }
    .lawyerlist .list li:first-child {
        margin-top: 40px;
    }
}

.lawyerlist .list li
{
    position: relative;

    margin-top: 120px;
}
.lawyerlist .list li .imgdiv
{
    position: relative;

    overflow: hidden;
}
.lawyerlist .list li .imgdiv::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 93.4%;
    height: 88.8%;

    content: '';
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    border: 1px solid #fff;
}
.lawyerlist li figure .imgdiv,
.lawyerlist li figure figcaption
{
    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
.lawyerlist li figure figcaption
{
    font-weight: bold;

    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;

    width: 835px;
    padding: 55px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.lawyerlist li .imgdiv img
{
    -webkit-transition: all 1.3s ease-out 0s;
       -moz-transition: all 1.3s ease-out 0s;
        -ms-transition: all 1.3s ease-out 0s;
         -o-transition: all 1.3s ease-out 0s;
            transition: all 1.3s ease-out 0s;
}
.lawyerlist li:hover .imgdiv img
{
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.lawyerlist li:nth-child(2n-1) figure figcaption
{
    background: #1b2c43;
}
.lawyerlist li:nth-child(2n-1) figure figcaption h3,
.lawyerlist li:nth-child(2n-1) figure figcaption h4,
.lawyerlist li:nth-child(2n-1) figure figcaption p
{
    color: #fff;
}
.lawyerlist li:nth-child(2n) .imgdiv
{
    float: right;
}
.lawyerlist li:nth-child(2n) figure figcaption
{
    right: auto;
    left: 0;
}
.lawyerlist li:nth-child(2n) figure figcaption
{
    background: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,.1);
}
.lawyerlist li:nth-child(2n) figure figcaption h3,
.lawyerlist li:nth-child(2n) figure figcaption h4,
.lawyerlist li:nth-child(2n) figure figcaption p
{
    color: #666;
}
.lawyerlist li figure figcaption h3,
.lawyerlist li figure figcaption h4
{
    font-weight: bold;
}
.lawyerlist li figure figcaption h4:first-of-type
{
    font-size: 16px;
}
.lawyerlist li figure figcaption h4:last-of-type
{
    margin-top: 15px;
}
.lawyerlist li figure figcaption p
{
    line-height: 2.57;

    margin-top: 24px;
}
.lawyerlist .paging
{
    padding-top: 103px;
    padding-bottom: 103px;
}
/*律师详情*/
.bannei .group
{
    font-family: '宋体';

    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 313px;
    height: 310px;
    padding-top: 65px;

    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: center;

    color: #fff;
    background: url(../images/bg2.png) center;
}
.bannei .group h1
{
    margin-bottom: 12px;
}
.bannei .group h2:last-of-type
{
    margin-top: 62px;
}
.lawyer .content
{
    text-align: center;
}
.lawyer .content .lytitle
{
    margin-top: 30px;
    margin-bottom: 30px;

    color: #1b2c43;
}
.lawyer .content .con
{
    margin-top: -27px;
}
/*关于我们*/
.about .content
{
    padding-right: 50px;
    padding-left: 50px;

    background: #fff !important;
}
.about .content .con
{
    position: relative;

    padding-right: 50px;
    padding-left: 50px;

    border-left: 1px solid #e5e5e5;
}
.about .content .con::after
{
    position: absolute;
    z-index: 2;
    top: 450px;
    left: -3px;

    width: 5px;
    height: 60px;

    content: '';

    background: #df5559;
}
.about .content .con .huge
{
    font-family: 'ab';
    font-size: 192px;

    margin-top: 108px;
    margin-bottom: 80px;

    text-align: center;

    color: #dbdbdb;
}
.about .content .con p
{
    line-height: 2;

    text-align: center;

    color: #666;
}
.about .content .con .slick1
{
    margin-top: 60px;
    margin-bottom: 80px;
}
.about .content .con .slick1 img
{
    max-width: 100%;
}
.about .content .con .slick1 .slick-prev,
.about .content .con .slick1 .slick-next
{
    z-index: 10;

    width: 29px;
    height: 74px;

    background-repeat: no-repeat;
    background-position: center;
}
.about .content .con .slick1 .slick-prev
{
    left: 55px;

    background-image: url(../images/prev.png);
}
.about .content .con .slick1 .slick-next
{
    right: 55px;

    background-image: url(../images/next.png);
}
.about .content .honor
{
    position: relative;

    height: 586px;
    margin-top: 80px;
}
.about .content .honor .left
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    width:         calc(100% - 820px);
    width: -webkit-calc(100% - 820px);
}
.about .content .honor .left img
{
    max-width: 100%;
}
.about .content .honor .right
{
    width: 820px;
    height: 100%;
}
.about .content .honor .right .bl
{
    position: relative;

    width: 666px;
    height: 100%;
}
.about .content .honor .right .bl::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 1000px;

    content: '';

    background: #e5e5e5;
}
.about .content .honor .right .bl::after
{
    position: absolute;
    z-index: 2;
    top: 236px;
    left: -3px;

    width: 5px;
    height: 60px;

    content: '';

    background: #1b2c43;
}
.about .content .honor .right h6
{
    margin-top: 12px;

    text-align: center;

    color: #999;
}
.about .content .honor .right .reco a
{
    display: block;

    padding-right: 49px;
}
.about .content .honor .right .award
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
}
.about .content .honor .right .award h4
{
    position: relative;

    margin-bottom: 40px;
    padding-left: 20px;

    color: #464646;
}
.about .content .honor .right .award h4::after
{
    position: absolute;
    top: 30px;
    left: -50%;

    width: 2000px;
    height: 1px;

    content: '';

    background: #e5e5e5;
}
.about .content .honor .right .award p
{
    font-size: 16px;
    line-height: 3;

    overflow: hidden;

    width: 600px;
    padding-left: 84px;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #222;
}
.about .content .honor .right .award p:hover
{
    font-weight: bold;

    color: #1b2c43;
}
.about .content .honor .right .award .slick-prev,
.about .content .honor .right .award .slick-next
{
    z-index: 100;

    width: 11px;
    height: 30px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 30px;
}
.about .content .honor .right .award .slick-prev
{
    left: 20px;

    background-image: url(../images/al.png);
}
.about .content .honor .right .award .slick-next
{
    right: 20px;

    background-image: url(../images/ar.png);
}
.about .content .wrapper
{
    position: relative;
    z-index: 10;

    padding-top: 88px;

    background: #fff;
}
.about .content .video
{
    padding-top: 85px;
    padding-bottom: 75px;
}
.about .content .video video
{
    width: 100%;
    height: 633px;

    cursor: pointer;
}
.about .content .videog
{
    position: relative;
}
.about .content .videog.act button
{
    visibility: hidden;

    opacity: 0;
}
.about .content .videog .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width:100%;
    height:100%;
}
.about .content .videog.act .bgimg {
    opacity: 0;
}
.about .content .videog button
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    visibility: visible;

    width: 108px;
    height: 108px;

    content: '';
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    opacity: 1;
    background-size: 108px 108px;
}
.about .content .video p
{
    line-height: 1.875;

    margin-top: 75px;

    color: #666;
}
/*媒体查询*/
@media (max-width:1650px)
{
    .lawyerlist .content
    {
        padding-right: 90px;
        padding-left: 90px;
    }
    .about .content .honor .left
    {
                width: calc(100% - 725px);

        -webkit-width: calc(100% - 725px);
    }
    .about .content .honor .right
    {
        width: 725px;
    }
    .about .content .honor .right .award p
    {
        line-height: 2.5;
    }
}
.reco img {
    width:262px;
    height:173px;
}
@media (max-width:1616px)
{
    .about .content .honor
    {
        /*height: 457px;*/
    }
    .reco img
    {
        width: 220px;
    }
        .lawyerlist li figure figcaption {
        width: 660px;
    }
}
@media (max-width:1450px)
{
    .titleg
    {
        bottom: 84px;
    }
    .mainnav button
    {
        top: 30px;
        right: 50px;
    }
    .case .content
    {
        padding-right: 100px;
        padding-left: 100px;
    }
    .lawyerlist li figure figcaption
    {
        width: 650px;
    }
    .lawyerlist li .imgdiv img
    {
        width: 700px;
    }

}
@media (max-width:1416px)
{
    .about .content .honor .right .award p
    {
        padding-left: 50px;
    }
    .about .content .honor .right .award .slick-next
    {
        right: 15px;
    }
    .about .content .honor .right .bl
    {
        width: 600px;
    }
    .about .content .honor .left
    {
                width: calc(100% - 630px);

        -webkit-width: calc(100% - 630px);
    }
    .about .content .honor .right
    {
        width: 630px;
    }
}
@media (max-width:1350px)
{
    .build .content .list li
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    .about .content .con .huge
    {
        font-size: 100px;
    }
    .lawyerlist li figure figcaption
    {
        width: 535px;
    }
}
@media (max-width:1199px)
{
    .lawyerlist li figure .imgdiv,
    .lawyerlist li:nth-child(2n) .imgdiv,
    .lawyerlist li figure figcaption
    {
        display: block;
        float: none;

        max-width: 910px;
        margin: auto;
    }
    .lawyerlist li figure figcaption
    {
        position: relative;
        top: auto;
        left: auto;

        width: 100%;

        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .lawyerlist li .imgdiv img
    {
        width: 100%;
    }
    .build .content .list li h3
    {
        font-size: 20px;
    }
    .btng li
    {
        width: 360px;
    }
    .btng li:nth-child(7)
    {
        left: -280px;
    }
    .btng li:nth-child(6)
    {
        left: -313px;
    }
    .btng li:nth-child(5)
    {
        left: -289px;
    }
    .build .content .list li p
    {
        line-height: 2;
    }
    .about .content .honor .left,
    .about .content .honor .right
    {
        float: none;

        width: 100%;
    }
    .about .content .honor .right .award
    {
        position: relative;
        right: auto;
        bottom: auto;

        margin-top: 40px;
    }
    .about .content .honor .right .bl
    {
        float: none;

        width: 100%;
        padding-top: 40px;
    }
    .about .content .honor .right .award p
    {
        padding-right: 50px;
        padding-left: 50px;

        text-align: center;
    }
    .about .content .honor
    {
        height: auto;
    }
    .about .content .honor .right .reco
    {
        text-align: center;
    }
    .about .content .honor .right .reco a
    {
        display: inline-block;
        float: none;

        margin-right: 15px;
        margin-left: 15px;
        padding-right: 0;
    }
    .about .content .video video
    {
        height: auto;
    }
}
@media (max-width:991px)
{
    .about .content .honor .right .award p {
        width: auto;
    }
    .about .content .video p
    {
        margin-top: 30px;
    }
    .about .content .honor .right .award p
    {
        font-size: 14px;

        padding-right: 0;
        padding-left: 0;
    }
    .content
    {
        padding-top: 40px;
    }
    .about .content .con
    {
        padding-right: 0;
        padding-left: 0;

        border-left: 0;
    }
    .about .content
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .about .content .con::after,
    .about .content .honor .right .bl::after,
    .about .content .honor .right .award h4::after,
    .about .content .honor .right .bl::before
    {
        display: none;
    }
    .about .content .honor .right .award h4
    {
        text-align: center;
    }
    .lawyerlist .list li
    {
        margin-top: 40px;
    }
    .lawyerlist li figure figcaption
    {
        padding: 30px;
    }
    .lawyerlist .content,
    .build .content
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .build .content .list li
    {
        width: 50%;
        height: 400px;
        margin-top: 20px;
    }
    .build .content .list li h3
    {
        margin-bottom: 25px;
    }
    .build .content .list li p
    {
        max-height: 110px;
    }
    .build .content .list li::after
    {
        display: none !important;
    }
    .header
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer
    {
        line-height: 1.4;
    }
    .footer a
    {
        display: block;
    }
    .case .content,
    .bulid .content
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .case .content .con
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .subtitle,
    .subtitle span,
    .subtitle a
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
    }
    .subtitle .right{
        line-height: 50px !important;
    }
    .subtitle .left
    {
        left: 15px;
    }
    .subtitle .right
    {
        right: 15px;
    }
    .return
    {
        margin-top: 20px;
    }
    .case .content .con
    {
        padding-bottom: 25px;
    }
    .case .content .con
    {
        padding-top: 30px;
    }
    .contact .content
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .bulid .paging,
    .lawyerlist .paging
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about .content .con .huge
    {
        font-size: 40px;

        margin-top: 40px;
        margin-bottom: 40px;
    }
    .about .content .con .slick1
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .about .content .honor
    {
        margin-top: 40px;
    }
    .about .content .honor .right .reco a
    {
        margin-top: 40px;
    }
    .about .content .honor .right .bl
    {
        padding-top: 0;
    }
    .about .content .wrapper,
    .about .content .video
    {
        padding-top: 40px;
    }
    .about .content .video
    {
        padding-bottom: 40px;
    }
    .about .content .honor .right .award .slick-prev,
    .about .content .honor .right .award .slick-next
    {
        display: none !important;
    }
    .footer
    {
        bottom: 10px;
    }
    .contact .content .tip
    {
        font-size: 20px;

        width: auto;
        height: auto;
        padding: 15px;
    }
    .build .content .list li p
    {
        font-size: 14px;
    }
}
@media (max-width:767px)
{
    .contact .content .type div
    {
        width: 100%;
        height: auto;
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
    }
    .contact .content .type div:last-child
    {
        border: 1px solid #bfbfbf;
        border-top: 0;
    }
    .contact .content #map
    {
        height: 400px;
    }
    .about .content .con .slick1 .slick-prev,
    .about .content .con .slick1 .slick-next
    {
        width: 8px;
        height: 20px;

        background-size: 8px 20px;
    }
    .about .content .con .slick1 .slick-prev
    {
        left: 0;
    }
    .about .content .con .slick1 .slick-next
    {
        right: 0;
    }
    .lawyerlist li figure figcaption
    {
        padding: 25px;
    }
    .index svg
    {
        width: 300px;
        height: 300px;
    }
    .index .obj
    {
        width: 100%;
        max-width: 550px;
        height: auto;
    }
    .titleg
    {
        bottom: 77px;

        width: 290px;
    }
    .titleg h1
    {
        font-size: 24px;
    }
    .titleg h2
    {
        font-size: 20px;
    }
    .mainnav ul
    {
        top: 80px;

        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .mainnav button img
    {
        width: 25px;
    }
    .mainnav li,
    .mainnav li a
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
    .subtitle
    {
        height: auto;
    }
    .subtitle .right,
    .subtitle .left
    {
        position: relative;
        top: auto;
        right: auto;
        left: auto;

        display: block;

        height: auto;
    }
    .build .content .list li
    {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 30px;

        border: none !important;
    }
    .build .content .list li h3
    {
        font-size: 18px;
    }
    .build .content .arrow
    {
        display: none;
    }
    .build .content .list li p
    {
        max-height: none;
    }
    .titleg h2
    {
        margin-top: 4px;
    }
}
