 /* 初始化CSS  重置浏览器样式*/
 html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
 fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
 /*img{display: block;}*/
 ul, ol { list-style:none; }
 input { padding-top:0; padding-bottom:0; font-family: "SimSun","microsoft yahei";}
 select, input { vertical-align:middle; }
  select, input, textarea { font-size:12px; margin:0; }
 textarea { resize:none; }
 table { border-collapse:collapse; }
 h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
 body {font-size:12px; color:#999;font-family:"microsoft yahei";}
 /*clearfix 清除浮动 zoom表示IE6中清除浮动 */
 .clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
 .clearfix { zoom:1; }
 .clearit { clear:both; height:0; font-size:0; overflow:hidden; }
 
 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: background 0.2s,width 0.2s,height 0.2s,transform 0.2s,box-shadow 0.2s,opacity 0.2s,line-height 0.2s,margin 0.2s,padding 0.2s;
}


/* 首页 */
.header {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header.fixheader {
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.head {
    min-height: 95px;
    position: relative;
    max-width: 100%;
    margin: 0 50px;
}
.logo {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 18px;
}
.logo a {
	display: block;
}
.trslogo {
	display: block;
}
.trslogo2 {
	display: none;
}
.header.fixheader .trslogo {
	display: none;
}
.header.fixheader .trslogo2 {
	display: block;
}
.main_nav {
	display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
.main_nav > li {
    position: relative;
}
.main_nav > li > a {
	position: relative;
    display: block;
    height: 95px;
    line-height: 95px;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 0 33px;
}
.main_nav > li a.on {
	color: #fff;
	font-weight: bold;
}
.main_nav > li > a.on:before {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 8px;
    height: 2px;
    background: #fff;
    opacity: 1;
    left: 33px;
    right: 33px;
}
.main_nav > li > a:hover {
	color: #fff;
	font-weight: bold;
}
.main_nav > li > a:hover:before {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 8px;
    height: 2px;
    background: #fff;
    opacity: 1;
    left: 33px;
    right: 33px;
}
.header.fixheader .main_nav > li > a {
	color: #333;
}
.header.fixheader .main_nav > li > a.on {
	color: #0144e4;
	font-weight: bold;
}
.header.fixheader .main_nav > li > a.on:before {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 8px;
    height: 3px;
    background: #0144e4;
    opacity: 1;
    left: 33px;
    right: 33px;
}
.header.fixheader .main_nav > li > a:hover {
	color: #0144e4;
	font-weight: bold;
}
.header.fixheader .main_nav > li > a:hover:before {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 8px;
    height: 2px;
    background: #0144e4;
    opacity: 1;
    left: 33px;
    right: 33px;
}

/* header2 */
.header2 {
	position: relative;
}
.header2 .main_nav {
	display: block;
	float: right;
}
.header2 .main_nav > li {
	float: left;
}
.header2 .trslogo {
	display: none;
}
.header2 .trslogo2 {
	display: block;
}
.header2 .main_nav > li > a {
	color: #333;
}
.header2 .main_nav > li > a.on {
    color: #0144e4;
    font-weight: bold;
}
.header2 .main_nav > li > a.on:before {
	background: #0144e4;
}
.header2 .main_nav > li > a:hover {
    color: #0144e4;
    font-weight: bold;
}
.header2 .main_nav > li > a:hover:before {
	background: #0144e4;
}
.main_nav > li:hover .seconds_nav {
	transition: 0.3s;
	height: auto;
	padding: 10px 0;
}
.seconds_nav {
	overflow: hidden;
	padding: 0 0;
	width: 210px;
	height: 0;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	transition: 0.3s;
	background: rgba( 255, 255, 255, 1);
    box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.2);
}
.seconds_nav ol:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.seconds_nav ol li {
	display: block;
	position: relative;
}
.seconds_nav ol li a {
	display: block;
	padding: 0 30px;
	color: #333;
	font-size: 18px;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.seconds_nav ol li a:hover {
	color: #0144e4;
	font-weight: bold;
	background: #f5f5f5;
}
.seconds_nav ol li a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 55px;
	background: #0144e4;
}



/* 视频 */
.video_main {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000;
}
.video_main .video_con {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 60%;
    object-position: 50% 60%;
}
.overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(51, 112, 255, 0.2);
    background: rgba(0, 122, 255, 0.51);
    background: rgba(51, 112, 255, 0.26);
}
.overlay_title {
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1.8;
}


/* 业务领域 */
.index-business {
    position: relative;
    color: #fff;
}
.index-business .head {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}
.wal {
    max-width: 1250px;
    margin: 0 auto;
}
.index-business .head .wal {
    position: relative;
    padding-top: 125px;
}
.index-title {
    position: relative;
    max-width: 890px;
}
.index-title h2 {
    font-size: 46px;
    line-height: 1em;
    padding-bottom: 12px;
}
.index-title h2 a {
	display: block;
	color: #fff;
	cursor: pointer;
}
.index-title p {
    font-size: 18px;
    color: #999;
    max-width: 565px;
    line-height: 31px;
}
.index-business .head .index-title p {
    color: #fff;
}
.index-business .head .btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: -12px;
    top: 117px;
    bottom: auto;
}
.index-business .head .btn ul {
	display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.index-business .head .btn li {
    width: 80px;
    height: 86px;
    text-align: center;
    position: relative;
    font-size: 27px;
    line-height: 37px;
    padding-top: 6px;
    margin-left: 68px;
    letter-spacing: 1px;
}
.index-business .head .btn li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 2px;
    background: #0144e4;
    opacity: 0;
}
.index-business .head .btn li.on, .index-business .head .btn li:hover {
    background: #0144e4;
}
.index-business .head .btn li.on:before {
    opacity: 1;
}
.index-business .head .btn li:after {
    content: "";
    display: block;
    position: absolute;
    left: -33px;
    top: 50%;
    width: 1px;
    height: 50px;
    background: #fff;
    margin-top: -25px;
}
.index-business .head .btn li:first-child:after {
	display: none;
}
.index-business .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index-business .list li {
    height: 800px;
    background: center no-repeat;
    background-size: cover;
    padding-top: 345px;
}
.index-business .list h3 {
    font-size: 38px;
}
.index-business .list p {
    font-size: 18px;
    padding: 15px 0 35px 0;
}
a.p-more {
    font-size: 22px;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    color: #666;
    width: 130px;
    position: relative;
    letter-spacing: 1px;
}
.index-business .list a.p-more {
    color: #fff;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index-business .list a.p-more:hover {
    color: #0144e4;
}
a.p-more:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    right: -20px;
    background: url(../images/img36.png) right center no-repeat;
    background-size: auto 12px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index-business .list a.p-more:before {
    background-image: url(../images/img36_4.png);
}
.index-business .list a.p-more:hover:before {
    background-image: url(../images/img56.png);
}


