﻿@charset "utf-8";

/* CSS Document */

html,
body {
    /*font-family:'Microsoft Yahei','Helvetica Neue',sans-serif;*/
    /*font-family:'PingFang SC','Microsoft Yahei','微软雅黑','微軟正黑體', 'Microsoft JhengHei',Helvetica, sans-serif;*/
    font-family: 'Verdana', '微软雅黑'!important;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
}

html,
body,
ul,
a,
li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
span:focus,
div:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

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

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.container {
    width: initial!important;
    max-width: 1200px;
}

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

.active {
    background-color: #0168bb!important;
    color: #fff!important;
}

.on {
    display: block!important;
}

:root {
    --swiper-theme-color: #0168bb;
}

.clear {
    clear: both
}

.i_more {
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 105px;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    padding: 10px 15px;
    text-align: center;
}

.m_more {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.btn {
    padding: 0;
}

.i_more:hover {
    background: #0168bb;
    border: 1px solid #0168bb;
    color: #fff;
    text-decoration: none;
}

.container {
    width: 1200px;
    padding: 0;
}

.header {
    height: 106px;
}


/* 导航 start */

.header .navbar {
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 0;
    margin: 0;
}

.header .navbar .btn-default:hover,
.header .navbar .btn-default:focus {
    background-color: #E1561A;
    border-color: #E1561A;
    color: #fff;
}

.header .navbar-brand {
    background-size: 82px 82px;
    font-size: 0em;
    text-indent: -99999px;
    max-height: 82px;
    margin-right: 20px;
}

.header .navbar-nav li {
    padding: 0 8px;
}

.header .navbar-nav li>a {
    line-height: 74px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 15px 13px;
}

.header .navbar-nav li>a.on {
    background: #0168bb;
    color: #fff;
}

.header .navbar-nav li>a:hover {
    color: #0168bb;
    border-bottom: 2px solid #0168bb;
}

.navbar-toggle {
    padding: 10px 10px;
    margin-top: 20px;
}


/*导航下拉*/

.header .navbar-nav li dl {
    display: none;
    position: absolute;
    width: 130%;
    left: -15%;
    top: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
}

.header .navbar-nav li:nth-child(3) dl {
    width: 230%;
    left: -65%;
}

.header .navbar-nav li:hover dl {
    display: block;
}

.header .navbar-nav li dl dd a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #6D6D6D;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .navbar-nav li dl dd.on a {
    background: #0168bb;
    color: #fff;
}

.header .navbar-nav li dl dd:hover a {
    background: #0168bb;
    color: #fff;
}

.header .navbar-nav li i {
    width: 52px;
    height: 52px;
    display: none;
    position: absolute;
    top: 0;
    right: 13px;
    background-image: url(../images/xjt.png);
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.header .navbar-nav li.w_lang a img {
    padding-right: 8px;
    margin-top: -3px;
    max-width: 32px;
}

.header .navbar-nav li.w_lang {
    padding: 0px 0px;
}

a.m_lang img {
    padding-right: 5px;
    margin-top: -3px;
    max-width: 32px;
}

a.m_lang {
    float: right;
    color: #333;
    margin-right: 15px;
    display: none;
}

.header .container {
    padding: 0;
    height: 106px;
}

.header .logo-brand {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 106px;
}

.search-img {
    padding-left: 20px;
}

.navbar-collapse {
    background-color: #fff;
}

.navbar-collapse.in::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color: red;
}

.navbar-collapse.in::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.navbar-collapse.in::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.navbar-form {
    width: 100%;
    margin-top: 1px;
    margin-left: 0px;
}

.navbar-form .form-group {
    margin-bottom: 5px;
    width: 85%;
    float: left;
}

.navbar-form .btn-default {
    width: 15%;
    height: 45px;
    background: #0168bb url(../images/search.png) center no-repeat;
    border: 0
}

.navbar-form .btn-default .glyphicon-search {
    color: #fff;
}

