
html,
body {
    line-height: 180%;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: white;
}

@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('/template/default_bootstrap/skin/css/font/HELVETICANEUELTPRO-THEX.OTF');
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

li {
    list-style: none;
}

a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}



/* 划过图片放大 */

.img-auto {
    display: block;
    overflow: hidden;
}

.img-auto img {
    width: auto;
    height: auto;
    margin: 0px auto;
    transition: 600ms;
}

.about-us-index:hover .img-auto img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}




/* 导航 */

.navbar-default {
    width: 100%;
    padding-top: 10px;
    background: #fff;
    height: 80px;
    position: fixed;
    font-size: 14px;
    transition: all ease .3s;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition-property: padding, background;
    border:none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


@media (max-width: 768px) {
    .navbar-default {
        padding: 5px 0px;
    }
}

.navbar-nav {
    margin-right: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.two.dropdown-menu { 
    transform-origin: 50% 0%;
    transition: 300ms ease-in-out;
}

.navbar-nav>li:hover .two.dropdown-menu {
    transform: rotate3d(0, 0, 0, 0deg);
    transform-origin: 50% 0%;
}


/* logo */

a.navbar-brand {
    width: 210px;
    max-height: 48px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

a.navbar-brand img {
    max-width: 210px;
    height: 30px;
    margin: 0px auto;
}

@media (max-width: 768px) {
    a.navbar-brand {
        position: absolute;
        left: 38px;
        top: 10px;
        margin-left: 10px;
        max-width: 180px;
    }
    a.navbar-brand img {
        max-width: 180px;
        max-height: 35px;
    }
}


/*---About Us----*/

.main-text {
    position: relative;
    z-index: 98;
    margin-top: -180px
}

.main-text .container {
    background: #fff;
}

.main-text hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin: 20px auto;
}

.main-text .about-text h4 {
    font-size: 24px;
    color: rgb(51, 51, 51);
    line-height: 25px;
    margin: 48px 36px;
}

.main-text .about-text p {
    color: #6a6a6a;
    line-height: 28px;
    font-size: 14px;
}



/* 导航右侧 */

@media (min-width: 768px) {
    #navbar {
        float: right;
    }
}

.navbar-default .navbar-brand {
    margin-top: 13px;
}

.navbar-default .navbar-nav>li>a {
    color: #666;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #237aeb;
    background: #fff
}

.nav>li>a {
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity;
    display: inline-block;
    padding: 8px 20px 14px;
    line-height: 40px;
    font-size: 14px;
}

.nav>li>a::after {
    content: '';
    display: block;
    margin-top: -3px;
    width: 30%;
    height: 2px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(33, 124, 238);
}

.nav>li>a.active::after {
    width: 60%;
    background: rgb(33, 124, 238);
    display: none;
}

.nav>li:hover a::after {
    width: 100%;
    background: rgb(41, 127, 236);
}

.navbar-nav .active a::after {
    width: 60%;
    background: rgb(33, 124, 238);
    display: none;
}

.navbar-nav .active a::after {
    transition: all 0.3s ease 0s;
}

.navbar-nav .active a:after,
.navbar-nav li:hover a:after {
    display: block;
}



/*导航用户注册*/

.user-panel {
    margin: 10px 20px 0 0px;
}

.user-panel a,
.user-panel a:visited,
.user-panel a:link {
    color: #198DDD;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #198DDD;
}

.user-panel a:hover {
    color: #198DDD;
}

.user-panel a.top-login {
    color: white;
    background: #198DDD;
}

.user-panel a:hover {
    background: #26c79d;
    color: white;
    border: 1px solid #26c79d;
}



}



@media (min-width: 768px) {
    ul.navbar-nav li.oen {
        height: 70px;
        padding: 10px 0px;
    }
}

.top-nav-right {
    position: absolute;
    top: 14px;
    right: 0px;
    width: 80px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    transition: 600ms;
}



.top-nav-right ul {
    margin: 0px;
    padding: 0px;
}

.top-nav-right ul li {
    float: left;
    width: 20px;
    line-height: 30px;
    margin: 2px;
}
.top-nav-right ul li.nav-shopping a {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
}
.shopping-box {
    margin: 0px auto;
    padding: 20px;
}
.shopping-box li {
    margin: 10px;
}

@media (max-width: 768px) {
    .user-panel {
        margin: 10px 0px 0px 0px;
    }

    .top-nav-right {
        margin-top: 10px;
    }

    .top-nav-right ul li.nav-shopping,
    .top-nav-right ul li.glyphicon-search {
        display: none;
    }

    .navbar-toggle {
        z-index: 999;
    }

    .top-nav-right {
        width: 30px;
        position: relative;
        top: 0px;
        left: 5px;
        z-index: 99;
        font-size: 18px;
    }
}

#fat-menu {
    margin-top: 3px;
}