/* 核心技术 */
.index_products_bg {
	background: #f9f9f9 url(../images/contact_bg.png) repeat-y center center;
	background-size: cover;
	background-attachment: fixed;
}
.core-wrap {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
.core-wrap > h2 {
	padding: 40px 0;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.core-wrap > h2 a {
	text-align: center;
	font-size: 40px;
	color: #333;
	font-weight: normal;
	cursor: pointer;
}
.core-wrap > p {
	width: 1240px;
	text-align: center;
	font-size: 20px;
	color: #666;
	line-height: 35px;
	margin-bottom: 35px;
}
.core-wrap ul {
	position: relative;
	/*left: 24px;*/
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.core-wrap ul li {
	float: left;
	width: 384px;
	/*margin-right: 20px;*/
	color: #545454;
}
.core-wrap ul li a, .core-wrap ul li img {
	width: 384px;
	height: 250px;
}
.core-wrap ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.core-wrap ul li img {
	transition: transform 0.3s;
}
.core-wrap ul li img:hover {
	transform: scale(1.1);
}
.core-wrap ul li > h4 {
    font-size: 28px;
    margin: 20px 0 5px;
    font-weight: normal;
    color: #333;
}
.core-wrap ul li div {
	height: 100px;
	width: 100%;
}
.core-wrap ul li div p {
	float: left;
	font-size: 16px;
	line-height: 25px;
	color: #545454;
	margin: 0 0 8px 0;
	width: 100%;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


/* 新闻中心 */
.page-content {
    max-width: 1240px;
    margin: 0 auto;
}
.card-title {
    font-size: 40px;
    font-weight: normal;
    color: #333333;
    line-height: 60px;
    text-align: center;
}
.card-title a {
    font-size: 40px;
    font-weight: normal;
    color: #333333;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.p-news {
	padding-top: 0px;
	padding-bottom: 172px;
	position: relative;
	margin-top: 60px;
}
.p-news .news-container {
	display: flex;
	justify-content: space-between;
	z-index: 2;
	position: relative;
	margin-top: 40px;
	padding: 0;
    background: none;
}
.p-news .news-container .news-item {
	margin-right: 25px;
	width: 385px;
	background-color: #fff;
}
.p-news .news-container .news-item:last-child {
	margin-right: 0;
}
.p-news .news-container .news-item .img {
	height: 180px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.p-news .news-container .news-item .content {
	padding: 24px 32px 0 32px;
	height: 115px;
	transition: all 0.3s;
}
.p-news .news-container .news-item .content .title {
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
	margin-bottom: 4px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.p-news .news-container .news-item .content .date {
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	margin-bottom: 12px;
}
.p-news .news-container .news-item .content .tags {
	display: none;
}
.p-news .news-container .news-item .content .tags .tag {
	padding: 5px 12px;
	margin-right: 8px;
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	line-height: 17px;
	text-shadow: 0px 0px 20px rgba(153, 153, 153, 0.27);
	background: rgba(248, 248, 248, 1);
}
.p-news .news-container .news-item:hover .img {
	height: 136px;
}
.p-news .news-container .news-item:hover .content {
	height: 115px;
}
.p-news .news-container .news-item:hover .content .title {
	color: #0e57a2;
}
.p-news .news-container .news-item:hover .content .tags {
	display: block;
}
.p-news .adv-container {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #0a2349;
	height: 390px;
	text-align: center;
	position: absolute;
	top: 178px;
	left: 0;
	right: 0;
}
.p-news .adv-container .img, .p-news .adv-container .mask, .p-news .adv-container .button {
	position: absolute;
	left: 0;
	right: 0;
}
.p-news .adv-container .img, .p-news .adv-container .mask {
	top: 0;
	bottom: 0;
}
.p-news .adv-container .img img {
	height: 100%;
}
.p-news .adv-container .mask {
	background: linear-gradient( 270deg, rgba(10, 35, 73, 1) 32%, rgba(10, 35, 73, 0) 50%, rgba(10, 35, 73, 1) 68%);
}
.p-news .adv-container .button {
	bottom: 88px;
	margin: auto;
}
.button {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 1px;
    font-size: 16px;
    text-align: center;
    transition: all 0.1s linear 0s;
}
.button-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}


/* footer */
.footer {
	width: 100%;
	background: #343434;
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
}
.footer-inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	padding: 0 200px;
	position: relative;
	*zoom: 1;
}
.footer-inner:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.footer-inner > ul {
	float: left;
}
.footer-inner > ul > li {
	font-size: 16px;
	margin-bottom: 20px;
	opacity: .8;
}
.footer-r {
	margin: 40px 0 0 220px;
}
.footer-r > li > span {
	margin-left: 30px;
}
.footer-l li:nth-of-type(2) {
	font-size: 20px;
    font-weight: bold;
}
.footer-l li:nth-of-type(4) img {
	margin-right: 30px;
	width: 26px;
	height: 26px;
}
.footer-l li:nth-of-type(6) {
	line-height: 28px;
	opacity: .6;
}
.qr_code {
	/* position: absolute; */
	/* right: 100px; */
	/* top: 36px; */
	float: right;
	margin-top: 36px;
}
.qr_code > p {
	text-align: center;
	padding: 20px 0;
	opacity: .8;
}
.qr_code > img {
	width: 120px;
}


/* 新闻列表 */
.common-container {
	display: block;
    min-height: 700px;
}
.news-banner-container {
	color: #fff;
	padding-top: 140px;
	text-align: center;
	height: 360px;
	background-position: center;
	background-size: auto 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-image: url(../images/banner1.jpg);
	background-size: cover;
}
.news-banner-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 12px;
    letter-spacing: 5px;
}
.news-banner-container .desc {
	font-size: 24px;
	line-height: 28px;
}
.news-container {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 80px;
}
.news-container .tabs {
	display: flex;
	justify-content: center;
	margin: 32px auto 48px;
}
.news-container .tabs .tab {
	width: 180px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	background-color: #f0f0f0;
	margin-right: 16px;
	transition: all 0.3s;
	cursor: pointer;
	background: #ecf2f8;
	border: 1px solid #cfddec;
	border-radius: 1px;
}
.news-container .tabs .tab:hover {
	color: #0e57a2;
}
.news-container.tabs .tab:last-child {
	margin-right: 0;
}
.news-container .tabs .tab.active {
	background-color: #0e57a2;
	border: 1px solid #f0f0f0;
	color: #fff;
	font-weight: 600;
}
.news-container .news-wrap .news-item {
	width: 100%;
	padding: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 1px;
	margin-bottom: 16px;
	border-top: 1px solid #e6e6e6;
}
.news-container .news-wrap .news-item:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.news-container .news-wrap .news-item:hover .content .title {
	color: #0e57a2;
}
.news-container .news-wrap .news-item .pic {
	width: 100%;
	min-width: 370px;
	max-width: 370px;
	height: 172px;
	margin-right: 32px;
	object-fit: cover;
}
.news-container .news-wrap .news-item .pic img {
	width: 100%;
}
.news-container .news-wrap .news-item .content .title {
	font-size: 16px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
	margin-bottom: 6px;
	text-align: left;
}
.news-container .news-wrap .news-item .content .desc {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news-container .news-wrap .news-item .content .tags .tag {
	padding: 5px 12px;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-right: 12px;
	background: #F8F8F8;
}
.news-container .news-wrap .news-item .content .date {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
}
.pagination {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.pagination .pagination-item {
	margin-right: 16px;
	width: 30px;
	height: 30px;
	background-color: #E6E6E6;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 3px;
}
.pagination .pagination-item:hover {
	color: #0144e4;
}
.pagination .pagination-quick::before {
	content: "···";
}
.pagination .pagination-quick-next:hover::before {
	content: ">>";
}
.pagination .pagination-quick-prev:hover::before {
	content: "<<";
}
.pagination .pagination-item:last-child {
	margin-right: 0;
}
.pagination .pagination-item.disabled {
	color: #D3D3D3;
}
.pagination .pagination-item.active {
	background-color: #0144e4;
	color: #fff;
}


/* 新闻详情 */
.path_box {
    background: #F7F7F7;
    height: 49px;
    font-size: 12px;
    color: #696969;
}
.type_page {
    width: 1240px !important;
}
.curr_p {
    font-size: 14px;
    color: #696969;
}
.path_box .now_path {
    font-size: 14px;
    line-height: 17px;
    color: #0E57A2;
}
.flex {
    display: flex;
}
.flex_j {
    justify-content: center;
}
.flex_a {
    align-items: center;
}
.flex_sb {
    justify-content: space-between;
}
.pad_b_80 {
    padding-bottom: 80px;
}
.pad_t_50 {
    padding-top: 50px;
}
.item_box {
    /* border-bottom: 1px solid #e6e6e6; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
.type_page .title {
    font-size: 30px;
    color: #181818;
    letter-spacing: 0;
    margin-bottom: 15px;
    /*margin-left: 20px;*/
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}
.news_box .top_box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.date {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
     text-align: center;
}
.news_box .left .text_box {
    /* height: 1200px; */
    margin-bottom: 80px;
}
.news_box .text_box p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 15px;
    text-indent: 2em;
}
.news_box .text_box p img {
	max-width: 1240px !important;
}


/* 关于米捷 */
.fr {
    float: right;
}
.clr {
    clear: both;
}
.tc {
    text-align: center;
}
.wrap {
    width: 1240px;
    margin: 0 auto;
}
.module {
    padding: 60px 0;
}
.module .wrap {
    position: relative;
    width: 1240px;
    margin: auto;
}
.module .title-left {
    text-align: left;
    margin-bottom: 0px;
    float: left;
}
.module .title h2 {
    font-size: 40px;
    color: #333;
    font-weight: 100;
}
.module img {
    vertical-align: middle;
}
.module-gray {
    background: #F7F8F9;
}
.title {
    margin-bottom: 50px;
    text-align: center;
}
.title p {
    padding-top: 20px;
    color: #666;
    font-size: 15px;
    line-height: 30px;
}
.index-2 .video {
    margin-top: 50px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}
.index-2 .video:before {
    content: '';
    /*background: #0095ff;*/
    width: 100px;
    height: 40px;
    border-radius: 2px;
    opacity: 0.8;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: 0.2s;
}
/*.index-2 .video:after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-color: transparent #fff transparent;*/
/*    border-width: 8px 0 8px 12px;*/
/*    border-style: solid;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*}*/
.index-2 .video:hover:before {
	opacity: 1;
}
.index-2 .title p {
    width: 540px;
}
.index-2 .title p strong {
    color: #0144e4;
}
.grid {
    padding-top: 20px;
}
.grid>li {
    display: inline-block;
    margin-left: -5px;
    vertical-align: top;
    position: relative;
}
.grid>li>div {
    position: relative;
}
.grid-3>li {
    width: 33.33%;
}
.grid-block>li>div {
    margin: 20px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    transition: 0.2s;
}
.grid>li h3 {
    text-align: center;
    color: #0144e4;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 100;
}
.grid>li p {
    color: #999;
    line-height: 26px;
}
.grid-block>li:hover>div {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.partner>li {
    float: left;
    width: 16.5%;
}
.partner>li>a {
    display: block;
    border: 1px solid #eee;
    margin: 10px;
    border-radius: 2px;
    overflow: hidden;
    transition: 0.2s;
}
.partner>li img {
    width: 100%;
}
.partner>li>a:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}


/* 人才招聘 */
.module-narrow {
    padding: 40px 0;
}
.title-s {
    height: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.search {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 2px;
    transition: all 0.2s;
    background: #fff;
    margin-left: 20px;
}
.search input, .search select {
    border: none;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 10px;
    background: #fff;
}
.title-s h2 {
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.job-list li {
    margin-bottom: 20px;
}
.job-list li>a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    position: relative;
}
.job-list li>a>span {
    float: left;
    display: block;
    color: #999;
    font-weight: 100;
    font-size: 14px;
}
.job-list li>a em {
    display: inline-block;
    background: rgba(0,0,0,0.05);
    padding: 2px 8px;
    color: #999;
    border-radius: 2px;
    margin-bottom: 10px;
    font-style: normal;
}
.job-list .content {
    margin: 0 150px;
}
.job-list li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.job-list li p {
    color: #999;
    font-size: 14px;
}
.btn {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 2px;
    cursor: pointer;
}
.btn-2 {
    background: #fff;
    color: #0144e4;
    border: 1px solid #0144e4;
}
.job-list li button {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.job-list li>a:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.job-list li>a:hover em, .list li>a:hover button {
    background: #0144e4;
    color: #fff;
}
.job-list li>a:hover h3 {
    color: #0144e4;
}

/* 产品中心 */
.module-narrow .p-news {
    margin-top: 40px;
    padding-bottom: 0;
}


/* 首页-产品中心 */
.i_new_product {
	width: 100%;
    min-width: 1024px;
    background: url(../images/wg_bg_p15.png) center no-repeat;
    background-size: 100%;
}
.i_new_product > div {
    width: 1024px;
    margin: 0 auto;
}
.f-title {
    text-align: center;
    font-size: 40px;
    color: #333;
    padding: 40px 0;
    font-weight: normal;
}
.f_newproduct_cont {
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}
.f_newproduct_cont_top {
    width: 100%;
    height: 230px;
    margin: 0 auto;
}
.f_newproduct_cont a {
    display: block;
    width: 300px;
    height: 230px;
    overflow: hidden;
    float: left;
}
.f_newproduct_cont img {
    width: 300px;
    height: 227px;
}
.f_newproduct_cont_bottom {
    width: 640px;
    height: 230px;
    margin: 0 auto;
}
.f_newproduct_cont img:hover {
    transition: all .5s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* 关于米捷-企业文化 */
.culture-con {
	margin-bottom: 40px;
}
.culture-con p {
	font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 15px;
    color: #666;
}
.culture-con p span {
	color: #0144e4;
	font-weight: bold;
}
.culture-list {
	border-left: 0px solid #ddd;
	border-top: 0px solid #ddd;
	margin-top:50px;
}
.culture-list li {
	float: left;
	width: 50%;
	border-right: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.culture-list li .pic,
.culture-list li .cont {
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.culture-list li .cont {
	padding-top: 60px;
	padding-left: 40px;
}
.culture-list li .cont .tit {
	font-size: 20px;
	color: #0144e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.culture-list li .cont .des {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.culture-list2 {
	border-left: 0px solid #ddd;
	border-top: 0px solid #ddd;
	margin-top:50px;
	overflow: hidden;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.culture-list2 li {
	display: block;
	width: 25%;
	position: relative;
}
.culture-list2 li img {
	display: block;
	width: 100%;
	height: 280px;
	opacity: 0.5;
}
.culture-list2 li .li-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 81, 177, 0.7);
	text-align: center;
}
.culture-list2 li .li-bg h4 {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-top: 100px;
	transition: 0.5s;
}
.culture-list2 li .li-bg h4 span {
	font-size: 18px;
	letter-spacing: 0;
}
.culture-list2 li .li-bg .bottom {
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: 0.5s;
}
.culture-list2 li .li-bg p {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.culture-list2 li .li-bg:hover {
	background: rgba(20, 70, 173, 0.82);
}
.culture-list2 li .li-bg:hover h4 {
	margin-top: 30px;
}
.culture-list2 li .li-bg:hover .bottom {
	bottom: 80px;
	opacity: 1;
}


/* 关于米捷-可持续 */
.corporate-chessboard-item-container {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}
.corporate-card {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 40px;
    float: left;
    padding: 0 20px;
}
.corporate-card-image {
	width: 100%;
	height: 210px;
    background-size: cover;
    background-position: center;
    margin-bottom: 28px;
    overflow: hidden;
}
.corporate-card-image img {
	display: block;
	width: 100%;
	height: 210px;
}
.corporate-card-image img:hover {
    transition: all .5s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.corporate-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0b1c34;
    margin-bottom: 20px;
}
.corporate-card-description {
    font-size: 15px;
    color: #404e60;
    line-height: 1.8;
}

/* 产品中心-列表 */
.product_list {
	display: block;
	width: 100%;
}
.product_list:after, .product_list li:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.product_list li {
	display: block;
	width: 100%;
	padding: 50px 0;
}
.product_list li .product_list_con, .product_list li .product_list_img {
	width: 50%;
}
.product_list li .product_list_con h5 {
	position: relative;
	color: #333;
    font-size: 38px;
	font-weight: 500;
	padding: 10px 0 10px 0;
	line-height: 1.8;
}
.product_list li .product_list_con h5:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 35px;
    height: 20px;
    width: 20px;
    background: #0144e4;
    border-radius: 50%;
}
.product_list li .product_list_con h5:after {
    content: "";
    position: absolute;
    left: -28px;
    top: 39px;
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 50%;
}
.product_list li:nth-child(even) h5:after {
	background: #f8f8f8;
}
.product_list li .product_list_con p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding: 20px 0;
}
.product_list li .product_list_con a {
	display: block;
	float: left;
	border-radius: 50px;
	border: 1px solid #0144e4;
	font-size: 16px;
	color: #0144e4;
	padding: 10px 25px;
}
.product_list li .product_list_con a:hover {
	color: #fff;
	background: #0144e4;
}
.product_list li .product_list_img img {
	display: block;
	float: right;
	width: 370px;
	/* height: 300px; */
}
.product_list li .product_list_img.fl img {
	float: left;
}
.product_list li:nth-child(even) {
	background: #f8f8f8;
}

/* 产品中心-详情 && 解决方案-详情 */
.products_box {
	display: block;
	width: 100%;
	background: #fff;
}
.products_box h3 {
	position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    padding-left: 20px;
}
.products_box h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 0;
	height: 0;
	border-width: 8px 8px 8px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #0144e4;
}
.products_box h6 {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-weight: bold;
	padding: 10px 0;
}
.products_box p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 20px;
}

/* 首页-产品中心 */
.index_products {
	width: 1240px;
	margin: 0 auto;
	padding: 40px 0;
}
.index_products > h2 {
    text-align: center;
    font-size: 40px;
    color: #333;
    padding: 40px 0;
    font-weight: normal;
}
.index_products > h2 a {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}
.index_products ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.index_products ul:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.index_products ul li {
	/*float: left;*/
	width: 33.33%;
    margin: 15px 0;
    padding: 0 15px;
    overflow: hidden;
}
.index_products li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.index_products ul li .outer {
	width: 100%;
	height: 250px;
}
.index_products ul li .outer > img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.index_products ul li .outer > h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    height: 60px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    line-height: 60px;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: rgba(0, 115, 214, 0.7);
    background: rgba(0, 0, 0, 0.7);
}
.index_products ul li .inner {
	padding: 0 40px;
	width: 100%;
	height: 100%;
	background: rgba(0, 115, 214, 0.7);
    background: rgba(0, 0, 0, 0.55);
}
.index_products ul li .inner .title {
	width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 24px;
    overflow: hidden;
    line-height: 60px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.index_products ul li .inner .line {
    width: 25px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
}
.index_products ul li .inner .text {
    font-size: 15px;
    height: 44px;
    margin-top: 20px;
    overflow: hidden;
    line-height: 22px;
    position: relative;
}
.index_products ul li .inner .more {
    margin-top: 20px;
}
.index_products ul li .inner .more img {
    margin-top: 3px;
    vertical-align: -5px;
    margin-right: 10px;
}
.index_products ul li a:hover .outer > h4 {
	bottom: -60px;
	opacity: 0;
}

/* 解决方案-列表 */
.solutions_list {
	display: block;
	width: 100%;
}
.solutions_list:after, .solutions_list li:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.solutions_list li {
	display: block;
	width: 33.33%;
	padding: 0 20px;
	float: left;
	margin-bottom: 40px;
}
.solutions_list li a {
	display: block;
	position: relative;
	padding: 30px 0;
    height: 400px;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	text-align: center;
	/*background: linear-gradient(120deg, #c1e6ff, #e1faff);*/
	overflow: hidden;
	border-radius: 3px;
	transition: 0.5s;
}
.solutions_list li a .s_l_img {
	display: block;
}
.solutions_list li a .s_l_img img {
	display: block;
	margin: 0 auto 0;
	width: 68%;
}
.solutions_list li a h5 {
	font-size: 28px;
	color: #666;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.solutions_list li a p {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	padding: 0 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.solutions_list li a .s_l_hover {
	position: absolute;
	left: 0;
	top: 400px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 60px 0 100px;
	background: linear-gradient(#11c5e6, #2ba4ed);
	transition: 0.3s;
}
.solutions_list li a .s_l_hover h5 {
	font-size: 28px;
	color: #fff;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.solutions_list li a .s_l_hover p {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	padding: 0 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.solutions_list li a .s_l_hover span {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 0);
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 0 30px;
	line-height: 38px;
}
.solutions_list li a:hover .s_l_hover {
	top: 0;
}



/* 人才招聘 */
.job_list {
	position: relative;
	display: block;
	width: 100%;
}
.job_list::after, .job_list ul li::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.job_list ul {
	width: 100%;
}
.job_list ul li {
	padding: 50px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.job_list ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.job_list .job_img {
	width: 340px;
	height: 340px;
}
.job_list .job_img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.job_list .job_txt{
	width: 644px;
    margin-left: 50px;
}
.job_list .job_txt h3 {
	margin-bottom: 30px;
	font-size: 34px;
    color: #333;
    letter-spacing: 2px;
    line-height: 50px;
}
.job_list .job_txt h5 {
	font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    margin: 10px 0 10px;
    padding: 0;
    font-weight: bold;
}
.job_list .job_txt p {
	font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
}
.job_list ul li:nth-child(even) {
	background: #f7f7f7;
}
.overlay_title {
	display: none;
}
.overlay_title.active {
	display: block;
}
.index-business .list li {
    background-size: cover;
    background-position: center right;
}
.index-business .list li {
    background-size: cover;
    background-position: center right;
}

/* 11.25 */
.p-news .adv_container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0a2349;
    height: 390px;
    text-align: center;
    position: absolute;
    top: 178px;
    left: 0;
    right: 0;
}
.p-news .adv_container .img, .p-news .adv_container .mask {
    top: 0;
    bottom: 0;
}
.p-news .adv_container .img, .p-news .adv_container .mask, .p-news .adv_container .button {
    position: absolute;
    left: 0;
    right: 0;
}
.p-news .adv_container .img, .p-news .adv_container .mask {
    top: 0;
    bottom: 0;
}
.p-news .adv_container .img img {
    height: 100%;
}
.p-news .adv_container .mask {
    background: linear-gradient( 270deg, rgba(10, 35, 73, 1) 32%, rgba(10, 35, 73, 0) 50%, rgba(10, 35, 73, 1) 68%);
}
.p-news .adv_container .button {
    bottom: 88px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.core-wrap ul li a, .core-wrap ul li img {
    width: 384px;
    height: 230px;
}
.core-wrap ul li:nth-child(n+10) {
    display:none;
}
.products_box p img {
    max-width: 1200px !important;
}
.qr_code > img {
    width: 160px;
}

/* 移动端-新增 */
.nav_icon {
	display: none;
}
.swiper-pagination {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.core-wrap ul.swiper-wrapper {
	transform: translate3d(0px, 0px, 0px)
}
.index-business .list ul {
	position: relative;
	height: 800px;
}
.index-business .list li {
	/*display: none;*/
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: 0.9s;
	z-index: 1;
}
.index-business .list li.active {
	/*display: block;*/
	opacity: 1;
	z-index: 3;
}
.index-business .list li:first-child {
	opacity: 1;
}
.p-news .adv_container{
display:block !important;
}

.index-business .head .btn li a {
    color: #fff;
    display: block;
}
.seconds_nav {
    display: none;
}



/*************************************************** 2021年9月13日16:52:55 ***************************************************/
/* 导航 head */
.header2 {
    position: absolute;
}
.header2 .main_nav > li > a {
    color: #fff;
}
.header2 .main_nav > li > a.on {
    color: #fff;
    font-weight: bold;
}
.header2 .main_nav > li > a.on:before {
    background: #fff;
}
.header2 .main_nav > li > a:hover {
    color: #fff;
}
.header2 .main_nav > li > a:hover:before {
    background: #fff;
}
.header2 .trslogo2 {
    display: none;
}
.header2 .trslogo {
    display: block;
}
/* banner */
.s_banner {
    position: relative;
    width: 100%;
}
.s_banner img {
    width: 100%;
    display: block;
}
.s_banner_title {
    width: 1200px;
    margin: 0 auto 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}
.s_banner_title h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
}
.s_banner_title p {
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
}
/* 介绍 */
.s_congroup {
    background: #f5f9ff;
    position: relative;
    width: 100%;
    display: block;
}
.s_congroup:nth-child(odd) {
    background: #fff;
}
.s_module {
    width: 1240px;
    margin: 0 auto 0;
    display: block;
    padding: 50px 0;
}
.s_module > .s_title {
    font-size: 28px;
    color: #333;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.s_module > .s_title2 {
    font-size: 16px;
    color: #888;
    text-align: center;
}
.s_module > .s_info {
    font-size: 16px;
    color: #333;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
    letter-spacing: 2px;
}
/* 优势特点 */
.s_advantage {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.s_advantage::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.s_advantage .s_advantage_item {
    position: relative;
    width: 33.33%;
    text-align: center;
    padding: 30px 0;
}
.s_advantage_item > .s_img {
    display: block;
    margin: 0 auto 10px;
}
.s_advantage_item > .s_info {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}
.s_advantage_item > .s_btm {
    font-size: 16px;
    color: #888;
}
.dx1 {
    position: absolute;
    top: 70px;
    z-index: 1;
    left: 15%;
    width: 8px;
    height: 8px;
    animation: dx 4s linear infinite;
    -moz-animation: dx 4s linear infinite;
    -webkit-animation: dx 4s linear infinite;
    -o-animation: dx 4s linear infinite;
}
.dx2 {
    position: absolute;
    top: 31px;
    z-index: 1;
    left: 15%;
    width: 8px;
    height: 8px;
    animation: dx 4s linear infinite;
    -moz-animation: dx 4s linear infinite;
    -webkit-animation: dx 4s linear infinite;
    -o-animation: dx 4s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.dx3 {
    position: absolute;
    top: 70px;
    z-index: 1;
    right: 50%;
    width: 8px;
    height: 8px;
    animation: dx2 4s linear infinite;
    -moz-animation: dx2 4s linear infinite;
    -webkit-animation: dx2 4s linear infinite;
    -o-animation: dx2 4s linear infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.dx4 {
    position: absolute;
    top: 45px;
    z-index: 1;
    right: 50%;
    width: 8px;
    height: 8px;
    animation: dx2 4s linear infinite;
    -moz-animation: dx2 4s linear infinite;
    -webkit-animation: dx2 4s linear infinite;
    -o-animation: dx2 4s linear infinite;
}
/*----散点效果----*/
@keyframes dx {
    0% {  transform:translate(70px,20px) scale(1); }
    50%{ transform:translate(10px,10px) scale(1);}
    100% { transform:translate(0px,0px) scale(0); }
}

@-o-keyframes dx {
    0% {  transform:translate(70px,20px) scale(1); }
    50%{ transform:translate(10px,10px) scale(1);}
    100% { transform:translate(0px,0px) scale(0.7);  }
}

@-moz-keyframes dx {
    0% {  transform:translate(70px,20px) scale(1); }
    50%{ transform:translate(10px,10px) scale(1);}
    100% { transform:translate(0px,0px) scale(0.7);}
}

@-webkit-keyframes dx {
    0% {  transform:translate(70px,20px) scale(1);}
    50%{ transform:translate(10px,10px) scale(1);}
    100% { transform:translate(0px,0px) scale(0.7);}
}
/*----散点效果2----*/
@keyframes dx2 {
    0% {  transform:translate(-80px,-10px) scale(1); }
    50%{ transform:translate(-10px,-5px) scale(1);}
    100% { transform:translate(0px,0px) scale(0); }
}

@-o-keyframes dx2 {
    0% {  transform:translate(-80px,-10px) scale(1); }
    50%{ transform:translate(-10px,-5px) scale(1);}
    100% { transform:translate(0px,0px) scale(0.7);  }
}

@-moz-keyframes dx2 {
    0% {  transform:translate(-80px,-10px) scale(1); }
    50%{ transform:translate(-10px,-5px) scale(1);}
    100% { transform:translate(0px,0px) scale(0.7);}
}

@-webkit-keyframes dx2 {
    0% {  transform:translate(-80px,-10px) scale(1);}
    50%{ transform:translate(-10px,-5px) scale(1);}
    100% { transform:translate(0px,0px) scale(0.7);}
}
/* 解决方案 */
.s_plan {
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.s_plan:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.s_plan_item {
    float: left;
    width: 33.33%;
    padding: 0 20px;
}
.s_plan_item a {
    display: block;
    transition: 0.5s;
}
.s_plan_item .s_planTop {
    overflow: hidden;
    height: 230px;
}
.s_plan_item .s_planTop img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.s_plan_item .s_planBtm {
    display: block;
    width: 100%;
    padding-left: 30px;
}
.s_plan_item .s_plancon {
    padding: 30px 30px;
    background: #fff;
    position: relative;
    margin-top: -20px;
    box-shadow: 2px 4.6px 18px 0 rgba(30, 39, 61, 0.16);
}
.s_plan_item .s_plancon h5 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}
.s_plan_item .s_plancon p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 5px;
}
.s_plan_item .s_plancon span {
    font-size: 14px;
    color: #0d6fb8;
}
.s_plan_item a:hover h5 {
    color: #0d6fb8;
}
.s_plan_item a:hover img {
    transform: scale(1.1);
}
/* 行业案例 */
.s_casesList {
    width: 100%;
    display: block;
    padding: 30px 0;
}
.s_casesList::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.s_casesList_item {
    width: 100%;
    position: relative;
    width: 33.33%;
    float: left;
    padding: 10px 20px;
}
.s_casesList_item a {
    display: block;
    background: #fff;
    height: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
    padding: 24px;
}
.s_casesList_item a:hover {
    background: #2194fd;
    cursor: pointer;
}
.s_casesList_item a img {
    width: 175px;
    border-radius: 10px;
}
.s_casesList_item h5 {
    padding: 15px 0;
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}
.s_casesList_item p {
    padding: 15px 0;
    color: #888;
    text-align: center;
    font-size: 14px;
}
.s_casesList_item a:hover h5, .s_casesList_item a:hover p {
    color: #fff;
}
/* 重点客户 */
.customer {
    position: relative;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.customer .customer_item {
    padding: 15px 0;
    width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.customer .customer_item img {
    display: block;
    width: auto;
    height: 65px;
    transition: 0.5s;
}
.customer .customer_item p {
    line-height: 40px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.customer .customer_item:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
/* 解决方案 */
.s_option {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.s_option_item {
    width: 25%;
    padding: 0 25px;
    float: left;
    margin-bottom: 20px;
}
.s_option_item a {
    display: block;
    padding: 20px 0;
    border: 1px solid #78beff;
    border-radius: 5px;
    border-top-width: 5px;
    border-top-color: #2194fd;
}
.s_option_border {
    display: none;
    background: #2194fd;
    height: 5px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: .4s;
}
.s_option_img {
    display: block;
    padding: 20px 0;
    margin-top: 20px;
    height: 90px;
    background: url(../images/option1.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_img1 {
    background: url(../images/option1.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_item a:hover .s_option_img1 {
    background: url(../images/option1_hover.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_img2 {
    background: url(../images/option2.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_item a:hover .s_option_img2 {
    background: url(../images/option2_hover.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_img3 {
    background: url(../images/option3.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_item a:hover .s_option_img3 {
    background: url(../images/option3_hover.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_img4 {
    background: url(../images/option4.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_item a:hover .s_option_img4 {
    background: url(../images/option4_hover.png) no-repeat center center;
    background-size: auto 50px;
}
.s_option_img img {
    display: block;
    width: 60px;
    margin: 0 auto 0;
}
.s_option_item p {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}
.s_option_item span {
    display: block;
    color: #2194fd;
    font-size: 16px;
    text-align: center;
    padding: 30px;
}
.s_option_item a:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 0 24px rgba(0,0,0,.1);
    background-color: #2194fd;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.s_option_item a:hover p, .s_option_item a:hover span {
    color: #fff;
}
/* 优势特点 */
.s_valueList {
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.s_valueList::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.s_value_item {
    width: 33.33%;
    float: left;
    padding: 15px 15px;
}
.s_value_item h5 {
    margin: 13px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #6B6E82;
}
.s_value_item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #909CAD;
}
.s_value_con {
    background: #fff;
    padding: 20px 37px 27px 38px;
    transition: all .3s ease-in-out;
}
.s_value_con:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1), 0 12px 24px 0 rgba(8,25,58,.15);
}
/* 解决方案 */
.s_ans_list {
    display: block;
    width: 100%;
    position: relative;
    padding: 30px 30px;
}
.s_ans_item {
    position: relative;
    width: 100%;
    padding: 0 30px;
}
.s_ans_item a {
    display: block;
    padding: 50px 50px;
    position: relative;
    background: url(../images/ansbg.png) no-repeat center center;
    background-size: 100% 100%;
    padding-left: 150px;
    transition: .4s;
}
.s_ans_item a:hover {
    background: url(../images/ansbg2.png) no-repeat center center;
    background-size: 100% 100%;
    transform: translateY(-10px);
}
.s_ans_item .s_ans_icon {
    width: 60px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.s_ans_item .s_ans_icon img {
    display: block;
    width: 100%;
}
.s_ans_item h5 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #2194fd;
    width: 600px;
}
.s_ans_item p {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    width: 600px;
    color: #666;
}
.s_ans_item a:hover p {
    color: #2194fd;
}
.s_ans_item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    padding: 5px 12px;
    border: 1px solid #ccc;
}
.s_congroup2 {
    background: #e8ecf5;
}
.s_congroup2:nth-child(odd) {
    background: #f5f9ff;
}
.s_congroup2:last-child {
    background: #fff;
}
/* 首页-解决方案 */
.index_solution {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#container-2 {
    width: 100%;
    /*height: 766.15px;*/
    background: #f8f9fb;
    background: #fff;
    text-align: center;
    padding-top: 72px;
    padding: 80px 0;
}
#container-2 .jscp-list {
    margin-top: 62px;
    display: flex;
    width: 100%;
    height: 539.65px;
    color: #ffffff;
    overflow-x: hidden;
}
#container-2 .jscp-list li {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*
      背景图收缩时候的样式,
      收缩的时候隐藏展开内容
    */
#container-2 .jscp-list .shrink {
    flex: auto;
    width: 13%;
}
.extend a:hover {
    color: white;
}
#container-2 .jscp-list .shrink .extend-content {
    display: none;
}
#container-2 .jscp-list .shrink .shrink-content img {
    width: auto;
    height: 59px;
    margin: 192px 0 30px 0;
}
#container-2 .jscp-list .shrink .shrink-content .underline {
    width: 27px;
    margin: 0 auto 20px auto;
}
#container-2 .jscp-list .shrink .shrink-content figcaption {
    font-size: 25px;
}
#container-2 .jscp-list > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
/*收缩时候的图标*/
#container-2 .jscp-list > li:nth-of-type(1) .shrink-content img {
    width: auto;
    height: 59px;
}
#container-2 .jscp-list > li:nth-of-type(3) .shrink-content img, #container-2 .jscp-list > li:nth-of-type(5) .shrink-content img {
    width: auto;
    height: 59px;
}
#container-2 .jscp-list > li:nth-of-type(4) .shrink-content img {
    width: auto;
    height: 59px;
}
/*
      背景图展开时候的样式,
      展开的时候隐藏收缩时候的内容
    */
#container-2 .jscp-list .extend {
    width: 48.3%;
}
#container-2 .jscp-list .extend .shrink-content {
    display: none;
}
#container-2 .jscp-list .extend h3 {
    margin: 175.5px 0 0 0;
    font-size: 25px;
}
#container-2 .jscp-list .extend p {
    width: 591px;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto 27px auto;
    line-height: 29px;
}
#container-2 .jscp-list .extend span {
    font-size: 16px;
}
#container-2 .jscp-list .extend:nth-of-type(3) p {
    margin-bottom: 14px;
}
#container-2 .jscp-list .extend:nth-of-type(3) .recommend-container {
    margin-top: 27px;
}
#container-2 .jscp-list .extend:nth-of-type(3) .recommend-container ul {
    margin-top: 10px;
}
/*下划线*/
#container-2 .jscp-list .underline {
    width: 60px;
    margin: 20px auto 30px auto;
}
/*设置背景图片*/
#container-2 .jscp-list > li {
    background: center/cover no-repeat;
}
#container-2 .jscp-list > li:nth-child(1) {
    background-image: url(../images/dsj.jpg);
}
#container-2 .jscp-list > li:nth-child(2) {
    background-image: url(../images/zwy.jpg);
    background-position-x: 67%;
}
#container-2 .jscp-list > li:nth-child(3) {
    background-image: url(../images/cwy.jpg);
    background-position-x: 67%;
}
#container-2 .jscp-list > li:nth-child(4) {
    background-image: url(../images/zcy.jpg);
}
#container-2 .jscp-list > li:nth-child(5) {
    background-image: url(../images/bby.jpg);
}
/*底部的推荐解决方案*/
#container-2 .jscp-list .recommend-container {
    margin-top: 10px;
}
#container-2 .jscp-list .recommend-container h4 {
    font-size: 20px;
}
#container-2 .jscp-list .recommend-container ul {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
#container-2 .jscp-list .recommend-container ul .split-line {
    width: 2px;
    min-width: 2px;
    max-width: 2px;
    background-color: white;
    height: 15px;
    margin-top: 3px;
    margin: 5px 10px 0 8px;
}
#container-2 .jscp-list .extend p.more-learn {
    text-align: left;
    margin: 0 auto;
}
.underline {
    background-color: #ee7700;
    height: 2px;
    margin: 0 auto;
    border: none;
}
.title-1 {
    font-size: 34px;
    color: #333333;
    font-weight:bold;
    text-align: center;
}
.title-2 {
    font-size: 14px;
    color: #999 !important;
    
    text-align: center;
    margin: 17.5px 0 56.5px 0;
}
/* 首页-重点产品 */
.swiper-button-next, .swiper-button-prev {
    display: block;
}
.swiper-slide-active,.swiper-slide-duplicate-active{

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
}
.index_key {
    position: relative;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    background: #f8f8f8 url(../images/producbg.png) no-repeat center bottom;
    background-size: cover;
}
.index_key_con {
    width: 1240px;
    position: relative;
    margin: 0 auto;
}
.key_pList {
    margin: 30px auto 0;
    width: 1240px;
    padding: 50px 0;
}
.key_pList::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.key_pList .key_pList_item {
    width: 33.33%;
    float: left;
    padding: 0 20px;
    display: block;
}
.key_pList_item a {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(71,119,183,0.1);
}
.key_pList_img {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.key_pList_img img {
    display: block;
    width: 100%;
    min-height: 220px;
    transition: 0.5s;
}
.key_pList_con {
    padding: 10px 20px;
    position: relative;
    text-align: center;
}
.key_pList_con h5 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.key_pList_con p {
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.key_pList_con span {
    text-align: left;
    height: 64px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.5;
}
.key_pList_con em {
    position: relative;
    display: inline-block;
    width: 94px;
    height: 36px;
    padding: 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    line-height: 34px;
    color: #999;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.5s;
}
.key_pList_item a:hover img {
    transform: scale(1.1);
}
.key_pList_item a:hover em {
    color: #fff;
    background: #0144e4;
    border: 1px solid #0144e4;
}
/* 首页-新闻中心 */
.index_news {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    /*background: #f8f8f8;*/
    background: #fff;
}
.newsList {
    position: relative;
    margin: 20px auto 0;
    width: 1240px;
    padding: 50px 0;
}
.newsList:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.newsList_l {
    position: relative;
    width: 49%;
    float: left;
}
.newsList_l a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 387px;
}
.newsList_img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.newsList_l a:hover img {
    transform: scale(1.1);
}
.newsList_con {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 15px;
}
.newsList_con > h5 {
    font-size: 16px;
    color: #fff;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8;
    margin-bottom: 5px;
}
.newsList_con > p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.newsList_con > span {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 20px;
    opacity: 0.5;
}
.newsList_r {
    position: relative;
    width: 49%;
    float: right;
}
.newsList_r .newsList_item {
    position: relative;
    height: 116px;
    padding: 26px 21px 16px 28px;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    box-shadow: 0px 3px 15px rgba(71, 119, 183, 0.13);
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
}
.newsList_r .newsList_item:hover {
    box-shadow: 0px 3px 15px rgba(71, 119, 183, 0.16);
    cursor: pointer;
    transform: translateY(-4px);
}
.newsList_item h5 {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    margin-bottom: 5px;
    line-height: 1.8;
    padding-left: 10px;
    transition: 0.5s;
}
.newsList_item h5::before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #dbdbdb;
    transition: 0.5s;
}
.newsList_r .newsList_item:hover h5 {
    color: #0144e4;
}
.newsList_r .newsList_item:hover h5::before {
    background: #0144e4;
}
.newsList_item span {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 20px;
    top: 30px;
}
.newsList_item p {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
/* 二级页banner */
.news-banner-container {
    height: 550px;
    padding-top: 210px;
}
/* 二级导航 */
.overlay {
    background: rgba(51, 112, 255, 0.24);
}
.seconds_nav {
    display: flex;
    justify-content: center;
    height: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 95px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba( 0, 0, 0, 0.1);
    padding: 0 30px;
}
.main_nav > li:hover .seconds_nav {
    padding: 30px 30px;
}
.seconds_nav_item {
    display: flex;
    /* flex: 1; */
    padding: 0 20px;
    flex-direction: column;
    width: 300px;
}
.seconds_nav_item h5 {
    position: relative;
    font-weight: bold;
}
.seconds_nav_item h5::before {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 16px;
    background: #0144e4;
}
.seconds_nav_item h5 a {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 45px;
    padding: 0 10px;
    transition: 0.3s;
}
.seconds_nav_item h5 a:hover {
    /*background: #f5f5f5;*/
    color: #0144e4;
}
.seconds_nav_li {
    display: block;
    width: 100%;
}
.seconds_nav_li a {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 45px;
    padding: 0 10px;
    transition: 0.3s;
}
.seconds_nav_li a:hover {
    background: #f5f5f5;
    color: #0144e4;
}
/* 首页-修改 */
#container-2 {
    padding: 60px 0 60px;
    background: #f8f8f8;
}
#container-2 .jscp-list li {
    transition: 1s;
    position: relative;
    overflow: hidden;
}
#container-2 .jscp-list .shrink {
	width: 25%;
}
#container-2 .jscp-list .extend {
    width: 25%;
}
#container-2 .jscp-list .extend p {
    width: 100%;
    padding: 0 20px;
}
#container-2 .jscp-list .shrink .extend-content {
    display: block;
}
#container-2 .jscp-list h3 {
    margin: 175.5px 0 0 0;
    font-size: 36px;
}
.extend-content {
    position: absolute;
    right: 100%;
    width: 100%;
    transition: 0.7s;
}
#container-2 .jscp-list .extend .extend-content {
	right: 0;
}
.index_key {
    padding: 60px 0;
    background: #f8f8f8 url(../images/producbg.png) no-repeat center bottom;
    background-size: 100% 100%;
}
.index_news {
	padding: 60px 0;
	background: #f8f8f8 url(../images/syabout_bg.png) no-repeat center top;
    background-size: cover;
}
.title-1 {
	position: relative;
	letter-spacing: 2px;
}
.title-1::after {
	content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #0144e4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.title-2 {
    margin-bottom: 20px;
    
    text-align: center;
    
    margin: 0;
    margin-top: 20px;
    text-transform: uppercase; color: #999999 !important;
    /*position: absolute; 
    left: 0;
    right: 0;
    top: 78px;*/
}

