/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AvantGarde-Demi.eot');
    src: url('../fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGarde-Demi.woff2') format('woff2'), url('../fonts/AvantGarde-Demi.woff') format('woff'), url('../fonts/AvantGarde-Demi.ttf') format('truetype'), url('../fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AgencyFB-Reg.eot');
    src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/AgencyFB-Reg.woff2') format('woff2'), url('../fonts/AgencyFB-Reg.woff') format('woff'), url('../fonts/AgencyFB-Reg.ttf') format('truetype'), url('../fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}
@font-face
{
    font-family: 'COCOMAT';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/hinted-COCOMAT-Light.eot');
    src: local('../fonts/COCOMAT Light'), local('COCOMAT-Light'), url('../fonts/hinted-COCOMAT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-COCOMAT-Light.woff2') format('woff2'), url('../fonts/hinted-COCOMAT-Light.woff') format('woff'), url('../fonts/hinted-COCOMAT-Light.ttf') format('truetype'), url('../fonts/hinted-COCOMAT-Light.svg#COCOMAT-Light') format('svg');
}
@font-face
{
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/hinted-CenturyGothic-Bold.eot');
    src: local('../fonts/Century Gothic Bold'), local('CenturyGothic-Bold'), url('../fonts/hinted-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/hinted-CenturyGothic-Bold.woff') format('woff'), url('../fonts/hinted-CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/hinted-CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1360px)
{
    .container
    {
        width: 1330px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
img
{
    border: 0;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-bottom: 1px solid #c7c7c7;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 52px;
    margin-top: 26px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 11px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .wechate
{
    float: right; margin-left:10px;
    margin-right: 30px;
}
@media (max-width: 1199px)
{
    .header .wechate
    {
        margin-right: 30px;
    }
}
.header .wechate a
{
    font-size: 20px;
    line-height: 100px;

    display: inline-block; background:url(../images/wxico.png) no-repeat; background-size: 20px; margin-top: 38px; width:20px; height:20px;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #999;
}
@media (max-width: 1199px)
{
    .header .wechate a
    {
        line-height: 70px;
    }
}
.header .wechate a:hover
{
   background:url(../images/wxicored.png) no-repeat; background-size: 20px; margin-top: 38px; width:20px; height:20px;
}
.header .language
{
    float: right;

    margin-left: 20px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-left: 10px;
    }
}
@media (max-width: 375px)
{
    .header .language
    {
        margin-left: 6px;
    }
}
.header .language ul li
{
    line-height: 100px;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #999;
}
@media (max-width: 1199px)
{
    .header .language ul li
    {
        line-height: 70px;
    }
}
.header .language ul li:after
{
    content: '|';
}
.header .language ul li:last-child:after
{
    display: none;
}
.header .language ul li a
{
    font-size: 12px;

    display: inline-block;

    padding: 0 6px;
}
.header .language ul li a:hover
{
    color: #d7000f;
}
.header .pc-search
{
    float: right;

    width: 162px;
    margin-top: 34px;
    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    position: relative;
}
.header .pc-search input
{
    font-size: 12px;
    line-height: 28px;

    width: 100%;
    padding: 0 40px 0 14px;

    border: 1px solid #c7c7c7;
    border-radius: 30px;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #999;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #999;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #999;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    font-size: 24px;
    line-height: 28px;

    position: absolute;
    top: 0;
    right: 10px;

    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #848484;
    outline: none;
    background: none;
}
.header .pc-search .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e6c9';
}
.header .pc-search .submit:hover
{
    color: #d7000f;
}
.header .nav-collapse
{
    position: relative;
    z-index: 10;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 15px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 15px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .navbg
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    height: 50px;

    background-color: rgba(0, 0, 0, .6);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(0, 0, 0, .9);
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 17px;
        line-height: 100px; font-weight:bold;

        position: relative;
        z-index: 2;

        display: inline-block;

        padding: 0 20px;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #052d60;
    }
    .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        bottom: 0;
        left: 0;

        display: block;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;

        background-color: #052d60;
    }
    .header .nav .nav-list1 > li:hover a,
    .header .nav .nav-list1 > li.active a
    {
        color: #254168;
    }
    .header .nav .nav-list1 > li:hover a:before,
    .header .nav .nav-list1 > li.active a:before
    {
        width: 100%;
    }
   
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%; background:#fff;
        display: none; width:160px; margin-left:-23px; border:1px solid #e3e4e8; border-top:none;
        min-width: 150px;
        padding: 0;

        text-align: center;
        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block; float:left; width:100%;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li:last-child
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 50px; 
		margin:0 18px;
        position: relative;
        z-index: 1; border-bottom:1px solid #dfdfdf;
        display: block;

        padding: 0 18px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-align: center;

        color: #115aa9;
    }
   /** .header .nav .nav-list1 .nav-list2 li > a:before
    {
        font-family: 'iconfont' !important;

        margin-right: 6px;

        content: '>';
    }**/
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #0857a6; font-weight:bold;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateY(-25px);
            -ms-transform: translateY(-25px);
                transform: translateY(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: rgba(0, 0, 0, .9);
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(0, 0, 0, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e6c9';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e6c9';

    color: #d7000f;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    line-height: 70px;

    display: inline-block;
    display: none;
    float: right;

    margin-right: 30px;
    margin-left: 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: block;
    }
}
@media (max-width: 375px)
{
    .header .find
    {
        margin-right: 20px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e6c9';
}
.header .find:hover
{
    color: #d7000f;
}
@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 70px;
    }
    .header.fixed-header .logo
    {
        margin-top: 11px;
    }
    .header.fixed-header .nav .nav-list1 .nav-list2
    {
        top: 70px;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 70px;
    }
    .header.fixed-header .wechate a
    {
        line-height: 70px;
    }
    .header.fixed-header .language ul li
    {
        line-height: 70px;
    }
    .header.fixed-header .pc-search
    {
        margin-top: 21px;
    }
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    content: '\e61f';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 46px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #d7000f;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 30px;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 15%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    content: '<';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #707071;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow.slick-next
{
    right: 30px;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 15%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '>';
}
.banner .slick-arrow:hover:before
{
    color: #fff;
    background-color: #0b60b0;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background: none;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 36.10416667%;
}
.banner-in
{
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .img-box
{
    padding-bottom: 7.29166667%;
}
.banner-contact .img-box
{
    padding-bottom: 18.22916667%;
}
.title h2
{
    font-size: 26px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2:after
{
    display: block;

    width: 104px;
    height: 4px;
    margin-top: 14px;

    content: '';

    background-color: #1e2127;
}
.title h2:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 50%;
    height: 4px;

    content: '';

    background-color: #d7000f;
}
.title h2 span
{
    color: #d7000f;
}
.title a.more
{
    line-height: 2;

    display: inline-block;
    float: right;

    color: #666;
}
.title a.more:hover
{
    color: #d7000f;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-news
{
    overflow: hidden;
}
.box-news .slick-slide
{
    padding: 18px 8px 0px;
}
.box-news .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-news .item .img-box
{
    padding-bottom: 51.35135135%;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .note
{
    padding: 14px 0;
}
.box-news .item .note:after
{
    display: block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #09559d;
}
.box-news .item .note p
{
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .note p span
{
    color: #052b59; font-size:15px; font-weight:bold;
}
@media (min-width: 992px)
{
    .box-news .item:hover
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .box-news .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-news .item:hover .note:after
    {
        width: 100%;
    }
    .box-news .item:hover .note p
    {
        color: #09559d;
    }
}
.footer .copyright
{
    padding: 15px 0;

    text-align: center;

    background-color: #0b60b0; position:relative;
}
.footer .copyright p
{
    line-height: 25px;

    margin: 0;

    color: #fff;
}
.footer .copyright p a
{
    margin: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #d7000f;
}

.footer .copyright .ewm{ position:absolute; top:10px; right:258px;}


.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 58px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
	.footer .copyright .ewm{ position:inherit;}
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    border-right: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li:first-child
{
    border-left: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 58px;

    position: relative;

    display: block;

    height: 58px;
    padding: 0 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #fff;
    background-color: #d7000f;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.wrapper
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    margin-top: 100px;
}
@media (max-width: 1199px)
{
    .wrapper
    {
        margin-top: 70px;
    }
}
.wrap
{
    overflow: hidden;

    padding: 60px 0 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in b
{
    font-size: 21px;
    font-weight: normal;
    line-height: 1.42857143;

    display: block;

    color: #666;
}
.title-in b:after
{
    display: inline-block;

    width: 26px;
    height: 1px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #d7000f;
}
@media (max-width: 991px)
{
    .title-in b:after
    {
        width: 26px;
    }
}
.title-in p
{
    font-family: 'COCOMAT';
    font-size: 14px;

    margin: 0;

    color: #999;
}
.wrap-left
{
    float: left;

    width: 80%;
    padding-right: 90px;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right
{
    float: right;

    width: 20%;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-right .share p
{
    font-size: 16px;
}
.wrap-right .share .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-right .share .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 48px;

    position: relative;

    display: inline-block;

    width: 60px;
    height: 48px;
    margin: 0;

    -webkit-transition: all .5s;
            transition: all .5s;

    color: #fff;
    background: none;
    background-color: #d7000f;
}
.wrap-right .share .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;

    display: inline-block;
    float: left;

    margin-right: 14px;

    content: '\e62d';
    text-align: center;
}
.wrap-right .share .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #fff;
    background-color: #22252c;
}
.wrap-right .share .bdsharebuttonbox .bds_qzone:before
{
    content: '\e6b7';
}
.wrap-right .share .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.wrap-right .share .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-right .share .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.wrap-about .about
{
    font-size: 0;
}

.wrap-about img{ max-width:100%;}


.wrap-about .pic
{
    display: inline-block;

    width: 37%;
    margin-top: 36px;
}
@media (max-width: 1199px)
{
    .wrap-about .pic
    {
        width: 45%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .pic
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-about .pic img
{
    max-width: 100%;
}
.wrap-about .pic .slick-dots
{
    position: absolute;
    bottom: 22px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-about .pic .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .wrap-about .pic .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.wrap-about .pic .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 7px;
    height: 7px;
    margin: 0 6px;

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-about .pic .slick-dots li.slick-active
{
    background: none;
}
.wrap-about .pic .slick-dots li button
{
    display: none;
}
.wrap-about .text
{
    display: inline-block;

    width: 63%;
    margin-top: 50px;
    padding-left: 70px;

    vertical-align: top;
}
@media (max-width: 1360px)
{
    .wrap-about .text
    {
        padding-left: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .text
    {
        width: 55%;
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-culture
{
    padding-bottom: 370px;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-culture
    {
        padding-bottom: 100px;
    }
}
.wrap-culture .title-in b,
.wrap-culture .title-in p
{
    color: #fff;
}
.wrap-culture .culture
{
    margin-top: 170px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture
    {
        margin-top: 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture
    {
        margin-top: 50px;
    }
}
.wrap-culture .culture ul
{
    font-size: 0;

    margin: 0 -10px;
}
.wrap-culture .culture ul li
{
    display: inline-block;

    width: 16.66666667%;
    margin-top: 30px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .culture ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture ul li
    {
        width: 50%;
    }
}
.wrap-culture .culture .item
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-culture .culture .item .title-culture
{
    position: relative;

    max-width: 134px;
    margin: 0 auto;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
}
.wrap-culture .culture .item .title-culture:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: 0;
    background: url(../images/culture_bg.png) no-repeat center;
    background-size: cover;
}
.wrap-culture .culture .item .title-culture b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.wrap-culture .culture .item .note
{
    margin-top: 20px;

    opacity: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item .note
    {
        opacity: 1;
    }
}
.wrap-culture .culture .item .note:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: block;

    margin-bottom: 10px;

    content: '\e65a';
    text-align: center;

    color: #fff;
}
.wrap-culture .culture .item .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    max-width: 140px;
    margin: 0 auto;

    color: #fff;
}
@media (min-width: 992px)
{
    .wrap-culture .culture .item:hover
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .wrap-culture .culture .item:hover .title-culture
    {
        background: none;
    }
    .wrap-culture .culture .item:hover .title-culture:before
    {
        opacity: 1;
    }
    .wrap-culture .culture .item:hover .note
    {
        -webkit-animation: fadeInDown 1s 0s ease both;
                animation: fadeInDown 1s 0s ease both;
    }
}
.wrap-organization .organization
{
    margin-top: 50px;

    text-align: center;
}
.wrap-organization .organization img
{
    max-width: 100%;
}
.wrap-partners .partners
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-partners .partners
    {
        margin-top: 10px;
    }
}
.wrap-partners .partners .slick-partners
{
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-partners .partners .slick-partners
    {
        padding: 0 10px;
    }
}
.wrap-partners .partners .slick-partners .slick-slide
{
    padding: 15px 30px;
}
@media (max-width: 767px)
{
    .wrap-partners .partners .slick-partners .slick-slide
    {
        padding: 10px;
    }
}
.wrap-partners .partners .slick-partners .item
{
    margin-top: 40px;
}
.wrap-partners .partners .slick-partners .item .img-box
{
    padding-bottom: 35%;
}
.wrap-partners .partners .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    background: none;
}
.wrap-partners .partners .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    display: block;

    content: '\e601';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-partners .partners .slick-arrow:before
    {
        font-size: 30px;
    }
}
.wrap-partners .partners .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-partners .partners .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-partners .partners .slick-arrow:hover:before
{
    color: #d7000f;
}
.wrap-honor .title-honor b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 2;

    display: block;

    color: #666;
}
.wrap-honor .company-honor
{
    padding: 50px 0 30px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-honor .company-honor
    {
        padding: 30px 0;
    }
}
.wrap-honor .company-honor ul.list
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 1360px)
{
    .wrap-honor .company-honor ul.list
    {
        margin: 0 -2px;
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .company-honor ul.list
    {
        margin: 0 -10px;
        margin-top: 20px;
    }
}
.wrap-honor .company-honor ul.list li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1360px)
{
    .wrap-honor .company-honor ul.list li
    {
        padding: 0 2px;
    }
}
@media (max-width: 991px)
{
    .wrap-honor .company-honor ul.list li
    {
        width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .company-honor ul.list li
    {
        width: 100%;
    }
}
.wrap-honor .company-honor ul.list li p
{
    font-size: 14px;
    line-height: 2.57142857;

    margin: 0;

    color: #999;
}
.wrap-honor .project-honor
{
    margin-top: 30px;
}
.wrap-honor .project-honor ul.list
{
    font-size: 0;

    margin: 0 -18px;
    margin-top: -10px;
}
@media (max-width: 991px)
{
    .wrap-honor .project-honor ul.list
    {
        margin: 0 -10px;
        margin-top: -10px;
    }
}
.wrap-honor .project-honor ul.list li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-honor .project-honor ul.list li
    {
        width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .project-honor ul.list li
    {
        width: 100%;
    }
}
.wrap-honor .project-honor .item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-honor .project-honor .item
    {
        margin-top: 30px;
    }
}
.wrap-honor .project-honor .item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.875;

    display: block;

    margin-bottom: 8px;

    color: #666;
}
@media (min-width: 768px)
{
    .wrap-honor .project-honor .item .note
    {
        overflow: auto;

        max-height: 120px;
    }
}
.wrap-honor .project-honor .item .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-honor .project-honor .item .note::-webkit-scrollbar-track
{
    border: 1px solid #fff;
    background-color: #c6c6c6;
}
.wrap-honor .project-honor .item .note::-webkit-scrollbar-thumb
{
    background-color: #959596;
}
.wrap-honor .project-honor .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-service .service
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-service .service
    {
        margin-top: 50px;
    }
}
.wrap-service .service ul
{
    overflow: hidden;

    margin: 0 -1px;
}
.wrap-service .service ul li
{
    float: left;
    overflow: hidden;

    width: 25%;
    padding: 1px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-service .service ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service ul li
    {
        width: 100%;
    }
}
@media (min-width: 992px)
{
    .wrap-service .service ul:hover
    {
        margin: 0;
    }
    .wrap-service .service ul:hover li
    {
        width: 16%;
        padding: 1px 0;
    }
    .wrap-service .service ul:hover li:hover
    {
        width: 52%;
    }
    .wrap-service .service ul:hover li:hover .item img
    {
        -webkit-transition: all .4s;
                transition: all .4s;

        opacity: .5;
    }
    .wrap-service .service ul:hover li:hover .item .mask .title-mask
    {
        top: 40px;

        -webkit-transition: all .4s;
                transition: all .4s;
        text-align: left;
    }
    .wrap-service .service ul:hover li:hover .item .mask .note1
    {
        opacity: 0;
    }
    .wrap-service .service ul:hover li:hover .item .mask .note2
    {
        opacity: 1;
    }
}
.wrap-service .service .item
{
    position: relative;

    display: block;

    background-color: #000;
}
.wrap-service .service .item img
{
    display: block;

    opacity: .9;
}
@media (max-width: 767px)
{
    .wrap-service .service .item img
    {
        max-width: 100%;

        opacity: .7;
    }
}
.wrap-service .service .item .mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-service .service .item .mask .title-mask
{
    position: absolute;
    top: 10%;

    width: 100%;
    padding: 0 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-service .service .item .mask .title-mask
    {
        top: 20px;

        padding: 0 15px;
    }
}
.wrap-service .service .item .mask .title-mask b
{
    font-family: 'Century Gothic';
    font-size: 118px;
    line-height: 1;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-service .service .item .mask .title-mask b
    {
        font-size: 80px;
    }
}
.wrap-service .service .item .mask .note1
{
    position: absolute;
    top: 44%;

    width: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-service .service .item .mask .note1
    {
        opacity: 0;
    }
}
.wrap-service .service .item .mask .note1 span
{
    font-family: 'COCOMAT';
    font-size: 16px;

    display: block;

    color: #fff;
}
.wrap-service .service .item .mask .note1 b
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    margin-top: 8px;

    color: #fff;
}
.wrap-service .service .item .mask .note2
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    padding: 12px;

    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: 0;
}
@media (max-width: 991px)
{
    .wrap-service .service .item .mask .note2
    {
        bottom: 10px;

        opacity: 1;
    }
}
.wrap-service .service .item .mask .note2 span
{
    font-family: 'COCOMAT';
    font-size: 16px;

    display: block;

    color: #fff;
}
.wrap-service .service .item .mask .note2 b
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    color: #fff;
}
.wrap-service .service .item .mask .note2 p
{
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

    max-height: 96px;
    margin: 20px 0 0 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-service .service .item .mask .note2 p
    {
        margin-top: 10px;
    }
}
.wrap-service .service .item .mask .note2 p::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-service .service .item .mask .note2 p::-webkit-scrollbar-track
{
    border: 1px solid #fff;
    background-color: #c6c6c6;
}
.wrap-service .service .item .mask .note2 p::-webkit-scrollbar-thumb
{
    background-color: #959596;
}
.wrap-professional .professional
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-professional .professional
    {
        margin-top: 50px;
    }
}
.wrap-professional .professional ul
{
    font-size: 0;

    margin: 0 -4px;
}
.wrap-professional .professional ul li
{
    display: inline-block;

    width: 33.3%;
    padding: 0 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-professional .professional ul li
    {
        width: 50%;
    }
}
.wrap-professional .professional .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 8px;

    cursor: pointer;

    background-color: #000;
}
.wrap-professional .professional .item .text
{
    display: none;
}
.wrap-professional .professional .item .pic .img-box
{
    padding-bottom: 72.95597484%;
}
.wrap-professional .professional .item .pic .img-box img
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-professional .professional .item-2 .pic .img-box
{
    padding-bottom: 148.74213836%;
}
.wrap-professional .professional .item .mask1
{
    position: absolute;
    top: 60%;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
}
.wrap-professional .professional .item .mask1:before
{
    display: block;

    width: 1px;
    height: 20px;
    margin: 0 auto;

    content: '';

    background-color: #eee;
}
.wrap-professional .professional .item .mask1 p
{
    font-size: 16px;
    line-height: 28px;

    margin: 10px 0 0 0;

    color: #fff;
}
.wrap-professional .professional .item .mask1 p b
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;

    display: block;

    margin-right: 4px;

    color: #666;
}
.wrap-professional .professional .item .mask2
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 5px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: rgba(0, 0, 0, .6);
}
.wrap-professional .professional .item .mask2 p
{
    font-size: 14px;
    line-height: 28px;

    margin: 0;

    color: #fff;
}
.wrap-professional .professional .item .mask2 p b
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;

    float: left;

    margin-right: 4px;

    color: #666;
}
.wrap-professional .professional .item:hover .pic .img-box img
{
    opacity: .4;
}
.wrap-professional .professional .item:hover .mask1
{
    top: 50%;

    opacity: 1;
}
.wrap-professional .professional .item:hover .mask2
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.fixed-professional
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 0 15px;

    background-color: rgba(0, 0, 0, .6);
}
/****/