.navbar.active {
    padding: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.navbar.active .top-nav-right {
    top: 5px;
}



/* 幻灯文字 */
.carousel-caption {
    bottom: 10%;
}


.modal {
    top: 20%;
}

.bs-example-modal-lg-search .row {
    padding: 20px;
}





/* 通用 */
.blank5,
.blank10,
.blank20,
.blank30,
.blank50,
.blank60 {
    clear: both;
    height: 5px;
    overflow: hidden;
}
.blank10 {
    height: 10px;
}
.blank20 {
    height: 20px;
}
.blank30 {
    height: 30px;
}
.blank50 {
    height: 50px;
}
.blank60 {
    height: 60px;
}



.title,
.title-2 {
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}
.title h1,
.title h3 a {
    color: #444;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
}
.title h3 small {
    display: block;
    margin-top: 6px;
    clear: both;
    color: #c1c1c1;
    font-size: 16px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}
.title p,
.title-index-1 p {
    margin: 10px auto 30px auto;
    line-height: 20px;
    color: #333;
    font-size: 16px;
}
.title span {}
@media (min-width: 768px) {
    .title p,
    .title-index-1 p {
        width: 600px;
    }
}
.title-2 a {
    font-size: 30px;
}
.title-2 h3 a small {
    display: block;
    clear: both;
    margin: 10px 0px 10px 0px;
    color: #a1a1a1;
    font-size: 8px;
}




/* 页底 */
.foot {
    padding: 55px 0px 0px 0px;
    background: #1f1f1f;
    color: #999;
}
.foot .container {
    position: relative;
}
.foot a {
    color: #9b9b9b;
}
.foot h5 {
    color: #9b9b9b;
    margin-bottom: 60px;
    line-height: 180%;
    font-size: 16px;
    font-weight: normal;
}
.foot .foot-nav {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.foot .foot-nav dl {}

.foot .foot-nav dl dt {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
}
.foot .foot-nav dl dt b {
    position: absolute;
    display: block;
    width: 36%;
    height: 2px;
    left: 0;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.75);
}
.foot .foot-nav dl dd {
    line-height: 30px;
}
.foot .foot-nav dl dd a {
    font-size: 14px;
}
.foot .foot-nav dl dd a:hover {
    color: #fff
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-list {
    list-style: circle;
    margin: 0;
    padding: 0;
    margin-top: ;
}
.foot .copyright {
    clear: both;
    margin: 18px 0px 15px 0px;
    text-align: center;
    color: #9b9b9b;
    text-align: left;
    font-size: 14px;
    padding-top: 15px;
}
 

.foot .copyright  p:last-child{
    position: absolute;
    top: 0;
    z-index: -999;
}

.foot .copyright a:hover {
    color: #dab866
}
.foot .copyright p {
    margin-bottom: 0;
}
.foot-guestbook {
    color: #9b9b9b;
}


.foot-guestbook .guestbook_input {
    clear: both;
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px dotted #ccc;
}
.foot-guestbook #guestbook_textarea {
    clear: both;
    width: 100%;
    padding-top: 15px;
}
.foot-guestbook .guestbook_textarea {
    clear: both;
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px dotted #ccc;
}
.foot-guestbook #guestbook_verify {
    clear: both;
    float: left;
    width: 260px;
    padding-top: 15px;
}
.foot-guestbook input#verify {
    border: none;
    background: none;
    border-bottom: 1px dotted #ccc;
}
.foot-guestbook .guestbook_btn {
    float: left;
    padding: 8px 50px;
    background: #eee;
    border: none;
    color: #333;
    border-radius: 3px;
}
.foot-guestbook .guestbook_btn:hover {
    background: #165aa5;
    color: white;
}
.foot-guestbook #guestbook_name,
.foot-guestbook #guestbook_tel,
.foot-guestbook #guestbook_email {
    float: left;
    width: 33%;
    padding: 0px 5px;
}
#guestbook_title {
    clear: both;
    width: 100%;
    padding: 0px 5px;
}
.foot-contactus {
    padding: 0px;
    color: #9b9b9b;
}
.foot-contactus ul {
    padding: 10px 0px;
}

#verifycode_guest {
    clear: both;
    margin: 20px 0px;
}

#qrcode canvas {
    width: 150px;
    border: 15px solid white;
}


.fweixin img {
    width: 150px;
}
.fweixin p {
    line-height: 24px;
    text-align: center;
    color: #9b9b9b;
}
@media (max-width: 992px) {
    .foot-nav .clear,
    .fweixin {
        clear: both;
    }

    .fweixin {
        margin: 30px 0px;
    }
}
@media (max-width: 468px) {
    .foot-guestbook,
    .foot-guestbook .guestbook_btn {
        clear: both;
        margin: 30px 0px;
    }
}

.fweixin p.foot-weixin {
    padding-top: 10px;
}



/* 友情链接 */
.home-links {
    padding: 50px 0px 0px 0px;
    background: #333;
    color: #666;
}
.home-links .hr {
    padding: 15px 0px 0px 0px;
    border-top: 1px dotted #555;
}
.home-links-left {
    padding: 0px;
}
.home-links .links-logo img {
    float: left;
    margin: 10px;
    opacity: 0.2;
}
.home-links .links-logo img:hover {
    opacity: 1;
    transition: 400ms;
}
.home-links .links-a {
    clear: both;
    margin: 0 auto;
    font-size: 14px;
}
.home-links .links-a a {
    color: #666;
    padding: 10px;
    line-height: 300%;
}




.sub_menu {
    margin-top: 30px;
}



@media (max-width: 768px) {
    .sub_menu {
        height: 0px;
        overflow: hidden;
    }
}