.SearchModal {
    height: 75px;
    width: 30%;
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    z-index: 9999;
    margin: 0 auto;
    border-radius: 10px;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.navbar-form .form-control {
    width: 100%;
    height: 45px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

button.close {
    height: 20px;
    width: 20px;
    margin-right: -10px;
    margin-top: -6px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 50%;
    line-height: 0px;
    padding-left: 1px;
    padding-bottom: 3px;
    opacity: .9;
}


/* 导航 end*/


/*首页 start*/

.banner .swiper-banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-banner .swiper-button-next,
.banner .swiper-banner .swiper-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.banner .swiper-banner .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.banner .swiper-banner .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.banner .swiper-banner .swiper-button-next:hover,
.banner .swiper-banner .swiper-button-prev:hover {
    background-color: rgba(1, 104, 187, .8);
}

.banner .swiper-banner .swiper-button-next:after,
.banner .swiper-banner .swiper-button-prev:after {
    font-size: 0;
}

.index_about {
    max-width: 1200px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.index_about .i_item {
    width: 50%;
    float: left;
}

.b_title {
    display: block;
    overflow: hidden;
}

.t_title h2 {
    font-size: 26px;
    float: left;
    margin: 0;
    padding: 0;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.t_title h3 {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 34px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.t_title p {
    font-size: 12px;
    color: #939393;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
}

.about_info .i_info {
    width: 93%;
    font-size: 14px;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 4%;
}

.index_about .about_img ul {
    display: table;
}

.index_about .about_img ul li img {
    width: 100%;
    /* transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out; */
}

.index_about .about_img ul li {
    float: left;
    width: 33.33%;
    position: relative;
    display: block;
    overflow: hidden;
}

.index_about .about_img ul li:last-child {
    padding-top: 5px;
    width: 100%;
}

.index_about .about_img ul li .item_tab {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.index_about .about_img ul li .item_tab .table {
    display: table;
    width: 100%;
    height: 100%;
}

.index_about .about_img ul li .item_tab .cell {
    display: table-cell;
    vertical-align: middle;
}

.item_tab .cell {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.index_about .about_img ul li .item_tab .cell em {
    display: block;
    text-align: center;
    margin: 5px auto;
    margin-bottom: 15px;
    width: 50px;
    height: 1px;
    border: 1px solid #fff;
    background: #fff;
}

.item_tab .cell img {
    width: initial!important;
}

.index_about .about_img ul li:hover .item_tab .cell {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.index_about .about_img ul li:hover img {
    /* transform:  scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2); */
}

.index_about .about_img ul li:hover .item_tab .cell img {
    /* transform:  scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0); */
}

.index_category {
    width: 100%;
    background-image: url(../images/index_02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.category_content {
    max-width: 1200px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.cate_item {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.cate_itemtype,
.cate_itemlist {
    float: left;
    display: block;
    overflow: hidden;
}

.cate_item .cate_itemtype {
    width: 27%;
    background-color: #333;
    max-height: 600px;
}

.cate_item .cate_itemtype ul li {
    line-height: 65px;
    text-align: center;
    /* border-bottom: 1px solid #ccc; */
}

.cate_item .cate_itemtype ul li:after {
    content: '';
    background: url(../images/list_type.png) no-repeat;
    display: block;
    width: 100%;
    height: 2px;
    background-size: 100%;
    /* background-image:url(../images/list_type.png);
	background-repeat:no-repeat;
	content:""; */
}

.cate_item .cate_itemtype ul li:last-child:after {
    background: none;
}

.cate_item .cate_itemtype ul li a {
    color: #fff;
    /* padding: 25px 35%; */
}

.cate_itemlist {
    width: 73%;
    background-color: #fff;
}

.cate_tab {
    display: none;
}

.cate_tab .pro_tab {
    float: left;
    width: 33.333%;
    position: relative;
    /* height: 600px; */
}

.cate_tab .pro_tab .pro_info {
    background: #0168bb;
    padding: 0 8%;
    height: 300px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.pro_img {
    height: 300px;
}

.cate_tab .pro_tab .pro_img img {
    height: 292px;
    object-fit: cover;
}

.cate_tab .pro_tab .pro_info .info_title {
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.cate_tab .pro_tab .pro_info em {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-top: 5%;
}

.cate_tab .pro_tab .pro_info .info_desc {
    font-size: 14px;
    color: #fff!important;
    line-height: 16px;
    padding-top: 10%;
}

.cate_tab .pro_tab .pro_info .info_desc p {
    color: #fff!important;
}

.corner {
    position: absolute;
    top: -20px;
    left: 47%;
    width: 0px;
    height: 0px;
    border: 10px solid #0168bb;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.cate_tab .pro_tab:nth-of-type(odd) {}

.cate_tab .pro_tab:nth-of-type(even) .pro_info {
    /* position: absolute; */
    top: 0;
    left: 0;
}

.cate_tab .pro_tab:nth-of-type(even) .pro_img {
    float: left;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.cate_tab .pro_tab:nth-of-type(even) .corner {
    position: absolute;
    top: unset;
    bottom: -29px;
    left: 47%;
    width: 0px;
    height: 0px;
    border: 10px solid #0168bb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.index_application {
    width: 100%;
    background-image: url(../images/index_03_2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.application_content .t_title h2,
.application_content .t_title h3,
.application_content .t_title p {
    color: #fff;
}

.application_content {
    max-width: 1200px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.application_info {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
}

.application_info .item_list {
    display: block;
    overflow: hidden;
    position: relative;
    user-select: none;
}

.application_info .app_item {
    float: left;
    display: block;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.application_info .app_item .app_tab img {
    display: block;
    overflow: hidden;
    width: 90%;
    border-radius: 50%;
}

.application_info .app_item .app_tab:hover {
    animation: scale-big .8s;
}

.application_info .app_item.one {
    width: 215px;
    /* border: 1px solid #fff; */
    margin-right: 6.5%;
}

.application_info .app_item.one .app_tab {
    background-color: #0168bb;
    width: 215px;
    height: 215px;
    border-radius: 50%;
}

.application_info .app_item.one .app_tab img {
    float: right;
    margin-top: 1%;
}

.application_info .app_item.one .app_info {
    position: absolute;
    bottom: 15%;
}

.application_info .app_item.two {
    width: 285px;
    /* border: 1px solid #fff; */
    margin-right: 5.5%;
}

.application_info .app_item.two .app_tab {
    background-color: #0168bb;
    width: 285px;
    height: 285px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}

.application_info .app_item.two .app_tab img {
    margin: 0 auto;
    margin-left: 5%;
    margin-top: 1%;
}

.application_info .app_item.three {
    width: 220px;
    /* border: 1px solid #fff; */
    margin-right: 5%;
}

.application_info .app_item.three .app_tab {
    background-color: #0168bb;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.application_info .app_item.three .app_tab img {
    margin-top: 8%;
    margin-left: 3%;
}

.application_info .app_item.three .app_info {
    position: absolute;
    bottom: 15%;
}

.application_info_en .app_item.three .app_info {
    position: absolute;
    bottom: 5%;
}

.application_info .app_item.four {
    width: 250px;
    /* border: 1px solid #fff; */
}

.application_info .app_item.four .app_tab {
    background-color: #0168bb;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}

.application_info .app_item.four .app_tab img {
    float: right;
    margin-top: 8%;
    margin-right: 3%;
}

.app_item .app_info {
    color: #fff;
}

.app_item .app_info h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.app_item .app_info em {
    width: 35px;
    height: 1px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background-color: #0168bb;
}

.app_item .app_info p {
    margin-top: 23px;
}

.application_info .app_more {
    width: 100% display: block;
    overflow: hidden;
    margin: 7% 0;
}

.application_info .app_more a {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    width: 175px;
}

.application_info .app_more a:hover {
    color: #fff;
    border: 1px solid #0168bb;
}

.application_info .app_item .app_tab {
    position: absolute;
}

.lineWrap {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible!important;
}

.index_honor {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 5%;
}

.index_honor .honor_item {
    padding-top: 5%;
}

.index_honor .honor_list {
    display: table-cell;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.index_honor .honor_list .honor_li a {
    display: block;
    overflow: hidden;
}

.index_honor .honor_list p {
    text-align: center;
    font-size: 16px;
    color: #757575;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_honor .honor_list .honor_li {
    margin: 5px 5px;
    /* height: 300px; */
    /* background: #0168bb; */
    /* box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.index_honor .honor_list .honor_li:hover {
    margin: 3px 3px;
    /*background: #0168bb;*/
    box-shadow: 0;
    border: 2px solid #0168bb;
}

.index_honor .honor_list .honor_li:hover p {
    /*background: #0168bb;*/
    /*color: #fff;*/
}

.index_honor .honor_list .honor_li .h_img {
    height: 250px;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding-top: 5px;
}

.index_honor .honor_list .honor_li .h_img img {
    max-height: 100%;
}

.index_honor .honor_prev_next {
    display: block;
    overflow: hidden;
}

.index_honor .honor_prev_next span {
    display: inline-block;
    height: 25px;
    width: 29px;
    margin: 3% 1%;
    float: right;
}

.index_honor .honor_prev_next span.button-prev {
    background-image: url(../images/right_a.png);
}

.index_honor .honor_prev_next span.button-next {
    background-image: url(../images/left_a.png);
}

.index_honor .honor_prev_next span.button-prev:hover {
    background-image: url(../images/right_b.png);
    border: 0;
}

.index_honor .honor_prev_next span.button-next:hover {
    background-image: url(../images/left_b.png);
    border: 0;
}

.index_honor .honor_more .i_more {
    text-align: center;
    margin: 0 auto;
    color: #0168bb;
    border: 1px solid #0168bb;
    width: 175px;
}

.index_honor .honor_more .i_more:hover {
    color: #fff;
}

.index_customers {
    width: 100%;
    background-color: #efefef;
    /* height: 300px; */
    margin: 0 auto;
    margin-top: 5%;
}

.index_customers .customers_content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 5%;
}

.index_customers .customers_content .customers_item {
    display: block;
    /* overflow: hidden; */
    padding: 5% 0;
}

.index_customers .customers_content .customers_item ul li {
    display: block;
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.customers_content .customers_item ul li {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.customers_content .customers_item ul li:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.33);
}

.index_contact {
    width: 1200px;
    /* height: 300px; */
    margin: 0 auto;
    margin-top: 5%;
}

.index_contact .contact_area {
    padding-top: 5%;
}

.index_contact .contact_item {
    float: left;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    width: 30.6%;
    margin-right: 4%;
    padding: 0.5% 1%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    max-height: 275px;
}

.index_contact .contact_item:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.index_contact .contact_item:last-child {
    margin-right: 0;
}

.index_contact .contact_map,
.index_contact .contact_img {
    padding: 0;
}

.mini_logo {
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    background: url(../images/mini_logo.png) no-repeat;
}

.contact_item h4 {
    font-size: 14px;
    color: #0168bb;
    line-height: 17px;
    margin: 0;
    margin-right: 12px;
}

.contact_item h4 i {
    margin-right: 15px;
}

.contact_item p i {
    margin-left: 5px;
    margin-right: 15px;
}

.contact_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    padding-top: 10px;
}

.contact_item ul p {
    margin: 0;
    line-height: 25px;
}

.contact_item ul li {
    /* background:url(../images/i_home.png) no-repeat; */
    font-size: 14px;
    min-height: 30px;
    *height: 28px;
    text-indent: 0px;
    line-height: 22px;
    *padding-top: 2px;
    padding-left: 35px;
}

.i_icon {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
}

.i_home {
    background: url(../images/i_home.png) no-repeat;
}

.i_tel {
    background: url(../images/i_tel.png) no-repeat;
}

.i_fax {
    background: url(../images/i_fax.png) no-repeat;
}

.i_mail {
    background: url(../images/i_mail.png) no-repeat;
}

.i_address {
    background: url(../images/i_address.png) no-repeat;
}

.index_footer {
    width: 100%;
    /* height: 300px; */
    margin: 0 auto;
    margin-top: 5%;
    background-color: #0168bb;
}

.index_footer .footer_menu {
    width: 1200px;
    margin: 0 auto;
    padding: 3% 0 2% 0;
    display: block;
    overflow: hidden;
}

.index_footer .footer_menu_eweima {
    width: 25%;
    float: left;
    display: block;
    overflow: hidden;
}

.index_footer .f_eweima {
    width: 135px;
    text-align: center;
    color: #fff;
}

.index_footer .f_eweima img {
    max-width: 135px;
    margin-bottom: 15px;
}

.index_footer .footer_menu_item {
    width: 75%;
    float: left;
    display: block;
    overflow: hidden;
    color: #fff;
}

.index_footer .footer_menu_item ul {
    width: 25%;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #fff;
}


/*修改 04-07*/

.index_footer .footer_menu_en ul {}

.index_footer .footer_menu_en ul:nth-child(1) {
    width: 22%;
}

.index_footer .footer_menu_en ul:nth-child(2) {
    width: 28%;
}

.index_footer .footer_menu_en ul:nth-child(3) {
    width: 25%;
}

.index_footer .footer_menu_en ul:nth-child(4) {
    width: 25%;
}

.index_footer .footer_menu_item ul h4 {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
}

.index_footer .footer_menu_item ul li {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.index_footer .footer_menu_item ul li a {
    font-size: 14px;
    color: #fff;
}

.index_footer .footer_menu_item ul li a:hover {
    font-size: 14px;
    color: #ddd;
}

.m_footer_menu {
    display: none;
}

.footer-copyright {
    display: block;
    overflow: hidden;
    min-height: 50px;
    background: #333333;
}

.copyright_content {
    max-width: 1200px;
    margin: 0 auto;
}

.copyright_content p {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.copyright_content a {
    color: #FFFFFF;
}

.copyright_content p.foot_lt {
    float: left;
}

.copyright_content p.foot_rt {
    float: right;
}

.m-cate {
    display: none;
}

.swiper-button {
    display: none;
}


/*首页 end*/


/* 关于我们 start */

.positon {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-top: 3%;
    border-bottom: 1px solid #C0C0C0;
    display: block;
    overflow: hidden;
    position: relative;
}

.positon .left {
    float: left;
    width: 65%;
    line-height: 55px;
}

.positon .left em {
    width: 60px;
    height: 3px;
    background-color: #0168bb;
    position: absolute;
    bottom: 0px;
}

.positon .left img {
    /* float: left; */
    margin-top: -7px;
    margin-right: 5px;
}

.positon .left .list a {
    /* float: left; */
    color: #555;
}

.positon .left .list a:after {
    content: ' >';
}

.main-w .main-r {
    float: right;
    width: 35%;
}

.main-w .main-r .navbar-form {
    width: 100%;
    margin-top: 1px;
    margin-left: 0px;
    padding-right: 0;
}

.main-w .main-r button.btn-default .glyphicon-search {
    color: #0168bb;
    font-size: 21px;
}

.main-w .main-r button.btn-default {
    background-color: #ffffff;
    border-color: #ccc;
    border-left: 0;
}

.article_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-top: 3%;
}

.content_left {
    width: 23.5%;
    float: left;
}

.left_menu {
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to left, #f7fefe, #e9e9e9);
}

.left_menu h3 {
    background-color: #0168bb;
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-image: url(../images/left_t.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px 6px 0px 0px;
}

.left_menu ul {
    /* margin: 0 15px; */
}

.left_menu ul li {
    margin-top: 1px;
    line-height: 40px;
    text-align: left;
    font-size: 15px;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
}

.left_menu ul li:before {
    content: " ";
    width: 0px;
    height: 0px;
    /* border: 5px solid #0168bb;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;*/
    display: block;
    position: absolute;
    top: 15px;
    left: 8px;
}

.left_menu ul li:after {
    content: " ";
    height: 1px;
    background-color: #ddd;
    display: block;
    margin: 0 15px;
    margin-bottom: -1px;
}

.left_menu ul li a {
    color: #525252;
    padding-left: 19px;
}

.left_menu>ul>li>a {
    line-height: 22px;
    padding-right: 32px;
    display: block;
    word-wrap: break-word;
    word-break: normal;
    padding-bottom: 8px;
    padding-top: 8px;
}

.left_menu ul li:hover a.mt,
.left_m_menu ul li:hover,
.left_m_menu ul li:hover a {
    background: #0168bb;
    color: #fff;
}

.left_menu>ul>li:hover {
    background: url(../images/menu_bg.jpg) repeat-x;
}

.left_menu>ul>li:hover:before,
.left_menu ul li.active:before {
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.left_menu ul li.active {
    /*background: url(../images/menu_bg.jpg) repeat-x;*/
    background-color: initial!important;
}

.left_menu>ul>li:hover>a {
    color: #fff;
}

.left_menu ul li.active a.mt {
    color: #fff;
    background: #0168bb;
}

.left_menu ul li dl {
    display: none;
    margin: 0 15px;
    margin-bottom: -1px;
}

.left_menu ul li dl dd {
    margin-top: 1px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #eee;
}

.left_menu ul li.onli dl {
    display: block;
}

.left_menu ul li dl dd a:hover {
    color: #c2017b;
}

.left_menu ul li dl dd a {
    padding-left: 5px;
}

.left_m_menu {
    display: none;
}

.left_menu ul li i {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/i_add.png) center no-repeat;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.top_cate {
    margin: 0 auto;
    margin-bottom: 3%;
    text-align: left;
}

.top_cate a {
    padding: 0 3%;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #555;
    margin-right: 10px;
    margin-bottom: 3%;
}

.top_cate a:hover {
    background-color: #0168bb;
    color: #fff;
}

li.onli i {
    background: url(../images/i_sub.png) center no-repeat!important;
}

.left_m_menu ul li {
    line-height: 50px;
    width: 23%;
    float: left;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-right: 2%;
    margin-bottom: 2%;
}

.left_m_menu ul li a {
    color: #525252;
}

.left_m_menu ul li.active a {
    color: #fff;
}

.left_search,
.left_contact {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-top: 10%;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-image: linear-gradient(to bottom, #f7fefe, #ffffff);
}

.left_search h3,
.left_contact h3 {
    background-color: #0168bb;
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
    border-radius: 6px 6px 0px 0px;
}

.left_search h3 em,
.left_contact h3 em {
    position: absolute;
    left: 43%;
    bottom: 25%;
    width: 40px;
    height: 2px;
    background: #ffe400;
}

.left_search .form-group {
    margin: 0 15px;
    padding: 15% 0;
}

.left_search .form-group select,
.left_search .form-group input {
    width: 100%;
    height: 40px;
    margin-bottom: 5%;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
}

.left_search .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select_i.png) no-repeat scroll right center transparent;
    margin-rght: 14px;
}

.left_search .form-group select::-ms-expand {
    display: none;
}

.left_search .form-group .tips {
    font-size: 12px;
}

.left_search .form-group button {
    background: #0168bb;
    font-size: 16px;
    border: 0;
    width: 140px;
    padding: 10px 0px;
    display: block;
    border-radius: 25px;
    color: #fff;
    margin: 0 auto;
    margin-top: 10%;
}

.left_contact .area_item {
    text-align: center;
    margin: 8% auto;
}

.left_contact .area_item a {
    display: inline-block;
    margin: 5px 5px;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    color: #666;
    border: 1px solid #666;
}

.left_contact .area_item a.active {
    border: 1px solid #0168bb;
}

.left_contact .area_item_en a {
    display: block;
    margin: 10px 10%;
}

.left_contact .contact_item {
    margin: 0 15px;
    padding-top: 3%;
    padding-bottom: 10%;
    display: none;
}

.left_contact .contact_item.on {
    display: block;
}

.left_contact .contact_item h4 {
    margin-right: 0px;
}

.left_contact_img img {
    border-radius: 0px 0px 6px 6px;
}

.content_right {
    width: 73%;
    float: right;
    /* height: 300px;
	box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2); */
}

.content_body {
    font-size: 15px;
    line-height: 28px;
}

.purple {
    color: #0168bb;
}


/* 关于我们 end */


/* 发展历程 start */

.history_body {
    display: block;
    overflow: hidden;
    position: relative;
}

.history_item {
    display: block;
    overflow: hidden;
    margin: 5% 0;
}

.h_item_year {
    width: 20%;
    float: left;
    margin-right: 8%;
    text-align: center;
    position: relative;
}

.h_item_year h3 {
    margin-top: 10px;
    font-size: 40px;
    letter-spacing: 2px;
    color: #979697;
    font-weight: bold;
    font-family: 'Agency FB', 'IrisUPC';
}

.h_item_year p {
    font-size: 16px;
    min-height: 20px;
    margin: 0 0 10px;
}

.h_item_con {
    width: 72%;
    float: left;
    padding: 3%;
    background: #f1f1f1;
    border: 3px solid #f1f1f1;
    position: relative;
}

.h_item_con .h_start {
    position: absolute;
    left: -25px;
    top: 18%;
    border-bottom: 15px solid #f1f1f1;
    border-right: 25px solid #f1f1f1;
    border-top: 15px solid #f1f1f1;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.history_item:hover .h_item_con {
    border: 3px solid #0168bb;
}

.history_item:hover .round {
    background-color: #fff;
    border: 3px solid #0168bb;
}

.history_item:hover .h_item_year,
.history_item:hover .h_item_year h3 {
    color: #0168bb;
}

.history_item:hover .h_item_con .h_start {
    border-bottom: 15px solid #0168bb;
    border-right: 25px solid #0168bb;
    border-top: 15px solid #0168bb;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.h_item_img {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.history_line:before {
    content: url(../img/line_top.jpg);
    display: block;
    background-position: 0 0;
    width: 3px;
    height: 3px;
}

.history_line {
    height: 100%;
    ;
    position: absolute;
    left: 20%;
    width: 4px;
    background: #ccc;
}

.h_item_year .round {
    position: absolute;
    right: -12px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #cfcfcf;
    border: 3px solid #cfcfcf;
    border-radius: 25px;
}

.h_item_info {
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
}


/* 发展历程 end */


/*荣誉资质 start*/

.honor_body ul li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 10px 10px;
    /* max-height: 260px; */
    overflow: hidden;
    border: 2px solid #fff;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 3%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
}

.honor_body ul li:nth-child(3n+3) {
    margin-right: 0%;
}

.honor_body ul li:hover {
    border: 2px solid #0168bb;
}

.honor_body ul li:hover p {
    color: #0168bb;
}

.honor_body ul li .honor_img {
    height: 180px;
    overflow: hidden;
}

.honor_body ul li .honor_img img {
    border: 1px solid #ccc;
    height: 100%;
}

.honor_body ul li p {
    text-align: center;
    font-size: 16px;
    color: #757575;
    height: 45px;
    line-height: 22px;
    margin: 10px 0;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*荣誉资质 end*/


/* 下载专区 start*/

.down_body {
    display: block;
    overflow: hidden;
}

.down_item {
    display: block;
    overflow: hidden;
    padding: 5% 0;
    border-bottom: 1px solid #ccc;
}

.down_item:first-child {
    padding-top: 0;
}

.down_item:hover .down_info h3 {
    color: #0168bb;
}

.down_item:hover a.down_button {
    background-color: #0168bb;
}

.down_img {
    width: 40%;
    float: left;
    padding-right: 5%;
}

.down_img img {
    width: 100%;
}

.down_info {
    display: inline-block;
    width: 60%;
    height: 100%;
}

.down_info h3 {
    font-size: 16px;
}

.down_time {
    font-size: 14px;
    color: #bbbbbb;
    padding: 5px 0;
    display: block;
}

.down_desc {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 24px;
}

a.down_button {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #963d8f;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-top: 5%;
}


/* 下载专区 end*/


/*环境设备 start*/

.huanjing_body ul li {
    display: inline-block;
    width: 32%;
    padding: 0px 0px;
    max-height: 200px;
    overflow: hidden;
    border: 2px solid #fff;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-table;
    /*box-shadow: 1px 0px 20px rgba(0,0,0,0.2);*/
}

.huanjing_body ul li:nth-child(3n+3) {
    margin-right: 0%;
}

.huanjing_body ul li:hover {
    border: 2px solid #0168bb;
}

.huanjing_body ul li:hover p {
    color: #0168bb;
}

.huanjing_body ul li .huanjing_img {
    /*height: 180px;*/
    height: 150px;
    overflow: hidden;
}

.huanjing_body ul li .huanjing_img img {
    /*border: 1px solid #ccc;*/
    height: 100%;
}

.huanjing_body ul li p {
    text-align: center;
    font-size: 14px;
    color: #757575;
    /*height: 70px;*/
    line-height: 22px;
    /* margin: 10px 0; */
    margin: 0px 0;
    padding-top: 8px;
}


/*环境设备 end*/


/* 合作客户 start */

.customers_body {}

.customers_body ul li {
    display: inline-block;
    width: 31%;
    padding: 10px 10px;
    max-height: 220px;
    overflow: hidden;
    border: 2px solid #fff;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 3%;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
}

.customers_body ul li:nth-child(3n+3) {
    margin-right: 0%;
}

.customers_body ul li:hover {
    border: 2px solid #0168bb;
}

.customers_body ul li {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.customers_body ul li:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.33);
}


/* 合作客户 end */


/* 品质与政策 start */

.policy_body {}

.xuanyan_item {
    display: inline-block;
    overflow: hidden;
    /* width: 46%;   
    margin-right: 3%; */
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 24px;
}


/* .xuanyan_item:nth-of-type(odd){
	margin-right: 0;
	width: 50%;
} */

.policy_body .p_title {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 6%;
}

.policy_body .p_title h3 {
    font-size: 20px;
    color: #0168bb;
}

.policy_body .p_title em {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #0168bb;
    margin: auto;
}

.policy_body .xuanyan_item .xy_img {
    width: 46%;
    float: left;
    margin-right: 2%;
}

.policy_body .xuanyan_item .xy_info {
    font-size: 14px;
    line-height: 24px;
    color: #6b6b6b;
}

.xy_info .xy_tab1 {
    margin-bottom: 5%;
}

.zhengce {
    display: block;
    overflow: hidden;
}

.zhengce ul li {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 25%;
    float: left;
}

.zhengce ul li p {
    font-size: 16px;
    margin-top: 5%;
}

.safe_policy {
    background-image: url(../images/policy_05.jpg);
    background-repeat: no-repeat;
    margin-top: 5%;
}

.safe_policy ul {
    text-align: center;
}

.safe_policy ul li {
    display: inline-block;
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 16px;
    background: #fff;
    color: #0168bb;
    border-radius: 50%;
    margin: auto;
    margin-left: 4%;
    margin-right: 4%;
}

.safe_policy_en ul li {
    width: 220px;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    margin: 2% 2%;
}

.safe_info {
    /* padding: 5% 0; */
    padding-top: 3%;
    padding-bottom: 8%;
}

.safe_info .p_title {
    margin-bottom: 4%;
    color: #fff;
}

.safe_info .p_title h3 {
    color: #fff;
}

.safe_info .p_title em {
    background-color: #fff;
}

.safe_policy2 {}

.safe_policy2 .xy_img {
    width: 42%!important;
    float: left;
    margin-right: 2%;
}

.safe_policy2 .xy_img img {
    margin: 6% auto;
}

.safe_policy2 .xy_info .xy_tab2 p {
    margin-bottom: 0;
}


/* 品质与政策 end */


/* 产品类型 start */

.cate_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-top: 3%;
}

.cate_list {
    margin-bottom: 5%;
}

.cate_l,
.cate_r {
    display: block;
    box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.2);
}

.cate_l,
.cate_r,
.cate_li {
    height: 536px;
}

.cate_li_tab,
.cate_li_info {
    height: 268px;
}

.cate_l {
    width: 55%;
    float: left;
    margin-right: 2%;
    position: relative;
    display: block;
    overflow: hidden;
}

.cate_r {
    width: 43%;
    float: right;
}

.cate_li {
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
}

.cate_li:nth-of-type(even) .cate_li_tab {
    position: absolute;
    bottom: 0;
}

.cate_li:nth-of-type(even) .cate_li_info .corner {
    top: unset;
    bottom: -30px;
    border: 10px solid #0168bb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}


/* .cate_li:nth-of-type(even) .cate_li_info{
	position: absolute;
	top: 0;	
} */

.cate_num {
    position: absolute;
    left: 10%;
    top: 5%;
    z-index: 99;
}

.cate_num h1 {
    font-size: 100px;
    color: #0168bb;
}

.cate_num h3 {
    font-size: 18px;
    color: #0168bb;
}

.cate_num h3 a {
    color: #0168bb;
}

.cate_num em {
    display: block;
    width: 50px;
    height: 2px;
    background: #0168bb;
}

.cate_img {
    /* height: 100%; */
}

.cate_li .cate_li_tab,
.cate_li .cate_li_info {
    width: 100%;
}

.cate_li .cate_li_tab img {
    width: 100%;
}

.cate_list .cate_l .cate_img img {
    position: absolute;
    right: 5%;
    bottom: 5%;
    max-width: 50%;
    max-height: 80%;
}

.cate_li .cate_li_info {
    background: #ffffff;
    padding: 0 10%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.cate_li .cate_li_info .info_title {
    font-size: 16px;
    color: #0168bb;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.cate_li .cate_li_info em {
    display: block;
    width: 40px;
    height: 1px;
    background: #0168bb;
    margin-top: 5%;
}

.cate_li .cate_li_info .info_desc {
    font-size: 14px;
    color: #41444e;
    line-height: 24px;
    padding-top: 10%;
}

.cate_li .cate_li_info .info_desc p {
    margin-bottom: 0;
}

.cate_li:hover .cate_li_info {
    background-color: #0168bb;
}

.cate_li:hover .cate_li_info em {
    background-color: #fff;
}

.cate_li:hover .cate_li_info .info_title,
.cate_li:hover .cate_li_info .info_desc {
    color: #fff;
}


/* 产品类型 end */


/* 产品中心 start */

.pro_body {}

.pro_menu ul li i {
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
    float: right;
    /* margin-top: 12%; */
    position: absolute;
    right: 0;
    top: 1.8%;
}

.pro_list {
    height: 185px;
    /*border: 2px solid #eee;*/
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.pro_list .pro_img,
.pro_list .pro_info,
.pro_list .pro_down {
    display: inline-block;
    float: left;
    height: 100%;
}

.pro_list .pro_img {
    width: 30%;
}

.pro_list .pro_img img {
    width: 100%;
    /*max-height: 100%;*/
    max-height: 185px;
}

.pro_list .pro_info {
    width: 50%;
    padding: 0% 3%;
    /*box-shadow: 12px 0 30px -6px rgba(0,0,0,0.2);*/
    box-shadow: 10px 0 15px -5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.pro_list .pro_info h3 {
    font-size: 15px;
    color: #0168bb;
    font-weight: bold;
}

.pro_list .pro_info h3 b {
    font-weight: bold;
    font-size: 20px;
}

.pro_list .pro_info h3 a {
    font-size: 16px;
    line-height: 22px;
    color: #545454;
}

.pro_list .pro_info h3 a b {
    font-weight: bold;
}

.pro_list .pro_info p {
    font-size: 14px;
    color: #41444e;
    margin: 0 0 5px;
}

.pro_list .pro_info a.p_more {
    float: right;
    color: #0168bb;
}

.pro_list .pro_info .p_more {
    float: right;
    color: #0168bb;
}

.pro_list .pro_down {
    width: 20.001%;
    padding: 3% 3%;
    background-color: #e7ebf1;
}

.pro_list .pro_down li {
    background: url(../images/down_pdf.png) no-repeat;
    background-position-y: 7px;
    font-size: 14px;
    line-height: 32px;
    text-indent: 0px;
    padding-left: 26px;
    margin-bottom: 0;
    display: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list .pro_down li a {
    color: #0168bb;
    font-size: 14px;
}

.pro_list .pro_down_en {
    padding: 3% 1%;
}

.pro_down_en li a {
    font-size: 12px;
}

.pro_list:hover {
    /*border: 1px solid #0168bb;*/
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.pro_list:hover .pro_info h3 a,
.pro_list:hover .pro_info a.p_more,
.pro_down ul li a:hover {
    color: #0168bb;
    text-decoration: underline;
}

.pro_list:hover .pro_info h3 {
    text-decoration: underline;
}

.close_cate {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 10px;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 5px 5px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 60% 60%;
    opacity: 0.5;
    z-index: 9;
}

.open_cate {
    color: #fff;
    cursor: pointer;
}

.open_cate:hover,
.close_cate:hover {
    cursor: pointer;
}

.m_cate_nav {
    display: none;
    padding: 0;
}

.select_cate {
    background: #0168bb;
    padding: 1% 3%;
    margin-bottom: 5%;
    border-radius: 8px;
}

.select_cate h3 {
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-image: url(../images/left_t.png);
    background-position: center;
    background-repeat: no-repeat;
}

.select_cate select,
.select_cate span {
    width: 100%;
    height: 45px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: block;
    padding: 6px 12px;
    margin-bottom: 4%;
    font-size: 14px;
    line-height: 2.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select_i.png) no-repeat scroll right center transparent;
    background-color: #fff;
}

.m_cate_menu::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color: red;
}

.m_cate_menu::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.m_cate_menu::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


/* 产品中心 end */


/*  新产品 start */

.newpro_content {
    margin-top: 5%;
}

.box1,
.box2 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.npro_item {
    position: relative;
}

.npro_item img {
    width: 100%;
}

.box1 .npro_item {
    width: 48.5%;
    display: inline-block;
    float: left;
    padding-bottom: 3%;
}

.box1 .npro_item:first-child {
    margin-right: 3%;
}


/*.box1 .npro_item:last-child{
	padding-left: 1.5%;
}*/

.box2 {
    padding-bottom: 3%;
}

.box2 .boxl .npro_item:first-child {
    padding-bottom: 5.26%;
}

.box2 .boxl,
.box2 .boxr {
    float: left;
}

.box2 .boxl {
    padding-right: 1.5%;
}

.box2 .boxr {
    padding-left: 1.5%;
}

.box2 .boxl {
    width: 58.6%;
}

.box2 .boxr {
    width: 41.4%;
}

.npro_title {
    position: absolute;
    left: 5%;
    top: 15%;
    width: 40%;
}

.box1 .npro_item:last-child .npro_title {
    left: 8%;
}

.npro_title h3 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}

.npro_title a.p_details {
    width: 100px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    padding: 3% 6%;
    display: block;
    margin-top: 20%;
    color: #444545;
}

.box2 .boxr .npro_title {
    left: 50%;
    margin-left: -25%;
    width: 50%;
    text-align: center;
}

.box2 .boxr .npro_title a.p_details {
    margin: auto;
    background-color: #fd485b;
    color: #fff;
}

.box2 .boxr .npro_title h3 {
    color: #fd485b;
    padding-bottom: 15%;
}


/*  新产品 end */


/* 产品详情 start*/

.d_title {
    text-align: center;
    font-size: 20px;
    color: #0168bb;
}

.imglist_item {
    display: block;
    overflow: hidden;
    /*max-height: 360px;*/
    margin-top: 5%;
}


/*.imglist_item .imglist{
	width:73%;
	float: left;
	border: 5px solid #0168bb;
	margin-right: 2%
}

.imglist_item .imglist_li{
	width:25%;
	float: left;
	height: 480px;
} */

.imglist_item .imglist {
    width: 50%;
    /*float: left;*/
    border: 5px solid #0168bb;
    margin-right: 2%;
    margin: 0 auto;
}

.imglist_item .imglist_li {
    width: 25%;
    float: left;
    height: 360px;
    display: none;
}

.pro_list a {
    display: block;
    overflow: hidden;
}

.imglist_item .imglist_li li img {
    max-height: 100%;
    max-width: 100%;
}

.imglist_item .imglist_li li {
    text-align: center;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
    /*margin-top: 10%;*/
    border: 5px solid #f4f4f4;
    padding-top: 5%
}

.imglist_item .imglist_li li {
    height: auto;
}

.imglist_item .imglist_li li.swiper-slide-thumb-active {
    border: 5px solid #0168bb;
}

.imglist_item .imglist_li li:first-child {
    margin-top: 0%;
}

.imglist-button-next {
    right: 0;
    border: 30px solid #c8c8c8;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.imglist-button-prev {
    left: 0;
    border: 30px solid #c8c8c8;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.imglist-button-next,
.imglist-button-prev {
    display: none;
}

.imglist-button-next:hover {
    border: 30px solid #0168bb;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.imglist-button-prev:hover {
    border: 30px solid #0168bb;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.swiper-imglist .imglist-button-prev:after {
    content: 'next';
    position: absolute;
    top: -13px;
    left: -25px;
    color: #fff;
    font-size: 20px;
}

.swiper-imglist .imglist-button-next:after {
    content: 'prev';
    position: absolute;
    top: -13px;
    left: 15px;
    color: #fff;
    font-size: 20px;
}

.pro_details_tab {
    margin-top: 5%;
    border-bottom: 3px solid #cbcbcb;
    height: 31px;
}

.pro_details_tab a {
    padding: 10px 30px;
    font-size: 16px;
    color: #0168bb;
}

.pro_details_tab a:first-child {
    background: #0168bb;
    color: #fff;
}

.pro_content {
    padding: 3% 0;
}

.pro_content img {
    max-height: 100%;
    max-width: 100%;
    /* height: 100%!important;*/
}

.pro_downfile {
    padding: 3% 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.down_title {}

.down_title h3 {
    text-align: center;
    font-size: 16px;
    color: #0168bb;
}

.down_title em {
    width: 35px;
    height: 2px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background-color: #0168bb;
}

.down_dl {
    text-align: center;
    margin: 3% auto;
}

.down_dl a {
    display: inline-block;
    color: #686768;
    margin: 0 3%;
    margin-bottom: 3%;
}

.down_dl a p {
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: #d65e6a;
    /* border: 1px solid; */
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.down_dl p i {
    color: #fff;
    font-size: 20px;
}

.down_dl p span {
    font-size: 14px;
    color: #686768;
    margin-top: 10px;
}

.down_dl a:hover p {
    background-color: #0168bb;
}

.down_dl a:hover>span {
    color: #0168bb;
}

.down_dl dl {
    display: inline-block;
    margin: 0 3%;
}

.down_dl dl dt {
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: #8b8b8b;
    /* border: 1px solid; */
    border-radius: 50%;
}

.down_dl dl dt span {
    color: #fff;
    font-size: 20px;
}

.down_dl dl dd {
    font-size: 14px;
    color: #686768;
    margin-top: 10px;
}

.down_dl dl:hover dt {
    background-color: #0168bb;
}

.down_dl dl:hover .down_dl dl dt dd {
    color: #0168bb;
}


/* 产品详情 end*/


/** 应用领域 start */

.lingyu_item {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
    position: relative;
}

.lingyu_item:nth-child(3n) {
    margin-right: 0;
}

.lingyu_item .ly_info {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 6%;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.lingyu_item .ly_info h3 {
    font-size: 16px;
    color: #fff;
    padding-top: 45%;
}

.lingyu_item .ly_info p {
    font-size: 14px;
    color: #fff;
    display: none;
}

.lingyu_item:hover .ly_info {
    text-align: left;
}

.lingyu_item:hover .ly_info p {
    display: block;
}

.lingyu_item:hover .ly_info h3 {
    padding-top: 0;
}


/** 应用领域 end */


/* 人才招聘 start */

.jobs_desc {
    display: block;
    overflow: hidden;
}

.jobs_img {
    display: block;
    float: left;
    width: 40%;
    margin-right: 2%;
}

.jobs_img img {
    padding-right: 3%;
}

.jobs_info {
    position: relative;
}

.jobs_info h3 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 34%;
    background-color: #0168bb;
    margin-top: 15px;
    padding: 15px 53px;
}

.jobs_info ul {
    padding-top: 76px;
}

.jobs_info ul li {
    list-style-type: none;
    line-height: 30px;
}

.li_i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/li.png) center no-repeat;
    margin-right: 8px;
}

.jobs_tab {
    margin-top: 5%;
    border-bottom: 3px solid #cbcbcb;
    height: 31px;
    position: relative;
}

.jobs_tab a {
    font-size: 16px;
    color: #0168bb;
}

.jobs_tab em {
    height: 3px;
    width: 65px;
    background-color: #0168bb;
    display: block;
}

.jobs_list table {
    width: 100%;
    margin-top: 5%;
}

.jobs_list thead {
    background-color: #0168bb;
    color: #fff;
    text-align: center;
    height: 45px;
}

.jobs_list thead tr {
    height: 45px;
}

.jobs_list table tbody tr td {
    /*border:1px solid #f4f4f4;*/
    border: 1px solid #eee;
    font-size: 14px;
}

.jobs_list tbody tr {
    height: 45px;
}

.jobs_list thead th {
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.jobs_list table tbody th {
    width: 30%;
}

td.claim {
    padding: 3% 1%;
}

.email {
    display: block;
    width: 21px;
    height: 15px;
    background: url(../images/email.jpg) center no-repeat;
}

.bred {
    background-color: #fff2fa;
}

.m_claim_title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    display: none;
}


/* 人才招聘 end */


/* 联系我们 start */

.lianxi_item {
    display: block;
    overflow: hidden;
    margin-bottom: 5%;
    padding: 2%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.lx_left {
    display: inline-block;
    float: left;
    width: 45%;
    margin-right: 3%;
}

.lx_left img {
    width: 100%;
}

.lx_right {
    width: 50%;
    float: left;
}

.lianxi_item:nth-child(2n+2) .lx_left {
    float: right;
}

.lianxi_item:nth-child(3n+3) .lx_left {
    float: right;
}


/* 联系我们 end */


/* 视频展示 start */

.video_body {
    font-size: 0;
}

.video_body .video {
    display: inline-block;
    width: 47%;
    margin: 0 2%;
    margin-bottom: 2%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.video_body .video:nth-of-type(even) {
    margin-right: 0;
}

.video_body .video video {
    width: 100%;
    cursor: pointer;
}

.video_body .video .video_title {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin: 5px 0;
}


/* 视频展示 end */


/* 分页 */

.pages {
    width: 100%;
    text-align: center;
    padding: 5% 0;
}

.pages ul {
    padding: 4px 0;
    margin: 0;
    overflow: hidden;
}

.pages ul li {
    display: inline-block;
    /*width: 35px;*/
    /*height:35px;*/
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #ccc;
    margin: 2px 2px;
    margin-bottom: 3%;
}

.pages ul li a {
    color: #555;
    padding: 7px 12px;
}

.pages ul li:hover {
    background: #0168bb;
    border: 1px solid #0168bb!important;
    color: #fff;
    font-size: 14px;
}

.pages ul li:hover a {
    color: #fff!important;
}

.thisclass {
    background: #0168bb;
    border: 1px solid #0168bb!important;
    color: #fff!important;
    font-size: 15px;
}

.thisclass a {
    color: #fff!important;
}

.pages ul li .pageinfo {
    margin: 0 10px;
}


/* 分页 end*/

#gotop {
    width: 50px;
    height: 50px;
    background-color: #0168bb;
    position: fixed;
    bottom: 150px;
    right: 50px;
    z-index: 999;
    border-radius: 5px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}


/* 其他 */

.pro_list .pro_info .shortdesc,
.shortdesc {
    font-family: 'Verdana', '微软雅黑'!important;
    font-size: 12px!important;
}

.shortdesc div,
.shortdesc p {
    font-family: 'Verdana', '微软雅黑'!important;
    font-size: 12px!important;
}


/* 屏幕（大于992px，小于 1200px） */

@media(min-width: 992px) and (max-width: 1200px) {
    .navbar-logo img {
        /* width: 200px; 
		height: 45px;*/
    }
    .header .navbar-nav li {
        padding: 0 10px;
    }
    .about_info .i_info {
        margin-bottom: 5%;
        height: 175px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
}

@media (max-width:1200px) {
    .header .navbar-nav li {
        padding: 0 0px;
    }
    .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .about_info .i_info {
        margin-bottom: 5%;
    }
    .app_item.one,
    .app_item.two,
    .app_item.three {
        margin-right: 4%!important;
    }
    .application_info .app_item.one {
        width: 200px;
    }
    .application_info .app_item.one .app_tab {
        width: 200px;
        height: 200px;
    }
    .application_info .app_item.two {
        width: 270px;
    }
    .application_info .app_item.two .app_tab {
        width: 270px;
        height: 270px;
    }
    .application_info .app_item.three {
        width: 205px;
    }
    .application_info .app_item.three .app_tab {
        width: 205px;
        height: 205px;
    }
    .application_info .app_item.four {
        width: 235px;
    }
    .application_info .app_item.four .app_tab {
        width: 235px;
        height: 235px;
    }
    .SearchModal {
        width: 50%;
    }
    .h_item_con .h_start {
        top: 20%
    }
    .honor_body ul li,
    .huanjing_body ul li,
    .customers_body ul li {
        width: 30.7%;
    }
    .imglist_item .imglist_li {
        width: 25%;
        float: left;
        height: 430px;
    }
    .footer-copyright {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .index_footer .footer_menu_eweima {
        width: 20%;
    }
    .index_footer .footer_menu_item {
        width: 80%;
    }
}

@media (max-width:1080px) {
    .header .navbar-nav li {
        padding: 0 0px;
    }
    .app_item.one,
    .app_item.two,
    .app_item.three {
        margin-right: 4%!important;
    }
    .application_info .app_item.one {
        width: 180px;
    }
    .application_info .app_item.one .app_tab {
        width: 180px;
        height: 180px;
    }
    .application_info .app_item.two {
        width: 250px;
    }
    .application_info .app_item.two .app_tab {
        width: 250px;
        height: 250px;
    }
    .application_info .app_item.three {
        width: 185px;
    }
    .application_info .app_item.three .app_tab {
        width: 185px;
        height: 185px;
    }
    .application_info .app_item.four {
        width: 215px;
    }
    .application_info .app_item.four .app_tab {
        width: 215px;
        height: 215px;
    }
    .imglist_item .imglist_li {
        width: 25%;
        float: left;
        height: 400px;
    }
    .left_contact .area_item a {
        display: block;
    }
}

@media (max-width:992px) {
    .header .container .navbar-header {
        margin: 0;
    }
    .header .navbar-toggle {
        margin-right: 0px;
    }
    a.m_lang {
        display: block;
    }
    .header .navbar-nav li i {
        display: block;
    }
    .header .navbar-nav li>a {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        /* padding: 15px 13px; */
    }
    .header .navbar-nav li dl {
        display: none;
        position: static;
        width: 100%;
        left: -0;
    }
    .navbar-collapse.in {
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
        max-height: 100vh;
    }
    .header .logo-brand {
        display: block;
        overflow: hidden;
        vertical-align: middle;
        line-height: 80px;
    }
    .header {
        height: 80px;
    }
    .header .container {
        padding: 0;
        height: 80px;
    }
    .logo-brand .logo-img img {
        width: 130px;
    }
    .logo-brand .search-img img {
        width: 70px;
    }
    .logo-brand .search-img {
        padding-left: 15px;
    }
    .app_item.one,
    .app_item.two,
    .app_item.three {
        margin-right: 4%!important;
    }
    .application_info .app_item.one {
        width: 140px;
    }
    .application_info .app_item.one .app_tab {
        width: 140px;
        height: 140px;
    }
    .application_info .app_item.two {
        width: 210px;
    }
    .application_info .app_item.two .app_tab {
        width: 210px;
        height: 210px;
    }
    .application_info .app_item.three {
        width: 165px;
    }
    .application_info .app_item.three .app_tab {
        width: 165px;
        height: 165px;
    }
    .application_info .app_item.four {
        width: 175px;
    }
    .application_info .app_item.four .app_tab {
        width: 175px;
        height: 175px;
    }
    .index_contact .contact_item {
        width: 48%;
        margin-bottom: 4%;
    }
    .index_contact .contact_item:first-child {
        width: 100%;
        overflow: hidden;
    }
    .left_contact .contact_item {
        margin: 0 5px;
    }
    .left_contact .contact_item h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .left_contact .contact_item h4 i {
        margin-right: 8px;
    }
    .left_contact .contact_item ul li {
        font-size: 12px;
        padding-left: 28px;
    }
    .h_item_con .h_start {
        top: 22%;
    }
    .honor_body ul li,
    .huanjing_body ul li {
        /*max-height: 200px;*/
        min-height: 200px;
    }
    .honor_body ul li .honor_img,
    .huanjing_body ul li .huanjing_img {
        height: 135px;
    }
    .honor_body ul li p,
    .huanjing_body ul li p {
        height: 45px;
        line-height: 22px;
        font-size: 12px;
    }
    .honor_body ul li {
        min-height: inherit;
    }
    .cate_li .cate_li_info .info_desc {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .pro_list .pro_info p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .pro_list .pro_info h3 a {
        font-size: 14px;
    }
    .pro_list .pro_down li a {
        font-size: 12px;
    }
    .pro_list .pro_down li {
        padding-left: 20px;
    }
    .npro_title h3 {
        font-size: 18px;
    }
    .imglist_item .imglist_li {
        width: 25%;
        float: left;
        height: 350px;
    }
    .left_menu ul li i {
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .pro_content img {
        max-height: 100%;
        max-width: 100%;
        height: 100%!important;
        width: 100%!important;
    }
}


/* 屏幕（大于768px，小于 992px） */

@media(min-width: 768px) and (max-width: 992px) {
    .navbar-logo {
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-logo img {
        margin: 0 auto;
        text-align: center;
    }
    .about_info .i_info {
        margin-bottom: 5%;
        height: 150px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .app_item.one,
    .app_item.two,
    .app_item.three {
        margin-right: 4%!important;
    }
    .application_info .app_item.one {
        width: 130px;
    }
    .application_info .app_item.one .app_tab {
        width: 130px;
        height: 130px;
    }
    .application_info .app_item.two {
        width: 190px;
    }
    .application_info .app_item.two .app_tab {
        width: 190px;
        height: 190px;
    }
    .application_info .app_item.three {
        width: 150px;
    }
    .application_info .app_item.three .app_tab {
        width: 150px;
        height: 150px;
    }
    .application_info .app_item.four {
        width: 160px;
    }
    .application_info .app_item.four .app_tab {
        width: 160px;
        height: 160px;
    }
    .cate_li .cate_li_info .info_desc {
        font-size: 12px;
        line-height: 20px;
        display: none;
    }
    .cate_li .cate_li_info .info_title {
        font-size: 14px;
    }
}


/* 屏幕（小于 768px） */

@media(max-width:768px) {
    .header .navbar-nav li i {
        display: block;
    }
    .header {
        height: 75px;
    }
    .header .container {
        padding: 0 15px;
        height: 75px;
    }
    .logo-brand {
        /* width: 50%; */
        line-height: 75px!important;
    }
    .logo-brand img {
        width: 80%;
    }
    a.m_lang img {
        width: inherit;
    }
    .index_about .i_item {
        width: 100%;
        float: left;
    }
    .about_info .i_info {
        margin-bottom: 5%;
        width: 100%;
    }
    .about_info .i_more {
        display: none;
    }
    .about_img .m_more {
        display: block;
        margin: auto;
        margin-top: 5%;
    }
    .about_img .item_tab .cell h3 {
        font-size: 18px;
    }
    .about_img .item_tab .cell img {}
    .cate_item .cate_itemtype {
        width: 100%;
        position: relative;
        padding: 0 8%;
        max-height: 67px;
        display: block;
        overflow: hidden;
    }
    .cate_item .cate_itemtype .swiper-cate {
        display: block;
        overflow: hidden;
    }
    .cate_itemlist {
        width: 100%;
        background-color: #fff;
        margin-top: 3%;
    }
    .cate_itemtype .swiper-wrapper .swiper-slide {
        width: 20%;
    }
    .cate_itemtype .swiper-button {
        /* position: absolute;
		left: 0;
		top: 0; */
    }
    .cate_itemtype .swiper-button .cate-button-prev {
        left: 0;
        background: url(../images/arrow-left.png) center no-repeat;
        background-size: 30px;
    }
    .cate_itemtype .swiper-button .cate-button-next {
        right: 0;
        background: url(../images/arrow-right.png) center no-repeat;
        background-size: 30px;
    }
    .cate_itemtype .swiper-button .cate-button-prev::after,
    .cate_itemtype .swiper-button .cate-button-next::after {
        font-size: 0;
    }
    .cate-button-next,
    .cate-button-prev {
        outline: 0;
        color: #fff;
        background-color: #333!important;
    }
    .swiper-button {
        display: block;
    }
    .pc-cate {
        display: none;
    }
    .m-cate {
        display: block;
    }
    .app_item.one,
    .app_item.two,
    .app_item.three {
        margin-right: 15%!important;
    }
    .application_info .app_item.one {
        width: 35%;
    }
    .application_info .app_item.two {
        width: 35%;
    }
    .application_info .app_item.three {
        width: 35%;
    }
    .application_info .app_item.four {
        width: 35%;
    }
    .index_application {
        background-size: cover;
    }
    .application_info .app_item {
        height: 420px;
    }
    .SearchModal {
        width: 60%;
    }
    .content_left {
        width: 100%;
    }
    .content_left .left_menu,
    .content_left .left_search,
    .content_left .left_contact {
        display: none;
    }
    .content_left .left_m_menu {
        display: block;
        overflow: hidden;
        margin: 5% 0;
    }
    .content_right {
        width: 100%;
    }
    .positon .navbar-form .form-group {
        width: 80%;
    }
    .positon .right button.btn-default {
        width: 20%;
    }
    .h_item_con .h_start {
        top: 25%;
    }
    .cate_num h1 {
        font-size: 80px;
    }
    .cate_num h3 {
        font-size: 16px;
        color: #0168bb;
    }
    .cate_li .cate_li_info .info_title {
        font-size: 14px;
    }
    .cate_li .cate_li_info .info_desc {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .m_cate_menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #FFFFFF;
        overflow: scroll;
    }
    .m_cate_menu h3 {
        position: fixed;
        width: 100%;
        z-index: 1;
        border-bottom: 1px solid #ccc;
    }
    .m_cate_menu ul {
        margin-top: 80px;
    }
    .m_cate_nav {
        display: block;
    }
    .npro_title h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .npro_title {
        top: 0;
    }
    .npro_title a.p_details {
        margin-top: 8%;
        font-size: 12px;
        width: 70px;
    }
    .application_info .app_item.one .app_info,
    .application_info .app_item.three .app_info {
        position: absolute;
        bottom: 3%!important;
    }
    .application_info .app_item.two,
    .application_info .app_item.four {
        width: 35%;
        margin-left: 15%!important;
        margin-right: 0%!important;
    }
    .cate_li .cate_li_info .info_desc {
        font-size: 12px;
        line-height: 20px;
        display: none;
    }
}

@media (max-width:640px) {
    .cate_tab .pro_tab .pro_info {
        padding: 0 5%;
    }
    .cate_tab .pro_tab .pro_info .info_title {
        font-size: 14px;
    }
    .cate_tab .pro_tab .pro_info .info_desc {
        font-size: 12px;
        display: none;
    }
    .index_honor .honor_list .honor_li .h_img {
        height: 195px;
    }
    .index_customers .customers_content .customers_item ul li {
        width: 31.3%;
    }
    .index_customers .customers_content .customers_item ul li img {
        height: 75px;
    }
    .SearchModal {
        width: 80%;
    }
    .honor_body ul li p,
    .huanjing_body ul li p {
        height: 30px;
        font-size: 12px;
        line-height: 16px;
    }
    .cate_l,
    .cate_r,
    .cate_li {
        height: 400px;
    }
    .cate_li_tab,
    .cate_li_info {
        height: 200px;
    }
    .cate_l {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5%;
    }
    .cate_r {
        width: 100%;
    }
    .pro_list {
        height: auto;
    }
    .pro_list .pro_info a.p_more {
        font-size: 12px;
    }
    .pro_list .pro_img {
        width: 40%;
    }
    .pro_list .pro_info {
        width: 60%;
        box-shadow: none;
    }
    .pro_list .pro_down {
        width: 100%;
        border-top: 2px solid #eee;
        padding: 1% 3%;
    }
    .pro_list .pro_down li {
        padding-left: 26px;
        display: inline-block;
        padding-right: 15px;
    }
    .box1 .npro_item,
    .box2 .boxl,
    .box2 .boxr {
        width: 100%;
    }
    .box1 .npro_item:first-child,
    .box1 .npro_item:last-child,
    .box2 .boxr,
    .box2 .boxl,
    .box2 .boxl .npro_item:first-child {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3%;
    }
    .npro_title a.p_details {
        width: 100px;
    }
    .imglist_item {
        display: block;
        overflow: hidden;
        max-height: initial;
        margin-top: 5%;
    }
    .imglist_item .imglist_li {
        width: 100%;
        float: left;
        height: 350px;
        margin-top: 5%;
        display: none;
    }
    .imglist_item .imglist {
        width: 100%;
        float: left;
        border: 5px solid #0168bb;
        margin-right: 0%;
    }
    .lx_left {
        width: 100%;
        margin-right: 0;
    }
    .lx_right {
        width: 100%;
        margin-right: 0;
        padding-top: 3%;
    }
    .lingyu_item:nth-child(3n) {
        margin-right: 5%;
    }
    .lingyu_item:nth-child(2n) {
        margin-right: 0;
    }
    .lingyu_item {
        width: 47.5%;
    }
    .lingyu_item .ly_info h3 {
        font-size: 16px;
        color: #fff;
        padding-top: 30%;
    }
    .lingyu_item .ly_info p {
        font-size: 12px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }
    .application_info .lineWrap {
        display: none;
    }
    .application_info .app_item {
        width: 100%!important;
        height: 300px;
        margin-top: 3%;
    }
    .application_info .app_item.two,
    .application_info .app_item.four {
        margin-left: 0%!important;
        margin-right: 0%!important;
    }
    .application_info .app_item .app_tab {
        position: absolute;
        top: 0;
        width: 135px!important;
        height: 135px!important;
        left: 50%;
        margin-left: -67.5px;
    }
    .application_info .app_item .app_info {
        position: absolute;
        bottom: 0!important;
        text-align: center;
    }
    .cate_li .cate_li_info .info_desc {
        font-size: 12px;
        line-height: 20px;
        display: block;
    }
    .left_m_menu ul li {
        width: auto;
        padding: 0px 15px;
        font-size: 14px;
    }
}


/* 屏幕（大于480px） */

@media (min-width: 480px) {
    .m_claim {
        display: none;
    }
}


/* 屏幕（小于480px） */

@media(max-width: 480px) {
    .logo-brand .logo-img img {
        width: 120px;
    }
    .logo-brand .search-img {
        padding-left: 0;
    }
    .logo-brand .search-img img {
        width: 55px;
    }
    .navbar-toggle {
        padding: 8px 8px;
        margin-top: 18px;
    }
    .header {
        height: 65px;
    }
    .header .container {
        padding: 0 15px;
        height: 65px;
    }
    .logo-brand {
        /* width: 50%; */
        line-height: 65px!important;
    }
    .banner .swiper-banner .swiper-button-next,
    .banner .swiper-banner .swiper-button-prev {
        width: 30px !important;
        background-size: 24px;
    }
    .cate_tab .pro_tab {
        float: left;
        width: 50%;
        position: relative;
        /* height: 600px; */
    }
    .cate_tab .pro_tab:last-child {
        width: 100%;
    }
    .cate_tab .pro_tab:last-child .pro_img,
    .cate_tab .pro_tab:last-child .pro_info {
        width: 50%;
        float: left;
    }
    .cate_tab .pro_tab:last-child .pro_info .box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        text-align: left;
        padding: 0 5%;
    }
    .cate_tab .pro_tab:last-child .pro_info .corner {
        position: absolute;
        top: 40%;
        left: -10%;
        width: 0px;
        height: 0px;
        border: 10px solid #0168bb;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
    .cate_item .cate_itemtype {
        width: 100%;
        position: relative;
        padding: 0 10%;
        max-height: 67px;
        display: block;
        overflow: hidden;
    }
    .cate_tab .pro_tab .pro_info .info_desc {
        margin-bottom: 5%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: none;
    }
    .index_customers .customers_content .customers_item ul li {
        width: 32%;
    }
    .index_customers .customers_content .customers_item ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index_customers .customers_content .customers_item ul li img {
        width: 100%;
        height: auto;
    }
    .index_contact .contact_item {
        width: 100%;
        margin-bottom: 4%;
    }
    .index_footer .footer_menu_eweima {
        width: 100%!important;
    }
    .index_footer .f_eweima img {
        max-width: 90px;
        margin-bottom: 15px;
    }
    .index_footer .f_eweima p {
        font-size: 12px;
    }
    .index_footer .footer_menu_item {
        width: 100%!important;
    }
    .index_footer .footer_menu_item ul {
        width: 100%!important;
        border-right: none;
    }
    .index_footer .footer_menu_item ul h4 {
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .index_footer .footer_menu_item ul:nth-child(1) {
        display: none;
    }
    .index_footer .footer_menu_item ul:nth-child(3) {
        display: none;
    }
    .index_footer .footer_menu_en ul:nth-child(4),
    .index_footer .footer_menu ul:nth-child(4) {
        display: none;
    }
    .index_footer .f_eweima {
        width: initial;
        text-align: center;
        color: #fff;
    }
    .copyright_content p.foot_lt,
    .copyright_content p.foot_rt {
        float: initial;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .copyright_content {
        padding: 10px 0;
    }
    .t_title h2 {
        font-size: 24px;
        float: initial;
        text-align: center;
    }
    .t_title h3 {
        font-size: 12px;
        float: initial;
        text-align: center;
        padding-left: 0;
    }
    .t_title p {
        font-size: 12px;
        float: initial;
        text-align: center;
    }
    .application_info .app_item {
        height: 370px;
    }
    /* .left_m_menu{
		
	}
	.left_m_menu ul li {
	     line-height: 40px;
	     width: 31%;
		 font-size: 14px;
	} */
    .positon .right .navbar-form {
        display: none;
    }
    .h_item_year .round {
        right: -9px;
        width: 15px;
        height: 15px;
    }
    .h_item_year p {
        font-size: 12px;
    }
    .h_item_year h3 {
        font-size: 20px;
    }
    .h_item_con .h_start {
        top: 19%;
        left: -17px;
        border-bottom: 10px solid #f1f1f1;
        border-right: 15px solid #f1f1f1;
        border-top: 10px solid #f1f1f1;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
    .history_item:hover .h_item_con .h_start {
        border-bottom: 10px solid #0168bb;
        border-right: 15px solid #0168bb;
        border-top: 10px solid #0168bb;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
    .honor_body ul li:nth-child(3n+3),
    .huanjing_body ul li:nth-child(3n+3),
    .customers_body ul li:nth-child(3n+3) {
        margin-right: 3%;
    }
    .honor_body ul li:nth-child(2n+2),
    .huanjing_body ul li:nth-child(2n+2),
    .customers_body ul li:nth-child(2n+2) {
        margin-right: 0%;
    }
    .honor_body ul li,
    .huanjing_body ul li,
    .customers_body ul li {
        width: 47%;
    }
    .honor_body ul li p,
    .huanjing_body ul li p {
        font-size: 12px;
    }
    .down_img,
    .down_info {
        width: 100%;
        padding-right: 0;
    }
    .policy_body .xuanyan_item .xy_img,
    .safe_policy2 .xy_img {
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .safe_policy2 .xy_img img {
        margin: 0% auto;
    }
    .safe_policy ul li {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 14px;
        margin-left: 1%;
        margin-right: 1%;
    }
    .zhengce ul li {
        width: 50%;
        margin-bottom: 5%;
    }
    .jobs_list thead tr th {
        width: 33.33%
    }
    .jobs_list table tbody tr td:nth-child(3),
    .jobs_list thead tr th:nth-child(3) {
        display: none;
    }
    #gotop {
        width: 45px;
        height: 45px;
        line-height: 45px;
        right: 20px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 26px;
    }
    .positon .left {
        float: left;
        width: 100%;
        line-height: 55px;
    }
    .d_title {
        text-align: center;
        font-size: 16px;
        color: #0168bb;
        line-height: 24px;
    }
    .application_info .app_item {
        height: 300px;
    }
    .video_body .video {
        width: 100%;
        margin: 0;
        margin-bottom: 5%;
    }
}

@keyframes scale-big {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes scale-big
/*Safari and Chrome*/

{
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.left_search {
    display: none;
}

.pro_list .pro_info .shortdesc,
.shortdesc {
    color: #41444e!important;
    margin: 0 0 5px;
}