@charset "utf-8";


/*2025年添加,解决文字不能环绕的问题，text-wrap不起作用*/
.float-left {
    float:left;
    padding-right: 10px;
}

.float-middel {
    float: middle;
}

.float-right {
    float: right;
    padding-left: 10px;
}

/*-----------------------------公共样式--------------------------*/
body {
    /*font-family: "Microsoft YaHei",Arial;*/
    font-family: sans-serif, Arial;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    padding-top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
ul,li{
    list-style: none;
}

img{
    border: 0px;
    max-width: 100%;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}


*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a{
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"] {
    cursor: pointer;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
div,
p,
span {
    font-family: sans-serif, Arial;
}

.w1440,.container{
    /*background-color:red;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.full-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

/*公共样式完*/



/*----------------------------顶部导航样式---------------------------*/
.navbar {
    
    padding: 0;
    
    transition: padding 0.4s;
    border-color: transparent;
    border: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}





.navbar-right {
    margin: 0;
    padding-left: 335px;
    float: left;

}

/* Contract the navbar while scrolling */
#myNavbar {
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.menustyle{
    float: left!important;
}

/* Brand name */
.brandStyle {
    padding: 0;
    margin: 0 0 0 !important;
    height: 40px;
    padding: 0;
    display: none;
}

.brandStyle img {
    display: block;
    float: left;
    width: auto;
    height: 100%;
}

.brandStyle p {
    color: #333;
    font-size: 24px;
    float: left;
    display: block;
    margin-top: 20px;
    margin-left: 10px;
}

.brandStyle span {
    display: block;
}

.noBorder {
    /*background: #488ACF;*/
    margin-bottom: 0;
    height: auto;
    min-height: inherit;
    border-radius: 0;
    position: relative;
}



.noBorder.scrolled {
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -ms-box-shadow: 1px 1px 5px #ccc;
    -o-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
}



.navbar-nav>li {
    position: relative;
    padding: 0 2px;
}

.navbar-nav>li>a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #807d7d !important;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}

.navbar-nav>li.active>a {
    background: transparent !important;
    color: #807d7d !important;
}

.navbar-nav>li:hover>a {
    background: transparent !important;
}

.navbar-nav>li.active:hover>a {}

.navbar-nav>li>a p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
}

.navbar-nav>li>.dropdown-menu {
    height: auto;
    overflow: hidden;
    top: calc(100%);
    border-color: #ffffff;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    border: 0;
    left: 0px !important;
    padding: 0 15px;
    /*border-top: 5px solid #09a4f0;*/
}

.dropdown-menu>li {
    display: block;
    border-bottom: 1px dashed #fff;
    position: relative;
    padding: 10px 0;
}

.dropdown-menu>li:hover:before {
    color: #d52323;
}

.dropdown-menu>li:last-child {
    border-bottom: 0;
}

.dropdown-menu>li>a {
    display: block;
    color: #000 !important;
    padding: 0;
    line-height: 20px;
    text-transform: uppercase;
    width: 100%;
    position: inherit;
    white-space: normal;
    text-align: left;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff !important;
    background: transparent;
}

.navbar-nav>li.nav-li-pro {
    /*position: inherit;*/
}

.navbar-nav>li.nav-li-pro .dropdown-menu {
    left: 0 !important;
    border-radius: inherit;
}

.navbar-nav>li.nav-li-pro .dropdown-menu>li {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #ffffff;
}

.navbar-nav>li.nav-li-pro .dropdown-menu>li h2 {
    margin-bottom: 10px;
    font-size: 16px;
}

.navbar-nav>li.nav-li-pro .dropdown-menu>li h3 {}

.navbar-nav>li.nav-li-pro .dropdown-menu>li h2 a {
    color: #58585e;
}

.navbar-nav>li.nav-li-pro .dropdown-menu>li h3 a {
    padding-left: 0 !important;
    color: #888;
    padding: 4px 0;
    line-height: 20px;
    font-size: 15px;
}

.navbar-nav>li:nth-child(2)>.dropdown-menu {
    /*display: block!important;*/
}

.navbar-nav>li:nth-child(4)>.dropdown-menu {
    /*display: block !important;*/
}

.navbar-nav>li>.dropdown-menu.p-menu {
    height: auto;
    display: none;
    
    background: rgba(255, 255, 255, 1)!important;
    position: absolute;
    top: 40px;
    left: 0px;
    
    /*border-top: 5px solid #09a4f0;*/
    padding: 10px 0;
    background: #e6e6e6;
    margin: 0 auto;
    min-width: 160px;
}

.dropdown-menu.p-menu li {
   
  display: block;

}

.dropdown-menu.p-menu li a {
    display: block;
    text-align: center;
}

.dropdown-menu.p-menu li a:hover{
    color: #fff!important;
}

.dropdown-menu.p-menu li img {
    width: 150px;
    display: block;
}

.dropdown-menu.p-menu li p {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 10px 0;
    display: block;
}

.dropdown-menu.p-menu li:hover{
    background: #488ACF!important;
    color: #fff!important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
}

/*
.navbar-nav>li:before{
    position: absolute;
    left: 0;
    top: 13px;
    width: 2px;
    height: 14px;
    background: #fff;
    content: '';
}
*/



.navbar-nav>li:nth-child(1):before{
    display: none;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.dropdown ul.dropdown-menu {
    width: 100% !important;
    right: inherit;
    left: 0;
}

.header-html{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: url(../images/header-background.png);
    height:110px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}



.nav-top{
    /*background: #d5d8dc;*/
    text-align: right;
    height: 50px;
    padding-right: 50px;
   position: absolute;
   right: 0;
   top: 0;
}

.logo {
    width: 220px;
}

.nav-top>p {
  float: right;
  color: #505050;
}



.nav-top > p > a {
  color: #807d7d;
  font-size: 12px;
  line-height: 50px;
}

.nav-top > p > a:hover {
  color: azure;
}

.nav-top-ul{
    overflow: hidden;
    display: inline-block;
}

.nav-top-ul li{
    float: left;
}

.nav-top-ul li a{
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 25px;
}

.nav-top-list{
    overflow: hidden;
    height: 100px;
    display: table;
    padding: 0;
    position: absolute;
    left: 0;
    top: 30px;
}

.nav-top-list a{
    float: left;
    display: block;
    padding: 0;
    margin-right: 10px;
    margin-left: 15px;
}

.nav-top-list a img{
    display: block;
    margin: 0 auto;
    /*height: 90px;*/
}

.nav-top-title{
    float: left;
}


.nav-top-title-list{
    margin-bottom: 5px;
}

.nav-top-title-list h2{
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}

.nav-top-title-list p{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-top-txt{
    float: right;
    margin-right: 50px;
    padding-top: 30px;
}

.nav-top-txt span{
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}

.nav-top-txt p{
    color: #e96c19;
    font-size: 16px;
    display: block;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
}

.nav-top-txt p:before{
     content: "\e612";
     font-family: "icon" !important;
     display: block;
     font-size: 16px;
     color: #333;
     position: absolute;
     left: 0;
     top: 0;
}

.dropdown>a{
    padding-right: 20px!important;
    position: relative!important;
}

.dropdown>a:after{
    content: url(../images/down-arrow.png);
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 12px;
    color: #fff!important;
}

.header-html .container{
    overflow: initial;
    width: 100%;
    padding: 0;
}

.header-html.scrolled{
    background: rgba(204,204,204,.5) url(../images/header-background.png);
}

.index-main{
  /*padding-top: 167px;*/
  padding: 0;
}

/*顶部样式完*/
.w1400{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.p50{
    padding:50px 5px 50px;
}


.hr{
    width:200px;
    margin:auto;
    border-bottom:4px solid #333333;
}

.index-product .hr{
    margin: 0 0 0 20px;
}


.index-title{
    padding:20px;
    margin-bottom:30px;
    text-align:center;

}

.index-product .index-title{
    text-align: left;
}

.application-div{
    float:left;
    width:24%;
    margin-left:5px;
    margin-top:20px;
}

.about-txt{
    text-align: center;
}
.product-detail-right{
    float:left;
    width:calc(100% - 400px);
    padding:20px 20px 20px 100px;
}

.c-right-title{
    margin-bottom:10px
}
.application-list{
    float:left;
    width:25%;
    margin-top:20px;
}
/*------------------------------首页样式-----------------------------------*>
/*首页轮播*/
.banner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-swiper img{
    display: block;
    width: 100%;
}
.swiper-pagination-bullet {
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: #fff;
opacity: 1;
background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
color: #fff;
background: #488ACF;
}
/*首页轮播完*/

/*首页产品*/
.index-product{
    padding: 80px 0;
}
.in-product-ul{
    overflow: hidden;
}
.in-product-ul li{
    background: rgb(216, 214, 214);
    border-radius: 15px;
    width: 18%;
    margin: 30px 1%;
    float: left;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.in-product-ul li:nth-child(4n-3){
    padding-left: 0;
}

.in-product-ul li:nth-child(4n){
    padding-right: 0;
}

.in-product-ul li .img{
    display: block;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.in-product-ul li .img a{
    display: block;
    overflow: hidden;
    width: 250px;
    height: 250px;
    /*
    border-radius: 50%;
    border: 1px solid #ccc;
    */
    margin: 0 auto;
}

.in-product-ul li .img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    
}

.in-product-ul li:hover{
    transform: scale(1.1);
}

.in-product-ul li .txt{
    text-align: center;
}

.in-product-ul li .txt h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.in-product-ul li .txt p{
    height: 40px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

/*首页产品完*/


/*首页关于我们*/

.index-about{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}



.in-about-main{
    overflow: hidden;
}

.index-about-left{
    float: left;
    width: 50%;
    padding-right: 60px;
}

.index-about-left img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.index-about-right{
    float: left;
    width: 50%;
    text-align: right;
}

.index-about-right .hr{
    margin:  0 20px 0 0;
    float: right;
}

.index-about-right .index-title{
    text-align: right;
    position: relative;
    padding: 0 20px 20px;
    margin-bottom: 60px;
}

.index-about-right .index-title:after{
    content: "";
    height: 4px;
    width: 200px;
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #333;
}

.index-about-right-txt{
    padding: 0 10px;
    text-align: left;
}

.index-application .hr{
    margin: 0 0 0 20px;
}
.index-application .index-title{
    text-align: left;
}

/*首页关于我们完*/


/*首页新闻*/

.index-news{
    padding: 90px 0;
}

.in-news-ul{
    overflow: hidden;
}

.in-news-ul li{
    float: left;
    background: #F3F3F3;
    padding: 30px 40px;
    border-radius: 10px;
}


.in-news-ul li h2{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.in-news-ul li .news-txt{
    
}

.in-news-ul li .news-txt a {
  display: block;
}

.in-news-ul li .news-txt p{
    display: block;
    line-height: 20px;
    font-size: 14px;
}


/*首页新闻*/


/*底部样式*/
footer{
    padding-bottom: 0px;
}
.footer{
    background: #EBEBEB;
    padding: 25px 0 25px;
}

.footer-txt{
    width: 100%;
    overflow: hidden;
    background: url(../images/foot-img.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.footer-txt a{
    float: right;
    display: inline-block;
    padding-top: 10px;
    position: absolute;
    right: 23%;
    top: 10px;
}

.footer-txt a img{
    height: 40px;
    width: auto;
}

.foot-txt-p{
    overflow: hidden;
    float: left;
    padding: 20px 0 0;
}

.footer-companyname {
  float: left;
}

.footer-companyname p {
  font-size: 14px;
  line-height: 20px;
}

.footer-contact {
  float: left;
  margin-top: 10px;
  padding-left: 5px;
}

.footer-contact p {
  font-size: 12px;
  line-height: 20px;
}
.footer-txt h2{
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.footer-txt h3{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.footer-txt .footer-txt-ul{
    float: left;
    padding-top: 30px;
}

.footer-txt .footer-txt-ul li{
    font-size: 12px;
    line-height: 30px;
    color: #333;
}

.footer-list{
    width: 100%;
    padding: 30px 0 50px;
    
}

.footer-list-ul{
    overflow: hidden;
    display: flex;
}

.footer-list-ul li{
    float: left;
    width: 14%;
}

.footer-list-ul li h2{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-list-ul li h2 a{
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.footer-list-ul li a{
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.footer-list-ul li a:hover {
  background: #ccc;
}

.footer-bottom{
    background: #1F415D;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.footer-bottom p{
    color: #999999;
    font-size: 12px;
    display: block;
    line-height: 25px;
}



/*底部样式完*/


/*-------------------其他-----------------------*/

.foc {
    display: block;
    width: 100%;
    background: #df4141;
    background-size: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 5px 0;
}
.foc ul{
    overflow: hidden;
}
.foc li {
    width: 25%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    float: left;
    background: none;
}

.foc li i {
    width: 100%;
    font-size: 20px;
    display: block;
}

.foc li a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.foc li a p {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

/*侧边客服*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 130px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #488ACF;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active,
.suspension .a:hover {
    background: #F05352;
}

.suspension .a .icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #333;
    display: block;
    line-height: 1;
}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service img,.suspension .a-service-phone img,.suspension .a-qrcode img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.suspension .a-top {
    background: #bdbdbd;
    display: none;
    padding: 10px;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}





/*产品页*/

.page-banner{
    margin-top: 115px;
}

.product-content{
  width:100%;
}

.product-left {
  float:left;
  width:500px;
  background-color:#e6e6e6;
}

.product-search {
  float: left;
  width:500px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  background: gray;
  padding-left: 20px;
}

.product-cat{
    float:left;
    width:500px;
    padding-bottom:50px;
}


.product-a, .product-cat-active {
  padding-left: 50px;
  display: block;
  width:100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid grey;
}

.product-sub, .product-sub-active {
    padding-left: 70px;
    display: block;
    width:100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid grey;
}

.product-cat-active, .product-sub-active {
  background-color: rgb(244, 166, 11);
}




.search-input {
  display: inline-block;
  width: 250px;
  height: 30px;
  line-height: 30px;
}

.search-label{
  display: inline-block;
}

.product-right {
  float:left;
  width:calc(100% - 520px);
  /*background-color: #e6e6e6;*/
  margin-left: 10px;
  padding-left: 10px;
}

.p-right-line {
  padding: 10px;
}
.p-right-line img {
    width:50px;
}

.p-right-left {
  text-align: center;
  padding:10px;
  float:left;
  width:400px;
  display:inline-block;
}

.p-right-right {
  float:left;
  width:550px;
  padding: 10px;
  display: inline-block;
}

/*产品面包屑*/
.product-position{
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.product-left .position-left{
    width: 100%;
    padding: 20px 20px;
    background: #EBEBEB;
    margin-left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-left .position-left p{ 
    color: #cccccc;
    line-height: 34px;
    
}

.product-left .position-txt{
    margin-left: 15px;
}

.position-left{
    float: left;
    overflow: hidden;
    margin-left: 50px;
}

.position-left img{
    float: left;
    width: 60px;
    height: 55px;
}

.position-txt{
    float: left;
    margin-left: 10px;
}

.position-txt p{
    font-size: 22px;
    line-height: 34px;
    display: block;
    color: #4E8FCB;
}

.position-txt span{
    font-size: 14px;
    line-height: 20px;
    color: #4E8FCB;
    display: block;
}

.about-position{
    margin-bottom: 30px;
    overflow: hidden;
}

.product-main{
    overflow: hidden;
    padding-left: 20px;
}

.position-right{
    float: right;
    overflow: hidden;
}

.position-right ul{
    overflow: hidden;
}

.position-right li{
    float: left;
}

.position-right li a{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: block;
    padding-right: 20px;
    position: relative;
}

.product-position .position-right li:first-child {
  position: relative;
  padding-left: 20px;
}

.product-position .position-right li:first-child:before{
  content: "\e639";
  font-family: "icon" !important;
  font-size: 20px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
}


.position-right li a:after{
    content: "\e6b5";
    font-family: "icon" !important;
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    color: #666;
}

.position-right li:last-child a:after{
    display: none;
}


/*产品筛选*/

.product-select{
    overflow: hidden;
    padding: 30px 0;
}

.pro-sel-2,.pro-sel-1{
    float: right;
    overflow: hidden;
    margin-right: 20px;
}

.pro-sel-2 h2,.pro-sel-1 h2{
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.pro-sel-2 .pro-sel-btn{
    float: left;
    overflow: hidden;
}

.pro-sel-2 .pro-sel-btn input{
    width: 250px;
    height: 30px;
    border: 1px solid #333;
    color: #999;
    padding: 5px 10px;
    float: left;
}

.pro-sel-2 .pro-sel-btn .submit-btn{
    float: left;
    width: auto;
    height: 40px;
    font-size: 30px;
    color: #666;
    border: 0;
    background: transparent;
    line-height: 40px;
}

.pro-sel-1{
    margin-right: 100px;
}

.pro-sel-1 select{
    float: left;
    width: 200px;
    height: 30px;
    border: 1px solid #333;
    outline:none;
    padding: 5px 10px 5px 30px;
    margin: 0;
    position: relative;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/select-down.png") no-repeat scroll left 10px center transparent;
    /*background-size: 25px;*/
}

.pro-sel-1 select option{
    /*width: 100%;
    font-size: 12px;
    line-height: 24px;
    display: block;
    padding: 5px 0 5x 5px;
    */
}

.select-option-1 {
  font-weight: bold;
}

.select-option-2 {
  padding-left: 50px;
}
/*产品表格*/

.product-table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.product-table, .product-table th,.product-table td {
    border: 1px solid #ccc;
    text-align: center;
}

.product-table td{
    height: 50px;
}

.p-table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.p-table td {
    border: 1px solid #ccc;
    text-align: center;
}

.p-table td.product-pdf{

}

.p-table td.product-pdf a{

}

.p-table td.product-pdf a i{
    font-size: 60px;
    color: #CA0000;
}

.product-page{
    padding: 50px 0;
    text-align: center;
}

.product-page a{
    display: inline-block;
    padding: 5px 10px;
    background: #ccc;
    margin: 0 5px;
}

.join_table {
  width: 100%;
}

.table-head {
  color: #333;
  height: 100px;
  border: 1px solid #ccc;
}

.table-head div {
  float: left;
  border-right: 1px solid #cdcdcd;
  height: 100px;
  line-height: 100px;
}

.table-head div:last-child {
  border-right: 0;
}

.table-head p {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  text-transform: capitalize;
}

.table-body { 

}

.table-tr {
    border: 1px solid #ccc;
    border-top-color: transparent;
}

.table-tr .table-tr-head { 
  width: 100%;
  display: flex;
  flex-direction: row;
}

.table-tr .table-tr-head div {
  float: left;
  border-right: 1px solid #ccc;
  padding: 10px;
}

.table-tr .table-tr-head div img{
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    display: block;
}

.table-tr .table-tr-head div:last-child{
    border-right-color: transparent;
}

.table-tr .table-tr-head span {
  text-align: center;
  display: block;
  color: #333;
  padding: 10px 0;
}

.t5 {
  width: 10%;
}

.t10 {
  width: 10%;
}

.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t30 {
  width: 30%;
}

.t33{
    width: 33.3%;
}

.t35 {
  width: 35%;
}

.t100 {
  width: 100%;
}

.table-td-list{
    overflow: hidden;
}

.table-td{
    overflow: hidden;
}

.table-td.t100 p.t33{
    float: left;
}

.table-td-list .table-td{
    height: 50px;
    border-right: 0;
}

.table-td-list .table-td:nth-child(1){
    border-bottom: 1px solid #ccc;
}

.table-td-list .table-td p{
    height: 50px;
    line-height: 50px;
}

.p-p {
    margin-right:5px;
}

/*关于我们*/

.about-content{
    font-weight: bold;
    padding: 20px 0;
}

.about-position .position-right li:first-child{
    position: relative;
    padding-left: 25px;

}

.about-position .position-right li:first-child:before{
    content: "\e639";
    font-family: "icon" !important;
    font-size: 20px;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
}


.about-main{
    overflow: hidden;
    width: 100%;
}

.about-left{
    width: 300px;
    float: left;
    overflow: hidden;
}

.about-left .position-left{
    width: 100%;
    padding: 20px 20px;
    background: #EBEBEB;
    margin-left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.about-left .position-left p{ 
    color: #cccccc;
    line-height: 55px;
    
}

.about-left .position-txt{
    margin-left: 15px;
}

.about-nav{
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #EBEBEB;
    padding: 20px 0;
}

.about-nav-ul{
    
}

.about-nav-ul li{
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
    position: relative;
}

.about-nav-ul .active{
    background-color:ivory;
}

.about-nav-ul li a{
    font-size: 14px;
    color: #000;
    display: inline-block;
    line-height: 30px;
}


.about-nav-ul li.active:before{
    /*border: 1px solid #ccc;*/
    content: "";
    position: absolute;
    left: 30px;
    top: 4.5px;
    background: url(../images/nav-dian.png) no-repeat;
    width: 21px;
    height: 21px;
}


.about-nav-ul li.has-children{

}



.about-right{

  padding: 0px 30px;
  width: calc(100% - 300px);
  float: right;
 
}


/*新闻中心*/

.news-content{
    padding: 20px 0;
}

.news-main{
    overflow: hidden;
    width: 100%;
    padding: 20px;
}

.news-list-ul{
    overflow: hidden;
}

.news-list-ul li{
    margin-bottom: 10px;
}

.news-list-ul li a{
    display: block;
    overflow: hidden;
}


.news-list-ul li .time{
    float: left;
    width: 100px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: bold;
}

.news-list-ul li h3{
    font-size: 14px;
    float: left;
    width: calc(100% - 100px);
    color: #000;
    line-height: 20px;
}

.news-list-ul li h3:hover {
  color: red;
}

.page-list{
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}

.page-list a{
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.page-list a:hover{
  color: red;
}

.news-main .about-left .position-left p{
    font-size: 30px;
    text-transform: uppercase;
    color: #666;
}

.news-detail{
    padding: 0 50px;
}

.news-detail .news-title{
    text-align: center;
    overflow: hidden;
}

.news-detail .news-title h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}

.news-detail .news-title time{
    font-size: 14px;
    color: #999;
    display: block;
}

.news-detail .news-content{

}

.news-detail .news-content p{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}




/*新闻中心end*/


/*联系我们*/

.contact-content{
    padding: 20px 0;
}

.contact-detail{
    overflow: hidden;
}

.contact-detail-left{
    float: left;
    width: 450px;
    padding: 0 20px;
}

.contact-detail-left p{
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 30px;
}

.contact-detail-right{
    float: left;
    width: calc(100% - 450px);
}

.contact-detail-right iframe{
    width: 100%;
    height: 420px;
}


/*在线留言*/

.message-content{
    padding: 20px 0;
}

.message-main .position-txt p{
    text-transform: uppercase;
}

.message-detail{
    width: 800px;
    border: 1px solid #E5E7E8;
    border-radius: 5px;
    padding: 40px 90px;
}

.message-form{
    overflow: hidden;
}

.message-form h3{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    color: #000000;
    padding: 10px 2%;
}

.message-form h3 font{
    color: #ff0000;
}

.message-form input,.message-form textarea,.message-form select{
    border:none;
}



.message-form select{
    padding: 0 10px;
}

.message-form .form-submit{
    margin: 60px auto 40px;
    width: 200px;
    height: 40px;
    background:#C7000B;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    color: #fff;
    float: initial;
    margin-left: calc(50% - 100px);
}

.message-form-group{
    width: 46%;
    float: left;
    margin: 0 2% 20px;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}


.message-form-group label{
    height: 30px;
    margin: 0;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.message-form-group input,.message-form-textarea textarea{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.message-form-textarea{
    width: 97% !important;
    height: 200px;
}

.message-form-textarea textarea{
    height: 120px;
}

.message-form-group label font{
    color: #ff0000;
}

.message-form-65 label{
    
}


.message-form-65 input,.message-form-65 textarea{
    width: calc(100% - 68px);
}


.message-form-group select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat right center transparent;
    padding-right: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
}

select::-ms-expand { display: none; }



/*人才招聘*/

.recruit-main{
    padding: 20px 0;
}

.recruit-detail{

}

.recruit-detail p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}


/*放大镜*/

.product-detail{
    padding: 50px 0;
}

strong {
  font-weight:bolder;
}

.detail-img{
    width: 400px;
    float: left;
}

.detail-txt{
    
    
    padding: 20px 30px 20px 100px;
}

#showbox {
  background: #fff;
}

#showsum {
  left: 15px;
  margin-top: 10px;
}

#showsum p{
    left: 0!important;
}

#showsum span {
  border: 1px solid #ddd;
  background: #ffffff;
}

#showsum span.sel {
  border: 1px solid #f60;
}

#showbox img {
  max-width: 600px;
  width: 100%;
  border: 1px solid #F2F0F0;
}

.showpage {
  width: 100%;
  position: relative;
}

.showpage a {
  display: block;
  width: 20px;
  border: 1px solid #ddd;
  height: 73px;
  line-height: 73px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -75px;
  text-decoration: none;
  color: #999;
}

.showpage a#shownext {
  left: auto;
  right: 0;
}

.showpage a:hover {
  background: #ccc;
  color: #777;
}

/*product customization*/
.c-right{
    padding: 20px;
    margin-left: 20px;
    width: calc(100% - 340px);
    float: left;
    background-color:#EBEBEB;
    /*background-image: url("../images/customize.png");*/
}

button[type="input"]{cursor:default;}
.c-table {
/*border: 1px solid red;*/
width:80%;
}
.c-table td {
padding-top:5px;padding-bottom:5px;
}

/*.c-table tr:nth-child(odd){background:#cccccc;}*/

select {outline:1px solid gray; width:500px;float:left;background-image:url("images/select-down");padding-left:20px;}

.c-table .property {
background: none;
}

.c-table .property-novalue {
background: none;
}

.c-table .value {
    width:100%;border:1px solid gray;
}


.n-value {
margin-left:10px;
width:500px;
outline:0;
border-bottom: 1px solid gray !important;
margin-top:5px;margin-bottom:5px;
}

.c-table textarea {
width:100%;
margin-top:20px;
box-sizing:border-box;
border:1px solid gray;
}

input[type="email"] {
border:none;
}

label {
font-size:14px;
font-weight:normal;
}
.customize-submit {
padding-top:30px;
text-align:center;
}

input[type="submit"] {
color:#CCCCCC;
background:black;
width:100px;
border-radius:5px;
}
.mt20{margin-bottom: 20px!important;}