/* 面包屑导航 */
.breadcrumb {
    margin-bottom: 50px;
}
.breadcrumb span {
    padding-right: 15px;
    color: #ccc;
}



/* 内页文字大小按钮 */
.content_tools {
    float: right;
    margin: 30px 0px;
    padding: 5px 15px;
    background: #eee;
    text-align: right;
    font-size: 14px;
}







/************* 分页 */
.pages {
    clear: both;
    margin: 0px 10px;
    font-size: 0.8em;
    color: #888;
}

.pages strong,
.pages span {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    float: left;
    padding: 0px 8px;
    background: #337ab7;
    margin: 0px 3px 0px 0px;
    font-size: 0.8em;
    border-radius: 3px 3px 3px 3px;
}
.pages a,
.pages a {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0px 8px;
    border: 1px solid #337ab7;
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    margin: 0px 3px 0px 0px;
    color: #337ab7;
    font-size: 0.8em;
}

.pages strong {
    color: white;
}

.pages span {
    float: right;
}

#page {
    font-size: 0.8em;
}

#page strong {
    padding: 5px 8px;
    background: #e60012;
    border-radius: 0;
    color: white;
    margin-right: 15px;
    font-size: 12px;
}
#page a{font-size: 14px}
.pagination {
    margin: 50px 0px;
}

.carousel{background: #f5f6f8}





/* 分页 */
.page-number {
    position: relative;
    right: 0px;
    top: 5px;
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    padding: 9px 20px;
    background: #337ab7;
    margin: 0px 3px 0px 0px;
    font-size: 0.8em;
    border-radius: 3px 3px 3px 3px;
}



/* 正文 */
#content_text {
    line-height: 180%;
    font-size: 1.2em;
}







/* 首页 */
.index-1,
.index-2 {
    padding: 50px 0px;
    background: #f8f8f8;
}
.index-1 ul {
    overflow: hidden;
}
.index-1 .col-md-4:nth-child(1) {
    padding-left: 0;
}
.index-1 .col-md-4:nth-child(3) {
    padding-right: 0;
}
.index-1 li .server-main {
    margin-top: 20px;
    height: 420px;
    margin-bottom: 50px;
    background: #fff;
    padding: 7px;
    display: block;
    transition: all 0.3s ease-out 0s;
}

.index-1 li .server-main:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    margin-top: 14px;
}
.index-1 .service_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
    top: 0;
    margin-bottom: 24px;
}
.index-1 .service_img a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index-1 .service_info {
    position: relative;
    margin: 0;
    transition: all 0.3s ease-out 0s;
    top: 0px;
    padding-top: 5%;
}

.index-1 .service_info .title {
    color: #595959;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    transition: all ease-out .2s;
}
.index-1 li .server-main:hover .title {
    color: #e60012;
}
.index-1 .service_info:after {
    position: absolute;
    content: "";
    left: 5%;
    width: 90%;
    height: 120%;
    border: 1px solid rgba(0, 0, 0, .15);
    margin-left: 0;
    top: -4px;
    transition: all 0.3s ease-out 0s;
}

.index-1 li .server-main:hover .service_info:after {
    border: 1px solid rgba(3, 52, 145, .85);
    width: 94%;
    left: 3%;
    height: 125%;
}

.index-1 .title::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    left: 50%;
    margin-left: -17px;
    top: 61px;
}
.index-1 .description {
    margin-top: 15px;
    padding: 0 40px;
    line-height: 24px;
    color: #8D8D8D;
  height:72px;
    width: auto;
    font-size: 14px;  
    text-align: center;
    margin: 0 auto;
}


