﻿/* base.css */
@charset "utf-8";

/* Õâ¸öcssÊÇ³õÊ¼»¯µÄcss£¬ÔÚÈÎºÎÏîÄ¿ÀïÃæ¶¼¿ÉÒÔÊ¹ÓÃ */

/* ½ûÓÃiPhoneÖÐSafariµÄ×ÖºÅ×Ô¶¯µ÷Õû */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* ½â¾öIOSÄ¬ÈÏ»¬¶¯ºÜ¿¨µÄÇé¿ö */
    -webkit-overflow-scrolling : touch;
}

/* ½ûÖ¹Ëõ·Å±íµ¥ */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* È¡ÏûÁ´½Ó¸ßÁÁ  */
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ÉèÖÃHTML5ÔªËØÎª¿é */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Í¼Æ¬×ÔÊÊÓ¦ */
/*// img {
//  width: 100%;
//  height: auto;
//  width: auto\9;  ie8 
//  display: block;
//  -ms-interpolation-mode: bicubic;/*ÎªÁËÕÕ¹ËieÍ¼Æ¬Ëõ·ÅÊ§Õæ
// }*/

/* ³õÊ¼»¯ */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei','ËÎÌå', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #FFFFFF;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
strong {
    font-weight: normal;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    /*color: #969696;*/
    
    color:#6a6b6c;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}

input,button,select,textarea{outline:none}
textarea{resize:none}
/*µ¥ÐÐÒç³ö*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*¶àÐÐÒç³ö ÊÖ»ú¶ËÊ¹ÓÃ*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w60{
    width:60%;
}
.w75{
    width: 75%;
}
.w80{
    width:80%;
}
.w90{
    width: 90%;
}
.w95{
    width:95%;
}
.w100{
    width:100%;
}
.w30{
    width: 30%;
}
.w33{
    width: 33.333333%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}

/* commanbanner.css */
/*
* @Author: Marte
* @Date:   2018-01-18 13:09:10
* @Last Modified by:   Marte
* @Last Modified time: 2018-01-18 15:20:40
*/ 
.banner{
    // position:relative;
    /*margin-top: -88px;*/
    // float: left;
    // background-color:#fff;
}
.banner .top{
    position:relative;
    top:0px;
    // float: left;
}
.banner .pen{
    // position:absolute:
    // left:0px;
    // top:0px;
}
.banner .trans{
    position:absolute;
    left:0px;
    top:0px;
}

.banner h1{
  text-align:center;
  font-size:28px;
  margin-bottom:30px;
  color:#fff;
}
.banner p{
  text-align:center;
  font-size:16px;
  color:#fff;
}
.banner span{
  margin:50px auto;
  font-size:14px;
  text-align:center;
  display: block;
  width: 100px;
  height: 35px;
  line-height:35px;
  background-color:#f93348;
  color:#fff;
}
.banner .container{
    position:absolute;
    left:50%;
    top:30%;
    transform:translate(-50%,-50%);
}


.grey{
    height:40px;
    background-color:#FFFFFF;
}

@media (max-width: 765px){
  .grey{
    height:40px !important;
    background-color:#f3f3f3 !important;
  }
}


/*footer.css*/
footer{
    height: 280px;
    background-color: #111c24;
}
footer .top{
    /*height: 280px;*/
    padding-bottom: 50px;
    background-color: #111c24;
}
footer dl{
    margin-top: 57px;
}
footer dl a{
    color:#6a6b6c;
}
footer dl dd{
    padding-bottom: 5px;
    color:#808080;
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 128, 128, 128 );
}
footer dt{
    margin-bottom: 27px;
    font-size: 16px;
  font-family: "Microsoft YaHei";
    color:#fff;
}
footer .erwei img{
    margin:0 auto;
}
footer .img{
    margin-top: 70px;
    text-align: center;
}
footer .img p{
    margin-top: 5px;
    font-size: 16px;
}
footer .bottom{
    text-align: center;
    line-height: 54px;
    height:54px;
    background-color: #0c171f;
}
footer .bottom img{
    padding-left: 20px;
    vertical-align: middle;
}


@media (max-width: 765px){
    div.product .con2 .item>div {
     background-color: #fff;
     /* padding: 15px; */
     padding: 0px;
     box-sizing: border-box;
     height: auto;
   }
    footer .top {
      padding-bottom: 0px;
      background-color: #111c24;
    }
    #footer dl dd {
        padding-bottom: 5px;
        color: #808080;
        font-size: 12px;
        font-family: "Microsoft YaHei";
        color: rgb( 128, 128, 128 );
    }
    #footer dl{
        margin-top: 20px;
    }
    #footer dt{
        margin-bottom: 10px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color:#fff;
    }
}
#footer .top .container div{
	height: 157px;
}