.title-2::after {
	content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: #0144e4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.swiper-button-next, .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: 50px;
	opacity: 0.8;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/s_left.png);
	background-size: 100% 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/s_right.png);
	background-size: 100% 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
#container-2 .jscp-list > li:nth-child(4) {
    background-position: 50% center;
}
/* 2021年9月16日15:14:52 */
#container-2 {
	padding-bottom: 0;
	background: #f8f8f8 url(../images/news_bg.png) no-repeat center bottom;
    background-size: 100% 100%;
}
#container-2 .jscp-list > li {
	background-size: auto 100%;
	transition: 0.5s;
}
#container-2 .jscp-list > li:hover {
	background-size: auto 115%;
}
/* s_option_img */
.s_option_img .s_option_img1 {
	display: block;
}
.s_option_img .s_option_img2 {
	display: none;
}
.s_option_item a:hover .s_option_img1 {
	display: none;
}
.s_option_item a:hover .s_option_img2 {
	display: block;
}
.s_option_item a .s_option_img {
	background: none !important;
}
.s_option_item a .s_option_img1 {
	background: none !important;
}
.s_option_item a .s_option_img2 {
	background: none !important;
}
.s_option_img img {
	display: block;
	margin: 0 auto;
	height: 50px;
	width: auto;
}
.s_value_ico img {
    height: 66px;
}
.main_nav > li > a {
    padding: 0 50px;
}
.product_list li .product_list_img {
    width: 40%;
}
.product_list li .product_list_con {
    width: 60%;
}
/************************************************* 09.26 导航-产品导航 *************************************************/
.main_nav > li:hover .seconds_nav {
    padding: 50px 30px;
}
.seconds_nav2 > .seconds_tab {
    width: 270px;
}
.seconds_nav2 > .seconds_tab .seconds_tabItem {
	position: relative;
	width: 100%;
	text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 55px;
    cursor: pointer;
    padding: 0 30px;
}
.seconds_nav2 > .seconds_tab .seconds_tabItem:hover, .seconds_nav2 > .seconds_tab .seconds_tabItem.act {
	color: #0144e4;
	font-weight: bold;
}
.seconds_nav2 > .seconds_tab .seconds_tabItem::before {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 8px;
	height: 10px;
	background: url(../images/sedn1.png) no-repeat center center;
	background-size: contain;
}
.seconds_nav2 > .seconds_tab .seconds_tabItem:hover::before, .seconds_nav2 > .seconds_tab .seconds_tabItem.act::before {
	background: url(../images/sedn2.png) no-repeat center center;
	background-size: contain;
}
.seconds_nav2 > .seconds_tab .seconds_tabItem::after {
	content: "";
	position: absolute;
	left: 15px;
	right: 100%;
	bottom: 0;
	height: 1px;
	background: #0144e4;
	transition: 0.5s;
}
.seconds_nav2 > .seconds_tab .seconds_tabItem:hover::after, .seconds_nav2 > .seconds_tab .seconds_tabItem.act::after {
	right: 15px;
}
.seconds_nav2 > .seconds_tabCon {
	width: 930px;
	border-left: 1px solid #f3f3f3;
}
.seconds_nav2 > .seconds_tabCon > ul {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 30px;
}
.seconds_nav2 > .seconds_tabCon > ul > li {
	display: block;
	width: 33.33%;
	float: left;
}
.seconds_nav2 > .seconds_tabCon > ul > li a {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 45px;
    padding: 0 10px;
    transition: 0.3s;
    text-align: center;
}
.seconds_nav2 > .seconds_tabCon > ul > li a:hover {
    background: #f5f5f5;
    color: #0144e4;
}
/* 产品分类 */
.product_tab {
    position: relative;
    margin: -80px auto 50px;
    width: 1240px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    background: #fff;
    box-shadow: 0px 3px 25px 0 rgba(0, 0, 0, 0.1);
    height: 100px;
    vertical-align: middle;
}
.product_tab .product_tabItem {
	position: relative;
	display: table-cell;
	width: 1%;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	vertical-align: middle;
}
.product_tab .product_tabItem.act, .product_tab .product_tabItem:hover {
    color: #0144e4;
    font-weight: bold;
}
.product_tab .product_tabItem img {
	display: inline-block;
	margin-right: 15px;
    vertical-align: -5px;
}
.product_tab .product_tabItem .p_img1 {
	display: inline-block;
}
.product_tab .product_tabItem .p_img2 {
	display: none;
}
.product_tab .product_tabItem.act .p_img1, .product_tab .product_tabItem:hover .p_img1 {
	display: none;
}
.product_tab .product_tabItem.act .p_img2, .product_tab .product_tabItem:hover .p_img2 {
	display: inline-block;
}
.product_tab .product_tabItem:before {
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #0144e4;
	transition: 0.5s;
}
.product_tab .product_tabItem.act:before, .product_tab .product_tabItem:hover:before {
	left: 0;
	right: 0;
}
.product_tab .product_tabItem::after {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	right: 0;
	top: 25px;
	bottom: 25px;
	background: #eee;
}