.title-floor h3 {
    color: #555;
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 50px;
}
.title-floor h3 span {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
    margin-left: 8px;
}
.title-floor h3 a.pull-right {
    color: #828282;
    transition: all 0.36s ease;
    background: transparent;
    margin: 0 5px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
.title-floor h3 a:hover,
.title-floor h3 a.active {
    background: #e60012;
    color: #fff;
}


.index-4 .item_img {
    transition: all 0.36s ease;
}
.index-4 .item_wrapper {
    padding: 24px 30px 24px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}
.index-4 .item_wrapper h4 {
    transition: all 0.36s ease;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.index-4 .item_wrapper p {
    transition: all 0.36s ease;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #999;
}
.index-4 .owl-item {
    float: left;
    padding: 0px;
    margin-right: 15px;
    overflow: hidden;
    text-align: left;
}
.index-4 .item_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.index-4 .item_img img {
    transition: all 0.36s ease;
    max-height: 200px;
    width: 100%;
}
.index-4 .item {
    transition: all 0.36s ease;
}
.index-4 .item:hover .item_wrapper h4,
.index-4 .item:hover .item_wrapper p {
    color: #fff
}
.index-4 .item:hover {
    background: #e60012;
}
.index-4 .item:hover img {
    transform: scale(1.08);
}
.index-4 .item-more {
    display: block;
    transition: all 0.36s ease;
    border: 1px solid rgba(170, 170, 170, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 20px;
}

.index-4 .item:hover .item-more {
    border-color: #Fff;
    color: #fff;
}


.index-2,
.index-4 {
    padding: 50px 0px;
}
.index-2 .news-list-new {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 48px
}
.index-2 .news-list-new li {
    float: left;
}
.index-2 .news-list-new:after {
    content: '';
    clear: both;
}
.index-2 .news-list-new li:first-child {
    width: 40%;
    margin-right: 5%;
}
.index-2 .news-list-new li:first-child {
    border-bottom: none
}
.index-2 .news-list-new li:first-child img {
    width: 100%;
    height: 240px;
    display: block !important
}
.index-2 .news-list-new li:first-child .news-warpper {
    background: #033491;
    padding: 28px 20px
}
.index-2 .news-list-new li:first-child .news-date {
    width: 60px;
    float: left;
}
.index-2 .news-list-new li:first-child .news-date {
    position: relative;
}
.index-2 .news-list-new li:first-child .news-date {
    padding-top: 36px;
}
.index-2 .news-list-new li:first-child .news-date span.day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.index-2 .news-list-new li:first-child .news-title {
    float: left;
    width: calc(100% - 70px);
    margin-left: 10px;
}
.index-2 .news-list-new li:first-child .news-title p:first-child {
    font-size: 16px;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px;
}
.index-2 .news-list-new li:first-child .tag,
.index-2 .news-list-new li:nth-child(2) .tag {
    display: none
}
.index-2 .news-list-new li:first-child .news-title p:last-child {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 26px;
    height: 52px;
}
.news-body {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/*.news-body a:hover,.news-body a:hover .day,.news-body a:hover .news-title p{color: #033491 !important;}*/
.index-2 .news-list-new li:first-child .news-date p {
    font-size: 14px
}
.index-2 .news-list-new i {
    font-weight: normal;
    margin: 0;
    padding: 0
}
.index-2 .news-list-new li:first-child a {
    color: #fff
}
.index-2 .news-list-new li {
    width: 55%;
    float: left;
}
.index-2 .news-list-new li img {
    display: none
}
.index-2 .news-list-new a {
    color: #888
}
.news-list-new li:nth-child(3) .subtitle,
.news-list-new li:nth-child(4) .subtitle,
.news-list-new li:nth-child(5) .subtitle,
.news-list-new li:nth-child(6) .subtitle {
    display: none
}
.news-list-new li:nth-child(3) .news-date {
    float: right;
    width: 120px;
    padding-top: 15px;
}
.news-list-new li:nth-child(4) .news-date {
    float: right;
    width: 120px;
    padding-top: 15px;
}
.news-list-new li:nth-child(5) .news-date {
    float: right;
    width: 120px;
    padding-top: 15px;
}
.news-list-new li:nth-child(6) .news-date {
    float: right;
    width: 120px;
    padding-top: 15px;
}
.news-list-new li:nth-child(3) .news-title {
    float: left;
    width: calc(100% - 120px);
    line-height: 42px;
    padding-top: 10px;
}
.news-list-new li:nth-child(4) .news-title {
    float: left;
    width: calc(100% - 120px);
    line-height: 42px;
    padding-top: 10px;
}
.news-list-new li:nth-child(5) .news-title {
    float: left;
    width: calc(100% - 120px);
    line-height: 42px;
    padding-top: 10px;
}
.news-list-new li:nth-child(6) .news-title {
    float: left;
    width: calc(100% - 120px);
    line-height: 42px;
    padding-top: 10px;
}
.news-list-new li:nth-child(2) .news-date {
    float: right;
    width: 60px;
    position: relative;
    font-size: 14px;
    padding-top: 36px;
}
.index-2 .news-list-new li:nth-child(2) .news-date span.day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: #888;
    position: absolute;
    top: 2px;
    left: 0;
}
.news-list-new .news-title {
    all 0.36s ease
}
.index-2 .news-list-new li:nth-child(2) .news-title p:first-child {
    font-size: 16px;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 20px;
    color: #333
}
.index-2 .news-list-new li:nth-child(2) {
    margin-bottom: 42px;
    border: none;
}
.index-2 .news-list-new li:nth-child(2) .news-title {
    float: left;
    width: calc(100% - 70px);
    margin-right: 10px;
}
.index-2 .news-list-new li:nth-child(2) .news-title p:last-child {
    color: #999;
    font-size: 14px;
    line-height: 32px;
    height: 52px;
}


.index-3 {
    background-image: url(../image/aboutus.jpg);
    background-position: top center !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    padding-bottom: 86px;
    padding-top: 80px;
}

.index-3 .btn {
    padding: 10px 40px;
    border-radius: 50px;
}
.index-3-left {
    height: 240px;
    overflow: auto;
}
.index-3-left p {
    text-indent: 2em;
}
@media (max-width: 768px) {
    .index-3-left {
        margin-bottom: 30px;
    }
}


.about-us-index {
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, .06);
    margin-top: 120px;
    padding: 0 0 0 75px;
}
.about-left {
    padding-top: 20px;
}
.about-right {
    padding-right: 0;
}
.about-right.img-auto img {
    width: 100%;
}
.a-description {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}
.about-us-index .a-title a {
    color: #033491;
}

.about-us-index .a-title {
    margin-bottom: 0;
}
.about-us-index .a-subtitle {
    font-size: 14px;
    color: #bbb;
    line-height: 26px;
}
.a-more {
    transition: all 0.36s ease;
    border: 1px solid rgba(170, 170, 170, 0.2);
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    background: transparent;
    padding: 5px 40px;
    margin-bottom: 20px;
}
.about-us-index:hover .a-more {
    background: #033491;
    color: #fff
}
.about-us-index:hover .a-title a {
    color: #e60012;
}

/**/

/*列表页 -文字列表*/

/**/
.list-container a {
    color: #333;
}
.list-container p {
    color: #888;
}
.list-container h4 {
    color: #000;
}
.list-container .row {
    margin-bottom: 30px;
}
.list-container .news-list {
    margin-bottom: 0;
}

.list-border {
    min-height: 108px;
    padding: 15px;
    clear: both;
    border: 1px dotted transparent;
    border-bottom-color: #BBBBBB;
}
.list-border-w {
    border: 1px dotted #BBBBBB;
    margin: 15px 0px;
}
.list-border:hover {
    background: #F5F5F5;
    border-color: #ccc;
    border-radius: 5px 5px 5px 5px;
}


.list-date {
    width: 4em;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.list-date span {
    display: block;
    width: 1em;
    line-height: 1em;
    padding-top: .1em;
    white-space: nowrap;
    font-size: 4em;
    color: #555;
    overflow: hidden;
    font-family: 'Times New Roman', Times, serif;
}
.list-date p {
    clear: both;
    display: block;
    width: 5em;
    overflow: hidden;
    margin-bottom: 0;
}

.news-list p,
.news-list-text-pic p,
.list-down p {
    line-height: 1.6;
    font-size: 0.8em;
}
.list-down .img-auto {
    height: 170px;
    overflow: hidden;
}



#projectlist.masonry {
    margin: 0 auto;
}

#projectlist {}
.wrapper {
    margin: 0px auto;
}
.projectitem {
    margin: 0px 0px 30px 0px;
    width: 380px;
    float: none;
    -webkit-backface-visibility: hidden;
    /*谷歌图片闪烁*/

    -webkit-transform-style: preserve-3d;
}
.projectitem a {
    position: relative;
    display: block;
}

.projectitem a:hover {
    text-decoration: none;
    overflow: hidden;
}

.projectitem a h4 {
    display: none;
    cursor: hand;
    text-align: center;
}

.projectitem a:hover h4 {
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 15px 0px;
    background: #333;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    filter: alpha(opacity=56);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.projectitem img,
.index-2 img,
.index-3 img,
.owl-item img {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
}

.projectitem p {
    line-height: 200%;
    font-size: 1.2em;
}


.job-hover{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}
.job-hover:hover p.text-center{box-shadow: 0px 7px 17px #dedede; 
    background-color: #e60012 !important;color: #fff !important} 


/*列表页 - 右侧*/
.content-right-list h3 {
    font-size: 16px;
}
.content-right-list ol {
    margin-bottom: 60px;
}
.content-right-list ol li {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 1.8
}
@media (max-width: 768px) {
    .content-right-list {
        margin-top: 60px;
    }
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-width: 1px}



/* 联系我们地图页 */
.contact-us {
    background: #fff;
}

.contact-us h3 {
    font-size: 60px;
    line-height: 120%;
    color: #CCCCCC;
    text-align: center;
    padding: 50px 0;
}
.contact-us h3 span {
    font-weight: bold;
    color: #C22C45;
}
.contact-us h4 {
    clear: both;
    margin: 50px auto 0;
    padding: 0 0 30px
}

.contact-us dl {}
.contact-us dl dt {
    line-height: 40px;
    color: #CACACA;
    font-size: 26px;
    margin-bottom: 10px;
}
.contact-us dl dd {
    color: #AEAEAE;
    font-size: 1.0em;
}
.content-ditu {
    height: 600px;
    overflow: hidden;
}

 


/* 产品页面右侧文字信息 */
.product_info {
    overflow: hidden
}
.product_info table {
    color: #535353;
    width: 100%;
}
.product_info table th {
    text-align: right;
    padding: 7px 5px;
    width: 120px;
    font-weight: normal;
    color: #888;
}
.product_info table td {
    padding: 5px;
    color: #535353;
    font-size: 0.9em;
}
.product_info table tr {}
.product_info strong {
    color: #E53F40;
    font-size: 30px;
}
#dialog_link {
    margin-left: 20px;
    background: #236298;
}
@media (max-width: 768px) {
    #dialog_link {
        margin: 20px 0px 0px 0px;
    }
}




/* 滚动图片 */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


.owl-controls .owl-buttons {
    display: none
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon*/
.grabbing {
    cursor: url(/template/default_bootstrap/skin/images/index/grabbing.png) 8 8, move;
}


/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}



.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}


/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
    color: #333;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/

    margin: 5px;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
    background: #eee;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #333;
    color: white;
}


