﻿img {
	/* 防止图片缩放变模糊 */
	image-rendering: -webkit-optimize-contrast; /* Chrome  */
	image-rendering: -moz-crisp-edges;          /* Firefox */
	image-rendering: -o-crisp-edges;            /* Opera   */
	image-rendering: crisp-edges;    
	-ms-interpolation-mode: bicubic;            /* IE      */
}

.z_banner_2 { box-sizing: border-box; position: relative; overflow: hidden; height: 500px; background-size: cover; background-position: center center; font-size: 0; }
.z_banner_2.n1 { background-image: url(images/banner_2.jpg); }
.z_banner_2.n2 { background-image: url(images/banner-news2.jpg); }
.z_banner_2.n2_2 { background-image: url(images/banner-news2_2.jpg); }
.z_banner_2.n3 { background-image: url(images/banner-business.jpg); }
.z_banner_2.n3_1 { background-image: url(images/banner-business3_1.jpg); }
.z_banner_2.n3_2 { background-image: url(images/banner-business3_2.jpg); }
.z_banner_2.n3_4 { background-image: url(images/banner-business3_4.jpg); }
.z_banner_2.n3_5 { background-image: url(images/index20210803.jpg); }
.z_banner_2.n4 { background-image: url(images/banner-contact2.jpg); }
.z_banner_2.n5 { background-image: url(images/banner-contact2.jpg); }
@media (max-width: 1440px) {
	.z_banner_2 { height: 400px; }
}
@media (max-width: 768px) {
	.z_banner_2 { margin-top: 1.1rem; height: 4rem; }
}

.z_footer {  }

