*{ 
    margin:0;padding:0;  outline: 0;  vertical-align: baseline; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html,body{ 
    color:#434343; 
    background:#fff; 
    font-size:14px;
	font-family: 微软雅黑;
    width:100%;
}
select::-ms-expand{ display: none; }
input,select,button,textarea{ 
    font-size:100%;
    border: none;
    outline: none;
    vertical-align:middle;
    appearance:none; 
    -moz-appearance:none; 
    -webkit-appearance:none;
 }
button{
    border: 0;
    background-clip: padding-box;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li { list-style:none;}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img{ 
     border:none;
     vertical-align:baseline;
}
a, a:link, a:visited{
     color:#434343;
     text-decoration:none;
}
a:hover{ 
    color:#434343; 
    text-decoration:none;
}
/* 标签属性，textarea,input 强制输入时内容超出时换行，打断 */
textarea,input{ 
    word-wrap:break-word; 
    word-break:break-all; 
} 
span,p,div{ 
    word-wrap:break-word;
} 
.lf{ float:left; }
.rt{ float:right; }
.clearfix{ content: ''; display: block; clear: both; }
.container {
	width: 1200px;
	margin: 0 auto;
}


.navbar {
	background: #fff;
	width: 100%;
}
.navbar-line {
	padding-top: 30px;
	padding-bottom: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.navbar-line .navbar-brand {
	padding-bottom: 10px;
}
.navbar-line .sitemap {
	width: 200px;
	position: relative;
}
.navbar-line .sitemap .btn {
	margin-bottom: 30px;
	line-height: 36px;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
	cursor: pointer;
	transition: all .2s; 
}
.navbar-line .sitemap .btn i {
	margin-left: 3px;
}
.navbar-line .sitemap ul {
	position: absolute;
	top: 36px;
	left: 0;
	background: rgba(0,0,0,.8);
	color: #fff;
	height: 0;
	width: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	transition: all .2s; 
}
.navbar-line .sitemap ul li {
}
.navbar-line .sitemap ul li a {
	padding: 10px;
	color: #fff;
	transition: all .2s; 
}
.navbar-line .sitemap:hover .btn {
	background: #222;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.navbar-line .sitemap:hover ul {
	height: 430px;
	width: 350px;
	padding: 20px;
}
.navbar-line .sitemap ul li a:hover {
	background: #f2f2f2;
	color: #222;
	border-radius: 3px;
}

.navbar-line .search {
	width: 400px;
}
.navbar-line .search .search-box form {
	width: 400px;
	display: flex;
	align-items: center;
}
.navbar-line .search .search-box input[type=text] {
	border: 3px solid #00a0e9;
	height: 38px;
	width: 320px;
	background: url(../images/search-icon.png) no-repeat;
	background-size: 16px;
	background-position: 13px center;
	padding-left: 44px;
}
.navbar-line .search .search-box input[type=submit] {
	background: #00a0e9;
	color: #fff;
	width: 80px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	cursor: pointer;
}
.navbar-line .search .popular {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 36px;
	padding-left: 10px;
}
.navbar-line .search .popular a {
	color: #999;
	transition: all .2s;
}
.navbar-line .search .popular span {
	color: #999;
	cursor: default;
	padding: 0 6px;
}
.navbar-line .search .popular a:hover {
	color: #00a0e9;
}
.navbar-line .welcome-box {
	margin-left: 50px;
	padding-bottom: 5px;
}
.navbar-line .welcome-box .tel-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.navbar-line .welcome-box .tel-box .num {
	margin-left: 10px;
}
.navbar-line .welcome-box .tel-box .num p {
	padding-left: 3px;
}
.navbar-line .welcome-box .tel-box .num span {
	font-size: 22px;
	font-weight: bold;
}

.header-nav {
	background: #00a0e9;
	color: #fff;
}
.header-nav .header-nav-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}
.header-nav .header-nav-line li {
	display: inline-flex;
}
.header-nav .header-nav-line li a {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
}

.swiper-container {
}
.swiper-slide img {
	width: 100%;
}

.main-01 {
	margin-top: 30px;
}
.border-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 20px;
	border: 2px solid #00a0e9;
}
.border-box .border-left {
	width: 40%;
}
.border-box .border-right {
	width: 56%;
}
.border-box .top-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
}
.border-box .top-title .main-title {
	font-size: 30px;
	font-weight: bold;
	color: #00a0e9;
}
.border-box .top-title .sub-title {
	display: inline-flex;
	align-items: center;
}
.border-box .top-title .sub-title a {
	font-size: 16px;
	color: #00a0e9;
}
.border-box .top-title .sub-title span {
	font-size: 14px;
	color: #00a0e9;
	margin: 0 5px;
}
.border-box .column-01 {
	width: 100%;
	text-align: center;
}
.border-box .column-01 img {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.border-box .column-01 p {
	color: #00a0e9;
	font-size: 16px;
	margin-bottom: 20px;
}
.border-box .column-01 p span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin:0 5px 0 10px;
}
.border-box .column-02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.border-box .column-02 a {
	width: 49%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 6px 0;
	border-radius: 5px;
}

