﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: inherit;
    list-style: none;
    box-sizing: border-box;
    font-style: normal;
    font-weight: inherit;
	font-family: "Microsoft Yahei";
}

.index {
    min-width: 1200px;
    background: url('../images/bg.jpg') #f2f2f2 no-repeat top center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container:before{
    content:'';
    display: block;
    position: absolute;
    width: 640px;
    height: 140px;
    left: 50%;
    margin-left: -320px;
    top: 100px;
    background: url('../images/bg-title.png') no-repeat center;
}

.top {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 288px;
}

.top .logo {
    float: left;
}

.top .logo img {
    display: block;
}

.top .function {
    float: right;
}

.top .function .btn {
    font-size: 0;
    text-align: right;
    margin-bottom: 10px;
}

.top .function .btn div {
    display: inline-block;
    padding-right: 8px;
}

.top .function .btn div img {
}

.top .function .top-nav {
    font-size: 0;
}

.top .function .top-nav a {
    font-size: 16px;
    padding: 0 8px;
    border-right: solid 1px #000;
    line-height: 17px;
    display: inline-block;
}

.top .function .top-nav a:last-child {
    border-right: none;
}

.nav {border-radius: 10px 10px 0 0;overflow: hidden;}

.nav ul {
    padding: 10px 0;
    overflow: hidden;
    display: table;
    background: #b8000e;
}

.nav ul li {
    text-align: center;
    padding: 0 5px;
    display: table-cell;
    width: 1%;
}

.nav ul li a {
    color: #fff;
    display: block;
    line-height: 43px;
    font-weight: bolder;
    border-radius: 100px;
}

.nav ul li.active {
}

.nav ul li.active a,
.nav ul li:hover a {
    color: #b72434;
    background: #fff;
}

.content {
    background: #fff;
    padding: 0px 38px 50px;
}

.notice {
    overflow: hidden;
    border-bottom: solid #b62432 6px;
    margin-bottom: 25px;
}

.notice div {
    float: left;
    width: 230px;
    font-size: 0;
    text-align: center;
    height: 110px;
    padding-top: 30px;
}

