@charset "utf-8";

/*-----------------------------公共样式--------------------------*/
body {
    font-family: "Microsoft YaHei",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: 'Microsoft YaHei', Arial;
}

.w1440,.container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

/*公共样式完*/



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

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

.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 {
    -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-nav>li {
    position: relative;
    padding: 0 5px;
}

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

.navbar-nav>li.active>a {
    background: transparent !important;
    color: #fff!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;
    width: 100%;
    top: 40px;
    left: 0px;
    overflow: hidden;
    /*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: #fff;
}

.nav-top{
    background: #20415C;
    text-align: right;
    height: 25px;
    padding-right: 50px;
}

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

.nav-top > p > a {
  color: #ccc;
  font-size: 12px;
}

.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: 80px;
    display: table;
    width: 100%;
    padding: 10px 0;
}

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

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

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


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

.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: 25px;
    color: #666666;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

.nav-top-txt p{
    color: #f15a24;
    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: "\e62f";
    font-family: "icon" !important;
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 12px;
    color: #fff!important;
}

.header-html .container{
    overflow: initial;
}


.index-main{
    padding-top: 170px;
}

/*顶部样式完*/


/*------------------------------首页样式-----------------------------------*>
/*首页轮播*/
.banner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-swiper img{
    display: block;
    width: 100%;
}
/*首页轮播完*/

/*首页产品*/
.index-product{
    padding: 80px 0;
}
.in-product-ul{
    overflow: hidden;
}
.in-product-ul li{
    width: 25%;
    padding: 0 25px;
    float: left;
}

.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;
}

.in-product-ul li .img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -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:hover .img img {
    transform: scale(1.1);
}

.in-product-ul li .txt{

}

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

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

/*首页产品完*/


/*首页关于我们*/

.index-about{
    padding: 100px 0;
}

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

.in-about-main .left{
    float: left;
    width: 60%;
    padding-right: 60px;
}

.in-about-main .left .left-div{
    padding: 20px 25px;
    background: #F3F3F3;
    border-radius: 5px;
}

.in-about-main .right{
    float: left;
    width: 40%;
}

.in-about-main .right img{
    display: block;
    width: 100%;
}

/*首页关于我们完*/


/*首页新闻*/

.index-news{
    background: #488ACF;
    padding: 90px 0;
}

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

.in-news-ul li{
    float: left;
    width: calc(50% - 35px);
    background: #F3F3F3;
    padding: 30px 60px;
    border-radius: 10px;
}

.in-news-ul li:nth-child(1){
    margin-right: 35px;
}

.in-news-ul li:nth-child(2){
    margin-left: 35px;
}

.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-main{
    overflow: hidden;
}

.footer-txt{
    float: left;
    width: 550px;
    border-right: 2px solid #C7C7C7;
    padding: 0 50px;
}

.footer-txt a{
    float: left;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 10px;
}

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

.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{
    float: left;
    width: calc(100% - 550px);
    padding: 0 80px;
    
}

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

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

.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;
}

.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: 120px;
}



.product-content{

}


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

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

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

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

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

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

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

.position-right{
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.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-2 form{
    float: right;
}

.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;
  display: flex;
  flex-direction:row;
}

.table-head div {
  border-right: 1px solid #cdcdcd;
  height: 100px;
  line-height: 100px;
  flex: 0 0 auto;
}

.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 {
    
}

.table-tr .table-tr-head { 
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
    border-top-color: transparent;
}

.table-tr .table-tr-head div {
  border-right: 1px solid #ccc;
  padding: 10px 0;
  flex: 0 0 auto;
  text-align: center;
}

.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;
}

.table-tr .table-tr-head div.t30{
    padding: 0 10px;
    text-align: left;
}

.t5 {
  width: 5%;
}

.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;
}

/*关于我们*/

.about-content{
    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: 10px 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: 50px;
    
}

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

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

.about-nav-ul{
    
}

.about-nav-ul li{
    padding: 3px 30px 3px 50px;
    margin-bottom: 5px;
}

.about-nav-ul li.active{
    border: 1px solid #ccc;
}

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

.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: 40px;
    line-height: 40px;
    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;
    cursor: default;
}

.message-form-textarea{
    width: 96%;
    margin: 0 2%;
    height: 130px;
}

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

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

.message-form-65 label{
    /*width: 65px!important;*/
}


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


.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;
}


.sm_foot{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: 95px;
  width: 100%;
}

.sm_foot .sm_phone{
  height: 50px;
  background: #4e90cb;
}

.sm_foot .sm_phone a{
  color: #fff;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
}
.sm_foot .sm_phone i{
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.sm_foot .sm_phone p{
  display: inline-block;
}
.sm_foot .sm_ul{
  overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    height: 45px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#585858), to(#444444));
    background: -moz-linear-gradient(#585858, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585858', endColorstr='#444444');
}

.sm_foot .sm_ul li{
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.2);
    -moz-box-flex: 1;
}
.sm_foot .sm_ul li a{
  display: block;
}
.sm_foot .sm_ul li i{
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #CACACA;
  display: block;
}

.sm_foot .sm_ul li p{
  font-size: 12px;
  height: 20px;
  line-height: 14px;
  color: #CACACA;
  text-transform: capitalize;
}










































