*,
*: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: #414141;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #414141
}

a:hover {
    color: #004098
}

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
}

.block {
    display: block
}

.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-93 {
    padding-bottom: 93%
}

.rect-87 {
    padding-bottom: 87.74%
}

.rect-75 {
    padding-bottom: 75%
}

.rect-68 {
    padding-bottom: 68%
}

.rect-64 {
    padding-bottom: 64%
}

.rect-56 {
    padding-bottom: 56.25%
}

.rect-51 {
    padding-bottom: 51%
}

.rect-43 {
    padding-bottom: 43.75%
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent
}

textarea.form-control {
    height: auto
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-primary {
    color: #fff;
    background-color: #004098
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: 0;
    background: #fff
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.list-dot {
    padding-bottom: 2%
}

.list-dot li {
    background: url("../images/dot.png") 0 3px no-repeat;
    padding: 0 0 5px 18px;
    line-height: 1.3
}

.list-dot.white li a {
    color: #fff
}

.list-dot.white li a .en {
    color: #b2b2b2
}

.page-title {
    text-align: center;
    padding-bottom: 2.22388%;
    overflow: hidden
}

.page-title .en {
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    display: inline-block;
    font-weight: bold
}

.page-title .en:before {
    position: absolute;
    content: "";
    border-bottom: solid 1px;
    width: 400%;
    top: 50%;
    left: -400%;
    margin-left: -15px
}

.page-title .en:after {
    position: absolute;
    content: "";
    border-bottom: solid 1px;
    width: 400%;
    top: 50%;
    right: -400%;
    margin-right: -15px
}

.page-title .cn {
    font-size: 36px;
    display: block
}

.home-more {
    margin-top: 2.22388%;
    text-align: left
}

.home-more a {
    display: inline-block;
    border-radius: 5px;
    line-height: 38px;
    background: #004098;
    color: #fff;
    text-align: center;
    padding: 0 30px
}

.home-more a:hover {
    color: #fff;
    background: #004098;
    opacity: .8
}

.header {
    width: 100%;
    position: static;
    background: #fff;
    z-index: 99999
}

.header .container {
    position: relative
}

.header .box {
    vertical-align: middle
}

.navbar-btn {
    width: 35px;
    height: 35px;
    background: #004098;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px
}

.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: 56.25%
}

.navbar-collapse .nav-justify {
    width: 85.25%
}

.nav-justify .list>a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 30px;
    padding: 25px 0
}

.nav-justify .list>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #004098;
    content: "";
    z-index: -1;
    border-radius: 999px
}

.nav-justify .list>a:hover {
    color: #004098
}

.nav-justify .list>a:hover:before {
    left: 0;
    width: 100%
}

.top-bar,
.lang {
    font-size: 0
}

.top-bar {
    top: 50%;
    margin-top: -9px;
    right: 0;
    position: absolute
}

.lang li {
    font-size: 12px;
    vertical-align: middle !important
}

.lang li:first-child {
    margin-right: 10px
}

.lang li a {
    text-align: center;
    display: inline-block
}

.lang li .cn {
    background: transparent
}

.lang li .en {
    background: transparent
}

.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-in {
    background: #0071A4;
    position: relative
}

.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;
    border: solid 2px #fff;
    background: transparent
}

.banner .owl-controls .owl-page.active span,
.banner .owl-controls.clickable .owl-page:hover span {
    border: solid 2px #004098;
    background: #004098
}

.home-cate {
    border-bottom: solid 1px #e5e5e5;
    padding: 25px 0
}

.home-cate>.box {
    vertical-align: middle
}

.home-cate .cate-title {
    width: 30%;
    font-size: 24px
}

.home-cate .cate-title.en {
    width: 20%
}

.home-cate .cate-title .blue {
    color: #006ebc
}

.home-cate .cate-item {
    width: 65%;
    text-align: right
}

.home-cate .cate-item.en {
    width: 75%
}

.home-cate .link {
    display: inline-block;
    position: relative;
    padding: 5px 20px
}

.home-cate .cate-item.en .link {
    padding: 5px 10px
}

