body,
hr,
p,
dl,
dt,
dd,
th,
td,
ul,
ol,
li,
pre,
form,
input,
textarea,
fieldset,
legend,
button,
img {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

ul,
ol {
    list-style: none;
}

ul,
ol,
li,
div,
a,
nav,
section,
input,
select,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: "PingFangTC-Semibold", "微软雅黑", "Microsoft Yahei", "华文细黑", sans-serif;
    font-size: 14px;
    color: #2A2B31;
    letter-spacing: 0;
}



.btn {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer{
	margin-top:0px !important;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.icon {
    display: inline-block;
}

.icon-img{
	width: 64px;
	height: 64px;
}

.icon-1 {
    background-image: url(../images/icon.png);
    background-position: -66px 0px;
    width: 64px;
    height: 64px;
}

.icon-2 {
    background-image: url(../images/icon.png);
    background-position: -132px -66px;
    width: 64px;
    height: 64px;
}

.icon-3 {
    background-image: url(../images/icon.png);
    background-position: 0px -66px;
    width: 64px;
    height: 64px;
}

.icon-4 {
    background-image: url(../images/icon.png);
    background-position: -66px -66px;
    width: 64px;
    height: 64px;
}

.icon-5 {
    background-image: url(../images/icon.png);
    background-position: -132px 0px;
    width: 64px;
    height: 64px;
}

.icon-6 {
    background-image: url(../images/icon.png);
    background-position: 0px 0px;
    width: 64px;
    height: 64px;
}

.icon-7 {
    background-image: url(../images/icon.png);
    background-position: 0px -132px;
    width: 64px;
    height: 64px;
}

.icon-8 {
    background-image: url(../images/icon.png);
    background-position: -66px -132px;
    width: 64px;
    height: 64px;
}

.icon-9 {
    background-image: url(../images/icon.png);
    background-position: -132px -132px;
    width: 64px;
    height: 64px;
}

.icon-arrow-down {
    background-image: url(../images/icon.png);
    background-position: -198px 0px;
    width: 14px;
    height: 7px;
}

.icon-arrow-right {
    background-image: url(../images/icon.png);
    background-position: -198px -9px;
    width: 7px;
    height: 14px;
}


.container-fluid {
    background: #EFEFF7;
	  padding-top:30px;
}

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

.h1 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 30px;
}

.banner {
    position: relative;
    min-width: 1200px;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.09);
	min-height:unset !important;
}

.banner-detail {
    position: absolute;
    top: 4.14rem;
    left: 3.54rem;
    width: 9.78rem;
}

.banner-detail p {
    font-size: 18px;
    line-height: 32px;
}

.main-wrap {
    padding-bottom: 105px;
}

.main-wrap .item {
    float: left;
    width: 33.3333333%;
    padding: 0 10px;
}

.main-wrap .item .h4 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 20px;
}

.item-row {
    margin-bottom: 20px;
}

.item-row span {
    font-size: 14px;
    line-height: 16px;
    color: #a2a3a7;
}

.update-date {
    float: right;
}

.panel {
    margin-bottom: 25px;
}

.panel-body {
    position: relative;
    padding: 30px 30px 10px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    top: 0;
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
}

.panel:hover .panel-body {
    top: -10px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.22);
}

.btn-begin {
    float: right;
    width: 160px;
    height: 44px;
    border-radius: 8px;
    border: solid 2px rgba(38, 39, 40, 0.6);
    padding-left: 30px;
    padding-right: 25px;
    line-height: 42px;
    margin-top: 20px;
	color: #2A2B31;
}

.btn-begin .icon {
    float: right;
    margin-top: 13px;
}

.select-wrap {
    margin-bottom: 30px;
    padding-right: 10px;
}

.select {
    float: right;
    width: 230px;
    position: relative;
}

.select-control {
    width: 232px;
    height: 38px;
    background: #F9F9FC;
    padding-left: 20px;
    border: 1px solid #e2e7ec;
    border-radius: 4px;
    -webkit-transition: border .2s;
    transition: border .2s;
    outline: 0;
    cursor: pointer;
    margin-left: -1px;
}

.select::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: " ";
    display: inline-block;
    background-image: url(../images/icon.png);
    background-position: -198px 0px;
    width: 14px;
    height: 7px;
    cursor: pointer;
}

.item-group {
    position: absolute;
    width: 100%;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    z-index: 99;
    top: 38px;
    display: none;
    padding: 10px 0;
    background: #fff;
}

.item-group>li {
    height: 44px;
    line-height: 44px;
    background: #fff;
    padding-left: 20px;
    cursor: pointer;
}

.item-group>li:hover {
    background: #DADCE9;
}



.myMessage span i {
	font-style: normal;
	background: #F15859;
	border-radius: 8px;
	padding: 0 5px;
	float: right;
	color: #fff;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;
	float: right;
}

@media only screen and (max-width: 767px) {
    .banner{
		min-width: unset;
	}
	
	.container {
		width: 100%;
	}
	
	.main-wrap .item {
		width: 100%;
	}
	
	.select {
		float: unset;
		margin: 0 auto;
	}
	
	.main-wrap .item .h4 {
		font-size: 16px;
	}
	
	.select-wrap {
		padding: 0 10px;
	}
	
	.select-control{
		width: 100%;
	}
	
	.select{
		width: 100%;
	}
}



