/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F0F2F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #F0F2F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfc3c6;
}
/** 首页 */
/*导航部分*/
.clear{
	clear: both;
}
.nav.index {
	/*background-color: #2b3033;*/
	border-bottom: 1px solid rgba(61,61,61,.15);
	/*backdrop-filter: blur(8px);*/
	box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
}
.nav {
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: 0.3s;
	box-sizing: border-box;
}
.light{background: rgba(0,0,0,.7);}
.nav:hover{
    background-color: #2b3033;
}
.nav .layui-container {
	height: 100%;
	position: relative;
	transition: all 400ms ease-out;
}

.nav .nav-logo {
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 80px;
}

.nav .nav-list {
	display: inline-block;
}

.nav .nav-list button {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 15px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.nav .nav-list button span {
	display: block;
	width: 25px;
	height: 2px;
	background: #00aaff;
	margin-bottom: 6px;
	transition: 0.5s;
}

.nav .nav-list button span.spa1 {
	transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
	transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
	width: 100%;
	position: absolute;
	top: 80px;
	right: 0;
	color: #000;
	background: transparent;
}

.nav .layui-nav .layui-nav-item {
	display: block;
	line-height: 80px;
}
.layui-tab-card .layui-tab-content .layui-tab-item .layui-row .corner {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
.corner {
    position: absolute;
    width: 60px;
    height: 54px;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
.corner .corner-hot {
    position: absolute;
    width: 129px;
    left: -32px;
    bottom: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    -webkit-transform-origin: 50% 100%;
    background-color: #FF5722;
}
.corner .corner-new {
    position: absolute;
    width: 129px;
    left: -32px;
    bottom: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    -webkit-transform-origin: 50% 100%;
    background-color: #01AAED;
}
.nav .layui-nav .layui-nav-item>a {
	padding: 0 0;
	color: #fff;
	cursor: default;
	font-size: 16px;
}
.nav-item-brief {
    font-size: 12px;
    color: #7a8185;
	position: absolute;
	top: 20px;
}
.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
	height: 3px;
	background-color: #00aaff;
}
.nav .layui-nav .layui-nav-item>a:hover {
	color: #00aaff!important;
}
.layui-nav .layui-nav-more{
    right: -15px!important;
}
#lnc2 {
	position: fixed;
	left: 0px;
	top: 80px;
	width: auto;
	/*min-height: 480px;*/
	height: auto;
	display: none;
	color: #fff;
	line-height: 36px;
	border: none;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
	/* background-color: #212629; */
	z-index: 1000;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box;
}
#lnc3 {
	position: fixed;
	left: 0px;
	top: 80px;
	width: auto;
	/*min-height: 480px;*/
	height: auto;
	display: none;
	color: #fff;
	line-height: 36px;
	border: none;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
	/* background-color: #212629; */
	z-index: 1000;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box;
}
#lnc4 {
	position: fixed;
	left: 0px;
	top: 80px;
	width: auto;
	/*min-height: 480px;*/
	height: auto;
	display: none;
	color: #fff;
	line-height: 36px;
	border: none;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
	/* background-color: #212629; */
	z-index: 1000;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box;
}
/*二级导航*/
.panel-content{
	width: 85%;
	margin: auto;
	padding: 40px 0px 70px 0px;
}
.panel-content .nav-row{
	padding-top: 20px;
}
.panel-content .nav-row .row-title{
	font-size: 18px;
    color: #181818;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.panel-content .nav-row .nav-list{
	display: flex;
}
.panel-content .nav-row .nav-list>li{
	width: 23.5%;
    margin-right: 20px;
}
.panel-content .nav-row .nav-list >li >a{
	position: relative;
	display: block;
    width: 100%;
    height: 55px;
	color: #181818;
	cursor: pointer;
    /* background: #2b3033; */
    padding: 0px 20px;
    text-align: left;
    /* border: 1px solid #2b3033; */
}
.nav-item-name {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}
.panel-content .nav-row .nav-list >li >a .nav-desc{
	font-size: 12px;
    color: #9b9ba3;
    line-height: 17px;
    text-align: left;
}
.panel-content .nav-row .nav-list>li:last-child {
	margin-right: 0;
}

.panel-content .nav-row .nav-list>li:hover a{
    color: #00aaff;
	border: #00aaff solid 1px;
}
.panel-content .nav-row .nav-list>li:hover #hwydl{
	color: #00aaff!important;
}
/*轮播*/
#banner img {
	width: 100%;
	height: 550px;
}
#banner .panel1 {
	width: 60%;
	position: absolute;
	top: 30%;
	margin: 0 20%;
}
.layui-elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #00aaff;
    border-radius: 0 2px 2px 0;
    /*background-color: #cbd9e5;*/
}
#banner .panel1 p {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

