﻿#head{
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4);
    background: rgba(255,255,255,.8);
    width: 100%;
    top:0;
}
.navigation ul li{
    float: left;
    height: 85px;
    width:120px;
    line-height: 85px;
    padding: 0 10px;
    text-align: center;
}
.navigation ul li a{
    display: inline-block;
  position: relative;
  color: #003579;
  font-size: 16px;
  
}
.navigation ul li a::after{
    content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.navigation ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .navigation ul li a:active{
    transform: scaleX(1);
    transform-origin: bottom left;
  }
.search-bar{
    background: #003579;
    position: relative;
}
@font-face {
  font-family: 'iconfont';  /* project id 1377957 */
  src: url('https://at.alicdn.com/t/font_1377957_tbqwxz0zoyd.eot');
  src: url('https://at.alicdn.com/t/font_1377957_tbqwxz0zoyd.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1377957_tbqwxz0zoyd.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1377957_tbqwxz0zoyd.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1377957_tbqwxz0zoyd.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1377957_tbqwxz0zoyd.svg#iconfont') format('svg');
}
  .iconfont{
    font-family:"iconfont" !important;
  }
  .icon-sea{
      right: 8px;
      top: 0px;
      font-size:16px;
      color: #000;
      outline: none;
      border: none;
  }
  .search-int{
      outline: none;
      border-radius: 10px;
      padding: 5px 25px 5px 5px;
      margin: 5px 0;
      width:180px ;
      border:none;
  }

  .right-info span{
      float: right;
      color:#fff;
  }
  .banner{
    height: auto;
    width:100vw;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100vw;
    height: 700px;
    position: relative;
    box-sizing: border-box;
}
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;

  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-wrapper>* {
    box-sizing: border-box;
}
.banner_img{
    max-width: 100vw;
    width: 100%;
    vertical-align: middle;
    border-style: none;
    height: 100%;
}
main{
    width: 100%;
    display: block;
    margin-bottom:200px;
}
.business{
    margin:90px auto;
}
.left-nav{
    width:400px;
    float: left;
	
	 
}
.center-nav{
    width:400px;
    float: left;
    
}
.right-nav{
    width:400px;
    float: right;
}
.center-nav>a,.left-nav>a,.right-nav>a{
    text-align:center;
}
.Category h4{
    font-size: 18px;
    margin-top: 10px;
}
.Category h4 a{
    color: #000;
}
.Category{ margin:0; padding:0;width:100%;display:table;clear:both;}
.about{
    background: url('../img/bg.jpg') no-repeat;
    width:100%;
    background-size: cover;
background-position: left bottom;
    height: 530px;
	padding-top:35px;
	 margin:10px auto; 
	text-align:center;
}
.about-info{
    width: 533px;text-align:left
   
}
.about-info h3{
    font-size: 30px;
    color: #003579;
    line-height: 50px;
}
.about-info p{
    font-size: 14px;
    color: rgb(102, 102, 102);
 
}

.about-content{
    margin-top:40px; 
}
.about-content a{
    display: inline-block;
    width:120px;
    height:40px;
    margin-top: 20px; margin-right:20px;
    background: #E6101A;
    color:#fff;
    text-align:center;
    line-height: 40px;
}
.about-content a:hover{
    background:#003579;
}
.about-content a:nth-last-child(1){
    background:#003579;
}
.about-content a:nth-last-child(1):hover{
    background: #E6101A;
}

.product-column ul{
    width:875px;

}
.product-column li{
    width:120px;
    margin-left:5px;
    margin-bottom:5px;
}
.product-column li a{
    background: #003579;
    color: #fff;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.product-column li a:hover{
    background: #E6101A;
}
.product-list{
    margin-top:50px;
}
.product-list ul li{
    vertical-align: top;
    width: 250px;
    margin-right: 12px;
    padding: 15px;
    border: 2px solid #9f9f9f;
    margin-bottom: 10px;
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 140%;
    display: inline-block;
}
.product-list ul li:hover{
    border: 2px solid #003579;
}
.product-list ul li h4{
    font-size:16px;
    line-height: 21px;
    margin-top:14px;
}
.product-list ul li p{
    margin-top:7px;
    color: #999999;
}
.more{
    width: 180px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border:1px solid #9F9F9F;
    color:#9f9f9f;
    display: block;
    margin:20px auto;
    font-weight: blod;
}
.more:hover{
    background: #003579;
    color:#fff;
}
.news{
    width: 1220px;
    margin-top: 30px;
}
.news ul {
    overflow: hidden;
      margin-right: -20px;

      margin-bottom: -20px;
      margin-top: 0;
}
.news ul li{
    float: left;
      
      margin-right: 20px;
      margin-bottom: 20px;
}
.news ul li a{
    color: #464646;
}
.news ul li span{
    color: #8a8a8a;
}
.news ul li p{
    color: #777777;
    margin:0;
}
#footer{
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.address{
height: 90px;
background: #003579;
width: 100%;
}
.copyright{
    height: 60px;
    width: 100%;
}

.adres-list ul li {
    color:#fff;
    float: left;
    margin-right:20px;
    font-family: "iconfont";
    line-height: 88px;
}
.email::before{
    content: '\e62e';
    padding-right: 15px;
    font-size: 18px;
}
.phone::before{
    content: '\e613';
    padding-right: 15px;
    font-size: 18px;
}
.addresss::before{
    content: '\e655';
    padding-right: 15px;
    font-size: 18px;
}


/* about page */

.column-banner{
    width: 100%;
    display: table;
    margin-top: 129px;
}
.column-banner img{
    max-width: 100vw;
    background-size: 100%;

}
.page-nav{
    height: 60px;

}
.page-title{
    width: 33%;
    background: #003579;
}
.bread-nav{
    width: 67%;
    background: #E6101A;
}
.title{
    color:#fff;
    text-align: center;
    line-height: 60px;
    font-size:22px;
}
.title::after{
    content: 'ABOUT';
    padding-left:20px;
    color:#D9D9D3;
    font-style:italic;
    font-size:20px;
}
.bread-nav ul a{
    line-height: 60px;
    color:#fff;
}
.bread-nav ul li:not(:last-child){
    margin-right: 5px;
}
.bread-nav ul li::after{
    content: "\276D";
        margin-left: 5px;
        color:#fff;
        font-size:16px;
}
.bread-nav ul li:last-child::after{
    content: '';
}
.common-title h4{
    color:#E6101A;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.common-title span {
    display: block;
    text-align: center;
    color:rgb(204, 204, 204);
}
.company-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
    text-indent: 2em;
}
.company-content p{
    
}
.news-column ul{
    width:400px;

}
.news-column li{
    width:120px;
    margin-left:5px;
    
}
.news-column li a{
    background: #003579;
    color: #fff;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.news-column li a:hover{
    background: #E6101A;
}
.Pagination {
    margin-top:20px;
    text-align: center;
}
/*.Pagination ul.pagination {*/
    /*display: inline-block;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/

/*.Pagination ul.pagination li {display: inline;border:none;width: 0;}*/
/*.news .Pagination ul.pagination li {width: 25px;}*/
/*.Pagination ul.pagination li a {*/
    /*color: black;*/
    /*float: left;*/
    /*padding: 8px 16px;*/
    /*text-decoration: none;*/
    /*border-radius: 5px;*/
