/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
	{
	font: 14px/1.0 "Arial", "微软雅黑", "Microsoft YaHei", "PingFangSC-Regular", "黑体", "宋体", "KaiTi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

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

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
	list-style: none;
}

/** 重置文本格式元素 **/
a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

sup {
	vertical-align: text-top;
	font-size: 0.5em;
}

/* 重置, 减少对行高的影响 */
sub {
	vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
	border: none;
	background: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
}

input::-ms-clear {
	display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
	display: none;
}


.pageinfo{
    background: url(../images/sideBg.jpg) no-repeat;
    background-size: cover;
}
/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	/* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}

html {
	font-size: 100px;
}

body {
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

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

.w1440 {
	width: 14.4rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.w1200 {
	width: 12.0rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.relative {
	position: relative;
}

.sidelogo {
	display: none;
}

.summer {
	color: #666;
	line-height: 1.6;
}
.summer p{
    text-indent: 2em;
}

.font-18 {
	font-size: 0.225rem;
}

.font-16 {
	font-size: 0.2rem;
}

.flex {
	display: flex;
}

.PageProgram {
    width: 100%;
    text-align: center;
    padding: 15px 0 7px 0px;
    clear: both;
    font: normal 12px/21px 'Arial';
    color: #666666;
}

.PageProgram span {
    padding: 6px 9px;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
}

.PageProgram span:hover {
    background: #E9E9E9;
    border: 1px solid #D4D4D4;
}

.PageProgram span a {
    color: #333333;
}

.PageProgram input {
    vertical-align: middle;
    margin-top: -1px;
}

.PageProgram_inputA {
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF;
    width: 19px;
    padding: 2px 4px 1px 4px;
}

.PageProgram_inputB {
    border: 1px solid #AFAFAF;
    background-color: #CCCCCC;
    width: 29px;
    padding: 2px 4px 1px 4px;
    cursor: pointer;
}
.layui-col-md4{
    width: 30%;
    float: left;
    background-color: #fff;
    margin: 0 1.5% 0.3rem 1.5%;
}
.clearfix{
    clear: both;
}
.picBox {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.imgList{
    margin: 0.6rem auto;
    overflow: hidden;
}
.picBox::after {
    content: '';
    display: block;
    padding-top: 80%;
}
.imgList .imgTxtBox {
    width: 100%;
}

.imgList .imgTxtBox .overhide {
    border-bottom: none;
    box-sizing: border-box;
}

.imgList .sideContent h4 {
    font-size: 18px;
}

.imgList .sideContent p {
    color: #787878;
    min-height: 56px;
}

.imgList .sideContent {
    line-height: 2;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.imgList .picBox::after {
    padding-top: 70%;
}
#article_view_content .aTitle {
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    padding: 30px;
    color: #333;
    border: 1px solid #ededed;
}

#article_view_content .aProperties {
    text-align: center;
    font: normal 14px/55px 'Arial';
    color: #999;
    border: 1px solid #ededed;
    border-top: none;
}

#article_view_content .aProperties span {
    cursor: pointer;
}

#article_view_content .aContent {
    text-align: left;
    padding: 30px;
    word-wrap: break-all;
    font-size: 16px;
    line-height: 1.8;
    border: 1px solid #ededed;
    border-top: none;
}

#article_view_content .aContent {
    border: none;
}

#article_view_content .aContent {
    border: none;
    padding: 30px 0;
}

#article_view_content .aContent table {
    max-width: 98%;
    width: auto;
    margin: 0 auto !important;
}

#article_view_content .aContent p {
    padding: 1px 0 9px 0;
    text-indent: 2em;
}

#article_view_content .aContent img {
    max-width: 90% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

#article_view_content .aIMG {
    padding: 10px 0 2px 0;
    text-align: center;
    margin: auto;
    max-width: 450px;
}

#article_view_content .aIMG img {
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #ededed;
    margin:0 auto 0.3rem;
    width: 100%;
}

.btn_viewB,
.btn_viewA {
    width: 45px;
    height: 19px;
    color: #FFF;
    float: right;
    margin-left: 1px;
    display: inline;
    font: normal 12px/19px "宋体";
    text-align: center;
}

.btn_viewB a,
.btn_viewB a:link,
.btn_viewB a:visited,
.btn_viewB a:active,
.btn_viewA a,
.btn_viewA a:link,
.btn_viewA a:visited,
.btn_viewA a:active {
    color: #FFF;
    display: block;
    height: 19px;
}

.btn_viewB {
    background: #6A440B;
}

.btn_viewA {
    background: #A46B11;
}

.show_next {
    clear: both;
    margin: -0.5rem auto 0.9rem auto;
    text-align: left;
    font: normal 16px/21px 'Arial';
    padding: 3px 6px;
    color: #666;
    background-color: #fff;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .12);
}

.index .iconfont{
    vertical-align: middle;
}

.show_next .list {
    padding: 30px;
}

.show_next small {
    display: block;
    margin-bottom: 6px;
}

.show_next a:link,
.show_next a:visited,
.show_next a:active {
    color: #666;
}

.show_next a:hover {
    color: #209BFA;
}

.NoInformation {
    text-align: center;
    margin: 3vh 0 6vh 0;
}

.pd {
	padding: 0.1rem 0;
}

.block-pd {
	padding: 0.8rem 0 0;
}

.information-box{
    padding-bottom: 0.6rem;
}


.swiper-pagination {
	font-size: 0;
	bottom: 0.2rem !important;
}

.swiper-pagination span {
	vertical-align: top;
	opacity: 1;
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	margin: 0 0.1rem 0 0;
	transition: all 0.4s;
}

.swiper-pagination span:last-of-type {
	margin: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.swiper-button-white {
	width: 0.4rem;
	height: 0.8rem;
	background-size: 100% 100%;
	margin-top: -0.4rem;
}

.swiper-button-prev {
	left: 0.4rem;
}

.swiper-button-next {
	right: 0.4rem;
}


.slick-banner {
	width: 100%;
	zoom: 1;
	background: #000;
	z-index: 9;
}

.slick-banner .hr {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 30px 0;
	opacity: 0;
}

.slick-banner a {
	display: block;
}

.slick-banner a img {
	display: block;
	width: 100%;
	height: auto;
}

.slick-banner h6 {
	position: relative;
	display: block;
	margin: 90px auto auto auto;
	color: #fff !important;
}

.slick-banner h6 span {}

.slick-banner a:hover h6 {
	background: #fff !important;
	color: #000 !important;
}

.pcimg {
	display: block;
}

.mbimg {
	display: none !important;
}

.about .readmore {
	margin-top: 30px;
}

.index_title {
	color: #209bfa;
	font-size: 0.4rem;
	font-weight: bold;
}

.index_title span {
	color: #666666;
	font-weight: 300;
	margin-left: 10px;
	font-size: 0.3rem;
}

.readmore a {
	font-size: 0.2rem;
	color: #777;
}

.readmore a i {
	vertical-align: sub;
	font-size: 0.3rem;
}

.banner_title {
	position: relative;
	display: block;
	color: #FFF;
	font-size: 0.5rem;
	text-align: left;
	cursor: pointer;
	font-weight: bolder;
	font-family: Arial;
}

.index {
	position: relative;
	z-index: 3;
}

.index .box2 {
	position: relative;
	height: 26.4vw;
	background-color: #fff;
	overflow: hidden;
}

.index .box2 .div,
.index .box2 .ul,
.index .box2 .ol {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index .box2 .ul {
	z-index: 3;
}

.index .box2 .ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.1);
	transition: all 0.4s;
}

.index .box2 .ul .show {
	transform: scale(1);
	opacity: 1;
}

.index .box2 .ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .box2 .ol {
	display: flex;
	z-index: 2;
}

.index .box2 .ol li {
	flex: 1;
	height: 100%;
	background-image: linear-gradient(315deg, #dfdfdf 0, #f5f5f5 100%);
}

.index .box2 .ol li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index .box2 .div {
	display: flex;
	z-index: 4;
}

.index .box2 .div a {
	position: relative;
	flex: 1;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	/* border-right: 1px solid rgba(255,255,255,0.2); */
}

