/*leader*/
.lead {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 980px;
    height: 100px;
    background: url("/images/leaderhead.png");
}

.lead-con {
    width: 980px;
    height: 100px;
    margin: 0 auto;
}

.leader-logo {
    float: left;
    width: 335px;
    height: 72px;
    margin: 14px 0;
}

.leader-title {
    float: right;
    height: 100px;
    line-height: 100px;
    font-family: Arial;
    font-size: 30px;
    color: #103148;
}

.leader-banner {
    height: 630px;
}

.welcome {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #157fc9;
    text-align: center;
    border-top: 1px solid #157fc9;
}

.welcome:hover {
    text-decoration: underline;
}

/*head*/
.head {
    height: 100px;
}

.head-con {
    width: 980px;
    height: 100px;
    margin: 0 auto;
}

.head-logo {
    float: left;
    width: 250px;
    height: 35px;
    margin: 32px 0;
}

.head-input {
    float: right;
    width: 240px;
    height: 32px;
    margin: 34px 0;
    background: url("/images/headinput.png");
}

.search-input {
    float: left;
    width: 193px;
    height: 30px;
    margin: 1px;
    text-indent: 5px;
    color: #999;
    border: none;
    background: none;
}

.search-submit {
    float: right;
    width: 45px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: none;
}

/*nav*/
.nav {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #157fc9;
}

.nav-con {
    width: 980px;
    height: 40px;
    margin: 0 auto;
}

.nav-box {
    float: left;
    width: 134px;
    height: 40px;
    margin: 0 2.5px;
}

.nav-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-btn:hover {
    color: #157fc9;
}

.nav-btn.active {
    color: #fff;
    background: #157fc9;
}

.nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    z-index: 10;
    height: 40px;
    text-align: center;
    border-top: 1px solid #157fc9;
    background: #f6f6f6;
}

.nav-btn2 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    font-size: 15px;
    color: #333;
}

.nav-btn2:hover {
    color: #157fc9;
}

.nav-btn2.active {
    color: #157fc9;
}

/*footer*/
.footer {
    width: 100%;
    height: 100px;
    margin-top: 60px;
    background: #103148;
}

.footer-con {
    width: 980px;
    margin: 0 auto;
    height: 65px;
    color: #fff;
    font-size: 13px;
    padding: 15px 0;
}

.footer span {
    display: inline-block;
    height: 15px;
    border-right: 1px solid #fff;
    padding: 0 40px;
}

.footer-p {
    text-align: center;
    height: 15px;
    line-height: 15px;
    margin: 18px 0;
}

.footer-copy {
    height: 30px;
    text-align: center;
}

/*window*/
.window {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    width: 60px;
}

.qq_list {
    display: none;
    position: absolute;
    padding: 10px 10px 0 10px;
    width: 130px;
    background-color: #118ad6;
    top: 0;
    left: -130px;
}

.wechat {
    position: relative;
    width: 60px;
    height: 60px;
}

.wechat-a {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background: url("/images/wechat.png") center center no-repeat;
}

.wechat-a:hover {
    background-image: url("/images/wechathv.png");
}

.wechat-a.check {
    background-image: url("/images/wechathv.png");
}

.wechat_list {
    display: none;
    position: absolute;
    padding: 10px;
    width: 140px;
    background-color: #157fc9;
    top: 0;
    left: -160px;
}

.wechat_list img {
    width: 140px;
    height: 140px;
}

.tel {
    position: relative;
    width: 60px;
    height: 60px;
}

.tel .tel-a {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background: url("/images/tel.png") center center no-repeat;
}

.tel .tel-a:hover {
    background-image: url("/images/telhv.png");
}

.tel .tel-a.check {
    background-image: url("/images/telhv.png");
}

.tel_list {
    display: none;
    position: absolute;
    padding: 10px;
    width: 140px;
    height: 40px;
    background-color: #157fc9;
    top: 0;
    left: -160px;
}

.tel-key {
    color: #fff;
}

.tel-val {
    font-size: 16px;
    color: #fff;
}

.back {
    position: relative;
    width: 60px;
    height: 60px;
}

.back .back-a {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background: url("/images/backtop.png") center center no-repeat;
}

.tel .back-a:hover {
    background-image: url("/images/backtophv.png");
}

.back .back-a.check {
    background-image: url("/images/backtophv.png");
}

.back_list {
    display: none;
    position: absolute;
    padding: 10px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #118ad6;
    top: 0;
    left: -160px;
    text-align: center;
    color: #fff;
}

.container {
    width: 980px;
    min-height: 500px;
    margin: 0 auto;
}

/*index*/
.banner {
    width: 980px;
    height: 350px;
    margin: 10px auto 0 auto;
    position: relative;
    overflow: hidden; }

.banner2 {
    width: 100%;
    margin: 0 auto;
    height: 350px; }
.banner2 img {
    width: 100%;
    height: 100%; }

