html, body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei,
    Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    background: white;
    line-height: 1.2;
}

li {
    list-style: none;
}

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

a:hover {
    text-decoration: none;
    outline: none;
}

table, th {
    text-align: center;
}

iframe {
    border: none;
}

/* 划过图片放大 */
.img-auto {
    display: block;
    overflow: hidden;
}

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

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

.nav ul {
    margin: 0;
    list-style: none;
    float: right;
}

.nav li {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    float: left;
}

.navbar-custom {
    padding: 25px 0 22px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.navbar-custom > .container {
    height: 56px;
}

.navbar-custom .navbar-right {
    position: relative;
}

.navbar-custom .navbar-right nav {
    float: right;
    padding-top: 25px;
}

.login-status {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 14px;
}

.navbar-custom.top-nav-collapse {
    background: rgba(25, 124, 217, .9);
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    font-size: 25px;
    padding: 0;
    margin: 0;
    height: 56px;
}

.navbar-custom .navbar-brand span.brand-logo {
    display: inline-block;
    padding: 14px 0;
    margin: 0 16px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 2px 6px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom .nav li.separator {
    height: 22px;
    width: 1px;
    margin: 0 10px;
    vertical-align: text-bottom;
}

.navbar-custom a {
    color: #575e68;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    padding-bottom: 29px;
    border-bottom: 4px solid #98bf3a;
    background-color: transparent;
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    padding-bottom: 27px;
    border-bottom: 4px solid #98bf3a;
    background-color: transparent;
    border-bottom: 4px solid #98bf3a;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 70px;
    }
}

.button_container {
    position: relative;
    margin-top: 14px;
    height: 25px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background: url(../images/expand.png);
}

.button_container.collapsed {
    background: url(../images/collapsed.png);
}

.overlay {
    position: fixed;
    display: block;
    background: #197cd9;
    top: 0;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.in {
    opacity: 0.95;
    color: #fff;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 100px;
    left: 0px;
    padding: 0 12px 12px 12px;
    visibility: visible;
    background: rgba(22,22,22, 0.9);
    list-style: none;
    box-sizing: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F3161616,endColorstr=#F3161616);
}

.overlay a {
    color: #fff;
}

.overlay.in li {
    color: inherit;
    width: 100%;
    padding: 14px 0;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #D8D8D8;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.in li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.carousel-caption h3 {
    margin-bottom: 30px;
    font-size: 3.2em;
}

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

.carousel-caption .btn {
    margin-top: 20px;
    font-size: 1.0em;
}

/* 幻灯文字 */
.carousel-caption {
    top: 20%;
}

.carousel-caption h3 {
    margin-bottom: 30px;
    font-size: 48px;
    margin: 0;
}

.carousel-caption p {
    margin: 0;
    line-height: 1.2em;
    font-size: 48px;
    font-weight: 600;
}

.carousel-caption .btn {
    margin-top: 20px;
    font-size: 18px;
}

.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: 0 -1px 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.title h1, .title h3 a {
    color: #165aa5;
    line-height: 45px;
    height: 45px;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
}

.title h3 small {
    display: block;
    clear: both;
    margin: 20px 0px 10px 0px;
    color: #a1a1a1;
    font-size: 10px;
}

.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: 100px 0px 0px 0px;
    background: #333;
    color: #9b9b9;
}

.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: 60px;
    overflow: hidden;
}

.foot .foot-nav dl {

}

.foot .foot-nav dl dt {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #9fa0a1;
    margin-bottom: 20px;
    font-size: 20px;
}

.foot .foot-nav dl dt b {
    position: absolute;
    display: block;
    width: 39%;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: #fff;
}

.foot .foot-nav dl dd {
    line-height: 30px;
}

.foot .foot-nav dl dd a {
    font-size: 16px;
}

.foot .copyright {
    clear: both;
    margin: 30px 0px;
    text-align: center;
    color: #9b9b9b;
}

.fweixin img {
    width: 150px;
}

.fweixin p {
    line-height: 24px;
    text-align: center;
}

