@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
button,
p,
span,
table,
tr,
th,
td,
img,
a,
em,
i {
    margin: 0;
    padding: 0;
}

body {
    font: 12px '\5FAE\8F6F\96C5\9ED1', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
    min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

table,
tr,
td,
img,
button,
input,
textarea {
    border: none;
    background: none;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:visited {
    outline: none;
}

img {
    width: 100%;
    display: block;
}

.wrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}


/* .wrap {
    margin: 0 auto;
} */


/*定位*/

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

.clearfix {
    *zoom: 1;
}

.header {
    height: 70px;
    display: flex;
    justify-content: space-between;
    line-height: 67px;
    background: linear-gradient(90deg, rgba(230, 57, 37, 1) 0%, rgba(230, 35, 75, 1) 100%);
    color: #fff;
}

.logo {
    width: 79px;
    float: left;
    margin: 0;
}

.tab {
    line-height: 28px;
    padding-top: 21px;
    float: left;
}

.tab a {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}

.tab button {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    cursor: pointer;
}

.tab a:nth-last-of-type(1):after {
    display: none;
}


/* .tab a:after{
	content:"";
	width:6px;
	height:6px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#858585;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-3px;
	right:-33px;
} */


/*版权*/

.copyRight {
    line-height: 40px;
    font-size: 20px;
    color: #333;
    padding: 60px 0 50px;
    text-align: center;
}

.copyRight a {
    color: #e30f7a;
    text-decoration: underline;
}

.copyRight .link_down {
    color: #666666;
    margin-left: 20px;
}

#company_news {
    width: 100%;
    position: relative;
}


/* .news_ul:after{visibility:hidden;display:block;font-size:0;content:" ";clear: both;height:0;} */

.news_ul {
    width: 65%;
    overflow: hidden;
    font-family: AdobeHeitiStd-Regular;
    top: 30%;
    left: 18%;
    position: absolute;
    font-size: 14px;
    font-family: AdobeHeitiStd-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.news_ul li {
    height: 10%;
}

.news_ul li img {
    margin-top: 6px;
    margin-right: 24px;
    float: left;
    width: 12px;
    display: block;
}

.news_ul li a {
    color: #333333;
    float: left;
    display: block;
    letter-spacing: 0;
    margin-right: 20px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#download {
    background: #FDFDFD;
    overflow: hidden;
    position: relative;
}

#download .download-text {
    position: absolute;
    left: 53%;
    top: 42%;
    width: 32%;
    height: 9%;
}

#download .download-text a {
    float: left;
    height: 100%;
    width: 20%;
    margin-right: 4%;
    display: block;
}

#download .download-img-2 {
    width: 45%;
}

#xiaofei {
    display: none;
}


/* @media screen and (max-width: 500px) {
	.news_ul li a{
		width: 300px;
	}
	.news_ul li img{
		margin-top: 2px;
		width: 14px;
	}
	.news_ul{
		font-size: 14px !important;
	}
} */

.xiaofei {
    width: 100%;
    height: 743px;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1400px) {
    .news_ul li a {
        width: 600px;
    }
}

.footer-content {
    height: 253px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #EBEBEB;
}

.footer {
    width: 1326px;
    background: url(../img/6.png);
    background-size: 100%;
    position: relative;
}

.beian {
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 140px;
    left: 29.8%;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}