.banner_ri .d1 {
    width: 980px;
    display: block;
    position: absolute; }
.banner_ri .d1 img {
    width: 980px;
    height: 350px; }

.banner_ri .d2 {
    width: 980px;
    clear: both;
    position: absolute;
    text-align: center;
    z-index: 10;
    height: 10px;
    background-color: transparent;
    bottom: 20px; }
.banner_ri .d2 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 6px;
    background: url("/images/dot.png"); }
.banner_ri .d2 .nuw {
    background: url("/images/dothv.png"); }

.index-top {
    height: 265px;
    margin-top: 30px;
}

.index-top img {
    width: 308px;
    height: 265px;
    float: left;
}

.index-new {
    float: left;
    width: 320px;
    height: 265px;
    margin-left: 15px;
    overflow: hidden;
}

.index-new-tip {
    height: 40px;
    line-height: 40px;
    text-indent: 33px;
    font-size: 18px;
    color: #fff;
    background: url("/images/indexnewbg.png") 10px center no-repeat;
    background-color: #157fc9;
}

.index-new-hint {
    float: left;
}

.index-more {
    float: right;
    width: 35px;
    height: 40px;
    background: url("/images/addmore.png") center center no-repeat;
}

.index-new-box {
    height: 45px;
    margin-top: 10px;
    overflow: hidden;
}

.index-new-time {
    float: left;
    width: 60px;
    height: 43px;
    line-height: 21px;
    font-size: 13px;
    color: #999;
    text-align: center;
    border: 1px solid #eee;
}

.index-new-title {
    float: right;
    width: 245px;
    height: 45px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
}

