/*文章页面*/
.ArticleMain {}
.height100 {
	height: 100%;
	margin-top: 65px;
}
.ArtWrap {
	height: auto;
	min-height: 100%;
	position: relative;
	top: 0;
}

.ArtPage {
	line-height: 1.5;
}

.ArtPage .contant {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.ArtPage .contant .leftarea {
	width: 760px;
	margin-right: 90px;
	margin-bottom: 70px;
}
.BreadCrumb {
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #666;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.BreadCrumb a {
	color: #000;
}
.BreadCrumb a:hover {
	color: #DE4B43;
}
.BreadCrumb .BreadCrumb-item {
	font-size: 0;
}
.BreadCrumb .BreadCrumb-item .item-text {
	cursor: pointer;
	font-size: 14px;
	color: #666;
}
.BreadCrumb .BreadCrumb-item .item-icon {
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}
.ArtPage .contant .leftarea .content {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 40px;
}
.ArtPage .contant .leftarea .content .title {
	font-size: 30px;
	color: #333;
	font-weight: 700;
}
.ArtPage .contant .leftarea .content .sec-title {
	margin: 20px 0;height: 14px;
}
.ArtPage .contant .leftarea .content .sec-title .ReleaseTime {
	float: left;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #999;
	padding-left: 20px;
}
.ArtPage .contant .leftarea .content .text {
	margin-top: 20px;
	padding-bottom: 40px;
	font-size: 14px;
	overflow: hidden;
}
.ArtPage .contant .leftarea .content .text img {
	width: 100%;
}
.ArtPage .contant .leftarea .content .text p {
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-indent: 2rem;
}
.ArtPage .contant .leftarea .content .statement {
	margin-bottom: 30px;
	font-size: 14px;
	color: #999;
}

.ArtPage .contant .leftarea .content .keyword-wrap {
	margin-top: 50px;
}
.keyword {
	overflow: hidden;
}
.keyword .title {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	width: 55px;
	float: left;
}
.keyword .keyword-list {
	float: left;
	width: calc(100% - 55px);
	line-height: 20px;
	height: 20px;
	font-size: 0;
}
.point {
	display: flex;font-size: 14px;margin-top: 30px;
}
.point .point-warp {
	text-align: center;
	width: 50%;
	float: left;
}
.point .point-warp a {
	color: #337AB7;
}
.point .point-warp a:hover {
	color: #ea042b;
}
.ArtPage .contant .rightarea {
	width: 350px;
}
.sideblock {}
.sideblock .title {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e6e6e6;
}
.news-list {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.news-item .news-img {
	width: 120px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.news-item .news-img img {
	width: 100%;
	height: 100%;
}
.news-item .news-content {
	margin-left: 10px;
	flex-grow: 1;
	width: 0;
}
.news-item .news-content .news-title {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.news-item:hover .news-content .news-title {
	color: #e20016;
}
.keep-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-item .news-content .news-abstract {
	color: #999;
	font-size: 14px;
	margin-top: 2px;
}
.news-item .news-content .news-time {
	color: #999;
	font-size: 14px;
	margin-top: 8px;
}
.text-center {
	height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0;
}
.text-center {
	text-align: center;
}
.pagination {
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}
.pagination li {
	display: inline-block!important;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.pagination .active, .pagination a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination .active {
    pointer-events: none;
}
.pagination li.active a, .pagination li a:hover {
    background: #DE4B43;
    color: #fff;
    border: 1px solid #DE4B43;
}
.pagination a {
    color: #333;
    font-family: 'AliReg';
    font-weight: 600;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination li a {
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
}

/*文章列表页*/
.leftarea .list-wrap {
	margin-top: 23px;
}
.leftarea .list-wrap .artlist {
	display: flex;
	flex-wrap: wrap;
	width: 840px;
	margin: 0px -20px;
}
.list-item-wrap {
	display: block;
	width: 380px;
	margin: 0px 20px 40px;
}
.list-item {
	width: 380px;
	box-shadow: 0 6px 10px 0 hsla(0,0%,66.3%,.05);
	border-radius: 3px;
	background-color: #fff;
	transition: all .3s;
	cursor: pointer;
}
.list-item:hover {
	box-shadow: 0 6px 10px 0 hsla(0,0%,66.3%,.15);
    transform: translateY(-10px);
}
.list-item .list-item-img {
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.list-item .item-content {
	height: 150px;
	padding: 15px 20px 0 17px;
}
.list-item .item-content .title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.list-item .item-content .abstract {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	height: 44px;
	line-height: 22px;
}
.line-clamp {
	overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-item .item-content .data {
	font-size: 14px;
    color: #999;
    padding-top: 18px;
}

/*内容中心*/
.con_wrap {
	width: 100%;
	margin-bottom: 70px;
}
.con_area {
	width: 100%;
}
.con_banner {
	width: 100%;
	height: 400px;
	background-color: #f7f8fc;
}
.con_banner .con_banner_box {
	width: 1200px;
	margin: 0 auto;

}
.con_banner .con_banner_box .con_b_t {
	width: 50%;
	float: left;
	margin-top: 10%;
	text-align: center;
}
.con_banner .con_banner_box .con_b_t .con_b_t1 {
	font-size: 36px;
	margin-bottom: 20px;
}
.con_banner .con_banner_box .con_b_t .con_b_t2 {
	font-size: 24px;
	line-height: 36px;
}
.con_banner .con_banner_box .con_b_p {
	width: 50%;
	float: right;

}
.con_banner .con_banner_box .con_b_p img {
	height: 400px;
}
.con_ctr {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	margin-top: 40px;
	background-color: blueviolet;
	display: flex;
	justify-content: center;
}
.con_area .list-wrap {
	width: 1200px;
	margin: 0 auto;
	margin-top: 23px;
}
.con_area .list-wrap .artlist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.list-con-wrap {
	display: block;
	width: 360px;
	margin: 0px 20px 40px;
}
.list-con {
	width: 360px;
	box-shadow: 0 6px 10px 0 hsla(0,0%,66.3%,.05);
	border-radius: 3px;
	background-color: #fff;
	transition: all .3s;
	cursor: pointer;
}
.list-con:hover {
	box-shadow: 0 6px 10px 0 hsla(0,0%,66.3%,.15);
    transform: translateY(-10px);
}
.list-con .list-con-img {
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.list-con .con-content {
	height: 150px;
	padding: 15px 20px 0 17px;
}
.list-con .con-content .title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.list-con .con-content .abstract {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	height: 44px;
	line-height: 22px;
}
.line-clamp {
	overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-con .con-content .data {
	font-size: 14px;
    color: #999;
    padding-top: 18px;
}





/*企业介绍页*/

.history-header {
	height: 500px;
    background-size: cover;
    background-image: url(../images/historyBg.png);
    background-position: center;
    color: #fff;
}
.history-title {
	padding-top: 90px;
	margin-bottom: 70px;
}
.progress-bar {
	width: 800px;
    margin: auto;
    padding-top: 70px;
}
.progress-bar .node {
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}
.progress-bar .node .txt {
    position: absolute;
    font-size: 27px;
    top: -50px;
    font-weight: 600;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
}

.progress-bar .node .core {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
}
.progress-bar .node.active .core {
    background: #fff;
}
.progress-bar .line {
    float: left;
    height: 2px;
    background: rgba(255,255,255,0.5);
    width: 120px;
    margin-top: 11px;
}
.history-content {
	height: 301px;
    background: #F5F5F5;
    color: #5F6464;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.history-content .mod-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 300px;
}
.history-main {
    width: 10000px;
    position: absolute;
}
.history-main-box {
    width: 384px;
    float: left;
    margin-right: 25px;
}
.history-main-box .history-title {
    font-size: 32px;
    padding-top: 40px;
    line-height: 36px;
    font-family: 'AliMed';
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #D8D9DC;
    margin-bottom: 18px;
    color: #DE4B43;
}
.history-main-box .li {
    line-height: 25px;
    margin-bottom: 18px;
    font-size: 14px;
}
.history-main-box .li .left {
    float: left;
    width: 360px;
    padding-right: 10px;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.history-main-box .li .right {
    width: 360px;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}






/*表单收集*/
.form-wrap {
	width: 100%; 
	height: 500px;
	position: relative;
	margin-top: 85px; 
	background-image: url(../images/formBg.png);
	background-size: cover;
}
.form-title {
	margin-bottom: 45px;
}
.form-title h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 45px;
	text-align: center;
}
.form-main {
	width: 810px;
	background: transparent;
	border-radius: 0;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.form-box {
	width: 50%;
    margin-bottom: 24px;
    float: left;
}

.form-box .form-input {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.form-box .form-input span {
    position: absolute;
    top: 15px;
    font-size: 18px;
    color: #999999;
}
.form-box .form-input span:first-child {
    left: 10px;
}
.form-box .form-input span:last-child {
    right: 10px;
    transition: all 1s;
}
.form-box .form-input input {
	width: 80%;
    height: 50px;
    border: 1px solid #dddddd;
    padding: 0px 40px;
    border-radius: 5px;
    font-family: 'AliReg';
    font-size: 16px;
    outline: none;
    cursor: pointer;
}
.form-box .form-input select {
	width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    padding: 0px 40px;
    border-radius: 5px;
    font-family: 'AliReg';
    font-size: 16px;
    color: #aaa;
    outline: none;
    cursor: pointer;
}
.submit {
	position: relative;
    height: auto;
    margin-top: 16px;
    margin-bottom: 40px;
}
.submit .coolbg {
    width: 40%;
    height: 50px;
    color: #e20016;
    font-family: 'AliMed';
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-color:#fff;
    border-image: none;
    border-width: 1px;
}