/* Clickable class fix problem with hover on touch devices*/

/* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=30);
    /*IE7 fix*/

    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    background: #e60012;
    opacity: 1;
}


/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images*/
.owl-item.loading {
    min-height: 150px;
    background: url(/template/default_bootstrap/skin/images/base/AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



.content-bottom-list-more {
    padding: 8px 15px;
    background: #eee;
    color: #888;
}

@media (min-width: 768px) {
    .servers-wap {
        display: none;
    }

    .dropdown-menu>li>a {
        padding: 10px 20px;
    }

    .navbar .nav>li.oen ul.two {
        margin: 0;
    }

    .navbar .nav>li.oen:hover ul.two {
        display: block;
    }
}

@media (max-width: 768px) {
    /* 手机菜单圆形按钮颜色 */

    .plug-menu {
        background: #ccc;
    }
    /* 手机菜单弹出按钮颜色 */

    .top_menu>li {
        background: #ccc;
    }
    /* 手机菜单平铺背景颜色 */

    .foot_mp {
        background: #ccc;
    }


    .servers,
    .foot-share,
    .content_tools_box {
        display: none;
    }

    ul.nav-pills li.active {
        clear: both;
        display: block;
    }

    #carousel-example-generic {
        margin-bottom: 30px;
    }

    .content-bottom-list-more {
        display: block;
        width: 110px;
        margin-bottom: 30px;
    }
}

.navbar-right {
    padding: 0px;
}
.top-nav-right .dropdown-menu li {
    clear: both;
    width: 98%;
}
.lead *{
    font-size: 14px !important;
    line-height: 28px;
}
.lead img{margin:15px auto 0;display: block;width: 100% !important;}
.index-1 ul,
.index-6 ul {
    margin: 0px;
    padding: 0px;
}





.lead img {
    max-width: 100%;
}

.child {
    display: none;
}


.left-menu {
    line-height: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.left-menu ul {
    margin: 0px;
    padding: 0px;
}
.left-menu ul li a {
    display: block;
    padding: 0px 0px 0px 40px;
}
.left-menu ul li.two {
    padding-left: 10px;
}
.left-menu ul li.three {
    padding-left: 10px;
}
.left-menu ul li.four {
    padding-left: 10px;
}
.left-menu ul li.five {
    padding-left: 10px;
}

.top-login {
    padding-left: 5px;
}

#projectlist.masonry {
    margin: 0 auto;
}

#projectlist {}
.wrapper {
    margin: 0px auto;
}
.post-masonry {
    margin: 0px 0px 30px 0px;
    -webkit-backface-visibility: hidden;
    /*谷歌图片闪烁*/

    -webkit-transform-style: preserve-3d;
}
.post-masonry a {
    position: relative;
    display: block;
}

.post-masonry a:hover {
    text-decoration: none;
    overflow: hidden;
}

.post-masonry a h4 {
    display: none;
    cursor: hand;
    text-align: center;
}

.post-masonry a:hover h4 {
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 15px 0px;
    background: #333;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    filter: alpha(opacity=56);
    -moz-opacity: 0.8;
    opacity: 0.8;
}




.post-masonry p {
    line-height: 200%;
    font-size: 1.2em;
}

#print img {
    max-width: 100%;
}