/* grey.css */
.grey .row{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.grey a{
    font-size: 16px;
    color:#000;
    display: block;
    height:60px;
    line-height: 60px;
    width:130px;
    float: left;
}
.grey a.active{
    background-color: #f93348;
    color:#fff;
}
.grey{
    position: relative;
}
/*.grey .container{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}*/

.row div img:child(1){
width:100%;
}
.grey .row {
    /* position: absolute; */
    left: 50%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    text-align: center;
}
.hezuopp li {
	float:left;
	margin: 10px;
}

@media (max-width: 765px){
    .grey .row {
        padding-left: 0px;
        position: static; 
        left: 50%;
        top: 50%;
         transform: none; 
        text-align: center;
    }
    .grey a {
        font-size: 12px;
        color: #000;
        display: block;
        height: 40px;
        line-height: 40px;
        width: 60px;
        float: left;
    }
}


/* nav.css */
.na .english {
    display: none;
    position: absolute;
    right:0px;
    top: 0px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.na  .english{
    width: 135px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #e60012;
    z-index: 10;
}
.na .english img{
    vertical-align: middle;
    margin-right: 5px;
}
.na .english span{
    vertical-align: middle;
    font-size: 14px;
}
.na .english i{
    vertical-align: middle;
    position: relative;
    top:2px;
    /*top:60%;
    margin-left: 5px;
    transform: translateY(-50%);*/
}


.na {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height:80px;
    z-index:100;
}
.na .top .right{
    position: relative;
}
.na .right img{
    vertical-align: middle;
    margin-right: 5px;
}
.na .right span{
    vertical-align: middle;
    font-size: 14px;
}
.na .top .right i{
    vertical-align: middle;
    position: relative;
    top:2px;
    /*top:60%;
    margin-left: 5px;
    transform: translateY(-50%);*/
}
.na .bottom{
    position: relative;
}
.na .bottom a{
    color:#000;
    font-size: 16px;
}
.na .top{
    background-color: #004190;
    height:40px;
    line-height: 40px;
    
}
.na .top .left{
    color:#fff;
}
.na .top .right{
    width: 135px;
    height: 40px;
    color:#fff;
    background-color: #e60012;
}
.na .top .left span{
    color:#e60012;
}
.na .top .container{
    position: relative;
}
.na .top .right{
    text-align: center;
    position: absolute;
    right:0px;
    top:0px;
}
.na .bottom{
    height:100px;
    background-color: rgba(255,255,255,0.8);
}
.na .bottom .container{
    position: relative;
}
.na .bottom>div>ul{
    height: 100%;
    width:60%;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.na .bottom>div>ul>li{
    width: 80px;
    text-align: center;
    line-height: 100px;
    height: 100%;
    float: left;
    margin:0 15px;
}
.na .bottom .right{
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
}
.na .bottom .box i{
    font-size: 18px;
    color:#004190;
    margin-right: 20px;
}
.na .bottom .box .quote{
    height:40px;
    width:135px;
    display: inline-block;
    border: 2px solid #004190;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
    vertical-align: baseline;
    color:#004190;
    font-size: 14px;
}
.na .bottom>div>ul>li>ul{
    display: none;
    background-color: rgba(255,255,255,0.8);
}
/*nav .bottom .about{
    display: none;
    background-color: rgba(255,255,255,0.8);
}*/
.na .bottom>div>ul>li{
    height: 100%;
}
/*nav .bottom .second{
    height: 100%;
}*/
.na .bottom>div>ul>li>ul>li{
    line-height: 30px;
    width: 80px;
    height: 20%;
    text-align: center;
}
/*nav .bottom .about li{
    line-height: 30px;
    width: 80px;
    height: 20%;
    text-align: center;
}*/
.na .bottom .right input{
    /*margin-right: 20px;*/
    background-color: #f1f1f1;
    /*background-color: transparent;*/
    padding-left:20px;
    width: 150%;
    height: 100%;
    position: absolute;
    right:100%;
    top:0px;
    border-radius: 20px;
    display: none;
}
.na .bottom .right .box{
    padding-left: 20px;
}



/* ²å¼þÖÐµÄÑùÊ½ */
.navcon{
    padding: 0px;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-header{
    height: 50px;
}
.navbar-header img{
    width: 30%;
    float:left;
    margin-left:15px;
    height: 100%;
}


/* style.css*/
.equinav .navbar-brand {
    display: none;
}
.equinav .navbar-collapse {
    padding: 0 !important;
}

.equinav-collapse .navbar-header {
    float: none;
}
.equinav-collapse .navbar-brand,
.equinav-collapse .navbar-toggle {
    display: block !important;
}
.equina-collapse .navbar-collapse {
    border-top: 1px solid #e7e7e7 !important;
}
.equinav-collapse .navbar-collapse.collapse {
    display: none !important;
}
.equinav-collapse .navbar-nav {
    float: none !important;
    margin: 0 !important;
}
.equinav-collapse .navbar-nav > li {
    width: auto !important;
    float: none !important;
}
.equinav-collapse .navbar-nav > li > a {
    text-align: left !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.equinav-collapse .navbar-collapse,
.equinav-collapse .navbar-collapse.collapse.in {
    // border-top: 1px solid #e7e7e7 !important;
    display: block !important;
}
.equinav-collapse .collapsing {
    overflow: hidden !important;
}
.equinav-collapse .dropdown-toggle {
    background-color: #e7e7e7 !important;
}
.equinav-collapse .dropdown-toggle > .caret {
    display: inline-block !important;
}
.equinav-collapse .dropdown-menu {
    background: none !important;
    float: none !important;
    border: 0 !important;
    box-shadow: none !important;
    position: relative !important;
}
.equinav-collapse .navbar-nav .open .dropdown-menu {
    display: block !important;
}
.equinav-collapse .navbar-nav .open .dropdown-menu > li > a,
.equinav-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #777 !important;
    padding: 5px 15px 5px 25px !important;
}


html{
    overflow-x:hidden;
}
.wh .desp.container{
    border-top:1px solid #ccc;
}
.swiper-slide div{
    cursor: pointer;
}
.application.clearfix .con2 div{
    cursor: pointer;
}
.news.clearfix .con2>div{
    cursor: pointer;
}
/*nav {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height:80px;
    z-index:100;
}
nav .right img{
    vertical-align: baseline;
    margin-right: 5px;
}
nav a{
    color:#000;
    font-size: 14px;
}
nav .top{
    background-color: #004190;
    height:40px;
    line-height: 40px;
    
}
nav .top .left{
    color:#fff;
}
nav .top .right{
    width: 135px;
    height: 40px;
    color:#fff;
    background-color: #e60012;
}
nav .top span{
    color:#e60012;
}
nav .top .container{
    position: relative;
}
nav .top .right{
    text-align: center;
    position: absolute;
    right:0px;
    top:0px;
}
nav .bottom{
    height:100px;
    background-color: rgba(255,255,255,0.8);
}
nav .bottom .container{
    position: relative;
}
nav .bottom ul{
    width:60%;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
nav .bottom>div>ul>li{
    float: left;
    padding:35px;
}
nav .bottom .right{
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
}
nav .bottom .box i{
    font-size: 18px;
    color:#004190;
    margin-right: 20px;
}
nav .bottom .box .quote{
    height:40px;
    width:135px;
    display: inline-block;
    border: 2px solid #004190;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    vertical-align: baseline;
    color:#004190;
    font-size: 14px;
}*/

.navbar-nav > li > a:hover {background:#555 !important;color:#fff !important;}
.navbar-nav > li:last-of-type > a {border:0;}
@media ( min-width: 768px) {
    .navbar-nav > li > a {text-align:center;border-right:1px solid rgba(0,0,0,0.1)}
}



/* banner ²¿·Ö*/
.ban{
    position: relative;
}
.ban .swiper-container2{
    overflow: hidden;
}
.ban .trans{
    position: absolute;
    top:0px;
    left:0px;
}
.ban .container h2{
    font-size: 35px;
    font-weight: bold;
}
.ban .container h2>span{
    padding-right: 20px;
    font-size:100px;
    font-weight: bold;
}
.ban .container p:nth-child(2){
    font-size: 35px;
    font-weight: bold;
}
.ban .container p:nth-child(3){
   font-size: 20px;
}
.ban .container .swiper-slide>span{
    margin-top: 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    width: 142px;
    height: 45px;
    border: 1px solid #fff;
}
.ban .container .swiper-slide>span>a{
    color:#fff;
}

.ban .container{
    color:#fff;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
    top:35%;
    z-index: 10;
}
.ban .swiper-pagination{
   
    position: absolute;
    bottom: 30px;
    left:50%;
    transform: translateX(-50%);
}
.ban .swiper-pagination span{
     margin: 0 5px;
}
.ban .swiper-pagination-bullet{
    background-color: #e60012;
    width:10px;
    height: 10px;
    opacity: 1;
}
.ban .swiper-pagination-bullet-active{
    border:2px solid  #e60012;
    background-color: transparent;
}

/* Êý¾Ý²¿·Ö */
.number .col-md-3{
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
    height: 208px;
}
.number .col-md-3.one,
.number .col-md-3.three{
    background-color: #f5f5f5;
}
.number .col-md-3.two,
.number .col-md-3.four{
    background-color: #eeeeee;
}
.number .col-md-3>div>p:nth-child(2){
    font-family: "Microsoft YaHei";
    font-size: 38px;
    color:#000;
    font-weight: bold;
}
.number .col-md-3>div>p:nth-child(3){
    font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb( 49, 49, 49 );
}
.number .col-md-3 i{
    font-size: 34px;
}

/* welcome ²¿·Ö*/
.welcome .col-md-6:nth-child(2){
    padding:0px;
}
.welcome{
    position: relative;
}
.welcome .border{
    width: 40px;
    height: 3px;
    background-color: #e60012;
}
.welcome .container{
    padding-left: 375px;
    position: absolute;
    padding-right: 50px;
    top:0px;
    left:0px;
    width:51%;
}
.welcome .container p:nth-child(1){
    margin-top: 5px;
    font-size: 40px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
  font-weight: bold;
}
.welcome .container p:nth-child(3){
    margin-top: 22px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb( 49, 49, 49 );
}
.welcome .container p:nth-child(4){
    margin-top: 25px;
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 119, 119, 119 );
}


/* ²úÆ·ÖÐÐÄ*/
.product{
    position: relative;
}
.product .t2{
    position: absolute;
    left:0px;
    top:0px;
}
.product .con1{
    top: 72px;
    text-align: center;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.product .con1 .border{
    position: absolute;
    width:42px;
    height: 4px;
    background-color: #fff;
    left:50%;
    transform: translateX(-50%);
}
.product .con1 p:nth-child(1){
    font-size: 40px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
}
.product .con1 p:nth-child(3){
    margin-top: 25px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 216, 240, 255 );
  width:50%;
  text-align: center;
}
.product .con2{
    position: absolute;
    top:250px;
    left:50%;
    transform: translateX(-50%);
}
.product .con2 .swiper-slide{
    position: relative;
    /*width: 33.33%;
    margin-right: 10px;*/
    /*margin-right: 15px;*/
    /*padding-left: 30px;*/
    /*padding-right: 10px;*/
}
.product .con2 .swiper-slide div{
    position: relative;
    text-align: center;
}
.product .con2 .swiper-slide>.item{
    /*padding-right: 10px;*/
}
/*  change */
.product .con2 .item{
    display: block;
}
/* 固定高度可修改（添加图片撑开高度） */
.product .con2 .item>div{
    background-color: #fff;
    /*padding:15px;*/
    padding:0px;
    box-sizing: border-box;
    height:339px;
}
.product .con2 .item>div>.active{

}
.product .con2 .item>div>div{
    padding: 10px;
    position: relative;
}
.product .con2 .item>div>div{
    /*padding:10px;*/
}
/*  change */
.product .lookmore{
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #eaeaea;
    /*position: absolute;*/
    margin-top: 20px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
.product .con2 .item>div>div>img:nth-child(2){
    padding:10px;
    display: none;
    position: absolute;
    left:0px;
    top:0px;
}
.product .con2 .item>div>div>img:nth-child(3){
    display: none;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.product .con2 .item div p{
    text-align: center;
    line-height: 110px;
    font-size: 19px;
    font-family: "Microsoft YaHei";
    color: rgb( 49, 49, 49 );
    /*border-top:1px solid ;*/
}
.product{
    position: relative;
}
/*background-image*/
.product  .swiper-button-prev{
    background-image:none;
    top:85%;
    position: absolute;
    /*bottom: 0px;*/
    left: 47%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    
}
/*.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}*/
.product  .swiper-button-next{
    top:85%;
    background-image:none;
    position: absolute;
    bottom: 0px;
    right: 47%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


/*²úÆ·ÖÐÐÄ*/
/*.application*/
.application{
    background-color: #fff;
    padding-bottom: 58px;
}
.application i{
    font-size: 40px;
    color:#004190;
}
.application .con1{
    text-align: center;

}
.application .con1 p:nth-child(1){
    margin-top: 70px; 
    font-size: 40px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
  font-weight: bold;
}
.application .border{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width:42px;
    height:4px;
    background-color: #e60012;
    margin-bottom: 25px;
}
.application .con1 p:nth-child(3){
    margin-top: 25px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 119, 119, 119 );
    width: 35%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/*.news .con1 p:nth-child(3) {
    margin-top: 23px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 119, 119, 119 );
    width: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}*/
.application .con2{
    margin-top: 120px;
}
.application .col-md-4{
    z-index: 1;
    padding-top: 33px;
    box-sizing: border-box;
    /*padding:30px 30px 0px;*/
    text-align: center;
    height: 212px;
    /*padding:0px;*/
    position: relative;
}
.application .col-md-4:nth-child(1){
    border-bottom: 1px solid #ccc;
}
.application .col-md-4:nth-child(2){
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
.application .col-md-4:nth-child(3){
    border-bottom:1px solid #ccc;
}
.application .col-md-4:nth-child(4){

}
.application .col-md-4:nth-child(5){
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.application .col-md-4:nth-child(6){
}
.application .col-md-4 p:nth-child(4){
    font-size: 20px;
    color:#000;
}
.application .col-md-4 p:nth-child(5){
    margin-top: 10px;
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 119, 119, 119 );
}
.application .col-md-4 .one{
    position: absolute;
    left:0px;
    top:0px;
    display: none;
    height:100%;
    z-index: -1;
}
.application .col-md-4 .two{
    position: absolute;
    left:0px;
    top:0px;
    display: none;
    height: 100%;
    z-index:-1;
}
.application .col-md-4 .one img{
    width: 100%;
    height:100%;
}
.application .col-md-4 .two img{
    width: 100%;
    height:100%;
}

/* Í¼Æ¬²¿·Ö */
.pic{
    background-color: #fff;
    /*padding-top: 58px;*/
    height:151px;
    /*padding-top: 58px;*/
}
.pic .left{
    text-align: center;
    line-height: 151px;
    background-color: #004190;
    font-size: 40px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
}
.pic .right{    
    background-color: #fff;
}


/* ÐÂÎÅÖÐÐÄ²¿·Ö */
.news{
    background-color: #fff;
    position:relative;
}
.news .con1{
    margin-top: 75px;
    /*position: absolute;
    left:50%;
    transform: translateX(-50%);*/
}
.news .con1 p{
    text-align: center;
}
.news .con1 .border{
    width:42px;
    height: 4px;
    background-color: #e60012;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.news .con1 p:nth-child(1){
    font-size: 40px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
  font-weight: bold;
}
.news .con1 p:nth-child(3){
    margin-top: 23px;
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 119, 119, 119 );
  width:30%;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}
.news .con2{
    margin-top: 100px;
}
.news .con2 .col-md-4{
    padding-right: 0px;
}
.news .con2 .col-md-4 img{
    /*width: 100%;*/
}
.news .con2 .col-md-4 .scale{

    overflow: hidden;
    /*width:100%;*/
    /*height: 100%;*/
    /*background-image: url(../images/meet.png);*/
}
.news .con2 .col-md-4 img{
    transition: 2s;
}
.news .con2 .col-md-4 img:hover{
    transition-delay: 0.5s;
    transition-timing-function: linear;
    transition: 2s;
    transform: scale(1.2);
}
.news .con2 .col-md-4 p:nth-child(2){
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 51, 51, 51 );
}
.news .con2 .col-md-4 p:nth-child(3){
    font-size: 13px;
  font-family: "Microsoft YaHei";
  color: rgb( 121, 121, 121 );
}
.news .con2 .col-md-4 p:nth-child(4){
    font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb( 121, 121, 121 );
}
.news .con3{
    margin-top: 40px;
    padding-bottom: 50px;
}
.news .con3 .vm{
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    color: #313131;
    width:143px;
    height: 45px;
    border:1px solid #313131;
}

/* ¿ÚºÅ²¿·Ö */
.slogan{
    position: relative;
}
.slogan .bottom{
    position: absolute;
    left:0px;
    top:0px;
}
.slogan .container{
    position: absolute;
    left:50%;
    top:40%;
    transform: translate(-50%,-50%);
}
.slogan .container p:nth-child(1){
    text-align: center;
    font-size: 25px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
}

.slogan .container p:nth-child(2){
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width:50%;
    text-align: center;
    font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
}

/*ÁªÏµÎÒÃÇ*/
.contact{
    padding-top: 73px;
    background-color: #fff;
    padding-bottom: 87px;
}
.contact h2{
    font-size: 40px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
  font-weight: bold;
}
.contact .border{
    margin-top: 15px;
    width:42px;
    height: 4px;
    background-color: #e60012;
}
.contact ul{
    margin-top: 40px;
}
.contact li{
    padding: 7px 0;
    font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb( 121, 121, 121 );
}
.contact .top{
    padding:0px;
}
.contact .top input{
    padding-left: 10px;
    margin-top:10px;
    width:100%;
    height:42px;
    background-color: #f8f8f8;
    border:1px solid #d0d0d0;
}
.contact .top p{
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 119, 119, 119 );
}
.contact .mid p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 119, 119, 119 );
    padding: 15px 0;
}

.contact .mid textarea{
    padding-top: 10px;
    padding-left: 10px;
    background-color: #f8f8f8;
    height: 110px;
    width: 100%;
    border:1px solid #d0d0d0;
}
.contact .sub{
    margin-top: 13px;
    color:#fff;
    font-size: 20px;
}
.contact .sub input{
    width: 100%;
    height: 42px;
    background-color: #014190;
    padding:0px;
}

/*½Å²¿²¿·Ö*/
footer .top{
    /*height: 280px;*/
    padding-bottom: 50px;
    background-color: #111c24;
}
footer dl{
    margin-top: 57px;
}

footer dl dd{
    padding-bottom: 5px;
    color:#808080;
    font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 128, 128, 128 );
}
footer dt{
    margin-bottom: 27px;
    font-size: 16px;
  font-family: "Microsoft YaHei";
    color:#fff;
}
footer .erwei img{
    margin:0 auto;
    /*position: absolute;
    left:50%;
    transform: translateX(-50%);*/
}
footer .img{
    margin-top: 70px;
    text-align: center;
}
footer .img p{
    margin-top: 2px;
    font-size: 12px;
}
footer .bottom{
    background-color: #0c171f;
}
/*footer .bottom p{
    line-height: 54px;
    text-align: center;
    height:54px;
}
footer .bottom img{
    vertical-align: baseline;
}*/
footer .bottom {
    text-align: center;
    line-height: 54px;
    height:54px;
    background-color: #0c171f;
}
footer .bottom img{
    padding-left: 10px;
    vertical-align: middle;

}

@media (max-width: 1540px) {
    .welcome .container.col-sm-12{
        padding-left: 50px;
    }
}
@media (max-width: 990px) {
    .welcome .container.col-sm-12{
        padding: 30px;
        position: static;
        width:100%;
        margin-bottom: 0px;
    }
    .welcome .container.col-sm-12 img{
        width: 100%;
    }
}

@media (max-width: 765px){
 div.prolist .con1 .two>div {
    margin-top:0;
}
    .product.clearfix>img{
        width: 100%;
    }
    .slogan .container p:nth-child(1) {
        text-align: center;
        font-size: 15px;
        font-family: "Microsoft YaHei";
        color: rgb( 255, 255, 255 );
    }
    .news .con2 .col-md-4 p:nth-child(2) {
        font-size: 15px;
        font-family: "Microsoft YaHei";
        color: rgb( 51, 51, 51 );
    }
    .news {
        padding-top: 0px !important;
        padding-bottom: 20px;
        background-color: #fff;
    }
    .news .font {
        margin-top: 0px !important;
    }
    .news .font i {
        font-size: 16px !important;
        margin-right: 5px;
    }
    .news .row .container .col-md-12>.shop h1 {
        font-size: 16px;
        color: #4d4d4d;
        padding: 5px 0 15px;
    }
    .news .col-md-12 {
        margin-bottom: 0px !important;
    }
    #main.prolist {
        background-color: #fff;
        padding-top: 20px;
    }
    .main.aboutus {
        padding: 20px 0px 40px !important;
    }
    .main.aboutus .container{
      padding: 0px 35px;
    }
    .main.aboutus p>img{
      width: 100%;
    }
    .main.aboutus div>img{
      width: 100%;
    }
    .news .con2 .col-md-4 {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .application .col-md-4 p:nth-child(4) {
        font-size: 18px;
        color: #000;
    }
    .application .col-md-4 p:nth-child(5) {
        margin-top: 10px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 119, 119, 119 );
    }
    .product .con2{
        margin-top: 20px;
        position: static;
        top:223px;
        left:0%;
        /*transform: translateX(-50%);*/
        transform: none;
    }
    .main .bottom .col-md-4{
        position: relative;
    }
    .main .bottom .col-md-4 span{
        position: absolute;
        line-height: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .product .container.clearfix>p {
        padding-right: 10px;
        margin-bottom: 25px !important;
        margin-top: 25px !important;
        text-align: center;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 94, 94, 94 );
    }
    .application .con2 {
        margin-top: 16px;
    }
    .prolist .con2.container table tr td:nth-child(1) {
        font-size: 14px;
        text-align: center;
        border-right: 1px solid #fff;
        font-family: "Microsoft YaHei";
        color: rgb( 30, 30, 30 );
    }
    .prolist .con2.container table tr td:nth-child(2) {
        font-size: 14px;
        /* text-align: center; */
        padding-left: 20px;
        border-right: 1px solid #fff;
        font-family: "Microsoft YaHei";
        color: rgb( 30, 30, 30 );
    }
    .mai.newsin h1{
        padding-top: 10px;
        font-size: 24px;
    }
    .prolist .con1 .one.col-md-6 {
        /* height: 375px; */
        padding: 10px;
    }
    .prolist .con1 .two.col-md-6 {
        padding-top: 15px;
        padding-left: 15px;
    }
    .prolist .con2.container {
        padding-bottom: 20px;
        border-bottom: 1px solid #f3f3f3;
    }
    .prolist .con2 .detail {
        margin-left: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 132px;
        height: 44px;
        background-color: #004190;
        color: #fff;
        line-height: 44px;
        font-size: 20px;
        text-align: center;
    }
     .prolist .con2 .detail .row div img {
        margin-bottom: 25px;
     }
    #main.honor {
        padding: 20px 0 50px 0;
    }
    #main.honor .container>p {
        text-align: center;
        margin-bottom: 20px;
    }
    #main.honor .container p span{
        padding: 5px 10px;
    }
    .welcome .container.col-sm-12 p:nth-child(1) {
        margin-top: 20px;
        font-size: 24px;
        font-family: "Microsoft YaHei";
        color: rgb( 0, 0, 0 );
        font-weight: bold;
    }
    .application {
        background-color: #fff;
        padding-bottom: 28px;
    }
    .contact {
        padding-top: 30px;
        background-color: #fff;
        padding-bottom: 87px;
    }
    .contact ul {
        margin-top: 20px;
    }
    .news.clearfix {
        padding-top: 0px;
        padding-bottom: 20px;
        background-color: #fff;
    }
    .develop.de {
        padding: 30px 0 50px 0;
    }
    .develop .row .con1>div {
        padding-bottom: 10px;
        border-bottom: none;
    }
    .develop .container.con1 {
        padding: 0px 10px 10px;
    }
    .develop .row .con1 .col-md-4 .inner {
        position: relative;
        vertical-align: baseline;
        width: 100%;
        padding: 15px 15px 0px;
    }
    .develop .row .con2 .col-md-6 .inner {
        width: 100%;
        position: relative;
    }
    .develop .row .con2 .col-md-6{
        margin-top: 10px;
        padding:0px 10px;
    }
    .develop .row .con2 .col-md-6:nth-child(1) .inner {
        margin-left: 0px;
    }
    .develop .row .con2 .col-md-6:nth-child(2) .inner {
        margin-left: 0px;
    }
    .product .row .container>p>span {
        margin: 0px 5px;
        padding: 2px 5px;
    }
    .news a>img{
        padding:0px;
    }
    .online .info .col-md-4 {
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .online .container .liuyan{
        padding:0 10px;
    }
    .honor .inner img{
        width: 100%;
    }
    .appli .con2.container .col-md-4{
        border:1px solid #ccc;
        /*margin-bottom: 10px;*/
        margin:10px;
    }
    .newsin.mai .cor{
        margin:0 auto;
        width:100%;
        /*height:271px;*/
        height: 100%;
        padding:20px 50px;
        background-color:#f7f7f7;
    }
    .newsin.mai{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .newsin.mai .bottom{
        padding: 0 10px;
    }
    .newsin.mai .top>p{
        padding-left: 10px;
    }
    .cor img{
        /*width: 100%;*/
    }
    .wh .desp.container  .back {
        color: #fff;
        width: 90px;
        height: 30px;
        background-color: #a1a1a1;
        position: absolute;
        right: 15px;
        top: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 2px;
    }
    .number .col-md-3 {
        padding-top: 10px;
        box-sizing: border-box;
        text-align: center;
        height: 115px;
    }
    .number .col-md-3{
        /*position: absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);*/
    }
    .number .col-md-3>div>p:nth-child(2) {
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }
    .product{
        background-color: #fff;
    }
    #product .row{
        padding-bottom: 0;
    }
    .product .blue{
        height: 40px;
        z-index: -1;
        background-color: #000;
    }
    .product .con1>p:nth-child(1){
        color:#000;
        margin:20px 0px 0px;
        font-size: 22px;
    }
    .product .con2 .col-md-4>div {
        border:1px solid #f3f3f3;
        margin-bottom: 10px;
        background-color: #fff;
        /* padding: 15px; */
        padding: 0px 0px 10px 0px;
        box-sizing: border-box;
        height: inherit;
    }
    .product .con1 .border {
        position: absolute;
        width: 42px;
        height: 4px;
        background-color: #e60012;
        margin-bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product .con2 .col-md-4{
        margin:0px;
    }
    .product .con2 .col-md-4 div p {
        text-align: center;
        line-height: inherit;
        font-size: 16px;
        margin-bottom: 0px;
        font-family: "Microsoft YaHei";
        color: rgb( 49, 49, 49 );
    }
    .product .con1{
        top: 72px;
        text-align: center;
        position: static;
        left:50%;
        /*transform: translateX(-50%);*/
        transform: none;
    }
    .product .con2{
        position: static;
        top:223px;
        left:0%;
        /*transform: translateX(-50%);*/
        transform: none;
    }
    .product .swiper-button-prev {
        background-image: none;
        top: 97%;
        position: absolute;
        /* bottom: 0px; */
        left: 40%;
        width: 27px;
        height: 44px;
        /*margin-top: -22px;*/
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .product .swiper-button-next {
        background-image: none;
        top: 97%;
        position: absolute;
        /* bottom: 0px; */
        right: 40%;
        width: 27px;
        height: 44px;
        /*margin-top: -22px;*/
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .welcome{
        padding-bottom:20px;
    }
    .welcome .container p:nth-child(1) {
        margin-top: 77px;
        font-size: 28px;
        font-family: "Microsoft YaHei";
        color: rgb( 0, 0, 0 );
        font-weight: bold;
    }
    .welcome .container p:nth-child(3) {
        margin-top: 26px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 49, 49, 49 );
    }
    .welcome .container p:nth-child(4) {
        margin-top: 30px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 119, 119, 119 );
    }
    #ban .container .pa{
        height: 100%;
    }
    #ban .container .pa img{
        height: 100%;
    }
    #ban .trans {
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    .ban .row{
        /*padding-right: 15px;
        padding-left: 15px;*/
    }
    .ban .container {
        width: 100%;
        color: #fff;
        left: 5%;
        /*transform: translateX(-50%);*/
        transform: none;
        position: absolute;
        top: 20%;
        z-index: 10;
    }
    .ban .container h2{
        font-size: 14px;
    }
    .ban .container h2 span{
        font-size: 20px;
        padding-right: 5px;
    }
    .ban .container .swiper-slide p:nth-child(2){
        font-size: 13px;
    }
    .ban .container .swiper-slide p:nth-child(3){
        font-size: 14px;
    }
    
    .ban .container .swiper-slide>span {
        margin-top: 5px;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        width: 80px;
        height: 25px;
        border: 1px solid #fff;
    }
    .ban .swiper-pagination {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner{
        position: relative;
    }
    .banner .container{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
    .banner h1 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 0px;
        color: #fff;
    }
    .application .con1 p:nth-child(1) {
        margin-top: 20px;
        font-size: 24px;
        font-family: "Microsoft YaHei";
        color: rgb( 0, 0, 0 );
        font-weight: bold;
    }
    #application .col-md-4 {
        margin-top: 15px;
        border:1px solid #f3f3f3;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 20px;
        /*border:none;*/
        box-sizing: border-box;
        /* padding: 30px 30px 0px; */
        text-align: center;
        height: auto;
        /* padding: 0px; */
        position: relative;
    }
    /*.product img{
        width: 100%;
    }*/
    .news .con1 {
        margin-top: 15px;
    }
    .news .con2 {
        margin-top: 30px;
    }
    .news .con3 {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .news .con1 p:nth-child(1) {
        font-size: 24px;
        font-family: "Microsoft YaHei";
        color: rgb( 0, 0, 0 );
        font-weight: bold;
    }
    .news .con3 .vm {
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        color: #313131;
        width: 120px;
        height: 40px;
        border: 1px solid #313131;
    }
    .pic{
        background-color: #fff;
        /*padding-top: 58px;*/
        height:151px;
        /*padding-top: 58px;*/
    }
    .pic .row{
        /*padding-right: 15px;
        padding-left: 15px;*/
    }
    .pic .left {
        height: 80px;
        text-align: center;
        line-height: 80px;
        background-color: #004190;
        font-size: 28px;
        font-family: "Microsoft YaHei";
        color: rgb( 255, 255, 255 );
    }
    .pic .right img{
    	margin-top: 25px;
        height: 45px;
    }
    .slogan img{
        height: 100px;
    }
    .slogan .container {
    	width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .contact{
        padding-bottom: 30px;
    }
    .contact h2 {
        font-size: 24px;
        font-family: "Microsoft YaHei";
        color: rgb( 0, 0, 0 );
        font-weight: bold;
    }
    .contact li {
        padding: 7px 0;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: rgb( 121, 121, 121 );
    }
    .contact .container .col-md-6{
        padding:0px;
    }
    .contact .container textarea{
        padding:0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact .mid.col-md-12{
        padding:0px;
    }
    .contact .sub{
        padding:0px;
    }
    .contact input:submit{
        width: 100%;
    }
    footer .col-xs-6 dt{
        margin-bottom: 10px;
    }
    footer .col-xs-6{
        height: 180px;

    }
    footer .col-xs-6:nth-child(3){
     height: 110px;
    }
    footer .col-xs-6:nth-child(4){
     height: 110px;
    }
    footer .top{
        padding-bottom: 0px;
        background-color: #111c24;
    }
    footer .img{
        margin-top: 0px;
        text-align: center;
    }
    footer dl{
        margin-top: 20px;
    }
    footer dl dd{
        padding-bottom: 5px;
        color:#808080;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 128, 128, 128 );
    }
    footer dt{
        margin-bottom: 0px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color:#fff;
    }
}


/* aboutus.html */
@media (max-width: 765px){
div.pull-left li{
    margin: 13px 0 0 0;
}
div.row {
     margin-right: 0; 
     margin-left: 0;
}
.prolist .con1 .two ul li {
float:left;
margin-right:20px;
} 
	div.slogan .container p:nth-child(2) {
		width: 100%;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 100%;
	    text-align: center;
	    font-size: -7px;
	    font-family: "Microsoft YaHei";
	    color: rgb( 255, 255, 255 );
	}
    .aboutus .col-md-7 p {
        padding-bottom: 20px;
        line-height: 28px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: rgb( 128, 128, 128 );
    }
}
.aboutus{
  padding:50px 0 100px 0;
}
.aboutus .col-md-7 p{
  line-height: 28px;

  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 128, 128, 128 );
}


/* ÄÚÒ³newsin */
.newsin{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom:80px;
    /*border-bottom: 1px solid #ccc;*/
}
.newsin .cor{
    margin:0 auto;
    width:477px;
    height:271px;
    padding:20px 50px;
    background-color:#f7f7f7;
}
.newsin .cor img{
    margin:0 auto;
}
.newsin .container{
   
}
.newsin .container .p img{
width:100%;
}
.newsin h1{
    font-size: 30px;
    color:#000;
}
.newsin .top{
    border-bottom: 1px solid #ccc;
}
.newsin .top p{
    margin-top:20px;
    margin-bottom: 30px;
    font-size:16px;
    color:#717171;
}
.newsin .top span{
    padding:0 30px;
}

.newsin .bottom h3{
    margin-top:30px;
    margin-bottom:10px;
    font-size:16px;
}

.newsin .bottom p{
    font-size:14px;
    padding:10px 0;
}
.newsin .bottom{
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 20px;
}


.wh .desp a{
    font-size:14px;
    display: block;

}
.wh .desp{
  padding-top: 30px;
    position:relative;
    border-bottom: 1px solid #ccc;
    padding-bottom:100px;
    background-color: #fff;
}
.wh{
  background-color: #fff;
}
.wh .desp a{
    padding-bottom:15px;
}
.wh .desp a span{
    // font-size:14px;
    font-weight: bold;
    color:#606060;
}
.wh .desp .back{
    color:#fff;
    width:90px;
    height:30px;
    background-color:#a1a1a1;
    position:absolute;
    right:0px;
    top:30px;
    text-align:center;
    line-height:30px;
    border-radius: 2px;
}


/*application.html*/
.appli i{
    font-size: 40px;
    color:#004190;
}
.appli .con1{
    text-align: center;

}
.appli .con2{
  padding: 50px 0;
}
.appli .con1 p:nth-child(1){
    margin-top: 70px; 
    font-size: 40px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
  font-weight: bold;
}
.appli .border{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width:42px;
    height:4px;
    background-color: #e60012;
    margin-bottom: 25px;
}
.appli .con1 p:nth-child(3){
    margin-top: 25px;
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 119, 119, 119 );
}
/*.application .con2:nth-child(1){
  margin-top: 50px;
}*/
.appli{
  /*padding-bottom: 50px;*/
}
.appli .con2 .col-md-4:hover{
  cursor: pointer;
}
.appli .col-md-4{
    padding-top: 33px;
    box-sizing: border-box;
    /*padding:30px 30px 0px;*/
    text-align: center;
    height: 212px;
    /*padding:0px;*/
    position: relative;
}
.appli .col-md-4:nth-child(1){
    border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(2){
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
.appli .col-md-4:nth-child(3){
    border-bottom:1px solid #ccc;
}
.appli .col-md-4:nth-child(4){
    border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(5){
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(6){
  border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(7){
  border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(8){
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(9){
  border-bottom: 1px solid #ccc;
}
.appli .col-md-4:nth-child(10){
  /*border-right: 1px solid #ccc;*/
}
.appli .col-md-4:nth-child(11){
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.appli .col-md-4:nth-child(12){
  /*border-bottom: 1px solid #ccc;*/
}
.appli .col-md-4 p:nth-child(4){
    font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
}
.appli .col-md-4 p:nth-child(5){
    font-size: 14px;
    padding:10px 0px;
  font-family: "Microsoft YaHei";
  color: rgb( 119, 119, 119 );
}

.appli .col-md-4 .one{
    width:100%;
    position: absolute;
    left:0px;
    top:0px;
    display: none;
    height:100%;
    z-index: -1;
}
.appli .col-md-4 .two{
    width:100%;
    position: absolute;
    left:0px;
    top:0px;
    display: none;
    height: 100%;
    z-index:-1;
}
.appli .col-md-4 .one img{
    width: 100%;
    height:100%;
}
.appli .col-md-4 .two img{
    width: 100%;
    height:100%;
}


/* development.html*/
.develop  .swiper-button-prev{
    left:18%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border:3px solid #a3a3a3;
    background-image:none;
    /*top:85%;*/
    position: absolute;
    /*bottom: 0px;*/
    /*left: 47%;*/
    color:#000;
    /*width: 27px;
    height: 44px;*/
    /*margin-top: -22px;*/
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    
}
.develop  .swiper-button-prev i{
    font-size: 26px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.develop  .swiper-button-next i{
    font-size: 26px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.develop  .swiper-button-next{
    right:18%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border:3px solid #a3a3a3;
    background-image:none;
    /*top:85%;*/
    position: absolute;
    /*bottom: 0px;*/
    /*left: 47%;*/
    /*width: 27px;
    height: 44px;*/
    /*margin-top: -22px;*/
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    
}
.develop{
  padding:50px 0 100px 0;
}
.develop .container>div{
  /*padding:40px;*/
}
.develop .con1{
  padding: 0 54px 34px;
}
.develop .con1 .col-md-4{
  padding: 0px;
}
.develop .con1 .col-md-4 .inner{
  width: 80%;
}
.develop .con1 .col-md-4 .inner img{
  width: 100%;
}
.develop .con1 .col-md-4:nth-child(1){
  
}
.develop .con1 .col-md-4:nth-child(2) .inner{
  margin: 0 auto;
}
.develop .con1 .col-md-4:nth-child(3) .inner{
  float: right;
}
.develop .con1 .col-md-4{
  position: relative;
}
.develop .con1 .col-md-4 .inner{
  position: relative;
  vertical-align: baseline;
}
.develop .con1 .col-md-4 .company{
  position: absolute;
  width: 100%;
  left:0px;
  bottom: 39px;
  text-align: center;
  height:34px;
  line-height: 34px;
  background-color: rgba(245,245,245,0.8);
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
}
.develop .con1 .col-md-4 .time{
  text-align: center;
  line-height: 39px;
  height: 39px;
  color:#fff;
  /*background-color: #e60012;*/
  
  background-color: #c2c2c2;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
}
.develop .con1 .col-md-4 .angle{
  position: absolute;
  width:10px;
  border:10px solid #fff;
  border-color: #c2c2c2 transparent transparent transparent;
  left:50%;
  transform: translateX(-50%);
}
.develop .con1 .col-md-4 .yuan{
  position: absolute;
  left:50%;
  bottom: -48px;
  transform: translateX(-50%);
  width:17px;
  height:17px;
  border-radius: 17px;
  background-color: #c2c2c2;
}

.develop .con1>div{
  padding-bottom: 40px;
  border-bottom: 1px solid #c2c2c2;
}
.develop .con1 .clearfix{
  position: relative;
}
.develop .con1 .left{
  position: absolute;
  left:-50px;
  bottom:0px;
  transform: translateY(50%);
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border:2px solid #a3a3a3;
}
.develop .con1 .right{
  position: absolute;
  right:-50px;
  bottom:0px;
  transform: translateY(50%);
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border:2px solid #a3a3a3;
}
.develop .con1 .left i,
.develop .con1 .right i{
  color:#6c6c6c;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}

.develop .con2{
  /*padding:0 150px;*/
}
/*.develop .con2 .col-md-6{
    width:60%;
}*/
.develop .con2 .col-md-6 .inner{
  width: 52%;
  position: relative;
}
.develop .con2 .col-md-6:nth-child(1) .inner{
  margin-left: 230px;
}
.develop .con2 .col-md-6:nth-child(2) .inner{
  margin-left: 50px;
}
.develop .con2 .inner img{
  width: 100%;
}
/*.develop .con2 .inner */

.develop .con2 .col-md-6 .company{
  position: absolute;
  width: 100%;
  left:0px;
  top: 39px;
  text-align: center;
  height:34px;
  line-height: 34px;
  background-color: rgba(245,245,245,0.8);
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 0, 0, 0 );
}
.develop .con2 .col-md-6 .time{
  text-align: center;
  line-height: 39px;
  height: 39px;
  color:#fff;
  /*background-color: #e60012;*/
  position: absolute;
  top:0px;
  left: 0px;
  width:100%;
  background-color: #c2c2c2;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
}
.develop .con2 .col-md-6 .angle{
  position: absolute;
  top:-20px;
  width:10px;
  border:10px solid #fff;
  border-color:  transparent transparent  #c2c2c2 transparent ;
  left:50%;
  transform: translateX(-50%);
}
.develop .con2 .col-md-6 .yuan{
  position: absolute;
  top:-43px;
  left:50%;
  bottom: -50px;
  transform: translateX(-50%);
  width:17px;
  height:17px;
  border-radius: 17px;
  background-color: #c2c2c2;
}


/* honor.html */
.honor{
  padding:50px 0 100px 0;
}
.honor .container>p{
  text-align: center;
  margin-bottom: 50px;
}
.honor .container p a.active{
  color:#fff;
  background-color: #e60012;
}
.honor .container p a{
  margin:0 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  /*color: rgb( 255, 255, 255 );*/
  color:#000;
}
.honor .inner{
  padding:10px;
  border:1px solid #f3f3f3;
}
.honor .container>div>p{
  text-align: center;
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: rgb( 117, 117, 117 );
  padding:20px 0px;
}


/* link.html */
.main{
    padding:40px 0;
}
.main.aboutus{
    padding:80px 0;
}

.main .container .top{
    position:relative;
}
.main .container .border{
    left:50%;
    transform:translateX(-50%);
    width:30px;
    height:2px;
    position:absolute;
    bottom:0px;
    background-color:#f93348;
}
.main h3{
    padding-bottom:15px;
    font-size: 24px;
    color:#000;
    text-align: center;
}
.main .col-md-4{
    height:50px;
    position:relative;

}
.main .bottom{
    margin-top: 30px;
}
.main .col-md-4 .box{
    border:1px solid #ccc;
    position: absolute;
    display: inline-block;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    border-radius: 35px;
    // background-color: #f93348;
}
.main .col-md-4 span{
    font-size:14px;
}
.main .col-md-4 i{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:20px;
    // color:#fff;
}
.main .col-md-4 span{
    padding-left: 50px;
    line-height: 50px;
}
.main .box{

}
.main .box.active{
  background-color:#f93348;
  color:#fff;
}

.online{
    margin-top:30px;
}
.online input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    text-indent: 0px;
    font-size: 16px;
}
.online .col-md-4{
    padding-right:10px;
    padding-left:0px;
}
.online .message{
    position:relative;
}
.online .border{
    left:50%;
    transform:translateX(-50%);
    width:25px;
    height:2px;
    position:absolute;
    bottom:0px;
    background-color:#f93348;
}
.online h2{
    color:#000;
    text-align:center;
    padding-bottom:15px;
    font-size:22px;
}
.online input{
    width:100%;
    height:45px;
    background-color:transparent;
    border:1px solid #d5d5d5;
    text-indent: 20px;
    font-size:16px;
}
.online .info{
    position:relative;
    margin-top:20px;
}
.online .youxiang{
    padding-right:0px;
}
.online .info i{
    font-size:20px;
    color:#ababab;
    position:absolute;
    right:30px;
    top:50%;
    transform: translateY(-50%);
}
.online .container .liuyan textarea{
    padding:10px 0 0 10px;
    margin-top:10px;
    width: 100%;
    padding-right:10px;
    height:130px;
    border:none;
    border:1px solid #ccc;
    font-size: 16px;
    text-indent:10px;
}
.online .liuyan{
    position:relative;
}
.online .liuyan i{
    position: absolute;
    right:30px;
    top:20px;
    font-size:20px;
    color:#dadada;
}
.online .sub{
    position:relative;
    margin-top:20px;
    margin-bottom:100px;
}
/*.online .sq input{
  border:none;
}
.online .sq{
    font-size:18px;
    color:#fff;
    width:300px;
    height:50px;
    background-color:#848484;
    text-align:center;
    margin: 40px auto;
    line-height:50px;
}*/


/* news.html*/
#page{
  text-align:center;
  background-color: #fff;
  padding-bottom: 50px;
}
#page li{
    display: inline-block;
    margin:10px;
}
.news{
    padding-top:20px;
    padding-bottom:20px;
    background-color: #fff;
}
.news .row{
  padding-top: 20px;
  /*margin-top: 20px;*/
}
.news .col-md-3{
    display: block;
}
.news .col-md-12{
    margin-bottom: 30px;
}
.news .container .col-md-12>.shop h1{
    font-size: 20px;
    color:#4d4d4d;
    padding:5px 0 15px;
}
.news .time{
    font-size:14px;
    color:#8b8b8b;
    padding-bottom: 10px;
}
.news .des{
    font-size: 14px;
    color:#8b8b8b;
}
.news .font{
    margin-top: 20px;
}
.news .font i{
    font-size:20px;
    margin-right: 5px;
}


/* product.html */
.product{
    background-color: #fff;
}
.product .row{
    padding-bottom: 20px;
}
.product .container.clearfix>p{
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    font-size: 15px;
  font-family: "Microsoft YaHei";
  color: rgb( 94, 94, 94 );
}
.product .container>p>span{
    margin: 0px 15px;
    padding:5px 15px;
}
.product .container>p>span.active{
    background-color: #e60012;
    color:#fff;
}
.product .container>p>span.active a{
    color:#fff;
}
.product .container.clearfix .col-md-4{
    display: block;
    margin-bottom: 20px;
}
.product .container.clearfix .col-md-4>div{
    background-color: #fff;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #f3f3f3;
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
}
.product .container .col-md-4>div>.active{

}
.product .container .col-md-4>div>div{
    position: relative;
}
.product .container .col-md-4>div>div>img:nth-child(2){
    display: none;
    position: absolute;
    left:0px;
    top:0px;
}
.product .container .col-md-4>div>div>img:nth-child(3){
    display: none;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.product .container .col-md-4> p{
    text-align: center;
    width:100%;
    background-color: #f3f3f3;
    line-height: 70px;none
    height: 70px;
    font-size: 15px;
  font-family: "Microsoft YaHei";
  color: rgb( 49, 49, 49 );
}


/* prolist.html */
.prolist{
  background-color: #fff;
  padding-top: 70px;
}
.prolist .con1 .one{
  /*height: 375px;*/
  padding:0px;
}
.prolist .con1 .one>div{
  padding-bottom: 50px;
  /* border:1px solid #f3f3f3; */
}
.prolist .con1 .one>div img{
margin:0 auto;
}
.prolist .con1 .two{
  padding-top: 15px;
  padding-left: 30px;
}
.prolist .con1 .two>div{
  margin-top: 47%;
}
.prolist .con1 .two h2{
  font-size: 19px;
  font-family: "Microsoft YaHei";
  color: rgb( 30, 30, 30 );
}
.prolist .con1 .two ul li{
 float:left;
margin-right:20px;
}
.prolist .con1 .two p>span{
  font-weight: bold;
}
.prolist .con1 .two p{
  line-height: 28px;
  margin-top: 33px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 102, 102, 102 );
  
}
.prolist .con1 .two .left ul li:nth-child(1) a{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 102, 102, 102 );
  
}
.prolist .con1 .two .left ul li:nth-child(1)>span{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 102, 102, 102 );
  font-weight: bold;
}
.prolist .con1 .two .left ul li:nth-child(2){
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 102, 102, 102 );
  /*font-weight: bold;*/
}
.prolist .con1 .two .right{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb( 102, 102, 102 );
  font-weight: bold;
}

.prolist .con2{
  padding-bottom: 80px;
  border-bottom: 1px solid #f3f3f3;
}
.prolist .con2 .detail{
  margin-top:30px;
  margin-bottom: 30px;
  width:132px;
  height:44px;
  background-color: #004190;
  color:#fff;
  line-height: 44px;
  font-size: 17px;
  text-align: center;
}
.prolist .con2 table{
  color:#000;
}
.prolist .con2 table tr{
  height:20px;
}
.prolist .con2 table tr td:nth-child(1){
  font-size: 16px;
  text-align: center;
  border-right:1px solid #fff;
  font-family: "Microsoft YaHei";
  color: rgb( 30, 30, 30 );
}
.prolist .con2 table tr td:nth-child(2){
  font-size: 16px;
  /*text-align: center;*/
  padding-left: 150px;
  border-right:1px solid #fff;
  font-family: "Microsoft YaHei";
  color: rgb( 30, 30, 30 );
}

.prolist .con2 table tr:nth-child(odd){
  background-color: #c8dffc;
}
.prolist .con2 table tr:nth-child(even){
  background-color: #e9f3ff;
}
.des a{
    color: #fff;
}

/**/

#tj {
    font-size: 18px;
    color: #fff;
    width: 300px;
    height: 50px;
    background-color: #848484;
    text-align: center;
    margin: 25px auto;
    line-height: 50px;
    border:0;
    display: table;
}
.pages{text-align: center;padding: 2% 0 3.5%;}
.pages a{display: inline-block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 30px;border: 1px solid #DDDDDD;color: #999999; line-height: 30px;padding: 0 10px;min-width: 30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 3px 2px}
.pages a i{font-style: normal;}
.pages .on *{color: #b23838;border: none;}
.pages a.disabled{cursor: not-allowed;color: #ccc;}