@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
em {
    padding: 0;
    margin: 0;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    font-size: 12px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal
}

ol,
ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

input,
img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
    display: block;
}

/*Global*/
/*禁止苹果系统所有默认样式*/
html,
body {
    -webkit-text-size-adjust: none;
}

/*去除苹果设备下浏览器默认按钮样式与背景*/
*:focus {
    outline: none
}

/*禁止所有聚焦边框*/
input,
input[type=button],
textarea {
    -webkit-appearance: none;
    outline: none;
}

/* 屏蔽文本框高亮 */
/*禁止苹果系统所有默认样式*/

body {
    font: 16px/1.23;
    color: #333333;
    text-align: center;
    background: #fff;
}

a,
a:visited {
    text-decoration: none;
    color: #333333;
    outline: none;
    transition: all 0.25s ease 0.1s;
}

a:hover {
    text-decoration: none;
}

/*按下时的样式*/
a:active {
    text-decoration: none;
}

.warp {
    max-width: 1300px;
    margin: 0 auto;
}
/* 系统弹窗 */
.systemTips{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 98;
}
.systemTips .wrap{
	width: 86%;
	margin: 0 auto;
	top: 45%;
	position: relative;
	animation: systemTips 0.2s ease;
	max-width: 600px;
	border-radius: 10px;
	background: #fff;
}
@keyframes systemTips{
	0%{
		transform: scale(.1)
	}
	100%{
		transform: scale(1)
	}
}
.systemTips .wrap .close{
	position: absolute;
	right: 17px;
	top: 17px;
	width: 16px;
	height: 16px;
	line-height: 50px;
	font-size: 0;
	background: url(../images/icon.png) no-repeat -761px -104px;
}
.systemTips .wrap .close img{
	vertical-align: middle;
	height: 16px;
}
.systemTips .wrap .title{
	background: #FF3F3F;
	color: #ffffff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	/* text-shadow: #fff 1px 1px 0px; */
	border-radius: 10px 10px 0 0;
}
.systemTips .wrap .title img{
	height: 23px;
	vertical-align: middle;
}
.systemTips .wrap .content{
	font-size: 16px;
	line-height: 40px;
	padding: 0px 15px;
	overflow-y: auto;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 0;
}
.systemTips .wrap .btns{
	padding-bottom: 20px;
	font-size: 16px;
}
.systemTips .wrap .btns a{
	background: #FF3F3F;
	width: 120px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #FF3F3F;
	box-sizing: border-box;
    margin: 0 30px;
    color: #ffffff;
    cursor: pointer;
}
.systemTips .wrap .btns a.cancel{
	background: #fff;
}
.systemTips .wrap .btns a:hover{
	color: #fff;
	background: #FF3F3F;
}
/* 头部 */
.header {
    width: 100%;
    background: #fff;
    height: 100px;
    position: fixed;
    z-index: 10;
    top: 0;
    transition: all 0.25s ease 0.1s;
    z-index: 20;
}
/* //滑轮动画头部改变？ */
.s-header {
    height: 70px;
    box-shadow: 0px 1px 6px #8c8c8c; 
}

.s-header .logo-box .logo {
    margin: 10px auto;
    width: 320px;
    height: 36px;
}

.s-header nav .nav-box a,
.s-header nav .nav-box {
    line-height: 70px;
}

.s-header nav .red-line {
    top: 67px;
}