.index .box2 .div a:last-of-type {
	border-right: 0;
}

.index .box2 .div a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.2rem;
	background-color: #209bfa;
	opacity: 0;
	transition: all 0.4s;
}

.index .box2 .div a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.2rem;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s;
}

.index .box2 .div a div {
	position: absolute;
	z-index: 3;
	width: 2.06rem;
	bottom: 0.5rem;
	left: 50%;
	transform: translate(-50%, 50%);
	transition: all 0.4s;
}

.index .box2 .div a div img {
	display: block;
	width: 1.88rem;
	margin: 0 auto 0.48rem;
	opacity: 0;
	transition: all 0.4s;
}

.index .box2 .div a div strong {
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.18rem;
	font-weight: normal;
	transition: all 0.4s;
	color: #666;
}


.slick-banner a:hover .banner_title {
	letter-spacing: 2px;
}


.intrologo {
	transform: translateY(200px);
	opacity: 0;
	transition: all .4s;
}

.intro1 p {
	transform: translateY(200px);
	opacity: 0;
	transition: all .6s;
}

.intro1 p.en_title {
	font-size: 0.2rem;
	transition: all 1s;
}

.banner_title {
	transform: translateY(200px);
	opacity: 0;
	transition: all .8s;
}

.ng-banner .swiper-slide-active .banner_title {
	transform: translateY(0px);
	opacity: 1;
}