.notice div i {
    font-size: 30px;
    color: #b62432;
    font-weight: bolder;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.notice div span {
    font-size: 24px;
    display: inline-block;
    height: 30px;
    background: #b62432;
    color: #fff;
    font-weight: bolder;
    padding: 0 5px;
    line-height: 30px;
}

.notice b {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 90px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.notice b a {
}

.news {
    overflow: hidden;
}

.news .left {
    width: 556px;
    float: left;
}

.news .left img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news .right {
    margin-left: 570px;
}

.news .right .title {
    font-size: 0;
    margin-bottom: 20px;
}

.news .right .title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.news .right .title span {
    font-size: 22px;
    font-weight: bolder;
    color: #b62432;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    line-height: 30px;
}

.news .right .title a {
    display: block;
    font-size: 22px;
    float: right;
    line-height: 30px;
    color: #b62432;
}

.news .right .news-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: solid 1px #e5e5e5;
}

.news .right .news-intro {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.news .right .news-time {
    color: #999;
    font-size: 16px;
    line-height: 25px;
    background: #f2f2f2;
    padding: 0 10px;
    text-align: right;
    margin: 10px 0;
}

.news .right .banner {
}

.news .right .banner img {
    display: block;
}

.list {
    padding: 40px 0;
    width: 50%;
    float: left;
}

.list .title {
    font-size: 0;
    margin-bottom: 20px;
    text-align: left;
}

.list .title img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.list .title span {
    font-size: 22px;
    font-weight: bolder;
    color: #b62432;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    line-height: 30px;
}

.list ul {
    overflow: hidden;
}

.list ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

.list ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #b62432;
    float: left;
    margin: 15px 10px 0 10px;
    border-radius: 100px;
}

.list ul li a {
    color: #333;
    font-size: 16px;
    line-height: 36px;
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li span {
    color: #999;
    font-size: 16px;
    line-height: 36px;
    float: right;
}

.banner-area {
    overflow: hidden;
    margin: 0 -10px;
    clear: both;
}

.banner-area .full {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 10px;
}

.banner-area .full img {
    display: block;
    width: 100%;
}

.banner-area .half {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.banner-area .half img {
    display: block;
    width: 100%;
}

.base_footk {
    min-width: 1200px;
    height: 170px;
    border-top: 13px solid #b62432;
    background: #dee0e2;
}

.base_foot {
    width: 1200px;
    height: 121px;
    padding-top: 26px;
    margin: 0 auto;
}

.base_foot .yqlj {
    width: 523px;
    height: 95px;
    border-right: 1px solid #bfbfbf;
    float: left;
    text-align: left;
}

.base_foot .yqlj .anniu {
    width: 239px;
    height: 35px;
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.base_foot .yqlj a.an {
    width: 239px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    color: #f00;
    display: block;
}

.base_foot .yqlj .anniu:hover a.an, .base_foot .yqlj a.an:hover {
    background: #ebf9ff;
}

.base_foot .yqlj a.an.ling {
    color: #333;
}

.base_foot .yqlj .anniu > div {
    display: none;
}

.base_foot .yqlj .anniu:hover > div {
    box-sizing: border-box;
    bottom: 35px;
    position: absolute;
    z-index: 15;
    padding: 13px 20px;
    border-radius: 3px;
    background: #fff;
    line-height: 20px;
    display: block;
    left: 0;
    right: 0;
}

.base_foot .yqlj .anniu > div > a {
    height: 20px;
    color: #333;
    display: block;
    text-align: left;
}

.base_foot .yqlj .anniu > div > a i {
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 2px 0;
    background: url(../images/in/in_03.jpg);
}

.base_foot .yqlj .anniu > div > a:hover {
    color: #f00;
}

.base_foot .bq {
    width: 435px;
    height: 95px;
    border-right: 1px solid #bfbfbf;
    float: left;
    padding-left: 25px;
    line-height: 24px;
    color: #333;
    text-align: left;
    font-size: 14px;
}

.base_foot .zck {
    width: 200px;
    height: 80px;
    float: right;
}


.fl {float: left;}
.fr {float: right;}

.zf-foot-wrap {width: 100%;min-width: 1200px;height: 260px;border-top: 14px solid #b62432;background: #f2f2f2;}

.zf-youq-wrap {height: 65px; border-bottom: 1px solid #e4e4e4; line-height: 64px; font-size: 0; width: 1200px; margin: 0 auto 5px;}
.zf-youq-wrap .tit {width: 120px; height: 64px; line-height: 64px; display: inline-block; font-size: 18px; color: #333; text-align: left; vertical-align: middle; padding-left: 25px;}
.zf-youq-wrap select {width: 252px; height: 30px; border: 1px solid #ccc; background: #fff; margin-right: 15px; padding-left: 10px; vertical-align: middle;}

.zf-foot-nav-wrap {height: 60px; line-height: 60px; width: 1200px; margin: 0 auto; padding: 0 15px;}
.zf-foot-nav-wrap a {color: #333; margin: 0 10px; font-size: 16px;}
.zf-foot-nav-wrap a:hover {color: #205ebc;}

.zf-foot {width: 1200px; margin: 0 auto; padding: 0 25px;}
.zf-foot .fl {line-height: 30px; font-size: 16px; color: #333;}
.zf-foot .fr > div {display: inline-block; vertical-align: middle; margin: 0 0 0 10px;}
.zf-foot .fr a {display: inline-block; vertical-align: middle; margin: 0 0 0 10px;}

.zf-main {width: 1200px; padding: 10px 25px 25px; background: #fff; margin: 0 auto;}


.zf-seat {height: 40px; line-height: 40px; font-size: 16px; color: #333; padding: 0 15px; margin:0 0 10px;}
.zf-seat a {color: #333; font-size: 16px;}
.zf-seat a:hover {color: #205ebc;}


.zf-titlewrap {height: 45px; margin-bottom: 40px; background: #f5f5f5;}
.zf-titlewrap .tab-wrap {float: left;}
.zf-titlewrap .tab-wrap > div {height: 45px; line-height: 43px; padding: 0 30px 0 30px; float: left; display: block; font-size: 20px; position: relative;}
.zf-titlewrap .tab-wrap > div.cur {border-bottom: 4px solid #b8000e;color: #fff;font-weight: bold;background: #de0a18;}
.zf-titlewrap .tab-wrap > div.cur:before {content:''; width: 4px; height: 20px; background: #fff; position: absolute; top: 12px; left: 20px;}
.zf-titlewrap .tab-wrap > div a {font-size: 20px;}
.zf-titlewrap .tab-wrap > div.cur a {color: #fff;}
.zf-titlewrap .txt {float: right; height: 45px; line-height: 45px ; padding: 0 20px 0 0; max-width: 60%;}
.zf-titlewrap .txt p {line-height: 20px; font-size: 16px; color: #205ebc; display: inline-block; vertical-align: middle; margin-bottom: 4px;}
.zf-titlewrap .txt p b {color: #205ebc;}


.zf-listwrap {padding: 25px 25px 40px; min-height: 800px;}
.zf-listwrap li {height: 45px; line-height: 44px; padding-left: 20px; font-size: 0; border-bottom: 1px dashed #e0e0e0; position: relative;}
.zf-listwrap li:before {content:''; width: 8px; height: 8px; border-radius: 4px; background: #c7c7c7; position: absolute; left: 2px; top: 17px;}
.zf-listwrap li a {width: 60%; height: 44px; display: inline-block; font-size: 16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; vertical-align: middle; margin-bottom: 2px;}
.zf-listwrap li a:hover {color: #b62432;}
.zf-listwrap li span {color: #999; float: right; font-size: 16px;}

.zf-centertitle {padding: 0 50px 2px; line-height: 35px; text-align: center; font-size: 26px; color: #333;}
.zf-centertitle001 {padding: 2px 50px 0; line-height: 25px; text-align: center; font-size: 18px; color: #333;}
.zf-centertime {line-height: 30px; text-align: center; font-size: 16px; color: #999; padding: 0 50px;}
.zf-centertime span {margin: 0 15px; font-size: 16px; color: #999;}
.zf-centertime a {color: #333; font-size: 16px; margin: 0 5px;}
.zf-centertime a:hover {color: #205ebc;}
.zf-centertime p {display: inline-block;color: #333; font-size: 16px; margin: 0 5px; cursor: pointer;}
.zf-centertime p:hover {color: #205ebc;}

.zf-centercent {padding: 40px 0 0; margin: 40px 50px 80px; line-height: 35px; font-size: 16px; border-top: 1px solid #999; font-family: "å®‹ä½“";}
.zf-centercent img {max-width: 100%!important;}
.zf-centercent p {/*text-indent:2em;*/ font-size: 16px; color: #333; font-family: "å®‹ä½“";}
.zf-centercent * {font-family: "å®‹ä½“"; color: inherit; font-size: inherit;}
.zf-centercent table {border-collapse:collapse; border-spacing:0;table-layout: auto; max-width: 100%; width:100%; margin: 30px auto;}
.zf-centercent table td,.zf-centercent table th {border: 1px solid #000;}
.zf-centercent table p {text-indent:0;}



/*quxian lianjie*/
.btn-area{
    text-align: left;
    font-size: 0;
    background: #fff;
    position: relative;
    z-index: 2;
}
.btn-area a{
    display: block;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background: #f8f8f8;
    border-radius: 5px;
    margin: 0 0.5% 1%;
    width: 24%;
    float: left;
}
.btn-area a:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #b62432;
    float: left;
    margin: 7px 10px 0 10px;
    border-radius: 100px;
    }
	

/*******跳转弹窗******/
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background: #000000;opacity: 0.8 !important;filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;top:-400px;margin-left:-300px; width: 600px;height: 270px;background:#fff;z-index: 1001;display: none;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute;top:10px;right: 10px; width: 19px;height: 19px;background: url(../images/delete-ks-20170807.png) center center no-repeat;cursor:pointer;}
.alert-wzsm{width: 480px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 24px;color: #000;text-align: center;font-family:"Microsoft YaHei"; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-wzsm p{font-size:24px;font-family:"Microsoft YaHei";}
.alert-footer{width: 100%; height: 105px;font-size: 24px;color: #000;}
.alert-footer span{cursor: pointer;float: left;font-family:"Microsoft YaHei";}
.continue{width: 124px;height: 42px;background: url(../images/continue-ks-20170810.png) center center no-repeat;}
.fangqi{line-height: 42px;font-size: 20px;color: #ab0d07;margin-left: 20px;}
.xuanze{width: 210px;height: 42px;margin: 25px auto 0;}





@font-face {font-family: "iconfont";
  src: url('http://www.990365.xyz/css/include/iconfont.eot?'); /* IE9*/
  src: url('http://www.990365.xyz/css/include/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://www.990365.xyz/css/include/iconfont.woff?') format('woff'), /* chrome, firefox */
  url('http://www.990365.xyz/css/include/iconfont.ttf?') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('http://www.990365.xyz/css/include/iconfont.svg?#iconfont') format('svg'); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}