.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: #337ab7;
    border-radius: 5px;
    color: white;
    margin-right: 15px;
    font-size: 0.8em;
}

.pagination {
    margin: 50px 0px;
}

/* 分页 */
.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-3 {
    padding-bottom: 100px;
    background: #f8f8f8;
}

.index-1 ul {
    overflow: hidden;
}

.index-1 li {
    height: 350px;
    overflow: hidden;
    text-align: center;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: 400ms;
}

.index-1 li:hover {
    background: white;
    border: 1px solid #ccc;
}

.index-1 .t1 {
    width: 100%;
    height: 140px;
    padding: 70px 0 0 0;
    font-size: 14px;
    color: #9b9797;
    transition: 400ms;
}

.index-1 .t1 .img-auto {
    height: 176px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.index-1 .t1 a {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #3a3a3a;
    transition: 400ms;
}

.index-1 .t2 {
    width: 100%;
    padding: 20px 10px 0px 10px;
    height: 80px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: #7bc91e;
    position: absolute;
    left: 0;
    bottom: -80px;
    transition: 400ms;
}

.index-1 li:hover .t1 {
    margin-top: -50px;
}

.index-1 li:hover .t2 {
    bottom: 0px;
}

@media ( max-width: 768px) {
    .index-1 li {
        margin-bottom: 30px;
        background: white;
        border: 1px solid #ccc;
    }

    .index-1 li .t1 {
        margin-top: -50px;
    }

    .index-1 li .t2 {
        bottom: 0px;
    }
}

.index-2 {
    padding-bottom: 80px;
}

.index-2 div div {
    padding: 20px 30px;
    border: 1px solid #eee;
    -moz-box-shadow: 0px 0px 10px #eee;
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 3px;
}

@media ( max-width: 768px) {
    .index-2 div div {
        margin-bottom: 20px;
    }
}

.index-2 div div.img-auto a {
    display: block;
    height: 100px;
    margin: 20px 0px;
    overflow: hidden;
}

.index-2 div div.img-auto h4 a {
    height: 16px;
    font-size: 14px;
}

.index-2 div div:hover {
    background: #eee;
}

.index-2 div div p {
    font-size: 12px;
    color: #555;
}

.index-2 div div p.date {
    color: #999;
}

.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;
    }
}

.index-6 {
    padding: 0px 0px 100px 0px;
}

.index-6 ul li {
    height: 124px;
    padding: 0px;
    border: 1px solid #eee;
    overflow: hidden;
}

.index-6 ul li .img-auto {
    width: 89px;
    height: 68px;
    margin: 28px 50px;
    overflow: hidden;
}

/* 友情链接 */
.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;
    padding-bottom: 60px;
}

.home-links .links-a a {
    color: #666;
    padding: 10px;
    line-height: 300%;
}

/**/
/*列表页 -文字列表*/
/**/
.list-container a {
    color: #333;
}

.list-container p {
    color: #888;
}

.list-container h4 {
    color: #000;
    font-weight: bold;
}

.list-container .news-list {
    margin-bottom: 0;
}

.news-list h4 {
    font-weight: bold;
}

.list-border {
    padding: 27px 0;
    clear: both;
    border-bottom: 1px solid #BBBBBB;
}

.list-border-w {
    border: 1px dotted #BBBBBB;
    margin: 15px 0px;
}

.list-border:hover {
    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: 4em;
    overflow: hidden;
    margin-bottom: 0;
}

.news-list p, .news-list-text-pic p, .list-down p {
    line-height: 1.6
}

.list-down .img-auto {
    height: 170px;
    overflow: hidden;
}

.news-list-text-pic, .list-down {
    margin-bottom: 20px;
}

.news-list-text-pic h4, .list-down h4 {
    font-weight: bold;
}

#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-1 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;
}

.post-masonry {
    margin: 0px 0px 30px 0px;
}

.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 img, .index-1 img, .index-2 img, .index-3 img, .owl-item img {
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
}

/*列表页 - 右侧*/
.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;
    }
}

