*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font: 14px/1.2 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #00458e
}

a:before, a:after, .trans {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s
}

input {
    border: 0;
    box-shadow: none;
    border-radius: 0
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.dib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0px;
    font-size: 0px
}

.justify:after {
    content: '';
    height: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden
}

.justify>* {
    text-align: left;
    font-size: 14px
}

.justify .box {
    display: inline-block;
    vertical-align: top
}

.center {
    text-align: center
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.rect-100 {
    padding-bottom: 100%
}

.rect-103 {
    padding-bottom: 103%
}

.rect-87 {
    padding-bottom: 87.74%
}

.rect-75 {
    padding-bottom: 75%
}

.rect-56 {
    padding-bottom: 56.25%
}

.rect-45 {
    padding-bottom: 44.68%
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: 0;
    background: #fff
}

.container {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto
}

.page-title {
    text-align: center;
    padding-bottom: 2.22388%
}

.page-title .en {
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    display: block;
    color: #00458e;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.page-title .en:after {
    position: absolute;
    content: "";
    border-bottom: solid 2px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}

.page-title .cn {
    font-size: 14px;
    color: #999;
}

.home-more {
    margin-top: 2.22388%;
    text-align: center
}

.home-more a {
    display: inline-block;
    width: 168px;
    line-height: 38px;
    border: 1px solid #c9cacb;
}

.home-more a:hover {
    color: #fff;
    background: #00458e;
    border-color: #00458e
}

.header {
    padding: 0.56875% 0;
    width: 100%;
    position: relative;
    background: url(../images/header.jpg) 50% 0 no-repeat;
}

.header .container {
    position: relative
}

.header .box {
    vertical-align: middle
}

.navbar-btn {
    width: 35px;
    height: 35px;
    float: right;
    background: #00458e;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    display: none;
    margin-top: 7px;
}

.navbar-btn:before {
    font-family: 'FontAwesome';
    color: #fff;
    content: "\f0c9";
    font-size: 24px
}

.navbar-btn.active:before {
    content: "\f00d"
}

.navbar-header {
    width: 19.36%
}

.navbar-header .logo {
    display: block
}

.navbar-collapse {
    width: 70%
}

.navbar-collapse .nav-justify {
    width: 65.25%
}

.nav-justify .list>a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #060505;
    z-index: 9999;
    text-align: center;
    line-height: 22px;
    height: 22px
}

.nav-justify .list>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    border-bottom: solid 1px #00458e;
    content: ""
}

.nav-justify .list>a:hover {
    color: #00458e
}

.nav-justify .list>a:hover:after {
    left: 0;
    width: 100%
}

.top-bar, .lang {
    font-size: 0
}

.top-bar {
    top: 50%;
    margin-top: -13px;
    right: 0;
    position: absolute
}

.lang li {
    font-size: 12px;
    vertical-align: middle !important;
    margin-right: 1px
}

.lang li a {
    width: 56px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 26px
}

.lang li .cn {
    background: #00458e
}

.lang li .en {
    background: #0d60b8
}

.search-btn {
    width: 32px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 26px;
    background: #858484;
    font-size: 14px;
    cursor: pointer
}

.search {
    position: absolute;
    width: 220px;
    right: 0;
    top: 100%;
    padding: 15px;
    background: #fff;
    display: none;
    z-index: 99999
}

.search .form {
    position: relative;
    max-width: 100%
}

.search .form-control {
    font-size: 13px;
    border: 1px solid #ccc;
    line-height: 30px;
    width: 160px;
    z-index: 4;
    box-sizing: border-box;
    padding: 0 0 0 5px
}

.search .form-control::-moz-placeholder {
    color: #a6a6a6;
    font-size: 13px;
    opacity: 1
}

.search .form-control:-ms-input-placeholder {
    color: #a6a6a6;
    font-size: 13px
}

.search .form-control::-webkit-input-placeholder {
    color: #a6a6a6;
    font-size: 13px
}

.search .form-control:focus::-moz-placeholder {
    color: transparent
}

.search .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.search .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.search .submit-btn {
    width: 30px;
    border: 0px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    color: #999;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0px
}

.banner {
    overflow: hidden
}

.banner img {
    z-index: 9;
    display: block;
    width: 100%;
    height: auto
}

.banner .owl-controls {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: -35px;
    text-align: center
}

