*, *: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: #0267b5
}

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-120 {
    padding-bottom: 120%
}

.rect-87 {
    padding-bottom: 87.74%
}

.rect-75 {
    padding-bottom: 75%
}

.rect-65 {
    padding-bottom: 65%
}

.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: 1200px;
    margin-left: auto;
    margin-right: auto
}

.page-title {
    text-align: center;
    padding-bottom: 2.22388%;
    color: #727171;
    position: relative;
}

.page-title .en {
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-title .em {
    font-style: normal;
    color: #0267b5;
}

.page-title .cn {
    font-size: 14px;
}

.home-more {
    margin-top: 2.22388%;
}

.home-more a {
    display: inline-block;
    width: 160px;
    line-height: 38px;
    color: #0267b5;
    border: 1px solid;
    text-align: center;
}

.home-more a:hover {
    color: #fff;
    background: #0267b5;
    border-color: #0267b5
}

.header {
    width: 100%;
    position: relative;
}

.header .container {
    position: relative
}

.header .box {
    vertical-align: middle
}

.header .top-bg {
    padding: 1% 0;
    background: #0267b5;
    color: #dededd;
}

.header .item {
    margin-right: 20px;
}

.header .ico {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 999px;
    border: solid 1px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-right: 3px;
}

.header .navbar-box {
    padding: 0;
}

.navbar-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -17px;
    background: #0267b5;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    display: none;
}

.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: 98%
}

.nav-justify .list>a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #060505;
    z-index: 2;
    text-align: center;
    line-height: 22px;
    padding: 25px 10px;
}

.nav-justify .list>a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background: #0267b5;
    z-index: -1;
}

.nav-justify .list>a:hover {
    color: #0267b5
}

.nav-justify .list>a:hover:before {
    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: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 20px
}

.lang li .cn {
    background: transparent;
}

.lang li .en {
    background: transparent;
}

.search-btn {
    width: 32px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    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: #0267b5
}

.home-cate {
    text-align: center;
    font-size: 0;
}

.home-cate .cate-item {
    margin: 0 10px;
}

.home-cate .link {
    font-size: 14px;
    border: solid 1px #c3c3c3;
    border-radius: 999px;
    padding: 5px 15px;
}

.home-cate .link:hover {
    color: #fff;
    border: solid 1px #0267b5;
    background: #0267b5;
}

.home-product {
    padding: 0;
}

.home-product .list-box {
    padding: 3.22388% 0 100px
}

.product-title {
    text-align: center;
    color: #fff;
    padding-bottom: 3.22388%
}

.product-title .en {
    font-size: 23px;
    text-transform: uppercase
}

.home-product .item {
    background: #fff;
}

.home-product .item a {
    position: relative;
    display: block;
    color: #fff;
    margin: 0 15px;
}

.home-product .item a .bg {
    text-align: center;
    background: #0267b5;
    overflow: hidden;
    padding: 15px 0;
}

.home-product .item a .ico {
    border-bottom: solid 1px #fff;
    display: inline-block;
    width: 20px;
}

.home-product .item a .bg .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.home-product .item a .pic {
    border: solid 1px #e3e3e3;
}

.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;
    font-size: 14px;
}

.home-product .item a .en {
    font-size: 12px;
}

.home-product .item a:hover {
    color: #fff;
}

.home-product .item a:hover .bg, .home-product .item a:active .bg {
    background: #0267b5;
}

.home-product .item a:hover img, .home-product .item a:active img {
    transform: scale(1.1)
}

.home-product .item a:hover .ico, .home-product .item a:active .ico {
    width: 60px;
}

.home-product .home-more {
    text-align: center;
}

.home-product .more:hover {
    background: #0267b5;
    color: #fff;
}

.home-product .owl-controls {
    position: absolute;
    z-index: 99;
    bottom: -80px;
    width: 100%;
    text-align: center
}

.home-product .owl-prev, .home-product .owl-next {
    z-index: 10;
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    border: solid 2px #0267b5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0 4px;
}

.home-product .owl-prev:before, .home-product .owl-next:before {
    display: block;
    line-height: 40px;
    font-family: 'FontAwesome';
    color: #0267b5;
    font-size: 24px
}

.home-product .owl-prev:before {
    content: "\f053";
}

.home-product .owl-next:before {
    content: "\f054";
}

.home-product .owl-prev:hover, .home-product .owl-prev:active, .home-product .owl-prev:focus {
    background: #0267b5
}