/* 联系我们地图页 */
.contact-us {

}

.contact-us .content {
    position: relative;
    background: #f4eff6;
    padding: 40px 15px 15px;
    height: 160px;
    margin: 30px 20px;
}

.contact-us .content-image {
    position: absolute;
    left: 50%;
    top: -25px;
    height: 50px;
    margin-left: -25px;
    width: 50px;
}

.contact-us dl {
    text-align: center;
}

.contact-us dl dt {
    line-height: 40px;
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-us dl dd {
    color: #AEAEAE;
    font-size: 1.0em;
}

.content-ditu {
    padding: 60px;
    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;
    }
}

.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: 16px;
    line-height: 1.8;
}

.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;
}

/*



.btn-primary {
    background-color: #123456;
    border-color: #123456;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #123456;
    border-color: #123456;
}
.pagination>li>a, .pagination>li>span {
    color: #123456;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #123456;
}
#page strong {
    background: #123456;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #123456;
}
#dialog_link {
    background: #123456;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #123456;
    background-color: #fff;
}
.comm input.btn {
    background: #123456;
    color: #fff;
}
.pages strong, .pages span {
    color: #FFFFFF;
    background: #123456;
}
.btn-primary .badge {
    color: #123456;
    background-color: #fff;
}



.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.glyphicon-chevron-left:before {
    background:rgba(0,0,0,.3);
	padding:20px 0 ;
}
.glyphicon-chevron-right:before {
    background:rgba(0,0,0,.3);
	padding:20px 0 ;
}


*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive,
.thumbnail a > img, .thumbnail > img {
    width: auto;
}

.carousel-caption {
    color: #FFF;
    text-align: left;
    position: static;
    display: table-cell;
    vertical-align: middle;
}

.carousel-caption p {
    font-weight: normal;
    color: #FFF;
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
}

@media screen and (max-width: 768px) {
    .carousel-caption p {
        font-size: 36px;
    }

    .carousel-indicators {
        bottom: 70px;
    }
}

.carousel-indicators .active {
    background-color: #FFF;
    border-color: #FFF;
}

ul, ol, li {
    list-style: none;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.blank5 {
    clear: both;
    height: 5px;
}

.blank10 {
    clear: both;
    height: 15px;
}

.blank20 {
    clear: both;
    height: 20px;
}

.blank30 {
    clear: both;
    height: 30px;
}

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

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

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

.top {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    line-height: 28px;
}

.top ul {
    float: right;
}

.top li {
    float: left;
    font-size: 18px;
    padding: 0 7px;
}

.top li a {
    color: #4c4948;
    font-weight: normal;
    font-size: 14px;
    display: block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
}

.top li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .top ul {
        float: none;
        width: 180px;
        margin: 0 auto;
        text-align: center;
    }

    .top ul li {
        display: inline-block;
        float: none;
    }
}

.top2 {
    padding: 25px 0;
    background: #FFFFFF;
}

.logo-box {
    float: left;
    width: 270px;
}

.logo-box img {
    max-width: 100%;
    height: auto;
}

.top2-r {
    float: right;
}

.top2 dl {
    float: left;
    margin: 10px 0 0px 20px;
    color: #333;
    font-size: 14px;
}

.top2 dt {
    float: left;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #24A3D8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top2 dt span {
    font-size: 35px;
    line-height: 44px;
}

.top2 dd {
    padding-left: 54px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top2 dl {
        margin: 10px 0 0px 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .top2-r {
        float: left;
    }

    .top2 dl {
        margin: 15px 0 0px 0;
    }
}

.section1 {
    padding: 80px 0 60px;
}

.s1-ico {
    text-align: center;
    margin-bottom: 20px;
}

.s1-ico .s1-ico-a {
    height: 90px;
    width: 90px;
    position: relative;
    display: inline-block;
}

.s1-ico .s1-ico-a div {
    height: 44px;
    width: 44px;
    float: left;
    margin: 23px;
}

.s1-ico .s1-ico-a img {
    max-width: 100%;
    max-height: 100%;
    transition: 600ms;
}

.s1-ico span {
    position: absolute;
    height: 17px;
    width: 17px;
    transition: 600ms;
}

.s1-ico .ico-lt {
    border-left: 1px solid #269FD1;
    border-top: 1px solid #269FD1;
    left: 5px;
    top: 5px;
}

.s1-ico .ico-lb {
    border-left: 1px solid #269FD1;
    border-bottom: 1px solid #269FD1;
    left: 5px;
    bottom: 5px;
}

.s1-ico .ico-rt {
    border-right: 1px solid #269FD1;
    border-top: 1px solid #269FD1;
    right: 5px;
    top: 5px;
}

.s1-ico .ico-rb {
    border-right: 1px solid #269FD1;
    border-bottom: 1px solid #269FD1;
    right: 5px;
    bottom: 5px;
}

.s1-ico:hover .ico-lt {
    left: 0;
    top: 0;
}

.s1-ico:hover .ico-lb {
    left: 0;
    bottom: 0;
}

.s1-ico:hover .ico-rt {
    right: 0;
    top: 0;
}

.s1-ico:hover .ico-rb {
    right: 0;
    bottom: 0;
}

.s1-ico:hover .s1-ico-a div img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.s1-ico h4 {
    margin: 26px 0;
}

.s1-ico h4 a {
    color: #333;
    font-weight: bold;
}

.s1-ico p {
    color: #787878;
}

.section2 {
    position: relative;
    padding: 80px 0;
    background: #003cb4;
}

.section2 h3 {
    line-height: 1.2;
    font-size: 24px;
    color: #FFF;
    margin: 10px 0;
}

.section2 h1 {
    line-height: 1;
    font-size: 44px;
    margin: 0;
    color: #FFF;
}

.section2 p {
    line-height: 1.2;
    font-size: 33px;
    padding: 15px 0 15px 20px;
    margin: 0;
    color: #FFF;
}

.section2 a {
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    background: #24A3D8;
    color: #FFF;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .section2 {
        text-align: center;
    }

    .section2 h1 {
        float: none;
        text-align: center;
        margin: 0;
    }

    .section2 p {
        float: none;
        margin: 0 auto;
        border: none;
        font-size: 14px;
    }

    .section2 a {
        float: none;
        margin: 30px auto 0;
        display: inline-block;
    }
}

.index-title {
    padding: 50px 0;
    text-align: center;
}

.index-title h1 a {
    color: #121212;
    text-decoration: none;
}

/* .index-title h1:after {
	content: "";
	display: block;
	margin: 30px auto 0;
	height: 4px;
	background: #24A3D8;
	width: 2em;
} */
.section3 {
    padding: 147px 0 122px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.section3 h1 {
    margin: 0;
    color: #fff;
    font-size: 42px;
}

.section4 {
    padding: 50px 0 50px;
    background: #F2F2F5;
}

/* 滚动图片 */
#owl-demo .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 50px 0;
}