.home-cate .link:after {
    display: block;
    position: absolute;
    content: "";
    border-right: solid 1px #cccccc;
    right: 0;
    top: 15%;
    height: 70%
}

.home-cate .link:last-child:after {
    display: none
}

.home-cate .link:hover {
    color: #fff;
    background: #004098
}

.home-product {
    padding: 0 0 3%
}

.product-list.inner {
    margin-top: 50px
}

.product-list .item {
    width: 23.5%;
    margin-bottom: 1.5%
}

.product-list .item a {
    position: relative;
    display: block
}

.product-list .item a .pic {
    border: solid 1px #cbcbcb;
    margin-bottom: 10px
}

.product-list .item a .pic img {
    width: 100%
}

.product-list .item a .name {
    border: solid 1px #cbcbcb;
    border-right: 0;
    position: relative;
    width: 70%;
    line-height: 38px
}

.product-list .item a .title {
    padding-left: 15px
}

.product-list .item a:hover {}

.product-list .item a:hover img,
.product-list .item a:active img {
    transform: scale(1.1)
}

.product-list .item a .more {
    text-align: center;
    width: 30%;
    font-size: 13px;
    background: #233d87;
    color: #fff;
    line-height: 38px
}

.product-list .item a:hover .more {}

.scroll {
    position: relative;
    margin: 30px 0;
}

.scroll .product-list {
    margin: 0 -15px;
}

.scroll .product-list .item {
    width: auto;
    margin: 0 15px;
}

.scroll .owl-controls {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.scroll .owl-buttons {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.scroll .owl-prev,
.scroll .owl-next {
    z-index: 10;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 87px;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

}

.scroll .owl-prev:before,
.scroll .owl-next:before {
    display: block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 28px
}

.scroll .owl-prev:before {
    content: "\f053"
}

.scroll .owl-next:before {
    content: "\f054"
}

.scroll .owl-prev:hover,
.scroll .owl-prev:active,
.scroll .owl-prev:focus {
    background: #233d87
}

.scroll .owl-next:hover,
.scroll .owl-next:active,
.scroll .owl-next:focus {
    background: #233d87
}

.scroll .owl-prev:hover:before,
.scroll .owl-prev:active:before,
.scroll .owl-prev:focus:before {
    color: #fff
}

.scroll .owl-next:hover:before,
.scroll .owl-next:active:before,
.scroll .owl-next:focus:before {
    color: #fff
}

.home-block .item {
    width: 50%;
    vertical-align: middle
}

.home-block .pic img {
    width: 100%
}

.home-block .text {
    padding: 0 10.5%;
    line-height: 1.8
}

.home-block .text.white {
    color: #fff
}

.home-block .title {
    font-size: 42px;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    line-height: 1;
    text-transform: uppercase
}

.home-block .subtitle {
    line-height: 1.2;
    font-size: 20px;
    opacity: .8;
    padding: 3% 0 0
}

.home-about {
    padding: 5% 0
}

.home-about .bg {
    overflow: hidden;
    background: #f8f8f8
}

.home-about .img {
    width: 49.25%
}

.home-about .text {
    position: relative;
    width: 47.75%
}

.home-about .title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 4%
}

.home-about .desc {
    line-height: 2em;
    max-height: 30em;
    overflow: hidden;
    margin: 2.08333% 1.08333% 2.08333% 0
}

.focus {
    max-height: 765px;
    overflow: hidden;
    position: relative
}

.focus img {
    z-index: 9;
    display: block;
    width: 100%;
    height: auto
}

.focus .item {
    width: 100%
}

.focus .owl-controls {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 28px;
    margin-top: -28px;
    text-align: right
}

.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:last-child {
    margin-right: 10px
}

.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-news {
    padding: 20% 0 2%;
    background: #fff url('../images/news-bg.jpg') 50% 0 no-repeat
}

.home-news .news-bg {
    width: 87.5%;
    padding: 2.6785%;
    margin: 0 auto 0;
    background: #fff
}

.news-list .list-item {
    width: 28.5%
}

.home-news .list-img {
    width: 23.25%
}

.home-news .list-img .link:hover img {
    transform: scale(1.1)
}

.home-news .list-text {
    width: 73.25%
}

.news-list.inner {
    margin: 50px 0
}

.news-list.inner .link {
    padding: 20px;
    border: solid 1px #e3e3e3
}

.news-list.inner .list-item {
    width: 30.5%;
    margin: 15px 0
}

.news-list.inner .link:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.news-list .link {
    display: block;
    position: relative;
    z-index: 2
}

.news-list .link .date {
    font-size: 32px;
    font-weight: bold
}

.news-list .link .text {
    padding: 48px 0;
    width: 100%
}

.news-list .link .title {
    font-size: 16px;
    color: #000
}

.news-list .desc {
    margin-top: 15px;
    color: #a3a3a3;
    font-size: 13px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    text-align: justify
}

.news-list .link:hover .desc,
.news-list .link:hover .title {
    color: #004098
}

.home-apply {
    position: relative
}

.home-apply .apply-bg {
    background: #fff url("../images/apply.jpg") 50% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 5% 0;
    color: #fff;
    margin-top: 2%
}

.home-apply .list {
    width: 60%
}

.home-apply .title {
    display: block;
    font-size: 42px
}

.home-apply .desc {
    padding: 5% 0 8%;
    line-height: 1.8;
    width: 85%
}

.apply-list.inner {
    margin: 50px 0 0
}

.apply-list .item {
    width: 32.5%;
    margin: 1% 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: #004098;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#0e004098, endcolorstr=#0e004098);
    background: rgba(235, 84, 5, .56);
    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%;
    transform: scale(1.1)
}

.apply-list .item a:hover .pic img,
.apply-list .item a:active .pic img {
    transform: scale(1.2)
}

.apply-list .item a .bg .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 168px;
    height: 168px;
    display: table
}