/* 产品列表tab切换 */
.product_tabCon {
	
}
.product_tabCon .product_list {
	display: none;
}
.product_tabCon .product_list.act {
	display: block;
}


/* 友情链接 */
.footer-line {
    margin: 20px 0 0 15%;
}
.footer-line li:first-child {
    font-size: 20px;
    font-weight: bold;
}
.footer-line li {
	margin-bottom: 20px;
    opacity: .8;
}
.footer-line li a {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.footer-address li {
	font-size: 16px;
}
.footer-address li:nth-child(1),  .footer-address li:nth-child(3), .footer-address li:nth-child(5) {
    font-size: 20px;
    font-weight: bold;
}
.footer-line li img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 10px;
    width: 20px;
}
.footer-l li img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 10px;
    width: 20px;
}
/* 首页 */
.newsList_item h5 {
    width: 100%;
}

/* 2022年11月8日 首页轮播 */
.newsList_l .swiper-slide {
	width: 100%;
	transform: scale(1) !important;
}
.newsList_l .swiper-button-prev, .newsList_l .swiper-container-rtl .swiper-button-next {
    left: 15px;
    margin-top: 0;
    background: none;
}
.newsList_l .swiper-button-next, .newsList_l .swiper-container-rtl .swiper-button-prev:after {
	right: 15px;
    margin-top: 0;
    background: none;
}
.newsList_l .swiper-button-next:after, .newsList_l .swiper-button-prev:after {
	display: block;
	opacity: 1;
	color: #fff;
	font-size: 36px;
}
.newsList_l .swiper-pagination {
    display: block;
    padding: 0 20px;
}
.newsList_l .swiper-container-horizontal>.swiper-pagination-bullets, .newsList_l .swiper-pagination-custom, .newsList_l .swiper-pagination-fraction {
	bottom: 5px;
}
.newsList_l .swiper-pagination-bullet {
	background: #fff;
}
.newsList_con {
    padding-bottom: 30px;
}