#banner .panel1 p.title {
	text-align: center;
	color: #fff;
	font-size: 35px;
	line-height: 100px;
}
#banner .panel2 {
	width: 60%;
	position: absolute;
	top: 30%;
    margin: 0 20%;
}
.layui-fixbar li{
	background-color: #00aaff;
}
#banner .panel2 p {
    text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}

#banner .panel2 p.title {
	color: #fff;
	font-size: 35px;
	line-height: 100px;
}
/*侧边*/
#select{
	background-color: #00aaff;
}
#select a{
	color: #fff!important;
}
.aside_s{
    background-color: #fff;
    z-index: 19891016;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 103px;
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, .3)!important;*/
    border: 1px solid #d2d2d2!important;
    position: fixed;
    border-radius: 2px;
}
.aside_s-title{
    cursor: default;
    text-align: center;
    padding: 0px!important;
    font-weight: bold;
    font-size: 14px;
    background-color: #252b3a!important;
    border-bottom: none;
    height: 42px;
    line-height: 42px;
    color: #fff;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.aside_s-wrap>li{
    line-height: 35px;
    overflow: visible;
    padding: 5px;
    border-bottom: #cad2e9 1px solid;
}
.aside_s-wrap>li:nth-of-type(1) {
    border-top: #00aaff 1px solid;
}
.aside_s-wrap>li>a {
    display: block;
    text-align: center;
}
.aside_s-wrap>li:hover{
	background-color: #00aaff;
}
.aside_s-wrap>li:hover a{
	color: #fff;
}
.aside_s-wrap>li>a cite{
    font-size: 14px;
}

/*主体—产品*/
.cy:hover{
    color: #00aaff!important;
    border: 1px solid #00aaff!important;
}
.cy:hover i{
    color: #00aaff!important;
}
.main-product {
	padding-top: 30px;
}

.main-product p {
	font-size: 16px;
	color: #ababab;
	line-height: 28px;
}
.main-product p.title,
.main-service p.title {
	color: #484848;
	font-size: 24px;
	text-align: center;
	line-height: 120px;
}

.main-product p.title span,
.main-service p.title span {
	color: #00aaff;
}
.layui-col-md3{
	width: 33.3%;
}
.layui-col-md4{
	width: 25%;
}
.main-product .content {
	/*border: 1px solid #DEDEDE;*/
	padding: 10px;
	text-align: center;
	background: #fff;
	transition: 0.3s;
}
.layui-col-space25>*{
	padding: 0; 
	margin: 0 0 -1px -1px;
}
.main-product .content p.label {
	color: #252b3a;
	line-height: 46px;
	font-weight: 600;
}
.main-product .content a {
	font-size: 18px;
	color: #a1d8cb;
	line-height: 68px;
}
.main-product .content:hover {
    box-shadow:0 4px 8px 0 rgba(3,27,78,.12);
    transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -webkit-transform:translateY(-3px);
    -o-transform:translateY(-3px);
}
.footer .layui-col-md4 {
    width: 50%;
}
.footer .layui-col-lg9{
	width: 50%;
}
.footer .layui-col-lg11{
	width: 80%;
    margin-left: 2%;
	color: #a5aaa9;
}
.main-product .content img {
	transition: 2s;
	width: 50%;
}

/*.main-product .content img:hover {*/
/*	transform: rotateY(180deg);*/
/*}*/
.rno-2-section-bd {
    margin: 0 auto;
    max-width: 1200px;
    height: auto;
}
.rno-5-media-panel {
    display: block;
    position: relative;
    top: 0;
    transition: all .2s linear;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    border: 1px solid #E5E8ED;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
.rno-5-media-panel-main {
    padding: 32px 32px 0;
    height: 150px;
    text-overflow: ellipsis;
	overflow:hidden;
}
.rno-5-media-panel-title {
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
}
.rno-5-media-panel-desc {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 16px;
}
.rno-5-media-panel-details {
	height: 48px;
    line-height: 48px;
    border-top: 1px solid #E5E8ED;
    font-size: 14px;
}
.rno-link {
	width: 100%;
	height: 49px;
	display: block;
    color: #FF5722;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 30px;
}
.layui-col-md3 .rno-link {
	width: 50%;
    float: left;
    color: #FF5722;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #E5E8ED;
    box-sizing: border-box;
}
.layui-col-md3 .rno-link:hover{
	background-color: #FF5722;
	color: #fff;
	text-decoration: none;
}
.rno-link:hover{
	background-color: #FF5722;
	color: #fff;
}
.layui-col-md3:hover .rno-5-media-panel{
	box-shadow: 0 4px 20px 0 rgba(3, 27, 78, .12);
	transition: all .2s linear;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0)
}
.layui-col-md4:hover .rno-5-media-panel{
	box-shadow: 0 4px 20px 0 rgba(3, 27, 78, .12);
	transition: all .2s linear;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0)
}
.main-service .layui-col-space25>*{
	padding: 12.5px;
}
.service-wrapper {
    max-width: 1210px;
    margin: auto;
}
.layui-tab {
    max-width: 1210px;
    height: auto !important;
    margin: auto;
}
.layui-tab[overflow]>.layui-tab-title {
    overflow: hidden;
}

