html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "微软雅黑",Helvetica,Arial,Verdana,"微软雅黑",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

.in-news-left a:hover{
  color: #0a60d1;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.float_left{
  float: left;
}

.float_right{
  float: right;
}

.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

.clearfix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    
}

.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    *zoom:1;
}

/* 蹇呰甯冨眬鏍峰紡css */
.tops{
  width: 100%;
  background: #efefef;
  line-height: 40px;
  overflow: hidden;
  color: #676767;
  font-size: 14px;
}
.logo_nav{
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: #fff;
  overflow: hidden;
  *zoom:1;
}
.navbg{
  background: #000;
}
.logo img{
  width: 70px;
  transition: all 1s;
}
.logo img:hover {
  transform: scale(1.1);
}
.tels{
  width: 200px;
  height: 80px;
  border-left: 1px solid rgba(255,255,255,.2);
  color: #999;
  font-weight: 500;
  padding-top: 16px;
  padding-left: 16px;
}
.tels h5{
  font-size: 18px;
  color: #fff;
}
nav{
  background: none;
  width: 100%;
  overflow: hidden;
}
nav li{
  padding: 0 20px;
  line-height: 80px;
  float: left;
}
nav li:last-child{
  border-right: 0;
}
nav li a{
  display: block;
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.index_title{
  margin: 20px 0;

}
.index_title h1{
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.index_title h2{
  color: #333;
  font-size: 26px;
  font-weight: bold;
}

.swiper-container .swiper-slide{
  height: 890px;
}
.swiper-pagination{
  bottom: 50px!important;
}
.swiper-pagination span{
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: rgba(255,255,255,.5);
}
.swiper-pagination span.swiper-pagination-bullet-active{
  background: rgb(255,255,255);
}


.in-about{
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}
.in-about-left{
  width: 578px;
  float: left;
}
.in-about-left .in-about-left-content p{
  margin-bottom: 20px;
  font-size: 16px;
  color: #999;
  line-height: 25px;
}

.in-about-right{
  float: right;
  margin-top: 55px;
}


.in-cultrue{
  background: url(../images/sj_11.jpg) top center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 538px;
  color: #fff;
  padding-top: 40px;
  overflow: hidden;
}
.in-cultrue h1 ,.in-cultrue h2{
  color: #fff;
}
.in-cultrue .in-cultrue-content{
  width: 600px;
  float: right;
}
.in-cultrue .in-cultrue-content dl{
  margin-top: 60px;
}
.in-cultrue .in-cultrue-content dt{
  font-size: 20px;
  color: #fff;
  line-height: 45px;
}
.in-cultrue .in-cultrue-content dd{
  font-size: 18px;
  color: rgba(255,255,255,.5);
  line-height: 45px;
}


.in-product{
  width: 100%;
  margin: 40px 0 0;
  overflow: hidden;
}

.mt-tabpage {
  width: 1200px;
  margin: 30px auto;
  background-color: #FFFFFF;
}
.mt-tabpage-title {
  height: 44px;
  font-size: 0;
  background-color: #fff;
  width: 100%;
  margin: auto;
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.mt-tabpage-title .mt-tabpage-item {
  display: inline-block;
  margin-right: 30px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #666;
  font-size: 16px;
  background: #e4e4e4;
}
.mt-tabpage-title .mt-tabpage-item:hover{
  background: #0a60d1;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #0a60d1;
}
.mt-tabpage-title .mt-tabpage-item-cur {
  background: #002ea6;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #002ea6;
}
.mt-tabpage-count {
  position: relative;
  width: 1200px;
  /*height: 1290px;*/
  overflow: hidden;
}
.mt-tabpage-cont__wrap {
  position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
  width: 1200px;
  height: 1290px;
  text-align: center;
}

.mt-tabpage-item a{
  display: block;
  float: left;
  width: 365px;
  background: #dedede;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin: 12px;
  font-size: 16px;
}




.in-liucheng{
  background: url(../images/sj_17.jpg) top center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 467px;
  color: #fff;
  padding-top: 40px;
  overflow: hidden;
}
.in-liucheng-left{
  width: 900px;
  float: left;
}
.in-liucheng-left h1,.in-liucheng-left h2{
  color: #fff;
  margin-left: 40px;
}
.in-liucheng-left h3{
  font-size: 20px;
  margin-top: 50px;
}
.in-liucheng-left h3 span{
  display: block;
  background: #fff;
  width: 20px;height: 1px;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
}
.in-liucheng-left p{
  margin-left: 40px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255,255,255,.5);
  margin-top: 20px;
}
.in-liucheng-right{
  width: 180px;
  float: right;
  padding-top: 40px;
}
.in-liucheng-right a{
  display: block;
  background: #fff;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.in-liucheng-right a:hover,.in-liucheng-right a.on{
  background: #0a60d1;
  color: #fff;
}


.in-tese{
  background: #f1f1f1;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  *zoom:1;
}
.in-tese-title{
  text-align: center;
  margin: 20px 0;
}
.in-tese-title span{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #999;
  margin:0  40px;
}
.in-tese-title span b{
  display: block;
  font-size: 31px;
  font-weight: bold;
  color: #333;
}
.in-tese-left,.in-tese-right{
  width: 572px;
  float: left;
  margin-top: 40px;
}
.in-tese-right{
  float: right;
}
.in-tese-left h5,.in-tese-right h5{
  font-size: 20px;
  color: #333;
  margin: 10px 0;
}
.in-tese-left p,.in-tese-right p{
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.in-shebei{margin: 40px 0;}
.in-shebei-list{margin:20px auto;height:299px;width:66%;overflow:hidden;position:relative; }
.in-shebei-list ul{height:299px;width:100000000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.in-shebei-list ul li{display:block;float:left;margin:5px;width:300px;position:relative; overflow: hidden;}
.in-shebei-list ul li a{display:inline-block;height:299px;} 
.in-shebei-list ul li img{display:block;}
.in-shebei-list ul li a span{height:0;display:block;background:rgba(0,9,40,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.in-shebei-list ul li a:hover span{height:299px;line-height:299px;font-size:20px;text-align:center;transition:all 0.7s;}


.in-part{
  background: #f1f1f1;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.in-part a{
  display: block;
  border:1px #ccc solid;
  float: left;
  margin: 18px;
}

.in-news{
  background: url(../images/sj_50.jpg) top center no-repeat;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.in-news-left{
  width: 601px;
  float: left;
  padding-top: 60px;
}
.in-news-left dl{
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.in-news-left dl dt{
  width: 65px;
  height: 65px;
  float: left;
  border:1px #ccc solid;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.in-news-left dl dt span{
   display: block;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   margin-top: 10px;
}
.in-news-left dl dd a{
  font-size: 18px;
  color: #333;
}
.in-news-left dl dd p{
  font-size: 16px;
  color: #999;
}
.in-news-left dl dd a:last-child{
  font-size: 10px;
}
.in-news-right{
  width: 599px;
  float: left;
  position: relative;
}
.in-news-right img{
  position: relative;
}
.in-news-right a{
  padding: 10px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 598px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  background: rgba(0,0,0,.5);
  z-index: 9999;
}
.in-news-right a p{
  font-size: 16px;
  line-height: 30px;
}
footer{
  padding: 40px 0 0;
  background: #000928;
  width: 100%;
  overflow: hidden;
}
footer .erweima{
  width: 190px;
  float: left;
}
footer .contact{
  width: 760px;
  float: left;
}
footer .contact h2{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
footer .contact h2:after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #0a60d1;
  margin: 20px 0;
}
footer .contact p{
  font-size: 16px;
  color: rgba(255,255,255,.5);
  line-height: 40px;
}
footer .contact p span{ margin-right: 40px; }
footer .footmenu{
  width: 200px;
  float: right;
}
footer .footmenu a{
  display: block;
  width: 50%;
  float: left;
  font-size: 16px;
  color: rgba(255,255,255,.5);
  line-height: 40px;
}
footer .footmenu a:hover{
  color: #fff;
}
footer .copyright{
  width: 1010px;
  float: right;
  border-top:1px solid rgba(255,255,255,.25);
  margin-top: 20px;
  font-size: 14px;
  color: rgba(102,102,102,.5);;
  
  line-height: 50px;
}
footer .copyright a{
  color: #666;
  font-size: 16px;
  margin: 0 10px;
}
footer .copyright a:hover{
  color: #fff;
}



@media (max-width: 768px) {

.w1200 {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    *: ;
    zoom: 1;
}


.in-about-left {
    width: 100%;
    float: left;
}
  
.in-cultrue {
    background: url(../images/sj_11.jpg) top center no-repeat;
    width: 100%;
    min-width: 100%;
    height: 538px;
    color: #fff;
    padding-top: 40px;
    overflow: hidden;
}

 .in-cultrue .in-cultrue-content {
    width: 98%;
    float: right;
}

.mt-tabpage-count {
    position: relative;
    width: 100%;
    /* height: 1290px; */
    overflow: hidden;
}

.mt-tabpage {
    width: 100%;
    margin: 30px auto;
    background-color: #FFFFFF;
} 
}