.banner .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.banner .owl-controls .owl-page span {
    z-index: 999;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #cdcac7
}

.banner .owl-controls .owl-page.active span, .banner .owl-controls.clickable .owl-page:hover span {
    background: #00458e
}

.home-product {
    background: url(../images/line.jpg) 0 0 repeat-x;
    padding: 5.22388% 0;
}

.home-product .list-box {
    background: #595757;
    padding: 5.22388% 0
}

.product-title {
    text-align: center;
    color: #fff;
    padding-bottom: 3.22388%
}

.product-title .en {
    font-size: 23px;
    text-transform: uppercase
}

.home-product .item {
    width: 25%;
    border: solid 1px #cacaca;
    border-width: 0 1px 1px 0;
}

.home-product .item a {
    position: relative;
    display: block;
}

.home-product .item a .bg {
    width: 100%;
    height: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #00458e;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e000458e, endcolorstr=#e000458e);
    background: rgba(16, 45, 149, .9);
    overflow: hidden;
}

.home-product .item a .ico {
    position: absolute;
    right: 12.6315%;
    bottom: 7.5789%;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border-radius: 999px;
    border: solid 1px;
}

.home-product .item a .bg .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.home-product .item a .pic img {
    width: 100%;
}

.home-product .item a .bg .name {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.home-product .item a .title {
    position: relative;
    padding-bottom: 10px;
}

.home-product .item a .title:after {
    position: absolute;
    content: "";
    border-bottom: solid 2px #fff;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}

.home-product .item a:hover .bg, .home-product .item a:active .bg {
    height: 100%;
}

.home-product .more {
    text-align: center;
    display: block;
    width: 168px;
    margin: 2.22388% auto 0;
    color: #fff;
    border: solid 1px #fff;
    line-height: 38px
}

.home-product .more:hover {
    background: #00458e;
    color: #fff;
    border: solid 1px #00458e
}

.focus {
    max-height: 537px;
    overflow: hidden;
    position: relative;
}

.focus img {
    z-index: 9;
    display: block;
    width: 100%;
    height: auto
}

.focus .owl-controls {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 28px;
    margin-top: -28px;
    text-align: right;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0fffffff, endcolorstr=#0fffffff);
    background-color: rgba(255, 255, 255, .3)
}

.focus .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.focus .owl-controls .owl-page span {
    z-index: 999;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin: 9px 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#afffffff, endcolorstr=#afffffff);
    background-color: rgba(255, 255, 255, .8)
}

.focus .owl-controls .owl-page.active span, .focus .owl-controls.clickable .owl-page:hover span {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffffff, endcolorstr=#ffffffff);
    background-color: rgba(255, 255, 255, 1)
}

.home-about {
    background: #f5f7f8 url(../images/line.jpg) 0 0 repeat-x;
    padding: 3.22388% 0
}

.home-about .bg {
    overflow: hidden;
    padding: 2.08333%;
    background: #fff;
    box-shadow: 0 0 10px rgba(125, 125, 125, .3);
}

.home-about .img {
    width: 41.25%
}

.home-about .text {
    position: relative;
    width: 53.75%
}

.home-about .text:before {
    height: 150%;
    position: absolute;
    left: -30px;
    top: -30px;
    content: "";
    background: #f0f0f0;
    width: 3px;
}

.home-about .desc {
    line-height: 2em;
    max-height: 30em;
    overflow: hidden;
    margin-bottom: 4.08333%;
}

.about-list {
    width: 100%;
}

.about-list .item-box:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.about-list .item-box {
    width: 160px;
    height: 160px;
    background: #ddd;
    color: #fff;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
}

.about-list .item-box:hover {
    background: #00458e;
    margin-top: -10px;
}

.about-list .inner {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
}

.about-list .en {
    display: block;
    font-size: 13px;
}

.home-news {
    background: #f5f7f8;
    padding: 3.22388% 0;
}

.home-news .list {
    background: #fff;
}

.home-news .list-item {
    width: 33.3333%;
}

.home-news .link {
    display: block;
    border-right: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.home-news .inner {
    padding: 6.923%;
}

.home-news .link .time {
    color: #717171;
    font-size: 13px;
    border-bottom: solid 1px #00458e;
    padding-bottom: 3px;
    display: inline-block;
}

.home-news .link .pic {
    margin-top: 15px;
    position: relative;
    padding-left: 75px;
    height: 65px;
    overflow: hidden;
}

.home-news .link .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
}

.home-news .link .desc {
    margin-top: 15px;
    color: #a4a3a3;
    font-size: 13px;
    line-height: 18px;
    height: 72px;
    overflow: hidden
}

.home-apply {
    background: url(../images/line.jpg) 0 0 repeat-x;
    padding: 3.22388% 0;
    position: relative
}

.apply-list .item {
    width: 24.9999%;
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
}

.apply-list .item a {
    position: relative;
    display: block;
}

.apply-list .item a .bg {
    width: 100%;
    height: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    background: #00458e;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e000458e, endcolorstr=#e000458e);
    background: rgba(16, 45, 149, .9);
    overflow: hidden;
}

.apply-list .item a:hover .bg, .apply-list .item a:active .bg {
    width: 100%;
    height: 100%;
}

.apply-list .item a .pic img {
    width: 100%;
}

.apply-list .item a:hover .pic img, .apply-list .item a:active .pic img {
    transform: scale(1.1);
}

.apply-list .item a .bg .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 168px;
    height: 168px;    
    display: table;
    background: url(../images/logo-ss.png) 0 50% no-repeat;
}

.apply-list .item a .bg .text {
    display: table-cell;
    vertical-align: middle;
}


.apply-list .item a .cn {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 28px;
    letter-spacing: 4px;
    padding-left: 120px;
}



.apply-list .item a .en {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 50px;
}

.home-super {
    background: url(../images/line.jpg) 0 0 repeat-x;
    padding: 3.22388% 0;
    position: relative
}

.super-list .item {
    width: 18%;
    position: relative;
    cursor: pointer;
    border: solid 1px #e0e0e0;
}

.super-list .item .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 168px;
    height: 168px;
    display: table;
    text-align: center;    
    font-size: 28px;
}
.super-list .item .ico{
    overflow: hidden;
    height: 60px;
    margin-bottom: 10px;
}