.ng-banner .swiper-slide-active .intrologo {
	transform: translateY(0px);
	opacity: 1;
}

.ng-banner .swiper-slide-active .intro1 .hr {
	opacity: 1;
	transition: all 1s;
}

.ng-banner .swiper-slide-active .intro1 p,
.ng-banner .swiper-slide-active .intro1 h1 {
	transform: translateY(0px);
	opacity: 1;
}

.ng-banner {
	position: relative;
	height: 9rem;
	background: #000;
}

.ng-banner .swiper-pagination {
	display: none;
}

.ng-banner a {
	position: relative;
	width: 100%;
	height: 100%;
}

.ng-banner .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ng-banner .swiper-slide {
	background: #000;
	height: 100%;
}


.sbutton-next,
.sbutton-prev {
	width: 40px;
	height: 40px;
	left: auto;
	top: auto;
	bottom: 4px;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 100px;
	outline: none;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sbutton-next {
	right: 0;
	background: url("../fonts/xxx.svg") center no-repeat;
	background-size: 35%;
}

.sbutton-prev {
	right: 56px;
	background: url("../fonts/sss.svg") center no-repeat;
	background-size: 35%;
}

.sbutton-next:hover {
	background: url("../fonts/xxx1.svg") center no-repeat #fff;
	background-size: 35%;
	opacity: 1;
}

.sbutton-prev:hover {
	background: url("../fonts/sss1.svg") center no-repeat #fff;
	background-size: 35%;
	opacity: 1;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9;
	display: flex;
}

body.side {
	background-color: #f7f7f7;
}

header .logo img {
	width: 90%;
	margin: 50px 0 0px 20px;
}

.side header .logo img {
	display: none;
}

.side header .logo img.sidelogo {
	display: block;
}

header .tel {
	color: #fff;
	text-align: right;
	margin-right: 0.4rem;
	margin-top: 0.3rem;
}

header .tel i {
	font-size: 0.3rem;
}

.flex .flex-list {
	flex: 1;
}

.nav .dh-ul {
	display: flex;
	margin-right: 0.2rem;
	justify-content: flex-end;
}

.nav .dh-ul li {
	position: relative;
}

.nav .dh-ul li>a {
	display: block;
	font-size: 0.19rem;
	color: #fff;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 0.2rem;
	transition: all 0.4s;
}

.side .nav .dh-ul li>a,
.side header .tel {
	color: #666;
}

.side header .logo img {
	margin-top: 20px;
}

.side header {
	position: relative;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
	background-color: #fff;
}

.side-title {
	background-color: #fff;
}

.nav .dh-ul li>a i {
	display: none;
	transition: all 0.4s;
}

.nav .dh-ul .show>a i {
	transform: rotate(-135deg);
}

.nav .dh-ul li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #009DFE;
	transition: all 0.4s;
}


