@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word}
table{border-collapse:collapse;border-spacing:0;}img{border:none}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */	word-wrap: break-word; /* Internet Explorer 5.5+ */}
h1,h2,h3,h4,h5,h6{font-size:100%;}input.dialog{height:0; height:0; font-size:0; line-height:0; border:none}
input,label,img,th{vertical-align:middle;}.font-fixh{font-family: Georgia,Arial; color: #f00; font-size: 16px; font-weight: 700;}address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
ul,ol,li{list-style:none;}
select optgroup{color:#CAC8BB;}
header{ display:block}

.clearfix:before,.clearfix:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

body{font-size:14px;font-family: "微软雅黑","Microsoft YaHei","Microsoft YaHei UI", "Segoe UI", Arial, Verdana, Sans-Serif, sans-serif;}
a{color:#035cac;text-decoration:none; cursor:pointer;}
a:hover{color:#ed010e;text-decoration:none;}
.fl{ float:left;}
.fr{ float:right;}
.f-kaiti{
    font-family: "楷体";
}
.por{
    position: relative;
}
.poa{
    position:absolute;
}

.hide{
    display: none;
}
.show{
    display: block;
}
.ellipse{
    display: block;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}
.img-scale{
    transform: scale(1);
    transition: all 0.7s ease-in-out;
}
.img-scale:hover{
    transform: scale(1.1);
}


.container{
  width:1200px;
  margin-left:auto;
  margin-right:auto;
}

@keyframes active {
  0% {
    transform: translate(0px, 5px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.header{
  position:fixed;
  left:0;
  right:0;
  min-width: 1200px;
  background-color:#fff;
  background-color: rgba(255,255,255,0.8);
  z-index:100;
  height:80px;
  box-shadow:0 1px 3px #ddd;
  border-top:10px solid #1c377e;
}
.logo{
    line-height: 80px;
    margin-left:20px;
    float:left;
}
.logo img{
    vertical-align: middle;
}
.nav{
    float:left;
    margin-left:50px;
    text-transform : uppercase
}
.nav li{
    border-right: 1px solid #eee;
    float:left;
    position: relative;
}
.nav li > a{
    display: block;
    height:80px;
    width:120px;
}
.nav li:last-child{
    border-right:0 none;
}
.nav li span{
    display: block;
    text-align: center;
    line-height: 20px;
}
.nav li span.cn{
    color:#000;
    font-size:16px;
    margin-top:20px;
}
.nav li span.en{
    color:#999;
    font-size:12px;
}
.nav li.active a,
.nav li.hover a{
    background-color: #1c377e;
}
.nav li.active span,
.nav li.hover span{
    color:#fff;
}
.nav .subnav{
    z-index:1000;
    position: absolute;
    width:100%;
    left:0px;
    top:79px;
    display: none;
    background-color:#1c377e;
    text-align: center;
}
.nav .subnav a{
    display: block;
    border-top:1px solid #eee;
    line-height: 35px;
    height:35px;
    color:#fff;
}
.nav .subnav a:hover{
    background-color: #fff;
    color:#1c377e;
}
.nav li.hover .subnav{
    display: block;
}
.search{
    float:right;
    padding:0 20px;
    line-height: 80px;
    margin-left:20px;
    border-left:1px solid #eee;
}
.search-box{
    display: none;
}
.search-form .form-control{
    width:700px;
    outline: none;
    line-height: 60px;
    padding:0 20px;
    border: 0 none;
    margin-left: 0px;
}
.search-form .btn{
    vertical-align: middle;
    outline: none;
    width:60px;
    height:60px;
    background-color: #1c377e;
    border:0 none;
    color:#fff;
    float:right;
    font-size:20px;
}

.slogan{
    float:right;
    line-height: 80px;
}
@media screen and (max-width:1440px) {
    .search{
        border-left:0 none;
    }
    .slogan{
        display: none;
    }
}



.viewport{
  position: relative;
  height: 100%;
}
.view-bg{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden;
}
.view-bg img{
  opacity: 0;
  filter: alpha(opacity=0)
}
.view-bg1{
  position: absolute;
  bottom:0;
  width:100%;
  overflow:hidden;
}
.view-bg1 img{
    width:100%;
}
.view-bg2{
  position: absolute;
  bottom:0;
  left:-40px;
  overflow:hidden;
}
.view-bg3{
  position: absolute;
  height:25%;
  bottom:0;
  width:100%;
  background-color: #1c377e;
  overflow:hidden;
}
.view-bg4{
  position: absolute;
  height:200px;
  top:0;
  width:100%;
  background-color: #1c377e;
  overflow:hidden;
}

.viewport-cont{
  position: absolute;
  width:100%;
  bottom:0px;
  left:0px;
  overflow: hidden;
}
.viewport-cont .wrapper{
  min-height:500px;
  margin-top:90px;
}
.viewport-cont .wrapper .tit{
  width:100%;
  font-size:14px;
  line-height: 2;
  color:#666;
  text-align:center;
}
.viewport-cont .wrapper .tit a{
  display: block;
  width:100%;
  text-align: center;
  position:relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top:40px;
  color:#555;
}
.view-next, .view-prev, .ban .bg{
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 47px;
  width: 26px;
  height: 15px;
  background: url("../image/bg1.png") no-repeat center;
  cursor: pointer;
  z-index: 10;
  animation: 2s linear 0s infinite running active;
}
.view-next.bg2{
  background:url("../image/bg2.png") no-repeat center;
}
.view-next.bg3{
  background:url("../image/bg3.png") no-repeat center;
}
.view-next.bg4 ,.view-prev.bg4{
  background:url("../image/bg4.png") no-repeat center;
}
.view-next.bg5{
  background:url("../image/bg5.png") no-repeat center;
}

.banner-slide a.prev,
.banner-slide a.next{display:block; width:36px; height:73px; margin-top:-36px; background:url("../image/arrow.png") no-repeat; overflow:hidden; position:absolute; top:50%; z-index:10;}
.banner-slide a.prev{background-position:0px -73px; left:68px;}
.banner-slide a.next{background-position:-36px -73px; right:68px;}


.tit a.tit-n1{
  font-size:40px;
  line-height:70px;
}
.tit a.tit-n2{
  font-size:20px;
  line-height:30px;
}

.index-fi-box{
  width:900px;
  margin:60px auto 0;
}
.index-fi-box .box1{

}
.index-fi-box .box2{
    position: absolute;
    top:250px;
    opacity: 0;
    text-align: center;
    width:100%;
}

.index-fi .link{
  width:100%;
  margin-bottom:50px;
  text-align: center;
}
.index-fi .link li{
  position: relative;
  display: inline-block;
    top:40px;
  opacity: 0;
  margin:0 10px;
}
.index-fi .link li a{

}
.index-fi .link .list-thumb{
    width:120px;
    margin:0 auto;
    height:120px;
    padding:10px;
    border-radius: 50%;
    overflow: hidden;
    border:1px dashed #bfbfbf;
}
.index-fi .link .list-thumb img{
    width:120px;
    height:120px;
    border-radius: 50%;
}
.index-fi .link p{
  display: block;
  line-height: 26px;
  height:26px;
  background-color: #1c377e;
  color:#fff;
  border-radius: 13px;
  width:160px;
  margin:-26px auto 0;
  text-align: center;
  z-index: 10;
  position: relative;
}
.index-fi .link a:hover .list-thumb{
    border-color:#1c377e;
}

.index-fi .box2 p{
    line-height: 2em;
}
.index-fi .box2 .more{
  display: block;
  width:150px;
  line-height: 40px;
  height:40px;
  margin:30px auto 0;
  text-align: center;
  font-size:14px;
  color:#333;
  border:1px solid #dfdfdf;
}
.index-fi .box2 .more:hover{
  background-color:#1c377e;
  color:#fff;
}

.index-sec-box{
  margin-top: 30px;
}
.index-sec-box .box2{
    margin-top:30px;
    opacity: 0;
    top:40px;
    position: relative;
}

.index-sec .meta{
    position: absolute;
    top:-10px;
    left:50%;
    margin-left:400px;
}
.index-sec .list-nav{
    text-align: center;
    font-size: 0px;
}
.index-sec .list-nav li{
    display: inline-block;
    margin:0 5px;
    opacity: 0;
    top:40px;
    position: relative;
}
.index-sec .list-nav li a{
    color:#555;
    font-size:18px;
    line-height: 30px;
    padding:0 15px;
    display: block;
}
.index-sec .list-nav li a:hover{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 1px #ccc;
    color:#1c377e;
}
.index-sec-box .sidebox{
  width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  top:40px;
  position: relative;
  opacity: 0;
}
.index-sec-box .sidebox li{
  width:299px;
  margin-right:1px;
  background-color:#fff;
  float:left;
}
.index-sec-box .sidebox li a{
  display: block;
}
.index-sec-box .sidebox li .li-thumb{
  width:299px;
  height:299px;
  overflow: hidden;
}
.index-sec-box .sidebox li p{
    line-height: 90px;
    height:90px;
    display: block;
    overflow: hidden;
    padding-left:70px;
    padding-right:10px;
    text-align: center;
    color:#1c377e;
    font-size:20px;
    background: url('../image/ico1.png') no-repeat 15px center;
}
.sidebox{
  position: relative;
}
.sidebox .btns{
  position: absolute;
  top: 50%;
  margin-top:-35px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.sidebox .next{
  right:-80px;
  background:url("../image/next.png") no-repeat;
}
.sidebox .prev{
  left: -80px;
  background:url("../image/prev.png") no-repeat;
}

.index-th-box{

}
.index-th-box .box0{
    position: absolute;
    right:0px;
    top:40px;
    color:#fff;
    font-size:30px;
}
.index-th-box .box1{
    position:relative;
    opacity: 0;
    top:40px;
    left:0px;
    width:400px;
    padding:35px 35px 115px 35px;
    border-radius: 0 20px 0 0;
    background-color: #fff;
}
.index-th-box .box1 h3{
    color:#1c377e;
    font-size:40px;
    line-height: 1em;
    vertical-align: bottom;
}
.index-th-box .box1 h3 i{
    font-style: normal;
    font-size:28px;
}
.index-th-box .box1 .line{
    margin:30px 0;
    width:40px;
    height:4px;
    background-color: #eee;
    display: block;
}
.index-th-box .box1 h4{
    font-weight: normal;
    color:#000;
    font-size:18px;
    margin-bottom:30px;
    line-height: 1em;
}
.index-th-box .box1 p{
    color:#666;
    text-indent: 2em;
    line-height: 1.6em;
}
.index-th-box .box1 img{
    position: absolute;
    bottom:-80px;
    left:50%;
    margin-left:-125px;
}
.index-th-box .box2{
    position: absolute;
    left:50%;
    margin-left:0px;
    top:140px;
    opacity: 0;
}

.index-fo .tit a{
}

.index-fo-box{
  margin-top:30px;
}
.sidebox-news{
    top:50px;
    opacity: 0;
}
.sidebox-news .btns{
  position: absolute;
  top: -40px;
  width: 39px;
  height: 15px;
  background:url("../image/h_prev.png") no-repeat;
  cursor: pointer;
}
.sidebox-news .next{
  background:url("../image/h_next.png") no-repeat;
  right:0px;
}
.sidebox-news .next:hover{
  background:url("../image/pro_next.png") no-repeat;
}
.sidebox-news .prev{
  background:url("../image/h_prev.png") no-repeat;
  right:60px;
}
.sidebox-news .prev:hover{
  background:url("../image/pro_prve.png") no-repeat;
}

.li-news{
  width:100%;
}
.li-news li{
  width:400px;
  float:left;
  background: #fff;
}
.li-news .li-img{
  display: block;
  width:400px;
  height:240px;
  overflow: hidden;
}
.li-news .li-img img{
  transition: transform 1s;
}
.li-news .li-img:hover img{
  transform: scale(1.1);
}
.li-news .li-info{
    position: relative;
    padding:35px 30px;
    width:340px;
    height:170px;
}
.li-news .li-info::after{
    content:"";
    display: block;
    width:20px;
    height:20px;
    position: absolute;
    left:40px;
    transform: rotate(45deg);
    top:-10px;
    background-color: #fff;
    z-index: 1;
}
.li-news .li-t{
  display: block;
  height: 30px;
  line-height: 30px;
  font-size:18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom:10px;
  color:#333;
}
.li-news .li-des{
  margin-bottom: 5px;
}
.li-news .li-date{
    position: absolute;
    bottom:35px;
    left:30px;
    color:#333;
}
.li-news li.odd .li-info::after{
    bottom:-10px;
    top:auto;
}

.index-fiv .tit .tit-n1,
.index-fiv .tit .tit-n2 {
  color:#fff !important;
}

.index-fiv-box{
  margin-top:150px;
}
.index-fiv-box ul{
  margin-right:-30px;
}
.index-fiv-box li{
  width:380px;
  margin-right:30px;
  float:left;
  text-align: center;
  position: relative;
  top:40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index-fiv-box li .li-thumb{
    width:380px;
    height:200px;
    overflow: hidden;
}
.index-fiv-box li p{
  color:#1c377e;
  font-size:20px;
  margin-top:30px;
  font-weight: bold;
}
.index-fiv-box li .line{
    width:40px;
    height:1px;
    background-color: #1c377e;
    margin-top:10px;
    display: inline-block;
}

.ban-wrap{
  width:100%;
  height:90px;
}
.ban{
  width:100%;
  height:400px;
  overflow: hidden;
}
.ban .tit{
  left:0;
  top:50%;
  margin-top:-70px;
  width:100%;
  text-align: center;
}
.ban .tit h2, .ban .tit h3, .ban .tit .line, .ban .list li{
  text-align: center;
  position:relative;
  opacity: 0;
  filter: alpha(opacity=0);
  top:40px;
  color:#1c377e;
  text-transform:uppercase;
  text-shadow: 0 0 5px #fff;
}
.ban .tit h2{
  font-size:50px;
  letter-spacing: 5px;
  line-height: 80px;
  color:#1c377e;
}
.ban .tit h3{
  font-size:36px;
  line-height: 60px;
  color:#1c377e;
  font-weight: normal;
}
.ban-news{
  background:url("../image/ban-news.jpg")no-repeat center top;
}
.news{
  padding-bottom:50px;
}
.news-hd{
  padding:40px 0 30px;
  text-align: center;
}
.news-hd a{
  display: inline-block;
  width:245px;
  height:50px;
  text-align: center;
  margin:5px 10px;
  font-size:18px;
  line-height: 50px;
  color:#444;
  background-color:#f1f1f1;
  border-radius: 3px;
}
.news-hd a:hover, .news-hd a.on{
  background-color:#1c377e;
  color:#fff;
}
.job{
    padding:50px 0;
}
.aboutinfo .news-hd a{
  width:200px;
}
.li-search li{
    padding-bottom:30px;
    border-bottom:1px dashed #ccc;
    margin-bottom:30px;
}
.li-search .li-title{
    font-size:18px;
    line-height: 30px;
}
.li-search .li-date{
    color:#999;
    margin-top:5px;
}
.li-list li{
  padding-bottom:30px;
  border-bottom:1px dashed #ccc;
  margin-bottom:30px;
}
.li-list li:last-child{

}
.li-list .li-img{
  width:360px;
  height:200px;
  overflow: hidden;
  float:left;
}
.li-list .li-info{
  margin-left:400px;
  height:200px;
  overflow: hidden;
  position: relative;
}
.li-list .li-cat{
  font-size:14px;
  color:#999;
  line-height: 20px;
  padding-top:10px;
  margin-bottom:20px;
}

.li-list .li-t{
  display: block;
  color:#1c377e;
  font-size:24px;
  line-height: 34px;
  font-weight:bold;
  margin-bottom:15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.li-list .li-des{
  font-size:14px;
  color:#999;
  line-height: 30px;
}
.li-list .li-more{
  position: absolute;
  bottom:0px;
  right:0px;
  color:#999;
  font-size:14px;
}
.li-list .li-more .fa{
  margin-right:5px;
  color:#1c377e;
}
.li-list .li-more:hover{
  color:#1c377e;
}

.detailinfo{
  background-color:#fcfcfc;
  width:100%;
  padding:50px 0;
}

.news-info{
  background-color:#fff;
  box-shadow: 0 0 10px rgba(153, 153, 153, .5);
}
.article{
  width:820px;
  margin:0 auto;
}
.article_hd{
  padding:20px 0;
  border-bottom:1px solid #f0efef;
  margin-bottom:30px;
}
.article_hd h1{
  text-align:center;
  font-size:24px;
  line-height: 40px;
  color:#666;
  margin-bottom:10px;
  font-weight: normal;
}
.article_hd .info{
  margin-top:5px;
  display: block;
  text-align: center;
  font-size:14px;
  color:#666;
  font-family: arial;
}
.article_hd .info .fa{
    color:#1c377e;
}
.article_bd{
  font-size:14px;
  line-height: 1.8;
}
.article_hd img{
  max-width: 100%;
}
.article-jianli .jianli-btn {
    display: block;
    width:200px;
    margin:50px auto;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size:16px;
    border-radius: 5px ;
    background-color: #1c377e;
    color: #fff;
}
.meta_keyword{
  margin-top:20px;
}
.meta_keyword a{
  margin-right:10px;
  color:#407338;
}
.meta_next{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid #f0efef;
  height:60px;
}
.meta_next a{
  color:#666;
}
.meta_next .btn_back{
  right: 0;
  top: 20px;
}
.meta_next .btn_back a{
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px #ddd;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  transition: all 0.5s;
  background-color: #fff;
  display: block;
}
.meta_next .btn_back a:hover{
  background-color:#1c377e;
  color:#fff;
}

.ban-product{
  background:url("../image/ban-product.jpg")no-repeat center top;
}
.container.product{
  padding-top:50px;
  padding-bottom:20px;
}
.ban-nav{
  width:1200px;
  left:50%;
  margin-left:-600px;
  bottom:0px;
  text-align: center;
}
.ban-nav.nav-left{
  width:1200px;
  margin-left:-600px;
}
.ban-nav a{
  float:left;
  margin-right:1px;
  width:140px;
  height:50px;
  border-radius: 5px 5px 0 0;
  background-color: #1c377e;
  background-color:rgba(28,55,126,.8);
  position: relative;
  line-height: 50px;
  font-size:20px;
  color:#fff;
}
.ban-nav a img{
  border:10px solid #fff;
  background: #fff;
  border-radius:5px;
  display: none;
  width:100px;
  height:100px;
  position: absolute;
  bottom:55px;
  left:50%;
  margin-left: -60px;
}
.ban-nav a.on{
  background-color: #fff;
  color:#1c377e;
}

.ban-nav a:hover img{
  display: block;
}
.ban-page .line{
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}

.product-hd a.on p{
  height:100px;
  top:0px;
  margin-top: 0px;
  line-height: 100px;
}
.li-item2{
  margin-right:-30px;
}
.li-item2 li{
  width:585px;
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}
.li-item2 .li-inner{
  border:1px solid #dfdfdf;
  position: relative;
  padding:0px 20px;
  border-radius: 5px;
}
.li-item2 .li-img{
  float:right;
  width:300px;
  height:300px;
}
.li-item2 .li-img img{
  height:300px;
  width:300px;
}
.li-item2 .li-t{
  position: absolute;
  top:70px;
  left:40px;
  color:#1c377e;
  font-size:30px;
  font-weight: bold;
}
.li-item2 .li-line{
  width:50px;
  height:2px;
  background-color:#1c377e;
  position:absolute;
  top:110px;
  left:40px;
}
.li-item2 .li-more{
  position: absolute;
  bottom:50px;
  left:40px;
  font-size:18px;
  color:#999;
}
.li-item2 .li-more .fa{
  color:#1c377e;
}
.li-list2{
  margin-right:-30px;
}
.li-list2 li{
  width:270px;
  float:left;
  margin-right:30px;
  margin-bottom:30px;

}

.li-list2 li a{
  display: block;
  border:1px solid #ccc;
}
.li-list2 li .li-thumb{
  width:270px;
  height:270px;
  overflow: hidden;
}
.li-list2 li p{
    line-height: 70px;
    height:70px;
    display: block;
    overflow: hidden;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    color:#1c377e;
    font-size:18px;

}

.ban-page-1{
  background:url("../image/ban-page-1.jpg")no-repeat center top;
}
.page{
  padding:50px 0 80px;
}
.page-bd{
  color:#999;
  font-size:15px;
  line-height: 1.8;
}
.page-bd img{
  max-width: 100%;
}
.page-bd h2{
  font-size: 40px;
  line-height: 50px;
  color: #1c377e;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-bd h3{
  font-size: 20px;
  line-height: 40px;
  color: #1c377e;
  font-weight: bold;
}
.page-hd{
  font-size:30px;
  color:#1c377e;
  line-height: 1em;
  padding-bottom:10px;
  text-align: right;
  padding-right:10px;
  border-bottom:1px solid #dfdfdf;
  margin-bottom: 50px;
}
.search-bd{
    padding:200px 0;
    width:800px;
    margin: 0 auto;
}
.search-bd .form-control{
    border:1px solid #ccc;
    width:698px;
    line-height: 58px;
}


.li-list3{
  margin-right:-30px;
}
.li-list3 li{
  width:380px;
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}

.li-list3 .li-img{
  display: block;
  width:350px;
  height:265px;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
  text-align: center;
}

.li-list3 .li-info{
  margin-top:20px;
}
.li-list3 .li-t{
  display: block;
  color:#1c377e;
  font-size:20px;
  line-height: 34px;
  margin-bottom:15px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ban-page-15{
  background:url("../image/ban-pro.jpg") no-repeat center center;
}
.ban-page-15 .ban-nav a img{
  border:0 none;
  margin-left:-60px;
  width:120px;
  height:auto;
}

.imgbox-row2{
  margin-right:-40px;
}
.imgbox-row2 li{
  width:580px;
  margin-right:40px;
  margin-bottom:40px;
  float:left;
}
.imgbox-row2 li img{
  width:100%;
}
.ban-page-23{
  background:url("../image/ban-page-23.jpg") no-repeat center center;
}
#allmap{
  height: 750px;
  width: 100%;
  min-width: 1190px;
}
.address{
  left: 50%;
  top: 120px;
  margin-left: -110px;
  padding: 50px 60px 0 50px;
  width: 600px;
  height: 450px;
  background-color:#fff;
  border-bottom: 2px solid #1c377e;
  z-index: 1;
}
.fixed-view-ico{
  position: fixed;
  _position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  z-index: 999;
  width: 14px;
  height: 210px;
  margin-top: -80px;
}
.fixed-view-ico a{
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 4px #ccc;
}
.fixed-view-ico a.cur, .fixed-view-ico a:hover{
    background-color: #1c377e;
}

.null{
    margin:100px 0;
    font-size:18px;
    padding-top:40px;
    background: url('../image/null.png') no-repeat center top;
    text-align: center;
}

.formDetail {
background-color: #fcfcfc;
width: 100%;
padding: 50px 0;
}
.formDetail-info {
    background-color: #fff;
    padding:50px 0;
    box-shadow: 0 0 10px rgba(153, 153, 153, .5);
}
.formDetail-head{
    width:820px;
    margin:0 auto;
}
.formDetail .formDetail-head h1 {
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  line-height: 46px;
  color:#1c377e;
  font-weight: normal;
}
.formDetail .formDetail-head h1,
.formDetail .formDetail-head p {
  padding-left: 12px;
}
.formDetail-body {
    width:820px;
    margin:50px auto 0;
}
.formDetail-body .form-group {
  margin-bottom: 10px;
}
.formDetail-body .form-group .col-md-2 {
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 15px;
  line-height: 50px;
  display: block;
}
.formDetail-body .form-group select,
.formDetail-body .form-group input,
.formDetail-body .form-group textarea {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 10px 8px;
  line-height: 30px;
  vertical-align: top;
  box-sizing: border-box;
  outline: none;
}
.formDetail-body .form-group select,
.formDetail-body .form-group input {
  height: 50px;
  width: 260px;
}
.formDetail-body .form-group select {
  height: 50px;
  width: 260px;
}
.formDetail-body .form-group textarea {
  width: 770px;
  height: 200px;
}
.formDetail-body .form-group span {
  margin-left: 6px;
  font-style: normal;
  font-size: 12px;
  color: #ffa31f;
  line-height: 50px;
}

.formDetail-body .form-group button {
  border: 0;
  width: 258px;
  height: 55px;
  border-radius: 3px;
  background-color: #1c377e !important;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.formDetail-body .form-group button:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.li-jianli{}

.li-jianli li{
    border:1px solid #ccc;
    border-top:2px solid #1c377e;
    margin-bottom:20px;
}
.li-jianli .li-info{
    line-height: 40px;
    height:40px;
    border-bottom:1px solid #ccc;
}
.li-jianli .li-info a,
.li-jianli .li-info span{
    display: block;
    width:33.33%;
    float:left;
    text-indent: 1em;
}
.li-jianli .li-info a{
    font-size:18px;
    color:#1c377e;
    font-weight: 700;
}
.li-jianli .li-des{
    padding:25px;
    color:#666;
    font-size:14px;
    line-height: 1.6;
    border-bottom:1px solid #ccc;
}
.li-jianli .li-more{
    text-align: center;
    padding:10px 0;
}
.li-jianli .li-more a{
    display: inline-block;
    padding:0 15px;
    line-height: 24px;
    background-color: #1c377e;
    color:#fff;
    margin:0 10px;
}
.li-jianli .li-more a:hover{
    opacity: .8;
    filter: alpha( opacity = 80);
}


.footer-ico{
    height:75px;
    line-height: 75px;
    background-color: #1c377e;
}
.footer-ico ul{
    float:right;
}
.footer-ico ul li{
    float:left;
    margin:0 8px;
}
.footer .f-nav{
  padding:65px 0;
}
.f-nav li{
  padding-left:40px;
  float:left;
  width:178px;
  min-height:240px;
  border-right:1px solid #f0f0f0;
}
.f-nav a{
  display: block;
  font-size:14px;
  line-height: 24px;
  color:#666;
}
.f-nav a:hover{
    color:#1c377e;
}
.f-nav a.tit{
  margin-bottom:20px;
  font-size:20px;
  line-height: 24px;
  color:#1c377e;
}
.f-nav a.tit-contact{
  margin:40px 0 0 0;
}
.f-nav a.tit-tel{
  margin:40px 0 20px 0;
}
.f-nav .tel{
  padding-left:27px;
  background:url("../image/tel.png") no-repeat left center;
  font-size:14px;
  color:#999;
}
.f-qrcode{
  padding-top:60px;
  width:300px;
  text-align: center;
}
.f-qrcode img{
    width:150px;
}
.f-qrcode .ser{
  display: block;
  margin:38px auto 0;
  width:163px;
  height:43px;
  background:#f1f1f1;
  border-radius: 30px;
  text-align: center;
  transition:all 0.5s;
}
.f-qrcode .ser:hover{
  background:#1c377e;
}
.f-qrcode .ser span{
  padding-left:25px;
  font-size:14px;
  line-height: 43px;
  color:#8b8b8b;
  background:url("../image/f-ser1.png") no-repeat left center;
  transition:all 0.5s;
}
.f-qrcode .ser:hover span{
  background:url("../image/f-ser2.png") no-repeat left center;
  color:#fff;
}
.copyright{
  height:65px;
  line-height: 65px;
  font-size:13px;
  color:#999;
}
.copyright .container{
    border-top:1px solid #eee;
}
.copyright a{
    color:#999;
}

#page{
  text-align: center;
  margin-top: 25px;
}
.pagination {
  display: inline-block;
}
.pagination li {
  display: inline;
  float:left;
}
.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.8;
  text-decoration: none;
  color: #1c377e;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination li:first-child a,
.pagination li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1c377e;
  border-color: #dddddd;
}
.pagination  a.active,
.pagination  span.active{
  z-index: 2;
  color: #ffffff;
  background-color: #1c377e;
  border-color: #ddd;
  cursor: default;
}
.pagination span.disabled ,
.pagination a.disabled {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
#imgDiv{
    position:absolute;
    right:50px;
    top:50px;
    width:250px;
    border-radius: 5px;
    overflow: hidden;
    height:150px;
    z-index: 101;
}
#imgDiv a{
    display: block;
    width:250px;
    height:150px;
}
#imgDiv p{
    display: block;
    position: absolute;
    bottom:0px;
    padding:0 10px;
    left:0px;
    right:0px;
    background-color: #1c377e;
    background-color: rgba(28,55,126,0.9);
    color:#fff;
    height:30px;
    line-height: 30px;
    display: none;
}
#imgDiv_close{
    width:30px;
    height:30px;
    cursor: pointer;
    position:absolute;
    left:220px;
    font-size:20px;
    background-color: #1c377e;
    color:#fff;
    text-align: center;
}