.banner {
    margin-top: 62px;
}


@media (max-width: 768px) {
    .banner {
        margin-top: 118px;
    }
}
@media (max-width: 468px) {
    .banner {
        margin-top: 62px;
    }
}


.cd-gallery::after {
    clear: both;
    content: "";
    display: table;
}
.cd-gallery>li {
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}
.cd-gallery>li>a {
    display: block;
}
@media only screen and (min-width: 768px) {
    .cd-gallery {
        padding: 0px;
    }

    .cd-gallery>li {
        float: left;
        margin-bottom: 2.5em;
    }

    .cd-gallery>li:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1048px) {

    .no-touch .cd-gallery>li:hover .cd-dots li.selected a {
        /* Slider dots - change background-color of the selected dot when hover over the its parent list item */
        background: #2f2933;
        border-color: #2f2933;
    }

    .no-touch .cd-gallery>li:hover .cd-dots a {
        /* Slider dots - change dot border-color when hover over the its parent list item */
        border-color: #9688a0;
    }

    .no-touch .cd-gallery>li:hover li.move-right,
    .no-touch .cd-gallery>li:hover li.move-left {
        /* show preview items when hover over the its parent list item */
        opacity: 0.3;
    }
}

.cd-item-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 1em;
}
.cd-item-wrapper li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* Force Hardware Acceleration */

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-transform: translateX(200%) scale(0.7);
    -moz-transform: translateX(200%) scale(0.7);
    -ms-transform: translateX(200%) scale(0.7);
    -o-transform: translateX(200%) scale(0.7);
    transform: translateX(200%) scale(0.7);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
