@charset "utf-8";
* {
    font-family: "微软雅黑";
}

@media (max-width: 980px) {

}

@media (max-width: 640px) {

}

@media (max-width: 480px) {

}


#top {
    background: #f8f8f8;
    height: 45px;
    line-height: 45px;
}

#top font {
    color: #717171;
    font-size: 14px;
    display: block;
    height: 45px;
    line-height: 45px;
}

.menu {
    text-align: right;
    line-height: 38px;
}

.menu a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.menu .save {
    padding-right: 14px;
    background: url(../images/xian1.png) right center no-repeat;
    margin-right: 12px;
}

.nav {
    margin-top: 0px;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #143b7f
}

.nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.nav ul li {
    width: 14%;
}

.nav ul li, .nav ul li a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0px;
    padding: 0px;
}

.nav ul li a {
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 56px;
    cursor: pointer;
}

.nav ul li a:hover, .nav ul li .current {
    color: #fff;
    background-color: #85c13d;
}

.phone-nav {
    display: block;;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    text-align: center;
}

.phone-nav span {
    display: block;
    width: 80%;
    height: 4px;
    background: #000;
    margin-top: 6px;
    float: right;
}

.phone-nav span:first-child {
    margin-top: 9px;
}

@media (max-width: 991px) {
    .logo img {
        width: 260px;
    }

    .logo {
        margin-top: 0px;
        margin-left: -5px;
    }

    #header {
        border-bottom: 3px solid #167cc5;
    }

}

@media (min-width: 992px) {
    .logo img {
        width: 450px;
    }

    .logo {
        margin-top: 21px;
    }

    #header {
        height: 166px;
    }

}

.banner {
    text-align: center;
    overflow: hidden;
}

.banner img {
    display: block;
    margin: auto;
}

.banner .slick-dots {
    width: 100%;
    margin: auto;
    text-align: center;
}

.banner .slick-dots li button {
    width: 14px;
    height: 14px;
}

.banner .slick-dots .slick-active button {
    background: #167cc5;
    height: 18px;
    width: 18px;
}

