@charset "utf-8";

.w-1000{ width: 1000px; margin: 0 auto; }
.w-1200{ width: 1200px; margin: 0 auto; }
.w-960{ width: 1200px; margin: 0 auto; }
.w-730{ width: 940px; }
.w-210{ width: 240px; }
.f-bcf { background-color: #fff; }
.f-bc1 { background-color: #efefef; }
.f-mt10 { margin-top: 10px; }
.f-mt20 { margin-top: 20px; }
.f-mt30 { margin-top: 30px; }
.f-pr15 { padding-right: 15px; }
.f-p15 { padding: 15px; }
.f-pb5 { padding-bottom: 5px; }
.f-pb10 { padding-bottom: 10px; }
.f-pl12 { padding-left: 12px; }
.f-ti20 { text-indent: 20px; }
.f-c000 { color: #000; }
.f-c1, .f-fc { color: #03062f; }
.f-fs2 { font-size: 14px; }
.f-fs3 { font-size: 16px; }
a:hover{color: #03062f;}
table td img { margin-top: 5px; }
.odd{background-color:#efefef;} 

/* site-topbar */
.site-topbar { overflow: hidden; width:100%; height: 35px; line-height: 35px; border-bottom: 1px solid #ddd;}

/* header */

/* logo */
#logo{ padding:25px 0; height: 58px; overflow: hidden; }

/* nav */
.nav-container {
    background-color: #03062f;
}
.nav{ height: 40px; line-height: 40px; }
.nav li{float:left;display:inline;}
.nav li a{padding:0 18px;display:block;font-size:15px;font-weight: 700;color:#fff;}
.nav li a:hover{background-color: #fff;color:#000;}

/* lang */
.lang li{ margin-left: 20px; width:auto; float: left; display: inline; }
.lang li img { position: relative; top: 3px; right: 7px; height: 16px; }

/* search */
.search{ margin-top: 50px; }
.search #key{margin:0;padding:8px 0 8px 6px;border:1px solid #dfdfdf;border-right:none;width:300px;height:20px;line-height:20px;background-color:#fff;}
.search #submit{margin:0;padding:0;border:1px solid #dfdfdf;width:38px;height:38px;background:#fff url(/images/index.png) no-repeat 0 -97px;}
.search-hover #submit{ cursor: pointer; border:none;background: url(/images/index.png) no-repeat -38px -97px;}

/* index banner flexslider */
.flexslider{position:relative;height:320px;overflow:hidden;background:url(/images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:320px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(/images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(/images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(/images/next.png) center center no-repeat;}

/* banner */
.banner {
  height: 300px;
  background: url('../images/index/banner1.jpg') no-repeat center center;
  background-size: cover;
}
.banner-side {
  height: 145px;
  background-size: cover;
}

/* footer */
.footer{ margin-top: 50px; padding: 15px 0; width: 100%; height: 65px; background-color: #575757; color:#fff; }
.footer a { color: #fff; }
.footer .footer-logo { width: 40%; height: auto; margin-top: 5px; }
.footer .footer-logo img { width: 100%; height: auto; }
ul.footer-nav { width: 40%; padding-bottom: 15px; }
ul.footer-nav li{ float: left; display: inline; }
ul.footer-nav li span { padding: 0 10px; }
.copyright { width: 50%; text-align: right; }

/* index */
#main { width: 100%; height: auto; }

.index-about {
    margin-top: 40px;
}
.index-about-title { text-align: center; }
.index-about-title span {
display: inline-block;     /*设置为块级元素会独占一行形成上下居中的效果*/
font-size: 22px;
color: #5e5a57;
font-weight: bold;
position: relative;   /*定位横线（当横线的父元素）*/
}

.index-about-title span:before, .index-about-title span:after {
content: '';                 /*CSS伪类用法*/
position: absolute;         /*定位背景横线的位置*/
top: 52%;
background: #dedede;       /*宽和高做出来的背景横线*/
width: 100px;
height: 1px;
}

.index-about-title span:before{
left: -110px;        /*调整背景横线的左右距离*/
}

.index-about-title span:after {
  right: -110px;
}
.index-about .index-about-content {
    margin-top: 30px;
    line-height: 24px;
    font-size: 14px;
}

/* index product */
.index-product {
    /* margin-top: 30px; */
}
.index-product ul li {
    position: relative;
    float: left;
    width: 299px;
    margin-top: 40px;
    height: auto;
    border-right: 1px solid #fff;
}
.index-product ul li img {
    display: block;
    width: 299px;
    height: 224px;
    margin: 0 auto;
}
.index-product ul li span {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0,0,0,0.6);
}

.index-news {
  margin-top: 50px;
    width: 1200px;
    overflow: hidden;
}
.index-news-list {
  margin-top: 24px;
    width: 1440px;
}
.index-news-list li {
    margin-right: 32px;
  float: left;
  display: inline;
  width: 378px;
  height: auto;
}
.index-news-list li img {
  display: block;
  border: none;
  width: 100%;
  height: 234px;
  background-color: #eaf5f9;
}
.index-news-list li h3 {
  margin-top: 15px;
  font-size: 16px;
}
.index-news-list li p {
  margin-top: 10px;
  line-height: 22px;
}

/* left */
.left { height: auto; }
.left-title { padding-left: 20px;height: 42px; line-height: 42px; background-color: #03062f; color: #fff; }
.left-ul { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.left-ul li { position: relative; }
.left-ul li span { position: absolute; left: 25px; top: 18px; width: 4px; height: 4px; background: url(/images/index.png) -39px -97px; }
.left-ul li a { display: block; padding: 10px 20px 10px 25px; border-bottom: 1px solid #ddd; }
.left-ul li a.class-li { padding: 10px 20px 10px 36px; }
.left-ul li a.li-second { padding: 10px 20px 10px 37px; }

/* right */
.right { padding-bottom: 20px; height: auto; overflow: hidden; }
.m-crumb{ margin-bottom: 15px; padding: 10px 0; border-bottom:1px solid #dfdfdf; }
.content { line-height: 24px; overflow: hidden; }

/* news-list */
.news-list { margin-top: -15px; }
.news-list li { position: relative; padding: 15px 0; border-bottom: 1px solid #dfdfdf;}
.news-list li div { float: left; display: inline; width: 500px; }
.news-list li img { float: right; display: inline; width: 120px; height: 90px;}
.news-list li p { padding: 5px 0 0 20px; line-height: 22px; color: #999; }
.news-list li a { padding-left: 20px; }
.news-list li i { position: absolute; left: 6px; top: 21px; width: 4px; height: 4px; background: url(/images/index.png) -39px -97px; }
.news-list li span { position: absolute; right: 0; color: #999; }

/* news-detail */
.news-title { padding-bottom: 10px; font-size: 16px; }
.news-info { padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.news-info span { padding-right: 10px; }
.news-contnet { padding: 15px 0; line-height: 22px; border-bottom: 1px solid #ddd;}
.news-prev-next div { padding-top: 10px; }

/* product */
.product-class { width: 1400px; }
.product-class li { margin: 0 12px 20px 0; /*float: left; */display: inline-block; vertical-align:top; font-size:12px;  width: 190px; height: auto; text-align: center; }
.product-class li a { display: block; position: relative; }
.product-class li img { margin:0 auto; width: 190px; height: 136px; display: block; }
.product-class li a h3 { position: absolute; left: 0; bottom: 0; width: 100% ; height: 35px; line-height: 35px; color: #fff; font-size: 14px; background-color: rgba(0,0,0,.7); }
.product-class li a h3 { color: #fff; }
.product-class li a:hover h3{ color: #03062f; }
.product-class li div { position: relative; height: 35px; line-height: 35px; border-bottom: 1px solid #fff; background-color: #efefef; text-align: left; text-indent: 25px; }
.product-class li div span { position: absolute; left: 12px; top: 15px; width: 4px; height: 4px; background: url(/images/index.png) -39px -97px; }

/* product list */
.product-right-wrap {
  margin-left: 20px; width: 940px; box-sizing: border-box; overflow: hidden;
}
.pro-list{ margin-top: 40px; width: 1000px; }
.pro-list li { margin-right: 35px; margin-bottom: 50px; float: left; display: inline; width: 288px; height: 278px; border: 1px solid #e8e8e8; text-align: center; transition: all .5s; }

.pro-list li img { display: block; margin: 0 auto; padding: 20px 0; width: 250px; height: 188px; border-bottom: 1px solid #e8e8e8; background-color: #fff; }
.pro-list li:hover {
  border: 1px solid #03062f;
}
.pro-list li:hover img {
  border-bottom: 1px solid #03062f;
}
.pro-list li div { width: 465px; }
.pro-list li div.search { margin: 0; width: 705px; }
.pro-list li h3 { font-size: 14px; margin-top: 12px; }
.pro-list li p { padding-bottom: 10px; line-height: 22px; }
.pro-list li span { padding: 5px 10px; color: #666; background-color: #fff; border: 1px solid #dfdfdf; }
.pro-list li a { color: #03062f; }
.pro-list li a:hover { color: #000; }
.pro-list li.hover { }
.pro-list li.hover span { color: #fff; border: 1px solid #03062f; }

/* product Detail image */
.idx-focus{ padding: 10px 0 20px;}
.idx-focus,.focus-pic li{width:100%;height:auto;position:relative;overflow:hidden;}
.idx-foc-tmp{ float: left; display: inline; height:auto;}
.focus-pic{height:300px;}
.focus-pic li{float:left;display:inline;text-align:center;height:auto;}
.focus-pic li img{width:530px;height:400px;margin:0 auto; display: block; overflow: hidden; border: 1px solid #e8e8e8;}
.idx-focus ul.xtaber-tabs{margin-left: 50px;position:relative;float:left;display:inline;height:auto;}
.idx-focus ul.xtaber-tabs li{ margin-bottom: 10px; position:relative;top:50%;border:1px solid #e8e8e8;cursor:pointer;z-index:3;}
.idx-focus ul.xtaber-tabs li a{display:block;width:120px;height:90px;overflow:hidden;}
.idx-focus ul.xtaber-tabs img{width:120px;height:90px;}
.idx-focus ul.xtaber-tabs .current{border:1px solid #03062f;}
.idx-focus a.btn-prev,.idx-focus a.btn-next{background:url(/images/index.png) no-repeat;width:41px;height:69px;position:absolute;z-index:4;top:185px;_filter:Alpha(opacity=70);}
.idx-focus a.btn-prev{background-position:-84px 0;left:0;}
.idx-focus a.btn-next{background-position:-126px 0;left:491px;}
.idx-focus a.btn-prev:hover{background-position:0 0;left:0;}
.idx-focus a.btn-next:hover{background-position:-42px 0;right:0;}

.product-content { margin-left: 15px; width: 230px; height: auto; line-height: 22px; }

/* product tab */
.product-tab{ margin-bottom: 15px; position:relative; width:100%; border-bottom:1px solid #dfdfdf; height:32px; }
.product-tab li{ margin: 0 10px 0 20px; padding:0 15px; float:left; display: inline; height:32px; line-height:32px; }
.product-tab li.on{ position: absolute; color: #fff; background-color: #03062f; border-bottom:1px solid #03062f; }

.product-box{ width:100%; text-align:left; }
.product-box .hd{ height:42px; line-height:42px; border-left: 1px solid #f5f5f5; background-color: #f5f5f5; position:relative; }
.product-box .hd ul{  }
.product-box .hd ul li{ float:left; padding:0 20px; height: 42px; font-size: 14px; font-weight: 700; cursor:pointer;  }
.product-box .hd ul li.on{ color:#03062f; line-height:40px; background-color:#fff; border-top:2px solid #03062f; }

.product-box .bd ul{ padding:20px; border: 1px solid #f5f5f5; border-top: 0; zoom:1;  }
.product-box .bd li{ height:auto;  line-height:24px; }
.product-box .bd li.product-tab-pdf { padding-bottom: 15px; height: 32px; line-height: 32px; border-bottom: 1px solid #dfdfdf; }
.product-box .bd li .file { position: absolute; background: url(/images/index.png) no-repeat 0 -136px; width: 32px; height: 32px; }
.product-box .bd li .product-tab-file { padding-left: 45px; }

/* down */
.down-list { margin-top: -8px; }
.down-list li { }
.down-list li .down-title { padding: 15px 0 10px 0; display: block; border-bottom: 1px solid #dfdfdf; font-size: 14px; font-weight: 700; }
.down-list li div { padding: 10px 0;}

/* image */
ul.image-list { width: 1300px; }
ul.image-list li { position: relative; margin: 10px 35px 0 0; text-align: center; float: left; display: inline; width: 220px; height: 225px; overflow: hidden; cursor: pointer; }
ul.image-list li a.image { padding-bottom: 10px; height: auto; background-color: #e5e5e5; display: block; }
ul.image-list li a.image:hover { background-color: #03062f; color: #fff; }
ul.image-list li img { width: 220px; height: 165px; overflow: hidden; }
ul.image-list li p { line-height: 24px; padding-top: 5px; }
ul.image-list li div.rsp{ width:220px;height:165px;overflow:hidden;position: absolute;background:#000 url(/images/zoom.png) center center no-repeat;top:0px;left:0px;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;}
.w-960 ul.image-list li { margin-right: 30px; width: 216px; height: 222px; }
.w-960 ul.image-list li img, .w-960 ul.image-list li div.rsp { width: 216px; height: 162px; }

/* sitemap */
.map-container{width:960px;margin:10px auto;}
.map-title{padding:10px 0;}
.map-container .m-crumb{margin-bottom:10px;}
.map-container ul{margin:0 0 10px 50px;}
.map-container ul li{float:left;display:inline;}

/* pager */
.pager{margin:20px 0 10px;height:auto;text-align:center;}
.pager a{border:#dfdfdf 1px solid;padding:8px 11px 7px;margin-right:2px;text-decoration:none;}
.pager a:hover{border:#dfdfdf 1px solid;background-color:#eeeeee;color:#666;}
.pager a:active{border:#dfdfdf 1px solid;background-color:#eeeeee;color:#666;}
.pager span.current{border:#03062f 1px solid;padding:8px 11px 7px;margin-right:2px;background-color:#03062f;font-weight:bold;color:#fff;}
.pager span.disabled{padding:8px 11px 7px;margin-right:2px;border:#dfdfdf 1px solid;}