.s-header nav .sub-show {
    top: 70px;
}
.s-header .headerend-box .search-box{
    margin: 19px 0;
}
.s-header .headerend-box .icon{
    margin: 22px 0;
}
/* //滑轮动画头部改变？ */
header .header-warp {
    max-width: 1920px;
    padding: 0 1%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


header .logo-box,
.nav-warp,
.nav-box,
header nav,
.headerend-box,
header .headerend-box .search-box,
header .headerend-box .icon {
    display: inline-block;
}


nav {
    position: relative;
    vertical-align: top;
    font-size: 0;
    text-align: center；
}

header .headerend-box {
    text-align: right;
    height: 100px;
}

header .logo-box {
    height: 100px;
}

header .logo-box .logo {
    display: inline-block;
    width: 453px;
    height: 58px;
    vertical-align: top;
    margin: 20px 5px 0 0;
    transition: all 0.25s ease 0.1s;
}

header .logo-box .logo img {
    width: 100%;
}

header h2 {
    font-size: 23px;
    margin-top: 20px;
}

header p {
    font-size: 15px;
}

header nav .nav-box {
    width: 88px;
    font-size: 14px;
}

header nav .nav-box a {
    display: block;
    width: 90px;
    line-height: 100px;
    text-align: center;
}

header nav .red-line {
    position: absolute;
    top: 97px;
    left: 0px;
    width: 88px;
    height: 3px;
    background: #FF3F3F;
    transition: all 0.25s ease 0.1s;
}

header nav .sub-show {
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    width: 658px;
    height: 285px;
    background: #526495;
    z-index: 10;
    font-size: 0;
    text-align: left;
}

header nav .sub-show .sub-list {
    position: relative;
    width: 88px;
    height: 285px;
    display: inline-block;
    padding: 20px 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

header nav .sub-show .on {
    background: rgba(255, 255, 255, 0.2);
}

nav .sub-show .sub-list .sub-box {
    position: relative;
}

nav .sub-show .sub-list .sub-box a {
    width: 88px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    display: inline-block;
}

nav .sub-show .sub-list .red {
    position: absolute;
    top: 20px;
    left: 0;
    width: 88px;
    height: 35px;
    display: none;
    background: #FF3F3F;
}

header .headerend-box .icon {
    vertical-align: top;
    margin: 37px 0;
    transition: all 0.25s ease 0.1s;
}

header .headerend-box .icon .icon-box {
    display: inline-block;
    height: 26px;
    width: 60px;
    border-radius: 13px;
    background: #4c588b;
    font-size: 14px;
    margin-right: 10px;
    line-height: 24px;
    text-align: center;
}

header .headerend-box .icon .icon-box:hover {
    background: #3c4b8b;
    color: #ffffff;
}

header .headerend-box .icon .oa a,
header .headerend-box .icon .tour a,
header .headerend-box .icon .shitu a {
    color: #fff;
}

header .headerend-box .icon .oa {
    width: 70px;
}

header .headerend-box .icon .shitu {
    background: #FF3F3F;
}

header .headerend-box .icon .shitu:hover {
    background: #ff0000;
}

/* 搜索 */
header .headerend-box .search-box {
    height: 40px;
    margin: 30px 0px;
    cursor: pointer;
    transition: all 0.25s ease 0.1s;
}

header .headerend-box .search-box .searchicon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon.png");
    background-position: -536px -279px;
}

header .headerend-box .show .searchicon {
    display: none;
}

header .headerend-box .search-box .search-show {
    display: none;
    width: 0;
    height: 30px;
    position: relative;
    border: 1px solid #FF3F3F;
    text-indent: 20px;
    margin: 5px 0;
    border-radius: 4px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

header .headerend-box .show .search-show {
    display: block;
}

header .headerend-box .search-box .search-show input {
    width: 450px;
    height: 27px;
    position: absolute;
    left: 20px;
    top: 1px;
}

header .headerend-box .search-box .search-show i {
    position: absolute;
    top: -1px;
    right: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: url("../images/icon.png");
    background-position: -544px -284px;
    vertical-align: top;
}

/* 底部 */
footer {
    background: #353535;
    width: 100%;
    /* min-width: 1360px; */
}

footer .warp {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 50px 0;
    box-sizing: border-box;
}

footer .left {
    display: inline-block;
    width: 600px;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}

footer .left p span {
    margin-left: 30px;
}
footer .left .blank_iocn{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/blank_icon.png)no-repeat;
    vertical-align: middle;
}

footer .right {
    display: inline-block;
    width: 300px;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    position: relative;
}

footer .right .select-box {
    display: inline-block;
    width: 240px;
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 25px;
    padding: 0px 10px 0px 20px;
    box-sizing: border-box;
    border: 1px solid #353535;
    border-top: none;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}

footer .right .select-box span i {
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url("../images/icon.png");
    background-position: -470px -90px;
    vertical-align: top;
    margin: 17px 0 0 130px;
    transition: all 0.25s ease 0s;
}

footer .right .select-show {
    position: absolute;
    top: -90px;
    left: 0;
    width: 240px;
    background: #fff;
    border: 1px solid #353535;
    border-bottom: none;
    box-sizing: border-box;
    display: none;
}

footer .right .select-show a {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
    display: block;
}

footer .right .select-show a:hover {
    color: #FF3F3F;
}

footer .right .on .select-show {
    display: block;
}

footer .right .on span i {
    transform: rotateZ(180deg);
}

/* banner */


.main {
    width: 100%;
    /* min-width: 1360px; */
}

.banner .bannerTitle {
    width: 600px;
    height: 115px;
    margin: 0 auto;
    color: #fff;
    margin-top: 90px;
}

.banner .bannerTitle h1 {
    font-size: 40px;
}

.banner .bannerTitle span {
    border-top: 3px solid #fff;
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 15px;
}

.banner .bannerTitle h2 {
    font-size: 30px;
    margin-top: 15px;
}

.main .warp {
    margin-top: -40px;
}

/* 导航 */
.main .nav {
    height: 70px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ededed;
    position: relative;
    box-sizing: border-box;
    font-size: 0;
}

.main .nav .on {
    color: #fff;
}

.main .nav .tab {
    position: relative;
}

.main .nav .nav-box a {
    display: inline-block;
    width: 100%;
    height: 25px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
}

.main .nav .nav-box span {
    display: block;
    height: 25px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    margin: 25px 0;
    transition: all 0.3s ease 0.2s;
}

.main .nav .on span,
.main .nav .nav-box:last-of-type span {
    border-right: none;
}

.main .nav .nav-box a:last-of-type {
    border-right: none;
}

/* 信息列表 */
.main .InformationList .listtab {
    text-align: left;
}

.main .InformationList .listtab a {
    display: inline-block;
    width: 537px;
    height: 170px;
    margin-left: 20px;
    width: 537px;
    height: 170px;
    margin-bottom: 30px;
    vertical-align: top;
}


.main .InformationList a:hover .list-box {
    background: #ff3f3f;
    color: #fff;
    transition: all 0.25s ease 0s;
}

.main .InformationList a:hover .list-box:hover,
.main .InformationList .list-box:hover {
    transform: scale(1.1)
}

.main .InformationList a:hover .list-box h4 {
    color: #fff;
}

.main .InformationList a:hover .list-box p {
    color: #fff;
}

.main .InformationList a:hover .list-box .timeicon i:first-of-type {
    display: none;
}

.main .InformationList a:hover .list-box .timeicon i:last-of-type {
    display: block;
}

.main .InformationList .list-box {
    display: inline-block;
    width: 537px;
    height: 170px;
    box-shadow: 0 0 20px #F0F0F0;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    transition: all 0.25s ease 0s;
}


.main .InformationList .list-box h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 10px;
}