.but-search:hover { color: #065BA9; text-decoration: none; }

#dnn_FooterPane { position: relative; z-index: 90; }

.swiper-button-next, .swiper-button-prev { outline-width: 0; }

body { overflow-x: hidden; }

.header { height: 70px; line-height: 70px; position: relative; }

.logo { height: 70px; display: block; }

/*.logo a { display: flex; }*/
.logo a { display: block; line-height: 70px; }
.logo a img { vertical-align: middle; }
.logo a.m-logo { display: none; }

/* but */
.but a { font-style: normal; font-size: 16px; color: #000; cursor: pointer; }
.but a:hover { color: #065BA9; text-decoration: none; }
.but .but-search { margin: 0 0 0 20px; }

/* 移动端_搜索按钮 */
.but-m-search { display: none; }

/* 移动端_菜单按钮 */
.but-nav { display: none; width: 16px; height: 16px; position: absolute; top: 22px; right: 15px; }
.but-nav span { display: block; width: 100%; height: 2px; background: #378CD9; position: absolute; right: 0; top: 0; border-radius: 1px; }
.but-nav span:nth-last-of-type(1) { bottom: 0; top: auto; }
.but-nav span:nth-of-type(2) { width: 80%; top: 50%; margin-top: -1px; }

.hn-ul { position: relative; padding-right: 1px; }
.hn-ul::after { content: ""; display: block; width: 1px; height: 20px; background: #E5E5E5; position: absolute; top: 25px; right: 0; }

.hn-li { height: 70px; float: left; position: relative; box-sizing: border-box; }

.hn-li > a { color: #666; font-size: 16px; display: inline-block; box-sizing: border-box; height: 71px; padding: 0 20px;  text-decoration: none;
	transition: background .5s;
	-o-transition: background .5s;
	-moz-transition: background .5s;
	-webkit-transition: background .5s; }
.hn-li > a:hover,
.hn-li.active > a { background: #065BA9; color: #fff; text-decoration: none; }
.hsn-ul { position: absolute; height: auto; background: rgba(0,0,0,.6); z-index: 100; width: 100vw; overflow: hidden; top: 71px; }
.hsn-ul li { height: 0; float: left; position: relative; box-sizing: border-box; }
.hsn-ul li a { color: #b9b9b9; font-size: 16px; display: inline-block; box-sizing: border-box; height: 70px; padding: 0 20px; text-decoration: none; }
.hsn-ul li a:hover,
.hsn-ul li a.active { color: #fff; }
.hn-li:hover .hsn-ul li { height: 70px; }

.hn-li:nth-of-type(4) .hsn-ul { margin-left: -200px; }

@media(max-width: 1024px) {
	.header { height: 60px; line-height: 60px; }
	.logo { height: 60px; }
	.logo a { line-height: 60px; }
	.but i { font-size: 14px;}
	.but .but-search { margin: 0 15px; }
	.hn-ul::after { height: 16px; top: 22px; }
	.hn-li { height: 60px; }
	.hn-li > a { font-size: 14px; height: 60px; padding: 0 15px; }
	.hsn-ul { top: 60px; }
	.hsn-ul li a { height: 60px; padding: 0 15px; font-size: 14px; }
	.hn-li:hover .hsn-ul li { height: 60px; }
}
@media(max-width: 768px) {
	
	.hn-li:nth-of-type(4) .hsn-ul { margin-left: 0; }
	
	.header { position: fixed; z-index: 100; background: #fff; top: 0; height: 1.1rem; }
	.logo a:nth-of-type(1) { display: none; }
	.logo a.m-logo.m-logo { display: block; line-height: 1.1rem; }
	.logo a.m-logo.m-logo img { height: .6rem; }
	.but { margin-right: .6rem; line-height: 1.1rem; }
	.but i { color: #005bac; }
	.but .but-search { margin: 0; font-size: .3rem; }
	
	.nav { position: fixed; z-index: 100; background: #fff; box-sizing: border-box; left: 100%; top: 1.1rem; overflow-y: scroll; width: 100%; height: 100%; padding-bottom: 113px; }
	.nav.on { left: 0; }
	
	.but-m-search { display: block; position: relative; width: 100%; z-index: 100; left: 0; top: 0; padding: .2rem .2rem 0; background: #fff; box-sizing: border-box; }
	.but-m-search a { display: block; box-sizing: border-box; height: .8rem; line-height: .8rem; border: 1px solid #D2D2D2; border-radius: .05rem; background: #F0F0F0; font-size: .28rem; color: #919192; }
	.but-m-search a i { font-size: .28rem; color: #000; padding: 0 .28rem; border-right: 1px solid #CACBCC; margin-right: .28rem; }
	
	.but-nav { display: block; width: .4rem; height: .3rem; top: .4rem; right: .2rem; }
	.but-nav.on span:nth-of-type(2) { opacity: 0; }
	.but-nav.on span:nth-of-type(1) { top: 8px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform: rotate(45deg); }
	.but-nav.on span:nth-of-type(3) { top: 8px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform: rotate(-45deg); }
	
	.hn-ul { position: relative; top: 0; left: 0; background: #fff; padding: .2rem; z-index: 100; width: 100%; box-sizing: border-box; }
	.hn-ul::-webkit-scrollbar-track-piece { width: 0; }
	.hn-ul::-webkit-scrollbar { width: 0; }
	.hn-ul::-webkit-scrollbar-thumb { width: 0; }
	.hn-ul::-webkit-scrollbar-thumb:hover { width: 0; }
	.hn-li { width: 100%; border-bottom: 1px solid #D2D2D2; height: auto; }
	.hn-li::before { content: ''; display: block; width: .2rem; height: .2rem; right: .2rem; top: .4rem; position: absolute; background: url(/Portals/156/Skins/Tech-Home/images/but-jt.png) no-repeat center center; background-size: .2rem .2rem; }
	.hn-li > a { width: 90%; font-size: .3rem; padding: 0; color: #000; height: 1rem; line-height: 1rem; }
	.hn-li > a:hover,
	.hn-li.active > a { background: #fff; color: #000; }
	
	.hsn-ul { width: 100%; background: #fff; position: relative; top: 0; }
	.hn-li .hsn-ul li { height: auto; width: 100%; }
	.hn-li .hsn-ul a { display: block; height: 0; line-height: .4rem; color: #646464; width: 100%; margin-bottom: 0; overflow: hidden; }
	.hn-li:hover .hsn-ul li { height: .8rem; }
	.hsn-ul li a:hover,
	.hsn-ul li a.active { color: #646464; }
	.hn-li .hsn-ul,
	.hn-li .hsn-ul li,
	.hn-li .hsn-ul li a { box-sizing: border-box; font-size: .3rem }
	
	.hn-li:hover .hsn-ul a,
	.hn-li.active .hsn-ul a { height: .4rem; margin-bottom: .4rem; }
	
	.hn-li:nth-of-type(1)::before { display: none; }
	.hn-li:nth-of-type(1) > a { width: 100%; }
	
}


/* banner start */
.banner {
    max-width: 1920px;
    margin:0 auto;
}
.banner .swiper-slide img {
    width: 100%;
}

/* 二级页次导航 */
.second_subtitle { border-bottom: 1px solid #ddd; }
.second_subtitle_left { float: left; }
.second_subtitle_left .Gst-breadrumb .SkinObject { font-size: 18px; color: #3d3d3d; margin: 0 10px; }
.second_subtitle_left .Gst-breadrumb span:nth-of-type(2) { color: transparent; display: inline-block; width: 20px; position: relative; line-height: 64px; background: url(images/i_jt.png) center center no-repeat; }
.second_subtitle_left .Gst-breadrumb .SkinObject:nth-of-type(2) { color: #005bab; }
.second_subtitle_right { float: right; }
.second_subtitle_left .Gst-breadrumb{ font-size:16px; line-height:63px; }

.second_subtitle_left .Gst-breadrumb span:nth-of-type(1) { margin-right: 80px; }
.second_subtitle_left .Gst-breadrumb span.icon-home { width: 63px; height: 64px; line-height: 64px; display: inline-block; color: #fff; text-align: center; margin-right: 10px; background: #005bab url(images/i_fz.png) center center no-repeat; position: absolute; }
.second_subtitle_left .Gst-breadrumb span.icon-home i { font-size: 0; }
.second_subtitle_left .Gst-breadrumb a { color:#000; text-decoration: none; letter-spacing: 1px; }

.second_subtitle_right ul.clearfix li { float: left; margin-left: 48px; cursor: pointer; font-size: 18px; padding: 0; position: relative; }
.second_subtitle_right ul.clearfix li::after { content: ''; width: 100%; height: 1px; position: absolute; left: 0; bottom: -1px; background: url(images/li_after_bg.jpg) center center no-repeat; background-size: cover; opacity: 0; }
.second_subtitle_right ul.clearfix li:hover::after,
.second_subtitle_right ul.clearfix li.active::after { opacity: 1; }
.second_subtitle_right ul.clearfix li a { color: #7f7f7f; text-decoration: none; display: inline-block; padding: 23px 0; letter-spacing: 1px; }
.second_subtitle_right ul.clearfix li a:hover, .second_subtitle_right ul.clearfix li.active a { color:#005bab; }
.second-content { margin:3% auto; }

/* 过渡动画 */
.second_subtitle_right ul.clearfix li::after, .second_subtitle_right ul.clearfix li a,
.class {
	transition: all .5s;
	-moz-transition: all .5s;    /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari 和 Chrome */
	-o-transition: all .5s;      /* Opera */
}
@media (max-width: 768px) {
	.second_subtitle { display: none; }
}

/* 企业简介 */
.brief { margin: 90px 0 110px; }
.brief_left { float: left; position: relative; width: 43%; height: 620px; padding-left: 20px; box-sizing: border-box; }
.brief_bgc1 { width: 100%; height: 620px; background: url(images/brief_bgc.png) no-repeat; position: absolute; top: -20px; left: -0; }
.brief_bgc2 { width: 100%; height: 620px; background: url(images/brief_bgc2.png) no-repeat; position: absolute; bottom: -20px; right: -40px; }
.blue_bar { position: absolute; right: 2px; top: 50%; width: 20px; height: 270px; margin-top: -135px; background-color: #005bab; }
.brief_left img { position: relative; }
.brief_right { width: 57%; float: left; margin-left: 0; padding-left: 50px; box-sizing: border-box; text-align: justify; }
.right_title { width: 100%; height: 90px; line-height: 60px; background: url(images/qyjj_bg.png) no-repeat left center; }
.right_title h3 { color: #005bab; font-size: 30px; font-weight: 600; margin-left: 24px; }
.brief_right p { text-indent: 36px; font-size: 18px; line-height: 2; color: #53575b; }
.news-title:hover { text-decoration: none; color: #005bab; }
.brief_right h3 a { position: relative; color: #005bab; }
.brief_right h3 a::before,
.brief_right h3 a::after { content: ''; position: absolute; width: 22px; height: 22px; border: 2px solid #005BAB; }
.brief_right h3 a::before { top: -10px; left: -22px; border-width: 2px 0 0 2px; }
.brief_right h3 a::after { bottom: -10px; right: -22px; border-width: 0 2px 2px 0; }

@media (max-width: 768px) {
	.brief { margin: 0; }
	.brief_left { display: none; }
	.brief_right { width: 100%; padding-left: 0; }
	.brief_right p { text-indent: .52rem; font-size: .26rem; color: #2b2727; }
	.right_title { background: url(); height: auto; }
	.brief_right h3 a::before, .brief_right h3 a::after { display: none; }
	.right_title h3 { font-size: .54rem; font-weight: normal; margin-left: 0; text-align: center; letter-spacing: .02rem; }
}

/* 组织架构 */
.organize_title { width: 100%; height: 90px; line-height: 60px; background: url(images/zzjg_bg.png) no-repeat center center; }
.organize_title h3 { color: #005bab; font-size: 30px; font-weight: 600; text-align: center; }
.organize_content { width: 1050px; margin: 0 auto; height: 100%; }
.organize_content img { width: 100%; height: 100%; }

@media (max-width: 768px) {
	.organize_title { background: url(); height: auto; }
	.organize_title h3 { font-size: .54rem; font-weight: normal; margin-left: 0; text-align: center; letter-spacing: .02rem; }
	.organize_content { width: 100%; }
}

/* 管理团队 */
.team_title { width: 100%; height: 90px; line-height: 60px; background: url(images/gltd_bg.png) no-repeat center center; }
.team_title h3 { color: #005bab; font-size: 30px; font-weight: 600; text-align: center; }
.team_content ul { display: flex; flex-wrap: wrap; }   
.team_content ul li { width: 33%; text-align: center; margin: 40px 0 30px; }
.team_content ul li p:first-of-type{ font-size: 20px; line-height: 36px; color: #2e2e2e; }
.team_content ul li p { font-size: 16px; color: #6a6a6a; line-height: 1.5; margin-bottom: 0; }
.news_content li:hover p a { color: #2373d2; }
@media (max-width: 768px) {
	.team_title { background: url(); height: auto; }
	.team_title h3 { font-size: .54rem; font-weight: normal; margin-left: 0; text-align: center; letter-spacing: .02rem; }
	.team_content ul { display: block; margin-left: -.2rem; }
	.team_content ul::after { content: ''; display: block; width: 0; height: 0; clear: both; }
	.team_content ul li { width: 33.3%; box-sizing: border-box; padding: 0 0 0 .2rem; float: left; margin: .4rem 0 .2rem; }
	.team_content ul li img { width: 100%; }
	.team_content ul li p:first-of-type{ font-size: .2rem; line-height: .36rem; margin-top: .1rem; }
	.team_content ul li p { font-size: .16rem; margin-top: .1rem; }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

/* 新闻动态 ( 公司动态 & 媒体聚焦 ) */

.news { padding: 0 40px; position: relative; margin-bottom: 90px; }
.news .swiper-button-prev { background: url(images/i_sw_l.png) center left no-repeat; background-size: auto; left: 0; }
.news .swiper-button-next { background: url(images/i_sw_r.png) center right no-repeat; background-size: auto; right: 0; }
.news .swiper-button-prev.swiper-button-disabled { background: url(images/i_sw2_l.png) center left no-repeat; }
.news .swiper-button-next.swiper-button-disabled { background: url(images/i_sw2_r.png) center right no-repeat; }
.news .swiper-container { padding: 10px; }

.news_content { display: block; }
.news_content li { width: 100%; box-sizing: border-box; background: #fff; padding: 40px; transition: all .5s; box-shadow: 0 0 10px rgb(0,0,0,.05); }
.news_content li:hover  p{ color: #2373d2; }
.news_content li:hover .news_time span:nth-child(3) { background: #2373D2 url(images/i_news_jt.png) center center no-repeat; }

.news_title a { font-size: 21px; font-weight: 600; color: #2e2e2e; }
.news_sub { font-size: 16px; line-height: 26px; margin-top: 34px; color: #616161; }
.news_time { height: 60px; line-height: 60px; position: relative; overflow: hidden; }
.news_time i { color: #065fad; font-size: 22px; }
.news_time span { color: #616161; font-size: 14px; }
.news_time span:nth-child(3) { display: inline-block; width: 90px; height: 28px; text-align: center; border-radius: 8px; color: #fff; position: absolute; right: 0; bottom: 16px; background: #E2E3E4 url(images/i_news_jt.png) center center no-repeat; }
.news_time span:nth-child(3) i { display: none; }
.news_time > i { position: absolute }
.news_time span:nth-child(3) a { display: block; width: 100%; height: 100%; }
.news_time span:nth-child(2) { margin-left: 30px; }

.news p.news_title { line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 66px; text-align: justify; margin: 0; }
.news .news_title a { font-size: 22px; }
.news p.news_sub { color: #616161; line-height: 1.5; height: 96px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-align: justify; margin-bottom: 40px; }

@media ( max-width: 768px ) { /* 手机适配 */
	
	.news { padding: 0 .6rem; margin-bottom: 0; }
	.news_content li { padding: .4rem; }
	.news .news_title a { font-size: .3rem; }
	.news p.news_title { height: .9rem; }
	.news p.news_sub { margin: .4rem 0; font-size: .25rem; height: 1.5rem; }
	.news_time { height: .6rem; line-height: .6rem; }
	.news_time span:nth-child(3) { width: 1.5rem; height: .5rem; bottom: .05rem; }
	
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

/* 底部 */
.footer {
    background:linear-gradient(5deg, #3e60ae 10%, #579bdc)
}
.foot_title{
    height: 108px;
    display: flex;
    align-items: center;
}
.foot_content {
    height: 170px;
    border-top: 1px solid #87b2e1;
    border-bottom: 1px solid #87b2e1;
    padding: 40px 0;
}
.foot_content dl { float: left; margin-right: 70px; font-size: 18px; line-height: 23px; color: #fff; }
.foot_content dd a { font-size: 14px; color: #E5E5E5; line-height: 30px; letter-spacing: 1px; }
.foot_content dt { margin-bottom: 5px; letter-spacing: 1px; }

.foot_content ul {
    width: 144px;
    height: 134px;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.foot_content ul li {
    width: 61px;
    height: 61px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 61px;
    border-radius: 8px;
}
.foot_content ul li img {
    vertical-align: middle;
}
.QRcode { float: right; text-align: center; margin-right: 45px; color: #fff; }
.QRcode img { border-radius: 5px; }
.QRcode p { margin: 0; margin: 5px 0 0; font-size: 14px; letter-spacing: 1px; }

.foot_bottom { height: 100px; line-height: 100px; font-size: 14px; color: #e5e5e5; }
.foot_bottom span { margin-right: 55px; }
    
/* Transition */
.hsn-ul, .hsn-ul li, .hsn-ul li a, .nav, .but-nav span,
.class {
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

/* ====================================================================================================================== */
.w { width: 100%; max-width: 1300px; box-sizing: border-box; padding: 0 50px; margin: 0 auto; }
.sw_lc,
.sw_lc div { box-sizing: border-box; }
.sw_lc.swiper-container { font-size: 0; width: 100%; padding-right: 80%; }
.sw_lc.swiper-container .swiper-wrapper { width: 20%; }
.sw_lc .swiper-slide { text-align: center; line-height: 0; }
.sw_lc .swiper-slide span { font-size: 22px; letter-spacing: 2px; font-weight: bold; text-align: center; color: #dde7ef; background: rgba(255,255,255,0); border: 1px solid rgba(255,255,255,0); border-radius: 10px; width: 150px; height: 45px; line-height: 43px; box-sizing: border-box;  display: inline-block; cursor: pointer; }

.sw_lc_box { position: relative; overflow: hidden; box-sizing: border-box; padding: 0 150px 1px; }
.sw_lc_box .swiper-button-prev,
.sw_lc_box .swiper-button-next { font-size: 24px; letter-spacing: 2px; text-align: center; color: #2071b7; background: #dee9fa; border: 1px solid #9FB5D5; border-radius: 10px; width: 50px; height: 45px; line-height: 43px; box-sizing: border-box;  display: inline-block; cursor: pointer; }
.sw_lc_box .swiper-button-prev { left: 0; }
.sw_lc_box .swiper-button-next { right: 0; padding-left: 3px; }
.sw_lc_box .swiper-button-prev.swiper-button-disabled,
.sw_lc_box .swiper-button-next.swiper-button-disabled { background-color: rgba(255,255,255,0); border-color: #bbb; color: #bbb; }
.sw_lc .swiper-slide.swiper-slide-active span { background: #dee9fa; border-color: #9FB5D5; color: #2071b7; }

.sw_lc .swiper-slide span a:hover { color: #dde7ef; text-decoration: none; }
.sw_lc .swiper-slide.swiper-slide-active span:hover a { color: #2071B7; text-decoration: none; }

.his_time ul.sw_lc_c,
.sw_lc_c { display: block; width: 100%; box-sizing: border-box; margin-top: 100px; margin-bottom: 150px; padding-bottom: 50px; position: relative; }
.sw_lc_c .dian { content: ''; background: url(images/i_dian.png) center center no-repeat; width: 3px; height: 50px; position: absolute; left: 174px; bottom: 0; }
.sw_lc_c li,
.his_time ul li { width: 100%; box-sizing: border-box; position: relative; height: auto; display: none; overflow: hidden; }
.sw_lc_l { width: 350px; height: 80px; position: absolute; top: 0; left: 0; }
.sw_lc_lbox { width: 100%; height: 70px; margin-top: 5px; border-radius: 35px; border: 1px solid #005bab; box-sizing: border-box; }
.sw_lc_lbox span:nth-of-type(1) { font-size: 0; width: 70px; height: 3px; background: #fbfbfb; position: absolute; top: 4px; left: 50%; margin-left: -35px; }
.sw_lc_lbox span:nth-of-type(1)::before { content: ''; display: block; box-sizing: border-box; width: 10px; height: 10px; background: #fbfbfb; border-radius: 50%; border: 1px solid #005bab; position: absolute; top: -4px; left: -5px; }
.sw_lc_lbox span:nth-of-type(1)::after { content: ''; display: block; box-sizing: border-box; width: 10px; height: 10px; background: #fbfbfb; border-radius: 50%; border: 1px solid #005bab; position: absolute; top: -4px; right: -5px; }
.sw_lc_lbox span:nth-of-type(2) { font-size: 0; display: block; box-sizing: border-box; width: 10px; height: 10px; background: #fbfbfb; border-radius: 50%; border: 1px solid #005bab; position: absolute; bottom: 0; left: 50%; margin-left: -5px; }
.sw_lc_lbox span:nth-of-type(3) { display: block; width: 100%; height: 100%; background: #DAE5EF; border-radius: 35px; border: 15px solid #fbfbfb; box-sizing: border-box; border-top-width: 10px; border-bottom-width: 10px; color: #005bab; font-size: 20px; line-height: 48px; text-align: center; }
.sw_lc_r { width: 100%; padding-left: 420px; box-sizing: border-box; font-size: 22px; line-height: 1.5; color: #000; text-align: left; }

.sw_lc_item { position: relative; box-sizing: border-box; padding-bottom: 80px; }
.sw_lc_item::before { content: ''; display: block; width: 1px; height: 100%; background: #005bab; position: absolute; bottom: -10px; left: 175px; }

@media (max-width: 768px) {
	
	.sw_lc_c .dian { display: none; }
	
	.sw_lc.swiper-container { padding-right: 0; }
	
	.sw_lc_box { padding: 0 .5rem; }
	.sw_lc .swiper-slide span { font-size: .2rem; letter-spacing: .02rem; width: 1rem; height: .45rem; line-height: .43rem; }
	
	.sw_lc_box .swiper-button-prev,
	.sw_lc_box .swiper-button-next { font-size: .2rem; width: .5rem; height: .45rem; line-height: .45rem; top: 0; margin-top: 0; }
	
	.sw_lc_l { width: .3rem; height: .1rem; position: absolute; top: 0; left: 0; }
	.sw_lc_lbox { width: 2rem; height: .6rem; margin-top: 0; border-radius: .5rem; }
	.sw_lc_lbox span:nth-of-type(1) { display: none; }
	.sw_lc_lbox span:nth-of-type(1)::before { display: none; }
	.sw_lc_lbox span:nth-of-type(1)::after { display: none; }
	.sw_lc_lbox span:nth-of-type(2) { display: none; }
	.sw_lc_item::before { display: none; }
	.sw_lc_lbox span:nth-of-type(3) { display: block; width: 100%; height: 100%; background-color: transparent; border-radius: 0; border-width: 0; font-size: .3rem; line-height: .6rem; }
	.sw_lc_r { padding-left: 2.5rem; font-size: .3rem; }
	.sw_lc_item { padding-bottom: .4rem; }
	
	.his_time ul.sw_lc_c, .sw_lc_c { margin: .4rem 0 0; padding: 0; }
	
}

/* 业务中心(4) */
/* 业务中心(1/4) */
.business_title { border-bottom: 1px solid #dcdcdc; height: 80px; }
.business_title h3 { font-size: 30px; color: #2073bc; }
.business_title h3:hover { color: #2073bc; }
.business_title p { font-size: 24px; color: #313233; }
.business_content p { font-size: 18px; line-height: 2; color: #4a4a4a; margin-top: 30px; text-align: justify; text-align-last: left; text-justify: distribute; text-indent: 0; }
.business_content p img { width: auto; max-width: 100%; }
@media (max-width: 768px) {
	.business_title { height: auto; }
	.business_title h3 { font-size: .54rem; text-align: center; font-weight: normal; letter-spacing: .02rem; line-height: 2; }
	.business_title p { font-size: .3rem; line-height: 1; margin-bottom: .5rem; text-align: center; }
	.business_content p { font-size: .26rem; margin-top: .3rem; }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----

/* 联系我们 */

/* 标题 */

.title_01 { text-align: center; position: relative; box-sizing: border-box; padding-bottom: 50px; }
.title_01 h1 { line-height: 1; margin: 40px auto 0; color: #333; font-size: 32px; letter-spacing: 2px; position: relative; z-index: 2; }
.title_01 h1.h1_2 { font-weight: normal; color: #005bac; }
.title_01 h2 { line-height: 1; margin: 40px auto 0; color: #333; font-size: 32px; letter-spacing: 2px; position: relative; z-index: 2; }
.title_01 h2.h1_2 { font-weight: normal; color: #005bac; }
.title_01 p { padding: 0; margin: 0; width: 100%; text-align: center; line-height: 1; color: rgba(0,91,172,.05); font-size: 48px; position: absolute; bottom: 25px; z-index: 1; }
.big_p { display: block; margin: 0; text-align: center; box-sizing: border-box; font-size: 36px; line-height: 1; color: #005bac; margin-bottom: 90px; letter-spacing: 2px; }
@media ( max-width: 768px ) {
	.title_01 { padding-bottom: .5rem; }
	.title_01 h1 { margin: .4rem auto 0; font-size: .4rem; }
	.title_01 h2 { margin: .6rem auto 0; font-size: .4rem; }
	.title_01 p { font-size: .5rem; bottom: .6rem; }
	.big_p { font-size: .3rem; margin-bottom: .9rem; }
	.title_01 img { height: 1rem; }
}

/* 内容 */

.lianxi_box { position: relative; overflow: hidden; box-sizing: border-box; padding: 0 100px 50px; margin-bottom: 50px; background: #fff; }
.lianxi_box::after { content: ''; display: block; width: 610px; height: 610px; background: #fff url(images/about-content2.png) center no-repeat; background-size: cover; position: absolute; top: 50%; right: 0; margin: -305px -305px 0 0; }
.lianxi_box iframe { position: relative; z-index: 1; }
@media ( max-width: 768px ) {
	.lianxi_box { padding: 0 .4rem .4rem; margin-bottom: .4rem; }
	.lianxi_box::after { display: none; }
}

/* 联系方式 */

.lianxi { font-size: 20px; line-height: 2; color: #494a4b; margin: 60px 0; position: relative; z-index: 1; }
.lianxi h2 { font-size: 22px; margin: 0; }
.lianxi h2 a,
.lianxi h2 a:hover { color: #333; }
.lianxi p { margin: 0; }
@media ( max-width: 768px) {
	.lianxi { font-size: .3rem; margin: .3rem 0; }
	.lianxi h2 { font-size: .3rem; }
}

/* 地图 */

.map { display: block; width: 100%; box-sizing: border-box; height: 300px; }

@media (max-width: 768px) {
	
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

/* ----- */

.box_1 { position: relative; box-sizing: border-box; overflow: hidden; }

/* 企业愿景 ----- */
.vul_2 { display: block; position: relative; margin-left: -120px; box-sizing: border-box; margin-bottom: 90px; }
.vul_2::after { content: ''; display: block; width: 0; height: 0; clear: both; }
.vul_2 li { display: block; float: left; width: 50%; padding-left: 120px; padding-top: 55px; box-sizing: border-box; }
.vul_2 li .item { left: auto; background: #fff; height: 400px; position: relative; padding: 135px 45px 0; font-size: 20px; line-height: 1.8; color: #494a4b; box-sizing: border-box; border: 1px solid #f4f4f4; }
.vul_2 li .item p { margin: 0; line-height: 1.8; }
.vul_2 li .item img { position: absolute; top: -55px; left: 50%; margin-left: -56px; }
.vul_2 li .item span { color: #2073bc; }
.vul_2 li .item b { color: #2073bc; position: absolute; width: 100%; text-align: center; display: block; left: 0; top: 70px; font-size: 28px; font-weight: normal; letter-spacing: 2px; }
.vul_2 li .item b .news-title,
.vul_2 li .item b .news-title:hover { color: #2073bc; }

@media(max-width:768px){
	.vul_2 { margin-left: -.4rem; margin-bottom: .9rem; overflow: hidden; }
	.vul_2 li { width: 100%; padding-left: .4rem; box-sizing: border-box; padding-top: .5rem; }
	.vul_2 li:nth-of-type(2) { margin-top: .5rem; }
	.vul_2 li .item { height: auto; padding: 1.5rem .4rem .5rem; font-size: .3rem; }
	.vul_2 li .item img { height: 1rem; top: -.5rem; left: 50%; margin-left: -.5rem; }
	.vul_2 li .item b { top: .5rem; font-size: .5rem; }
}

.vul_4 { display: block; position: relative; margin-left: -20px; box-sizing: border-box; margin-bottom: 90px; }
.vul_4::after { content: ''; display: block; width: 0; height: 0; clear: both; }
.vul_4 li { display: block; float: left; width: 25%; padding-left: 20px; padding-top: 36px; box-sizing: border-box; }
.vul_4 li .item { left: auto; background: #fff; height: 260px; position: relative; padding: 110px 25px 0; font-size: 18px; line-height: 1.8; color: #494a4b; box-sizing: border-box; border: 1px solid #f4f4f4; }
.vul_4 li .item p { margin: 0; line-height: 1.8; }
.vul_4 li .item img { position: absolute; top: -36px; left: 50%; margin-left: -36px; }
.vul_4 li .item span { color: #2073bc; }
.vul_4 li .item b { color: #2073bc; position: absolute; width: 100%; text-align: center; display: block; left: 0; top: 50px; font-size: 26px; font-weight: normal; letter-spacing: 2px; }
.vul_4 li .item b .news-title,
.vul_4 li .item b .news-title:hover { color: #2073bc; }

@media(max-width:768px){
	.vul_4 { margin-left: -.4rem; margin-bottom: .9rem; overflow: hidden; }
	.vul_4 li { width: 100%; padding-left: .4rem; box-sizing: border-box; padding-top: .5rem; margin-top: .5rem; }
	.vul_4 li:nth-of-type(1) { margin-top: 0; }
	.vul_4 li .item { height: auto; padding: 1.5rem .4rem .5rem; font-size: .3rem; }
	.vul_4 li .item img { height: 1rem; top: -.5rem; left: 50%; margin-left: -.5rem; }
	.vul_4 li .item b { top: .5rem; font-size: .5rem; }
}

.vul_6 { display: block; position: relative; margin-left: -30px; box-sizing: border-box; margin-bottom: 60px; }
.vul_6::after { content: ''; display: block; width: 0; height: 0; clear: both; }
.vul_6 li { display: block; float: left; width: 33.333333%; padding-left: 30px; padding-top: 0; box-sizing: border-box; padding-bottom: 30px; }
.vul_6 li .item { left: auto; height: auto; position: relative; font-size: 18px; line-height: 2; color: #494a4b; box-sizing: border-box; }
.vul_6 li .item .img_box { position: relative; overflow: hidden; box-sizing: border-box; background: #eee; width: 100%; height: 0; padding-bottom: 56%; }
.vul_6 li .item .img_box img { width: 100%; }
.vul_6 li .item p { display: block; text-align: center; color: #494a4b; }
.vul_6 li .item p .news-title { color: #494a4b; }
.vul_6 li .item p .news-title:hover { color: #494a4b; }
.vul_6 li.onn .item p { display: block; text-align: center; color: #fff; }
.vul_6 li.onn .item p .news-title { color: #fff; }
.vul_6 li.onn .item p .news-title:hover { color: #fff; }

/* 企业文化 - 多彩科技人 - 点击图片放大 */
.vul_6 li { position: relative; z-index: 10; }
.vul_6 li .item.img_fd { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.8); z-index: 100; }
.vul_6 li .item.img_fd .img_box { width: 800px; height: 448px; padding-bottom: 0; position: absolute; top: 50%; left: 50%; margin-top: -242px; margin-left: -400px; }
.vul_6 li .item.img_fd p { position: absolute; left: 0; top: 50%; width: 100%; margin-top: 242px; color: #fff; }
.vul_6 li .item.img_fd p a { color: #fff; }
.vul_6 li.onn { z-index: 100; }

@media(max-width:768px){
	.vul_6 { margin-left: 0; margin-bottom: .6rem; }
	.vul_6 li { width: 100%; padding-left: 0; padding-bottom: .3rem; }
	.vul_6 li .item { font-size: .3rem; }
	
	/* 企业文化 - 多彩科技人 - 点击图片放大 */
	.vul_6 li .item.img_fd { position: relative; width: 100%; height: 100%; left: auto; top: auto; background: rgba(0,0,0,0); z-index: 10; }
	.vul_6 li .item.img_fd .img_box { position: relative; overflow: hidden; box-sizing: border-box; top: auto; left: auto; margin: 0; background: #eee; width: 100%; height: 0; padding-bottom: 56%; }
	.vul_6 li .item.img_fd p { position: relative; left: auto; top: auto; width: 100%; margin-top: 13px; color: #494a4b; }
	.vul_6 li .item.img_fd p a { color: #494a4b; }
	.vul_6 li.onn { z-index: 10; }
	.vul_6 li.onn .item p { color: #494a4b; }
	.vul_6 li.onn .item p .news-title { color: #494a4b; }
	.vul_6 li.onn .item p .news-title:hover { color: #494a4b; }
}

/* 形象识别 */
.xingx { position: relative; box-sizing: border-box; background: #fff; padding: 60px; }
.xingx::after { content: ''; display: block; width: 0; height: 0; clear: both; }
.x_top_2 { position: relative; width: 100%; box-sizing: border-box; padding-left: 290px; font-size: 18px; color: #252628; line-height: 1.5; padding-bottom: 20px; margin-bottom: 50px; }
.x_top_2 h3 { margin: 0; font-weight: normal; }
.x_top_2 p { margin: 0; }
.x_top_1 { position: absolute; left: 0; bottom: 0; }
.x_top_3 { box-sizing: border-box; width: 493px; height: 280px; position: absolute; top: -50px; right: 0; background: url(/Portals/156/Skins/Tech-Second/images/xingx-2.png) center center no-repeat; background-size: cover; padding: 40px 100px 0; font-size: 18px; color: #005bab; line-height: 1.8; }
.x_top_3 p { margin: 0; }
.xingx li { display: block; float: left; width: 25%; position: relative; box-sizing: border-box; padding-left: 30px; }
.xingx li .item { width: 100%; box-sizing: border-box; height: 0; padding-bottom: 100%; overflow: hidden; position: relative; border: 2px solid #DADDDF; }
.xingx li .item img { width: 100%; }
@media (max-width: 768px) {
	.xingx { padding:.4rem; }
	.x_top_2 { padding-left: 2.2rem; font-size: .3rem; padding-bottom: .2rem; margin-bottom: .4rem; }
	
	.x_top_1 { position: absolute; left: 0; bottom: auto; top: 0; }
	.x_top_1 img { height: 3rem; }
	
	.x_top_3 { width: 100%; height: auto; position: relative; top: auto; right: auto; background: url(); padding: 0 0 0; font-size: .3rem; }
}

/* ----- */

/* 企业愿景 */
.vision_title {
    text-align: center;
    background: url(../images/Contact\ us.png) no-repeat center 64%;
}
.vision_title h3 {
    font-size: 32px;
    color: #333435;
    font-weight: 500;
    
}
.vision_title p {
    font-size: 32px;
    line-height: 97px;
    color: #005bac;
}
.vision_main {
    margin-top: 150px;
    display: flex;
    justify-content: space-around;
}
.vision_item {
    width: 386px;
    height: 256px;
    background: #fff;
    position: relative;
    padding: 75px;
}
.vision_item img {
    position: absolute;
    left: 50%;
    top: -58px;
    margin-left: -56px;
}
.vision_item h3 {
    font-size: 28px;
    line-height: 97px;
    text-align: center;
    color: #005bac;
}
.vision_item p {
    font-size: 20px;
    line-height: 32px;
    color: #494a4b;
}
.vision_list {
    margin-top: 100px;
}
.vision_list ul {
    display: flex;
    justify-content: space-around;
}
.vision_list ul li {
    width: 231px;
    height: 152px;
    background: #fff;
    position: relative;
    padding: 55px 27px;
}
.vision_list ul li img {
    position: absolute;
    left: 50%;
    top: -38px;
    margin-left: -365px;
}
.vision_list ul li h3 {
    font-size: 26px;
    text-align: center;
    color: #005bac;
    font-weight: normal;
}
.vision_list ul li p {
    font-size: 18px;
    margin-top: 40px;
}

/* 多彩科技人 */
.scientists_title {
    text-align: center;
    background: url(../images/Contact\ us.png) no-repeat center 100%;
}
.scientists_title h3 {
    font-size: 32px;
    color: #333435;
    font-weight: 500;
}
.scientists_title p {
    font-size: 32px;
    line-height: 97px;
    color: #005bac;
}
.scientists_list .pic {
    width: 380px;
    height: 220px;
}
.scientists_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.scientists_list ul li {
    margin-top: 30px;
}
.scientists_list .pic img {
    width: 100%;
    height: 100%;
}
.scientists_list p {
    font-size: 16px;
    text-align: center;
}

/* 资质与荣誉 */
.price_content { margin-top: 40px; margin-bottom: 90px; }

@media (max-width: 768px) { /* 手机 */
	.price_content { margin: 0; }
}

.price_title {
    width: 100%;
    height: 90px;
    line-height: 60px;
    background: url(images/_title_ryzz.png) no-repeat left center;
    margin-top: 80px;
}

.price_title h3 {
    color: #005bab;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    float: left;
}

/* 二级页标题 */
.price_title { width: 100%; height: 90px; line-height: 60px; background: url(images/_title_ryzz.png) center center no-repeat; }
.price_title h3 { color: rgb(0, 91, 171); font-size: 30px; font-weight: 600; text-align: center; }

@media ( max-width: 768px ) { /* 手机适配 */
	.price_title { background: url(); height: auto; }
	.price_title h3 { font-size: .54rem; font-weight: normal; margin-left: 0; text-align: center; letter-spacing: .02rem; width: 100%; }
}

.price_btn { float: right; }
.price_btn span { display: inline-block; width: 170px; height: 40px; text-align: center; line-height: 40px; border: 1px solid #a0b6d6; border-radius: 9px; color: #323232; font-size: 16px; margin-left: 16px; cursor: pointer; }
.price_btn_active { background-color: #dee9fa; color: #005bab !important; }

@media ( max-width: 768px ) { /* 手机适配 */
	.price_btn { width: 100%; font-size: 0; }
	.price_btn span { width: 44%; height: .6rem; line-height: .6rem; font-size: .3rem; box-sizing: border-box; }
	.price_btn span:nth-of-type(1) { margin: 0 6% 0 0; }
	.price_btn span:nth-of-type(2) { margin: 0 0 0 6%; }
}

/* 荣誉第二页 */
.price_second { margin-left: 95px; }
@media (max-width: 768px) {
	.price_second { margin-left: 0; }
}

.price_content ul li { position: relative; height: 32px; line-height: 32px; padding-left: 140px; margin-bottom: 40px; }
.price_content ul li .quan{ display: inline-block; width: 8px; height: 8px; border: 1px solid #2876d3; background: #fff; border-radius: 50%; position: absolute; left: -10px; top: 10px; }
.price_content ul li .line3 { width: 1px; height: 63px; background: #005bab; position: absolute; left: -6px; top: 20px; }
.price_content ul li p,
.price_content ul li p a,
.price_content ul li p a:hover { font-size: 18px; color: #6f7274; line-height: 1.5; }

.price_content ul li:last-child .line3 { display: none; }
.item { position: absolute; left: 10px; }
.price_content .item span { position: absolute; left: 20px; display: inline-block; width: 90px; height: 32px; background: #87afdf; text-align: center; font-size: 16px; color: #fff; }
.triangle { position: absolute; width: 0; height: 0; border-top: 16px solid transparent; border-right: 20px solid #87afdf; border-bottom: 16px solid transparent; }

@media (max-width: 768px) {
	.price_content .item span { display: none; }
	.triangle { display: none; }
	.price_content ul li p,
	.price_content ul li p a,
	.price_content ul li p a:hover { font-size: .3rem; line-height: 1.5; }
	.price_content ul li { position: relative; height: auto; padding-left: 1rem; margin-bottom: 0; padding-bottom: 0; box-sizing: border-box; }
	.price_content ul li .quan { width: 8px; height: 8px; border: 1px solid #2876d3; background: #fff; border-radius: 50%; position: absolute; left: 0; top: 10px; }
	.price_content ul li .line3 { height: 100%; position: absolute; left: 5px; top: 20px; }
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
}
#certify  .swiper-slide img{
	display: block;
	width: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 16px;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/* ----- */

.sw_zzitem { display: block; box-sizing: border-box; border-radius: 10px; position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 68%; background: #eee; }
.sw_zzitem img { width: 100%; position: relative; z-index: 1; }
.sw_zzitem p { width: 100%; position: absolute; z-index: 1; display: block; box-sizing: border-box; overflow: hidden; padding: 10px 20px; color: #fff; font-size: 14px; background: rgba(0,0,0,.3); bottom: 0; left: 0; margin: 0; }
.sw_zzitem p a { line-height: 20px; overflow: hidden; display: block; box-sizing: border-box; color: #fff; }
.sw_zzitem p a:hover { color: #fff; }

.sw_c.swiper-container { padding: 120px 10px; margin-bottom: 80px; }
.sw_c .swiper-slide { transform: scale(1); z-index: 8; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3); }
.sw_c .swiper-slide-active { transform: scale(1.8); z-index: 10; }

@media ( max-width: 768px ) { /* 手机适配 */
	
	.sw_c.swiper-container { padding: 0; margin: 0; }
	.sw_c .swiper-slide-active { transform: scale(1); }
	
}

#certify1 {
	padding: 0 50px;
    position: relative;
}
#certify1 .swiper-button-next { background: url(images/i_sw_r.png) center right no-repeat; background-size: auto; }
#certify1 .swiper-button-prev { background: url(images/i_sw_l.png) center left no-repeat; background-size: auto; }

.history_title { width: 100%; height: 90px; line-height: 60px; background: url(images/_title_fzlc.png) no-repeat center center; }
.history_title h3 { color: #005bab; font-size: 30px; font-weight: 600; text-align: center; }
@media (max-width: 768px) {
	.history_title { background: url(); height: auto; }
	.history_title h3 { font-size: .54rem; font-weight: normal; margin-left: 0; text-align: center; letter-spacing: .02rem; }
	#certify1 { padding: 0 .5rem; }
	#certify1 .swiper-button-next { right: 0; }
	#certify1 .swiper-button-prev { left: 0; }
}

.none {
    display: none;
}

/* 详情页 */
h1#Title { font-size: 30px; font-weight: normal; color: #3c475e; line-height: 60px; margin: 0; }
.detail-infos { text-align: center; font-size: 14px; line-height: 60px; border-bottom: 1px solid #ECECEC; color: #616161; }
.detail-infos .text-author { padding-left: 70px; }
.detail-infos #Author { padding-right: 70px; zoom: 1; word-break: break-all;  }
.detail-content { padding: 60px 0 30px; box-sizing: border-box; position: relative; }
.detail-content #Content { width: 100%;  text-align: justify;text-align-last:left; text-justify:distribute; word-break: break-all; }
.detail-content #Content p { font-size: 16px; margin: 0; color: #3b3b3b; line-height: 2; margin-bottom: 40px; width: 100%; text-align: justify; text-align-last:left; text-justify:distribute; word-break: break-all; }
.detail-content img { width: auto; max-width: 100%; margin: 0 auto; display: block; }
/* 详情页-上一篇&下一篇_按钮 */
.but_np { position: relative; overflow: hidden; box-sizing: border-box; }
.but_np::after { content: ''; display: block; width: 0; height: 0; clear: both; }
#PreviousNews,
#NextNews { width: 260px; height: 60px; box-sizing: border-box; line-height: 56px; text-align: center; border: 2px solid #B2B2B2; border-radius: 30px; font-size: 16px; color: #3b3b3b; position: relative; overflow: hidden; cursor: pointer; }
#PreviousNews:hover,
#NextNews:hover { color: #2071b7; border-color: #2071b7; }
#PreviousNews { float: left; }
#NextNews { float: right; }
#PreviousNews a,
#NextNews a { font-size: 0; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* 详情页-分享 */
.but_fenx_box { box-sizing: border-box; position: relative; margin-bottom: 120px; }
.but_fenx_box::after { content: ''; display: block; width: 0; height: 0; clear: both; }
.but_fenx { width: 200px; height: 36px; border: 1px solid #C2C2C2; line-height: 34px; border-radius: 10px; float: right; text-align: center; font-size: 16px; color: #5e5e5e; }
.but_fenx span { font-size: 12px; color: #fff; background: #0056A2; margin-right: 10px; padding: 0 3px; }
/*
.but_fenx i { width: 22px; height: 22px; margin-left: 5px; position: relative; display: inline-block; }
.but_fenx a { position: absolute; top: 5px; left: 0; width: 22px; height: 22px; background: center center no-repeat; background-size: cover; }
.but_fenx i:nth-of-type(1) a { background-image: url(images/i_weibo.png); }
.but_fenx i:nth-of-type(2) a { background-image: url(images/i_weixin.png); }
.but_fenx i:nth-of-type(3) a { background-image: url(images/i_kongjian.png); }
*/
@media (max-width: 768px) {
	.z_article { margin: .5rem auto; }
	h1#Title { font-size: .4rem; line-height: 1.5; }
	.detail-infos { font-size: .28rem; line-height: 1.5; padding: .2rem 0 .3rem; }
	.detail-content { padding: .4rem 0 .2rem; }
	.detail-content #Content p { font-size: .32rem; margin-bottom: .8rem; }
	#PreviousNews, #NextNews { width: 2rem; height: .6rem; line-height: .54rem; border-radius: .3rem; font-size: .24rem; }
}

/* 分享 */
#share-1 { display: inline-block; }
#share-1 a { margin: 0; width: 22px; border-radius: 0; border: none; margin-left: 5px; background: center center no-repeat; background-size: contain; }
#share-1 a::before { display: none; }
#share-1 a:nth-of-type(1) { background-image: url(images/i_weibo.png); }
#share-1 a:nth-of-type(2) { background-image: url(images/i_weixin.png); }
#share-1 a:nth-of-type(3) { background-image: url(images/i_kongjian.png); }
#share-1 .help p { font-size: 12px; }
#share-1.social-share .icon-wechat .wechat-qrcode { left: -94px; top: -195px; }

/* 内页 */
.second_wrap.w { margin: 80px auto 50px; }
.beijing { background-image: url(images/beijing.png); background-position: center 688px; background-repeat: no-repeat; background-size: contain; }

/* 业务中心 */
.business_wrap { position: relative; overflow: hidden; box-sizing: border-box; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.05); padding: 70px; margin: 70px 0; }

@media (max-width: 768px) {
	.business_wrap { background-color: transparent; box-shadow: 0 0 0 rgba(255,255,255,0); padding: 0; margin: 0; overflow: inherit; }
}

/* 过渡动画 */
#PreviousNews, #NextNews, .sw_c_slide, .sw_lc .swiper-slide.swiper-slide-active span, .price_btn span,
.sw_lc_box .swiper-button-prev, .sw_lc_box .swiper-button-next, .news .news_title a, .news p.news_sub, .news_time span:nth-child(3), .news .swiper-button-prev, .news .swiper-button-next,
/*.img_fd, .img_fd .img_box, .img_fd p,*/
.class {
	transition: all .5s;
	-moz-transition: all .5s;    /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari 和 Chrome */
	-o-transition: all .5s;      /* Opera */
}

/* Box */
.z_box {  }
.z_box *,
.z_box *::after,
.z_box *::before { cursor: default;
	-webkit-box-sizing: border-box; /* Chrome & Safari */
	   -moz-box-sizing: border-box; /* Firefox */
	        box-sizing: border-box;
}
.z_box p { margin: 0; }
.z_box a,
.z_box a:hover { color: #000; text-decoration: none; }
.z_box a,
.z_box a img { cursor: pointer; }

/* Width */
.z_width { width: 100%; max-width: 1300px; padding: 0 50px; margin: 0 auto; }

/* Clear */
.z_clear::after { content: ''; display: block; width: 0; height: 0; clear: both; }

/* Footer */
.z_footer {
	background-color: #579cdd;
	background-image: -webkit-linear-gradient(#579cdd, #3d5dac); /* Chrome & Safari */
	background-image:    -moz-linear-gradient(#579cdd, #3d5dac); /* Firefox */
	background-image:      -o-linear-gradient(#579cdd, #3d5dac); /* Opera */
	background-image:         linear-gradient(#579cdd, #3d5dac);
}

.z_footer_box1 { overflow: hidden; }
.z_footer_logo { margin: 40px 0 20px; }
.z_footer_logo img { vertical-align: middle; }
.z_footer_logo img:nth-of-type(1) { display: block; }
.z_footer_logo img:nth-of-type(2) { display: none; }

.z_footer_box2 { position: relative; border: 1px solid #86b2e1; border-width: 1px 0; padding: 40px 0 25px; }
.z_footer_list { width: 65%; }
.z_footer_list li { display: inline-block; float: left; width: 20%; font-size: 14px; line-height: 1; }
.z_footer_list li a { display: inline-block; color: #e5e5e5; margin-bottom: 15px; }
.z_footer_list li a:nth-of-type(1) { color: #fff; font-size: 18px; }
.z_footer_list li a:hover { color: red; }
.z_footer_list2 { width: 320px; position: absolute; top: 40px; /*left: 65%;*/ right: 0; }
.z_footer_list2 li { float: left; padding: 0 0 10px 20px; width: 25%; }
.z_footer_list2 li a > img,
.z_footer_list2 li .z_but_2wm > img { vertical-align: middle; width: 100%; cursor: pointer; }
.z_footer_list2 li a,
.z_footer_list2 li .z_but_2wm { position: relative; display: block; width: 60px; height: 60px; text-align: center; border-radius: 10px; border: 1px solid #fff; cursor: pointer; }
.z_footer_list2 li .z_but_2wm:hover .z_footer_2wm { display: block; }
.z_footer_list2 li .z_but_2wm .z_footer_2wm { display: none; width: 136px; position: absolute; left: 50%; margin-left: -68px; bottom: 65px; text-align: center; box-shadow: 0 0 20px rgba(0,0,0,.2); background: #fff; border-radius: 5px; }
.z_but_2wm .z_footer_2wm::after { content: ''; display: block; width: 10px; height: 10px; background: #fff; position: absolute; bottom: -5px; left: 50%; margin-left: -5px;
	     -o-transform:rotate(45deg); /* Opera           */	
        -ms-transform:rotate(45deg); /* IE 9            */
       -moz-transform:rotate(45deg); /* Firefox         */
	-webkit-transform:rotate(45deg); /* Chrome & Safari */
            transform:rotate(45deg); }
.z_but_2wm .z_footer_2wm img { width: 100%; border-radius: 5px; vertical-align: bottom; }
.z_but_2wm .z_footer_2wm p { color: #666; font-size: 14px; letter-spacing: 1px; line-height: 1; margin-top: 0; margin-bottom: 10px; }

.z_footer_box2 > .z_footer_2wm { width: 136px; position: absolute; top: 40px; right: 40px; text-align: center; display: none; }
.z_footer_box2 > .z_footer_2wm img { width: 100%; border-radius: 5px; }
.z_footer_box2 > .z_footer_2wm p { color: #e5e5e5; font-size: 14px; letter-spacing: 1px; line-height: 1; margin-top: 10px; }

.z_footer_box3 { height: 110px; line-height: 110px; color: #e5e5e5; font-size: 14px; }
.z_footer_box3 > a,
.z_footer_box3 > span { margin-right: 70px; letter-spacing: 1px; }
.z_footer_box3 a { color: #e5e5e5; }
.z_footer_box3 a:hover { color: red; }

/* 响应式 */
@media (max-width: 1366px) { /* 笔记本 */
	
}

@media (max-width: 1024px) { /* 平板 */
	.z_width { padding: 0 20px; }
}

@media (max-width: 768px)  { /* 手机 */
	.w { padding: 0 .2rem; }
	
	.z_width { padding: 0 .2rem; }
	
	.z_footer_logo { margin: .5rem 0 .2rem; }
	.z_footer_logo img { height: .705rem; }
	.z_footer_logo img:nth-of-type(1) { display: none; }
	.z_footer_logo img:nth-of-type(2) { display: block; }
	
	.z_footer_box2 { padding: .4rem .3rem .2rem; }
	
	.z_footer_box2 > .z_footer_2wm { position: relative; float: right; top: auto; right: auto; width: 2.25rem; display: block; }
	.z_footer_box2 > .z_footer_2wm p { font-size: .24rem; letter-spacing: .02rem; margin-top: .1rem; }
	.z_footer_list { display: none; }
	.z_footer_list2 { position: relative; float: left; width: 3.2rem; top: auto; left: auto; }
	.z_footer_list2 li { padding: 0 .45rem .2rem 0; width: 50%; }
	.z_footer_list2 li a,
	.z_footer_list2 li .z_but_2wm { width: 1.15rem; height: 1.15rem; }
	.z_footer_list2 li .z_but_2wm .z_footer_2wm,
	.z_footer_list2 li .z_but_2wm:hover .z_footer_2wm { display: none; }
	
	.z_footer_box3 { height: auto; line-height: 2.2; font-size: .24rem; padding: .3rem 0; }
	.z_footer_box3 > a, .z_footer_box3 > span { margin-right: 0; }
	.z_footer_box3 > span { display: block; text-align: center; width: 100%; letter-spacing: .02rem; }
	
	.z_title_1 { margin: 0 auto .4rem; }
	.z_title_1 h2 { font-size: .3rem; margin-bottom: .1rem; letter-spacing: .02rem; padding-bottom: .2rem; }
	.z_title_1 h2::after { width: .5rem; }
	.z_title_1 h2 img { height: .14rem; }
	.z_title_1.title_left h2 { font-size: .36rem; padding-bottom: .15rem; }
	.z_title_1.title_left img { height: .18rem; }
	
	.business_content { margin: .4rem 0; }
	.business_content .swiper-container { height: 4.2rem; }
	
	.about-content { overflow: hidden; height: auto; box-sizing: border-box; padding: 0 .2rem .2rem; background: url(); margin: .4rem 0; }
	.about-left { width: 100%; background-position: center top; background-size: contain; height: 100%; }
	.about-right { position: relative; width: 100%; margin-right: 0; border-radius: .2rem; padding: .4rem; overflow: hidden; top: 0; margin-top: .8rem; }
	.about_article { margin: 0; font-size: .24rem; line-height: 2; }
	.about_bgc { right: -1.8rem; top: .2rem; }
	
	.second_wrap.w { margin: .6rem auto .6rem; }
	
}
@media (max-width: 320px)  { /* 最小宽度 */
	html { width: 320px; }
}

/* 过渡效果 */
a,
.z_transition {
	        transition: all .5s;
	     -o-transition: all .5s; /* Opera */
	   -moz-transition: all .5s; /* Firefox */
	-webkit-transition: all .5s; /* Chrome & Safari */
}