.cd-item-wrapper li.selected {
    /* selected item */

    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0) scale(1.3);
    -moz-transform: translateX(0) scale(1.3);
    -ms-transform: translateX(0) scale(1.3);
    -o-transform: translateX(0) scale(1.3);
    transform: translateX(0) scale(1.3);
}
.cd-item-wrapper li.move-left {
    /* item on left - preview visible */

    -webkit-transform: translateX(-100%) scale(0.7);
    -moz-transform: translateX(-100%) scale(0.7);
    -ms-transform: translateX(-100%) scale(0.7);
    -o-transform: translateX(-100%) scale(0.7);
    transform: translateX(-100%) scale(0.7);
    opacity: 0.3;
}
.cd-item-wrapper li.move-right {
    /* item on right - preview visible */

    -webkit-transform: translateX(100%) scale(0.7);
    -moz-transform: translateX(100%) scale(0.7);
    -ms-transform: translateX(100%) scale(0.7);
    -o-transform: translateX(100%) scale(0.7);
    transform: translateX(100%) scale(0.7);
    opacity: 0.3;
}
.cd-item-wrapper li.hide-left {
    /* items hidden on the left */

    -webkit-transform: translateX(-200%) scale(0.7);
    -moz-transform: translateX(-200%) scale(0.7);
    -ms-transform: translateX(-200%) scale(0.7);
    -o-transform: translateX(-200%) scale(0.7);
    transform: translateX(-200%) scale(0.7);
}
.cd-item-wrapper li img {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 1048px) {
    .cd-item-wrapper li.move-left,
    .cd-item-wrapper li.move-right {
        /* hide preview items */
        opacity: 0;
    }

    .cd-item-wrapper li.focus-on-left {
        /* class added to the .selected and .move-right items when user hovers over the .move-left item (item preview on the left) */
        -webkit-transform: translateX(3%) scale(1.25);
        -moz-transform: translateX(3%) scale(1.25);
        -ms-transform: translateX(3%) scale(1.25);
        -o-transform: translateX(3%) scale(1.25);
        transform: translateX(3%) scale(1.25);
    }

    .cd-item-wrapper li.focus-on-left.move-right {
        -webkit-transform: translateX(103%) scale(0.7);
        -moz-transform: translateX(103%) scale(0.7);
        -ms-transform: translateX(103%) scale(0.7);
        -o-transform: translateX(103%) scale(0.7);
        transform: translateX(103%) scale(0.7);
    }

    .cd-item-wrapper li.focus-on-right {
        /* class added to the .selected and .move-left items when user hovers over the .move-right item (item preview on the right) */
        -webkit-transform: translateX(-3%) scale(1.25);
        -moz-transform: translateX(-3%) scale(1.25);
        -ms-transform: translateX(-3%) scale(1.25);
        -o-transform: translateX(-3%) scale(1.25);
        transform: translateX(-3%) scale(1.25);
    }

    .cd-item-wrapper li.focus-on-right.move-left {
        -webkit-transform: translateX(-103%) scale(0.7);
        -moz-transform: translateX(-103%) scale(0.7);
        -ms-transform: translateX(-103%) scale(0.7);
        -o-transform: translateX(-103%) scale(0.7);
        transform: translateX(-103%) scale(0.7);
    }

    .cd-item-wrapper li.hover {
        /* class added to the preview items (.move-left or .move-right) when user hovers over them */
        opacity: 1 !important;
    }

    .cd-item-wrapper li.hover.move-left {
        -webkit-transform: translateX(-97%) scale(0.75);
        -moz-transform: translateX(-97%) scale(0.75);
        -ms-transform: translateX(-97%) scale(0.75);
        -o-transform: translateX(-97%) scale(0.75);
        transform: translateX(-97%) scale(0.75);
    }

    .cd-item-wrapper li.hover.move-right {
        -webkit-transform: translateX(97%) scale(0.75);
        -moz-transform: translateX(97%) scale(0.75);
        -ms-transform: translateX(97%) scale(0.75);
        -o-transform: translateX(97%) scale(0.75);
        transform: translateX(97%) scale(0.75);
    }
}

.cd-dots {
    /* not visible in the html document - created using jQuery */

    position: absolute;
    top: 200px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .2em;
}
.cd-dots::after {
    clear: both;
    content: "";
    display: table;
}
.cd-dots li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    pointer-events: none;
}
.cd-dots li.selected a {
    background: rgba(3, 52, 145, .85) !important;
    border-color: rgba(3, 52, 145, .85) !important;
}
.cd-dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 1px solid #9688a0;
    /* image replacement */

    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.2s, background-color 0.2s;
    -moz-transition: border-color 0.2s, background-color 0.2s;
    transition: border-color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 1048px) {
    .cd-dots li {
        pointer-events: auto;
    }

    .cd-dots li.selected a {
        background: #cccccc;
        border-color: #cccccc;
    }

    .cd-dots a {
        height: 8px;
        width: 8px;
        border-color: #cccccc;
        /* fix a bug in IE9/10 - transparent anchor not clickable */
        background-color: rgba(255, 255, 255, 0);
    }
}