.layui-tab-title {
    height: auto;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #00a4ff;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #00a4ff!important;
}
.layui-tab-bar {
    position: relative;
}
.rno-solution-panel {
    padding-top: 30px;
}
.rno-solution-title {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rno-solution-key {
    font-size: 14px;
    /* color: rgba(255,255,255,.6); */
    line-height: 24px;
    margin-bottom: 28px;
}
.rno-solution-desc {
    font-size: 14px;
    /* color: #F5F7FA; */
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}
.rno-solition-btn .rno-btn {
    padding: 0 36px;
}
.rno-btn {
    height: 36px;
    min-width: 88px;
    padding: 0 16px;
    background-color: #00a4ff;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.layui-tab>ul>li {
    width: 20%;
    height: auto !important;
    box-sizing: border-box;
}
.layui-col-space25 {
    margin: 0px;
}
.community-body {
    padding-bottom: 30px;
}
.community-list {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.community-item {
    float: left;
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.community-main {
    display: block;
    width: 100%;
    height: 112px;
    -webkit-transition: .2s;
    transition: .2s;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.community-main-text {
    font-size: 16px;
    color: #fff;
    line-height: 112px;
    text-align: center;
    position: relative;
    top: -112px;
}
.community-item:hover .community-main-text{
    color: #00aaff;
}
.community-item:hover .community-main i{
    color: #00aaff!important;
}
.community-item:hover .activity-card-bg{
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
/*主体-服务*/
.layui-col-md1{
	width: 25%;
}
.main-service .content {
	position: relative;
}

.main-service .content .content-left {
	width: 50%;
}

.main-service .content .content-left img {
	width: 100%;
}

.main-service .content .content-right {
	padding: 20px;
	background: #fff;
	transition: 0.3s;
	overflow: hidden;
}

.main-service .content .content-right p {
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-service .content .content-right p.label {
	font-size: 16px;
	writing-mode: vertical-rl;
	padding: 10px;
}

.main-service .content .content-right span {
	display: block;
	width: 50px;
	height: 2px;
	background: #00aaff;
	margin-bottom: 23px;
}

.main-service .content .content-right:hover {
	z-index: 2;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 -1px 16px 0 rgba(0, 0, 0, 0.1); 
}
/*底部*/
.footer {
	background: #292e33;
}

.footer .footer-web {
	padding-top: 20px;
	padding-bottom: 43px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .footer-web>li{
	width: 20%;
	float: left;
	text-align: center;
	border-right: 1px solid hsla(0,0%,100%,.4);
    line-height: 1;
    font-weight: 400;
    box-sizing: border-box;
}
.footer .footer-web>li:nth-of-type(5){
	border-right: 0px solid hsla(0,0%,100%,.4);
}
.footer .footer-web>li>a {
	color: #a5aaa9;
	line-height: 22px;
	margin-right: 20px;
	transition: 0.3s;
	font-size: 14px;
}

.footer .footer-web>li>a:hover {
	color: #00aaff;
	transition: 0.3s;
}

.footer .footer-contact {
	color: #fff;
	text-align: center;
}

.footer .footer-contact a {
	color: #7a7d80;
}
.footer .footer-contact a:hover {
	color: #00aaff;
}
.footer .footer-contact .contact-top {
    margin-top: 10px;
	line-height: 30px;
	color: #7a7d80;
}

.footer .footer-contact .contact-bottom {
	line-height: 30px;
	color: #7a7d80;
}
.service-more {
	padding: 31px 0px;
    text-align: center;
    background: url(/res/static/img/bg2.png);
    background-position: center;
	/*background-image: linear-gradient(227deg ,#00A4FF 0,#006EFF 88%);*/
}

.service-more a {
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	border-radius: 3px;
	background: transparent;
	border: #fff solid 1px;
}
.service-more a:hover {
	background: #fff;
	color: #00aaff;
}
.service-more a:hover i{
	color: #00aaff!important;
}
.pledge{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 81px;
    font-family: PingFangSC-Regular;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pledge-icon-01 {
    background: url(../img/pei.png) 50% no-repeat;
    background-size: 16px auto;
}
.pledge-icon-02 {
    background: url(../img/mian.png) 50% no-repeat;
    background-size: 16px auto;
}
.pledge-icon-03 {
    background: url(../img/bu.png) 50% no-repeat;
    background-size: 16px auto;
}
.pledge-icon-04 {
    background: url(../img/ke.png) 50% no-repeat;
    background-size: 16px auto;
}
.pledge>li{
	width: 25%;
	height: 81px;
	padding: 0px 70px;
	display: flex;
    align-items: center;
}
.pledge>li:hover .pledge-text{
	color: #00aaff;
	transform: 2s;
}
.pledge>li>span {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.pledge-text{
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
}



/** 产品 */

.banner.product {
	width: 100%;
	height: 192px;
	background: url(../img/banner6.png) no-repeat center top;
	background-size: cover;
}

.main.product.content-box.content-box .content {
	border-bottom: 1px solid #e8e8e8;
}

.main.product.content-box.content-box .content .content-img {
	text-align: center;
}

.main.product.content-box.content-box .content .content-img img {
	max-width: 100%;
}

.main.product.content-box.content-box .content .label {
	color: #565656;
	font-size: 30px;
	line-height: 78px;
	margin-top: 32px;
}

.main.product.content-box.content-box .content .detail {
	font-size: 16px;
	line-height: 28px;
	color: #d7d7d7;
	padding-bottom: 30px;
}
thead tr{
	color: #fff;
	background-color: #2F4056!important;
}
thead th{
	text-align: center!important;
	font-weight: bold!important;
}
tbody tr:hover{
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 -1px 16px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow:0 2px 5px 0 rgba(0,0,0,.5);
    border-left: #00aaff 3px solid;
}
tbody td{
	text-align: center;
	padding: 15px!important;
}
.main.product.content-box.content-box .content a {
	color: #a0d2cc;
	font-size: 16px;
	line-height: 38px;
	padding: 10px 11px 10px 23px;
	border: 1px solid #a0d2cc;
	border-radius: 3px;
}
.main.product .ddc-block .container {
	max-width: 1200px;
	margin: 20px auto;
}
 .ddc-package__top {
	text-align: center;
	margin: 30px auto 22px
}
 .ddc-package__title {
    padding-top: 20px;
	font-size: 25px;
	color: #333;
	line-height: 1.4;
	text-align: center;
	font-weight: 500
}
 .ddc-package__title span{
	color: #00aaff;
}
.ddc-package__top-icon {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	width: 28px;
	height: 28px
}
.mqcloud {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.mqcloud-c {
    width: 1210px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}
.mqcloud-c>ul {
    width: 100%;
    overflow: hidden;
}
.mqcloud-c>ul>li {
    width: 24%;
    height: 164px;
    background-image: linear-gradient(180deg, #1A202E 1%, #131720 100%);
    float: left;
    margin-right: 1%;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 0;
    transition: margin 0.3s, background 0.3s;
}
.mqcloud-c>ul>li:hover {
	background-image: linear-gradient(180deg, #384563 1%, #3C4764 100%);
	margin-top: -3px;
}
.mqcloud-c>ul>li>p {
    float: left;
    width: 40%;
    text-align: center;
    overflow: hidden;
    color: #ccc;
    font-size: 16px;
    line-height: 65px;
    border-right: 1px solid #313C51;
    margin: 8px 0px;
    box-sizing: border-box;
}
.mqcloud-c>ul>li>p>img {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}
.mqcloud-c>ul>li>ol {
    height: 100%;
    float: right;
    width: 60%;
}
.mqcloud-c>ul>li>ol>li {
    text-align: center;
}
.mqcloud-c>ul>li>ol>li>a {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #ccc;
    padding: 0px 10px;
}
.mqcloud-c>ul>li>ol>li>a:hover {
	color: #00a4ff;
}




 .ddc-package__top-icon:after,
 .ddc-package__top-icon:before {
	position: absolute;
	top: 15px;
	display: inline-block;
	width: 474px;
	height: 1px;
	content: ""
}

 .ddc-package__top-icon:before {
	background: linear-gradient(-90deg, #8baad0, rgba(139, 170, 208, 0));
	margin-right: 27px;
	right: 27px
}

 .ddc-package__top-icon:after {
	background: linear-gradient(90deg, #8baad0, rgba(139, 170, 208, 0));
	margin-left: 27px;
	left: 27px
}
 .ddc-package__subtitle {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	text-align: center;
	font-weight: 400;
	margin: 6px 0 36px
}

 .ddc-package__subtitle a {
	color: #00aaff;
	cursor: pointer
}

.main.product .ddc-block .ddc-package__subtitle b {
	color: #00aaff;
	font-weight: 400
}

.main.product .ddc-block .ddc-package__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.main.product .ddc-block .ddc-package__item {
	width: 31%;
	border: 1px solid #e6e8ee;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}
.main.product .ddc-block .ddc-package .package-item__vertical {
	flex-basis: 31%;
}
.main.product .ddc-block .ddc-package .package-item__vertical:hover{
	z-index: 2;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 -1px 16px 0 rgba(0, 0, 0, 0.1);
    top: -1px;
    
}
.main.product .ddc-block .ddc-package .package-item__vertical:nth-child(n+4) {
	margin-top: 16px
}

.main.product .ddc-block .ddc-package .package-item__vertical:first-of-type {
	margin-left: -40px
}

.main.product .ddc-block .ddc-package .package-item__vertical .title-box {
	padding: 12px 0px;
	background-color: #f2f8fe;
	width: auto;
	height: auto;
}

.main.product .ddc-block .ddc-package .package-item__vertical .title-box .title {
	font-size: 20px;
	color: #1f3252;
	line-height: 1.4;
	text-align: center;
	font-weight: 700
}

.main.product .ddc-block .ddc-package .package-item__vertical .title-box .subtitle {
	margin-top: 4px;
	font-size: 12px;
	color: rgba(31, 50, 82, .8);
	line-height: 1.7;
	text-align: center;
	font-weight: 400
}

.main.product .ddc-block .ddc-package .package-item__vertical .title-box .subtitle b {
	color: #00aaff;
	font-weight: 400
}

.main.product .ddc-block .ddc-package .package-item__vertical .content-box {
	padding: 16px 12px
}

.main.product .ddc-block .ddc-package .package-item__vertical .content-box .content {
	text-align: left
}

.main.product .ddc-block .ddc-package .package-item__vertical .content-box .buy {
	margin-top: 16px;
	display: inline-block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	color: #fff;
	background-color: #00aaff;
	border: 1px solid #00aaff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-weight: 500
}
.main.product .ddc-block .ddc-package .package-item__vertical .content-box li {
	text-align: center;
	height: 35px;
	border-bottom: 1px solid #e6e8ee;
	list-style: none;
}

.main.product .ddc-block .ddc-package .package-item__vertical .content-box li .price {
	flex: 1;
	font-size: 20px;
	color: #fe4f27;
	text-align: center;
	font-weight: 500;
    font-style: normal;
}

.parameter{
	width: auto;
	height: 44px;
    padding: 20px 0px 10px 0px;
}
.parameter>li {
    width: 20%;
  	height: auto;
    color: #666;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 2px;
}
.parameter>li:nth-of-type(4){
    width: 16%;
}
.parameter>li:nth-of-type(5){
    width: 24%;
}
.parameter .l4{
    width: 25%;
}
.parameter .l4:nth-of-type(1){
    width: 30%;
}
.parameter .l4:nth-of-type(3){
    width: 17%;
}
.parameter .l4:nth-of-type(4){
    width: 23%;
}
.parameter>li em {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    font-style: normal;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/** 动态 */

.banner.news {
	background: url(../img/nav_img3.jpg) no-repeat center top;
	background-size: cover;
}

.banner .title.active {
	padding-top: 90px;
	transition: 1.5s;
}

.banner .title p {
	color: #2F4056;
	font-size: 28px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 5px;
}

.banner .title p.en {
	font-size: 16px;
	letter-spacing: 3px;
}

.main-news {
	padding: 70px 0 80px 0;
}

.main-news .content>div {
	padding-bottom: 40px;
	border-bottom: 1px dashed #eaeaea;
	position: relative;
}

.main-news .content .news-img {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.main-news .content .news-img img {
	max-width: 90%;
}

.main-news .content .news-panel {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	padding-left: 5px;
	box-sizing: border-box;
}

.main-news .content .news-panel strong a {
	display: block;
	color: #555;
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news .content .news-panel p.detail {
	color: #777;
	line-height: 24px;
}

.main-news .content .news-panel p.read-push {
	color: #AAA;
	padding-top: 5px;
}

.main-news #newsPage .layui-laypage {
	display: block;
	text-align: center;
	margin-top: 70px;
}

.main-news #newsPage .layui-laypage a,
.main-news #newsPage .layui-laypage span {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 3px;
	color: #e3e3e3;
}

/*动态详情页*/

.main-newsdate {
	margin-top: 80px;
	text-align: center;
}

.main-newsdate .news {
	text-align: left;
	line-height: 104px;
}

.main-newsdate h1 {
	padding-top: 6px;
}

.main-newsdate .pushtime {
	color: #686868;
	font-size: 18px;
	line-height: 82px;
}

.main-newsdate .introTop {
	padding-bottom: 28px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.main-newsdate .introBott {
	font-size: 18px;
	line-height: 42px;
	text-align: justify;
	padding: 40px 0 102px 0;
}

.main-newsdate img {
	max-width: 100%;
}


/** 案例 */

.banner.case {
	background: url(../img/nav_img2.jpg) no-repeat center top;
	background-size: cover;
}

.main-case {
	padding: 30px 0 75px;
}

.main-case .content {
	width: 48%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
	border-bottom: 2px solid #c9c9c9;
}

.main-case .content.even {
	margin-left: 2%;
}

.main-case .content .case-img {
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

.main-case .content .case-img img {
	width: 100%;
	transition: 2s;
}

.main-case .content .case-img img:hover {
	transform: scale(1.2, 1.2);
	transition: 2s;
}

.main-case .content p.lable {
	padding-top: 13px;
	font-size: 30px;
	line-height: 76px;
}

.main-case .content p {
	font-size: 18px;
	line-height: 32px;
	color: #505050;
}

.main-case #casePage .layui-laypage {
	display: block;
	text-align: center;
	margin-top: 100px;
}

.main-case #casePage .layui-laypage a,
.main-case #casePage .layui-laypage span {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 3px;
	color: #e3e3e3;
}

/** 关于 */

.banner.about {
	width: 100%;
	height: 192px;
	background: url(../res/static/img/about.png) no-repeat center top;
	background-size: cover;
}

.main-about {
	padding-bottom: 30px;
}

.main-about ul.aboutab {
	padding: 50px 0;
	text-align: center;
}

.main-about ul.aboutab a {
	display: inline-block;
	padding: 0 22px;
	margin-left: 15px;
	font-size: 20px;
	line-height: 46px;
	color: #b5b5b5;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	cursor: pointer;
}

.main-about ul.aboutab a:first-child {
	margin-left: 0;
}

.main-about ul.aboutab a.layui-this,
.main-about ul.aboutab a:hover {
	color: #00aaff;
	border-color: #00aaff;
	transition: 0.3s;
}

.tabJob{
	background: #fff;
}


/*公司简介*/

.main-about .tabIntro {
	padding-bottom: 15px;
}

.main-about .tabIntro .content {
	vertical-align: middle;
}

.main-about .tabIntro .content .img {
	width: 600px;
	height: auto;
	overflow: hidden;
}

.main-about .tabIntro .content .img img {
	 width: 100%;
	 transition: all 2s; 
}
.main-about .tabIntro .content .img:hover img{
	transform: scale(1.2);
}
.main-about .tabIntro .content .panel {
	width: 50%;
	float: left;
}

.main-about .tabIntro .content p {
	padding: 0 20px;
	line-height: 24px;
	text-align: justify;
}

.main-about .tabIntro .p_hidden {
	padding: 0 20px;
	display: none;
}


/*招贤纳士*/

.main-about .tabJob .content {
	padding: 0 20px 40px 20px;
	border: 1px solid #e2e2e2;
	border-top: 4px solid #393D49;
	margin-top: 90px;
}

.main-about .tabJob .content:first-child {
	margin-top: 10px;
}

.main-about .tabJob .content p {
	font-size: 18px;
	line-height: 40px;
}

.main-about .tabJob .content p.title {
    text-align: left;
	font-size: 24px;
	color: #545454;
}

.main-about .tabJob .content ol {
	padding-left: 20px;
	list-style-type: none;
	counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
	color: #8d8d8d;
	font-size: 16px;
	line-height: 30px;
}
/*发展历程*/

.main-about .tabCour p.title {
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.main-about .tabCour .timeline {
	position: relative;
}

.main-about .tabCour .timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	width: 2px;
	background-color: #e2e2e2;
	left: 50px;
}

.main-about .tabCour .timeline li {
	width: 33%;
	position: relative;
	float: left;
}

.main-about .tabCour .timeline li .cour-img img {
	width: 100%;
}

.main-about .tabCour .timeline li .cour-panel p.label {
	font-size: 18px;
	color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
	color: #949494;
	line-height: 30px;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
.main-product{
	padding-bottom: 0px;
}
.layui-col-md3{
	float: left;
	width: 50%;
}
#banner .panel{
	width: 100%;
	left: 0%;
	text-align: left;
	padding-left: 5%;
	}
	#banner .panel p.title{
		font-size: 14px;
	    line-height: 1em;
	}
	#banner .panel p{
		font-size: 14px;
		letter-spacing: 3px;
	}
}
@media screen and (max-width: 480px) {
	.ddc-package__top-icon:after,
	 .ddc-package__top-icon:before {
		width: 600%;
	}
	.main-about ul.aboutab a {
	padding: 0 12px;
}
	#banner .panel{
	width: 100%;
	height: 100%;
	text-align: left;
	}
	#banner .panel p.title{
		font-size: 14px;
		line-height: 2em;
	}
	#banner .panel p{
		font-size: 14px;
		line-height: 1em;
	}
		#banner {
	margin-top: 80px;
}
	#banner img {
	width: 100%;
    height: 100%;
}
.layui-carousel>[carousel-item]{
	height: 100%;
}
.layui-carousel>[carousel-item]>*{
	height: 100%;
}
.main-product{
	padding-bottom: 0px;
}
	.main.product .ddc-block .ddc-package .package-item__vertical{
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.main.product .ddc-block .ddc-package__item{
	flex-basis: 100%;
	}
	.pledge{
	height: 162px;
	display: block;
	margin-bottom: 5px;
}
.pledge>li{
	width: 50%;
	padding: 0px;
	float: left;
}
	.nav-list .layui-btn-primary{
		border: none;
	}
	.nav-list .layui-btn-primary:hover{
		color: #00aaff;
		border-bottom: #00aaff solid 1px;
		box-sizing: border-box;
}
.panel-content .nav-row .nav-list{
	display: inline;
}
.panel-content{
	overflow: auto;
}
.panel-content .nav-row .row-title{
	margin-bottom: 0px;
}
	.main-service .content .content-right {
		padding: 10px 10px 0 10px;
	}
	.main-service .content .content-right p {
		line-height: 24px;
	}
	.main-news .content .news-panel p.read-push {
		font-size: 12px;
	}
	.main-case .content {
		padding-top: 60px;
	}
	.main-case .content p.lable {
		padding-top: 10px;
		font-size: 18px;
		line-height: 48px;
	}
	.main-case .content p {
		font-size: 12px;
		line-height: 20px;
		color: #505050;
	}
	.main-about ul.aboutab {
		padding: 70px 0;
	}
	.main-about ul.aboutab li {
		padding: 0 15px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.main-about .tabIntro .content .img {
		width: 100%;
	}
	.main-about .tabIntro .content .panel {
		width: 100%;
	}
	.main-about .tabIntro .content .panel.p_block {
		display: none;
	}
	.main-about .tabIntro .p_hidden {
		display: block;
	}
	.main-news #newsPage .layui-laypage a,
	.main-news #newsPage .layui-laypage span,
	.main-case #casePage .layui-laypage a,
	.main-case #casePage .layui-laypage span {
		padding: 0 12px;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		margin-right: 4px;
	}
}


/*小屏幕*/
@media screen and (min-width: 768px) {
	.nav {
		max-height: 80px;
	}
	.nav .nav-list button {
		display: none;
	}
	.nav .layui-nav {
		width: auto;
		position: absolute;
		top: 0;
		padding: 0 5px;
		border-radius: 0;
		margin: 0;
	}
	.nav .layui-nav .layui-nav-item {
		display: inline-block;
		margin: 0 20px;
		line-height: 80px;
	}
	.main-product p.title,
	.main-service p.title {
		font-size: 24px;
	}
	.main.product.content-box.content .content-img {
		text-align: left;
	}
	.main-news .content .news-panel strong a {
		font-size: 20px;
		line-height: 30px;
	}
	.main-news .content .news-panel p.read-push {
		padding-top: 0;
		position: absolute;
		bottom: 40px;
	}
	.main-newsdate .pushtime {
		line-height: 142px;
	}
	.main-case .content {
		width: 45%;
	}
	.main-case .content.even {
		margin-left: 9%;
	}
	.main-about ul.aboutab li {
		padding: 0 32px;
		font-size: 24px;
		margin-left: 30px;
		line-height: 50px;
	}
	.main-about .tabIntro .content p {
		padding: 0 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.main-about .tabJob .content p {
		font-size: 16px;
		color: #8d8d8d;
	}
	.main-about .tabJob .content p.title {
		color: #00aaff;
	}
	.main-about .tabJob .content ol li {
		font-size: 16px;
		line-height: 28px;
		list-style: none;
	}
	.main-about .tabCour .timeline:before {
		left: 50%;
	}
	.main-about .tabCour .timeline li .cour-panel {
		padding-left: 0;
	}
	.main-about .tabCour .timeline li.odd .cour-panel {
		text-align: right;
	}
}
@media screen and (max-width: 768px){
#banner .panel1 p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
#banner .panel1{
    width: 95%;
    margin: 0 2%;
top: 0px;
}
.footer .footer-web>li>a{
 margin-right: 0px;
}
    .ljzxkf{
        margin-top: 0px!important;
        margin-bottom: 15px;
    }
#butto{
    width: 100%!important;
}
.footer .footer-web {
	padding-bottom: 63px;
}
.layui-col-sm2,
.layui-col-lg1{
	width: 20%!important;
	float: left;
	height: auto!important;
}
.footer .layui-col-lg11{
	width: 100%;
	margin-left: 0%;
}
.footer .layui-col-lg3{
	width: 100%;
}
.footer .layui-col-lg9{
	width: 100%;
}
.main-product p.title, .main-service p.title{
	line-height: 80px;
	font-size: 16px;
}
.layui-col-md3{
	float: left;
	width: 100%;
}
.layui-col-md1 {
    width: 50%;
    float: left;
}
.layui-col-md4{
	width: 100%;
}
.ddc-package__top-icon:after,
.ddc-package__top-icon:before {
	width: 600%;
}
#banner {
    margin-top: 80px;
}
.nav .layui-nav .layui-nav-item:hover .layui-nav-item>a{
    color: #00aaff;
	border-bottom: #00aaff solid 1px;
	box-sizing: border-box;
}
.panel-content .nav-row .nav-list{
	display: inline;
}
.panel-content .nav-row .nav-list>li:hover a{
	color: #00aaff;
	border-bottom: #00aaff solid 3px;
	box-sizing: border-box;
}
.panel-content .nav-row .nav-list>li{
	width: auto;
	margin-right: 0px;
}
	.main.product .ddc-block .ddc-package .package-item__vertical{
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.main.product .ddc-block .ddc-package__item{
	flex-basis: 100%;
	}
	.pledge{
	height: 162px;
	display: block;
	margin-bottom: 5px;
}
.pledge>li{
	width: 50%;
	padding: 0px;
	float: left;
}
.main-about ul.aboutab{
	padding: 30px 0;
}
.main-about .tabIntro .content .panel{
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
 .nav {
	background-color: #2b3033;
	overflow: hidden;
    }
    #banner img {
	width: 100%;
    height: 100%;
}
.layui-fixbar{
    display: none;
}
#banner .panel1 p.title {
    font-size: 15px;
    line-height: 50px;
}
#banner .panel2 p.title {
    text-align: center;
    font-size: 15px;
    line-height: 50px;
}
#banner .panel2 p {
    font-size: 14px;
    line-height: 30px;
}
#banner .panel2 {
top:0px;
    width: 95%;
    left: 0; 
    margin: 0 2%;
}
.mqcloud-c{
    width: 100%;
}
.mqcloud-c>ul>li{
    width: 100%;
    margin-right: 0%;
}
.mqcloud-c>ul>li>p{
    width: 40%;
}
.mqcloud-c>ul>li>ol {
    width: 60%;
}
.mqcloud-c>ul>li>ol>li {
    text-align: center!important;
}
.nav .layui-nav .layui-nav-item {
    line-height: 50px;
}
.rno-solition-btn{
    margin-top: 20px;
}
.nav .layui-nav-bar, .nav .layui-nav .layui-this:after {
    height: 0px;
}
.panel-content .nav-row{
    padding-top: 0px;
}
.panel-content{
    height: 350px;
	overflow: auto;
    width: 95%;
    padding: 0px;
}
.panel-content .nav-row .row-title {
    margin-bottom: 0px; 
}
.panel-content .nav-row .nav-list>li {
    border-bottom: 1px solid #d2d2d2;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
		.ddc-package__top-icon:after,
	 .ddc-package__top-icon:before {
		width: 600%;
	}
	.main.product.content-box.content div.right {
		padding-left: 20px;
	}
	.nav .layui-nav .layui-nav-item {
		margin: 0 33px;
	}
	.main-service .content .content-right {
		padding: 10px 10px 0 15px;
	}
	.main-service .content .content-right span {
		margin-bottom: 20px;
	}
	.main-service .content .content-right p {
		line-height: 28px;
	}
	.main.product.content-box.content .label {
		line-height: 40px;
		margin-top: 0;
	}
	.main.product.content-box.content .detail {
		padding-bottom: 10px;
	}
}


/*大屏幕*/

@media screen and (min-width: 992px) {
	.main.product.content-box.content {
		padding: 100px 0;
	}
	.main.product.content-box.content div.right {
		padding-left: 0;
	}
	.main-news .content .news-img {
		width: 20%;
	}
	.main-news .content .news-panel {
		width: 80%;
	}
	.main-case .content {
		width: 31%;
	}
	.main-case .content.even {
		margin-left: 0;
	}
	.main-case .content.center {
		margin-right: 3%;
		margin-left: 3%;
	}
	.main-about .tabIntro .content p {
		padding: 0 50px;
		font-size: 16px;
		line-height: 40px;
	}
}


/*超大屏幕*/

@media screen and (min-width: 1200px) {
	.main-news .content .news-img {
		width: 35%;
	}
	.main-news .content .news-panel {
		width: 65%;
	}
	.main-news .content:nth-child(odd) {
		padding-right: 20px;
	}
	.main-news .content:nth-child(even) {
		padding-left: 20px;
	}
	.main-about .tabCour .timeline li.odd .cour-panel {
		padding-left: 0;
		text-align: left;
	}
}

@media screen and (min-width: 1300px) {
	.layui-container {
		width: 1220px;
		padding: 0;
	}
	.nav .nav-logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	.layui-col-space80>* {
		border: 1px solid #dfe1e6;
		margin: 0 0 -1px -1px;
	}
}