.wrap-about .organization .professional
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-about .organization .professional
    {
        margin-top: 50px;
    }
}
.wrap-about .organization .professional ul
{
    font-size: 0;

    margin: 0 -4px;
}
.wrap-about .organization .professional ul li
{
    display: inline-block;

    width: 14.2%;
    padding: 0 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
   .wrap-about .organization .professional ul li
    {
        width: 50%;
    }
}
.wrap-about .organization .professional .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 8px;

    cursor: pointer;

}
.wrap-about .organization .professional .item .text
{
    display: none;
}
.wrap-about .organization .professional .item .pic{ width:100%;}
.wrap-about .organization .professional .item .pic .img-box
{
    padding-bottom: 148.809524%;
}
.wrap-about .organization .professional .item .pic .img-box img
{
    -webkit-transition: all .4s;
            transition: all .4s;
}

.wrap-about .organization .professional .item .mask1
{
    position: absolute;
    top: 60%;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
}
.wrap-about .organization .professional .item .mask1:before
{
    display: block;

    width: 1px;
    height: 20px;
    margin: 0 auto;

    content: '';

    background-color: #eee;
}
.wrap-about .organization .professional .item .mask1 p
{
    font-size: 16px;
    line-height: 28px;

    margin: 10px 0 0 0;

    color: #fff;
}
.wrap-about .organization .professional .item .mask1 p b
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;

    display: block;

    margin-right: 4px;

    color: #666;
}
.wrap-about .organization .professional .item .mask2
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 5px 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: rgba(0, 0, 0, .6);
}
.wrap-about .organization .professional .item .mask2 p
{
    font-size: 14px;
    line-height: 28px;

    margin: 0;

    color: #fff;
}
.wrap-about .organization .professional .item .mask2 p b
{
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;

    float: left;

    margin-right: 4px;

    color: #666;
}
.wrap-about .organization .professional .item:hover .pic .img-box img
{
    opacity: .6;
}
.wrap-about .organization .professional .item:hover .mask1
{
    top: 50%;

    opacity: 1;
}
.wrap-about .organization .professional .item:hover .mask2
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}