.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
}

.apply-list .item a .en {
    font-size: 12px;
    text-transform: uppercase
}

.home-super {
    background: url('../images/super-bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 5% 0;
    position: relative
}

.home-super .page-title {
    color: #fff
}

.super-list .item {
    width: 18%;
    position: relative;
    cursor: pointer
}

.super-list .item .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 90%;
    display: table;
    text-align: center
}

.super-list .item .ico {
    overflow: hidden;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.super-list .item .ico .img {
    overflow: hidden;
    height: 90px
}

.super-list .item .text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center
}

.super-list .item .title {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 20px
}

.super-list .item:hover {
    background: transparent
}

.super-list .item:hover img {}

.super-list .item:hover .ico {
    background: transparent;
    margin-top: -15px
}

.super-list .item:hover .title {
    color: #fff
}

.home-contact {
    padding: 5% 0;
    background: #292d32
}

.home-contact .page-title {
    color: #fff;
    padding-bottom: 36px
}

.home-contact .page-title .en {
    display: block
}

.home-contact .page-title .en:before {
    border-bottom: solid 1px transparent
}

.home-contact .page-title .en:after {
    border-bottom: solid 1px transparent
}

.home-contact .page-title .cn {
    display: inline-block;
    position: relative
}

.home-contact .page-title .cn:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    top: 100%;
    left: 50%;
    height: 36px;
    margin-left: -1px
}

.home-contact .desc {
    color: #fff;
    text-align: center;
    padding: 20px 0
}

.home-contact .form-group {
    width: 48.5%;
    margin: .5% 0;
    color: #626467
}

.home-contact .form-group.full {
    width: 100%
}

.home-contact .form-control {
    background: #43464a;
    color: #626467
}

.home-contact .form-submit {
    text-align: right
}

.home-contact .btn-primary {
    padding: 6px 48px
}

.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: #004098;
    border: solid 1px #004098
}

.img-list {
    overflow: hidden;
    margin-top: 35px;
    margin-left: -15px;
    margin-right: -15px
}

.img-list .item {
    float: left;
    width: 24.5%;
    margin-bottom: 50px;
    padding: 0 15px
}

.img-list .item a {
    display: block;
    font-size: 0;
    position: relative;
    border: solid 1px #ddd
}

.img-list .item a img {
    padding: 5px;
    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 #004098
}

.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
}

.down-list {
    overflow: hidden;
    position: relative;
    margin: 50px 0
}