.nav .dh-ul .active::after {
	width: 100%;
}


.nav .dh-ul .pitchon::after {
	width: 100%;
}

.nav .dh-ul li p {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0.08rem 0;
	display: none;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
}

.nav .dh-ul li p a {
	display: block;
	font-size: 0.14rem;
	color: #333;
	line-height: 0.3rem;
	text-align: center;
}

.nav .ss-a {
	font-size: 0.18rem;
	color: #868686;
	height: 0.76rem;
	line-height: 0.76rem;
	transition: all 0.4s;
}

.nav .ss-a::after {
	content: "\eafe";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.nav .menu-dl {
	display: none;
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	top: 0.5rem;
	right: 0.2rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #209bfa;
	z-index: 12;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.nav .menu-dl dt {
	width: 24px;
}

.nav .menu-dl dt i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: all 0.5s ease;
}

.nav .menu-active {}

.nav .menu-active dt i:nth-of-type(1) {
	transform: rotate(45deg) translate(5.5px, 6px);
}

.nav .menu-active dt i:nth-of-type(2) {
	opacity: 0;
}

.nav .menu-active dt i:nth-of-type(3) {
	transform: rotate(-45deg) translate(5.5px, -6px);
}

.headh-box {
	height: 0.66rem;
}

.headh-box .dh-ul li>a {
	height: 0.66rem;
	line-height: 0.66rem;
}

.headh-box .ss-a {
	height: 0.66rem;
	line-height: 0.66rem;
}


canvas {
	position: absolute;
	top: 0px;
	left: 0;
}

.particles {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #333;
	position: relative;
}

.intro {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 20;
	height: 300px;
	top: 43%;
}

.intro h1 {
	text-transform: uppercase;
	font-size: 85px;
	font-weight: 700;
	letter-spacing: 0.015em;
	color: #FFF;
}

.intro h1::after {
	content: '';
	width: 80px;
	display: block;
	background: #fff;
	height: 1px;
	margin: 10px auto;
	line-height: 1.1;
}

.intro p {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #FFF;
}

.intro1 {
	position: absolute !important;
	left: 5%;
	top: 50%;
	width: 90%;
	text-align: center;
	z-index: 9;
	height: 200px;
	margin-top: -150px;
}

.intro1 h1 {
	text-transform: uppercase;
	font-size: 85px;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 0.015em;
	color: #FFF;
}

.intro1 p {
	margin: 10px 0 10px 0;
	font-size: 0.3rem;
	color: #FFF;
	clear: both;
	text-align: left;
	font-weight: 200;
}

.intrologo {
	width: auto;
	margin: auto 0;
	position: relative;
	text-align: center;
}

.intrologo img {
	display: inline-block !important;
	vertical-align: middle;
	min-height: 110px;
	max-height: 130px;
	min-width: 100px;
	max-width: 420px;
	height: auto;
}

.intrologo::before,
.intrologo::after {
	content: '';
	width: 100px;
	height: 1px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.intrologo::before {}

.intrologo::after {}

.introcontent {}

.introcontent img {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
}

.intro1:hover .intrologo::before,
.intro1:hover .intrologo::after {
	width: 200px;
	opacity: 1;
}

.index .tab-div .h6 {
	display: flex;
}

.index .tab-div .h6 span {
	position: relative;
	font-size: 0.18rem;
	height: 0.38rem;
	line-height: 0.38rem;
	margin-left: 0.4rem;
	cursor: pointer;
}

.index .tab-div .h6 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #209bfa;
	transition: all 0.4s;
}

.index .tab-div .h6 .active {
	color: #209bfa;
}

.index .tab-div .h6 .active::after {
	width: 100%;
}

.index .tab-div {
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index .box3 .swiper-slide {
	display: flex;
}

.index .box3 .swiper-slide a {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	width: 33.33%;
	height: 3.86rem;
	box-sizing: border-box;
	border: 1px solid #cbcbcd;
	border-left: 0;
}

.index .box3 .swiper-slide a:nth-of-type(1) {
	border-left: 1px solid #cbcbcd;
}

.index .box3 .swiper-slide a:nth-of-type(2) {
	width: 33.34%;
}

.index .box3 .swiper-slide a .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all 0.4s;
}

.index .box3 .swiper-slide a .div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.4rem 0.32rem;
	transition: all 0.4s;
}