/*****/
.fixed-professional .professional
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 750px;
    padding: 0 24px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: rgba(255, 255, 255, .9);
}
.fixed-professional .professional .title-professional
{
    padding: 15px 0;

    border-bottom: 1px solid #cdcdcd;
}
.fixed-professional .professional .title-professional b
{
    font-size: 21px;
    font-weight: normal;
    line-height: 70px;

    display: inline-block;

    color: #666;
}
.fixed-professional .professional .title-professional b:before
{
    display: inline-block;

    width: 26px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #d7000f;
}
.fixed-professional .professional .title-professional .professional-close
{
    line-height: 30px;

    display: inline-block;
    float: right;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #999;
}
.fixed-professional .professional .title-professional .professional-close:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 1;

    display: block;

    margin-bottom: 6px;

    content: '\e6c6';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
.fixed-professional .professional .title-professional .professional-close:hover
{
    color: #d7000f;
}
.fixed-professional .professional .title-professional .professional-close:hover:before
{
    color: #d7000f;
}
.fixed-professional .professional .note
{
    margin: 20px 0 30px;
}
.fixed-professional .professional .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-projects .projects-top
{
    position: relative;
    z-index: 2;
}
.wrap-projects .projects-top .title-in
{
    display: inline-block;
}
.wrap-projects .projects-top .projects-message
{
    position: relative;

    display: inline-block;


    width: -webkit-calc(100% - 10px);
    width:         calc(100% - 10px);
    padding-right: 10px;
}
@media (max-width: 991px)
{
    .wrap-projects .projects-top .projects-message
    {
        display: block;
        float: none;

        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
}
.wrap-projects .projects-top .projects-message .send
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px)
{
    .wrap-projects .projects-top .projects-message .send
    {
        position: relative;
        left: 15px;

        margin-top: 20px;
    }
}
.wrap-projects .projects-top .projects-message .send .submit
{
    line-height: 28px;

    width: 72px;
    height: 28px;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #999;
    border-radius: 30px;
    outline: none;
    background-color: #eee;
}
.wrap-projects .projects-top .projects-message .send .submit:hover
{
    color: #fff;
    background-color: #d7000f;
}
@media (max-width: 991px)
{
    .wrap-projects .projects-top .projects-message form
    {
        margin: 0 -6px;
    }
}
.wrap-projects .projects-top .projects-message .itembox
{
    position: relative;

    display: inline-block;

    padding: 0 14px 8px 14px;

    vertical-align: top;
}
@media (max-width: 1360px)
{
    .wrap-projects .projects-top .projects-message .itembox
    {
        padding: 0 6px;
     
    }
}
@media (max-width: 991px)
{
    .wrap-projects .projects-top .projects-message .itembox
    {
        width: 50%;
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-projects .projects-top .projects-message .itembox
    {
        width: 100%;
    }
	
	.wrap-projects .projects-top .projects-message .itembox span{ width:33.3%; float:left; margin-bottom:5px;}
	.wrap-projects .projects-top .projects-message .itembox .tt a{ float:left; width:98%; text-align:center; padding:3px 0 !important; }
}


.wrap-projects .projects-top .projects-message .itembox span.tt
{

    line-height: 2;

    font-size: 14px;
   
   
}

.wrap-projects .projects-top .projects-message .itembox .tt a
{

     padding: 5px 26px;   border-radius:3px; border:1px solid #052d60;
   color: #052d60;
}

.wrap-projects .projects-top .projects-message .itembox .tt a:hover 
{

   
    background: #052d60;
    color: #fff; 
}

.wrap-projects .projects-top .projects-message .itembox .tt .on 
{

   
    background: #052d60;
    color: #fff; 
}




.wrap-projects .projects-top .projects-message .itembox select
{
    line-height: 28px;

    width: 100%;
    height: 28px;

    border: 1px solid #c7c7c7;
    outline: none;
    box-shadow: none;
}
.wrap-projects .projects-top .projects-message .dropdown
{
    line-height: 28px;

    overflow: hidden;

    width: auto;
    height: 28px;
}
.wrap-projects .projects-top .projects-message .dropdown.open
{
    overflow: visible;
}
.wrap-projects .projects-top .projects-message .dropdown:hover,
.wrap-projects .projects-top .projects-message .dropdown.focus
{
    box-shadow: none;
}
.wrap-projects .projects-top .projects-message .dropdown .selected,
.wrap-projects .projects-top .projects-message .dropdown li
{
    font-size: 14px;
    line-height: 28px;

    padding: 0 14px;

    color: #999;
    outline: none;
}
.wrap-projects .projects-top .projects-message .wrap-projects .projects-top .projects-message .itembox span
{
    width: 100%;
}
.wrap-projects .projects-top .projects-message .dropdown .carat
{
    top: 0;
    right: 0;

    margin-top: 0;

    border: none;
}
.wrap-projects .projects-top .projects-message .dropdown .carat:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e72f';
}
.wrap-projects .projects-top .projects-message .dropdown.open .carat:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-projects .projects-top .projects-message .dropdown div
{
    overflow: auto;

    height: 154px !important;

    background-color: #f5f5f5;
}
.wrap-projects .projects-top .projects-message .dropdown ul
{
    height: auto;
}
.wrap-projects .projects-top .projects-message .dropdown ul li
{
    line-height: 30px;
}
.wrap-projects .projects-top .projects-message .dropdown ul li:hover
{
    color: #fff;
    background-color: #d7000f;
}
.wrap-projects .projects-top .projects-message .dropdown ul li.active
{
    font-weight: normal;
}
.wrap-projects .projects
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-projects .projects ul
{
    overflow: hidden;

    margin: 0 -7px;
}
@media (max-width: 767px)
{
    .wrap-projects .projects ul
    {
        margin: 0 -4px;
    }
}
.wrap-projects .projects ul li
{
    float: left;

    width: 20%;
    padding: 7px;
}
@media (max-width: 1360px)
{
    .wrap-projects .projects ul li
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .wrap-projects .projects ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-projects .projects ul li
    {
        width: 50%;
        padding: 4px;
    }
}
.wrap-projects .projects .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.wrap-projects .projects .item .pic
{
    position: relative;
}
.wrap-projects .projects .item .pic p
{
    line-height: 38px;

    position: absolute;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    background-color: rgba(0, 0, 0, .6);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-projects .projects .item .pic p
    {
        line-height: 30px;

        height: 30px;
    }
}
.wrap-projects .projects .item .img-box
{
    padding-bottom: 70.83397849%;
}
.wrap-projects .projects .item .maskbg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    padding: 10px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    background-color: rgba(0, 0, 0, .6);
}
.wrap-projects .projects .item .maskbg .mask
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    text-align: center;

    border: 1px solid #fff;
}
.wrap-projects .projects .item .maskbg .mask p
{
    line-height: 30px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;
    margin-top: -15px;

    color: #fff;
}
/*****/
.wrap-projects2 .projects-top {
    position: relative;
    z-index: 2;
}
.wrap-projects2 .projects-top .projects-message
{
    position: relative;

    display: inline-block;
    float: right;

    width: -webkit-calc(100% - 150px);
    width:         calc(100% - 150px);
    padding-right: 80px;
}
@media (max-width: 991px)
{
    .wrap-projects2 .projects-top .projects-message
    {
        display: block;
        float: none;

        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
}
.wrap-projects2 .projects-top .projects-message .send
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 991px)
{
    .wrap-projects2 .projects-top .projects-message .send
    {
        position: relative;
        left: 15px;

        margin-top: 20px;
    }
}
.wrap-projects2 .projects-top .projects-message .send .submit
{
    line-height: 28px;

    width: 72px;
    height: 28px;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #999;
    border-radius: 30px;
    outline: none;
    background-color: #eee;
}
.wrap-projects2 .projects-top .projects-message .send .submit:hover
{
    color: #fff;
    background-color: #d7000f;
}
@media (max-width: 991px)
{
    .wrap-projects2 .projects-top .projects-message form
    {
        margin: 0 -6px;
    }
}
.wrap-projects2 .projects-top .projects-message .itembox
{
    position: relative;

    display: inline-block;

    width: 25%;
    margin-right: -4px;
    padding: 0 14px;
    padding-left: 84px;

    vertical-align: top;
}
@media (max-width: 1360px)
{
    .wrap-projects2 .projects-top .projects-message .itembox
    {
        padding: 0 6px;
        padding-left: 84px;
    }
}
@media (max-width: 991px)
{
    .wrap-projects2 .projects-top .projects-message .itembox
    {
        width: 50%;
        margin-top: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-projects2 .projects-top .projects-message .itembox
    {
        width: 100%;
    }
}
.wrap-projects2 .projects-top .projects-message .itembox span.tt
{
    line-height: 28px;

    position: absolute;
    left: 14px;

    color: #666;
}
.wrap-projects2 .projects-top .projects-message .itembox select
{
    line-height: 28px;

    width: 100%;
    height: 28px;

    border: 1px solid #c7c7c7;
    outline: none;
    box-shadow: none;
}
.wrap-projects2 .projects-top .projects-message .dropdown
{
    line-height: 28px;

    overflow: hidden;

    width: auto;
    height: 28px;
}
.wrap-projects2 .projects-top .projects-message .dropdown.open
{
    overflow: visible;
}
.wrap-projects2 .projects-top .projects-message .dropdown:hover,
.wrap-projects2 .projects-top .projects-message .dropdown.focus
{
    box-shadow: none;
}
.wrap-projects2 .projects-top .projects-message .dropdown .selected,
.wrap-projects2 .projects-top .projects-message .dropdown li
{
    font-size: 14px;
    line-height: 28px;

    padding: 0 14px;

    color: #999;
    outline: none;
}
.wrap-projects2 .projects-top .projects-message .wrap-projects .projects-top .projects-message .itembox span
{
    width: 100%;
}
.wrap-projects2 .projects-top .projects-message .dropdown .carat
{
    top: 0;
    right: 0;

    margin-top: 0;

    border: none;
}
.wrap-projects2 .projects-top .projects-message .dropdown .carat:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e72f';
}
.wrap-projects2 .projects-top .projects-message .dropdown.open .carat:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-projects2 .projects-top .projects-message .dropdown div
{
    overflow: auto;

    height: 154px !important;

    background-color: #f5f5f5;
}
.wrap-projects2 .projects-top .projects-message .dropdown ul
{
    height: auto;
}
.wrap-projects2 .projects-top .projects-message .dropdown ul li
{
    line-height: 30px;
}
.wrap-projects2 .projects-top .projects-message .dropdown ul li:hover
{
    color: #fff;
    background-color: #d7000f;
}
.wrap-projects2 .projects-top .projects-message .dropdown ul li.active
{
    font-weight: normal;
}