.down-list .list {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: solid 1px #dfdfdf;
    margin-bottom: 10px
}

.down-list .list a {
    line-height: 20px;
    padding: .75em 10px;
    display: block;
    position: relative;
    overflow: hidden
}

.down-list .list a .time {
    float: right;
    color: #8d8d8e
}

.down-list .list a .title {
    float: left;
    color: #8d8d8e
}

.down-list .list a:hover {
    background: #a00005
}

.down-list .list a:hover .title,
.down-list .list a:hover .time {
    color: #fff
}

.crumbs {
    line-height: 36px;
    border-bottom: solid 1px #dfe0e0;
    margin-top: 1.22388%;
    font-size: 13px
}

.cate-bg {
    color: #fff;
    padding: 8% 0
}

.cate-bg .text {
    width: 40%
}

.cate-bg .en {
    font-size: 36px;
    text-transform: uppercase;
    display: block
}

.cate-bg .cn {
    font-size: 26px;
    display: block;
    text-transform: uppercase
}

.cate-bg .desc {
    font-size: 18px;
    position: relative;
    padding: 25px 0;
    margin-top: 20px;
    text-transform: uppercase
}

.cate-bg .desc:before {
    position: absolute;
    content: "";
    display: block;
    width: 2em;
    height: 2px;
    background: #fff;
    left: 0;
    top: 0
}

.content-body {
    position: relative;
    overflow: hidden;
    padding: 45px 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
}

.about-white {
    background: #f8f8f8
}

.about-blue {
    background: #005870;
    color: #fff
}

.about-dark {
    background: #232323;
    color: #fff
}

.detail {
    margin-top: 30px
}

.content-img {
    width: 33.333%;
    text-align: center
}

.content-img img {
    border: solid 1px #ddd;
    width: 100%
}

.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 #004098;
    background: #004098
}

#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: #004098;
    color: #fff
}

.footer .foot-info {
    background: #22252a;
    color: #929292;
    padding: 4.22388% 0
}

.footer .foot-info a {
    color: #929292
}

.footer .foot-info a:hover {
    color: #fff
}

.footer .foot-logo {
    width: 16.5%
}

.footer .foot-logo img {
    display: block;
    margin: 0 auto
}

.footer .foot-logo .desc {
    padding: 10px 0 0;
    text-align: center
}

.footer .foot-contact {
    width: 28.5%;
    text-transform: uppercase
}

.footer .foot-contact .title {
    font-size: 15px;
    margin-bottom: 20px
}

.footer .foot-contact .en {
    font-size: 18px;
    text-transform: uppercase
}

.footer .foot-contact .website {
    font-size: 18px;
    margin-top: 20px
}

.footer .foot-item {
    width: 14.5%
}

.footer .foot-weixin {
    width: 20%
}

.footer .foot-weixin .item {
    width: 47.5%;
}

.footer .foot-title {
    font-size: 18px;
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.footer .foot-list>li,
.footer .address>li,
.footer .foot-dl>dd {
    line-height: 1.8
}

.footer .foot-list>li {
    padding-left: 12px;
    background: url("../images/arr.png") 0 50% no-repeat
}

.foot-dl {
    width: 88px
}

.foot-dl>dd {
    display: inline-block;
    margin-right: 4px
}

.footer .copyright {
    background: #22252a;
    padding: 20px 0;
    text-align: center;
    color: #929292;
    border-top: solid 1px #2f2f2f
}

.footer .copyright a {
    color: #929292
}

.footer .copyright a:hover {
    color: #fff
}

.sidebar {
    background: transparent;
    position: fixed;
    z-index: 9999;
    right: 0px;
    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: #004098
}

.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%
    }

}