.border-box .column-02 a:nth-child(1) {
	background: linear-gradient(to right, #fea85a,#ef7c83);
}
.border-box .column-02 a:nth-child(2) {
	background: linear-gradient(to right, #6dcec7,#85e9c8);
}
.border-box .column-02 a:nth-child(3) {
	background: linear-gradient(to right, #588cf6,#b698fc);
}
.border-box .column-02 a:nth-child(4) {
	background: linear-gradient(to right, #eea72d,#edcf3c);
}
.border-box .column-03 .title-box {
	width: 100%;
	margin-bottom: 15px;
}
.border-box .column-03 .title-box a {
	font-size: 18px;
	font-weight: bold;
	color: #00a0e9;
	margin-right: 10px;
}
.border-box .column-03 .line {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}
.border-box .column-03 .line .nav {
	width: 70px;
	font-size: 14px;
	text-align-last: justify;
}
.border-box .column-03 .line .hot {
	color: #e60012;
}
.border-box .column-03 .line span {
	margin: 0 10px;
}
.border-box .column-03 .line .title {
	font-size: 14px;
	width: calc(100% - 95px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.border-box .column-03 a {
	transition: all .2s;
}
.border-box .column-03 a:hover {
	color: #00a0e9;
}
.border-box .border-right .form-box {
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin-top: 30px;
}
.border-box .border-right .form-box h3 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #00a0e9;
	font-weight: bold;
	margin-bottom: 15px;
}
.border-box .border-right .form-box .line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.border-box .border-right .form-box .line select,
.border-box .border-right .form-box .line input {
	position: relative;
	width: 24%;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 10px;
}
.border-box .border-right .form-box .line select {	
	background: url(../images/down.png) no-repeat;
	background-position: 93% center;
	background-size: 10px;
}
.border-box .border-right .form-box .line input[type=text] {
	background: url(../images/jh.png) no-repeat;
	background-position: 93% center;
	background-size: 11px;
}
.border-box .border-right .form-box .line input[type=tel] {
	background: url(../images/jh.png) no-repeat;
	background-position: 93% center;
	background-size: 11px;
}
.border-box .border-right .form-box .line .code {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 24%;
}
.border-box .border-right .form-box .line .code input[type=text] {
	width: calc(100% - 80px);
}
.border-box .border-right .form-box .line .code input[type=button] {
	width: 77px;
	height: 36px;
	font-size: 12px;
	line-height: 14px;
	padding: 0 5px;
	background: #e60012;
	border-radius: 5px;
	border: 1px solid #e60012;
	color: #fff;
	cursor: pointer;
}
.border-box .border-right .form-box .line.submit-line {
	margin-top: 20px;
}
.border-box .border-right .form-box .line input[type=submit] {
	border-radius: 30px;
	background: linear-gradient(to right, #84b3e8,#136cd2);
	border: none;
	color: #fff;
	height: 40px;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
	cursor: pointer;
}
.border-box .border-right .form-box .line.submit-line ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.border-box .border-right .form-box .line.submit-line ul li {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.border-box .border-right .form-box .line.submit-line ul li:before {
	content: "·";
	font-size: 18px;
	font-weight: bold;
	color: #00a0e9;
}
.border-box .border-right .form-box .line.submit-line ul li a {
	padding-left: 8px;
	transition: all .2s;
}
.border-box .border-right .form-box .line.submit-line ul li a:hover {
	color: #00a0e9;
}
.border-box .border-right .column-04 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}
.border-box .border-right .column-04 .img-box {
	width: 320px;
}
.border-box .border-right .column-04 .img-box img {
	width: 320px;
}
.border-box .border-right .column-04 .video-list {
	width: 290px;
}
.border-box .border-right .column-04 .video-list .title-box {
	display: flex;
	align-items: center;
}
.border-box .border-right .column-04 .video-list .title-box img {
	width: 30px;
}
.border-box .border-right .column-04 .video-list .title-box span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-left: 10px;
}
.border-box .border-right .column-04 .video-list ul {
	border-left: 1px dashed #ccc;
	margin-left: 10px;
	margin-top: 20px;
}
.border-box .border-right .column-04 .video-list ul li {
	padding-left: 30px;
	position: relative;
}
.border-box .border-right .column-04 .video-list ul li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 26px;
	transition: all .2s;
}
.border-box .border-right .column-04 .video-list ul li a.hot {
	color: #e60012;
}
.border-box .border-right .column-04 .video-list ul li a:hover {
	color: #00a0e9;
}
.border-box .border-right .column-04 .video-list ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -10px;
	width: 20px;
	height: 20px;
	background: url(../images/title-icon03.png) no-repeat;
	background-size: cover;
	background-position: center center; 
}
.swiper-container8 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.main-02 {
	margin-top: 20px;
}

.main-02 .column-05 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 820px;
}
.main-02 .title-box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.main-02 .title-box img {
	height: 24px;
	margin-right: 15px;
}
.main-02 .title-box span {
	font-size: 24px;
	font-weight: bold;
	color: #00a0e9;
}
.main-02 .left {
	width: 475px;
}
.main-02 .right {
	width: 320px;
	padding-right: 10px;
}
.main-02 .left .sub-box {
	margin-bottom: 15px;
}
.main-02 .left .sub-box .sub-title {
	margin-bottom: 15px;
}
.main-02 .left .sub-box .sub-title a {
	font-size: 18px;
	font-weight: bold;
	color: #00a0e9;
	margin-right: 10px;
}
.main-02 .left .sub-box	.content-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
	overflow: hidden;
}
.main-02 .left .sub-box	.content-box a {
	font-size: 14px;
	margin: 0 12px 12px 0;
	transition: all .2s;
}
.main-02 .left .sub-box	.content-box a.hot {
	color: #e60012;
}
.main-02 .left .sub-box	.content-box a:hover {
	color: #00a0e9;
}
.main-02 .left .sub-box:last-child {
	margin-bottom: 0;
}
.main-02 .right .adv-img-box img {
	width: 100%;
}
.main-02 .right .project-box {
	margin-top: 10px;
	margin-bottom: 9px;
}
.main-02 .right .project-box img {
	height: 20px;
	width: auto;
}
.main-02 .right .project-list li {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	padding: 6px 0 6px 42px;
}
.main-02 .right .project-list li a {
	font-size: 14px;
	transition: all .2s;
}
.main-02 .right .project-list li a.hot {
	color: #e60012;
}
.main-02 .right .project-list li a:hover {
	color: #00a0e9;
}
.main-02 .right .project-list li:before {
	content: "";
	width: 29px;
	height: 22px;
	background: url(../images/title-icon01.png) no-repeat;
	background-size: contain;
	background-position: center 0; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.main-02 .column-06 {
	width: 300px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
.main-02 .column-06 .project-recommend {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -5px;
}
.main-02 .column-06 .project-recommend li {
	margin: 15px 0;
}
.main-02 .column-06 .project-recommend li a {
	font-size: 14px;
	transition: all .2s;
}
.main-02 .column-06 .project-recommend li.hot a {
	color: #e60012;
}
.main-02 .column-06 .project-recommend li:last-child a {
	color: #222;
}
.main-02 .column-06 .project-recommend li a:hover {
	color: #00a0e9;
}


.main-03 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.main-03 .album-bg {
	padding: 30px 0 27px;
	background: url(../images/photo-bg.jpg) no-repeat;
	background-size: cover;
}
.swiper-container2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container2 .swiper-slide {
	width: auto;
}
.swiper-container2 .swiper-slide img {
	height: 200px;
	width: auto;
}


.preview {
	text-align: center;
	padding: 0;
}
.preview a {
	display: inline-block;
	margin: 0;
}
.preview img {
	display: block;
	width: 200px;
	height: auto;
}
.preview .active {
}

.main-04 {
	background: #f5f5f5;
	padding: 50px 0;
}
.main-04 .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main-04 .left {
	width: 820px;
}
.main-04 .right {
	width: 350px;
}
.main-04 .left .column-07 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.column-07 .left-nav {
	width: 128px;
	background: #fff;
	box-shadow: -2px 0 5px rgba(0,0,0,.3);
	border-radius: 20px 20px 0 0;
	text-align: center;
	padding-bottom: 20px;
}
.column-07 .left-nav .nav-title {
	line-height: 60px;
	border-radius: 12px;
	background: linear-gradient(to right, #84b3e8,#136cd2);
	color: #fff;
	font-size: 19px;
	text-align-last: justify;
	padding: 0 18px;
	margin-bottom: 10px;
}
.column-07 .left-nav ul li a{
	line-height: 45px;
	color: #00a0e9;
	font-size: 15px;
}
.column-07 .adv-album {
	width: 680px;
}
.column-07 .adv-album .top-nav {
	padding: 0 10px;
}
.column-07 .adv-album .top-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.column-07 .adv-album .top-nav ul li a {
	font-size: 19px;
	line-height: 60px;
	transition: all .2s;
}
.column-07 .adv-album .top-nav ul li a:hover {
	color: #00a0e9;
}
.column-07 .adv-album .album-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.column-07 .adv-album .album-box .slider-container {
	width: 550px;
	margin: 0;
}
.column-07 .adv-album .album-box .preview {
	width: 130px;
}
.column-07 .adv-album .album-box .preview img {
	width: 100%;
}
.main-04 .left .bottom-project {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 6px;
}
.bottom-project .first-item {
	width: 130px;
	height: 112px;
	background: linear-gradient(to right, #588cf6,#b698fc);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bottom-project .first-item span {
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
}
.bottom-project .list-item {
	width: 130px;
}
.bottom-project .list-item img {
	width: 100%;
}
.main-04 .right .title-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.main-04 .right .title-box .title {
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #00a0e9;
	line-height: 50px;
	cursor: pointer;
}
.main-04 .right .title-box .title.cur {
	position: relative;
	width: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(left, #84b3e8,#136cd2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-04 .right .title-box .title.cur:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 138px;
	height: 15px;
	background: url(../images/title-icon11.png) no-repeat;
	background-size: contain;
}

.main-04 .right .content-box {
	display: none;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	padding: 20px 15px;
}
.main-04 .right .content-box.on {
	display: block;
}
.main-04 .right .content-box .adv-img-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-04 .right .content-box .adv-img-box a {
	display: inline-flex;
}
.main-04 .right .content-box .adv-img-box a:first-child {
	margin-right: 10px;
}
.main-04 .right .content-box .adv-img-box img {
	width: 100%;
}
.main-04 .right .content-box .video-list {
	padding: 20px 0 0;
}
.main-04 .right .content-box .video-list ul li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 0 0 50px;
	background: url(../images/title-icon07.png) no-repeat;
	background-size: 40px 40px;
	background-position: 0 center;
	transition: all .2s;
}
.main-04 .right .content-box .video-list ul li.hot:after {
	content: 'HOT';
	font-size: 8px;
	padding: 0 2px ;
	background: #e60012;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
}
.main-04 .right .content-box .video-list ul li a {
	display: inline-block;
	line-height: 57px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main-04 .right .content-box .video-list ul li.hot a {
	max-width: calc(100% - 35px);
}
.main-04 .right .content-box .video-list ul li:hover {
	background: url(../images/title-icon08.png) no-repeat;
	background-size: 40px 40px;
	background-position: 0 center;
}

.main-05 {
	padding: 30px 0;
}
.main-05 .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.main-05 .left {
	width: 800px;
}
.main-05 .right {
	width: 370px;
}
.main-05 .top-box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
}
.main-05 .top-box .main-title {
	width: 120px;
	padding: 10px 0;
}
.main-05 .top-box .main-title a {
	font-size: 26px;
	font-weight: bold;
}
.main-05 .top-box .tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 140px);
}
.main-05 .top-box .tab li {
	padding: 10px 0;
	transition: all .2s;
}
.main-05 .top-box .tab li a {
	font-size: 18px;
}
.main-05 .top-box .tab li.cur {
	position: relative;
	background: url(../images/title-icon09.png) no-repeat;
	background-position: center center;
	background-size: contain;
}
.main-05 .top-box .tab li.cur a {
	color: #00a0e9;
}
.main-05 .tab-main .tab-item-box {
	display: none;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
}
.main-05 .tab-main .tab-item-box.on {
	display: flex;
}
.main-05 .tab-main .tab-item-box .news-recommend {
	width: 49%;
}
.main-05 .tab-main .tab-item-box .news-date-px {
	width: 48%;
}
.main-05 .tab-main .tab-item-box .news-recommend a {
	display: block;
	border-bottom: 2px dotted #d2d2d2;
	margin-bottom: 20px;
}
.main-05 .tab-main .tab-item-box .news-recommend a:last-child {
	border-bottom: none;
}
.main-05 .tab-main .tab-item-box .news-recommend .title-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
}
.main-05 .tab-main .tab-item-box .news-recommend .title-box img {
	width: 70px;
}
.main-05 .tab-main .tab-item-box .news-recommend .title-box .text {
	display: block;
	width: calc(100% - 80px);
}
.main-05 .tab-main .tab-item-box .news-recommend .title-box .text h3 {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
	font-size: 18px;
	transition: all .2s;
}
.main-05 .tab-main .tab-item-box .news-recommend .title-box .text p {
	display: flex;
	align-items: center;
	color: #959595;
}
.main-05 .tab-main .tab-item-box .news-recommend .title-box .text p img {
	width: 28px;
}
.main-05 .tab-main .tab-item-box .news-recommend .content-box {
	color: #959595;
	line-height: 2;
	height: 56px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-05 .tab-main .tab-item-box .news-recommend a:nth-child(3) .content-box,
.main-05 .tab-main .tab-item-box .news-recommend a:nth-child(4) .content-box{
	display: none;
}
.main-05 .tab-main .tab-item-box .news-recommend a:hover .title-box .text h3 {
	color: #00a0e9;
}
.main-05 .tab-main .tab-item-box .news-date-px .sub-title a {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.main-05 .tab-main .tab-item-box .news-date-px ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
.main-05 .tab-main .tab-item-box .news-date-px ul li {
	position: relative;
	list-style: none;
}
.main-05 .tab-main .tab-item-box .news-date-px ul li:before {
	position: absolute;
	left: -12px;
	top: 0;
	content: "·";
	font-size: 14;
	font-weight: bold;
	line-height: 2.3;
	color: #00a0e9;
}
.main-05 .tab-main .tab-item-box .news-date-px ul li .title {
	
	color: #313131;
}
.main-05 .tab-main .tab-item-box .news-date-px ul li a {
	display: block;
	font-size: 14px;
	transition: all .2s;
	line-height: 2.3;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main-05 .tab-main .tab-item-box .news-date-px ul li:hover a {
	color:#00a0e9;
}
.main-05 .right .border-line {
	padding-left: 18px;
	background: url(../images/title-icon13.png) no-repeat;
	background-position: 0 10px;
	background-size: contain;
}
.main-05 .right .top-box {
	border-bottom: none;
	margin-bottom: 5px;
}
.main-05 .right .project-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 20px;
}
.main-05 .right .project-box .left-title a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
}
.main-05 .right .project-box .left-title img {
	width: 50px;
	margin-bottom: 10px;
}
.main-05 .right .project-box .left-title p {
	font-size: 12px;
	color:#00a0e9;
}
.main-05 .right .project-box .type-list {
	width: calc(100% - 70px);
}
.main-05 .right .project-box .type-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main-05 .right .xl .type-list li {
	width: 22%;
	margin-bottom: 10px;
}
.main-05 .right .xl .type-list li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 2.3;
	border: 1px solid #bfbfbf;
	border-radius: 20px;
	font-size: 12px;
}
.main-05 .right .type-list li:last-child a {
	color: #00a0e9;
}
.main-05 .right .xl .type-list li a:hover {
	background: #00a0e9;
	color: #fff;
}
.main-05 .right .zy .type-list ul {
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}
.main-05 .right .zy .type-list li {
	width: 25%;
}
.main-05 .right .zy .type-list li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 3;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
}
.main-05 .right .zy .type-list li a:hover {
	background: #00a0e9;
	color: #fff;
}
.main-05 .right .adv-img {
	padding-left: 3px;
}
.main-05 .right .adv-img img {
	width: 100%;
}

.main-06 {
	padding: 10px 0 40px;
}
.main-06 .honor-title {
	background: url(../images/honor-bg.png) no-repeat;
	background-size: auto 40px;
	background-position: center center;
	width: 100%;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 30px;
}
.main-06 .honor-title a {
	font-size: 28px;
	font-weight: bold;
	color: #00a0e9;
}
.main-06 .honor-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-06 .honor-list .list-item {
	width: 23%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
}
.main-06 .honor-list .list-item img {
	width: 100%;
}
.main-06 .honor-list .list-item .title {
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 10px;
	color: #434343;
}
.main-06 .honor-list .list-item .title:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #00a0e9;
	left: 0;
	top: 0;
}
.main-06 .honor-list .list-item .desc {
	color: #434343;
	margin-top: 10px;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.footer {
	background: #333333;
	color: #eeeeee;
	border-bottom: 1px solid #fff;
}
.footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0 30px;
}
.footer .bottom-nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 30%;
}
.footer .bottom-nav .nav-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
}
.footer .bottom-nav .nav-item:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 200px;
	background: #fff;
}
.footer .bottom-nav .nav-item p {
	font-size: 20px;
	margin-bottom: 15px;
}
.footer .bottom-nav .nav-item a {
	color: #eee;
	font-size: 16px;
	line-height: 2;
}
.footer .code-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 40%;
	padding: 0 30px;
}
.footer .code-list .item-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer .code-list .item-box p {
	font-size: 16px;
	margin-bottom: 15px;
}
.footer .code-list .item-box img {
	width: 130px;
}
.footer .footer-contact {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 30%;
	padding-left: 30px;
}
.footer .footer-contact:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 200px;
	background: #fff;
}
.footer .footer-contact .item-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 20px;
}
.footer .footer-contact .item-box img {
	width: 50px;
	margin-right: 10px;
}
.footer .footer-contact .item-box .text-box p {
	font-size: 16px;
	margin-bottom: 6px;
}
.footer .footer-contact .item-box .text-box .tel {
	font-size: 30px;
	font-weight: bold;
}
.footer .footer-contact .item-box .text-box .cs {
	font-size: 20px;
	color: #eee;
}