.super-list .item .text {
    display: table-cell;
    vertical-align: middle;
}

.super-list .item .title {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
}

.super-list .item .title:after {
    position: absolute;
    content: "";
    border-bottom: solid 2px;
    width: 48px;
    left: 50%;
    margin-left: -24px;
    bottom: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s
}
.super-list .item:hover{
  background: #00458e;
}
.super-list .item:hover img {
    margin-top: -60px;
}
.super-list .inner:hover .title{
    color: #fff;
}
.super-list .inner:hover .title:after {
    width: 80px;
    margin-left: -40px;
}

.news-list {
    overflow: hidden;
    position: relative;
    margin: 50px 0
}

.news-list .list {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: solid 1px #dfdfdf;
    margin-bottom: 10px
}

.news-list .list a {
    line-height: 20px;
    padding: .75em 10px;
    display: block;
    position: relative;
    overflow: hidden
}

.news-list .list a .time {
    float: right;
    color: #8d8d8e
}

.news-list .list a .title {
    float: left;
    color: #8d8d8e
}

.news-list .list a:hover {
    background: #00458e
}

.news-list .list a:hover .title, .news-list .list a:hover .time {
    color: #fff
}

.prod-cate {
    text-align: center;
    padding: 50px 0 0
}

.prod-cate a {
    display: inline-block;
    line-height: 32px;
    padding: 0 25px;
    margin: 0 15px;
    border: solid 1px #cfcece
}

.prod-cate a:hover {
    color: #fff;
    background: #00458e;
    border: solid 1px #00458e
}

.img-list {
    overflow: hidden;
    margin-top: 35px;
    margin-left: -45px;
    margin-right: -45px
}

.img-list .item {
    float: left;
    width: 33.33%;
    margin-bottom: 50px;
    padding: 0 45px
}

.img-list .item a {
    display: block;
    font-size: 0;
    position: relative;
    border: solid 1px #ddd
}

.img-list .item a img {
    padding: 15px;
    width: 100%;
    height: auto
}

.img-list .item a .pic {
    height: 0;
    position: relative;
    padding-bottom: 91%;
    overflow: hidden
}