.wrap-projects2 .projects-top .projects-message .itembox select{
    text-align: left;
}
.wrap-projects2 .projects-top .projects-message .itembox select option{
    text-align: left;
}
.wrap-projects2 .projects-top .projects-message .dropdown .selected, .wrap-projects .projects-top .projects-message .dropdown li{
    text-align: left;
}
@media(max-width: 767px){
   .wrap-projects2 .projects-top .projects-message{
    text-align: left;
    }
}
/****/
@media (min-width: 992px)
{
    .wrap-projects .projects .item:hover .pic p
    {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
    }
    .wrap-projects .projects .item:hover .maskbg
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-projects-show .news-location
{
    position: relative;

    padding-right: 120px;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-location
    {
        padding-right: 0;
    }
}
.wrap-projects-show .news-location p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-location p
    {
        font-size: 14px;
    }
}
.wrap-projects-show .news-location p span:before
{
    display: inline-block;

    width: 26px;
    height: 1px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background-color: #d7000f;
}
.wrap-projects-show .news-location p a
{
    display: inline-block;
}
.wrap-projects-show .news-location p a:hover
{
    text-decoration: underline;

    color: #d7000f;
}
.wrap-projects-show .news-location p i
{
    font-family: 'COCOMAT';
    font-style: normal;

    display: block;

    color: #999;
}
.wrap-projects-show .news-location a.return
{
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-location a.return
    {
        position: relative;

        margin-top: 14px;
    }
}
.wrap-projects-show .news-location a.return:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 6px;

    content: '<';
    vertical-align: middle;
}
.wrap-projects-show .news-location a.return:hover
{
    color: #d7000f;
}
.wrap-projects-show .projects-show
{
    font-size: 0; text-align:center;
    margin-top: 50px;
}
.wrap-projects-show .projects-show .left
{
    display: inline-block;

    width: 68%;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .wrap-projects-show .projects-show .left
    {
        width: 60%;
    }
}
@media (max-width: 1199px)
{
    .wrap-projects-show .projects-show .left
    {
        width: 100%;
    }
}
.wrap-projects-show .projects-show .left .img-box
{
    padding-bottom: 62.5%;
}
.wrap-projects-show .projects-show .left .slider-for img
{
    display: block;

    width: 100%;
}
.wrap-projects-show .projects-show .left .slider-nav
{
    padding: 10px 0;

    background-color: #eee;
}
.wrap-projects-show .projects-show .left .slider-nav .slick-slide
{
    padding: 0 5px;
}
@media (max-width: 991px)
{
    .wrap-projects-show .projects-show .left .slider-nav .slick-slide
    {
        padding: 0 3px;
    }
}
.wrap-projects-show .projects-show .left .slider-nav .item .img
{
    opacity: .9;
}
.wrap-projects-show .projects-show .left .slider-nav .item .img img
{
    height: 100px;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
}
.wrap-projects-show .projects-show .left .slider-nav .slick-current .item .img
{
    opacity: 1;
}
.wrap-projects-show .projects-show .left .slider-nav .slick-current .item .img img
{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.wrap-projects-show .projects-show .right
{
    display: inline-block;

    width: 32%;
    padding-left: 50px;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .wrap-projects-show .projects-show .right
    {
        width: 40%;
    }
}
@media (max-width: 1199px)
{
    .wrap-projects-show .projects-show .right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-projects-show .projects-show .right .title-projects h1
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-projects-show .projects-show .right .title-projects h1
    {
        font-size: 20px;
    }
}
.wrap-projects-show .projects-show .right .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-projects-show .projects-show .right .text
    {
        margin-top: 30px;
    }
}
.wrap-projects-show .projects-show .right .text p
{
    font-size: 14px;
    line-height: 40px;

    position: relative;

    margin: 20px 0 0 0;
    padding-left: 110px;

    color: #666;
}
.wrap-projects-show .projects-show .right .text p span
{
    line-height: 40px;

    position: absolute;
    left: 0;

    width: 100px;
    height: 40px;

    text-align: center;

    border: 1px dashed #c7c7c7;
    border-radius: 30px;
}
.wrap-projects-show .projects-show .right .share
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-projects-show .projects-show .right .share
    {
        margin-top: 30px;
    }
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox a
{
    padding: 0 10px;

    background: none;
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;

    content: '\e62d';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #b7b7b7;
    background-color: none;
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox a:hover:before
{
    background-color: #d7000f;
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62f';
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-projects-show .projects-show .right .share .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.wrap-projects-show .news-relate
{
    overflow: hidden;

    border-top: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-relate
    {
        margin-top: 40px;
    }
}
.wrap-projects-show .news-relate ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-relate ul li
    {
        width: 100%;
    }
}
.wrap-projects-show .news-relate ul li a
{
    line-height: 90px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 80%;
    height: 90px;
    padding: 0 90px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-relate ul li a
    {
        line-height: 60px;

        width: 100%;
        height: 60px;
        padding: 0 15px 0 50px;
    }
}
.wrap-projects-show .news-relate ul li a:before
{
    position: absolute;
    top: 50%;
    left: 24px;

    display: block;

    width: 32px;
    height: 17px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/line-2.png) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-relate ul li a:before
    {
        left: 10px;
    }
}
.wrap-projects-show .news-relate ul li a:hover
{
    background-color: #e8e8e8;
}
.wrap-projects-show .news-relate ul li.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-relate ul li.next
    {
        text-align: left;
    }
}
.wrap-projects-show .news-relate ul li.next a:before
{
    right: 24px;
    left: auto;

    margin-top: -8px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 991px)
{
    .wrap-projects-show .news-relate ul li.next a:before
    {
        right: auto;
        left: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-projects-show .project-parameter
    {
        margin-top: 30px;
    }
}
.wrap-projects-show .project-parameter .title-parameter
{
    padding: 25px 0;

    border-bottom: 1px solid #eee;
}
.wrap-projects-show .project-parameter .title-parameter b
{
    font-size: 21px;
    font-weight: normal;
    line-height: 36px;

    display: block;

    color: #666;
}
.wrap-projects-show .project-parameter .text
{
    padding:8px 0;
}
.wrap-projects-show .project-parameter .text p
{
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-projects-show .relate-case
{
    margin-top: 60px;
}
.wrap-projects-show .relate-case .title-case b
{
    font-size: 21px;
    font-weight: normal;

    display: block;

    color: #d7000f;
}
.wrap-projects-show .relate-case .title-case b:before
{
    display: inline-block;

    width: 26px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #d7000f;
}
.wrap-projects-show .relate-case .slick-case
{
    margin-top: 40px;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-projects-show .relate-case .slick-case
    {
        padding: 0 10px;
    }
}
.wrap-projects-show .relate-case .slick-case .slick-slide
{
    padding: 0 15px;
}
.wrap-projects-show .relate-case .slick-case .item
{
    display: block;
}
.wrap-projects-show .relate-case .slick-case .item .img-box
{
    padding-bottom: 55.91397849%;
}
.wrap-projects-show .relate-case .slick-case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-projects-show .relate-case .slick-case .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-projects-show .relate-case .slick-case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-projects-show .relate-case .slick-case .item:hover p
{
    color: #d7000f;
}
.wrap-projects-show .relate-case .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    background: none;
}
.wrap-projects-show .relate-case .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: block;

    content: '\e601';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-projects-show .relate-case .slick-arrow:before
    {
        font-size: 30px;
    }
}
.wrap-projects-show .relate-case .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-projects-show .relate-case .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-projects-show .relate-case .slick-arrow:hover:before
{
    color: #d7000f;
}
.wrap-news
{
    padding-top: 70px;
}
.wrap-news .news
{
    margin-top: 20px;
}
.wrap-news .news .item
{
    position: relative;

    display: block;

    min-height: 120px;
    padding: 30px 40px;
    padding-left: 165px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 30px;
        padding-left: 360px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        padding: 30px 0;
    }
}
.wrap-news .news .item .pic
{
    position: absolute;
    top: 40px;
    left: 50px;

    width: 128px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 5px solid #fff;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        top: 30px;
        left: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 51.51515152%;
}
.wrap-news .news .item .note
{
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note span.date
{
    font-size: 14px;
    line-height: 1.6;

    display: block;

    color: #999;
}
.wrap-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 24px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .note .more
{
    line-height: 28px;

    position: relative;

    height: 28px;
}
.wrap-news .news .item .note .more:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;

    background-color: #0d60be;
}
.wrap-news .news .item .note .more span
{
    font-size: 14px;
    line-height: 2;

    position: absolute;
    left: 0;

    display: inline-block;

    width: 100px;

    -webkit-transition: all .6s;
            transition: all .6s;

    color: #999;
}
.wrap-news .news .item .note .more span:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
@media (min-width: 992px)
{
    .wrap-news .news .item:hover
    {
        background-color: #eee;
    }
    .wrap-news .news .item:hover .pic
    {
        border: 5px solid #ccc;
    }
    .wrap-news .news .item:hover .note .more:before
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
    .wrap-news .news .item:hover .note .more span
    {
        left: -webkit-calc(100% - 100px);
        left:         calc(100% - 100px);

        text-align: right;
    }
}
.wrap-news .showMorehandle
{
    margin-top: 60px;

    text-align: center;
}
.wrap-news .showMorehandle a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    border-radius: 30px;
    background-color: #eee;
}
.wrap-news .showMorehandle a:hover
{
    color: #fff;
    background-color: #d7000f;
}
.wrap-welfare
{
    padding-top: 70px;

    background-color: #eee;
}
.wrap-welfare .welfare
{
    margin-top: 30px;
}
.wrap-welfare .welfare ul li
{
    margin-top: 30px;
}
.wrap-welfare .welfare .list
{
    overflow: hidden;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare .list
    {
        margin: 0 -8px;
    }
}
.wrap-welfare .welfare .list .left
{
    float: left;

    width: 40%;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare .list .left
    {
        width: 100%;
    }
}
.wrap-welfare .welfare .list .left .item
{
    display: block;
}
.wrap-welfare .welfare .list .left .item .img-box
{
    padding-bottom: 110.03861004%;
}
.wrap-welfare .welfare .list .left .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-welfare .welfare .list .left .item .note
{
    padding: 24px 14px;

    background-color: #fff;
}
.wrap-welfare .welfare .list .left .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-welfare .welfare .list .left .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-welfare .welfare .list .left .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-welfare .welfare .list .left .item:hover .note b
{
    color: #d7000f;
}
.wrap-welfare .welfare .list .itembox
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare .list .itembox
    {
        padding: 0 8px;
    }
}
.wrap-welfare .welfare .list .right
{
    float: left;
    overflow: hidden;

    width: 60%;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare .list .right
    {
        width: 100%;
    }
}
.wrap-welfare .welfare .list .right .itembox
{
    float: left;

    width: 50%;
    margin-top: 8px;
}
@media (max-width: 767px)
{
    .wrap-welfare .welfare .list .right .itembox
    {
        margin-top: 16px;
    }
}
.wrap-welfare .welfare .list .right .item
{
    display: block;
}
.wrap-welfare .welfare .list .right .item .img-box
{
    padding-bottom: 75.56818182%;
}
.wrap-welfare .welfare .list .right .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-welfare .welfare .list .right .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-welfare .welfare .list .right .item .note span
{
    font-size: 12px;
    line-height: 18px;

    display: block;

    color: #999;
}
.wrap-welfare .welfare .list .right .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-welfare .welfare .list .right .item:hover .note p
{
    color: #d7000f;
}
.wrap-welfare .showMorehandle1
{
    margin-top: 60px;

    text-align: center;
}
.wrap-welfare .showMorehandle1 a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    border-radius: 30px;
    background-color: #fff;
}
.wrap-welfare .showMorehandle1 a:hover
{
    color: #fff;
    background-color: #d7000f;
}
.wrap-news-show .news-location
{
    position: relative;

    padding-right: 120px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-location
    {
        padding-right: 0;
    }
}
.wrap-news-show .news-location p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-location p
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-location p span:before
{
    display: inline-block;

    width: 26px;
    height: 1px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background-color: #d7000f;
}
.wrap-news-show .news-location p a
{
    display: inline-block;
}
.wrap-news-show .news-location p a:hover
{
    text-decoration: underline;

    color: #d7000f;
}
.wrap-news-show .news-location p i
{
    font-family: 'COCOMAT';
    font-style: normal;

    display: block;

    color: #999;
}
.wrap-news-show .news-location a.return
{
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-location a.return
    {
        position: relative;

        margin-top: 14px;
    }
}
.wrap-news-show .news-location a.return:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 6px;

    content: '\e62a';
    vertical-align: middle;
}
.wrap-news-show .news-location a.return:hover
{
    color: #d7000f;
}
.wrap-news-show .title-news
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news
    {
        margin-top: 50px;
    }
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;

    text-align: center;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news .info
{
    overflow: hidden;

    margin-top: 26px;

    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news .info span
{
    line-height: 50px;

    display: inline-block;

    margin: 0 10px;

    color: #999;
}
.wrap-news-show .title-news .info .share
{
    display: inline-block;
    float: right;

    height: 50px;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news .info .share
    {
        display: block;
        float: none;

        padding-right: 0;

        text-align: center;
    }
}
.wrap-news-show .title-news .info .bdsharebuttonbox
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news-show .title-news .info .bdsharebuttonbox a
{
    margin-top: 8px;
    padding: 0 12px;
    width: 34px;
    height: 34px; display:block;
    background-color: #b7b7b7; float:left; margin:0 5px; border-radius:50%;
}
/***  .wrap-news-show .title-news .info .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;

    content: '\e62d';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #b7b7b7;
    background-color: none;
}***/
.wrap-news-show .title-news .info .bdsharebuttonbox a:hover
{
    opacity: 1;   background-color: #d7000f;
}
.wrap-news-show .title-news .info .bdsharebuttonbox a:hover:before
{
    background-color: #d7000f;
}

.wrap-news-show .title-news .info .bdsharebuttonbox .bds_weixin
{ background:url(../images/wx.png) center center no-repeat #b7b7b7; background-size:20px;
}

.wrap-news-show .title-news .info .bdsharebuttonbox .bds_sqq
{
  background:url(../images/qq.png) center center no-repeat #b7b7b7; background-size:20px;
}
.wrap-news-show .title-news .info .bdsharebuttonbox .bds_tsina
{
     background:url(../images/xl.png) center center no-repeat #b7b7b7; background-size:20px;

}

/****
.wrap-news-show .title-news .info .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.wrap-news-show .title-news .info .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62f';
}
.wrap-news-show .title-news .info .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-news-show .title-news .info .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
****/
.wrap-news-show .news-show
{
    overflow: hidden;

    margin-top: 40px;
}
.wrap-news-show .news-show .news-left
{
   line-height:2;
    padding-right: 50px; margin-bottom:20px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news-show .news-show .news-left .text img
{
    max-width: 100%;
}
.wrap-news-show .news-show .news-left .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #999;
}
.wrap-news-show .news-show .news-left .text h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0;

    text-align: center;

    color: #b7b7b7;
}
.wrap-news-show .news-show .news-right
{
    float: left;

    width: 30%;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-news-show .news-show .news-right .title-relate b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #d7000f;
}
.wrap-news-show .news-show .news-right .title-relate b:before
{
    display: inline-block;

    width: 26px;
    height: 1px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #d7000f;
}
.wrap-news-show .news-show .news-right ul li
{
    margin-top: 20px;
}
.wrap-news-show .news-show .news-right ul li .item
{
    display: block;
}
.wrap-news-show .news-show .news-right ul li .item .img-box
{
    padding-bottom: 36.11111111%;
}
.wrap-news-show .news-show .news-right ul li .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news-show .news-show .news-right ul li .item p
{
    font-size: 14px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 14px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-show .news-right ul li .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news-show .news-show .news-right ul li .item:hover p
{
    color: #d7000f;
}
.wrap-news-show .news-relate
{
    border-top: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate
    {
        margin-top: 40px;
    }
}
.wrap-news-show .news-relate ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .news-relate ul li a
{
    line-height: 90px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 80%;
    height: 90px;
    padding: 0 90px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li a
    {
        line-height: 60px;

        width: 100%;
        height: 60px;
        padding: 0 15px 0 50px;
    }
}
.wrap-news-show .news-relate ul li a:before
{
    position: absolute;
    top: 50%;
    left: 24px;

    display: block;

    width: 32px;
    height: 17px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url(../images/line-2.png) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li a:before
    {
        left: 10px;
    }
}
.wrap-news-show .news-relate ul li a:hover
{
    background-color: #e8e8e8;
}
.wrap-news-show .news-relate ul li.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li.next
    {
        text-align: left;
    }
}
.wrap-news-show .news-relate ul li.next a:before
{
    right: 24px;
    left: auto;

    margin-top: -8px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li.next a:before
    {
        right: auto;
        left: 10px;
    }
}
.wrap-talent
{
    position: relative;

    padding-bottom: 210px;

    background: url(../images/talent_bg.jpg) no-repeat bottom center;
}
.wrap-talent .talent
{
    font-size: 0;
}
.wrap-talent .talent .left
{
    display: inline-block;

    width: 45%;
    margin-top: 80px;
    padding-right: 50px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-talent .talent .left
    {
        width: 100%;
        margin-top: 50px;
        padding-right: 0;
    }
}
.wrap-talent .talent .left .title-talent b
{
    font-size: 21px;
    font-weight: normal;
    line-height: 2;

    display: block;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-talent .talent .left .title-talent b
    {
        font-size: 18px;
    }
}
.wrap-talent .talent .left .title-talent p
{
    font-family: 'COCOMAT';
    font-size: 14px;
    line-height: 1.71428571;

    color: #999;
}
.wrap-talent .talent .left .text
{
    margin-top: 40px;
}
.wrap-talent .talent .left .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #999;
}
.wrap-talent .talent .right
{
    display: inline-block;

    width: 55%;
    margin-top: 80px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-talent .talent .right
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-talent .talent .right ul li
{
    display: inline-block;

    padding: 3px;

    vertical-align: top;
}
.wrap-talent .talent .right ul li:nth-child(1)
{
    width: 35%;
}
@media (max-width: 767px)
{
    .wrap-talent .talent .right ul li:nth-child(1)
    {
        width: 100%;
    }
}
.wrap-talent .talent .right ul li:nth-child(1) .img-box
{
    padding-bottom: 69.23076923%;
}
.wrap-talent .talent .right ul li:nth-child(2),
.wrap-talent .talent .right ul li:nth-child(3)
{
    width: 31.5%;
}
@media (max-width: 767px)
{
    .wrap-talent .talent .right ul li:nth-child(2),
    .wrap-talent .talent .right ul li:nth-child(3)
    {
        width: 100%;
    }
}
.wrap-talent .talent .right ul li:nth-child(2) .img-box,
.wrap-talent .talent .right ul li:nth-child(3) .img-box
{
    padding-bottom: 78.26086957%;
}
.wrap-talent .talent .right ul li:nth-child(4),
.wrap-talent .talent .right ul li:nth-child(5)
{
    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-talent .talent .right ul li:nth-child(4),
    .wrap-talent .talent .right ul li:nth-child(5)
    {
        width: 100%;
    }
}
.wrap-talent .talent .right ul li:nth-child(4) .img-box,
.wrap-talent .talent .right ul li:nth-child(5) .img-box
{
    padding-bottom: 48.64864865%;
}
.wrap-talent .talent .right ul li:nth-child(6),
.wrap-talent .talent .right ul li:nth-child(8)
{
    width: 30%;
}
@media (max-width: 767px)
{
    .wrap-talent .talent .right ul li:nth-child(6),
    .wrap-talent .talent .right ul li:nth-child(8)
    {
        width: 100%;
    }
}
.wrap-talent .talent .right ul li:nth-child(6) .img-box,
.wrap-talent .talent .right ul li:nth-child(8) .img-box
{
    padding-bottom: 81.81818182%;
}
.wrap-talent .talent .right ul li:nth-child(7)
{
    width: 40%;
}
@media (max-width: 767px)
{
    .wrap-talent .talent .right ul li:nth-child(7)
    {
        width: 100%;
    }
}
.wrap-talent .talent .right ul li:nth-child(7) .img-box
{
    padding-bottom: 60%;
}
.wrap-talent .copyright
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 15px 0;

    text-align: center;
}
.wrap-talent .copyright p
{
    line-height: 25px;

    margin: 0;

    color: #999;
}
.wrap-talent .copyright p a
{
    margin: 0 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-talent .copyright p a:hover
{
    text-decoration: underline;

    color: #d7000f;
}
.wrap-social
{
    overflow: hidden;
}
.wrap-social .social .left
{
    float: left;

    width: 34%;
    margin-top: 50px;
    padding-right: 6%;

    border-right: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-social .social .left
    {
        width: 100%;
        padding-right: 0;

        border-right: none;
    }
}
.wrap-social .social .left .title-in
{
    padding: 30px 20px;

    background-color: #e8e8e8;
}
.wrap-social .social .left .title-in b:after
{
    background-color: #666;
}
.wrap-social .social .left .list ul li
{
    padding: 0 20px;

    border-bottom: none;
}
@media (max-width: 991px)
{
    .wrap-social .social .left .list ul li
    {
        padding: 0;
    }
}
.wrap-social .social .left .list ul li:last-child .item
{
    border-bottom: none;
}
.wrap-social .social .left .list .item
{
    padding: 70px 0;

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-social .social .left .list .item
    {
        padding: 30px 0;
    }
}
.wrap-social .social .left .list .item p
{
    line-height: 2.57142857;

    margin: 0;

    color: #999;
}
.wrap-social .social .right
{
    float: left;
    overflow: auto;

    width: 66%;
    margin-top: 50px;
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .wrap-social .social .right
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-social .social .right::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-social .social .right::-webkit-scrollbar-track
{
    border: 1px solid #fff;
    background-color: #c6c6c6;
}
.wrap-social .social .right::-webkit-scrollbar-thumb
{
    background-color: #959596;
}
.wrap-social .social .right .item
{
    margin-bottom: 36px;

    border: 1px solid #eee;
}
.wrap-social .social .right .item .title-item
{
    position: relative;

    padding: 20px 10px;
    padding-right: 100px;

    border-bottom: 1px solid #eee;
}
.wrap-social .social .right .item .title-item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    position: relative;

    display: block;
}
.wrap-social .social .right .item .title-item b span
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-social .social .right .item .title-item b span
    {
        display: block;

        margin-left: 0;
    }
}
.wrap-social .social .right .item .title-item a.joinapply
{
    line-height: 30px;

    position: absolute;
    top: 20px;
    right: 10px;

    display: inline-block;

    height: 30px;
    padding: 0 14px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #666;
    background-color: #eee;
}
.wrap-social .social .right .item .title-item a.joinapply:hover
{
    color: #fff;
    background-color: #d7000f;
}
.wrap-social .social .right .item .note1
{
    display: table;

    width: 100%;

    border-bottom: 1px solid #eee;
}
.wrap-social .social .right .item .note1 p
{
    line-height: 30px;

    display: table-cell;

    width: 50%;
    padding: 10px;

    vertical-align: middle;

    color: #999;
    border-right: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-social .social .right .item .note1 p
    {
        line-height: 24px;

        padding: 5px;
    }
}
.wrap-social .social .right .item .note1 p:nth-child(2)
{
    width: 30%;
}
.wrap-social .social .right .item .note1 p:nth-child(3)
{
    width: 20%;
}
.wrap-social .social .right .item .note2
{
    padding: 10px;
}
.wrap-social .social .right .item .note2 p
{
    line-height: 1.57142857;

    margin: 0;

    color: #999;
}
.wrap-process .title-process
{
    padding: 30px 15px;

    text-align: center;

    background-color: #e8e8e8;
}
.wrap-process .title-process:after
{
    display: block;

    width: 25px;
    height: 3px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background-color: #666;
}
.wrap-process .title-process b
{
    font-size: 21px;
    font-weight: normal;

    color: #666;
}
.wrap-process .title-process p
{
    font-family: 'COCOMAT';
    font-size: 14px;

    margin: 0;

    color: #999;
}
.wrap-process .process
{
    padding: 70px 0;

    background: url(../images/process_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-process .process img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-process .process .pic-lg
    {
        display: none;
    }
}
.wrap-process .process .pic-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .wrap-process .process .pic-xs
    {
        display: block;
    }
}
.fixed-resume
{
    position: fixed;
    z-index: 10;
    top: 50%;

    display: none;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: rgba(0, 0, 0, .6);
}
.fixed-resume .resume
{
    position: relative;

    padding: 100px 0;
}
@media (max-width: 767px)
{
    .fixed-resume .resume
    {
        padding: 30px 0;
    }
}
.fixed-resume .resume-close
{
    position: absolute;
    top: 20px;
    right: 10px;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 767px)
{
    .fixed-resume .resume-close
    {
        top: 10px;
    }
}
.fixed-resume .resume-close p
{
    font-size: 14px;
}
.fixed-resume .resume-close p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    display: block;

    content: '\e619';
    text-align: center;
}
@media (max-width: 767px)
{
    .fixed-resume .resume-close p:before
    {
        font-size: 30px;
    }
}
.fixed-resume .resume-close:hover
{
    color: #d7000f;
}
.fixed-resume .title-resume b
{
    font-size: 24px;
    font-weight: normal;

    display: block;

    color: #fff;
}
@media (max-width: 767px)
{
    .fixed-resume .title-resume b
    {
        font-size: 20px;
    }
}
.fixed-resume .title-resume b:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e6ba';
    vertical-align: middle;
}
.fixed-resume form
{
    margin-top: 20px;
}
.fixed-resume form ul
{
    overflow: hidden;
}
.fixed-resume form ul li
{
    float: left;

    width: 50%;
    margin-top: 30px;
    padding: 0 34px;
}
@media (max-width: 767px)
{
    .fixed-resume form ul li
    {
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }
}
.fixed-resume form ul li .item
{
    position: relative;

    padding-left: 130px;
}
@media (max-width: 767px)
{
    .fixed-resume form ul li .item
    {
        padding-left: 90px;
    }
}
.fixed-resume form ul li .item span
{
    line-height: 36px;

    position: absolute;
    left: 0;

    display: block;

    width: 120px;

    color: #fff;
}
@media (max-width: 767px)
{
    .fixed-resume form ul li .item span
    {
        width: 80px;
    }
}
.fixed-resume form ul li .item input
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 14px;

    color: #fff;
    border: 1px solid #fff;
    background: none;
}
.fixed-resume form ul li .item input::-webkit-input-placeholder,
.fixed-resume form ul li .item textarea::-webkit-input-placeholder
{
    color: #fff;
}
.fixed-resume form ul li .item input:-o-placeholder,
.fixed-resume form ul li .item textarea:-o-placeholder
{
    color: #fff;
}
.fixed-resume form ul li .item input::-moz-placeholder,
.fixed-resume form ul li .item textarea::-moz-placeholder
{
    color: #fff;
}
.fixed-resume form ul li .item input:-ms-input-placeholder,
.fixed-resume form ul li .item textarea:-ms-input-placeholder
{
    color: #fff;
}
.fixed-resume form ul li .item input:focus::-webkit-input-placeholder,
.fixed-resume form ul li .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.fixed-resume form ul li .item input:focus::-o-placeholder,
.fixed-resume form ul li .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.fixed-resume form ul li .item input:focus::-moz-placeholder,
.fixed-resume form ul li .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.fixed-resume form ul li .item input:focus::-ms-input-placeholder,
.fixed-resume form ul li .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.fixed-resume form ul li .item .upfile
{
    position: relative;
}
.fixed-resume form ul li .item .upfile input
{
    position: relative;
    z-index: 2;

    cursor: pointer;
}
.fixed-resume form ul li .item .selectFileBt
{
    line-height: 24px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 36px;
    padding: 5px 14px;

    border: 1px solid #fff;
    border-radius: 0;
    background: none;
}
.fixed-resume form ul li .item .selectFileBt:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    position: absolute;
    top: 5px;
    right: 10px;

    content: '\e628';
}
.fixed-resume form ul li .fileUploadContent .fileItem
{
    position: absolute;
    bottom: -50px;

    width: 100%;
    height: 30px;

    text-align: left;

    border: none;
}
.fixed-resume form ul li .fileUploadContent .box
{
    min-width: auto;
    min-height: auto;

    color: #fff;
    border: none;
}
.fixed-resume form ul li .imgShow
{
    display: none;
}
.fixed-resume form ul li .status
{
    display: none;
}
.fixed-resume form ul li:nth-child(5)
{
    width: 100%;

    text-align: center;
}
.fixed-resume form ul li:nth-child(5) .item
{
    padding: 0;
}
.fixed-resume form ul li .submit
{
    line-height: 38px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 38px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #d7000f;
}
@media (max-width: 767px)
{
    .fixed-resume form ul li .submit
    {
        margin-top: 10px;
    }
}
.fixed-resume form ul li .submit:hover
{
    background-color: #d91e49;
}
.fixed-resume .notice p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 14px 0 0 0;

    text-align: center;

    color: #fff;
}
.wrap-campus .campus
{
    margin-top: 70px;

    text-align: left;
}
.wrap-campus .campus .slick-campus
{
    margin: 0 -20px;
}
.wrap-campus .campus .slick-slide
{
    padding: 0 20px;
}
.wrap-campus .campus .item
{
    display: block;

    background-color: #e8e8e8;
}
.wrap-campus .campus .item .title-item
{
    position: relative;

    padding: 6px 30px 6px 10px;

    border-bottom: 1px solid #eee;
}
.wrap-campus .campus .item .title-item:after
{
    font-family: 'iconfont' !important;
    line-height: 28px;

    position: absolute;
    top: 6px;
    right: 16px;

    content: '\e827';

    color: #d7000f;
}
.wrap-campus .campus .item .title-item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;

    display: block;

    color: #666;
}
.wrap-campus .campus .item .text
{
    padding: 14px 10px 30px 10px;
}
.wrap-campus .campus .item .text p
{
    font-size: 12px;
    line-height: 2;

    margin: 0;

    color: #999;
}
.wrap-campus .campus .item .mask
{
    padding: 0 10px 14px 10px;
}
.wrap-campus .campus .item .mask p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
.wrap-campus .campus .slick-dots
{
    width: 100%;
    margin-top: 36px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-campus .campus .slick-dots
    {
        text-align: center;
    }
}
.wrap-campus .campus .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;

    border: 1px solid #d7000f;
    border-radius: 50%;
    background-color: #d7000f;
}
.wrap-campus .campus .slick-dots li.slick-active
{
    background: none;
}
.wrap-campus .campus .slick-dots li button
{
    display: none;
}
.wrap-contact
{
    padding-bottom: 80px; min-height:450px;
}
@media (max-width: 991px)
{
    .wrap-contact
    {
        padding-bottom: 40px; min-height:100px;
    }
}
.wrap-contact .info
{
    display: table;

    width: 100%;
    margin-top: 30px;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-contact .info
    {
        display: block;
    }
}
.wrap-contact .info .left
{
    display: table-cell;

    width: 16%;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-contact .info .left
    {
        display: block;

        width: 100%;
        padding: 20px;

        border: none;
        border-bottom: 1px solid #eee;
    }
}
.wrap-contact .info .left b
{
    font-size: 21px;
    font-weight: normal;

    display: block;

    color: #666;
}
.wrap-contact .info .left b:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '★';

    color: #d7000f;
}
.wrap-contact .info .right
{
    display: table-cell;

    width: 84%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-contact .info .right
    {
        display: block;

        width: 100%;
    }
}
.wrap-contact .info .right ul
{
    font-size: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .info .right ul
    {
        padding: 10px 0 30px;
    }
}
.wrap-contact .info .right ul li
{
    position: relative;

    display: inline-block;

    width: 30%;
    padding: 40px 15px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .info .right ul li
    {
        width: 50%;
        margin-top: 20px;
        padding: 0 15px;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .info .right ul li
    {
        width: 100%;
    }
}
.wrap-contact .info .right ul li .item
{
    display: inline-block;

    text-align: left;
}
.wrap-contact .info .right ul li:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 50px;
    margin-top: -25px;

    content: '';

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-contact .info .right ul li:after
    {
        display: none;
    }
}
.wrap-contact .info .right ul li:last-child
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-contact .info .right ul li:last-child
    {
        width: 100%;
    }
}
.wrap-contact .info .right ul li:last-child:after
{
    display: none;
}
.wrap-contact .info .right ul li p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;

    color: #999;
}
.wrap-contact .contact
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        margin-top: 40px;
    }
}
.wrap-contact .contact .list
{
    border-bottom: 1px solid #efefef;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .list
    {
        border-bottom: none;
    }
}
.wrap-contact .contact .list:last-child
{
    border-bottom: none;
}
.wrap-contact .contact .list ul
{
    font-size: 0;
}
.wrap-contact .contact .list ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .list ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact .list .item
{
    padding: 50px 40px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .list .item
    {
        padding: 20px 15px;
    }
}
.wrap-contact .contact .list .item .title-contact
{
    position: relative;
}
.wrap-contact .contact .list .item .title-contact:before
{
    position: absolute;
    top: 0;
    left: -20px;

    display: block;

    width: 4px;
    height: 18px;

    content: '';

    background: url(../images/line-1.jpg) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .list .item .title-contact:before
    {
        left: -15px;
    }
}
.wrap-contact .contact .list .item .title-contact b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1;

    color: #666;
}
.wrap-contact .contact .list .item .note
{
    max-width: 320px;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .list .item .note
    {
        margin-top: 14px;
    }
}
.wrap-contact .contact .list .item .note p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #999;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
.page a
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 32px;

    display: inline-block;
    overflow: hidden;

    width: 32px;
    height: 32px;
    margin: 0 14px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    color: #999;
    border-radius: 50%;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .page a
    {
        margin: 0 6px;
    }
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.prev
{
    font-size: 14px;
}
.page a.prev:after
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page a.next
{
    font-size: 14px;
}
.page a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.page a.active,
.page a:hover
{
    color: #fff;
    background-color: #d7000f;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}


.wrap-projects .projects-top .projects-message{
    text-align: center;
}

.wrap-projects .projects-top .projects-message .itembox input{
   width: 100%;
    height: 28px;

    border: 1px solid #c7c7c7;
    border-radius: 5px;
    text-align: left;
    padding: 0 10px;
}
.wrap-projects .projects-top .projects-message .itembox select{
    text-align: left;
}
.wrap-projects .projects-top .projects-message .itembox select option{
    text-align: left;
}
.wrap-projects .projects-top .projects-message .dropdown .selected, .wrap-projects .projects-top .projects-message .dropdown li{
    text-align: left;
}
@media(max-width: 767px){
   .wrap-projects .projects-top .projects-message{
    text-align: left;
    }
}

@media(max-width: 1400px){
    .header .nav .nav-list1 > li > a{
        padding:  0 20px;
    }
}



/*新闻分页*/

/**
 * page
 */
.page-con{
	float: left;
	width: 100%;
	/* height: 40px; */
	margin-top: 60px;
	position: relative;
}

.n-page
{
    clear: both;
	float: left;
	width: 100%;
	height: 40px;
    overflow: hidden;


    text-align: center;
}
@media (max-width: 991px)
{
    .page-con
    {
        margin-top: 40px;
    }
}
.n-page a
{
    font-size: 14px;
    line-height: 38px;

    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 40px;
    margin: 0 4px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    color: #999;
    border-radius: 50%;
    background-color: #fff;
	border: 1px dashed #eee;
	font-weight: bold;
}
.n-page a.omit
{
}
.n-page a.omit:hover
{
    color: #fff;
    background-color: #999;
	border-style: solid;
	border-color: #999;
}
.n-page .first-child,
.n-page .last-child
{
    font-size: 12px;
	color: #666;
    margin-right: 4px;
	font-weight: normal;
}
.n-page .first-child a,
.n-page .last-child a{
	font-weight: normal;
}
.n-page .last-child
{
    margin-right: 0;
    margin-left: 4px;
}

.n-page a.active,
.n-page a:hover
{
    color: #fff;
    background-color: #999;
	border-style: solid;
	border-color: #999;
}
@media (max-width: 767px)
{
	.n-page{
		margin-top: 30px;
	}
    .n-page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}

.n-page-num{
	float: left;
	width: 100%;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin-top: 24px;
	text-align: center;
	/* position: absolute;
	top: 12px;
	left: 0; */
}
.n-page-num span{
	color: #999;
	vertical-align: top;
}
.n-page-num input{
	vertical-align: top;
	width: 36px;
	height: 18px;
	line-height: 16px;
	margin: 0 3px;
	border: 1px solid #eee;
	text-align: center;
}
.n-page-num a{
	vertical-align: top;
	color: #666;
	border: 0;
	height: auto;
	line-height: 18px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-weight: normal;
} 
.n-page-num a:hover{
	background: none;
	color: #999;
}
@media (max-width: 767px){
	.page-con{
		height: auto;
	}
	.n-page{
		height: auto;
	}
	.n-page a{
		margin: 0 2px;
	}
	.n-page-num{
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
}