.copyright {
	background: #333;
	color: #eee;
	text-align: center;
	padding: 20px 0;
	line-height: 2;
	padding-bottom: 80px;
}
.copyright  a{ color:#fff}
.position {
	background: #f4f4f4;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0;
	margin-bottom: 30px;
}

.pages {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.pages .left-menu {
	width: 320px;
}
.pages .page-content {
	width: 860px;
}
.pages .left-menu .left-nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	line-height: 2.5;
	border: 1px solid #3279d6;
}
.pages .left-menu .left-nav ul li {
	width: 100%;
	margin-bottom: 2px;
}
.pages .left-menu .left-nav ul li:last-child {
	margin-bottom: 0;
}
.pages .left-menu .left-nav ul li a {
	display: block;
	width: 100%;
	background: #eeeeee;
	text-align: center;
}
.pages .left-menu .left-nav ul li a:hover {
	background: #3279d6;
	color: #fff;
}
.pages .left-menu .left-nav ul li.current a {
	background: #3279d6;
	color: #fff;
}
.pages .left-menu .img-box {
	margin: 15px 0;
}
.pages .left-menu .img-box img {
	width: 100%;
}
.pages .left-menu .left-contact {
	border: 1px solid #d2d2d2;
	padding: 15px;
	line-height: 2;
}
.pages .page-content h3 {
	font-size: 24px;
	text-align: center;
	line-height: 2;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(left, #84b3e8,#136cd2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pages .page-content .content {
	line-height: 2.5;
	font-size: 16px;
}
.pages .page-content .content img {
	max-width: 100%;
	margin: 15px 0;
}

.pages .news-left-content {
	width: 830px;
}
.pages .news-left-content .news-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pages .news-left-content .news-top .main-title {
	font-size: 30px;
	font-weight: bold;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(right, #84b3e8,#136cd2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pages .news-left-content .top-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.pages .news-left-content .top-nav a {
	padding: 8px 15px;
	font-size: 18px;
	margin: 0 10px 10px 0;
}
.pages .news-left-content .top-nav a.current {
	position: relative;
	display: inline-block;
	background: #e60012;
	color: #fff;
	border-radius: 7px;
}
.pages .news-left-content .top-nav a:hover {
	position: relative;
	display: inline-block;
	background: #e60012;
	color: #fff;
	border-radius: 7px;
}

.pages .news-left-content .news-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.pages .news-left-content .news-list .news-item {
	width: 48%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #959595;
}
.pages .news-left-content .news-list .news-item:last-child {
	border-bottom: none;
}
.pages .news-left-content .news-list .news-item:nth-last-child(2) {
	border-bottom: none;
}
.pages .news-left-content .news-list .news-item a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.pages .news-left-content .news-list .news-item a .title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition: all .1s;
}
.pages .news-left-content .news-list .news-item a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 5px;
	color: #959595;
	line-height: 1.8;
	height: 75px;
	max-width: 100%;
}
.pages .news-left-content .news-list .news-item a:hover .title {
	color: #00a0e9;
}
.pages .news-left-content .news-list .news-item a:hover .more {
	color: #00a0e9;
}

.pagination {
	text-align: center;
}
.pagination a {
	display: inline-block;
	width: 60px;
	line-height: 30px;
	background: #eae7e2;
	color: #707070;
}
.pagination a.page-num-current {
	background: #e60012;
	color: #fff;
}
.pages .news-right-box {
	width: 350px;
}
.swiper-container3 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container3 .swiper-slide {
	width: 100%;
}
.news-right-box {
	padding: 20px 10px;
	border: 1px solid #a0a0a0;
}
.news-right-box .wrap-box {
	margin-bottom: 20px;
}
.news-right-box .title-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.news-right-box .title-box h3 {
	position: relative;
	font-size: 20px;
}
.news-right-box .title-box h3:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #00a0e9;
}
.news-right-box .title-box .more:hover {
	color: #00a0e9;
}
.wrap-2 .query-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.wrap-2 .query-list a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px 0;
	transition: all .2s;
}
.wrap-2 .query-list a img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.wrap-2 .query-list a p {
	transition: all .2s;
}
.wrap-2 .query-list a:hover {
	border: 1px solid #00a0e9;
}
.wrap-2 .query-list a:hover p {
	color: #00a0e9;
}
.wrap-2 .btn-line {
	text-align: center;
	padding: 5px 0 20px;
}
.wrap-2 .btn-box {
	display: inline-block;
	padding: 5px 30px;
	background: #f4262e;
	color: #fff;
	border-radius: 20px;
}
.wrap-3 .title-box {
	flex-direction: column;
	align-items: flex-start;
}
.wrap-3 .title-box span {
	color: #00a0e9;
	margin-top: 5px;
}
.wrap-3 .title-box h3:after {
	content: "";
	position: absolute;
	bottom: -36px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #00a0e9;
}
.wrap-3 .question-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.wrap-3 .question-list a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 20px;
	line-height: 3.5;
	border-bottom: 2px dotted #bfbfbf;
}
.wrap-3 .question-list a:before {
	position: absolute;
	left: 4px;
	top: 0;
	content: "▪";
}
.wrap-3 .question-list a.hot .title {
	display: inline-block;
	max-width: calc(100% - 40px);
	color: #e60012;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .2s;
}
.wrap-3 .question-list a.hot:before {
	color: #e60012;
}
.wrap-3 .question-list a.hot:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/hot.png) no-repeat;
	background-size: contain;
}
.wrap-3 .question-list a:hover .title {
	color: #00A0E9;
}
.wrap-3 .btn-line {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 ;
}
.wrap-3 .btn-line a {
	padding: 5px 20px;
	background: #f4262e;
	color: #fff;
	border-radius: 20px;
	margin: 0 10px;
}
.wrap-3 .btn-line a.o {
	background: #eb6100;
}
.wrap-4 .title-box {
	margin-bottom: 0;
}
.wrap-4 .title-box a {
	font-size: 16px;
	transition: all .2s;
}
.wrap-4 .title-box .more {
	font-size: 14px;
}
.wrap-4 .title-box a:hover {
	color: #00A0E9;
}
.wrap-4 .tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.wrap-4 .tab li {
	width: 50%;
	background: #eeeeee;
	font-size: 16px;
	line-height: 3;
	text-align: center;
}
.wrap-4 .tab li.cur {
	background: #fff;
	color: #00A0E9;
}
.wrap-4 .subject-list {
	display: none;
}
.wrap-4 .subject-list.on {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.wrap-4 .subject-list a {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid #bfbfbf;
	padding: 15px 0;
}
.wrap-4 .subject-list h4 {
	display: block;
	width: 100%;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	transition: all .2s;
}
.wrap-4 .subject-list a:hover h4 {
	color: #00A0E9;
} 
.wrap-4 .subject-list .line {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.wrap-4 .subject-list .line .sub {
	font-size: 12px;
	color: #a0a0a0;
}
.wrap-4 .subject-list .line .btn {
	background: #f4262e;
	color: #fff;
	padding: 3px 10px;
	border-radius: 8px;
}
.wrap-5 .img-box img {
	width: 100%;
}
.wrap-5 .icon-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	margin-top: 15px;
}
.wrap-5 .icon-list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .2s;
}
.wrap-5 .icon-list img {
	width: 80px;
	margin-bottom: 10px;
}
.wrap-5 .icon-list a:hover {
	color: #00A0E9;
}