.main .InformationList .list-box p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
}

.main .InformationList .list-box .timeicon {
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: top;
}

.main .InformationList .list-box .date {
    display: inline-block;
    width: 200px;
    height: 30px;
    vertical-align: top;
}

.main .InformationList .list-box .timeicon i {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon.png") no-repeat -34px -220px;
}

.main .InformationList a:hover .list-box .timeicon i  {
    background-position: -175px -289px;
}


/*数据加载时的动画*/
.loading{
	padding: 200px 50px;
}
.loading-animate{
	width: 150px;
	height: 15px;
	margin: 0 auto;
}
.loading-animate span{
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	background: #FF3F3F;
	transform-origin: right bottom;
	animation: loading 1s ease infinite;
}
.loading-animate span:last-child{
	margin-right: 0px; 
}
@keyframes loading{
	0%{
		opacity: 1;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		transform: rotate(90deg) scale(.3);
	}
}
.loading-animate span:nth-child(1){
	animation-delay:0.13s;
}
.loading-animate span:nth-child(2){
	animation-delay:0.26s;
}
.loading-animate span:nth-child(3){
	animation-delay:0.39s;
}
.loading-animate span:nth-child(4){
	animation-delay:0.52s;
}
.loading-animate span:nth-child(5){
	animation-delay:0.65s;
}
.loading-text{
	font-size: 16px;
	color: #FF3F3F;
	line-height: 50px;
	text-align: center;
}
.loading-text::after{
	content: "";
	animation: loadingtext 2s ease infinite;
}
@keyframes loadingtext{
	0%{
		content: "";
	}
	25%{
		content: " .";
	}
	50%{
		content: " . .";
	}
	75%{
		content: " . . .";
	}
	100%{
		content: "";
	}
}
@media only screen and (max-width: 1400px) {
    header .headerend-box{
        position: relative;
    }
    header .headerend-box .icon {
        position: absolute;
        right: 0;
        top: 0;
        margin: 17px 0;
    }
    header .headerend-box .search-box{
        margin: 50px 0 0 0;
    }
    header .headerend-box .nav-warp{
        margin-top: 40px;
    }
    header nav .nav-box a{
        line-height: 60px;
    }
    .s-header .headerend-box .icon{
        display: none;
    }
    .s-header nav .nav-box a,
    .s-header nav .nav-box {
    line-height: 0;
}
}