.home-product .owl-next:hover, .home-product .owl-next:active, .home-product .owl-next:focus {
    background: #0267b5
}

.home-product .owl-prev:hover:before, .home-product .owl-prev:active:before, .home-product .owl-prev:focus:before {
    color: #fff;
}

.home-product .owl-next:hover:before, .home-product .owl-next:active:before, .home-product .owl-next:focus:before {
    color: #fff;
}

.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: center;
    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: #fff;
    padding: 3.22388% 0;
}

.home-about .bg {
    overflow: hidden;
    padding: 2.08333% 0;
    background: #fff url("../images/about-bg.jpg") 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.home-about .title {
    color: #0267b5;
    font-size: 24px;
}

.home-about .title .en {
    font-size: 28px;
}

.home-about .title .cn {
    color: #333;
}

.home-about .img {
    width: 47.25%
}

.home-about .img .link {
    margin-top: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #3e3a39;
}

.home-about .img .link:hover {
    background: #0267b5;
}

.home-about .text {
    position: relative;
    width: 50.75%
}

.home-about .desc {
    line-height: 2em;
    max-height: 30em;
    overflow: hidden;
    margin: 4.08333% 0;
    text-align: justify;
}

.home-news {
}

.home-news .bg {
    padding: 3.22388% 0;
    background: #7a7a7a url(../images/news-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.home-news .list-text, .home-news .list-img {
    width: 49%;
    background: #fff;
    height: 368px;
    padding: 20px 0;
}

.home-news .news-title, .home-news .list {
    padding: 0 36px;
}

.home-news .news-title .cn {
    color: #595757;
    font-size: 20px;
}

.home-news .news-title .en, .home-news .news-title .line {
    color: #c9caca;
    font-size: 20px;
}

.home-news .news-title .more a {
    color: #0267b5
}

.home-news .news-title .more .ico {
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background: #0267b5;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-left: 4px;
}

.home-news .list-text .list {
    padding-top: 18px;
}

.home-news .list-text .link {
    line-height: 18px;
    padding: 1% 0;
    display: block;
}

.home-news .list-text .link .title {
    width: 80%;
}

.home-news .list-text .link .time {
    color: #0267b5;
    font-size: 13px;
}

.home-news .list-img .pic {
    text-align: center;
    padding: 0 36px;
    max-height: 305px;
    overflow: hidden;
    margin-bottom: 5px;
}

.home-news .list-img .pic img {
    width: 100%;
}

.home-news .list-img .title {
    font-size: 18px;
}

.home-news .list-img .link {
    display: block;
}

.home-super {
    padding: 3.22388% 0;
    position: relative
}

.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: 124px;
    height: 124px;
    margin: 0 auto;
    border: solid 2px #727171;
    border-radius: 999px;
}

.super-list .item .ico .img {
    margin: 32px;
    overflow: hidden;
    height: 60px;
}

.super-list .item .text {
    display: table-cell;
    vertical-align: middle;
    color: #727171;
}

.super-list .item .title {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.super-list .item:hover {
    background: #f8f8f8;
}

.super-list .item:hover img {
    margin-top: -60px;
}

.super-list .item:hover .ico {
    background: #0267b5;
    border-color: #0267b5;
}

.super-list .item:hover .title {
    color: #0267b5;
}

.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: #0267b5
}

.news-list .list a:hover .title, .news-list .list a:hover .time {
    color: #fff
}

.info-list .list {
    border-top: 1px solid #eaeaea;
}

.info-list .list-item {
    border-bottom: 1px solid #eaeaea;
}

.info-list .link {
    display: block;
    padding: 10px 0;
}

.info-list .time {
    width: 7%;
    text-align: center;
    border-right: 1px solid #eaeaea;
    color: #b0b0b0;
    font-family: arial;
}

.info-list .text {
    padding-left: 1%;
    width: 90%;
}

.info-list .ico .fa {
    display: block;
    margin-top: 15px;
    line-height: 32px;
    width: 33px;
    height: 33px;
    border: solid 1px;
    border-radius: 666px;
    text-align: center;
    font-size: 20px;
    color: #d3d3d3;
}

.info-list .date {
    font-size: 30px;
    line-height: 40px;
    display: block;
}

.info-list .year {
    font-size: 14px;
    line-height: 20px;
}

.info-list .title {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    padding: 10px 0 5px;
}