/* 创新平台 */
.create_main {
	display: block;
	width: 100%;
}
.create_main:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.create_view {
	display: block;
	position: relative;
	float: left;
	width: 33.33%;
	background: #fff;
	text-align: center;
	padding: 70px 0;
	transition: .3s;
}
.create_view:after {
	content: "";
	display: block;
	width: 1px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 50px;
	bottom: 50px;
}
.create_view:last-child:after {
	display: none;
}
.create_view i {
	font-size: 42px;
	color: #2196f3;
	line-height: 1.8;
	transition: .3s;
}
.create_view img {
	width: 80px;
	margin-bottom: 20px;
}
.create_view p {
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	transition: .3s;
}
.create_view:hover {
	z-index: 2;
	transform: scale(1.1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .08);
}
.create_view:hover i {
	font-size: 46px;
}
.create_view:hover p {
	color: #3F63F6;
	color: #2196f3;
	font-size: 24px;
}

/* 轮播 */
.focus_main {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
}
.focus_container {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.focus_container .img {
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
        min-height: 100vh;
}
.focus_title {
	width: 100%;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: center;
}
.focus_title h5 {
	font-size: 66px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.focus_title p {
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 3px;
}
.focus_title .btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	/*margin-top: 30px;*/
}
.focus_title .btn {
    display: block;
    width: 180px;
    height: 48px;
    padding: 0px 0;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    border: 2px solid #fff;
    background: none;
    letter-spacing: 2px;
    border-radius: 0;
	background: rgba(255, 255, 255, .05);
	/*border-right: 0;*/
	margin: 0 10px;
	/*border-radius: 50px;*/
	/*transform: skewX(-30deg);*/
}
.focus_title .btn a {display: block;color: #fff;}
.focus_title .btn:hover {
	background: #fff;
	color: #0070e1;
}
.focus_title .btn:hover a {
	color: #0070e1;
}
.focus_title .btn span {
	display: block;
	/*transform: skewX(30deg);*/
}
.focus_main .swiper-pagination {
	display: block;
	z-index: 99;
}
.focus_main .swiper-pagination-bullet {
	width: 100px;
	height: 4px;
	border-radius: 0;
	background: #fff;
}
.focus_main .swiper-pagination-bullet-active {
	background: #0144e4;
}
.focus_main .swiper-button-next, .focus_main .swiper-button-prev {
	margin-top: 0;
}
.focus_main .swiper-button-prev, .focus_main .swiper-container-rtl .swiper-button-next {
	left: 50px;
	background: none;
}
.focus_main .swiper-button-next, .focus_main .swiper-container-rtl .swiper-button-prev {
	right: 50px;
	background: none;
}
.focus_main .swiper-button-next:after, .focus_main .swiper-button-prev:after {
	display: block;
	color: rgba(255, 255, 255, 0.5);
}
.focus_container .swiper-slide-active .animated {
	animation-name: fadeInUp;
}
.focus_title img {
    display: block;
    margin-right: 20px;
    height: 130px;
}


@media screen and (max-width: 1660px) {
.footer-line {
    margin: 20px 0 0 10%;
}
.footer-inner {
    padding: 0 100px;
}
}
@media screen and (max-width: 1460px) {
.footer-inner ul li {
    font-size: 14px;
}
.footer-l li:nth-of-type(2) {
    font-size: 17px;
}
.footer-address li:nth-child(1), .footer-address li:nth-child(3), .footer-address li:nth-child(5) {
    font-size: 17px;
}
.footer-line {
    margin: 20px 0 0 10%;
}
.footer-line li:first-child {
    font-size: 17px;
}
.footer-line li a {
    font-size: 14px;
}
.footer-inner {
    padding: 0 100px;
}
}
@media screen and (max-width: 1366px) {
.footer-inner ul li {
    font-size: 14px;
}
.footer-l li:nth-of-type(2) {
    font-size: 17px;
}
.footer-address li:nth-child(1), .footer-address li:nth-child(3), .footer-address li:nth-child(5) {
    font-size: 17px;
}
.footer-line {
    margin: 20px 0 0 10%;
}
.footer-line li:first-child {
    font-size: 17px;
}
.footer-line li a {
    font-size: 14px;
}
.footer-inner {
    padding: 0 100px;
}
}