.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	line-height: 1;
}
.Center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.w {
	margin: 0 auto;
	width: 1500px;
	box-sizing: border-box;
}
.w::after {
    content: "";
    display: block;
    clear: both;
}
.ly_Top {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ly_Logo {
	float: left;
	line-height: 106px;
	font-size: 0;
}
.ly_Logo a {
    display: inline-block;
}
.hbLogo {
    margin-right: 8px;
}
.ly_Nav {
    overflow: hidden;
}
.ly_Nav .ly_Name {
    color: #f08300;
    float: left;
    padding-top: 26px;
}
.ly_Nav .ly_Name b {
    font-size: 26px;
}
.ly_Nav .ly_Name p {
    font-size: 18px;
    margin-top: 8px;
}
.nav_list {
	overflow: hidden;
}
.nav_list .lyNav_Btn {
    text-align: right;
}
.nav_list .lyNav_Btn a {
	display: inline-block;
	width: 120px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 32px 0 0 20px;
	border-radius: 20px;
	background: -moz-linear-gradient( 0deg, rgb(254,193,99) 0%, rgb(240,131,0) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(254,193,99) 0%, rgb(240,131,0) 100%);
	background: -ms-linear-gradient( 0deg, rgb(254,193,99) 0%, rgb(240,131,0) 100%);
}
.ly_Banner {
	width: 100%;
	overflow: hidden;
	margin: 108px auto 0;
	padding: 0;
	position: relative;
}
.ly_Menu .w {
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    height: 80px;
    margin-top: -40px;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.ly_Menu li {
    float: left;
    width: 16.6666%;
    position: relative;
}
.ly_Menu li a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.ly_Menu li a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 24px;
	width: 1px;
	height: 40px;
	background-color: rgba(0,0,0,.2);
}
.ly_Menu li:last-child a::after {
    display: none;
}
.ly_Menu li a.focus,.ly_Menu li a:hover {
    height: 96px;
    line-height: 96px;
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    font-size: 28px;
    margin-top: -16px;
    border-radius: 8px 8px 0 0;
}
.ly_Menu li a.focus::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -12px;
    left: 18px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f08101 transparent transparent transparent;
}
.public-title {
    padding-top: 40px;
    text-align: center;
    font-size: 52px;
    color: #fc6027;
    font-weight: bold;
    position: relative;
}
.public-title .title-bg {
    height: 60px;
    background: url(../images/titleBg.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.public-title span {
    display: inline-block;
    padding: 10px 10px 34px;
    background: url(../images/ico4.png) no-repeat right top;
}
.lyPart1_Content {
    overflow: hidden;
    margin-top: 20px;
}
.lyPart1_Text {
	width: 722px;
	float: left;
	margin-right: 40px;
	background: url(../images/map.png) no-repeat;
	background-size: contain;
}
.lyPart1_Text h3 {
    font-size: 32px;
}
.lyPart1_Text p {
    line-height: 2;
    font-size: 16px;
    color: #666;
    word-break: break-all;
    text-align: justify;
    text-indent: 2em;
    margin-top: 32px;
}
.lyPart1_Text .data {
	margin-top: 20px;
	font-size: 0;
}
.lyPart1_Text .data .item {
    display: inline-block;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 0 24px 0 24px;
    box-shadow: -2px 3.464px 8px 0px rgba(40, 40, 40, 0.05);
    margin-right: 14px;
}
.lyPart1_Text .data .item img {
    max-width: 24px;
    display: inline-block;
    vertical-align: top;
    margin: -2px 10px 0 0;
}
.lyPart1_HotNews {
    margin-top: 30px;
    background-color: #f5f5f5;
    border-radius: 0 32px 0 32px;
    overflow: hidden;
    position: relative;
}
.lyPart1_HotNews dt {
    float: left;
    height: 120px;
    width: 120px;
    border-radius: 0 32px 0 32px;
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    padding-top: 26px;
    box-sizing: border-box;
    margin-right: 24px;
}
.lyPart1_HotNews dd {
    overflow: hidden;
}
.lyPart1_HotNews ul {
    position: relative;
    margin-top: 16px;
}
.lyPart1_HotNews ul::after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 5px;
	background-color: #ddd;
	width: 1px;
}
.lyPart1_HotNews ul li {
    padding-left: 20px;
    position: relative;
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
.lyPart1_HotNews ul li:first-child {
    margin-top: 0;
}
.lyPart1_HotNews ul li a {
    color: #666666;
}
.lyPart1_HotNews ul li a:hover {
    color: #f08300;
}
.lyPart1_HotNews ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #f08300;
    border-radius: 50%;
    z-index: 2;
}
.lyPart1_Img {
    overflow: hidden;
}
.lyPart1_Img .swiper-slide {
    height: 0;
    padding-bottom: 59.6%;
    overflow: hidden;
    position: relative;
    border-radius: 0 32px 0 32px;
}
.lyPart1_Img .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lyPart1_Img .swiper-button {
	top: auto;
	width: 80px;
	height: 60px;
	margin-top: 0;
    bottom: 0;
	background-image: url(../images/iconR.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lyPart1_Img .swiper-button.swiper-button-next {
    right: 0;
}
.lyPart1_Img .swiper-button.swiper-button-prev {
    background-image: url(../images/iconL.png);
    left: auto;
    right: 80px;
    background-color: #f08101;
}
.lyPart1_Img .swiper-button-next::after, .lyPart1_Img .swiper-button-prev::after {
	content: '';
}
.lyPart1_Img .swiper-button:hover {
    /* background-color: #f08101; */
}
.ly_Part2 {
    margin-top: 60px;
    background: url(../images/idxAbout_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
.lyPart2_Content {
    margin-top: 20px;
}
.lyPart2_tab {
    width: 348px;
    float: left;
    margin-right: 30px;
}
.lyPart2_tab li {
    margin-top: 22px;
    cursor: pointer;
    background-color: rgba(240, 131, 0,.8);
    border-radius: 0 32px;
    position: relative;
    height: 141px;
    text-align: center;
    padding-top: 36px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lyPart2_tab li:first-child {
    margin-top: 0;
}
.lyPart2_tab li .bg {
	font-size: 120px;
	text-align: right;
	position: absolute;
	left: 40px;
	top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .08);
}
.lyPart2_tab li .item {
    position: relative;
}
.lyPart2_tab li .item b {
    font-size: 32px;
    display: block;
}
.lyPart2_tab li .item span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 14px;
}
.lyPart2_tab li.focus {
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    box-shadow: 0px 10px 1.86px 0.14px rgba(240, 131, 0, 0.35);
}
.lyPart2_tab li.focus::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 13px;
    background: url(../images/bigb_more.png) no-repeat;
    background-size: contain;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.lyPart2_bot {
    position: relative;
    overflow: hidden;
    height: 630px;
    border-radius: 0 32px;
    box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.1);
}
.lyPart2_bot ul {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.lyPart2_bot li {
    float: left;
    position: relative;
}
.lyPart2_bot li .image {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.lyPart2_bot li .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
}
.lyPart2_bot li .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
i.play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96px;
	height: 96px;
	background-color: rgba(255,255,255,.3);
	border-radius: 50%;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: 33px center;
}
.lyPart2_bot li .text {
    position: absolute;
    bottom: 20px;
    left: 46px;
    right: 46px;
    padding: 16px;
    border-radius: 0 24px;
    background-color: #fff;
}
.lyPart2_bot li .text p {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    padding-right: 210px;
    overflow: hidden;
}
.lyPart2_bot li .text p a {
    color: #333;
}
.lyPart2_bot li .text p a:hover {
    color: #f08101;
}
.lyPart2_bot li .text .btn {
    position: absolute;
    right: 16px;
    top: 16px;
}
a.btn {
    display: inline-block;
    border-radius: 0 24px;
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    color: #fff;
    font-size: 22px;
    padding: 0 16px;
    height: 50px;
    line-height: 48px;
}
a.btn i {
    display: inline-block;
    width: 48px;
    height: 12px;
    background: url(../images/jiantou.png) no-repeat;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 20px;
}
.ly_Part3 {
    background: url(../images/part3_Bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 22px;
}
.ly_Part3 .public-title {
    color: #fff;
}
.ly_Part3 .public-title .title-bg {
	background-image: url(../images/titleBg1.png);
}
.ly_Part3 .public-title span {
	background-image: url(../images/ico5.png);
}
.lyPart3_Content {
    margin-top: 30px;
    background-color: rgba(255,255,255,.2);
    border-radius: 0 32px;
}
.lyPart3_Tab {
    padding: 0 24px;
}
.lyPart3_Tab p {
    font-size: 0;
    text-align: center;
}
.lyPart3_Tab p a {
    display: inline-block;
    width: calc(25% - 22px + 22px / 4);
    margin-right: 22px;
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    border-radius: 0 32px;
    background-color: rgba(255,255,255,.7);
    margin-top: 22px;
}
.lyPart3_Tab p a:last-child {
    margin-right: 0;
}
.lyPart3_Tab p a img {
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-top: 24px;
}
.lyPart3_Tab p a.focus {
    background-color: #fff;
    background-image: url(../images/icon33.png);
}
.lyPart3_Bot {
    display: none;
}
.lyPart3_Tab_Tab {
    margin-top: 30px;
}
.lyPart3_Tab_Tab p {
    font-size: 0;
    text-align: center;
}
.lyPart3_Tab_Tab p a {
    display: inline-block;
    font-size: 22px;
    color: #f08300;
    padding: 0 30px;
    box-sizing: border-box;
    min-width: 120px;
    border-radius: 24px;
    background-color: #fbf1e7;
    margin: 0 6px 12px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    position: relative;
}
.lyPart3_Tab_Tab p a.focus {
    background-color: #fff;
    color: #333;
}
.lyPart3_Tab_Tab p a.focus::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
.lyPart3_Bot_Bot {
    display: none;
    padding: 40px;
    margin-top: 20px;
    background-image: url(../images/part3_Bg1.png);
    background-size: auto 100%;
    background-position-x: left;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 0 0 0 32px;
    overflow: hidden;
}
.lyPart3_Bot_Bot .image {
	float: left;
	width: 730px;
	margin-right: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 0 32px;
}
.lyPart3_Bot_Bot .image a {
    display: block;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 0 32px;
}
.lyPart3_Bot_Bot .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
}
.lyPart3_Bot_Bot .image i {
    background-color: rgba(255,255,255,.7);
}
.lyPart3_Bot_Bot .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.lyPart3_Bot_Bot .text {
    overflow: hidden;
}
.lyPart3_Bot_Bot .text p {
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    margin-top: 40px;
}
.lyPart3_Bot_Bot .text p a {
    color: #333;
}
.lyPart3_Bot_Bot .text p a:hover {
    color: #f08101;
}
.lyPart3_Bot_Bot .text .number {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 24px;
    position: relative;
}
.lyPart3_Bot_Bot .text .number::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 4px;
    border-radius: 2px;
    background: -moz-linear-gradient( 90deg, rgb(241,128,3) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(241,128,3) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 90deg, rgb(241,128,3) 0%, rgb(255,87,48) 100%);
}
.lyPart3_Bot_Bot .text .content {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 24px;
	text-indent: 2em;
}
.lyPart3_Bot_Bot .text .btn-box {
	margin-top: 44px;
}
.ly_Part4 {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.lyPart4_Content ul::after {
    content: "";
    display: block;
    clear: both;
}
.lyPart4_Content ul {
    margin-right: -30px;
}
.lyPart4_Content li {
    float: left;
    width: 25%;
}
.lyPart4_Content li .item {
    margin-right: 30px;
    margin-top: 30px;
    border-radius: 0 32px;
    background-color: #fff;
    padding: 32px 36px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.lyPart4_Content li .image {
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}
.lyPart4_Content li .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lyPart4_Content li .text {
    text-align: center;
}
.lyPart4_Content li .text p {
    margin-top: 24px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.lyPart4_Content li .text p a {
    color: #333;
}
.lyPart4_Content li .text p a:hover {
    color: #f08101;
}
.lyPart4_Content li .text .company {
    font-size: 15px;
    color: #999;
    margin-top: 14px;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
}
.lyPart4_Content li .text .number {
    margin-top: 14px;
}
.lyPart4_Content li .text .number span {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border-radius: 8px;
    background-color: rgba(240, 131, 0,.1);
    font-size: 16px;
    overflow: hidden;
    padding-right: 10px;
}
.lyPart4_Content li .text .number mark {
    display: inline-block;
    padding: 0 10px;
    height: 100%;
    background-color: #f08300;
    color: #fff;
    margin-right: 10px;
}
.lyPart4_Content li .item:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);

}
.ly_Part5 {
    background: url(../images/part5_Bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
.lyPart5_Content {
    margin-top: 30px;
    overflow: hidden;
}
.lyPart5_left {
    position: relative;
    width: 738px;
    margin-right: 32px;
    float: left;
    border-radius: 0 32px;
    overflow: hidden;
}
.lyPart5_left .image {
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
    position: relative;
}
.lyPart5_left .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
}
.lyPart5_left .image .time {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 16px;
    height: 42px;
    line-height: 40px;
    border-radius: 0 24px;
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    color: #fff;
    font-size: 16px;
}
.lyPart5_left .image .time i {
    display: inline-block;
    width: 24px;
    height: 21px;
    background: url(../images/icon5.png) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 9px;
}
.lyPart5_left .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 22px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    box-sizing: border-box;
}
.lyPart5_left .text p {
    font-size: 24px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
}
.lyPart5_left .text p a {
    color: #fff;
}
.lyPart5_left .text p a:hover {
    text-decoration: underline;
}
.lyPart5_left .text .content {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.lyPart5_left .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.lyPart5_right {
    overflow: hidden;
}
.lyPart5_right li {
    margin-top: 20px;
    overflow: hidden;
}
.lyPart5_right li:first-child {
    margin-top: 0;
}
.lyPart5_right li .image {
    float: left;
    width: 136px;
    margin-right: 22px;
    border-radius: 8px;
    overflow: hidden;
}
.lyPart5_right li .image a {
    display: block;
    height: 0;
    padding-bottom: 66.17%;
    overflow: hidden;
    position: relative;
}
.lyPart5_right li .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
}
.lyPart5_right li .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.lyPart5_right li .text {
    overflow: hidden;
}
.lyPart5_right li .text p {
    font-size: 20px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 4px;
}
.lyPart5_right li .text p a {
    color: #333;
}
.lyPart5_right li .text p a:hover {
    color: #f08101;
}
.lyPart5_right li .text .content {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}
.ly_Part6 {
    background: url(../images/part6_Bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
.lyPart6_Content {
    margin: 30px auto 0;
    width: 1298px;
    box-sizing: border-box;
    border-radius: 0 32px;
    padding: 38px 70px 60px;
    background-color: #f08300;
    position: relative;
    box-shadow: 0px 10px 1.86px 0.14px rgba(200, 112, 7, 0.64);
}

.lyPart6_Content .item {
    background-color: #fff;
    border-radius: 0 24px;
    padding: 20px;
    box-shadow: 0px 10px 20px 0px rgba(215, 119, 3, 0.32);
}

  
.lyPart6_Content .swiper-pagination6 {
    text-align: center;
    position: absolute;
    bottom: 20px !important;
}

.lyPart6_Content .swiper-pagination6 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 6px !important;
}

.lyPart6_Content .swiper-pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
.ly_Part7 {
    padding: 75px 0;
    background-color: #222;
}
.lyPart7_Item {
    float: left;
    width: 46%;
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    padding: 40px;
    border-radius: 0 32px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.lyPart7_Item .title {
    float: left;
    text-align: center;
    margin-right: 32px;
    width: 60px;
    background-color:rgba(255,255,255,.15);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    padding: 30px 0;
}
.lyPart7_Item .right {
    overflow: hidden;
    position: relative;
}
.lyPart7_Item .right ul {
    margin-top: 30px;
}
.lyPart7_Item .right li:first-child {
    margin-top: 0;
}
.lyPart7_Item .right li {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 20px;
    color: #fff;
}
.lyPart7_Item .right li a {
    color: #fff;
}
.lyPart7_Item .right li a:hover {
    text-decoration: underline;
}

.lyPart7_Item:last-of-type {
    float: right;
}
.lyPart7_Ewm {
	width: 182px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.lyLeftPf {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
}

.lyLeftPf p {
    width: 140px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyLeftPf p img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.lyLeftPf span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

/*右侧漂浮 开始*/
.client-2 {
    position: fixed;
    right: -200px;
    top: 50%;
    z-index: 97;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-bottom: 5px;
    clear: both;
    height: 60px;
    position: relative;
}

.client-2 li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.client-2 .my-kefu-tel .my-kefu-left i {
    background: url(../images/fx01.png) center center no-repeat;
}

.client-2 .my-kefu-tel:hover .my-kefu-left i {
    background: url(../images/fx1.png) center center no-repeat;
}

  
.client-2 .my-kefu-weixin .my-kefu-left i {
    background: url(../images/fx02.png) center center no-repeat;
}

.client-2 .my-kefu-weixin:hover .my-kefu-left i {
    background: url(../images/fx2.png) center center no-repeat;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop .my-kefu-left i {
    width: 60px;
    height: 60px;
    background: url(../images/fx03.png) center center no-repeat;
}

.client-2 .my-kefu-ftop .my-kefu-left:hover i {
    background: url(../images/fx3.png) center center no-repeat;
}

.client-2 .my-kefu-left {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 4px;
    position: relative;
    float: left;
}
.client-2 .my-kefu-tel:hover .my-kefu-left,.client-2 .my-kefu-weixin:hover .my-kefu-left,.client-2 .my-kefu-ftop:hover .my-kefu-left {
    background: -moz-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(255,87,48) 100%);
    background: -ms-linear-gradient( 0deg, rgb(240,131,0) 0%, rgb(27, 25, 24) 100%);
}
.client-2 .my-kefu-tel-right {
	font-size: 24px;
	color: #100b15;
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 15px 0 25px;
	margin: 0 0 0 -10px;
	background-color: #fff;
	width: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.client-2 .my-kefu-tel:hover .my-kefu-tel-right {
    width: auto;
    padding: 0 15px 0 25px;
}
.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    color: #fff;
    height: 60px;
    width: 260px;
    padding: 0;
    float: left;
}

.client-2 .my-kefu-main {
    width: 60px;
    height: 60px;
    position: relative;
    padding: 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    padding: 10px;
    position: absolute;
    left: -145px;
    top: -100px;
    display: none;
    z-index: 333;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.my-kefu-weixin-pic img {
    width: 120px;
    height: 120px;
}

.my-kefu-weixin-pic p {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

/*右侧漂浮 结束*/
@media only screen and (min-width:1920px){
	.w{
		width: 1500;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1500;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1320px;
	}
    .hbLogo {
        width: 234px;
    }
    .Logo2 {
        width: 139px;
    }
    .Logo3 {
        width: 159px;
    }
    .ly_Nav .ly_Name {
        padding-top: 25px;
    }
    .ly_Nav .ly_Name b {
        font-size: 23px;
    }
    .ly_Nav .ly_Name p {
        font-size: 16px;
    }
    .nav_list .lyNav_Btn a {
        width: 112px;
        height: 36px;
        line-height: 34px;
        font-size: 16px;
        margin: 29px 0 0 20px;
    }
    .ly_Banner {
        margin: 93px auto 0;
    }
    .ly_Menu li a {
        height: 70px;
        line-height: 70px;
        font-size: 21px;
    }
    .ly_Menu .w {
        height: 70px;
        margin-top: -35px;
    }
    .ly_Menu li a::after {
        top: 20px;
        height: 35px;
    }
    .ly_Menu li a.focus, .ly_Menu li a:hover {
        height: 84px;
        line-height: 84px;
        font-size: 25px;
        margin-top: -14px;
    }
    .public-title {
        padding-top: 34px;
        font-size: 46px;
    }
    .public-title .title-bg {
        height: 54px;
    }
    .public-title span {
        padding: 8px 8px 30px;
        background-size: 30px;
    }
    .lyPart1_Text {
        width: 634px;
        margin-right: 34px;
    }
    .lyPart1_Text h3 {
        font-size: 28px;
    }
    .lyPart1_Text p {
        line-height: 2;
        font-size: 14px;
        margin-top: 28px;
    }
    .lyPart1_Text .data .item {
        font-size: 16px;
        padding: 12px 16px;
        margin-right: 12px;
    }
    .lyPart1_Text .data .item img {
        max-width: 22px;
        margin: -2px 8px 0 0;
        max-height: 22px;
    }
    .lyPart1_HotNews {
        margin-top: 24px;
    }
    .lyPart1_HotNews dt {
        height: 106px;
        width: 106px;
        font-size: 21px;
        line-height: 28px;
        padding-top: 24px;
        margin-right: 20px;
    }
    .lyPart1_HotNews ul li {
        padding-left: 20px;
        margin-top: 12px;
        font-size: 14px;
        line-height: 16px;
        height: 16px;
    }
    .lyPart1_HotNews ul li::after {
        top: 3px;
        width: 9px;
        height: 9px;
    }
    .lyPart1_HotNews ul {
        margin-top: 18px;
    }
    .lyPart1_Img .swiper-button {
        width: 70px;
        height: 52px;
        background-size: 35px auto;
    }
    .lyPart1_Img .swiper-button.swiper-button-prev {
        right: 70px;
    }
    .ly_Part2 {
        margin-top: 56px;
        padding-bottom: 56px;
    }
    .lyPart2_tab {
        width: 306px;
        margin-right: 28px;
    }
    .lyPart2_tab li {
        margin-top: 20px;
        height: 124px;
        padding-top: 32px;
    }
    .lyPart2_tab li .item b {
        font-size: 28px;
    }
    .lyPart2_tab li .item span {
        font-size: 17px;
        margin-top: 12px;
    }
    .lyPart2_tab li .bg {
        font-size: 105px;
        left: 36px;
        top: 3px;
    }
    .lyPart2_bot {
        height: 555px;
    }
    i.play {
        width: 84px;
        height: 84px;
        background-position: 28px center;
        background-size: 38px auto;
    }
    .lyPart2_bot li .text {
        bottom: 18px;
        left: 42px;
        right: 42px;
        padding: 12px;
    }
    .lyPart2_bot li .text p {
        font-size: 26px;
        line-height: 44px;
        height: 44px;
        padding-right: 188px;
    }
    a.btn {
        font-size: 19px;
        padding: 0 16px;
        height: 44px;
        line-height: 42px;
    }
    a.btn i {
        width: 43px;
        height: 11px;
        margin-left: 8px;
        margin-top: 17px;
        background-size: contain;
    }
    .lyPart2_bot li .text .btn {
        right: 12px;
        top: 12px;
    }
    .lyPart3_Content {
        margin-top: 26px;
    }
    .lyPart3_Tab {
        padding: 0 22px;
    }
    .lyPart3_Tab p a {
        width: calc(25% - 20px + 20px / 4);
        margin-right: 20px;
        font-size: 23px;
        height: 70px;
        line-height: 70px;
        margin-top: 22px;
    }
    .lyPart3_Tab p a img {
        margin-top: 22px;
        width: 38px;
    }
    .lyPart3_Tab p a:nth-child(3) img {
        width: 21px;
        margin-top: 20px;
    }
    .lyPart3_Tab p a:nth-child(4) img {
        width: 28px;
    }
    .lyPart3_Tab_Tab {
        margin-top: 26px;
    }
    .lyPart3_Tab_Tab p a {
        font-size: 19px;
        padding: 0 24px;
        min-width: 106px;
        border-radius: 24px;
        margin: 0 6px 12px;
        height: 42px;
        line-height: 40px;
    }
    .lyPart3_Bot_Bot {
        padding: 35px;
        margin-top: 18px;
    }
    .lyPart3_Bot_Bot .image {
        width: 642px;
        margin-right: 36px;
    }
    .lyPart3_Bot_Bot .text p {
        font-size: 28px;
        line-height: 30px;
        height: 30px;
        margin-top: 32px;
    }
    .lyPart3_Bot_Bot .text .number {
        margin-top: 26px;
        font-size: 21px;
        padding-bottom: 22px;
    }
    .lyPart3_Bot_Bot .text .number::after {
        width: 64px;
        height: 4px;
    }
    .lyPart3_Bot_Bot .text .content {
        font-size: 14px;
        margin-top: 22px;
    }
    .lyPart3_Bot_Bot .text .btn-box {
        margin-top: 34px;
    }
    .ly_Part3 {
        padding-bottom: 20px;
    }
    .lyPart4_Content li .item {
        margin-right: 26px;
        margin-top: 26px;
        padding: 28px 30px 18px;
    }
    .lyPart4_Content ul {
        margin-right: -26px;
    }
    .lyPart4_Content li .text p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 17px;
        height: 17px;
    }
    .lyPart4_Content li .text .company {
        font-size: 13px;
        margin-top: 10px;
        height: 15px;
        line-height: 15px;
    }
    .lyPart4_Content li .text .number span {
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        padding-right: 8px;
    }
    .lyPart4_Content li .text .number mark {
        padding: 0 8px;
        margin-right: 8px;
    }
    .ly_Part4 {
        padding-bottom: 44px;
    }
    .lyPart5_Content {
        margin-top: 28px;
    }
    .lyPart5_left {
        width: 650px;
        margin-right: 28px;
    }
    .lyPart5_left .image .time i {
        width: 23px;
        height: 21px;
    }
    .lyPart5_left .text p {
        font-size: 21px;
        line-height: 23px;
        height: 23px;
    }
    .lyPart5_left .text .content {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }
    .lyPart5_right li .image {
        width: 120px;
        margin-right: 20px;
    }
    .lyPart5_right li {
        margin-top: 17px;
    }
    .lyPart5_right li .text p {
        font-size: 18px;
        line-height: 20px;
        height: 20px;
        margin-top: 2px;
    }
    .lyPart5_right li .text .content {
        font-size: 14px;
        line-height: 21px;
        height: 42px;
        margin-top: 10px;
    }
    .ly_Part7 {
        padding: 65px 0;
    }
    .lyPart7_Item {
        padding: 34px;
    }
    .lyPart7_Item .title {
        margin-right: 26px;
        width: 52px;
        font-size: 21px;
        border-radius: 8px;
        padding: 26px 0;
    }
    .lyPart7_Item .right li {
        font-size: 16px;
        line-height: 18px;
        height: 18px;
        margin-top: 16px;
    }
    .lyPart7_Item .right ul {
        margin-top: 24px;
    }
    .lyPart7_Ewm {
        width: 160px;
        right: 34px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w {
        width: 1250px;
    }
    .hbLogo {
        width: 222px;
    }
    .Logo2 {
        width: 132px;
    }
    .Logo3 {
        width: 151px;
    }
    .ly_Nav .ly_Name {
        padding-top: 20px;
    }
    .ly_Nav .ly_Name b {
        font-size: 22px;
    }
    .ly_Nav .ly_Name p {
        font-size: 15px;
    }
    .nav_list .lyNav_Btn a {
        width: 106px;
        height: 34px;
        line-height: 32px;
        font-size: 15px;
        margin: 29px 0 0 20px;
    }
    .ly_Banner {
        margin: 88px auto 0;
    }
    .ly_Menu li a {
        height: 66px;
        line-height: 66px;
        font-size: 20px;
    }
    .ly_Menu .w {
        height: 66px;
        margin-top: -33px;
    }
    .ly_Menu li a::after {
        top: 18px;
        height: 33px;
    }
    .ly_Menu li a.focus, .ly_Menu li a:hover {
        height: 80px;
        line-height: 80px;
        font-size: 23px;
        margin-top: -14px;
    }
    .public-title {
        padding-top: 30px;
        font-size: 44px;
    }
    .public-title .title-bg {
        height: 52px;
    }
    .public-title span {
        padding: 8px 8px 30px;
        background-size: 28px;
    }
    .lyPart1_Text {
        width: 600px;
        margin-right: 34px;
    }
    .lyPart1_Text h3 {
        font-size: 27px;
    }
    .lyPart1_Text p {
        line-height: 2;
        font-size: 13px;
        margin-top: 26px;
    }
    .lyPart1_Text .data .item {
        font-size: 15px;
        padding: 12px 15px;
        margin-right: 12px;
    }
    .lyPart1_Text .data .item img {
        max-width: 21px;
        margin: -2px 7px 0 0;
        max-height: 21px;
    }
    .lyPart1_HotNews {
        margin-top: 22px;
    }
    .lyPart1_HotNews dt {
        height: 100px;
        width: 100px;
        font-size: 20px;
        line-height: 28px;
        padding-top: 22px;
        margin-right: 18px;
    }
    .lyPart1_HotNews ul li {
        padding-left: 20px;
        margin-top: 12px;
        font-size: 14px;
        line-height: 16px;
        height: 16px;
    }
    .lyPart1_HotNews ul li::after {
        top: 3px;
        width: 9px;
        height: 9px;
    }
    .lyPart1_HotNews ul {
        margin-top: 15px;
    }
    .lyPart1_Img .swiper-button {
        width: 70px;
        height: 52px;
        background-size: 35px auto;
    }
    .lyPart1_Img .swiper-button.swiper-button-prev {
        right: 70px;
    }
    .ly_Part2 {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .lyPart2_tab {
        width: 290px;
        margin-right: 26px;
    }
    .lyPart2_tab li {
        margin-top: 18px;
        height: 118px;
        padding-top: 32px;
    }
    .lyPart2_tab li .item b {
        font-size: 28px;
    }
    .lyPart2_tab li .item span {
        font-size: 17px;
        margin-top: 12px;
    }
    .lyPart2_tab li .bg {
        font-size: 105px;
        left: 36px;
        top: 3px;
    }
    .lyPart2_bot {
        height: 526px;
    }
    i.play {
        width: 84px;
        height: 84px;
        background-position: 28px center;
        background-size: 38px auto;
    }
    .lyPart2_bot li .text {
        bottom: 18px;
        left: 42px;
        right: 42px;
        padding: 12px;
    }
    .lyPart2_bot li .text p {
        font-size: 25px;
        line-height: 44px;
        height: 44px;
        padding-right: 188px;
    }
    a.btn {
        font-size: 19px;
        padding: 0 16px;
        height: 44px;
        line-height: 42px;
    }
    a.btn i {
        width: 43px;
        height: 11px;
        margin-left: 8px;
        margin-top: 17px;
        background-size: contain;
    }
    .lyPart2_bot li .text .btn {
        right: 12px;
        top: 12px;
    }
    .lyPart3_Content {
        margin-top: 26px;
    }
    .lyPart3_Tab {
        padding: 0 22px;
    }
    .lyPart3_Tab p a {
        width: calc(25% - 20px + 20px / 4);
        margin-right: 20px;
        font-size: 23px;
        height: 70px;
        line-height: 70px;
        margin-top: 22px;
    }
    .lyPart3_Tab p a img {
        margin-top: 22px;
        width: 38px;
    }
    .lyPart3_Tab p a:nth-child(3) img {
        width: 21px;
        margin-top: 20px;
    }
    .lyPart3_Tab p a:nth-child(4) img {
        width: 28px;
    }
    .lyPart3_Tab_Tab {
        margin-top: 26px;
    }
    .lyPart3_Tab_Tab p a {
        font-size: 19px;
        padding: 0px 20px;
        min-width: 100px;
        border-radius: 24px;
        margin: 0 6px 12px;
        height: 42px;
        line-height: 40px;
    }
    .lyPart3_Bot_Bot {
        padding: 35px;
        margin-top: 18px;
    }
    .lyPart3_Bot_Bot .image {
        width: 608px;
        margin-right: 32px;
    }
    .lyPart3_Bot_Bot .text p {
        font-size: 26px;
        line-height: 28px;
        height: 28px;
        margin-top: 30px;
    }
    .lyPart3_Bot_Bot .text .number {
        margin-top: 24px;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .lyPart3_Bot_Bot .text .number::after {
        width: 60px;
        height: 4px;
    }
    .lyPart3_Bot_Bot .text .content {
        font-size: 13px;
        margin-top: 20px;
    }
    .lyPart3_Bot_Bot .text .btn-box {
        margin-top: 30px;
    }
    .ly_Part3 {
        padding-bottom: 20px;
    }
    .lyPart4_Content li .item {
        margin-right: 24px;
        margin-top: 24px;
        padding: 26px 28px 16px;
    }
    .lyPart4_Content ul {
        margin-right: -24px;
    }
    .lyPart4_Content li .text p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 17px;
        height: 17px;
    }
    .lyPart4_Content li .text .company {
        font-size: 13px;
        margin-top: 10px;
        height: 15px;
        line-height: 15px;
    }
    .lyPart4_Content li .text .number span {
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        padding-right: 8px;
    }
    .lyPart4_Content li .text .number mark {
        padding: 0 8px;
        margin-right: 8px;
    }
    .ly_Part4 {
        padding-bottom: 44px;
    }
    .lyPart5_Content {
        margin-top: 28px;
    }
    .lyPart5_left {
        width: 616px;
        margin-right: 26px;
    }
    .lyPart5_left .image .time {
        padding: 0 16px;
        height: 36px;
        line-height: 34px;
        border-radius: 0 20px;
        font-size: 13px;
    }
    .lyPart5_left .image .time i {
        width: 18px;
        height: 18px;
    }
    .lyPart5_left .text p {
        font-size: 20px;
        line-height: 22px;
        height: 22px;
    }
    .lyPart5_left .text .content {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }
    .lyPart5_right li .image {
        width: 114px;
        margin-right: 18px;
    }
    .lyPart5_right li {
        margin-top: 16px;
    }
    .lyPart5_right li .text p {
        font-size: 17px;
        line-height: 19px;
        height: 19px;
        margin-top: 2px;
    }
    .lyPart5_right li .text .content {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        margin-top: 10px;
    }
    .ly_Part5 {
        padding-bottom: 50px;
    }
    .lyPart6_Content {
        margin: 24px auto 0;
        width: 100%;
    }
    .ly_Part7 {
        padding: 62px 0;
    }
    .lyPart7_Item {
        padding: 32px;
        width: 48%;
    }
    .lyPart7_Item .title {
        margin-right: 24px;
        width: 50px;
        font-size: 20px;
        border-radius: 8px;
        padding: 24px 0;
    }
    .lyPart7_Item .right li {
        font-size: 15px;
        line-height: 17px;
        height: 17px;
        margin-top: 15px;
    }
    .lyPart7_Item .right ul {
        margin-top: 22px;
    }
    .lyPart7_Ewm {
        width: 152px;
        right: 32px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1080px;
	}
    .hbLogo {
        width: 192px;
    }
    .Logo2 {
        width: 114px;
    }
    .Logo3 {
        width: 130px;
    }
    .ly_Nav .ly_Name {
        padding-top: 18px;
    }
    .ly_Nav .ly_Name b {
        font-size: 19px;
    }
    .ly_Nav .ly_Name p {
        font-size: 13px;
    }
    .nav_list .lyNav_Btn a {
        width: 92px;
        height: 28px;
        line-height: 26px;
        font-size: 13px;
        margin: 26px 0 0 18px;
    }
    .ly_Banner {
        margin: 76px auto 0;
    }
    .ly_Menu li a {
        height: 58px;
        line-height: 58px;
        font-size: 17px;
    }
    .ly_Menu .w {
        height: 58px;
        margin-top: -29px;
    }
    .ly_Menu li a::after {
        top: 16px;
        height: 28px;
    }
    .ly_Menu li a.focus, .ly_Menu li a:hover {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        margin-top: -12px;
    }
    .ly_Menu li a.focus::before {
        bottom: -8px;
        border-width: 8px 8px 0 8px;
    }
    .public-title {
        padding-top: 28px;
        font-size: 38px;
    }
    .public-title .title-bg {
        height: 44px;
    }
    .public-title span {
        padding: 6px 6px 22px;
        background-size: 24px;
    }
    .lyPart1_Text {
        width: 516px;
        margin-right: 30px;
    }
    .lyPart1_Text h3 {
        font-size: 23px;
    }
    .lyPart1_Text p {
        line-height: 1.6;
        font-size: 12px;
        margin-top: 22px;
    }
    .lyPart1_Text .data .item {
        font-size: 13px;
        padding: 10px 12px;
        margin-right: 10px;
    }
    .lyPart1_Text .data .item img {
        max-width: 18px;
        margin: -2px 7px 0 0;
        max-height: 17px;
    }
    .lyPart1_Text .data {
        margin-top: 14px;
    }
    .lyPart1_HotNews {
        margin-top: 22px;
    }
    .lyPart1_HotNews dt {
        height: 86px;
        width: 86px;
        font-size: 17px;
        line-height: 22px;
        padding-top: 20px;
        margin-right: 16px;
        border-radius: 0 23px;
    }
    .lyPart1_HotNews ul li {
        padding-left: 16px;
        margin-top: 8px;
        font-size: 12px;
        line-height: 14px;
        height: 14px;
    }
    .lyPart1_HotNews ul li::after {
        top: 3px;
        width: 9px;
        height: 9px;
    }
    .lyPart1_HotNews ul {
        margin-top: 15px;
    }
    .lyPart1_Img .swiper-button {
        width: 70px;
        height: 52px;
        background-size: 35px auto;
    }
    .lyPart1_Img .swiper-button.swiper-button-prev {
        right: 70px;
    }
    .ly_Part2 {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .lyPart2_tab {
        width: 250px;
        margin-right: 24px;
    }
    .lyPart2_tab li {
        margin-top: 16px;
        height: 101px;
        padding-top: 24px;
    }
    .lyPart2_tab li .item b {
        font-size: 23px;
    }
    .lyPart2_tab li .item span {
        font-size: 14px;
        margin-top: 12px;
    }
    .lyPart2_tab li .bg {
        font-size: 86px;
        left: 28px;
        top: 3px;
    }
    .lyPart2_bot {
        height: 452px;
    }
    i.play {
        width: 84px;
        height: 84px;
        background-position: 28px center;
        background-size: 38px auto;
    }
    .lyPart2_bot li .text {
        bottom: 14px;
        left: 32px;
        right: 32px;
        padding: 12px;
        border-radius: 0 18px;
    }
    .lyPart2_bot li .text p {
        font-size: 22px;
        line-height: 36px;
        height: 36px;
        padding-right: 150px;
    }
    a.btn {
        font-size: 16px;
        padding: 0 16px;
        height: 36px;
        line-height: 34px;
        border-radius: 0 18px;
    }
    a.btn i {
        width: 35px;
        height: 9px;
        margin-left: 8px;
        margin-top: 14px;
        background-size: contain;
    }
    .lyPart2_bot li .text .btn {
        right: 12px;
        top: 12px;
    }
    .lyPart3_Content {
        margin-top: 20px;
    }
    .lyPart3_Tab {
        padding: 0 18px;
    }
    .lyPart3_Tab p a {
        width: calc(25% - 18px + 18px / 4);
        margin-right: 18px;
        font-size: 19px;
        height: 58px;
        line-height: 58px;
        border-radius: 0 23px;
        margin-top: 18px;
    }
    .lyPart3_Tab p a img {
        margin-top: 19px;
        width: 31px;
    }
    .lyPart3_Tab p a:nth-child(3) img {
        width: 17px;
        margin-top: 17px;
    }
    .lyPart3_Tab p a:nth-child(4) img {
        width: 22px;
    }
    .lyPart3_Tab_Tab {
        margin-top: 24px;
    }
    .lyPart3_Tab_Tab p a {
        font-size: 16px;
        padding: 0px 20px;
        min-width: 86px;
        border-radius: 24px;
        margin: 0 5px 10px;
        height: 34px;
        line-height: 32px;
    }
    .lyPart3_Tab_Tab p a.focus::after {
        bottom: -7px;
        border-width: 7px 7px 0 7px;
    }
    .lyPart3_Bot_Bot {
        padding: 28px;
        margin-top: 12px;
    }
    .lyPart3_Bot_Bot .image {
        width: 526px;
        margin-right: 24px;
        border-radius: 0 24px;
    }
    .lyPart3_Bot_Bot .text p {
        font-size: 23px;
        line-height: 25px;
        height: 25px;
        margin-top: 26px;
    }
    .lyPart3_Bot_Bot .text .number {
        margin-top: 18px;
        font-size: 18px;
        padding-bottom: 18px;
    }
    .lyPart3_Bot_Bot .text .number::after {
        width: 54px;
        height: 3px;
    }
    .lyPart3_Bot_Bot .text .content {
        font-size: 12px;
        margin-top: 18px;
    }
    .lyPart3_Bot_Bot .text .btn-box {
        margin-top: 22px;
    }
    .ly_Part3 {
        padding-bottom: 15px;
    }
    .lyPart4_Content li .item {
        margin-right: 22px;
        margin-top: 22px;
        padding: 22px 24px 14px;
        border-radius: 0 24px;
    }
    .lyPart4_Content ul {
        margin-right: -22px;
    }
    .lyPart4_Content li .text p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 16px;
        height: 16px;
    }
    .lyPart4_Content li .text .company {
        font-size: 12px;
        margin-top: 10px;
        height: 14px;
        line-height: 14px;
    }
    .lyPart4_Content li .text .number span {
        height: 25px;
        line-height: 23px;
        font-size: 12px;
        padding-right: 8px;
    }
    .lyPart4_Content li .text .number mark {
        padding: 0 8px;
        margin-right: 8px;
    }
    .ly_Part4 {
        padding-bottom: 34px;
    }
    .lyPart5_Content {
        margin-top: 24px;
    }
    .lyPart5_left {
        width: 532px;
        margin-right: 20px;
        border-radius: 0 24px;
    }
    .lyPart5_left .image .time {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        border-radius: 0 20px;
        font-size: 13px;
    }
    .lyPart5_left .image .time i {
        width: 18px;
        height: 18px;
    }
    .lyPart5_left .text p {
        font-size: 17px;
        line-height: 19px;
        height: 19px;
    }
    .lyPart5_left .text .content {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }
    .lyPart5_right li .image {
        width: 98px;
        margin-right: 16px;
    }
    .lyPart5_right li {
        margin-top: 15px;
    }
    .lyPart5_right li .text p {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        margin-top: 0px;
    }
    .lyPart5_right li .text .content {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        margin-top: 10px;
    }
    .ly_Part5 {
        padding-bottom: 40px;
    }
    .lyPart6_Content {
        margin: 20px auto 0;
        width: 100%;
        padding: 38px 50px 60px;
    }
    .ly_Part6 {
        padding-bottom: 44px;
    }
    .ly_Part7 {
        padding: 54px 0;
    }
    .lyPart7_Item {
        padding: 26px;
        width: 48%;
        border-radius: 0 24px;
    }
    .lyPart7_Item .title {
        margin-right: 20px;
        width: 44px;
        font-size: 17px;
        border-radius: 8px;
        padding: 22px 0;
    }
    .lyPart7_Item .right li {
        font-size: 13px;
        line-height: 15px;
        height: 15px;
        margin-top: 12px;
    }
    .lyPart7_Item .right ul {
        margin-top: 22px;
    }
    .lyPart7_Ewm {
        width: 130px;
        right: 26px;
    }

}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
    .hbLogo {
        width: 178px;
    }
    .Logo2 {
        width: 106px;
    }
    .Logo3 {
        width: 120px;
    }
    .ly_Nav .ly_Name {
        padding-top: 18px;
    }
    .ly_Nav .ly_Name b {
        font-size: 18px;
    }
    .ly_Nav .ly_Name p {
        font-size: 12px;
    }
    .nav_list .lyNav_Btn a {
        width: 86px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        margin: 26px 0 0 16px;
    }
    .ly_Banner {
        margin: 70px auto 0;
    }
    .ly_Menu li a {
        height: 58px;
        line-height: 58px;
        font-size: 17px;
    }
    .ly_Menu .w {
        height: 58px;
        margin-top: -29px;
    }
    .ly_Menu li a::after {
        top: 16px;
        height: 28px;
    }
    .ly_Menu li a.focus, .ly_Menu li a:hover {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        margin-top: -12px;
    }
    .ly_Menu li a.focus::before {
        bottom: -8px;
        border-width: 8px 8px 0 8px;
    }
    .public-title {
        padding-top: 28px;
        font-size: 38px;
    }
    .public-title .title-bg {
        height: 44px;
    }
    .public-title span {
        padding: 6px 6px 22px;
        background-size: 24px;
    }
    .lyPart1_Text {
        width: 480px;
        margin-right: 24px;
    }
    .lyPart1_Text h3 {
        font-size: 20px;
    }
    .lyPart1_Text p {
        line-height: 1.6;
        font-size: 12px;
        margin-top: 18px;
    }
    .lyPart1_Text .data .item {
        font-size: 13px;
        padding: 10px 12px;
        margin-right: 10px;
    }
    .lyPart1_Text .data .item img {
        max-width: 18px;
        margin: -2px 7px 0 0;
        max-height: 17px;
    }
    .lyPart1_Text .data {
        margin-top: 10px;
    }
    .lyPart1_HotNews {
        margin-top: 12px;
    }
    .lyPart1_HotNews dt {
        height: 86px;
        width: 86px;
        font-size: 17px;
        line-height: 22px;
        padding-top: 20px;
        margin-right: 16px;
        border-radius: 0 23px;
    }
    .lyPart1_HotNews ul li {
        padding-left: 16px;
        margin-top: 8px;
        font-size: 12px;
        line-height: 14px;
        height: 14px;
    }
    .lyPart1_HotNews ul li::after {
        top: 3px;
        width: 9px;
        height: 9px;
    }
    .lyPart1_HotNews ul {
        margin-top: 15px;
    }
    .lyPart1_Img .swiper-button {
        width: 70px;
        height: 52px;
        background-size: 35px auto;
    }
    .lyPart1_Img .swiper-button.swiper-button-prev {
        right: 70px;
    }
    .ly_Part2 {
        margin-top: 38px;
        padding-bottom: 38px;
    }
    .lyPart2_tab {
        width: 232px;
        margin-right: 22px;
    }
    .lyPart2_tab li {
        margin-top: 15px;
        height: 94px;
        padding-top: 24px;
    }
    .lyPart2_tab li .item b {
        font-size: 22px;
    }
    .lyPart2_tab li .item span {
        font-size: 13px;
        margin-top: 10px;
    }
    .lyPart2_tab li .bg {
        font-size: 78px;
        left: 28px;
        top: 3px;
    }
    .lyPart2_bot {
        height: 420px;
    }
    i.play {
        width: 84px;
        height: 84px;
        background-position: 28px center;
        background-size: 38px auto;
    }
    .lyPart2_bot li .text {
        bottom: 14px;
        left: 32px;
        right: 32px;
        padding: 12px;
        border-radius: 0 18px;
    }
    .lyPart2_bot li .text p {
        font-size: 20px;
        line-height: 36px;
        height: 36px;
        padding-right: 155px;
    }
    a.btn {
        font-size: 16px;
        padding: 0 16px;
        height: 36px;
        line-height: 34px;
        border-radius: 0 18px;
    }
    a.btn i {
        width: 35px;
        height: 9px;
        margin-left: 8px;
        margin-top: 14px;
        background-size: contain;
    }
    .lyPart2_bot li .text .btn {
        right: 12px;
        top: 12px;
    }
    .lyPart3_Content {
        margin-top: 20px;
    }
    .lyPart3_Tab {
        padding: 0 18px;
    }
    .lyPart3_Tab p a {
        width: calc(25% - 18px + 18px / 4);
        margin-right: 18px;
        font-size: 19px;
        height: 58px;
        line-height: 58px;
        border-radius: 0 23px;
        margin-top: 18px;
    }
    .lyPart3_Tab p a img {
        margin-top: 19px;
        width: 31px;
    }
    .lyPart3_Tab p a:nth-child(3) img {
        width: 17px;
        margin-top: 17px;
    }
    .lyPart3_Tab p a:nth-child(4) img {
        width: 22px;
    }
    .lyPart3_Tab_Tab {
        margin-top: 24px;
    }
    .lyPart3_Tab_Tab p a {
        font-size: 16px;
        padding: 0px 20px;
        min-width: 86px;
        border-radius: 24px;
        margin: 0 5px 10px;
        height: 34px;
        line-height: 32px;
    }
    .lyPart3_Tab_Tab p a.focus::after {
        bottom: -7px;
        border-width: 7px 7px 0 7px;
    }
    .lyPart3_Bot_Bot {
        padding: 28px;
        margin-top: 12px;
    }
    .lyPart3_Bot_Bot .image {
        width: 526px;
        margin-right: 24px;
        border-radius: 0 24px;
    }
    .lyPart3_Bot_Bot .text p {
        font-size: 23px;
        line-height: 25px;
        height: 25px;
        margin-top: 26px;
    }
    .lyPart3_Bot_Bot .text .number {
        margin-top: 18px;
        font-size: 18px;
        padding-bottom: 18px;
    }
    .lyPart3_Bot_Bot .text .number::after {
        width: 54px;
        height: 3px;
    }
    .lyPart3_Bot_Bot .text .content {
        font-size: 12px;
        margin-top: 18px;
    }
    .lyPart3_Bot_Bot .text .btn-box {
        margin-top: 22px;
    }
    .ly_Part3 {
        padding-bottom: 15px;
    }
    .lyPart4_Content li .item {
        margin-right: 22px;
        margin-top: 22px;
        padding: 22px 24px 14px;
        border-radius: 0 24px;
    }
    .lyPart4_Content ul {
        margin-right: -22px;
    }
    .lyPart4_Content li .text p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 16px;
        height: 16px;
    }
    .lyPart4_Content li .text .company {
        font-size: 12px;
        margin-top: 10px;
        height: 14px;
        line-height: 14px;
    }
    .lyPart4_Content li .text .number span {
        height: 25px;
        line-height: 23px;
        font-size: 12px;
        padding-right: 8px;
    }
    .lyPart4_Content li .text .number mark {
        padding: 0 8px;
        margin-right: 8px;
    }
    .ly_Part4 {
        padding-bottom: 34px;
    }
    .lyPart5_Content {
        margin-top: 24px;
    }
    .lyPart5_left {
        width: 532px;
        margin-right: 20px;
        border-radius: 0 24px;
    }
    .lyPart5_left .image .time {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        border-radius: 0 20px;
        font-size: 13px;
    }
    .lyPart5_left .image .time i {
        width: 18px;
        height: 18px;
    }
    .lyPart5_left .text p {
        font-size: 17px;
        line-height: 19px;
        height: 19px;
    }
    .lyPart5_left .text .content {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }
    .lyPart5_right li .image {
        width: 98px;
        margin-right: 16px;
    }
    .lyPart5_right li {
        margin-top: 15px;
    }
    .lyPart5_right li .text p {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        margin-top: 0px;
    }
    .lyPart5_right li .text .content {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        margin-top: 10px;
    }
    .ly_Part5 {
        padding-bottom: 40px;
    }
    .lyPart6_Content {
        margin: 20px auto 0;
        width: 100%;
        padding: 38px 50px 60px;
    }
    .ly_Part6 {
        padding-bottom: 44px;
    }
    .ly_Part7 {
        padding: 54px 0;
    }
    .lyPart7_Item {
        padding: 26px;
        width: 48%;
        border-radius: 0 24px;
    }
    .lyPart7_Item .title {
        margin-right: 20px;
        width: 44px;
        font-size: 17px;
        border-radius: 8px;
        padding: 22px 0;
    }
    .lyPart7_Item .right li {
        font-size: 13px;
        line-height: 15px;
        height: 15px;
        margin-top: 12px;
    }
    .lyPart7_Item .right ul {
        margin-top: 22px;
    }
    .lyPart7_Ewm {
        width: 130px;
        right: 26px;
    }

}