.img-list .item a .bg {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.img-list .item a:hover {
    border: solid 1px #00458e
}

.img-list .item a:hover .bg {
    height: 100%
}

.img-list .item a .title {
    position: absolute;
    width: 90%;
    margin-top: -15%;
    top: 50%;
    left: 5%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: none
}

.img-list .item a:hover .title {
    display: block
}

.img-list .item a .title span {
    font-size: 12px;
    display: inline-block;
    padding: 0 15px;
    border: solid 1px;
    margin-top: 25px
}

.crumbs {
    line-height: 36px;
    border-bottom: solid 1px #dfe0e0;
    margin-top: 1.22388%;
    font-size: 13px
}

.content-body {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    line-height: 1.8
}

.content-title {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 30px
}

.content-time {
    text-align: center;
    color: #999;
    padding: 5px 0;
    font-size: 12px
}

.detail {
    margin-top: 30px
}

.content-img {
    width: 33.333%;
    text-align: center
}

.content-img img {
    border: solid 1px #ddd
}

.content-info {
    width: 63.66666%
}

.info-title {
    font-size: 24px;
    font-weight: 600;
    color: #333
}

.info-other {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    line-height: 1.5
}

.info-share {
    height: 30px;
    margin: 15px 0 0;
    background: #f7f7f7
}

.page-more {
    line-height: 28px;
    display: block;
    overflow: hidden;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px
}

.page-more:hover, .page-more:active {
    color: #fff;
    border: 1px solid #00458e;
    background: #00458e
}

#dituContent {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin-bottom: 30px
}

#dituContent img {
    max-width: none
}

.page-list {
    text-align: center;
    margin: 0 0 30px;
    display: block
}

.page-list::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.page-list ul {
    border-radius: 4px;
    display: inline-block;
    vertical-align: bottom
}

.page-list ul li {
    background: #fff;
    border-right: none;
    border-radius: 0;
    float: left;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 18px;
    margin-right: 2px
}

.page-list ul li a {
    color: #333;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff
}

.page-list ul li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.page-list ul li:first-child {
    border-radius: 4px 0 0 4px
}

.page-list ul li:last-child {
    border-radius: 0 4px 4px 0
}

.page-list ul li.active {
    background: #00458e;
    color: #fff
}

.footer .foot-info {
    border-top: solid 10px #838281;
    background: #00458e;
    color: #a3b2cc;
    padding: 4.22388% 0
}

.footer .foot-info a {
    color: #a3b2cc
}

.footer .foot-info a:hover {
    color: #fff
}

.footer .foot-logo {
    width: 10.903%
}

.footer .foot-logo img {
    display: block;
    margin: 0 auto;
}

.footer .foot-contact {
    width: 20.96774%
}

.footer .foot-contact .title {
    font-size: 15px;
    margin-bottom: 20px
}

.footer .foot-contact .en {
    font-size: 12px;    
    display: block;
    text-transform: uppercase;
}

.footer .foot-item {
    width: 35.48387%;
    padding: 0 3%;
    border: solid 1px #838281;
    border-width: 0 1px;
}

.footer .foot-weixin {
    width: 20.8064%
}

.footer .foot-weixin img {
    margin: 0 auto;
    display: block;
}

.footer .foot-title {
    font-size: 14px;
    color: #dcdddd;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.footer .foot-title:after {
    position: absolute;
    content: "";
    border-bottom: solid 1px;
    width: 2em;
    left: 0;
    bottom: 0;
}

.footer .foot-list>li, .footer .address>li, .footer .foot-dl>dd {
    line-height: 1.8
}

.foot-dl {
    width: 88px;
}

.foot-dl>dd {
    display: inline-block;
    margin-right: 4px;
}

.footer .copyright {
    background: #00458e;
    padding: 20px 0;   
    text-align: center;
    color: #a3b2cc;
    border-top: solid 1px #393738;
}

.footer .copyright a {
    color: #a3b2cc
}

.footer .copyright a:hover {
    color: #fff
}

.sidebar {
    background: transparent;
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 200px;
    width: 40px
}

.sidebar dd {
    width: 40px;
    height: 38px;
    position: relative;
    margin-bottom: 1px
}

.sidebar a {
    color: #fff;
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    background: #737474
}

.sidebar a:hover {
    background: #00458e
}

.popover {
    position: absolute;
    right: 56px;
    bottom: -60px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    display: none;
    font-size: 12px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 56px;
    bottom: 288px;
    border-width: 11px
}