/*}*/

/*.Pagination ul.pagination li a.active {*/
    /*background-color: #003579;*/
    /*color: white;*/
    /*border-radius: 5px;*/
/*}*/

/*.Pagination ul.pagination li a:hover:not(.active) {background-color: #ddd;}*/
ul.pagination {display: inline-block;padding: 0;margin: 0;}
.pagination a{text-decoration: none;margin-right: 0px!important; }
ul.pagination li {display: inline;}
.disabled ,.pagination  .active, .pagination li a {color: black; float: left;padding: 8px 16px;text-decoration: none;transition: background-color .3s;border: 1px solid #ddd; margin: 0 4px;}
.pagination .active{background-color: #4CAF50;color: white;border: 1px solid #4CAF50;}
.disabled{background-color: rgba(236, 236, 236, 0.78);}
ul.pagination  a.active {background-color: #4CAF50;color: white;border: 1px solid #4CAF50;}
ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.product-column .current a{
    background:#E6101A;
}
.product-column .current a:hover {
    background:#003579;
}
.Product-listing{
    width: 1260px;
}
.Product-listing ul li {
    width: 250px;
    padding: 15px;
    border: 2px solid #9f9f9f;
    margin-bottom: 10px;
    margin-right: 21px;
    float: left;
}
.article-content {
    margin-top:50px;
}
.article-content h5 {
    text-align: center;
    font-size: 26px;
    color:#E6101A;
}
.article-content ul{
    width: 400px;
    margin-top:20px;
}
.article-content .article-info  > ul li::after{
    content: '|';
    padding:0 10px;
}
.article-content > ul li:last-child::after{
    content:'';
}
.lf-logo{
   
}

/* 放大镜background:url('https://tpl-77499702-pic31.websiteonline.cn/upload/logo_bg_by27.png') no-repeat */
#showbox { background:#eee;}
#showbox span { background:url(img/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}
.showpage a { display:block; width: 27px;height: 28px;line-height: 28px; background:#545454; text-align:center; font-size:18px; position:absolute; left:400px; top:-46px; text-decoration:none; color:#999;}
.showpage a#shownext { left:830px; }
.showpage a:hover { background:#ccc; color:#777;}
.article-detail > ul li{
    text-align: justify;
}
.article-content  > ul li::after{
    content:'';
}
.feedbook form{
    width: 800px;
    margin: 0 auto;
}
.feedbook form input[type=text]{
    width: 800px;
    background-color: #eeeeee;
    height: 24px;
    line-height: 24px;
    border:1px dashed #aaa;
}
.feedbook form textarea {
    display: block;
    width: 792px;
    height: 117px;
    line-height: 24px;
    background-color: rgb(238, 238, 238);
    background-image: none;
    font-size: 14px;
    color: rgb(119, 119, 119);
    text-align: left;
    word-spacing: 0px;
    padding: 4px;
    font-family: "Microsoft YaHei";
    border: 1px dashed rgb(170, 170, 170);
    clear: both;
    margin: 0px;
}
.feedbook form button[type=submit] {
    display: block;
    width: 801px;
    background: #E6101A;
    color: #fff;
    border:none;
    outline:none;
    height: 28px;
    line-height: 28px;
}
.roll .wrap{width:1500px;overflow: hidden; height: 344px;margin: 0 auto;position: relative;}
        .roll li{float: left;list-style: none;width: 350px;padding:0 10px;}
        .roll ul{position: absolute;top: 0;left: 0;}

.txj {
    text-align: justify;
    display: inline-block;
    width: 316px;
    margin-top:30px;
    margin:0 10px;
    background: #ccc;
    
}
.HEad{
    height: 496px;
    width: 348px;
    background: #ccc;
}
.HEad span{
    padding:0 10px;
    color:rgb(0, 53, 121);
}
.HEad h4,.FTC h4,.As h4{
    font-size: 20px;
    color: rgb(0, 53, 121);
    font-weight: bold;
    margin-top:20px;
    padding-left: 20px;
}
.FTC span,.As span{
margin-top:25px;
color:#5a5a5a;
}
.bookproduct{
    right: 164px;
    bottom: 0;
    width: 657px;
    height: 63px;
    line-height: 63px;
    background: #E6101A;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.bookproduct:hover{
    color:#fff;
    background: #003579;
}
.tech,.service-phone,.sendemail{
padding-left: 20px;
}
.weixiu1,.weixiu2,.ft40{
    margin-right: 10px;
}
.weixiu1::before{
    content: '\e60a';
    font-size: 33px;
    color:#003579;
}
.service-phone{}
.weixiu2::after{
    content: '\e635';
    font-size: 33px;
    color:#003579;
}
.sendemail{}
.sendemail::after{
    padding-right:20px;
}
.As p{
    margin-top:0;
    margin-bottom: 0;
}
.ft40::before{
    font-size: 33px;
    padding-right: 0;
    color:#003579;
}
.compensation{
    background: url('../img/orjy.jpg') no-repeat;
    height: 612px;
}
.compensation ol li{
    list-style:decimal;
    color:#fff;
    line-height: 30px;
}
.compensation ol {
    right: 30%;
    top: 5%;
}
.Mask{
    display: block;
    height:30%;
    width: 100%;
    position: absolute;
    bottom: 7%;
    left: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    color:#fff;
    padding:0 15px;
    font-size: 16px;
}
.joinus{
    display: block;
    border-radius: 5px;
    background-color: rgba(230,16,26,1);
    height: 50px;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
    -o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
    transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
    -moz-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
    -webkit-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
    box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
    border: 0px solid rgb(255,87,0);
    color:#fff;
    right: 0;
    bottom:10px;
}
.joinus:hover{
    background: #003579;
    color:#fff;
}
.job-offer{
    padding-bottom: 80px;
    position: relative;
}
.job-offer ol li{
    list-style:decimal;
    color: #787878;
    line-height: 30px;
}
.synopsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.synopsis-news {
    -webkit-line-clamp: 1;
}