.index .box3 .swiper-slide a .div h6 {
	margin-bottom: 0.4rem;
	color: #666;
	transition: all 0.4s;
}

.index .box3 .swiper-slide a .div strong {
	font-size: 0.32rem;
}

.index .box3 .swiper-slide a .div small {
	margin-left: 0.1rem;
	font-size: 0.16rem;
}

.index .box3 .swiper-slide a .div h5 {
	font-size: 0.3rem;
	line-height: 1.4;
	height: 0.84rem;
	overflow: hidden;
	margin-bottom: 0.16rem;
	transition: all 0.4s;
}

.index .box3 .swiper-slide a .div p {
	line-height: 1.6;
	color: #999;
	transition: all 0.4s;
}

.index .box3 .swiper-slide a .div span {
	position: absolute;
	left: 0.32rem;
	bottom: 0.24rem;
	font-size: 0.14rem;
	transition: all 0.4s;
}

.index .box3 .swiper-slide a .div span i {
	vertical-align: middle;
}

.index .mover-div {
	text-align: center;
	margin-top: 0.4rem;
}

.index .mover-div a {
	font-size: 0.16rem;
	color: #209bfa;
}

.future {
	background: url(../images/futureBg.jpg);
	height: 380px;
}

.future .relative {
	height: 100%;
	padding-top: 50px;
	z-index: 9;
}