#owl-demo .owl-item {
    float: left;
    padding: 0px 74px;
    position: relative;
    text-align: left;
}

/* Styling Pagination*/
#owl-demo .owl-controls {
    margin-top: 20px;
    text-align: center;
}

#owl-demo .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}

#owl-demo .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-demo .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: #42A4FF;
}

#owl-demo .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#owl-demo .owl-buttons {
    display: none;
}

.section5 {
    padding: 50px 0;
}

/* 滚动图片 */
#owl-demo2 {
    position: relative;
    padding: 0 30px;
}

#owl-demo2 .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px 0;
}

#owl-demo2 .owl-item {
    float: left;
    padding: 0px 30px;
    overflow: hidden;
    text-align: center;
}

/* Styling Pagination*/
#owl-demo2 .owl-buttons {
    display: block;
}

#owl-demo2 .owl-buttons .owl-prev, #owl-demo2 .owl-buttons .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
    height: 48px;
    width: 25px;
    background: url(../images/owl-left_2.png) center center no-repeat;
    text-indent: -9999999px;
}

#owl-demo2 .owl-buttons .owl-next {
    left: auto;
    right: 0;
    background: url(../images/owl-right_2.png) center center no-repeat;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #owl-demo2 {
        position: relative;
        padding: 0 10px;
    }
}