.index-new-title:hover {
    color: #157fc9;
}
.link-con{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ccc;
}
.link-con:hover{
    border-color: #157fc9;
}
.link-con img{
    max-width: 100%;
    max-height: 100%;
}
.link-title{
    height: 18px;
    line-height: 18px;
    margin: 30px 0 15px 0;
    font-size: 18px;
    color: #157fc9;
    border-left: 5px solid #157fc9;
    padding-left: 10px;
}
.notice-box{
    height: 35px;
    overflow: hidden;
}
.notice-item{
    float: left;
    width: 95px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
    background: url("/images/noticebg.png") 18px center no-repeat;
    background-color: #157fc9;
}
.notice-con{
    float: right;
    width: 870px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.notice-cont{
    height: 35px;
}
.info-a{
    color: #333;
}
.info-a:hover{
    color: #157fc9;
}
.notice-title{
    float: left;
    width: 290px;
    height: 35px;
    margin: 0 15px;
    overflow: hidden;
}
.notice-date{
    float: right;
    width: 105px;
    height: 35px;
    text-align: center;
}

/*about*/
.in-banner {
    display: block;
    width: 980px;
    height: 250px;
    margin-top: 10px;
}

.in-banner img {
    width: 100%;
    height: 100%;
}

.pub-box {
    height: 48px;
    line-height: 48px;
    margin-top: 2px;
    color: #fff;
    background-color: #157fc9;
    overflow: hidden;
}

.pub-title {
    float: left;
    font-size: 20px;
    margin-left: 10px;
}

.pub-tip-con {
    float: right;
    height: 48px;
    margin: 8px 10px 0 0;
}

.pub-tip {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pub-tip.active {
    color: #157fc9;
    background: #fff;
}

.new-title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.content-box {
    line-height: 30px;
    padding-bottom: 30px;
}

.content-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.qualify-ul {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}

.qualify-ul li {
    float: left;
    width: 310px;
    height: 250px;
    margin: 0 8px;
}

.pro-cover {
    position: relative;
    width: 300px;
    height: 186px;
    padding: 2px 5px;
    border: 1px solid #eee;
}

.pro-cover img {
    width: 300px;
    height: 186px;
}

.pro-expand {
    display: none;
    position: absolute;
    left: 5px;
    top: 2px;
    z-index: 10;
    width: 300px;
    height: 186px;
    background: url("/images/expandbg.png");
}

.proopacity {
    width: 100%;
    height: 60px;
    line-height: 55px;
    text-align: center;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}

.qualify-ul li:hover .pro-expand {
    display: block;
}

.qualify-ul li:hover .proopacity {
    color: #157fc9;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination .pagination-con {
    height: 30px;
    display: inline-block;
}

.pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: 5px;
    color: #999;
}
.pagination .count{
    background: url("/images/pagebg.png");
}
.pagination .count:hover {
    color: #157fc9;
}

.pagination .prev {
    background: url("/images/page-prev.png") center center no-repeat;
}

.pagination .prev:hover {
    background: url("/images/page-prevhv.png") center center no-repeat;
}

.pagination .next {
    background: url("/images/page-next.png") center center no-repeat;
}

.pagination .next:hover {
    background: url("/images/page-nexthv.png") center center no-repeat;
}

.pagination .check {
    color: #157fc9;
    background: none;
}

.new-box{
    height: 100px;
    margin-top: 30px;
    border: 1px solid #ddd;
}
.new-date{
    float: left;
    width: 92px;
    height: 92px;
    margin: 4px;
    color: #999;
    text-align: center;
    background: #f4f8fa;
}
.new-month{
    height: 50px;
    line-height: 60px;
    font-size: 24px;
}
.new-year{
    height: 25px;
    font-size: 16px;
}
.new-con{
    float: left;
    width: 720px;
    margin: 0 20px;
}
.new-rubric{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #064876;
    overflow: hidden;
}
.new-short{
    height: 50px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
}
.new-more{
    float: right;
    width: 110px;
    height: 70px;
    margin: 15px 0;
    border-left: 1px solid #bbb;
    background: url("/images/newmore.png") center center no-repeat;
}
.new-more:hover{
    background: url("/images/newmorehv.png") center center no-repeat;
}

.new-subject {
    width: 100%;
    height: 70px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.new-tip{
    width: 100%;
    height: 45px;
    font-size: 13px;
    color: #999;
    text-align: center;
}
.page_bottom {
	position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    line-height: 30px;
    color:#666;
    overflow: hidden;
}
.page_bottom a{
    color:#666;
}
.page_bottom a:hover {
    color: #157fc9;
    text-decoration: underline;
}
.page_bottom .page-back{
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 10;
    width: 80px;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
    color: #157fc9;
    background: url("/images/back.png") 13px center no-repeat;
    background-color: #e6eff6;
    border-radius: 6px;
}

.search-con{
    float: left;
    width: 570px;
    margin: 0 20px;
}
.search-info{
    float: right;
    width: 225px;
    height: 50px;
    padding: 10px 0 10px 35px;
    margin: 15px 0;
    color: #999;
    border-left: 1px solid #bbb;
}
.search-item{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.search-a{
    color: #999;
}
.search-a:hover{
    color: #157fc9;
    text-decoration: underline;
}
.search-box {
    float: right;
    margin-right: 10px;
}

/*apply*/
.apply-form{
    width: 682px;
    height: 480px;
    margin: 0 auto;
    padding-top: 50px;
}
.apply-box{
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.apply-key{
    float: left;
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: right;
    color: #999;
}
.apply-star{
    background: url("/images/star.png") left 14px no-repeat;
}
.apply-input{
    float: left;
    width: 580px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #eee;
}
.apply-text{
    float: left;
    width: 580px;
    height: 220px;
    line-height: 25px;
    padding: 10px;
    border: 1px solid #eee;
    resize: none;
}
.apply-submit{
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 10px 80px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #157fc9;
    cursor: pointer;
    border: none;
}
.apply-form label.error{
    position: absolute;
    right: -235px;
    top: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #cc3b3b;
    background: url("/images/warn.png") left center no-repeat;
}
.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    min-width: 1200px;
    height: 2200px;
    background: url("/images/overlay.png");
}

.overlay-box{
    display: none;
    width: 360px;
    height: 140px;
    margin: 600px auto;
    border-radius: 5px;
    background: #fff;
}
.overlay-tip{
    width: 330px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #666;
    font-size: .7rem;
    background: #f5f5f5;
}
.overlay-cont{
    width: 200px;
    height: 80px;
    line-height: 25px;
    color: #666;
    padding: 30px 0 0 130px;
    background: 72px center no-repeat;
}
.hint-success{
    background-image: url("/images/success.png");
}
.hint-fail{
    background-image: url("/images/fail.png");
}
.overlay-exit{
    float: right;
    width: 11px;
    height: 30px;
    line-height: 30px;
    background: url("/images/exit.png") center center no-repeat;
}

/*searchno*/
.searchno-box {
    height: 400px;
    margin-bottom: 100px;
    background: url("/images/sorry.png") center center no-repeat;
}

/*wrong*/
.wrong-box {
    height: 400px;
    background: url("/images/wrongbg.png") center center no-repeat;
}

.wrong-info {
    padding-top: 350px;
    text-align: center;
}

.wrong-a {
    color: #157fc9;
}

.wrong-a:hover {
    text-decoration: underline;
}

/*public*/
.col-blue {
    color: #157fc9;
}

/*SuperSlide*/
/*SuperSlide*/
.txtScroll-left{ width:870px;  position:relative;line-height: 35px; }
.txtScroll-left .bd{ width:100%; overflow:hidden;    }
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{ margin-right:20px;  float:left; height:35px;  text-align:left; _display:inline;}
.txtScroll-left .bd ul li span{ color:#999;  }

.picScroll-left{ width:1000px; margin: 0 auto;  overflow:hidden; position:relative; }
.picScroll-left .bd{ padding:10px 0;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width:150px;height:60px;margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center;width:148px;height:58px;line-height:58px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic img{ max-width:146px; max-height:54px; }
.picScroll-left .bd ul li .pic:hover{ border-color:#157fc9;  }