.future .house {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.future .index_title,
.future .index_title span {
	color: #fff;
}

.future .hr {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 30px 0;
}

.future .summer {
	color: #fff;
}

.future .index_title,
.future .summer {
	margin-left: 50%;
}

.cooperation .bg {
	background: url(../images/cooperation.jpg) no-repeat;
	background-size: cover;
	height: 420px;
	color: #fff;
}

.cooperation .hd {
	position: absolute;
	left: 145px;
	top: 80px;
	line-height: 1.4;
}

.cooperation .hd h2 {
	font-size: 0.4rem;
	font-weight: bold;
}

.cooperation .hd::before {
	content: '';
	width: 110%;
	height: 46px;
	background-color: #209bfa;
	display: block;
	position: absolute;
	top: 19px;
	left: -8px;
}

.cooperation .hd .en {
	font-size: 0.26rem;
	font-weight: bold;
}

.cooperation .bd {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	position: absolute;
	width: 50%;
	right: 90px;
	top: 115px;
	padding: 20px 30px;
}

.title-bottom {
	margin-bottom: 0.5rem;
}

footer {
	border-top: 8px #209bfa solid;

}

footer li {
	display: inline-block;
}

footer .contact {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #ebebeb;
	color: #209bfa;
	font-size: 0.32rem;
	padding: 30px 50px;
}

footer .contact h4 {
	font-size: 0.18rem;
	line-height: 1.6;
	font-weight: bold;
	color: #666;
}

footer .relative {
	overflow: hidden;
}

footer .hr {
	height: 1px;
	width: 100%;
	background-color: #ebebeb;
}

footer li a {
	font-size: 0.18rem;
	color: #666;
	margin-right: 16px;
}

footer .ftxt {
	padding: 30px 0;
	line-height: 1.78;
}

footer .addr {
	font-size: 0.18;
	color: #888;
}

.copyright {
	text-align: center;
	padding: 30px 0;
}

.copyright .company {
	color: #209bfa;
}

.title-h5 {
	border-left: 0.26rem solid #209bfa;
	padding: 4px 0 4px 0.22rem;
	margin-bottom: 0.5rem;
	font-size: 0.3rem;
	line-height: 27px;
}

.title-h5 span {
	display: block;
}

.title-h5 strong {
	display: block;
	color: #209bfa;
	font-weight: 900;
	margin-top: 0.08rem;
}

.crumbs-box {
	position: absolute;
	bottom: 20px;
	right: 0;
	display: flex;
	height: 0.9rem;
	align-items: center;
}

.crumbs-box a {
	font-size: 0.16rem;
	color: #666;
}

.crumbs-box a::after {
	content: "\eb93";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.crumbs-box a:last-of-type {
	color: #209bfa;
}

.crumbs-box a:last-of-type::after {
	display: none;
}

.xwxq-box {
	width: 10.8rem;
}

.side-title .xwxq-box {
	margin-top: 0;
	padding-top: 0.5rem;
}

.xwxq-box img {
	max-width: 100%;
	height: auto;
}

.xwxq-box .h6 {
	font-size: 0.32rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}

.xwxq-box p {
	line-height: 1.8;
	padding-bottom: 0.1rem;
}

.xwxq-box div {
	line-height: 1.8;

}

.xwxq-box table {
	font-size: 0.16rem;
	line-height: 1.8;


}

.xwxq-box p.detailContent {
	text-align: center;
	padding-bottom: 0.2rem;
}

.information-box .module2 {
	margin-top: 0.22rem;
}

.information-box .module2 li {
	float: left;
	width: calc(50% - 0.19rem);
	margin-right: 0.38rem;
	background-color: #fff;
	padding: 0.44rem 0.4rem;
	box-sizing: border-box;
	margin-top: 0.38rem;
	background-image: url(../img/tb11.png);
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: right -15% center;
	transition: all 0.5s ease;
}

.information-box .module2 li:nth-of-type(2n) {
	margin-right: 0;
}

.information-box .module2 li a {
	display: block;
}

.information-box .module2 li h6 {
	line-height: 1;
	font-size: 0.34rem;
	margin-bottom: 0.3rem;
	transition: all 0.5s ease;
}

.information-box .module2 li h6 small {
	font-size: 0.16rem;
	opacity: 0.5;
	margin-left: 0.14rem;
}

.information-box .module2 li h5 {
	font-size: 0.26rem;
	line-height: 1.4;
	margin-bottom: 0.14rem;
	height: 0.72rem;
	overflow: hidden;
	transition: all 0.5s ease;
}

.information-box .module2 li p {
	font-size: 0.16rem;
	line-height: 1.6;
	color: #999;
	height: 0.5rem;
	overflow: hidden;
	margin-bottom: 0.24rem;
	text-align: justify;
	transition: all 0.5s ease;
}

.information-box .module2 li i {
	display: block;
	line-height: 0;
	transition: all 0.5s ease;
}

.information-box .module2 li i::after {
	content: "\eb93";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.34rem;
}

#article_view_content{
    background-color: #fff;
    padding: 0.6rem;
    margin: 0.9rem auto;
}

#article_view_content .dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#article_view_content .dl dt {
	flex-shrink: 0;
	width: 48%;
}