@media (max-width: 991px) {
    .banner img {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .banner .slick-dots {
        text-align: center;
        bottom: 7px;
    }

    .banner .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .banner .slick-dots .slick-active button {
        background: #167cc5;
        height: 10px;
        width: 10px;
    }

}

.nybanner {
    width: 100%;
}

.nybanner img {
    width: 100%;
}

.home_service {
    padding-top: 42px;
    padding-bottom: 25px;
}

.home_service .service_list {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .col-5-1 {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .col-5-1 {
        float: left;
        width: 20%;
    }
}

@media (max-width: 767px) {
    .col-5-1 {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .col-5-1 {
        float: left;
        width: 100%;
    }
}

.col-5-1, .col-5-3, .col-5-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.home_about {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 21px;
}

.about {
    padding-top: 24px;
}

.aboutmore {
    padding-top: 24px;
}

.aboutmore a {
    color: #0f70b6;
    font-size: 12px;
}

.aboutmore a:hover {
    text-decoration: underline;
}

.home_team {
    padding-top: 30px;
    background: #f9f9f9;
    padding-bottom: 31px;
}

.team_list {
    margin-top: 18px;
}

.team_item {
    height: 175px;
    margin-bottom: 27px;
}

.team_item a {
    display: block;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    height: 175px;
}

.team_item a img {
    display: block;
    border: none;
    width: 100%;
    height: 175px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team_item a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.team_item a span h4 {
    background: url(../images/zhezhao2.png);
    width: 100%;
    height: 100%;
    line-height: 175px;
    text-align: center;
}

.team_item a span h4 p {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.teammore {
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

.teammore a {
    font-size: 12px;
    color: #7d7d7d;
    border: 1px solid #c7c7c7;
    width: 141px;
    height: 34px;
    line-height: 31px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease 0s;
}

.teammore a:hover {
    background-color: #106fb3;
    color: rgb(255, 255, 255);
    border-color: rgb(2, 81, 166);
    text-decoration: none;
    border: 1px solid #106fb3;
}

.team_item .team_item_title {
    display: none;
}

@media (max-width: 768px) {
    .team_item .team_item_title {
        color: #4d4d4d;
        font-size: 15px;
        text-align: center;
        display: block !important;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        line-height: 35px;
        height: 35px;
    }

    .team_item {
        height: auto;
        height: auto;
    }

    .team_item a span {
        display: none;
    }

    .team_item {
        margin-bottom: 50px;
    }

}

@media (max-width: 640px) {
    .team_item {
        height: 200px;
    }

    .team_item a {
        height: 200px;
    }

    .team_item a img {
        height: 200px;
    }
}

.home_case {
    padding-top: 25px;
    background: #fff url(../images/case_xian.png) left top repeat-x;
    padding-bottom: 43px;
}

@media (max-width: 768px) {
    .home_case {
        background: #f9f9f9;
    }

}

.carousel-direction a {
    display: block;
    width: 30px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -30px;
    font-family: simsun;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    background-color: #026ad9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.carousel-direction a:hover {
    background-color: #025dbf;
    color: #fff;
    text-decoration: none;
}

.carousel-direction a.disabled, .carousel-direction a.disabled:hover {
    background-color: #e5e5e5;
    color: #ccc;
    cursor: default;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}


.scrollable {
    margin-top: 23px;
}

.scrollable .caroufredsel_wrapper {
}

.scrollable ul {
    padding: 0;
    _margin-left: -5px !important;
    list-style: none;
    overflow: hidden;
    width: 10000em;
}

.scrollable ul li {
    padding: 0px;
    margin: 0 10px;
    display: block;
    float: left;
    width: 220px;
    text-align: center;
}

.scrollable ul li p a {
    display: block;
}

.scrollable ul li img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollable ul li p {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollable ul li p a:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollable ul li h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}

.scrollable ul li h2 a {
    font-size: 14px;
    font-weight: normal;
}

.scrollable ul li h2 a:hover {
    text-decoration: none;
}

.scrollable .text-intro {
    text-align: left;
    font-size: 13px;
    color: #808080;
    line-height: 1.5;
}

/*.scrollable .carousel-direction a { width:40px; height:40px; line-height:40px; margin-top:0; top:60px; color:#fff; font-size:22px; background-color:#026ad9; }*/

.scrollable .carousel-direction a:hover {
    background-color: #025dbf;
    color: #fff;
}

.scrollable .carousel-direction a.disabled, .scrollable .carousel-direction a.disabled:hover {
    color: #fff;
    background-color: #f2f2f2;
}

.scrollable a.carousel-prev {
    left: -10px;
}

.scrollable a.carousel-next {
    right: -10px;
}


.scrollable-height .carousel-direction a {
}

.scrollable-height ul li {
    text-align: left;
}

.full-scrollable ul li {
    width: auto;
    margin: 0;
}

.full-scrollable ul li a {
    position: relative;
    display: block;
}

.full-scrollable .scrollable-image {
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.full-scrollable a:hover .scrollable-image img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.full-scrollable .scrollable-info {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    margin-top: -100px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.full-scrollable .scrollable-info h3 {
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    margin-top: 45px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.full-scrollable .scrollable-info .scrollable-summarty {
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
}

.full-scrollable .scrollable-info .icon-detail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 41px;
    height: 41px;
    background: url(../images/icon-detail.gif) no-repeat;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}


.full-scrollable .scrollable-info .icon-detail span {
    display: none;
}

.full-scrollable .opacity-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #01458c;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.full-scrollable a:hover .scrollable-info {
    opacity: 1;
    filter: alpha(opacity=100);
}

.full-scrollable .scrollable-info:hover .icon-detail {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.full-scrollable a:hover .opacity-overlay {
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

}

.full-scrollable .carousel-direction {
    text-align: center;
    margin: 20px 0;
    height: 30px;
}

.full-scrollable .carousel-direction a {
    position: static;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    font-size: 22px;
}

.scrollable .carousel-direction a span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 22px;
}

.full-scrollable .carousel-direction a:hover {
    border-color: #fff;
    color: #fff;
}

.full-scrollable .carousel-direction a.disabled, .full-scrollable .carousel-direction a.disabled:hover {
    color: #ccc;
    cursor: default;
}

@media (min-width: 992px) {
    .col-5-3 {
        float: left;
        width: 33.33333333333333%;
    }

    .col-5-2 {
        float: left;
        width: 33.33333333333333%;
    }
}

@media (max-width: 991px) {
    .col-5-3 {
        float: left;
        width: 100%;
    }

    .col-5-2 {
        float: left;
        width: 100%;
    }
}

.home_news {
    padding-top: 42px;
    padding-bottom: 45px;
}

.link-setion {
    position: relative;
    margin-bottom: 8px;
}

.link-setion a {
    display: block;
}

.link-setion .link-img img {
    display: block;
    width: 100%;
}

.link-setion .link-img-noimg {
    min-height: 230px;
    height: auto !important;
    _height: 230px;
    background-color: #dd5189;
}

.link-name-default {
    position: absolute;
    left: 35px;
    bottom: 35px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.link-name-default h3 {
    font-size: 20px;
    padding-right: 15px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
}

.link-setion-text {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.link-setion-text h3 {
    margin: 0 20px 15px;
    margin-top: -20px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

.link-setion-text p {

    margin: 0 20px 15px;
    margin-top: -55px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}

.link-setion-text .link-more {
    line-height: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    padding: 6px 20px;
    border: 1px solid #dddddd;
    font-size: 13px;
}

.link-setion .opacity-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/zhezhao2.png);
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.link-setion a:hover .link-name-default {
    opacity: 0;
    filter: alpha(opacity=0);
}

.link-setion a:hover .link-setion-text {
    opacity: 1;
    filter: alpha(opacity=100);
}

.link-setion a:hover .link-setion-text h3 {
    margin-top: 0px;
}

.link-setion a:hover .link-setion-text p {
    margin-top: 0px;
}

.link-setion a:hover .opacity-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news_list {
    padding: 5px 0px;
    margin-top: 3px;
}

.news_list ul {
    margin: 0;
    padding: 0;
}

.news_list ul li {
    margin: 0px !important;
    padding: 0px !important;
    background: url(../images/dot1.png) left center no-repeat;
    vertical-align: bottom;
    border-bottom: 1px solid #e5e5e5;
}

.news_list ul li, .news_list ul li a {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 13px;
    color: #4d4d4d;
}

.news_list ul li a {
    padding-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.news_list ul li a, .news_list ul li span {
    color: #4d4d4d;
    font-size: 13px;
}

.news_list ul li a:hover {
    color: #106fb3;
}

.newsone {
    width: 100%;
}

.newsone a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 195px;
    min-height: 212px;
}

.newsone .newsone_img img {
    width: 388px;
    height: 212px;
}

.newsone .newsone_img {
    position: absolute;
    left: 0;
    top: 6px;
}

.newsone_title {
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #4d4d4d;
}

.newsone_con {
    color: #808080;
    font-size: 13px;
    line-height: 22px;
    margin-top: 5px;
    height: 92px;
    overflow: hidden;
}

.newsone a:hover .newsone_title {
    color: #106fb3;
}

@media (max-width: 480px) {

    .newsone a {
        padding-left: 100px;
    }

    .newsone .newsone_img img {
        width: 100%;
    }

    .newsone_con {
        height: 40px;
        overflow: hidden;
        margin-top: 0;
    }

}

.main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sidebar {
    padding-bottom: 50px;
}

.title {
    padding-left: 16px;
    background: #106fb3;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.sidebar ul li, .sidebar ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
}

.sidebar ul li a {
    padding-left: 18px;
    color: #555555;
    font-size: 15px;
    margin-right: 23px;
    background: url(../images/dot2.png) right center no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar ul li:hover a, .sidebar ul .current a {
    color: #106fb3;
    background: url(../images/dot3.png) right center no-repeat;
}

.mainbox_2 {
    width: 100%;
    padding-top: 18px;
    color: #444444;
    line-height: 26px;
    font-size: 13px;
    padding-bottom: 50px;
}

.time2 {
    margin-top: 10px;
}

.show_pic {
    color: #444444;
    padding-top: 10px;
    text-align: center;
}

.show_pic h4 {
    font-size: 20px;
}

.pic_cp img {
    max-width: 100%;
    margin-top: 10px;
}

.nrr {
    padding: 10px 0;
    line-height: 26px;
    color: #444444;
    font-size: 13px;
}

.mainbox_2e {
}

.mainbox_2e dl {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #c8c8c8;
    margin-right: 5%;
}

.mainbox_2e dl dt {
    height: 30px;
    line-height: 30px;
}

.mainbox_2e dl dt a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #4f4f4f;
    font-size: 15px;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; /*font-weight:bold;*/
}

.mainbox_2e dl dt a:hover {
    color: #01a1f7;
}

.mainbox_2e dl dt span {
    display: block;
    float: right;
    color: #8e8e8e;
    height: 30x;
    line-height: 30px;
    font-size: 12px;
}

.mainbox_2e dl dd {
    line-height: 24px;
    color: #777777;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}

.portfolio-list {
    min-height: 20px;
}

.portfolio-img {
    margin-bottom: 10px;
    overflow: hidden;
}

.portfolio-img a {
    position: relative;
}

.portfolio-img a, .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-img .opacity-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.portfolio-img .icon-zoom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: url(../images/icon-zoom.png) no-repeat center;
}

.portfolio-img .icon-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: url(../images/icon-video.png) no-repeat center;
}

.portfolio-img a:hover .opacity-overlay {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.portfolio-img a:hover img {
    transform: scale(1.2, 1.2) rotate(10deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-item:hover img, .product-item:hover img, .scrollable-item:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-title {
    margin-bottom: 10px;
    line-height: normal;
}

.portfolio-title h2 {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.portfolio-title a {
    color: #4d4d4d;
    font-size: 15px;
    text-align: center;
    display: block;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.portfolio-item:hover a {
    text-decoration: none;
    color: #167cc5;
}

.portfolio-meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #808080;
}

.portfolio-meta em {
    margin: 0 8px;
}

.portfolio-meta strong {
    font-weight: normal;
}

.portfolio-meta a {
    color: #808080;
}

.portfolio-meta a:hover {
    color: #0251a6;
    text-decoration: none;
}

.portfolio-summary {
    color: #808080;
    font-size: 13px;
    margin-bottom: -10px;
}

.portfolio-summary p {
    line-height: 1.5;
}

.portfolio-detail {
    padding-right: 10px;
    color: #f30;
    font-size: 13px;
    background: url(../images/arrow-r.gif) no-repeat right center;
}


.portfolio-list-shown .portfolio-img .opacity-overlay {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-list-shown .portfolio-img a:hover .opacity-overlay {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.portfolio-list-shown .portfolio-title {
    text-align: center;
}

.portfolio-item {
    margin-top: 20px;
}


@media (min-width: 768px) {
    .portfolio-img img {
        height: 124px;
    }

}

@media (min-width: 992px) {
    .portfolio-img img {
        height: 170px;
    }

}

@media (min-width: 1200px) {
    .portfolio-img img {
        height: 209px;
    }

}

.service_list {
    -webkit-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    animation-duration: 2.5s;
    margin-top: 10px;
}

.service_item {
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.service_item a {
    display: block;
    overflow: hidden;
}

.service_item a img {
    margin: auto;
    width: 100%;
    border: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service_item a:link img, .service_item a:visited img {
}

.service_item a:hover img, .service_item a:focus img, .service_item a:active img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.service_item h4 {
    font-size: 18px;
    color: #565656;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
}

.footer {
    background: #232323;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactbox {
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
}

.tel {
    height: 42px;
    line-height: 42px;
    background: url(../images/tel.png) 1px top no-repeat;
    padding-left: 50px;
    color: #ffffff;
    font-size: 24px;
}

.wechat, .wechat img {
    width: 120px;
    height: 120px;
}

.coopright {
    border-top: 1px solid #333;
    background: #232323;
    color: #ffffff;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
}

@media (max-width: 640px) {
    .wechat {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .contactbox {
        text-align: center;
        width: 100%;
    }

    .tel {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lan1 {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}

.lan1 h3 {
    color: #143b7f;
    font-size: 20px;
    font-weight: normal;
    padding-left: 7px;
}

.nylan {
    padding-left: 16px;
    height: 54px;
    line-height: 54px;
    color: #999999;
    background: url(../images/home.png) left center no-repeat;
    font-size: 14px;
}

.nylan a:hover {
    text-decoration: underline;
}

.nylan, .nylan a, .nylan font {
    font-size: 14px;
}

.nylan a {
    color: #999999;
}

.nylan font {
    color: #999999;
}


.lan2 {
    height: 53px;
    background: url(../images/xian2.png) left 44px repeat-x;
    width: 388px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lan2 h3 {
    color: #106fb3;
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
}

.lan2 p {
    width: 122px;
    margin-left: auto;
    margin-right: auto;
    height: 17px;
    color: #8a8a8a;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
}

.text_c {
    text-align: center;
}

@media (max-width: 640px) {
    .nylan {
        width: 100%;
    }

    .lan2 {
        width: 100%;
    }
}


.lan3 {
    height: 49px;
}

.lan3 h3 {
    font-weight: normal;
    height: 49px;
    line-height: 49px;
    color: #106fb3;
    font-size: 18px;
}

.lan3 h3 span {
    color: #7b7b7b;
    font-size: 12px;
    text-transform: uppercase;
}

.lan3 a {
    display: block;
    height: 49px;
    line-height: 49px;
    color: #808080;
    font-size: 13px;
}

.lan3 a:hover {
    color: #106fb3;
}

.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.3);
}

.gotop-wrapper a {
    display: none;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.gif) center center no-repeat;
}

.gotop {
    display: none;
}