.news-left-content .article-top {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a0a0a0;
}
.news-left-content .article-top .title {
	color: #434343;
	font-size: 24px;
	margin-bottom: 12px;
}
.news-left-content .article-top .state {
	color: #959595;
}
.news-left-content .article-top .state span {
	margin: 0 5px;
}
.news-left-content .article-main {
	line-height: 2;
}
.news-left-content .article-adv-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #b5b5b5;
	margin-top: 30px;
	padding: 20px 0;
}
.news-left-content .article-adv-box .code-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 320px;
	padding-left: 30px;
}
.news-left-content .article-adv-box .code-box img {
	width: 46%;
}
.news-left-content .article-adv-box .text-box {
	width: 460px;
	line-height: 2;
	text-align: center;
}
.news-left-content .article-adv-box .text-box h3 {
	font-size: 18px;
	color: #00A0E9;
}
.news-left-content .article-adv-box .text-box p {
	color: #959595;
}

.share-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 20px 0 30px;
}
.share-area .label {
	float: left;
	line-height: 54px;
}
.share-area ul {
	display: inline-block;
}
.share-area ul li {
	float: left;
	margin-right: 10px;
}
.share-area ul li.share-code {
	position: relative;
}
.share-area ul li.share-code .towdimcodelayer {
	display: none;
	position: absolute;
	top: -150px;
	left: -45px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.share-area ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.share-main {
	background: url(../images/fx-1.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-tx-weChat {
	background: url(../images/fx-weixin.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-tx-weChat:hover {
	background: url(../images/fx-weixin-l.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-qq {
	background: url(../images/fx-qq.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-qq:hover {
	background: url(../images/fx-qq-l.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-qzone {
	background: url(../images/fx-qqzone.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-qzone:hover {
	background: url(../images/fx-qqzone-l.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-xl-weiBo {
	background: url(../images/fx-sina.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
.share-xl-weiBo:hover {
	background: url(../images/fx-sina-l.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
}

.news-left-content .news-more-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.news-left-content .news-more-list .more-list {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-left-content .news-more-list .more-list .title-box {
	font-size: 18px;
	border-bottom: 1px solid #cacaca;
	width: 100%;
	padding-bottom: 10px;
}
.news-left-content .news-more-list .more-list .title-box h4 {
	display: inline-block;
	position: relative;
}
.news-left-content .news-more-list .more-list .title-box h4:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #00A0E9;
	width: 100%;
	height: 2px;
}
.news-left-content .news-more-list .more-list .news-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 2;
	margin-top: 10px;
	max-width: 100%;
}
.news-left-content .news-more-list .more-list .news-list a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width: 100%;
	transition: all .2s;
}
.news-left-content .news-more-list .more-list .news-list a:hover {
	color: #00A0E9;
}
.pages .sc-list {
	width: 830px;
	padding: 0 0 50px 0;
}
.pages .sc-list .sc-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #c9c9c9;
	padding: 20px 0;
	margin-bottom: 20px;
}
.pages .sc-list .sc-item .sc-img {
	width: 180px;
	padding: 0 15px 0 35px;
}
.pages .sc-list .sc-item .sc-img img {
	width: 100%;
}
.pages .sc-list .sc-item .sc-info {
	width: 330px;
	padding-left: 20px;
	border-right: 1px solid #c9c9c9;
}
.pages .sc-list .sc-item .sc-info .sc-name {
	font-size: 18px;
}
.pages .sc-list .sc-item .sc-info .sc-label {
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.pages .sc-list .sc-item .sc-info .sc-label > div {
	color: #00A0E9;
	font-size: 12px;
	padding: 3px 10px;
	border: 1px solid #00a0e9;
	margin: 0 15px 0 0;
}
.pages .sc-list .sc-item .sc-info .sc-arrangement {
	color: #7d7d7d;
}
.pages .sc-list .sc-item .sc-info .btn-line {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 8px;
}
.pages .sc-list .sc-item .sc-info .btn-line a {
	background: #e60012;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	margin-right: 20px;
}
.pages .sc-list .sc-item .sc-zy {
	width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pages .sc-list .sc-item .sc-zy .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.pages .sc-list .sc-item .sc-zy .title span {
	margin: 0 5px;
}
.pages .sc-list .sc-item .sc-zy .sc-major {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.pages .sc-list .sc-item .sc-zy .sc-major > div {
	width: 120px;
	line-height: 2;
	border: 1px solid #c9c9c9;
	text-align: center;
	margin: 5px;
	cursor: default;
}


.case-honor-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.case-honor-list .list-item {
	width: 31%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	margin-bottom: 30px;
	cursor: default;
}
.case-honor-list .list-item img {
	width: 100%;
}
.case-honor-list .list-item .title {
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 10px;
	color: #434343;
}
.case-honor-list .list-item .title:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #00a0e9;
	left: 0;
	top: 0;
}
.case-honor-list .list-item .desc {
	color: #434343;
	margin-top: 10px;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pages .contact-content {
	width: 100%;
}
.pages .contact-content h3 {
	font-size: 24px;
	text-align: center;
	line-height: 2;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(left, #84b3e8,#136cd2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pages .contact-content .content {
	line-height: 2.5;
	font-size: 16px;
}
.pages .contact-content .content img {
	max-width: 100%;
	margin: 15px 0;
}

.page-navbar-line {
    padding-top: 30px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-navbar-line .page-header-nav {
	width: 600px;
}
.page-navbar-line .page-header-nav .nav-line {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page-navbar-line .page-header-nav .nav-line li a {
	padding: 5px 10px;
	font-size: 16px;
}
.page-navbar-line .search {
	width: 270px;
}
.page-navbar-line .search .search-box {
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	height: 38px;
	padding: 0 15px;
	background: url(../images/search-icon02.png) no-repeat;
	background-size: 18px;
	background-position: 230px center;
}
.page-navbar-line .search .search-box form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-navbar-line .search .search-box input {
	height: 36px;
}
.page-navbar-line .search .search-box input[type=text] {
	width: 205px;
}
.page-navbar-line .search .search-box input[type=submit] {
	opacity: 0;
	cursor: pointer;
}

.banner-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	padding: 20px 0;
}
.banner-cover .menu-box {
	width: 210px;
	padding: 20px 30px 5px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(0,0,0,.8);
	border-radius: 10px;
}
.banner-cover .menu-box .title {
	width: 100%;
	line-height: 2.2;
	background: #fff;
	color: #434343;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.banner-cover .menu-box a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2.5;
	border-bottom: 1px dotted #ddd;
}
.banner-cover .menu-box a:last-child {
	border-bottom: none;
}
.page-xljy {
	padding: 20px 0;
}
.page-xljy .column-01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}
.page-xljy .column-01 a {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #eeeeee;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
}
.page-xljy .column-01 a:last-child {
	border-right: none;
}
.page-xljy .column-01 a img {
	height: 50px;
	margin-right: 30px;
}

.page-xljy .column-02 {
	margin: 40px 0 30px;
}
.xljy-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #a0a0a0;
}
.xljy-title .main-title {
	width: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.xljy-title .main-title img {
	height: 40px;
	margin-right: 15px;
}
.xljy-title .main-title h3 {
	font-size: 24px;
	font-weight: bold;
	color: #434343;
	margin-right: 15px;
}
.xljy-title .main-title span {
	font-size: 24px;
	color: #707070;
}
.xljy-title .sub-title {
	width: 700px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.xljy-title .sub-title a {
	margin-right: 20px;
	font-size: 16px;
	color: #898989;
	transition: all .2s;
}
.xljy-title .sub-title a:last-child {
	color: #434343;
	border-left: 1px solid #434343;
	padding-left: 20px;
	margin-right: 0;
}
.xljy-title .sub-title a:hover {
	color: #00a0e9;
}
.xljy-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.xljy-content .adv-box {
	width: 212px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.xljy-content .adv-box img {
	width: 100%;
}
.xljy-content .adv-box a:first-child {
	margin-bottom: 15px;
}
.xljy-content .main-box {
	width: 928px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.xljy-content .main-box .top-box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}
.xljy-content .main-box .top-box .news-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 630px;
	height: 295px;
}
.xljy-content .main-box .top-box .news-list a {
	display: inline-block;
	width: 47%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 2;
	transition: all .2s;
}
.xljy-content .main-box .top-box .news-list a:before {
	content: "·";
	font-weight: bold;
	padding: 0 10px;
}
.xljy-content .main-box .top-box .news-list a:hover {
	color: #00A0E9;
}
.xljy-content .main-box .top-box .news-list a:nth-child(5),
.xljy-content .main-box .top-box .news-list a:nth-child(15){
	margin-bottom: 12px;
}
.xljy-content .main-box .top-box .mes-box {
	width: 290px;
	padding-left: 30px;
	border-left: 1px solid #c9c9c9;
}
.xljy-content .main-box .top-box .mes-box form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.xljy-content .main-box .top-box .mes-box .title {
	width: 100%;
	text-align: center;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
	-webkit-line-clamp: 2;
	background-image: -webkit-linear-gradient(left, #84b3e8,#136cd2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 5px;
}
.xljy-content .main-box .top-box .mes-box .line {
    width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2;
	margin-bottom: 10px;
}
.xljy-content .main-box .top-box .mes-box .line span {
	position: relative;
	display: inline-block;
	width: 90px;
	text-align-last: justify;
}
.xljy-content .main-box .top-box .mes-box .line input {
	display: inline-block;
	width: calc(100% - 90px);
	height: 30px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 2;
}
.xljy-content .main-box .top-box .mes-box .line input[type=button] {
	position: absolute;
	right: 0;
	bottom: 2px;
	font-size: 12px;
	background: #e60012;
	color: #fff;
	width: 80px;
	border-radius: 5px;
}
.xljy-content .main-box .top-box .mes-box .line select {
	position: relative;
	width: 48%;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 10px;
	background: url(../images/down.png) no-repeat;
	background-position: 93% center;
	background-size: 10px;
}
.xljy-content .main-box .top-box .mes-box .submit-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.xljy-content .main-box .top-box .mes-box .submit-box input {
	width: 180px;
	height: 36px;
	background-image: -webkit-linear-gradient(left, #84b3e8,#136cd2);
	color: #fff;
	border-radius: 7px;
	font-size: 16px;
}
.xljy-content .main-box .bottom-box {
	max-width: 100%;
}
.xljy-content .main-box .bottom-box .project-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.xljy-content .main-box .bottom-box .project-list a {
	width: 24%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
.xljy-content .main-box .bottom-box .project-list a:nth-child(5),
.xljy-content .main-box .bottom-box .project-list a:nth-child(6),
.xljy-content .main-box .bottom-box .project-list a:nth-child(7),
.xljy-content .main-box .bottom-box .project-list a:nth-child(8){
	margin-bottom: 0;
}
.xljy-content .main-box .bottom-box .project-list a img {
	width: 100%;
}
.xljy-content .main-box .bottom-box .project-list a p {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 2;	
	padding: 0 10px;
	transition: all .2s;
}
.xljy-content .main-box .bottom-box .project-list a:hover p {
	color: #00A0E9;
}
.xljy-content .main-box .bottom-box .project-list a span {
	display: block;
	width: 100%;
	text-align: right;
	padding: 0 10px;
	color: #e60012;
	font-size: 12px;
	margin-bottom: 5px;
}

.page-xljy .column-03 {
	margin-bottom: 30px;
}
.xljy-content .main-box .top-box .test-box {
	position: relative;
	width: 290px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 10px;
	border: 1px solid #dcdcdc;
}
.xljy-content .main-box .top-box .test-box .left-title a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
}
.xljy-content .main-box .top-box .test-box .left-title img {
	width: 50px;
	margin-bottom: 2px;
}
.xljy-content .main-box .top-box .test-box .left-title p {
	font-size: 12px;
	color:#00a0e9;
}
.xljy-content .main-box .top-box .test-box .type-list {
	width: calc(100% - 70px);
}
.xljy-content .main-box .top-box .test-box .type-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.xljy-content .main-box .top-box .type-list li {
	width: 31%;
	margin-bottom: 10px;
}
.xljy-content .main-box .top-box .type-list li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 2.3;
	border: 1px solid #bfbfbf;
	border-radius: 20px;
	font-size: 12px;
}
.xljy-content .main-box .top-box .type-list li:last-child a {
	color: #00a0e9;
}
.xljy-content .main-box .top-box .type-list li a:hover {
	background: #00a0e9;
	color: #fff;
}
.xljy-content .main-box .top-box .test-box .girl-img-box {
	position: absolute;
	bottom: -10px;
	left: -40px;
	width: 140px;
}
.xljy-content .main-box .top-box .test-box .girl-img-box img {
	width: 100%;
}
.page-xljy .column-04 {
    margin-bottom: 30px;
}
.page-xljy .column-04 .top-box {
	margin-bottom: 0;
}
.page-xljy .column-04 .xljy-content .adv-box a:first-child {
    margin-bottom: 0;
}
.page-xljy .column-05 {
    margin-bottom: 10px;
}
.page-xljy .column-05 .top-box {
    margin-bottom: 0;
}
.page-xljy .column-05 .xljy-content .adv-box a:first-child {
    margin-bottom: 0;
}
.xljy-content .main-box .top-box .center-main {
	width: 630px;
}
.xljy-content .main-box .top-box .adv-img-box {
	width: 100%;
	margin-top: 30px;
}
.xljy-content .main-box .top-box .adv-img-box img {
	width: 100%;
}
.xljy-content .main-box .top-box .right-project-box {
	width: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #f6f6f6;
}
.xljy-content .main-box .top-box .right-project-box a {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.xljy-content .main-box .top-box .right-project-box a img {
	width: 100%;
}
.xljy-content .main-box .top-box .right-project-box a p {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 2;
	padding: 0 10px;
	transition: all .2s;
}
.xljy-content .main-box .top-box .right-project-box a:hover p {
	color: #00A0E9;
}
.xljy-content .main-box .top-box .right-project-box a span {
	display: block;
	width: 100%;
	text-align: right;
	padding: 0 10px;
	color: #e60012;
	font-size: 12px;
	margin-bottom: 5px;
}
.xljy-content .main-box .top-box .right-project-box a:first-child {
	margin-bottom: 15px;
}

.page-sc-bg {
	width: 100%;
	padding: 50px 0;
	background: url(../images/schoolbg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-sc-bg .title-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}
.page-sc-bg .title-box h2 {
	display: inline-block;
	font-size: 30px;
	color: #fff;
}
.page-sc-bg .title-box p {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	margin-top: 10px;
}
.page-sc-bg .title-box p:before,
.page-sc-bg .title-box p:after {
	content: "";
	background: #fff;
	width: 80px;
	height: 1px;
	margin: 0 15px;
}
.page-sc-bg .container {
	position: relative;
}
.page-sc-bg .container .swiper-button-prev,
.page-sc-bg .container .swiper-button-next {
	position: absolute;
	top: 62%;
}
.page-sc-bg .container .swiper-button-prev {
	left: -50px;
}
.page-sc-bg .container .swiper-button-next {
	right: -50px;
}
:root {
	--swiper-theme-color:#fff
}
.swiper-container4 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	padding-top: 90px;
}
.swiper-container4 .swiper-slide .sc-item {
	background: #fff;
	border-bottom: 5px solid #00a0e9;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 30px;
}
.swiper-container4 .swiper-slide .sc-item img {
	margin-top: -90px;
	width: 130px;
	margin-bottom: 15px;
}
.swiper-container4 .swiper-slide .sc-item .sc-name {
	font-size: 20px;
	margin-bottom: 10px;
}
.swiper-container4 .swiper-slide .sc-item .sc-label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.swiper-container4 .swiper-slide .sc-item .sc-label > div {
	padding: 2px 5px;
	border: 1px solid #e60012;
	border-radius: 5px;
	color: #e60012;
	font-size: 12px;
	margin: 0 5px;
}
.swiper-container4 .swiper-slide .sc-item .sc-desc {
	height: 60px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-width: 100%;
}
.page-advantage {
	padding: 40px 0;
}
.page-advantage .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	padding: 50px 40px;
}
.page-advantage .left {
	display: flex;
	width: 48%;
	flex-direction: column;
	align-items: flex-start;
}
.page-advantage .right {
	width: 48%;
}
.page-advantage .left .title {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.page-advantage .left .title img {
	width: 40px;
	margin-right: 5px;
}
.page-advantage .left .sub-title {
	padding-left: 45px;
	font-size: 18px;
	margin-bottom: 30px;
}
.page-advantage .left .advantage-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.page-advantage .left .advantage-list a {
	display: flex;
	align-items: center;
	padding-left: 45px;
	line-height: 2.8;
	font-size: 18px;
}
.page-advantage .left .advantage-list a:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/title-img16.png) no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
}
.page-advantage .right a {
	display: inline-block;
	width: 30%;
	float: left;
	margin: 0 5% 15px 0;
}
.page-advantage .right a:nth-child(3),
.page-advantage .right a:nth-child(6) {
	margin-right: 0;
}
.page-advantage .right a:nth-child(6) {
	float: right;
}
.page-advantage .right a img {
	width: 100%;
}

.swiper-container6 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container7 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.page-photowall {
	background: #f3f3f3;
}
.page-photowall .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 0;
}
.page-photowall .left {
	width: 45%;
}
.page-photowall .right {
	width: 45%;
}
.page-photowall .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #434343;
	margin-bottom: 20px;
}
.page-photowall .title h3 {
	display: inline-flex;
	align-items: center;
	font-size: 24px;
}
.page-photowall .left .title h3:before {
	content: "";
	width: 35px;
	height: 35px;
	background: url(../images/title-img17.png) no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 8px;
}
.page-photowall .right .title h3:before {
	content: "";
	width: 35px;
	height: 35px;
	background: url(../images/title-img18.png) no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 8px;
}
.page-photowall .title span {
	font-size: 16px;
	line-height: 24px;
}
.page-photowall .title a {
	transition: all .2s;
}
.page-photowall .title a:hover {
	color: #00A0E9;
}
#LRfloater0 {
	display: none;
}
.bottom-fixed {
	width: 100%;
	height: 70px;
	background: #17141b;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.bottom-fixed .container {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom-fixed .container img {
	height: 45px;
	margin-right: 10px;
}
.bottom-fixed .item-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 230px;
	background: #e60012;
	color: #fff;
}
.bottom-fixed .item-1 h4 {
	font-size: 18px;
}
.bottom-fixed .item-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 230px;
	background: #eb6100;
	color: #fff;
}
.bottom-fixed .item-2 h4 {
	font-size: 18px;
}
.bottom-fixed .item-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: calc(100% - 870px);
	border-right: 1px solid #0a090b;
}
.bottom-fixed .item-3 h4 {
	font-size: 14px;
	font-weight: normal;
}
.bottom-fixed .item-3 p {
	font-size: 24px;
	font-weight: bold;
	color: #fe8f17;
}
.erweimazx{ display:none; position:fixed;bottom: 68px; width:230px; margin:0 auto;left: 50%; margin-left:-370px; z-index: 9999;}
.erweimazx img{ width:100%}
.right-fixed .item-2 .code-box {
    display: none; width:160px;
}
.right-fixed .item-2.active .code-box p {
    font-size: 12px;
}
.right-fixed .item-2.active .code-box {
    position: absolute;
    top: 0;
    left: -160px;
    width: 156px;
    background: #e60012;
    color: #fff;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	text-align:center;
}

.bottom-fixed .item-4 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 280px;
	padding-left: 30px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.bottom-fixed .item-4 input {
	height: 36px;
	padding: 0 10px;
}
.bottom-fixed .item-4 input[type=tel] {
	width: 170px;
}
.bottom-fixed .item-4 input[type=button] {
	width: 80px;
	background: #e60012;
	color: #fff;
}
.bottom-fixed .item-5 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 70px;
	width: 130px;
	color: #fff;
}
.right-fixed {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.right-fixed .item-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: #17141b;
	color: #fff;
	margin-bottom: 4px;
	transition: all .1s;
	cursor: pointer;
}
.right-fixed .item-box .btn-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.right-fixed .item-box:hover {
	background: #e60012;
}
.right-fixed .item-box img {
	width: 36px;
	margin-bottom: 4px;
}
.right-fixed .item-4.active {
	background: #e60012;
}
.right-fixed .item-4 .form-box {
	display: none;
}
.right-fixed .item-4.active .form-box {
	position: absolute;
	top: 0;
	left: -250px;
	width: 246px;
	height: 100%;
	background: #e60012;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.right-fixed .item-4.active .form-box .input-line {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -10px;
}
.right-fixed .item-4.active .form-box .input-line input {
	height: 30px;
	border-radius: 6px;
}
.right-fixed .item-4.active .form-box .input-line input[type=tel] {
	width: 160px;
	margin-right: 6px;
	padding: 0 10px;
	text-align: center;
}
.right-fixed .item-4.active .form-box .input-line input[type=button] {
	background: #fff;
	color: #e60012;
	padding: 0 10px;
}
.right-fixed .item-4.active .form-box p {
	font-size: 14px;
}
.right-fixed .item-5.active {
	background: #e60012;
}
.right-fixed .item-5 .code-box {
	display: none;
}
.right-fixed .item-5.active .code-box {
	position: absolute;
	top: 0;
	left: -150px;
	width: 146px;
	background: #e60012;
	color: #fff;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.right-fixed .item-5.active .code-box img {
	width: 100%;
}
.right-fixed .item-5.active .code-box p {
	font-size: 12px;
}
@media only screen and (max-width: 1024px){
	.container {
		width: 100%;
		padding: 0 10px;
	}
	.navbar-line .search {
		display: none;
	}
	.header-nav .header-nav-line {
		padding: 5px 10px;
	}
	.header-nav .header-nav-line li a {
		font-size: 16px;
		padding: 10px 12px;
	}
	.border-box {
		flex-wrap: wrap;
	}
	.border-box .border-left {
		width: 100%;
	}
	.border-box .border-right {
		width: 100%;
	}
	.border-box .border-left .column-03 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.border-box .border-left .column-03 .line {
		width: 48%;
	}
	.border-box .border-right .column-04 .img-box {
		width: 48%;
	}
	.border-box .border-right .column-04 .img-box a {
		display: block;
	}
	.border-box .border-right .column-04 .img-box a img {
		width: 100%;
	}
	.border-box .border-right .column-04 .video-list {
		width: 50%;
	}
	.border-box .border-right .column-04 .video-list ul li a {
		line-height: 2;
	}
	.main-02 .column-05 {
		width: 100%;
	}
	.main-02 .left {
		width: 49%;
	}
	.main-02 .left .sub-box .content-box {
		height: 62px;
		overflow: hidden;
	}
	.main-02 .right {
		width: 49%;
	}
	.main-02 .right .adv-img-box img {
		max-width: 320px;
	}
	.main-02 .column-06 {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		margin-top: 20px;
	}
	.main-02 .column-06 .project-recommend {
		justify-content: flex-start;
	}
	.main-02 .column-06 .project-recommend li {
		margin: 15px 20px 0 0;
	}
	.main-04 .container {
		flex-wrap: wrap;
	}
	.main-04 .left {
		width: 100%;
	}
	.main-04 .left .column-07 {
		position: relative;
		overflow:hidden;
		justify-content: flex-end;
		min-height: 450px;
	}
	.column-07 .left-nav {
		height: 100%;
		min-height: 450px;
		position: absolute;
		left: 0;
		top:0;
	}
	.column-07 .adv-album {
		width: calc(100% - 140px);
	}
	.column-07 .adv-album .album-box .slider-container {
		width: 80%;
	}
	.column-07 .adv-album .album-box .preview {
		width: 19.5%;
	}
	.main-04 .left .bottom-project {
		position: relative;
		overflow:hidden;
		justify-content: flex-end;
	}
	.bottom-project .first-item {
		width: 16.66%;
		height: 100%;
		position: absolute;
		left: 0;
		top:0;
	}
	.bottom-project .list-item {
		width: 16.66%;
	}
	.main-04 .right {
		width: 100%;
	}
	.main-04 .right .content-box {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.main-04 .right .content-box .adv-img-box {
		flex-direction: column;
		width: 280px;
	}
	.main-04 .right .content-box .adv-img-box a {
		width: 100%;
	}
	.main-04 .right .content-box .adv-img-box a:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.main-04 .right .content-box .video-list {
		width: calc(100% - 300px);
		padding: 0 10px;
	}
	.main-04 .right .content-box .video-list ul li {
		height: 54px;
	}
	.main-05 .container {
		flex-wrap: wrap;
	}
	.main-05 .left {
		width: 100%;
	}
	.main-05 .top-box .tab {
		justify-content: flex-start;
	}
	.main-05 .top-box .tab li {
		margin-right: 30px;
	}
	.main-05 .right {
		width: 100%;
	}
	.main-05 .right .project-box .left-title a {
		width: 120px;
	}
	.main-05 .right .project-box .left-title img {
		width: 80px;
	}
	.main-05 .right .project-box .type-list {
		width: calc(100% - 130px);
	}
	.main-05 .right .project-box .left-title p {
		font-size: 14px;
	}
	.footer .container {
		flex-wrap: wrap;
	}
	.footer .bottom-nav {
		width: 40%;
	}
	.footer .code-list {
		width: 58%;
	}
	.footer .code-list .item-box {
		width: 30%;
	}
	.footer .code-list .item-box p {
		font-size: 18px;
	}
	.footer .code-list .item-box img {
		width: 100%;
	}
	.footer .footer-contact {
		width: 100%;
		flex-direction: row;
		justify-content: center;
		margin-top: 20px;
	}
	.footer .footer-contact .item-box {
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 20px;
	}
	.footer .footer-contact:before {
		display: none;
	}
	.pages .left-menu {
		width: 210px;
	}
	.pages .page-content {
		width: calc(100% - 240px);
	}
	.pages .news-right-box {
		display: none;
	}
	.pages .news-left-content{
		width: 100%;
	}
	.pages .sc-list {
		width: 100%;
	}
	.pages .sc-list .sc-item .sc-img {
		padding: 0 15px;
		width: 150px;
	}
	.pages .sc-list .sc-item .sc-zy {
		width: 290px;
	}
	.pages .sc-list .sc-item .sc-info {
		width: calc(100% - 450px);
	}
	.pages .sc-list .sc-item .sc-info {
		padding-left: 10px;
	}
	.page-navbar-line .page-header-nav {
		display: none;
	}
	.page-navbar-line {
		padding: 10px 30px;
	}
	.banner-cover .menu-box {
		display: none;
	}
	.page-xljy .column-01 {
		margin-top: 20px
	}
	.xljy-title {
		flex-wrap: wrap;
		padding-left: 20px;
	}
	.xljy-title .main-title {
		width: 100%;
	}
	.xljy-title .sub-title {
		width: 100%;
		justify-content: flex-start;
		margin-top: 15px;
	}
	.xljy-content {
		flex-wrap: wrap;
		padding: 20px 10px
	}
	.xljy-content .adv-box {
		display: none;
	}
	.xljy-content .main-box {
		width: 100%;
	}
	.xljy-content .main-box .top-box .news-list {
		width: calc(100% - 300px);
	}
	.xljy-content .main-box .top-box .mes-box {
		width: 290px;
		padding-left: 20px;
	}
	.xljy-content .main-box .top-box .center-main {
		width: calc(100% - 300px);
	}
	.xljy-content .main-box .top-box .center-main .news-list {
		width: 100%;
	}
	.swiper-container4 .swiper-slide .sc-item {
		padding: 20px;
	}
	.page-sc-bg .container .swiper-button-prev {
		display: none;
	}
	.page-sc-bg .container .swiper-button-next {
		display: none;
	}
	.page-advantage .container {
		flex-direction: column;
		align-items: center;
		width: 95%;
	}
	.page-advantage .left {
		width: 100%;
		margin-bottom: 20px;
		align-items: center;
	}
	.page-advantage .left .advantage-list {
		align-items: center;
	}
	.page-advantage .right {
		width: 500px;
	}
	.page-photowall .container {
		padding: 30px 10px;
	}
	.page-photowall .title span {
		display: none;
	}
	.page-photowall .left {
		width: 48%;
	}
	.page-photowall .right {
		width: 48%;
	}
	.bottom-fixed .container {
		padding: 0;
	}
	.bottom-fixed .item-1 {
		width: 25%;
	}
	.bottom-fixed .item-2 {
		width: 25%;
	}
	.bottom-fixed .item-3 {
		display: none;
	}
	.bottom-fixed .item-4 {
		width: calc(60% - 130px);
	}
	.bottom-fixed .item-4 input[type=tel] {
		width: 70%;
	}
	.bottom-fixed .item-4 input[type=button] {
		width: 30%;
	}
	.bottom-fixed .item-5 {
		padding-right: 20px;
	}
	.right-fixed {
		display: none;
	}
}