.cd-item-info {
    height: 90px;
    line-height: 90px;
    padding: 0 2em;
}
.cd-item-info::after {
    clear: both;
    content: "";
    display: table;
}
.cd-item-info b,
.cd-item-info .cd-price,
.cd-item-info .cd-new-price {
    font-weight: bold;
    font-size: 2rem;
}
.cd-item-info b {
    float: left;
}
.cd-item-info b a {
    color: #2f2933;
}
.cd-item-info .cd-price,
.cd-item-info .cd-new-price {
    /* .cd-new-price not visible in the html document - created using jQuery */

    float: right;
}
.cd-item-info .cd-price {
    color: #a5d05e;
    position: relative;
    margin-left: 10px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
.cd-item-info .cd-price::after {
    /* crossing line - visible if price is on sale */

    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #a5d05e;
    opacity: 0;
    -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
    -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
    transition: width 0.2s 0s, opacity 0s 0.2s;
}
.cd-item-info .cd-price.on-sale::after {
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.2s 0s, opacity 0s 0s;
    -moz-transition: width 0.2s 0s, opacity 0s 0s;
    transition: width 0.2s 0s, opacity 0s 0s;
}
.cd-item-info .cd-new-price {
    /* new price - visible if price is on sale */

    color: #e76363;
    opacity: 0;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.cd-item-info .cd-new-price.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-item-info b,
    .cd-item-info .cd-price,
    .cd-item-info .cd-new-price {
        font-size: 2.4rem;
    }
}

.no-js .move-right,
.no-js .move-left {
    display: none;
}



/* -------------------------------- 

xcredits 

-------------------------------- */
.credits {
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.no-touch .credits a:hover {
    text-decoration: underline;
}

@media (max-width: 468px) {
    #content iframe,
    .content iframe,
    #print .edui-faked-video {
        width: 100%;
        height: auto;
    }

    .gizle {
        top: -90px;
    }

    .sabit {
        top: 0;
        z-index: 9999;
    }
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}



/*人物专栏*/
.list-container .teamitem {
    margin-bottom: 30px;
    background: #f8f8f8;
    width: 1100px;
    margin: 30px auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 15px 0;
}
.description {
    font-size: 14px !important
}
.more {
    content: '';
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent url(../image/icon.png) no-repeat -20px -66px;
    transition: all 0.3s ease-out 0s;
}
.load-more {
    display: block;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: relative;
    border: none;
    border-left: 1px solid #ededed;
    top: 48px;
    transition: all 0.3s ease-out 0s;
    opacity: 1;
    float: right;
}
.title.dongshi small {
    line-height: 26px;
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 25px
}
.item-de {
    font-size: 14px !important;
    color: #6a6a6a;
    line-height: 25px !important;
    margin-top: 25px;
}
.pagination>li>a{
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: Arial;
    border-radius: 0 !important;
    transition: background-color 0.2s ease-out;
    background: #6b6b6b; 
    border-color:#6b6b6b;
    margin-right: 5px;
   
}
.pagination>.active>a {
    background: #e60012;
    border-color:#e60012;
}

.pagination{margin: 30px 0}

/*--新闻中心--*/
.category a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-left: 16px;
    font-size: 13px;
    position: relative;
    line-height: 42px;
    height: 42px;
}
.category a::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: transparent;
    left: 0;
    margin-top: 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.category a.active::before,
.category a:hover::before {
    background: #e60012
}
.category a:hover {
    padding-left: 26px;
}
.new-data {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    color: #999;
    top: 44px;
    font-size: 30px !important;
    text-align: right;
    position: relative;
}

.news-items .n-title {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 16px;
    color: #575757;
}
.news-items .new-description {
    transition: all 0.3s ease-out 0s;
    color: #999;
    margin-top:25px;
    line-height: 26px;
    font-size: 14px;
}
.news-list-text-pic:hover .n-title,
.news-list-text-pic:hover .news-items .new-description {
    padding-left: 10px;
    color: rgba(3, 52, 145, .85)
}
.news-list-text-pic:hover .n-title a{color:#e60012}
.news-list-text-pic{border-bottom:1px solid rgba(0, 0, 0, .06);padding-bottom: 15px;}
.news-list-text-pic:hover .new-data{color: #e60012}

/*----产品中心---*/
.pro-items{
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        margin-bottom: 50px;
}
.pro-items:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
    background: #fff;}
.pro-items .introduce{min-height: 75px}
.pro-items a.details{height: 48px;display: block;overflow: hidden;margin-bottom: 24px}
.pro-items a.details i{
        width: 35px;
        height: 35px;
        text-align: center;
        display: block;
        border-radius: 0;
        border: 1px solid transparent;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; 
        margin: 48px auto 0;
        overflow: hidden;
        position: relative;
}
.pro-items a.details i:after{content: '';
    width: 15px;
    height: 9px;
    background: url(../image/icon1.png) no-repeat -110px -11px;
    display: block;
    margin: 13px 0 0 11px;
    position: absolute;
    top: 0px;
    left: 0px;}
.pro-items:hover .details i{    margin-top: 10px;
    opacity: 1;
    border: transparent;}
.pro-items h5{font-size: 18px;line-height: 40px}
.pro-items:hover h5{color: #e60012}
.pro-page-main .sub_menu{margin-top: 0;}
.content p{font-size: 13px !important;line-height: 25px;margin-bottom: 15px !important;}
.product_info table td{font-size: 13px;line-height: 25px;}
.product_info table td{border-left:1px solid #b6b6b6;border-top:1px solid #b6b6b6;}
.content table tbody{border-bottom: 1px solid #b6b6b6;border-right:1px solid #b6b6b6;}


@media (max-width: 767px) {
  #bootstrap-touch-slider{margin-top: 80px !important}
  .title-floor h3 span{display:none}
  .title-floor h3 a.pull-right{padding:0 6px;}
  .index-2 .news-list-new li:first-child{width:100%;margin-right:0;margin-bottom:15px;}
  .index-2 .news-list-new li{width:100%}
    .news-list-new li:nth-child(3) .news-date,
.news-list-new li:nth-child(4) .news-date,
.news-list-new li:nth-child(5) .news-date,
.news-list-new li:nth-child(6) .news-date{
     width: 80px
}
  .news-title p:first-child{overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;}
  .about-us-index{margin-top:25px;padding-left: 0;}
  .about-right {
    padding-right: 15px;
}
  .navbar-default .navbar-collapse{background:#eee}
  .navbar-nav{margin-right:0}
  .nav>li{float:left;}
}