@media (max-width:992px) {
    .hidden {
        visibility: hidden;
        opacity: 0;
        display: none !important
    }

    .block {
        display: block
    }

    .page-title .cn {
        font-size: 28px
    }

    .product-title .en {
        font-size: 16px
    }

    .header {
        padding: 15px 0;
        text-align: center
    }

    .navbar-btn {
        display: block
    }

    .navbar-header {
        float: none;
        width: 100%
    }

    .navbar-header .logo {
        width: 50%
    }

    .navbar-header .logo img {
        display: block
    }

    .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;
        margin-top: 15px;
        border-top: solid 1px #ccc
    }

    .navbar-collapse.box:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .75)
    }

    .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: #004098;
        color: #fff
    }

    .top-bar {
        position: static
    }

    .lang {
        width: 100%;
        padding: 15px 15px 10px;
        margin-top: 5px
    }

    .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 .img {
        width: 100%
    }

    .home-about .text {
        width: 100%
    }

    .product-list .item {
        width: 48.5%
    }

    .home-news {
        padding: 10% 0 2%
    }

    .home-news .list-img {
        width: 100%
    }

    .home-news .list-img img {
        width: 100%
    }

    .home-news .list-text {
        width: 100%
    }

    .home-block .item {
        width: 100%;
        vertical-align: middle
    }

    .home-block .text,
    .home-block .text.left {
        width: 100%;
        padding: 6%
    }

    .home-block .subtitle {
        font-size: 16px
    }

    .home-about .title {
        font-size: 28px
    }

    .flex-reverse {
        display: flex;
        flex-direction: column-reverse
    }

    .home-apply .text,
    .home-apply .list {
        width: 100%
    }

    .home-apply .title {
        font-size: 28px
    }

    .img-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .img-list .item {
        margin-bottom: 25px;
        padding: 0 15px
    }

}

@media (max-width:640px) {
    .page-title .cn {
        font-size: 28px
    }

    .page-title .en {
        font-size: 24px
    }

    .cate-bg {
        padding: 12% 0
    }

    .cate-bg .text {
        width: 100%
    }

    .cate-bg .en {
        font-size: 24px
    }

    .cate-bg .cn {
        font-size: 20px
    }

    .cate-bg .desc {
        font-size: 14px;
        padding: 15px 0;
        margin-top: 10px
    }

    .content-img,
    .content-info {
        width: 100%
    }

    .home-block .title {
        font-size: 24px
    }

    .home-block .desc {
        padding: 2% 0 3%
    }

    .home-about .img,
    .home-about .text {
        width: 100%
    }

    .home-about .desc {
        max-height: 999em
    }

    .home-about .title {
        font-size: 20px
    }

    .home-cate .cate-title {
        display: none
    }

    .home-cate .cate-item,
    .home-cate .cate-item.en {
        width: 100%;
        text-align: left
    }

    .home-cate .link {
        width: 48.5%;
        text-align: center;
        background: #f6f6f6;
        padding: 5px 10px;
        margin: 1px;
    }

    .home-cate .link:after {
        border-right: solid 1px transparent
    }

    .news-list .list-item {
        padding: 5% 0;
        width: 100%;
        border-bottom: solid 1px
    }

    .news-list .link .text {
        padding: 5% 0
    }

    .news-list.inner {
        margin: 30px 0
    }

    .news-list.inner .list-item {
        width: 100%;
        border: 0;
        padding: 0
    }

    .product-list.inner {
        margin-top: 30px
    }

    .scroll .product-list {
        margin: 0;
    }

    .scroll .owl-prev, .scroll .owl-next {
    	width: 30px;
    	height: 48px;
    }

    .scroll .owl-prev:before, .scroll .owl-next:before{
    	font-size: 20px;
    }


    .product-list .item a .pic {
        margin-bottom: 0;
    }

    .product-list .item a .name {
        border: none;
        width: 100%;
        text-align: center;
    }

    .product-list .item a .title {
        padding-left: 0;
        font-size: 14px;
    }

    .product-list .item a .more {
        width: 100%;
    }

    .apply-list.inner {
        margin: 30px 0 0
    }

    .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
    }


    .home-tech,
    .home-super,
    .home-apply,
    .home-contact {
        display: none
    }

    .footer .foot-logo {
        width: 100%
    }

    .footer .foot-item,
    .footer .foot-contact {
        width: 100%
    }

    .footer .foot-weixin {
        width: 100%
    }

    .footer .foot-title {
        font-size: 16px;
        margin: 10px 0;
        border-bottom: solid 1px #2f2f2f
    }

    .sidebar {
        display: none
    }

}