html,
body {
    width: 100%;
}

header {
    width: 100%;
    height: 100px;
  /*  background: url("../img/main-title.png") no-repeat;
    background-size: 100% 100%; */
}

nav {
    width: 100%;
    height: 45px;
    background: #005fbd;
}

.nav {
    width: 1200px;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
}

.tab-button {
    display: flex;
}

.tab-button li {
    width: 145px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid #94c8ec;
    cursor: pointer;
}

.tab-button li:hover {
    background: #0281df;
}
.tab-button li a,.tab-button li a:hover{ color:#FFF; text-decoration:none;}
.current-1 {
    background: #0281df;
}

.input {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.nav input {
    width: 215px;
    height: 30px;
    position: relative;
    border-radius: 4px;
    text-indent: 10px;
}

.main {
    width: 1200px;
    margin: auto;
}
.mainc{
    width: 1018px;
    margin: auto;
}

.sub-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 44px;
    padding-left: 12px;
    box-sizing: border-box;
    background: url("../img/sub-title.png") no-repeat;
    background-size: 100% 100%;
}

.sub-content {
    padding-top:6px;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 24px;
    color: #005fbd;
    font-weight: 600;
}

.detail {
    font-size:16px;
    line-height: 30px;
    padding: 10px;
    border-bottom:1px solid #dcdcdc;
    border-radius: 6px;
    margin: 10px 0px ;
    display: block!important;
    text-indent:30px;
}
.red a{ color:#ca0303;}

.ul {
    display: block!important;
}

.tt {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    background: #005fbd;
    margin-top: 5px;
}

.card {
    background: #f8f8f8;
    padding: 10px;
    line-height: 28px;
    height: 147px;
    box-sizing: border-box;
}

.b {
    border-bottom: 1px solid #dedede;
}

.cards-c {
    color: #005fbd;
    font-weight: 600;
    line-height: 38px;
}

.online-list {
    width: 100%;
}

.online-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.online-list ul li {
    border: 1px solid #a8dfff;
    text-align: center;
    width: auto;
    padding: 12px 28px;
    background-color: #fff;
    border-radius: 4px;
}

.online-list ul li a {
    color: #333333;
    font-weight: 600;
}

.co {
    width: 100%;
    background: #f5f5f5;
    padding: 15px 0px;
}
.co1 {
    width: 100%;
    padding: 15px 0px;
}
.main-2 {
    width: 1200px;
    margin: auto;
}

.main-2 .left-box,
.main-2 .right-box {
    background: #ffffff;
    box-sizing: border-box;
}

.slideGroup .parHd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideGroup .parHd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideGroup .parHd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.slideGroup .slideBox {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 42px;
    position: relative;
}

.tempWrap {
    width: 88%!important;
    margin-left: 2.5%;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 0px;
    top: 34%;
    display: block;
    width: 48px;
    height: 48px;
}

.slideGroup .sPrev {
    background: url(../img/pre.png) no-repeat;
    background-size: 100% 100%;
}

.slideGroup .sNext {
    left: auto;
    right: 33px;
    background: url(../img/next.png) no-repeat;
    background-size: 100% 100%;
}

.slideGroup .parBd {
    width: 100%;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}
.slideGroup .parBd ul li .pic a{color:#000;}
.slideGroup .parBd ul li .pic img {
    width: 242px;
    height: 170px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.slideGroup .parBd ul li .pic a:hover img {
    border-color: #999;
}

.slideGroup .parBd ul li .title {
    line-height: 24px;
}

.main2 {
    display: flex;
    justify-content: space-between;
}

.footer{
	
	padding: 15px 0 0;
	margin: 0 auto;
	
}
.foot-main{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.foot-main .mid{
	width: 80%;
	text-align: left;
	line-height: 28px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}