@charset "utf-8";
/* CSS Document */
html{font-size:20px;}
body{font-size:.8rem;color:#2f2f2f;}
html,body{margin:0px;padding:0px;width:100%;height:100%;font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
video,
img{border:none;max-width:100%;vertical-align: middle;}
div,ul,ol,li,dl,dt,dd,p,form,figure{margin:0;padding:0;}
ul,ol,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#2f2f2f;}
a:hover{ text-decoration:none; color:#004CA2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

.clearfix:before,
.clearfix:after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.relative{ position: relative; }

.ellipsis{ display: -webkit-box!important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; overflow: hidden; }
.ellipsis.lc2 { -webkit-line-clamp: 2; line-clamp: 2; }
.ellipsis.lc3 { -webkit-line-clamp: 3; line-clamp: 3; }
.ellipsis.lc4 { -webkit-line-clamp: 4; line-clamp: 4; }
.ellipsis.lc5 { -webkit-line-clamp: 5; line-clamp: 5; }

.shadow { box-shadow: 5px 5px 5px rgba(0, 0, 0, .2); }
.shadow-s2{ box-shadow: 0 0 15px rgba(103, 103, 103, .2); }
.shadow-s3{ box-shadow: 0 0 10px rgba(100, 100, 100, .1); }
.hide{ display: none; }
.img-box{ line-height:normal; font-size:0; }
.ivy-flex{ display: flex; justify-content: space-between; }
.ivy-flex.middle{ align-items: center; }
.ivy-flex.stretch{ align-items:stretch; }

.circu-s1{ overflow:hidden; border-radius:5px; }
.circu-s2{ overflow:hidden; border-radius:10px; }
.semi-circu-s1{ overflow:hidden; border-bottom-left-radius: 20px; border-top-right-radius: 20px; }
.semi-circu-s2{ overflow:hidden; border-bottom-left-radius: 40px; border-top-right-radius: 40px; }

body{ background-color: #ffffff; }
.wrap{ width:100%; max-width:1400px; margin: auto; }
.container{ padding:60px 0; background-color: #ffffff; }
.section{ padding:40px 0; }


.header{ position:relative; padding-top:80px; }
.top{ position:fixed; top: 0; width:100%; left:0; z-index: 999; background-color: #ffffff; }
.top-bar{ background-color:transparent; padding:0 20px; }
	.logo-box { float: left; padding:20px 0; }
	.logo-box img{ display: block; }
	
	.nav-box{ float:right; position: relative; }
		.nav ul li { float: left; width: auto; display: block; position: relative; }
		.nav ul li .tit { padding: 0 30px; text-align: center; font-size: .8rem; font-weight: 600; display: block; line-height: 100px; }
		.nav ul li.on .tit,
		.nav ul li:hover .tit{ background-color: #014da3; color: #fff; }

		.nav ul li .child { display: none; background-color: #fff; line-height: 3; visibility: visible; text-align: center; padding: 5px; position: absolute; top:100px; left:0; right: 0; box-shadow: 0 0 15px rgba(103, 103, 103, .2); }
		.nav ul li .child a { display: block; position: relative; color: #333; border-bottom: 1px solid #edecec;
			transition: 0.4s all;
			-webkit-transition: 0.4s all;
		}
		.nav ul li .child a:last-child{ border-bottom:none; }
		.nav ul li .child a:hover{ color:#0968ff; }
		


.menu-button { display: none; position: absolute; top: 10px; right: 15px; z-index: 1999; padding: 5px 0; border-radius: 5px; }
.menu-button button { display: block; background: none; overflow: hidden; cursor: pointer; z-index: 1000; border: 0; width: 32px; height: 30px; padding: 0; outline: 0; position: relative;
    -webkit-appearance: none;
	appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span { background: #333; border-radius: 2px; }
.menu-button button::before,
.menu-button button::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}
.menu-button button span { display: block; position: absolute; height: 2px; width: 80%; left: 0; top: 50%; margin-top: 0; overflow: hidden; text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}

.menu-button.open button span { opacity: 0; background: #fff; }
.menu-button.open button::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff;
}
.menu-button.open button::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff;
    width: 100%;
}

/** banner样式 */
.banner-box .attach{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 999; pointer-events: none; }
/*.banner-box .swiper-container-horizontal .swiper-pagination-bullets{ top:50%; bottom: auto; width: auto; right: 30px; left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{ display: block; margin: 10px 0; pointer-events: auto; }
.banner-box .swiper-pagination-bullet{ opacity:1; background-color: transparent; border:1px solid #ffffff; width: 13px; height: 13px; }
.banner-box .swiper-pagination-bullet-active{ background-color: #ffffff; }*/

.banner-box .swiper-container-horizontal .swiper-pagination-bullets{ top:auto; bottom: 80px; width: auto; right: auto; left: 0; }
.banner-box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{ display: inline-block; margin: 0; border-radius: 0; }
.banner-box .swiper-pagination-bullet{ opacity:1; background-color: rgba(255, 255, 255, .5); width: 38px; height: 3px; }
.banner-box .swiper-pagination-bullet-active{ background-color: #ffffff; }

.banner-box .swiper-button-next,
.banner-box .swiper-button-prev { width: 30px; height: 30px; top: auto; bottom: 80px; left: auto; right:0; background-size: auto 10px; background-position: center; border: 1px solid #f5f5f5; border-radius: 100%; pointer-events: auto; }
.banner-box .swiper-button-prev{ right:60px; }

.banner-box .attline{ position: absolute; bottom:20px; left: 0; right: 0; }
.banner-box .attline i{ display: block; position: absolute; width: 13px; height: 22px; bottom: 20px; left: 50%; margin-left: -3px; background: url(../images/icon-mouse.png) center no-repeat; z-index: 11;
	animation:mymove 1s infinite;
	-webkit-animation:mymove 1s infinite;
}
@keyframes mymove{
	from {bottom:76px;}
	to {bottom:50px;}
}
@-webkit-keyframes mymove{ /*Safari and Chrome*/
	from {bottom:76px;}
	to {bottom:50px;}
}


.nbanner-box { position: relative; overflow: hidden; }
.nbanner-box .box { position: absolute; left: 50%; margin-left: -960px; width: 1920px; }

.swiper-banner .swiper-slide{ position: relative; overflow: hidden; }
	.sbimg-box{ position: absolute; top: 0; left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.title-s1{ margin-bottom:50px; }
.title-s1 h3{ position:relative; float:left; }
.title-s1 h3 em{ font-size:1.6rem; font-weight:700; }
.title-s1 h3 span{ display: block; font-size:.9rem; font-weight:400; color:#666; white-space: nowrap; margin-bottom: 3px; }
.title-s1 .more-btn{ float:right; }
.title-s1.white h3 em{ color:#fff; }
.title-s1.white h3 span{ color:#ccc; }

.title-s2 h3{ margin-bottom:50px; }
.title-s2 h3 em{ font-weight:700; font-size: 1.6rem; display:block; position:relative; padding-bottom:20px; }
.title-s2 h3 em:before{ content:' '; position:absolute; left:0; bottom:0; width:.9em; height:3px; background-color:#ccc; }
.title-s2 .notes{ font-size: .9rem; line-height: 1.75; }
.title-s2.white .notes,
.title-s2.white h3 em{ color:#fff; }
.title-s2.white h3 em:before{ background-color:#fff; }

.title-s3{ text-align: center; margin-bottom: 50px; }
.title-s3 em{ font-weight:700; font-size: 1.5rem; }

.more-box{ padding-top:60px; display: flex; justify-content: center; }

.more-btn{ background-color:transparent; height:50px; line-height:50px; border: 1px solid #ccc; border-radius:50px; padding:0 25px; transition: all 0.4s ease; display: flex; align-items: center; justify-content: space-between; width: 160px; cursor: pointer; }
.more-btn .iconfont{ color:#999; font-size: 1.2rem; transition: all 0.4s ease; }
.more-btn:hover{ background-color:#004CA2; border-color: #004CA2; color:#fff; }
.more-btn:hover .iconfont{ color:#fff; animation: dong 1s infinite linear; }

.more-btn.blue{ border-color: #004CA2; }
.more-btn.blue .iconfont{ background-color:#004CA2; color:#fff; }
.more-btn.white{ background-color: #fff; }
.more-btn.white:hover{ background-color:#fff; border-color: #ccc; color:#004CA2; }
.more-btn.white:hover .iconfont{ color:#004CA2; }
@keyframes dong{
	0%{ transform: translateX(-3px); }
	30%{ transform: translateX(5px); }
	100%{ transform: translateX(-3px); }
}

.more-btn-s2{ font-size: .7rem; }
.more-btn-s2 .iconfont{ margin-left:10px; }


/** 首页公司简介 */
.ind-about{ background:#f7f7f7 url(../images/abhr_bg.jpg) top center no-repeat; padding:80px 0; overflow: hidden; }
.about-box{ display: flex; }
	.about-box .title-s1{ width: 31%; }
	.about-txt{ width: 69%; padding-left: 5%; }
	.about-txt .inner-box{ background:url(../images/xinganxian.png) bottom center no-repeat; padding-bottom: 40px; }
	.about-txt p{ line-height:2; margin-bottom:15px; }

.about-number{ display: flex; margin-bottom:80px; }
	.about-pic{ width: 69%; padding-left: 5%; }
	.about-number ul{ width: 31%; margin-top: -30px; }
	.about-number ul li{ height: 33.33%; padding-top: 30px; }
	.about-number ul li .box{ height: 100%; width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 0 30px; }
	.about-number ul li em{ display:block; width: 120px; }
	.about-number ul li em span{ font-size:1.6rem; font-weight:700; }
	.about-number ul li em p{ color:#666; }

.about-honor{ width: 100%; }
	.about-honor .info-box{ position:relative; }
	.about-honor .info-box .swiper-slide{ padding: 10px 0; }
	.about-honor .info-box .swiper-slide a{ display:block; background-color: #fff; padding: 30px 30px 10px 30px; border-radius: 5px; }
	.about-honor .info-box .swiper-slide .img-box img{ width:100%; }
	.about-honor .info-box .swiper-slide .txt-box{ display:block; padding: 20px 50px 20px 0; border-top:1px solid #eee; margin-top: 20px; position: relative; line-height: 1.75; }
	.about-honor .info-box .swiper-slide .txt-box .iconfont{ position: absolute; right: 0; top:50%; transform: translateY(-50%); font-size: 1rem; color: #999; }
	.about-honor .info-box .swiper-slide .txt-box h3{ font-weight: 700; }
	.about-honor .info-box .swiper-slide .txt-box span{ font-size: .7rem; }
	.about-honor .info-box .swiper-slide a:hover{ background-color:#004CA2; }
	.about-honor .info-box .swiper-slide a:hover .txt-box{ border-color:rgba(255, 255, 255, .5); color: #fff; }
	.about-honor .info-box .swiper-slide a:hover .txt-box .iconfont{ color: #fff; }

	.about-honor .info-box .swiper-button-next,
	.about-honor .info-box .swiper-button-prev{ background:none; border:2px solid #ccc; left:-68px; z-index: 99; width: 38px; height: 38px; border-radius: 100%; line-height: 34px; text-align: center; }
	.about-honor .info-box .swiper-button-next{ background:none; left:auto; right: -68px; }
	.about-honor .info-box .swiper-button-next i,
	.about-honor .info-box .swiper-button-prev i{ font-size:1rem; color:#888; font-weight:700; }
	.about-honor .info-box .swiper-button-next:hover,
	.about-honor .info-box .swiper-button-prev:hover { background-color: #004CA2; }
	.about-honor .info-box .swiper-button-next:hover i,
	.about-honor .info-box .swiper-button-prev:hover i{ color:#fff; }

/** 首页项目展示 */
.ind-project{ background:#f7f7f7 url(../images/project_bg.jpg) top center no-repeat; padding:80px 0; }

.project-list{ position:relative; }
.project-list a{ display: block; padding-bottom: 16px; background: url(../images/below.png) bottom center repeat-x; transition:all 0.5s ease-out 0s; }
.project-list .img-box{ overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.project-list .img-box img{ width:100%; transition:all 0.5s ease-out 0s; }
.project-list .txt-box{ display:block; padding: 15px 50px 15px 15px; position: relative; line-height: 1.75; background-color: #fff; transition:all 0.5s ease-out 0s; }
.project-list .txt-box .iconfont{ position: absolute; right: 15px; top:50%; transform: translateY(-50%); font-size: 1rem; color: #fff; background-color: #004CA2; border-radius: 50%; width:38px; height:38px; line-height: 38px; text-align: center; transition:all 0.5s ease-out 0s; }
.project-list .txt-box h3{ font-weight: 700; }
.project-list .txt-box span{ font-size: .7rem; }
.project-list ul li a:hover,
.project-list a:hover{ background-image: url(../images/below_hover.png); }
.project-list ul li a:hover .img-box img,
.project-list a:hover .img-box img{ transform: scale3d(1.1, 1.1, 1.1); }
.project-list ul li a:hover .txt-box,
.project-list a:hover .txt-box{ background-color:#004CA2; color: #fff; }
.project-list ul li a:hover .txt-box .iconfont,
.project-list a:hover .txt-box .iconfont{ background-color: #fff; color: #004CA2; }

.project-list ul{ margin-left: -30px; margin-top: -30px; }
.project-list ul li{ width: 25%; float: left; padding-top: 30px; padding-left: 30px; }
.project-list ul li a{ background-image: url(../images/below_gray.png); }
.project-list ul li .txt-box{ background-color: #f6f6f6; }

.swiper-button-box{ float: right; display: flex; align-items: center; }
.swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-button-prev{ background:none; background-color:#fff; position: relative; width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 100%; margin-top: 0; top:auto; bottom: auto; left: auto; right: auto; }
.swiper-button-box .swiper-button-next{ margin-left: 30px;}
.swiper-button-box .swiper-button-next i,
.swiper-button-box .swiper-button-prev i{ font-size: 1rem; color:#999; }
.swiper-button-box .swiper-button-next:hover,
.swiper-button-box .swiper-button-prev:hover{ background:#004CA2; }
.swiper-button-box .swiper-button-next:hover i,
.swiper-button-box .swiper-button-prev:hover i{ color:#fff; }


/** 首页新闻列表 */
.ind-news{ background:#f6f6f6 url(../images/news_bg.jpg) top center no-repeat; padding:80px 0; }
	.news-list ul li{ border-bottom:2px solid #ebebeb; }
	.news-list ul li a{ display: flex; justify-content: space-between; padding:35px 0; position:relative; }
	.news-list ul li .img-box{ width:20%; }
	.news-list ul li .img-box img{ width:100%; }
	.news-list ul li .txt-box{ width:80%; padding-right:7%; }
	.news-list ul li .title-bar{ display: flex; justify-content: space-between; align-items: center; margin-bottom:15px; }
	.news-list ul li time{ display:block; font-weight:700; color:#333; }
	.news-list ul li h3{ display:block; font-size:.9rem; font-weight:700; }
	.news-list ul li p{ display:block; color:#666; line-height:1.75; transition: all 0.4s ease; }
	.news-list ul li .btn-view{ display: flex; align-items: center; margin-top: 20px; color:#666; width: 100px; }
	.news-list ul li .btn-view .iconfont{ font-size:1rem; margin-left:7px; }
	.news-list ul li a:hover .btn-view{ color:#004CA2; }
	.news-list ul li a:hover h3{ color:#004CA2; }


/** 底部样式 */
.footer{ background-color:#191919; padding-top: 40px; }
.bot-row{ padding: 30px 0; border-bottom: #4a4a4a 1px solid; }
.bot-row.s2{ padding: 0 0 45px 0; }

.bot-logo{ float:left; }
.bot-share{ float:right; }
	.bot-share .bshare-custom a{ display: inline-block; margin:0; padding-left: 35px; line-height: 35px; height: 35px; border-radius: 4px; margin-left: 10px; }
	.bot-share .bshare-custom .bshare-sinaminiblog{ background: rgba(255, 255, 255, .2) url(../images/way1.png) center no-repeat; margin-left: 0; }
	.bot-share .bshare-custom .bshare-weixin{ background: rgba(255, 255, 255, .2) url(../images/way2.png) center no-repeat; }
	.bot-share .bshare-custom .bshare-qqim{ background: rgba(255, 255, 255, .2) url(../images/way3.png) center no-repeat; }
	.bsBox{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }

.bot-contact{ float: left; width:50%; }
	.bot-contact p{ color: #fff; line-height: 1.75; position:relative; margin-bottom:25px; font-size: .7rem; padding-right:60px; }
	.bot-contact p strong{ display: block; font-size: 1.3rem; font-weight: 700; }
	.btn-consult{ display: inline-block; height: 45px; line-height: 45px; border-radius: 45px; padding: 0 35px; border:1px solid #999; color: #fff; margin-top: 40px; }

.bot-nav{ float: right; width:50%; }
	.bot-nav ul{ display: flex; justify-content: space-between; }
	.bot-nav ul li a{ display: block; height: 40px; color: #ffffff; margin-left:40px; }
	.bot-nav ul li:first-child a{ margin-left: 0; }
	.bot-nav ul li .child a{ color: #b9b9b9; line-height: 2.3; height: auto; font-size: .7rem; }

.copyright{ padding: 30px 0; color:#b9b9b9; line-height:2; font-size: .7rem; }
.copyright p{ float: left; }
.copyright a{ color:#b9b9b9; }
.copyright .support{ float: right; }

/** 分页样式 */
.pagination{ margin:40px 0 0 0; text-align:center; }
.pagination span,
.pagination strong,
.pagination a{ display:inline-block; border-radius:4px; margin:0 5px; padding:9px 13px; background-color:#f2f2f2; }
.pagination strong{ background-color:#004CA2; color:#fff; }
.pagination a{ color:#333; }

/** 信息详情 */
.view-title{ font-size: 1.3rem; text-align:center; padding: 15px 0; margin-bottom: 20px; }
.view-element{ color:#666; border-bottom:1px solid #eee; border-top:1px solid #eee; padding: 15px 0; margin-bottom: 20px; }
.view-element .view-attr{ text-align:center; }
.view-element .view-attr span{ display: inline-block; margin-left: 10px; }
.view-element .view-attr span:first-child{ margin-left: 0; }

.view-content{ line-height:2; padding: 15px 0; }
.view-content p{ margin-bottom: 5px; }
.view-content video{ width:100%; max-width:960px; }

.view-assoc{ background-color: #f5f5f5; height: 80px; line-height: 80px; }
.view-assoc .prev{ float: left; padding-left: 20px; position: relative; width: 50%; }
.view-assoc .next{ float: right; padding-right: 20px; position: relative; width: 50%; text-align: right; }
.view-assoc .next::after,
.view-assoc .prev::after { position: absolute; top: 50%; margin-top: -5px; left: 0; content: ' '; display: block; border: solid #999; border-width: 0 2px 2px 0; padding: 3px; transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.view-assoc .next::after{ left: auto; right: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.backtop{ display:none; position:fixed; right:30px; bottom:100px; width:50px; height:50px; background:url(../images/backtop.png) center center no-repeat; cursor:pointer; z-index: 1009; }

/** 内页子栏目 */
.crumbs{ border-bottom: 2px solid #e8e8e8; }
	.crumbs .position{ float:right; color:#888; padding: 25px 0; }
	.crumbs .position .iconfont{ margin-right: 5px; }
	.crumbs .position a{ color: #888; }

	.crumbs .submenu{ float:left; display: block; }
	.crumbs .submenu .sbox{ margin-left:-40px; }
	.crumbs .submenu .sbox a{ display: block; float: left; padding: 25px 0; margin-left:40px; position: relative; font-weight:700; }
	.crumbs .submenu .sbox a:hover,
	.crumbs .submenu .sbox a.on{ color: #004CA2; }
	.crumbs .submenu .sbox a:hover::after,
	.crumbs .submenu .sbox a.on::after{ content: ""; display: block; position: absolute; left: 0; right: 0; background-color:#004CA2; height: 3px; bottom:-3px; z-index:888; }

.about-honor.ny{ background:#F2F2F2 url(../images/culture_bg.jpg) top center no-repeat; padding: 80px 0; overflow:hidden; }
.ny-about{ padding:80px 0; }
	.nabout-box{ padding-bottom: 30px; }
	.nabout-pic{ float: left; margin-right: 40px; margin-bottom: 20px; }
	.nabout-txt p{ line-height:1.75; margin-bottom:30px; }

	.nabout-number ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
	.nabout-number ul li{ width: 30%; }
	.nabout-number ul li .box{ width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #f7f7f7; padding: 20px 30px; border-radius: 5px; }
	.nabout-number ul li em span{ font-size:1.6rem; font-weight:700; }
	.nabout-number ul li em p{ color:#666; }


.about-culture{ padding:230px 0 80px 0; }
.culture-bg{ background:#014BA2 url(../images/mission_bg.jpg) bottom center no-repeat; border-radius:5px; }
.culture-box{ position: relative; padding-right: 40%; }
	.culture-img{ width: 40%; position: absolute; bottom: 60px; right: 60px; z-index: 2; }

	.culture-list{ padding: 60px 160px 60px 60px; }
	.culture-list ul{ margin-top: -40px; }
	.culture-list ul li{ padding-top: 40px; }
	.culture-list ul li h3{ color: #fff; padding-bottom: 20px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #2971C5; }
	.culture-list ul li h3 em{ font-size: 1.3rem; font-weight: 700; }
	.culture-list ul li p{ font-size: .75rem; line-height: 1.75; color: #fff; }

.about-idea{ padding:40px 0 80px 0; }
	.about-idea ul{ display: flex; justify-content: space-between; margin-top: -30px; }
	.about-idea ul li{ width:23%; padding-top:30px; }
	.about-idea ul li .info-box{ background-color: #f7f7f7; text-align:center; padding:40px 30px 170px 30px; height: 100%; position: relative; border-radius: 5px; }
	.about-idea ul li .info-box em{ display:block; font-size:1.2rem; font-weight:700; margin-bottom:40px; padding-bottom:40px; position: relative; }
	.about-idea ul li .info-box em::after{ content: ""; display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 1.5em; height: 3px; background-color: #2971C5; }
	.about-idea ul li .info-box i{ position:absolute; bottom:40px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); }
	.about-idea ul li .info-box p{ font-size: .7rem; line-height:1.75; }

/** 企业制度 */
.zhiduo-box{ display: flex; justify-content: space-between; }
.zhiduo-box .imgs-box{ width: 52%; }
.zhiduo-box .info-box{ width: 48%; background: url(../images/system_bg.jpg) center center no-repeat; background-size: cover; padding: 40px 50px; line-height: 2; }
.zhiduo-box .info-box h3{ font-size: 1.2rem; font-weight: 700; margin-top: 20px; }
.zhiduo-box .info-box h3:first-child{ margin-top: 0; }

/** 加入我们 */
.jobs-box{ background:#f8f8f8; padding:60px 0; }
.jobs-box .thead,
.jobs-box .tbody .row{ padding-left:40px; display: flex; justify-content: space-between; line-height: 60px; background: #fff; margin-top:30px; }
.jobs-box .thead{ background: #004CA2; font-weight:700; color:#fff; margin-top:0; }
.jobs-box .thead span,
.jobs-box .tbody .row span{ display:block; width:14%; text-align:center; }
.jobs-box .thead span:first-child,
.jobs-box .tbody .row span:first-child{ width:30%; text-align:left; }
.jobs-box .tbody .row em{ font-weight:600; }
	.jobs-box .view-btn{ margin-top: 0; font-size:.65rem; height: 30px; line-height: 30px; padding: 7px 30px 7px 20px; position:relative; cursor:pointer; background:#325DCD; color:#fff; border-radius:4px; }
	.jobs-box .view-btn::after { position: absolute; top: 50%; margin-top: -4px; right: 15px; content: ' '; display: inline-block; border: solid #fff; border-width: 0 2px 2px 0; padding: 2px; vertical-align: middle; transform: rotate(45deg); -webkit-transform: rotate(45deg); }

	.jobs-box .content{ display:none; padding:20px 40px; line-height:1.75; background: #fff; position:relative; }
	.jobs-box .content::after{ content:''; display:block; height:1px; position:absolute; left:20px; right:20px; top:0; border-top:1px solid #e4e4e4; }

		.apply-btn { display: inline-block; padding:0 30px; height: 40px; line-height: 40px; border: 1px solid #325DCD; border-radius: 5px; color: #325DCD; text-align: center; margin-top: 20px; }
		.apply-btn:hover { background-color: #325DCD; color: #fff; }

/** 员工文化 */
.jobs-culture{ padding:80px 0; }
	.jobs-culture ul{ display: flex; justify-content: space-between; margin-top: -30px; }
	.jobs-culture ul li{ width:20%; padding-top:30px; }
	.jobs-culture ul li .info-box{ text-align:center; height: 100%; }
	.jobs-culture ul li .info-box em{ display:block; font-size:1.2rem; font-weight:700; margin-bottom:30px; padding-bottom:30px; position: relative; }
	.jobs-culture ul li .info-box em::after{ content: ""; display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 1.5em; height: 3px; background-color: #e8e8e8; }
	.jobs-culture ul li .info-box i{ display: block; margin-bottom: 30px; }
	.jobs-culture ul li .info-box p{ font-size: .7rem; line-height:1.75; }

/** 联系方式 */
.contact-box{ display: flex; justify-content: space-between; }
.contact-box .maps-box{ width: 54%; padding-top: 30px; }
.contact-box .info-list{ width: 46%; padding-left: 35px; }
.contact-box .info-list ul{ height: 100%; }
.contact-box .info-list ul li{ width: 100%; height: 33.33%; padding-top: 30px; }
.contact-box .info-list ul li .info-box{ background-color: #f7f7f7; padding:15px 30px 15px 110px; height: 100%; border-radius: 5px; overflow: hidden; position: relative; display: flex; align-items: center; }
.contact-box .info-list ul li .info-box i{  position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 40px; font-size: 2rem; color: #004CA2; }
.contact-box .info-list ul li .info-box p{ font-size: 1rem; line-height: 1.75; }

.maps-box{ height:520px; }

/** 咨询留言 */
.guestbook-box{ background:#F2F2F2 url(../images/leave_bg.jpg) top center no-repeat; padding: 80px 0; }
	.form-box ul{ margin-left: -38px; margin-top:-38px; }
	.form-box ul li{ float:left; width:100%; padding-left: 38px; padding-top: 38px; }
	.form-box ul li.col2{ width:50%; }
	.form-box ul li.col3{ width:33.33%; }
	.form-box label{ display: none; }
	.form-box input{ width: 100%; background-color:#fff; padding: 20px 30px; border:none; border-radius:5px; }
	.form-box textarea{ width: 100%; height: 150px; background-color:#fff; padding: 20px 30px; border:none; border-radius:5px; }
	.form-box button{ width: 100%; background-color: #004CA2; color: #fff; padding:20px 80px; border: none; border-radius:5px; }

	.guestbook-form-box{ display: flex; justify-content: space-between; }
	.guestbook-form-box .form-box{ width: 54%; }
	.guestbook-form-box .guestbook-pic{ width: 46%; padding-left: 35px; }
	.guestbook-form-box .guestbook-pic img{ width: 100%; border-radius: 5px; }




/*中等屏幕   w<1440*/
@media screen and (max-width: 1440px) {
	.wrap{ max-width:1200px; }
}

/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {
	.wrap{ padding:0 15px; }
}

/*pad: w< 992*/
@media screen and (max-width: 992px) {
	.container{ padding: 40px 0; }
	.section{ padding: 30px 0; }
	
	.header{ padding-top:60px; }
	.top{ position:fixed; top: 0; background-color:#fff; }
	.top-bar{ background-color:transparent; border-radius:0; padding:10px 0; }
	.logo-box{ padding: 0; }
	.logo-box img{ height:40px; }
	
    .menu-button { display: block; }
	.nav { display: none; }
	.search-btn{ display: none; }
	.nav-box{ padding-right: 0; }
	
	.smart-nav { display: block; }
    .smart-nav { position: fixed; width: 70%; z-index: 1002; left: auto; right: -70%; top: 0; bottom: 0; background: rgba(0, 76, 162, .8); padding-top: 60px; overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open { right: 0; }
    .smart-nav ul { display: block; width: 100%; height: 100%; border-top: 1px solid rgba(255, 255, 255, .5); overflow-y: auto; }
    .smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
    .smart-nav ul li .tit { font-size: .8rem; text-indent: 1em; display: block; padding: 12px 0; color: #ffffff; }
	.smart-nav ul li .has-child{ background: url(../images/person5_h.png) 200px center no-repeat; background-size: 8px 15px; }
	.smart-nav ul li.on .has-child{ background:none; }
    .smart-nav ul li .tit.ignore { background: none; }
    .smart-nav ul li .child { border-top: 1px solid rgba(206, 206, 206, 0.5); display: none; }
    .smart-nav ul li .child a{ display: block; padding: 5px 0; font-size: .8rem; line-height: 2; color: #eeeeee; text-indent: 2em; }
    .smart-nav ul li .child a:first-child { padding-top: 10px; }
    .smart-nav ul li .child a:last-child { padding-bottom: 10px; }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover { background-color: #ffffff; color: #004CA2; }


	.banner-box .swiper-button-next,
	.banner-box .swiper-button-prev{ bottom:15px; }
	.banner-box .swiper-container-horizontal .swiper-pagination-bullets{ bottom:15px; }
	.banner-box .attline{ display: none; }



	/** 标题 */
	.title-s3,
	.title-s2 h3{ margin-bottom: 30px; }
	.title-s1 h3 em,
	.title-s2 h3 em{ font-size: 1.3rem; }
	.title-s3 em{ font-size: 1.6rem; }

	.ind-project{ padding: 40px 0; }
	.ind-about{ padding: 40px 0; }
	.ind-news{ padding: 40px 0; }

	.about-box { display: block; }
		.about-box .title-s1{ width: 100%; }
		.about-box .about-txt { width: 100%; padding-left: 0; }
	.about-number{ display: block; margin-bottom: 40px; }
		.about-number ul { width: 100%; }
		.about-number ul li{ height: auto; }
		.about-number ul li .box{ padding: 20px 30px; }

	.about-pic{ padding-left: 0; width: 100%; margin-top: 30px; }

	/** 新闻中心 */
	.news-list ul li a{ display: block; }
	.news-list ul li .title-bar{ display: block; }
	.news-list ul li time{ margin-top: 10px; }
	.news-list ul li .txt-box{ width: 100%; padding-right: 0; padding-bottom: 20px; }
	.news-list ul li .img-box{ width: 100%; }


	/** 底部 */
	.bot-row{ padding: 20px 0; }
	
	.bot-share,
	.bot-nav{ display:none; }
	.bot-logo{ float:none; }
	
	.bot-contact{ float:none; width:100%; }
	.btn-consult{ margin-top: 0; }

	.copyright p,
	.copyright .support{ float: none; }
	
	.crumbs{ border-bottom:none; }
	.crumbs .position{ float: none; padding: 15px 0; }
	.crumbs .submenu{ float: none; }
	.crumbs .submenu .sbox a{ float:none; border-bottom:1px solid #ddd; padding: 15px 0; }

	.nabout-pic{ float: none; margin-right: 0; margin-bottom: 40px; }
	.nabout-txt p{ margin-bottom: 20px; }

	.nabout-number ul{ display: block; margin-top: -20px; }
	.nabout-number ul li{ width: 100%; padding-top: 20px; }

	.about-culture{ padding: 40px 0; }
	.culture-box{ padding-right: 0; }
	.culture-img{ position: static; width: 100%; margin-bottom: 0; }
	.culture-list{ padding: 30px; }
	.culture-list ul{ margin-top: -30px; }
	.culture-list ul li{ padding-top: 30px; }

	.about-idea{ padding:20px 0 40px 0; }
	.about-idea ul{ display: block; }
	.about-idea ul li{ width: 100%; }

	.guestbook-box{ padding: 40px 0; }
	.guestbook-form-box,
	.contact-box{ display: block; }
	.contact-box .maps-box,
	.guestbook-form-box .guestbook-pic,
	.contact-box .info-list,
	.guestbook-form-box .form-box{ width: 100%; }
	.contact-box .info-list{ padding-left: 0; }
	.contact-box .maps-box{ padding-top: 0; }
	.contact-box .info-list ul li .info-box p{ font-size: .9rem; }

	.guestbook-form-box .guestbook-pic{ display: none; }

	.maps-box{ height:400px; }

	.form-box ul{ margin-top:-15px; }
	.form-box ul li{ padding-top:15px; }
	.form-box ul li.col2{ width:100%; }
	.form-box ul li.col3{ width:100%; }

	.project-list ul li{ width:50%; }

	.jobs-culture ul{ display: block; }
	.jobs-culture ul li{ width:100%; }

	.zhiduo-box{ display: block; }
	.zhiduo-box .imgs-box,
	.zhiduo-box .info-box{ width: 100%; }
	.zhiduo-box .info-box{ padding: 20px; }

	/*招聘职位 */
	.jobs-box .thead{ display:none }
	.jobs-box .tbody .row{ display:block; padding:20px; line-height: 2; }
	.jobs-box .tbody .row span:first-child,
	.jobs-box .tbody .row span{ display:block; width:100%; text-align:left; }
	
	.jobs-box .tbody .row span:before { content: attr(data-title); display:inline-block; font-weight:700; }
	.jobs-box .content{ padding:20px; }
}
/*mobile: w < 768*/
@media screen and (max-width: 768px) {

}
/*mobile: w < 640*/
@media screen and (max-width: 640px) {
	.project-list ul li{ width:100%; }
}
/*mobile: w < 480*/
@media screen and (max-width: 480px) {	

}