.popover>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.popover>.popover-content {
    min-width: 120px
}

@media screen and (max-width:1150px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .top-bar {
        right: 15px
    }

    .home-about .desc {
        line-height: 2em;
        max-height: 17em;
        overflow: hidden;
        margin-bottom: 4.08333%;
    }

    .about-list .item-box {
        width: 140px;
        height: 140px;
    }

    .about-list .inner {
        font-size: 28px;
    }

}

@media (max-width:992px) {
    .hidden {
        visibility: hidden;
        opacity: 0;
        display: none !important
    }

    .block {
        display: block
    }

    .page-title .en {
        font-size: 20px
    }

    .product-title .en {
        font-size: 16px
    }

    .header {
        padding: 15px 0;
        text-align: center
    }

    .header .container {
        position: static
    }

    .navbar-btn {
        display: block
    }

    .navbar-header {
        float: none;
        width: 100%
    }

    .navbar-header .logo {
        width: 50%
    }

    .navbar-header .logo img {
        display: block;
        margin: 0 auto
    }

    .navbar-collapse .nav-justify {
        width: 100%
    }

    .navbar-collapse.box {
        float: none;
        position: absolute;
        background: #fff;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 99999;
        display: none;
        padding-bottom: 15px
    }

    .nav-justify .list {
        display: block;
        text-align: center
    }

    .nav-justify .list>a {
        line-height: 1;
        height: auto;
        display: block;
        padding: 15px;
        text-align: center;
        border-bottom: solid 1px #ccc;
        text-align: left
    }

    .nav-justify .list>a:hover, .nav-justify .active>a {
        background: #00458e;
        color: #fff
    }

    .top-bar {
        position: static
    }

    .lang {
        width: 100%;
        padding: 15px 15px 10px
    }

    .search-btn {
        display: none !important
    }

    .search {
        position: static;
        width: 100%;
        padding: 0 15px 0;
        display: block
    }

    .search .form-control {
        width: calc(100% - 30px)
    }

    .banner .owl-controls {
        margin-top: -20px
    }

    .banner .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
        margin: 0 3px
    }

    .home-about, .home-product, .home-news, .home-super {
        padding: 7.22388% 0
    }

    .about-list .item {
        width: 33.333%;
    }

    .about-list .item-box {
        width: 110px;
        height: 110px;
    }

    .about-list .inner {
        font-size: 20px;
    }

    .apply-list .item {
        width: 50%;
    }

    .apply-list .item a .bg .inner {
        width: 148px;
        height: 148px;
    }

    .apply-list .item a .cn {
        font-size: 20px;
    }

    .img-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .img-list .item {
        margin-bottom: 25px;
        padding: 0 15px
    }

    .footer .foot-item {
        width: 20%
    }

    .footer .foot-weixin {
        width: 55.47761%
    }

    .footer .foot-contact {
        width: 100%
    }

}

@media (max-width:640px) {
    .home-about .img, .home-about .text, .content-img, .content-info {
        width: 100%
    }

    .home-about .text {
        padding-bottom: 15px
    }

    .home-about .text:after {
        border: solid 13px #28bf77;
        border-right: solid 13px transparent;
        border-bottom: solid 13px transparent
    }

    .home-product .item {
        width: 50%;
    }

    .home-news .list-item {
        width: 100%;
        margin-bottom: 4px;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 6.923%;
    }

    .home-news .link {
        display: block;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }

    .super-list .item {
        width: 50%
    }

    .footer .foot-logo {
        width: 100%;
    }

    .footer .foot-contact .title {
        text-align: center;
    }

    .footer .foot-weixin {
        width: 100%
    }

    .footer .address>li {
        text-align: center;
    }

    .sidebar {
        display: none
    }

    .home-about .desc {
        padding: 4.22388%;
    }

    .prod-cate {
        text-align: left;
        padding: 30px 0 0
    }

    .prod-cate a {
        text-align: center;
        width: 50%;
        display: inline-block;
        line-height: 28px;
        padding: 0;
        margin: 0 0 1px;
        background: #f0f0f0;
        border: solid 1px #fff
    }

    .img-list {
        margin-left: -6px;
        margin-right: -6px
    }

    .img-list .item {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 6px
    }

    .news-list {
        margin: 30px 0
    }

    .apply-inner .item {
        width: 50%
    }

}