.s5-item {
    padding: 30px;
    border: 1px solid #ECECEC;
}

.s5-item .s5-img {
    position: relative;
}

.s5-item .s5-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    border-top: 1px solid #ECECEC;
}

.s5-item .s5-img a {
    display: block;
    overflow: hidden;
    height: 113px;
    width: 113px;
    margin: 0 auto 20px;
    border: 20px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s5-item .s5-img a img {
    height: 73px;
    width: 73px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s5-item .s5-text {
    text-align: left;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.s5-item .s5-title {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.s5-item .s5-title a {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.s5-item .s5-subtitle {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.section6 {
    padding: 42px 0 77px;
    background: #F9F9F9;
}

.section6 .index-title {
    padding: 0;
}

.section6 [class*="col-"] {
    margin: 10px 0;
}

.section6 img {
    width: 100%;
    height: auto
}

.foot {
    padding: 40px 0;
    background: #323946;
    color: #FFF;
}

.foot [class*="col-"] {
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .foot [class*="col-"] {
        float: left;
        width: 50%;
    }
}

.foot1 p {
    margin: 40px 0;
}

.foot1 span {
    float: left;
    display: block;
    line-height: 28px;
    margin-right: 10px;
}

.foot1 li {
    float: left;
    font-size: 18px;
    color: rgb(66, 164, 255);
    padding: 0 4px;
}

.foot1 li a {
    color: #474747;
    font-weight: normal;
    font-size: 14px;
    background: #DFDFDF;
    display: block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.foot1 li a:hover {
    text-decoration: none;
    background: #24A3D8;
    color: #FFF;
}

.foot h3 {
    line-height: 40px;
    border-bottom: 1px solid #616873;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.foot2 li {
    line-height: 40px;
}

.foot2 li a {
    color: #888C94;
    font-size: 14px;
}

.foot2 li a:hover {
    color: #DDD;
}

.foot3 li {
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    vertical-align: middle;
}

.foot3 li span {
    font-size: 1.5em;
    color: #44BEF1;
    margin-right: 10px;
    vertical-align: middle;
}

.foot4 p {
    line-height: 40px;
}

.copyright {
    text-align: center;
    padding: 13px 0;
    line-height: 24px;
    color: #FFF;
    background: #282E3A;
    box-sizing: content-box;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    color: #FFF;
}

.copyright a {
    font-size: 14px;
    color: #FFF;
}

.copyright span {
    padding: 0 .5em;
}

.banner2 {
    margin-top: 100px;
    padding: 147px 0 122px;
    text-align: left;
    color: #FFF;
}

.banner2 h1 {
    font-size: 46px;
    font-weight: bold;
    margin: 20px 0;
}

.banner2 p {
    font-size: 48px;
}

.mianbao {
    line-height: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
    color: #0BA2E7;
    font-size: 14px;
}

.mianbao a {
    margin: 0 10px;
    color: #666;
}

.box2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.box3 {
    padding: 60px;
}

.title20 {
    margin-bottom: 20px;
}

.list-pic20 {
    background: #FAFAFA;
    margin: 10px 0;
    padding: 10px 10px 30px;
    text-align: center;
}

.list-pic20 h3 {
    height: 26px;
    line-height: 26px;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-pic20 h3 a {
    color: #333;
}

.list-pic20 p {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-pic20 span {
    height: 20px;
    line-height: 20px;
    color: #FF7200;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.right2 {

}

.right2 h2 {
    font-size: 26px;
}

.right2 ul {
    padding: 0;
}

.right2 ul li {
    border-bottom: 1px solid #EEE;
}

.right2 ul li a {
    display: block;
    padding-left: 25px;
    line-height: 50px;
    background: url(../images/dian1_2.png) 5px center no-repeat;
    color: #787878;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.right2 ul li a:hover, .right2 ul li a.on {
    color: #24A3D8
}

.right3 {
    padding: 30px 0;
}

.right3 dl {

}

.right3 a.img-auto {
    float: left;
    height: 63px;
    width: 63px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.right3 dt {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 0 0 3px;
    font-weight: normal;
}

.right3 dt a {
    color: #666;
}

.right3 dd {
    line-height: 20px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.right4 {
    background: #24A3D8;
    padding: 15px 30px 30px;
    color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.right4 p {
    margin: 20px 0 30px;
}

.right4 a {
    display: block;
    float: left;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    transition: 600ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.right4 a:hover {
    background: #286090;
    color: #FFF;
    border-color: #24A3D8;
}

.nav-search2 {
    float: right;
    line-height: 50px;
    height: 50px;
    color: #FFF;
    font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .nav-search2 {
        float: left;
    }
}

.container2 {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.services .row .thumbnail {
    position: relative;
    padding: 16px;
    height: 150px;
    margin-bottom: 40px;
    border: 1px solid #ababab;
    border-radius: 0;
}

.services .row .thumbnail a > img {
    width: 41px;
    height: 37px;
    margin-bottom: 10px;
}

.services .thumbnail .caption {
    padding: 0;
    color: #4c4948;
}

.services .thumbnail .title-wrapper {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
}

.services .thumbnail .title-wrapper .title {
    width: 150px;
    padding: 0;
    margin: auto;
}

.services .thumbnail .title-wrapper .title .content {
    padding: 0px 5px;
    background: #00afcc;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    width: 94px;
    vertical-align: top;
    letter-spacing: normal;
}

.services .thumbnail .title .arrow {
    display: inline-block;
    height: 28px;
}

.services .thumbnail .title .left {
    float: left;
    border: 14px solid transparent;
    border-right-color: #00afcc;
}

.services .thumbnail .title .right {
    float: right;
    border: 14px solid transparent;
    border-left-color: #00afcc;
}

.products .product-item {
    width: 100%;
    min-height: 220px;
    /*     margin: 50px; */
    background: #fff;
    border-radius: 25px;
    border: 1px solid #aaa;
}

.privilege {
    width: 148px;
    height: 126px;
    position: absolute;
    left: 35px;
    top: -45px;
    background: url(../images/privilege.png);
}

.flag {
    height: 116px;
    width: 120px;
    margin-right: 25px;
    line-height: 85px;
    position: absolute;
    right: 75px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: url(../images/flag.png);
}

.descrip {
    height: 116px;
    line-height: 85px;
    font-size: 20px;
    text-align: center;
}

.products .product-item .content {
    padding: 8px 10px;
    border-left: 10px solid #00afcc;
    min-height: 85px;
    font-size: 16px;
}

.products .product-item p {
    margin: 0 0 5px;
    font-size: 20px;
}

.products .product-item .btn {
    position: absolute;
    right: 100px;
    bottom: 15px;
    border: 1px solid #00afcc;
    color: #00afcc;
    border-radius: 10px;
}

.products .product-item .btn:hover {
    color: #fff;
    border: 1px solid #00afcc;
    background: #00afcc;
}

.products .product-item .btn:active {
    color: #fff;
    border: 1px solid #0299b2;
    background: #0299b2;
}

/*
.products li {
	background: white;
}
.products li i{
	float: right;
    width: 17px;
    height: 17px;
    background: url(../images/mark.png);
}

.products li i.active{
    background: url(../images/mark-active.png);
}

.products li .arrow {
	width: 50%;
	display: inline-block;
	height: 28px;
	float: left;
	color: #fff;
	box-sizing: border-box;
}

.products li .arrow>div {
	text-align: center;
	font-size: 20px;
	padding: 2px 8px;
}

.products li .arrow-left {
	background: #00afcc;
}

.products li .arrow-right {
	background: #d70b30;
}

.products li .arrow:before {
	content: "";
	position: absolute;
	display: inline-block;
	border: 14px solid transparent;
}

.products li .arrow-left:before {
	border-right-color: #00afcc;
	left: 2px;
}

.products li .arrow-right:before {
	border-left-color: #d70b30;
	right: 2px;
}

.products li.odd {
	background: #fff;
}

.products li.even {
	background: #eeefef;
}

.products li.odd,.products li.even {
	padding: 8px;
	font-size: 18px;
	border: 1px solid #ababab;
	border-top: none;
}

 */
.aboutus {
    text-align: center;
}

.aboutus-header {
    color: #4c4948;
}

.aboutus-header h1 {
    font-size: 48px;
    margin: 0;
}

.aboutus .content {
    margin: 60px 0 73px;
}

.aboutus .content .item {
    position: relative;
    margin: 30px auto;
    width: 110px;
    height: 110px;
    color: #0ea4bf;
}

.aboutus .content .text {
    font-size: 18px;
    color: #0ea4bf;
}

.aboutus .content .sideline {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #0ea4bf;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.aboutus .content .count {
    height: 56px;
}

.aboutus .content .count .num {
    margin: auto;
    font-size: 33px;
    padding: 13px 0;
}

.aboutus p {
    font-size: 18px;
    color: #4c4948;
}

.course {
    padding: 56px 0 88px;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.course .content {
    margin-top: 38px;
}

.course p {
    font-size: 14px;
}

.course-button-links {
    margin-top: 63px;
}

.btn-primary {
    background-color: #98bf3a;
    border-color: #98bf3a;
    padding: 10px 33px;
    border-radius: 4px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #98bf3a;
    border-color: #98bf3a;
}

.contractus {
    padding: 66px 0 126px;
    text-align: center;
}

.contractus .contractus-header {
    color: #4c4948;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}

.contractus .thumbnail {
    padding: 40px 20px;
    height: 250px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
}

.contractus .thumbnail h4 {
    font-size: 24px;
    color: #00afcc;
}

.contractus .thumbnail .separator {
    height: 1px;
    margin: 17px 0;
    background: #9fa0a0;
}

.contractus .thumbnail p {
    margin-bottom: 0;
    font-size: 18px;
}

.contractus .thumbnail a > img {
    width: auto;
}

#mod-help {
    text-align: center;
    font-size: 18px;
    color: #9d9d9d;
    background: #14263e;
}

#mod-help .mod-help-column-section-anchor {
    right: 0;
    cursor: default;
    display: none;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    z-index: 10;
}

#mod-help .separator {
    height: 1px;
    margin-bottom: 15px;
    background: #575e68;
}

.mod-help-column-section-title {
    font-size: 22px;
    margin-top: 10px;
    font-weight: bold;
}

.mod-help-column-section-list {
    padding-left: 0;
}

.mod-help-column-section-list .mod-help-column-section-item {
    line-height: 30px;
    font-size: 20px;
}

.mod-help-column-section-item a {
    color: #9d9d9d;
    font-size: 22px;
    line-height: 30px;
}

.mod-help-column-section-item img {
    margin-right: 10px;
}

.copyRight {
    text-align: center;
    margin: 0;
    padding: 43px;
    border-top: 1px solid #5d626c;
    line-height: 22px;
}

.league .thumbnail {
    border: none;
    text-align: center;
}

.league .thumbnail a > img {
    width: 48px;
    height: 48px;
}

.about-us .banner2 h1 {
    margin: 0;
}

.about-us .banner2 p {
    margin: 20px;
}

.about-us.box2 p {
    font-size: 20px;
    color: #5a5757;
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.idea h4 {
    margin: 20px 0;
}

.box3 {
    padding: 50px 0;
}

.framework {
    color: #fff;
}

.framework .separator {
    width: 50px;
    height: 2px;
    background: white;
    margin: 10px 0;
}

.framework h3 {
    margin: 10px 0;
}

.aboutus-title {
    color: #000;
    margin-bottom: 20px;
}

.aboutus-title .spilt {
    height: 3px;
    width: 100px;
    background: url(../images/bar.png)
}

.box3 #owl-demo .owl-item {
    padding: 0 20px;
}

.story-item {
    text-align: center;
    height: 230px;
    border: 3px solid #ece7f5;
    padding: 20px 15px;
}

.story-item:hover {
    background: #fff;
}

.story-item a > img {
    margin: auto;
    width: auto;
    display: block;
    box-shadow: none;
}

.partner-item {
    margin: 15px 0;
}

.partner-item .icon-logo {
    margin: auto;
    display: block;
    width: 100%;
}

.service .content {
    padding: 80px 0;
}

.service .content h2 {
    margin: 25px 0;
    font-weight: bold;
}

.service .content p {
    font-size: 48px;
}

.service-top p {
    font-size: 48px;
}

.catalog {
    position: relative;
    min-height: 500px;
    padding: 50px 0;
}

.content.right {
    float: right;
}

.content.right h2 {
    text-align: right;
}

.catalog .litpic {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-position: center;
    background-size: cover;
}

.catalog .litpic.right {
    left: 0;
    right: 50%;
}

.info_reis p {
    font-size: 18px;
}

.catalog .content h2 {
    margin: 25px 0;
    font-weight: bold;
}

.catalog .content p {
    font-size: 24px;
}

.product-list {
    padding: 30px 0;
}

.product-list .content {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.product-list .content h3, .product-list .content p {
    display: inline-block;
    margin: 0;
}

.product-list .content .right {
    float: right;
}

.product-list .split {
    margin: 15px 0;
    height: 1px;
    background: #ddd;
}

.product-list .product-image {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
}

.news-list hr {
    margin-top: 10px;
}

.news-image {
    width: 100%;
    height: 223px;
    background-position: center;
    background-size: cover;
}

#product table td {
    position: relative;
    vertical-align: middle;
}

#product .cart {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    background: url(../images/cart.png)
}

.container {
    position: relative;
}

.arrow-icon {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 0;
    left: 50%;
    margin-left: -20px;
    border-width: 20px 20px 0;
    border-top-color: #003cb4;
}

.advantage-list > a {
    outline: none;
}

.advantage-list > a:first-child .ad-split {
    display: none;
}

.advantage-list .ad-split {
    background: #9fa0a0;
    height: 100px;
    position: absolute;
    float: left;
    width: 1px;
    top: 90px;
    left: 0;
}

.advantage {
    position: relative;
    width: 250px;
    height: 200px;
    display: inline-block;
    padding: 20px;
    vertical-align: bottom;
}

.advantage .item-icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.advantage .title {
    color: #003cb4;
    font-size: 33px;
    margin: 10px 0 10px;
    font-size: 24px;
}

.advantage p {
    font-size: 16px;
    color: #403d3c;
    margin: 0;
    line-height: 20px;
}

.reason p {
    color: #85c041;
    font-size: 38px;
}

.reason h3 {
    font-size: 25px;
}

.reason-item {
    position: relative;
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.reason-item .name {
    position: absolute;
    width: 100%;
    vertical-align: middle;
    bottom: 36px;
    font-size: 30px;
    color: #fff;
}

.coper p {
    font-size: 16px;
    line-height: 22px;
    color: #403d3c;
}

.news-container p {
    font-size: 48px;
}

.reason-wapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.reason-wapper .reason-title {
    color: #85c041;
    font-size: 24px;
    margin: 5px;
}

.reason-wapper .reason-descrip {
    font-size: 26px;
    color: #fff;
}

@media (max-width: 768px) {
    .reason-wapper {
        bottom: 5px;
    }

    .reason-wapper .reason-title {
        font-size: 16px;
    }

    .reason-wapper .reason-descrip {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .reason-wapper {
        bottom: 4px;
    }

    .reason-wapper .reason-title {
        font-size: 20px;;
        margin: 5px;
    }

    .reason-wapper .reason-descrip {
        font-size: 25px;
    }
}

.index-title.domain p {
    font-size: 20px;
    color: #233daf
}