@charset "utf-8";

/*全局样式*/

* {
    /*margin: 0;*/
    padding: 0;
    list-style: none;
    border: 0;
    transition: all;
    -o-transition: all;
    -ms-transition: all;
    -moz-transition: all;
    -webkit-transition: all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 10px;
}

body::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	/*border-radius: 10px;*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: #005ba3;
}

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


/*.product-detail table{*/
/*margin:auto*/
    
/*}*/
.product-detail td{
    border: 1px solid #f5f5f5;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

body,
html {
    font-family: "微软雅黑";
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin: 0 auto;
    color: #808080;
    max-width: 2560px;
}

p,
li,
ul,
li,
h1,
h2,
h3,
h4,
h5,
img,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    background: none;
    font-weight: normal;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.fix:before,
.fix:after,
.clear {
    display: table;
    clear: both;
    content: '';
}

h1,
h2,
h3,
h4,
h5 {
    line-height: normal;
}

i,
em {
    font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.imgZoom img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

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

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none
}

.en {
    font-family: arial;
}

.l {
    float: left;
}

.r {
    float: right;
}

.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.wrap-1 {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


/*全站通用样式*/

.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.ac {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

*[class*="icon0"] {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}


/*头部样式*/

.pageheader {
    width: 100%;
    z-index: 200;
    position: fixed;
    top: 40px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.pageheader .header {
    background-color: rgba(255, 255, 255, 0.98);
    padding: 0 30px;
    box-shadow: 0 1px 2px #eee;
}

.tophide {
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 2px #eee;
}

.tophide .header {
    background-color: initial;
    box-shadow: none;
}

.logo {
    padding: 20px 0;
    /*width: 110px;*/
}

.logo a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.logo a img{
    max-height: 100%;
}

.nav>ul>li {
    position: relative;
    float: left;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    color: #000;
    padding: 0 23px;
    line-height: 80px;
    margin: 0 2px;
}

.nav>ul>li>a:after,
.cp-cata>ul>li>a:after,
.al-cata>ul>li>a:after,
.xw-cata>ul>li>a:after,
.foot-menu>ul>li>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #005ba3;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 44px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.nav>ul>li>a span,
.cp-cata>ul>li>a span,
.al-cata>ul>li>a span,
.xw-cata>ul>li>a span,
.foot-menu>ul>li>a span {
    position: relative;
    z-index: 12;
}

.nav>ul>li>a:hover:after,
.nav>ul>li.cur01 a:after,
.cp-cata>ul>li>a:hover:after,
.cp-cata>ul>li.cur02 a:after,
.al-cata>ul>li>a:hover:after,
.al-cata>ul>li.cur03 a:after,
.xw-cata>ul>li>a:hover:after,
.xw-cata>ul>li.cur04 a:after,
.foot-menu>ul>li>a:hover:after,
.foot-menu>ul>li.cur01 a:after {
    opacity: 1;
    visibility: visible;
    top: 42px;
}

.m_nav,
.m_img {
    display: none;
}

.i_ico {
    width: 24px;
    height: 24px;
    background: url(../images/ss.png)no-repeat center center;
}

.pageheader .top_r {
    width: 5%;
    margin-top: 28px;
}

.pageheader .seach_btn {
    cursor: pointer;
}

.pageheader .seach_btn.cur {
    background: url(../images/ggb.png)no-repeat center center;
}

.pageheader .search_bj {
    background-color: rgba(255, 255, 255, 0.96);
    position: absolute;
    top: 100%;
    padding: 5px 5px;
    width: 21%;
    display: none;
    right: 0;
}

.pageheader .search_box {
    background-color: #fff;
    padding: 10px 25px 10px 20px;
}

.pageheader .search_box form {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
}

.pageheader .search_box .inp_box {
    width: 70%;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.pageheader .search_box .search_ico {
    width: 20px;
    height: 21px;
    background: url(../images/ss.png)no-repeat center center;
    cursor: pointer;
}

.pageheader .search_box input::-webkit-input-placeholder {
    color: #999;
}

.pageheader .search_box input:-moz-placeholder {
    color: #999;
}

.pageheader .search_box input::-moz-placeholder {
    color: #999;
}

.pageheader .search_box input:-ms-input-placeholder {
    color: #999;
}

.tophide-1 .i_ico {
    background: url(../images/ss01.png)no-repeat center center;
}


/*广告样式*/

.index-banner {
    position: relative;
    overflow: hidden;
}

.index-banner .swiper-pagination {
    top: 50%;
    left: 3%;
    text-align: left;
    width: auto;
    margin-top: -60px;
    display: none;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    position: relative;
    height: 40px;
    width: 80px;
    background: none;
    color: #bfbfbf;
    opacity: 1;
    line-height: 40px;
    margin: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    color: #005ba3;
}

.index-banner .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #005ba3;
    -webkit-transition: all .6s;
    transition: all .6s;
    top: 50%;
    margin-top: -0.5px;
    left: 28px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 40px;
}

.scroll-1 {
    position: absolute;
    bottom: 6%;
    width: 28px;
    left: 50%;
    margin-left: -14px;
    text-align: center;
    animation: removey .5s linear infinite alternate;
    -webkit-animation: removey .5s linear infinite alternate;
    background: url(../images/gunlun-1.png) no-repeat center center;
    height: 50px;
    z-index: 10;
    cursor: pointer;
}

@keyframes removey {
    0% {
        -webkit-transform: translateY(10px;
        );
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px;
        );
        transform: translateY(-10px)
    }
}

@-webkit-keyframes removey {
    0% {
        -webkit-transform: translateY(10px;
        );
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px;
        );
        transform: translateY(-10px)
    }
}


/*首页关于我们*/

.pageabout,
.pageproduct,
.pagecase {
    padding: 100px 0;
    position: relative;
    width: 100%;
}

.about-l {
    width: 53%;
    padding-right: 9%;
}

.about-l>p {
    margin: 40px 0 50px 0;
    text-align: justify;
    line-height: 2;
}

.more {
    width: 156px;
    height: 42px;
    border: solid 2px #ddd;
    font-weight: bold;
    color: #333;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
    display: block;
}

.more i {
    font-size: 24px;
    padding-left: 4px;
}

.more:hover {
    color: #fff;
    border-color: #005ba3;
}

.more .bgsqr1,
.more .bgsqr2,
.more .bgsqr3,
.more .bgsqr4 {
    background: #005ba3;
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.35;
}

.more .bgsqr3,
.more .bgsqr4 {
    opacity: 0.75;
}

.more .bgsqr1 {
    left: 0;
}

.more .bgsqr2 {
    right: 0
}

.more .bgsqr3 {
    right: 0;
}

.more .bgsqr4 {
    left: 0;
}

.more:hover .bgsqr1,
.more:hover .bgsqr2,
.more:hover .bgsqr3,
.more:hover .bgsqr4 {
    width: 100%;
}

.more:hover .bgsqr3,
.more:hover .bgsqr4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.more span {
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.index-title {
    position: relative;
    align-items: center;
}

.kx {
    width: 300px;
    height: 130px;
    border: solid 5px #f5f5f5;
    margin-left: 40px;
    z-index: 10;
    position: relative;
}

.index-title .title {
    position: absolute;
    left: 0;
    z-index: 12;
}

.index-title .title h2,
.index-title .title h3 {
    font-size: 32px;
    font-weight: bold;
}

.index-title .title h2 {
    color: #005ba3;
    margin-bottom: 10px;
}

.index-title .title h3 {
    color: #333;
}

.about-r {
    width: 47%;
}

.pageproduct {
    background-color: #f5f5f5;
}

.pageproduct .kx {
    border-color: #fff;
}

.product-l {
    width: 38%;
    padding-right: 6%;
    position: relative;
}

.product-l .more,
.case-l .more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.cp-cata,
.al-cata {
    padding: 40px 0 50px 0;
}

.cp-cata>ul>li,
.al-cata>ul>li,
.xw-cata>ul>li,
.foot-menu>ul>li {
    padding: 16px 0;
    color: #000;
    margin: 0 20px;
}

.cp-cata>ul>li a,
.al-cata>ul>li a,
.xw-cata>ul>li a,
.foot-menu>ul>li a {
    position: relative;
    padding: 0 20px;
}

.cp-cata>ul>li>a:after,
.al-cata>ul>li>a:after,
.xw-cata>ul>li>a:after,
.foot-menu>ul>li>a:after {
    top: 16px;
}

.cp-cata>ul>li>a:hover:after,
.cp-cata>ul>li.cur02 a:after,
.al-cata>ul>li>a:hover:after,
.al-cata>ul>li.cur03 a:after,
.xw-cata>ul>li>a:hover:after,
.xw-cata>ul>li.cur04 a:after,
.foot-menu>ul>li>a:hover:after,
.foot-menu>ul>li.cur01 a:after {
    top: 14px;
}

.product-r {
    width: 62%;
}

.product-r ul {
    width: 104%;
    display: none;
}

.col01 {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
}

.col01:nth-child(3),
.col01:nth-child(4) {
    margin-bottom: 0;
}

.col01 a {
    display: block;
    position: relative;
}

.col01 a .cp-con {
    position: relative;
}

.col01 a .cp-con h3 {
    background-color: #9a9a9a;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over-layer {
    padding: 20px 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
}

.over-layer .over {
    text-align: center;
    padding: 20px 20px;
    position: relative;
    z-index: 12;
}

.over-layer .over i {
    font-size: 24px;
    color: #333;
}

.over-layer .over h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.over-layer .over p {
    color: #fff;
    font-size: 14px;
}

.over-layer:after {
    position: absolute;
    display: block;
    content: '';
    /*background-color: rgba(252, 165, 1, 0.9);*/
    background-color: #005ba3;
    opacity: .9;
    z-index: 10;
    right: 20px;
    left: 20px;
    bottom: 20px;
    top: 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.col01 a:hover .cp-con h3 {
    opacity: 0;
    visibility: hidden;
}

.col01 a:hover .over-layer {
    opacity: 1;
    visibility: visible;
}

.pageservice {
    position: relative;
}

.service-l {
    width: 40%;
    background-color: #232323;
}

.service-r {
    width: 60%;
}

.service-list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.service-list .kx {
    width: 210px;
    border-color: #333;
}

.service-list .index-title .title h3 {
    color: #fff;
}

.service-list .about-l .more {
    border-color: #333;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-list .about-l {
    width: 28%;
    padding-right: 8%;
}

.s-list-r {
    background-color: #fff;
    width: 72%;
    padding: 90px 90px;
}

.s-list-r dl {
    width: 36%;
    margin: 0 7%;
    float: left;
    margin-bottom: 8%;
}

.s-list-r dl:nth-child(3),
.s-list-r dl:nth-child(4) {
    margin-bottom: 0;
}

.s-list-r dl dt {
    align-items: center;
    margin-bottom: 20px;
}

.s-list-r dl dt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*padding-left: 12px;*/
}
.s-list-r dl dt img{
    display: none;
}
.s-list-r dl dt:hover h3{
    color: #005ba3;
}
.case-l {
    width: 28%;
    padding-right: 6%;
    position: relative;
}

.case-r {
    width: 72%;
}

.case-r ul {
    width: 103%;
    display: none;
}

.case-r ul .col01 {
    width: 30.33333%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
}

.case-r ul .col01:nth-child(4),
.case-r ul .col01:nth-child(5),
.case-r ul .col01:nth-child(6) {
    margin-bottom: 0;
}

.case-l .kx {
    width: 228px;
    border-color: #f5f5f5;
}

.i-new-t {
    align-items: center;
}

.i-new-t .kx {
    width: 320px;
}

.news-list {
    display: none;
}

.xw-cata {
    width: 24%;
}

.xw-cata>ul {
    text-align: center;
}

.xw-cata>ul>li {
    display: inline-block;
    margin: 0 0;
}

.new-r {
    padding-top: 50px;
}

.xw-infor {
    position: relative;
    overflow: hidden;
}

.xw-infor .over {
    position: absolute;
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 20px;
    background-color: rgba(0, 91, 163, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.xw-infor .over i {
    font-size: 26px;
    color: #fff;
}

.news-list {
    position: relative;
}

.news-list .swiper-slide a .main h2,
.sub-new-list>ul>li a .main h2 {
    font-size: 20px;
    color: #333;
    margin: 24px 0 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .swiper-slide a .main time,
.sub-new-list>ul>li a .main time {
    font-family: arial;
}

.news-list .swiper-slide a:hover .xw-infor .over,
.sub-new-list>ul>li a:hover .xw-infor .over {
    opacity: 1;
    visibility: visible;
}

.new-button-next,
.new01-button-next {
    background-image: url(../images/jt04.png);
    right: -6%;
}

.new-button-prev,
.new01-button-prev {
    background-image: url(../images/jt03.png);
    left: -6%;
}

.new-button-next,
.new-button-prev,
.new01-button-next,
.new01-button-prev {
    width: 44px;
    height: 44px;
    background-size: 12px 21px;
    margin-top: -22px;
    border-radius: 50%;
    border: solid 1px #e4e4e4;
}


/*首页底部*/

.index-foot {
    background-color: #e8e8e8;
    padding: 80px 0 64px 0;
}

.foot-menu>ul {
    text-align: center;
}

.foot-menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.foot-menu>ul>li:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #c3c3c3;
    right: -16px;
    top: 50%;
    margin-top: -5px;
}

.foot-menu>ul>li:last-child:after {
    display: none;
}

.copy {
    background-color: #232323;
    text-align: center;
    padding: 11px 0;
}

.share-list {
    text-align: center;
    margin-bottom: 28px;
}

.index-foot .bshare-custom a {
    margin: 0 12px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding-left: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.index-foot .bshare-weixin {
    background: url(../images/wx.png)no-repeat center center!important;
}

.index-foot .bshare-sinaminiblog {
    background: url(../images/wb.png)no-repeat center center!important;
}

.index-foot .bshare-qqim {
    background: url(../images/qq.png)no-repeat center center!important;
}

.index-foot .bshare-weixin:hover {
    background: url(../images/wx.png)#005ba3 no-repeat center center!important;
}

.index-foot .bshare-sinaminiblog:hover {
    background: url(../images/wb.png)#005ba3 no-repeat center center!important;
}

.index-foot .bshare-qqim:hover {
    background: url(../images/qq.png)#005ba3 no-repeat center center!important;
}

.index-foot .bshare-custom a:hover {
    opacity: 1;
}

.bsTop {
    width: 208px!important;
}

.bsFrameDiv>div {
    width: 208px!important;
    height: 208px!important;
}

.bsFrameDiv>div img {
    margin: 15px!important;
}


/*内页样式*/


/*内页导航样式*/

.tophide-1 {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 2px #eee;
    top: 0;
}

.tophide-1 .header {
    background-color: initial;
    box-shadow: none;
}

.sec_banner {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}


/*面包屑*/

.breadcrumbs {
    color: #333;
    padding: 26px 0;
    align-items: center;
    width: 100%;
}

.breadcrumbs a {
    color: #999;
}

.breadcrumbs span {
    display: block;
    width: 11px;
    margin: 0 8px;
    color: #000;
}

.breadcrumbs a:hover {
    color: #005ba3;
}

.icon01 {
    background-image: url(../images/home.png);
    width: 15px;
    height: 20px;
    margin-right: 8px;
    margin-top: 1px;
}

.breadcrumbs>p {
    /*width: 48%;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subpage {
    padding: 0 0 40px;
}
.subpage{
    padding-top: 0 !important;
}

.sub-title {
    text-align: center;
}

.sub-title h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-title h3 {
    font-size: 30px;
    color: #ddd;
}

.sub-product-t {
    padding: 40px 0;
}




.sub-product-t ul {
    text-align: center;
}

.sub-product-t ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 5px 0;
}

.sub-product-t ul li a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 20px;
    color: #000;
    line-height: normal;
    border: solid 2px #ddd;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.sub-product-t ul li a:hover,
.sub-product-t ul li.cur05 a {
    background-color: #005ba3;
    border-color: #005ba3;
    color: #fff;
}

.sub_togg ul{
    display: flex;
    justify-content: center;
}
.sub_togg ul li{
    margin: 0 26px;
}
.sub_togg ul li a{
    display: block;
    font-size: 18px;
    color: #666;
      border-bottom: 2px solid transparent;
      padding-bottom: 8px;
      transition: .4s;
}
.sub_togg ul .active a{
    color: #000;
    border-bottom: 2px solid #005ba3;
    
}
.sub_togg ul li a:hover{
    color: #005ba3;
}
.sub-product-list ul {
    width: 103%;
}

/*.sub-product-list ul.fix {*/
    /*width: 103%;*/
    /*-moz-column-count: 3;*/
     /*Firefox */
    /*-webkit-column-count: 3;*/
     /*Safari 和 Chrome */
    /*column-count: 3;*/
    /*-moz-column-gap: 1em;*/
    /*-webkit-column-gap: 1em;*/
    /*column-gap: 1em;*/
/*}*/

.sub-product-list ul .col01 {
    width: auto;
    float: left;
    margin-bottom: 3%;
    margin-right: 3%;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}


/*产品详情*/

.sub-detail>h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

.detail-con {
    align-items: center;
    padding: 50px 50px;
    background-color: #f5f5f5;
    margin: 40px 0;
}

.detail-con-l {
    width: 38%;
}

.detail-con-r {
    width: 62%;
    padding-left: 5%;
}

.gallery-top {
    margin-bottom: 20px;
}

.gallery-thumbs .swiper-slide {
    border: solid 2px #ddd;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: solid 2px #005ba3;
}

.detail-con-r>h4 {
    font-size: 14px;
    color: #333;
    align-items: center;
}

.icon02 {
    background-image: url(../images/icon02.png);
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.icon03 {
    background-image: url(../images/icon03.png);
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.detail-con-r>h2 {
    font-size: 30px;
    color: #666;
    margin: 20px 0 32px 0;
}

.detail-con-r>p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin-top: 12px;
}

.zixun {
    align-items: center;
    margin-top: 50px;
}

.zixun>p {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    color: #005ba3;
    align-items: center;
    margin-left: 20px;
}

.more-1 {
    width: 200px;
    height: 45px;
    background-color: #005ba3;
    border-radius: 35px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.more-1 span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.more-1:hover {
    color: #fff;
}

.more-1 i {
    font-size: 24px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon04 {
    background-image: url(../images/tel.png);
    width: 16px;
    height: 20px;
    margin-right: 8px;
}

.detail-t {
    margin-bottom: 32px;
}

.detail-t h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.detail-t h3 {
    font-size: 30px;
    color: #ddd;
}

.product-detail>p {
    font-size: 18px;
    color: #333;
    line-height: 2.2;
}

.relate-list {
    padding-top: 60px;
}

.relate-list ul,
.sub-const-list ul {
    width: 103%;
}

.relate-list ul .col01,
.sub-const-list ul .col01 {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.case-detail {
    color: #333;
}

.case-detail p {
    line-height: 2.2;
    text-align: justify;
}

.case-time {
    align-items: center;
    margin: 40px 0;
}

.case-time span {
    display: inline-block;
}

.case-time .dot {
    width: 38%;
    border-bottom: dashed 1px #999;
}

.case-time .time {
    width: 24%;
    color: #999;
    text-align: center;
}

.history {
    position: relative;
    min-height: 150px;
    margin: 40px 0 80px 0;
}

.history:before {
    content: '';
    position: absolute;
    width: 2px;
    min-height: 150px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: block;
    background-color: #ddd;
    z-index: -1;
    height: 100%;
}

.history:after {
    content: 'END';
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -18px;
    font-family: arial;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

._year {
    width: 110px;
    height: 110px;
    border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 110px;
}

._year span {
    background-color: #005ba3;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: inline-block;
    font-size: 22px;
    color: #000;
    line-height: 90px;
}

.his-list ul li h2 {
    font-size: 30px;
    align-items: center;
    color: #000;
    margin-bottom: 16px;
}

.his-list ul li h2 i {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 50%;
    margin-left: -7px;
}

.his-list ul li h2 i:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.his-list ul li h2 span {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ddd;
    margin: 0 24px 0 10px;
}

.his-list ul li {
    width: 50%;
    padding-left: 5%;
    margin: 20px 0;
}

.his-list ul li:nth-child(2n+1) {
    margin-left: 50%;
    width: 50%;
    padding: 0 5% 0 0;
}

.his-list ul li:nth-child(2n) h2 {
    flex-direction: row-reverse;
}

.his-list ul li:nth-child(2n) h2 i {
    margin-right: -7px;
}

.his-list ul li:nth-child(2n) h2 span {
    margin: 0 17px 0 20px;
}

.his-list ul li p {
    padding-left: 101px;
    text-align: justify;
}

.his-list ul li:nth-child(2n) P {
    padding-left: 0;
    padding-right: 101px;
}


/*新闻动态*/

.sub-new-list>ul {
    width: 103%;
}

.sub-new-list>ul>li.col01 {
    width: 30.33333%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.tab-support {
    display: none;
}

.tab-support>h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.tab-support>h3:before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #005ba3;
    left: 0;
    position: absolute;
    top: 4px;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 50px 0;
}

.sub-distri-con>h3,
.sub-about-con>h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
}

.honor {
    width: 103%;
}

.honor dl {
    width: 30.33333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    text-align: center;
}

.honor dl dd {
    font-size: 20px;
    color: #333;
    padding: 12px 15px 0px 15px;
}

.contact {
    padding: 70px 10%;
    background-color: #fff;
    box-shadow: 0 12px 16px #eee;
    margin-bottom: -140px;
}

.contact-l {
    width: 40%;
}

.contact-l dl {
    padding-bottom: 20px;
}

.contact-l dl dt {
    font-size: 14px;
}

.contact-l dl dd {
    color: #000;
}

.contact-l .lx-pic {
    width: 66%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb( 19, 11, 18, 0.2);
    margin-top: 20px;
}

.contact-l .lx-pic img {}

.contact-r {
    width: 50%;
}

.contact-r h4 {
    font-size: 20px;
    font-weight: bold;
    color: #005ba3;
    text-align: center;
    margin-bottom: 40px;
}

.cd-form {
    max-width: 1145px;
    margin: 0 auto;
}

.cd-form .cd-1 {
    width: 102%;
}

.cd-form .m-form input {
    padding: 10px 10px;
    width: 100%;
    border-radius: 3px;
}

.cd-form .m-form {
    position: relative;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
    float: left;
}

.cd-form .cd-1 .m-form:nth-child(3) {
    width: 98%;
}

.cd-form .cd-1 .m-form label,
.cd-form .m-form-1 label {
    color: #000;
    padding-left: 24px;
    position: relative;
    margin-bottom: 4px;
    display: block;
}

.cd-form .cd-1 .m-form label:before,
.cd-form .m-form-1 label:before {
    content: '*';
    display: block;
    position: absolute;
    left: 10px;
    top: 3px;
    color: #f00;
}

.tijiao button {
    width: 230px;
    background-color: #005ba3;
    height: 40px;
    line-height: 40px;
    color: #000;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    transition: 0.5s;
    text-align: center;
    border-radius: 5px;
}

.tijiao .tj:hover {
    background-color: #1d75b3;
}

.cd-form .m-form-1 textarea {
    width: 100%;
    height: 115px;
    border-radius: 3px;
    resize: none;
    padding: 12px 10px;
    overflow: hidden;
}

.cd-form .m-form input,
.cd-form .m-form-1 textarea.ms {
    background: #f5f5f5;
    font-size: 14px;
}

.cd-form .m-form-1 textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form-1 textarea:-moz-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form-1 textarea::-moz-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form-1 textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form input:-moz-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form input::-moz-placeholder {
    color: #b3b3b3;
}

.cd-form .m-form input:-ms-input-placeholder {
    color: #b3b3b3;
}
.sub-product {
    z-index: 1;
}

.address {
    height: 500px;
    width: 100%;
    position: relative;
    /*z-index: -1;*/
}


/*分页*/

.page-nation {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 0 60px 0;
}

.pager ul {
    text-align: center;
}

.pager ul li {
    display: inline-block;
}

.pager ul li span.current {
    background: #005ba3;
    color: #363636;
    position: relative;
    z-index: 1;
}

.pager ul li a:hover {
    position: relative;
    z-index: 1;
    background: #005ba3;
}

.pager ul li span:hover {
    position: relative;
    z-index: 1;
}

.pager ul li a,
.pager ul li span {
    width: 48px;
    height: 48px;
    margin-left: -1px;
    color: #363636;
    display: inline-block;
    line-height: 48px;
    border-radius: 3px;
    text-decoration: none;
    margin: 3px 3px;
    font-size: 18px;
    border: solid 1px #eaeaea;
}

.pager .pg-next,
.pager .pg-prev {
    background-color: inherit;
    color: #666;
    width: auto;
    font-size: 18px;
    padding: 0 20px;
}

.pager .pg-next:hover,
.pager .pg-prev:hover {
    background-color: inherit;
}


/*图片放大*/

.new-r ul li a .pic img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.xw-l {
    overflow: hidden;
}

.new-r ul li:hover a .pic img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mo-b {
    display: none;
}

.mo-banner {
    display: none;
}


/*在线留言*/

.lxfx {
    position: fixed;
    width: 64px;
    height: auto;
    top: 290px;
    right: 0px;
    z-index: 9999;
}

.lxfx li>a {
    color: #fff;
    display: block;
    height: 64px;
    width: 64px;
}

.kefu-tel a:hover{
    color: #fff;
}
.lxfx li i {
    display: block;
    height: 22px;
    margin-top: 10px;
    background-size: 20px!important;
}

.leftlx {
    float: left;
    width: 64px;
    height: 64px;
    text-align: center;
}

.leftlx span {
    font-size: 12px;
    color: #fff;
    line-height: 2;
    display: inherit;
}

.lxfx li i.icon-ly {
    background: url("../images/kf01.png") no-repeat center center;
}

.lxfx li i.icon-tel {
    background: url("../images/kf02.png") no-repeat center center;
}

.lxfx li i.icon-wx {
    background: url("../images/kf03.png") no-repeat center center;
}

.lxfx li i.icon_top {
    background: url("../images/kf04.png") no-repeat center 0;
    text-align: center;
}

.lxfx li i.icon_top span {
    float: none;
    font-size: 14px;
    color: #fff;
    padding-top: 8px;
    display: inline-block;
}

.lxfx li {
    width: 64px;
    height: 64px;
    background: #005ba3;
    margin-left: 0px;
    position: relative;
    border-bottom: solid 1px #005ba3;
    transition: 0.5s;
}

.lxfx li:hover {
    background: #1d75b3;
}

.kefu-ew {
    width: 140px;
    height: 140px;
    padding: 12px 12px;
    background-color: #005ba3;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: -146px;
}

.kefu-ew:after,
.kefu-tel:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #2082c6;
    top: 20px;
    right: -12px;
    animation: show 1s linear;
}

.kefu-tel {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    top: 50%;
    left: -186px;
    background-color: #005ba3;
    border-radius: 3px;
    transform: translate(0, -50%);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kefu-tel:after {
    top: 36%;
}

.kefu-ew,
.kefu-tel {
    display: none;
    transition: 0.5s;
}

.kefu-code:hover .kefu-ew,
.kefu-dh:hover .kefu-tel {
    display: block;
    animation: fadeIn 1s;
}

.kefu-dh:hover .kefu-tel {
    display: flex;
    justify-content: center;
}


/*在线客服*/

.detail-con-r>h4 span {
    font-weight: bold;
}

.sub-product-list {
    padding-top: 30px;
}

@font-face {
    font-family: 'iconfont';
    src: url('../css/font/iconfont.eot');
    src: url('../css/font/iconfont.eot?#iefix') format('embedded-opentype'), url('../css/font/iconfont.woff2') format('woff2'), url('../css/font/iconfont.woff') format('woff'), url('../css/font/iconfont.ttf') format('truetype'), url('../css/font/iconfont.svg#iconfont') format('svg');
}

.pagecontact {
    padding-bottom: 0;
}


.tijiao button, .over-layer .over h3, .over-layer .over i{
    color: #fff;
}
.top_r{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.pageheader .top_r{
    width: 10%;
    justify-content: flex-end;
}
.langBut{
    margin-right: 10px;
}
.langBut:after{
    content: "";
    clear: both;
    display: block;
}
.langBut li{
    float: left;
    margin-right: 10px;
}
.langBut li:hover a{
    color: #005ba3;
}
.langBut li.active a{
    color: #005ba3;
}


.sub-product-list ul .col01{
    margin-right: 0;
    width: 33.333%;
    padding: 0 15px;
}
.sub-product-list ul{
    width: auto !important;
    margin: 0 -15px;
}
.honor dl dd{
    height: 84px;
}