.info-list .desc {
    font-size: 13px;
    color: #666;
}

.info-list .link:hover {
    background: #f7f7f7;
}

.info-list .link:hover .title, .info-list .link:hover .desc, .info-list .link:hover .ico .fa {
    color: #0267b5;
}

.product-list {
    width: 100%;
    font-size: 0;
}

.product-list .item {
    margin: 0 0 2.22388%;
    width: 22.5%;
}

.product-list .link {
    display: block;
    position: relative;
}

.product-list .pic {
    border: 1px solid #e6e6e6;
}

.product-list .title {
    padding: 15px;
    background: #f5f5f5;
    text-align: center;
}

.product-list .link:hover .title {
    background: #0267b5;
    color: #fff;
}

.product-list .link:hover img {
    transform: scale(1.1);
}

.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: #0267b5;
    border: solid 1px #0267b5
}

.img-list {
    width: 100%;
    font-size: 0;
}

.img-list .item {
    margin: 0 0 2.22388%;
    width: 22.5%;
}

.img-list .link {
    display: block;
    position: relative;
}

.img-list .pic {
    border: 1px solid #e6e6e6;
}

.img-list .title {
    padding: 15px;
    background: #f5f5f5;
    text-align: center;
}

.img-list .link:hover .title {
    background: #0267b5;
    color: #fff;
}

.img-list .link:hover img {
    transform: scale(1.1);
}

.crumbs {
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
    background: #f6f6f6;
}

.crumbs .box {
    vertical-align: middle
}

.cate-list {
    font-size: 0;
}

.cate-list .list-item {
    display: inline-block;
    margin-right: 36px;
}

.cate-list .list-item a {
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.cate-list .list-item a:after {
    position: absolute;
    width: 0;
    left: 0;
    bottom: -22px;
    content: "";
    border-bottom: solid 2px #0267b5;
}

.cate-list .list-item.active a {
    color: #0267b5
}

.cate-list .list-item.active a:after {
    width: 100%;
}

.content-body {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    line-height: 1.8
}

.content-title {
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    text-align: center;
}

.content-time {
    color: #666;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.content-box {
    margin-top: 2.5%;
}

.content-img {
    width: 46.3333%;
    border: solid 1px #e3e3e3;
    text-align: center;
}

.content-info {
    width: 50.3333%;
}

.video-btn {
    margin-bottom: 20px;
}

.video-btn a {
    width: 50%;
    display: inline-block;
    text-align: center;
    background: #0267b5;
    color: #fff;
    line-height: 36px;
}

.content-tips {
    padding: 10px 0;
    margin: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: solid 1px #e3e3e3;
}

.content-desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8
}

.content-desc table {
    margin: 15px 0;
    table-layout:fixed;
}

.content-desc table td, th {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid #f0f0f0;
    line-height: 1.2;
}

.content-desc table tr:nth-child(even) {
    background: #f6f6f6;
}

.info-title {
    display: block;
    font-size: 20px;
    padding: 14px 0 8px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #e3e3e3;
}

.info-img {
    max-width: 640px;
}

.info-desc {
    line-height: 1.5;
    color: #666;
}

.info-desc ul {
}

.info-desc ul li {
    list-style: none;
    margin-bottom: 5px;
}

.info-desc .fa {
    color: #0267b5;
    margin-right: 3px;
}

.info-contact {
    padding-top: 10px;
    margin: 15px 0;
    color: #666;
    font-size: 18px;
}

.info-contact li {
    padding: 5px 0;
}

.info-contact li .fa {
    color: #999;
    margin-right: 3px;
}

.info-contact a {
    color: #666;
}

.related {
    padding-top: 10px;
    color: #666;
    margin-top: 20px;
    border-top: solid 1px #ccc;
}

.related li {
    margin-bottom: 3px;
}

.related li a {
    color: #666;
}

.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 #0267b5;
    background: #0267b5
}

.contact-box {
    position: relative;
}

.contact-content {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(2, 103, 181, .90);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc0267b5, endcolorstr=#cc0267b5);
    width: 419px;
    height: 400px;
    padding: 55px 64px 42px 50px;
    color: #ffffff;
}

.contact-list .item {
    width: 32.5%;
    padding: 10px 0;
}

#map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 15px 0
}

#map li {
    list-style: 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: #0267b5;
    color: #fff
}

.footer {
    color: #a9a9a9;
    background: #262626;
}