#article_view_content .dl dt h5 {
	padding-bottom: 0.32rem;
	margin-bottom: 0.46rem;
	border-bottom: 1px solid #dedede;
}

#article_view_content .dl dt h5 p {
	font-size: 0.24rem;
	line-height: 1.6;
}

#article_view_content .dl dt h6 p:last-of-type {
	margin-bottom: 0;
}

#article_view_content .dl dd {
	flex-shrink: 0;
	width: 48%;
	box-sizing: border-box;
	padding: 0.3rem 0 0 0.3rem;
	position: relative;
}

#article_view_content .dl dd::before {
	content: "";
	position: absolute;
	width: calc(100% - 0.3rem);
	height: calc(100% - 0.3rem);
	top: 0;
	left: 0;
	background-color: #209BFA;
	border-radius: 0.4rem 0;
}

#article_view_content .dl dd img {
	position: relative;
	width: 100%;
	border-radius: 0.4rem 0;
}

@media (min-width: 992px) {

	.information-box .module2 li:hover h6 {
		color: #fff;
	}

	.information-box .module2 li:hover h5 {
		color: #fff;
	}

	.information-box .module2 li:hover p {
		color: #fff;
	}

	.information-box .module2 li:hover i {
		color: #fff;
		margin-left: 0.3rem;
	}

	.information-box .module2 li:hover {
		background-color: #209BFA;
		background-size: 60%;
	}

	.nav .dh-ul li:hover::after {
		width: 100%;
	}

	.index .box2 .div a:hover div img {
		opacity: 1;
	}

	.index .box2 .div a:hover div strong {
		transform: scale(1);
		color: #fff;
	}

	.index .box2 .div a:hover div {
		bottom: 50%;
	}

	.index .box2 .div a:hover::before {
		width: 100%;
		opacity: 1;
	}

	.index .box2 .div a:hover::after {
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.index .tab-div .h6 span:hover {
		color: #209bfa;
	}

	.index .tab-div .h6 span:hover::after {
		width: 100%;
	}

	.index .box3 .swiper-slide a:hover .div {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.index .box3 .swiper-slide a:hover .div span {
		color: #fff;
	}

	.index .box3 .swiper-slide a:hover .div p {
		color: #fff;
	}

	.index .box3 .swiper-slide a:hover .div h5 {
		color: #fff;
	}

	.index .box3 .swiper-slide a:hover .div h6 {
		color: #fff;
	}

	.index .box3 .swiper-slide a:hover .img {
		transform: scale(1.1);
		opacity: 1;
	}
}

@media (max-width: 1600px) {
	html {
		font-size: 90px;
	}
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {
	html {
		font-size: 80px;
	}

	.nav .dh-ul li>a {
		padding: 0 0.12rem;
	}
}

@media (max-width: 1200px) {

	.w1440 {
		width: 92%;
	}

	.w1200 {
		width: 92%;
	}

	.nav .menu-dl {
		display: flex;
	}

	.nav .dh-ul li>a i {
		display: block;
	}

	header .tel {
		display: none;
	}

	header {
		display: block !important;
	}

	.side header .logo img {
		margin-top: 0;
	}

	header .logo img {
		width: 70%;
		margin: 20px 0 0px 20px;
	}
.side header .logo{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
	.nav .dh-ul {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.1rem 4%;
		box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.2);
		display: none;
	}

	.nav .dh-ul li {
		display: block;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}

	.nav .dh-ul li:last-of-type {
		border-bottom: none;
	}

	.nav .dh-ul li>a {
		display: flex;
		font-size: 0.18rem;
		align-items: center;
		justify-content: space-between;
		line-height: 0.56rem;
		height: 0.56rem;
		color: #333;
		padding: 0;
	}

	.nav .dh-ul li>a i {
		display: block;
	}

	.nav .dh-ul li p {
		position: static;
		box-shadow: none;
		box-sizing: border-box;
		text-align: left;
		background-color: #f7f7f7;
		padding: 0.08rem 0.2rem;
	}

	.nav .dh-ul li p a {
		font-size: 0.16rem;
		text-align: left;
		color: #999;
		height: 0.4rem;
		line-height: 0.4rem;
	}

	.index .tab-div {
		display: block;
		margin-bottom: 0.3rem;
	}

	.index .box2 {
		height: auto;
	}

	.index .box2 .div {
		position: static;
		flex-wrap: wrap;
	}

	.index .box2 .div a {
		flex: none;
		flex-shrink: 0;
		width: 33.3333%;
		height: 50vw;
	}

	.index .tab-div .h6 {
		margin-top: 0.1rem;
	}

	.index .tab-div .h6 span {
		margin-left: 0;
		margin-right: 0.4rem;
	}

	.index .box2 .ul {
		display: none;
	}

	.index .box2 .ol {
		flex-wrap: wrap;
	}

	.index .box2 .ol li {
		flex: none;
		flex-shrink: 0;
		width: 33.333%;
		height: 50vw;
	}

	.index .box2 .div a div {
		bottom: 15%;
		width: 1.8rem;
	}

	.index .box2 .div a div::after {
		width: 100%;
		opacity: 1;
		height: 0.44rem;
	}

	.index .box2 .div a div img {
		opacity: 1;
		width: 1.6rem;
		margin-bottom: 0.3rem;
	}

	.index .box2 .div a div strong {
		transform: scale(1);
		font-size: 0.2rem;
	}

	.index .box3 .swiper-slide a {
		width: 50%;
		height: 3.2rem;
		display: none;
	}

	.index .box3 .swiper-slide a:nth-of-type(1),
	.index .box3 .swiper-slide a:nth-of-type(2) {
		width: 50%;
		display: block;
	}

	.index .box3 .swiper-slide a .div {
		padding: 0.3rem 0.24rem;
	}

	.index .box3 .swiper-slide a .div h6 {
		margin-bottom: 0.2rem;
	}

	.index .box3 .swiper-slide a .div h5 {
		font-size: 0.24rem;
		height: 0.66rem;
	}

	.index .box3 .swiper-slide a .div span {
		left: 0.24rem;
	}

	.index .box3 .swiper-slide a .div p {
		height: 0.88rem;
		overflow: hidden;
	}

	.future .index_title,
	.future .summer {
		margin-left: 5%;
		z-index: 9;
		position: relative;
	}

	.cooperation .hd {
		left: 40px;
		top: 30px;
	}

	.cooperation .bd {
		width: 80%;
		right: 10px;
	}

	.information-box .module2 li {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
		padding: 0.3rem 0.24rem;
	}

	.information-box .module2 li h6 {
		margin-bottom: 0.24rem;
	}
}

@media (max-width: 950px) {
    html{
        overflow-x: hidden;
    }
    /*.mbimg{*/
    /*    display: block!important;*/
    /*}*/
	footer .relative {
		display: none;
	}

	.nav .menu-dl {
		top: 0.1rem;
	}
	#article_view_content{
	    padding: 0.3rem;
	}
	#article_view_content .dl {
	flex-direction: column-reverse;

}

#article_view_content .dl dd {
	width: 100%;
}

#article_view_content .dl dt {
	width: 100%;
	margin-top: 0.3rem;
}
}

@media (max-width: 380px) {
	html {
		font-size: 70px;
	}
}


@media (max-width: 768px) {
    .layui-col-md4{
        width: 47%;
    }
	.about {
		display: block !important;
	}

	.about .index_title,
	.about .readmore {
		display: inline-block;
	}

	.about .readmore {
		float: right;
		margin-top: 10px;
	}

	.about .flex-list {
		margin-bottom: 0.5rem;
	}
.ng-banner .pic{
    background-position: -510px center!important;
}

}