.footer>.container {
    padding-top: 38px
}

.footer a {
    color: #a9a9a9
}

.footer a:hover {
    color: #fff
}

.footer .foot-link {
    width: 60%;
    padding-bottom: 30px
}

.footer .foot-qcode {
    width: 30.5%;
    padding-bottom: 30px
}

.footer .qcode {
    width: 32.5%;
    vertical-align: middle;
    text-align: center;
}

.footer .hotline {
    width: 63.5%;
    vertical-align: middle;
    font-size: 13px
}

.footer .hotline .num {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    padding: 6px 0;
    line-height: 20px
}

.footer .foot-dt a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: block;
    margin-bottom: 20px
}

.footer .foot-dd a {
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
    color: #a9a9a9;
    font-size: 13px
}

.footer .foot-dl a:hover {
    color: #fff
}

.footer .copyright {
    padding: 20px 0;
    background: #141414;
    color: #ddd
}

.footer .copyright a {
    color: #ddd
}

.footer .copyright .box {
    font-size: 13px !important
}

.footer .copyright a:hover {
    color: #01a9b4
}

.footer .other a {
}

.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: #0267b5
}

.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-xs {
        visibility: hidden;
        opacity: 0;
        display: none !important
    }

    .block {
        display: block
    }

    .page-title {
        padding-bottom: 30px;
    }

    .page-title .en {
        font-size: 20px
    }

    .product-title .en {
        font-size: 16px
    }

    .header {
        padding: 0;
        text-align: center
    }

    .header .navbar-box {
        padding: 2.56875% 15px;
    }

    .header .top-bg {
        padding: 2% 0;
    }

    .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: #0267b5;
        color: #fff
    }

    .top-bar {
        position: static;
        width: 100%;
    }

    .top-bg .box {
        width: 100% !important;
    }

    .lang {
        width: 100%;
        padding: 15px 0
    }

    .search-btn {
        display: none !important
    }

    .search {
        position: static;
        width: 100%;
        padding: 0;
        display: block
    }

    .search .form {
        width: 100%;
    }

    .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-news {
        padding: 0 0
    }

    .about-list .item {
        width: 33.333%;
        margin-right: 0;
    }

    .about-list .link {
        width: 100%;
    }

    .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 .desc {
        max-height: 9999em;
    }

    .home-about .title {
        font-size: 20px;
    }

    .home-about .title .en {
        font-size: 20px;
    }

    .home-about .bg {
        -webkit-background-size: contain;
        background-size: contain;
    }

    .news-list .list a .title {
        width: 70%;
    }

    .home-product .item a .title {
        font-size: 14px;
    }

    .home-product .item a {
        margin: 0 4px;
    }

    .home-news .list-text, .home-news .list-img {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .home-news .list-text {
        padding-bottom: 0;
    }

    .home-news .list-text .link .title {
        width: 70%;
    }

    .home-super, .home-apply {
        display: none
    }

    .sidebar {
        display: none
    }

    .home-about .desc {

        /* padding: 4.22388%; */
    }

    .home-cate .cate-item {
        margin: 0 2px 4px;
        width: 30.33%;
    }

    .product-list .item {
        margin: 0 0 2.22388%;
        width: 48.5%;
    }

    .info-title {
        margin-bottom: 0;
        font-size: 16px;
        text-align: center;
    }

    .info-contact {
        margin: 0;
        font-size: 14px;
    }

    .info-contact li {
        padding: 5px 0;
        border: solid 1px;
        border-radius: 3px;
        color: #999;
        text-align: center;
        margin: 3px 0;
    }

    .info-contact li a {
        color: #999;
    }

    .contact-content {
        position: static;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .contact-list .item {
        width: 100%;
    }

    .home-cate .link {
        display: block;
    }

    .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
    }

    .crumbs {
        border-bottom: 1px solid transparent;
        background: transparent;
        padding: 25px 0 0;
    }

    .crumbs .box {
        width: 100%;
    }

    .cate-list {
        text-align: center;
    }

    .cate-list .list-item {
        width: 32.5%;
        margin-right: 0;
        background: #f6f6f6;
        border: 2px solid #fff;
    }

    .cate-list .list-item a {
        display: block;
        padding: 5px 0;
        text-align: center;
        font-size: 14px;
    }

    .info-list .time {
        width: 20%;
    }

    .info-list .text {
        padding-left: 1%;
        width: 65%;
    }

}
