@charset "utf-8";
/* CSS Document */
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer{margin:0;}
body,button,input,select,textarea{font:12px/1.5 Noto Sans SC, Microsoft YaHei,tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%; margin: 0;}
em,b{font-style:normal}
ul,ol,li{ list-style:none;}
a{text-decoration:none} 
a:hover{text-decoration:none}
img{border:0} 
button,input,select,textarea{font-size:100%;outline:none}
td,th,ul,ol{padding:0}

/*font*/
@font-face{
    font-family: "方正兰亭中黑_GBK";               /*自定义字体名称*/
    src:url(FZLT_GBK.TTF);   /*IE9兼容模式*/
    src: url(FZLT_GBK.TTF) format("embedded-opentype"),  /*IE6~IE8*/
         url(FZLT_GBK.TTF) format("woff"),         /*现代浏览器*/
         url(FZLT_GBK.TTF) format("truetype"),     /*Safari,Android,iOS*/
         url(FZLT_GBK.TTF) format("svg");   /*Legacy iOS*/
    font-weight: normal;
    font-style: normal;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.clearbox:after {
        content: '';
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both;
}
/* banenr */
.swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 937px;
}
.swiper-container:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 9%;
	right: 0;
	border-bottom: 1px #e4ded4 solid;
	z-index: 11;
}
.swiper-container .banner-inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 31.25%;
	background: url('../images/banner-inner.jpg') no-repeat center #a79172;
	background-size: cover;
	z-index: 10;
}
.swiper-container .banner-inner > .banner-inner-car {
	position: absolute;
	left: 0;
	right: 0;
	height: 10.8%;
	bottom: 9%;
	background: url('../images/banner-inner-car.jpg') no-repeat center bottom;
	background-size: contain;
	z-index: 10;
}
.swiper-container .swiper-slide {
	background-size: cover !important;
}
.swiper-container .swiper-pagination {
	position: absolute;
	bottom: 3px !important;
	z-index: 10;
	text-align: center;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 163px;
	height: 4px;
	border-radius: 0;
	opacity: 1;
	background: #fff;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #122a88;
}
/* page-header */
.page-header {
	position: absolute;
	top: 47px;
	left: 50%;
	right: 50%;
	width: 1200px;
	margin-left: -600px;
	z-index: 11;
}
.page-header .logo {
	float: left;
}
#home-page .page-header .logo {
	display: none;
}
.page-header .nav {
	float: right;
}
.page-header .nav > ul > li {
	float: left;
	margin-left: 12px;
	position: relative;
}
.page-header .nav > ul > li > a {
	display: inline-block;
	padding: 0 16px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	line-height: 38px;
}
.page-header .nav > ul > li > a.hasdown i {
	display: inline-block;
	transition:all 0.2s;
	transition-delay: 0.3s;
}
.page-header .nav > ul > li > a.hasdown {
	transition-delay: 0.5s;
}
.page-header .nav > ul > li:hover a {
	background: rgba(23,42,136, .5);
	transition-delay: 0s;
}
.page-header .nav > ul > li:hover a i {
	transform: rotate(180deg);
	transition:all 0.2s;
}
.page-header .nav > ul > li:hover .dropdown {
	height: 155px;
	transition:all 0.5s;
}
.page-header .nav > ul > li:hover .dropdown2 {
	height: 507px;
	transition:all 0.5s;
}
.page-header .nav > ul > li > a.hasdown.hasdown-mobile {
	display: none;
}
.page-header .nav > ul > li .dropdown {
	position:absolute;
	left: 0;
	right: 0;
	top: 38px;
	height: 0;
	overflow: hidden;
	transition:height 0.5s;
	-moz-transition:height 0.5s;
	-webkit-transition:height 0.5s;
	z-index: 11;
}
.page-header .nav > ul > li .dropdown > a {
	display: block;
	height: 38px;
	line-height: 38px;
	border-top: 1px rgba(255, 255, 255, .5) solid;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: rgba(23,42,136, .5);
}
.page-header .nav > ul > li .dropdown > a:hover {
	opacity: 0.8
}
/* page search */
.page-search {
	position: absolute;
	left: 50%;
	bottom: 82px;
	width: 492px;
	height: 42px;
	margin-left: -246px;
	z-index: 2;
}
.page-search input {
	display: block;
	float: left;
	width: 404px;
	height: 42px;
	background: rgba(255, 255, 255, .75);
	padding: 0 10px;
	outline: none;
	border: 0;
	float: left;
}
.page-search button {
	border: 0;
	width: 68px;
	height: 42px;
	float: left;
	background: #fff;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.page-search button i {
	font-size: 24px;
	color: #122a88;
}
/* home cert */
.home-cert {
	position: relative;
	margin-bottom: 80px;
}
.home-cert .home-cert-pic {
	width: 31.25%;
}
.home-cert .home-cert-pic img {
	display: block;
}
.home-cert .home-cert-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31.25%;
	right: 0;
	padding-left: 6px;
	box-sizing: border-box;
}
.home-cert .home-cert-wrapper li {
	position: absolute;
	width: calc(50% - 18px);
	height: calc(50% - 18px);
	box-sizing: border-box;
	display: flex;
	background-size: cover;
}
.home-cert .home-cert-wrapper li:nth-child(1) {
	left: 18px; 
	top: 18px;
	background: #e7e9f3;
}
.home-cert .home-cert-wrapper li:nth-child(2) {
	right: 0; 
	top: 18px;
	background: #d0d4e7;
}
.home-cert .home-cert-wrapper li:nth-child(3) {
	bottom: 0; 
	left: 18px;
	background: #d0d4e7;
}
.home-cert .home-cert-wrapper li:nth-child(4) {
	bottom: 0; 
	right: 0;
	background: #e7e9f3;
}
.home-cert .home-cert-wrapper li a {
	margin: auto;
	display: inline-block;
	text-align: center;
	width: 208px;
	font-size: 22px;
	line-height: 68px;
	border: 1px #122a88 solid;
	color: #122a88;
	transition:all 0.3s;
}
.home-cert .home-cert-wrapper li a:hover {
	background: #122a88;
	color: #fff;
	transition:all 0.3s;
}
/* home mark */
.home-mark {
	width: 100%;
	margin-bottom: 140px;
}
.home-mark li {
	width: 25%;
	float: left;
	position: relative;
}
.home-mark li img {
	display: block;
	width: 100%;
}
.home-mark li > div {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	right: 0;
	height: 75px;
	text-align: center;
}
.home-mark li > div a {
	display: inline-block;
	padding: 0 55px;
	font-size: 22px;
	line-height: 68px;
	border: 1px #122a88 solid;
	color: #122a88;
	transition:all 0.3s;
}
.home-mark li:hover > div a {
	background: #122a88;
	color: #fff;
	transition:all 0.3s;
}
/* home solution */
.home-solution .solution-title {
	text-align: center;
	padding: 73px 0;
	background: url('../images/home-solution-bg.jpg') center;
}
.home-solution .solution-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 185px;
}
.home-solution .solution-container .swiper-slide {
	position: relative;
}
.home-solution .solution-container .swiper-slide:hover .bg {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
	opacity: 1;
}
.home-solution .solution-container .swiper-slide .bg {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(18,42,136, .7);
	display: flex;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.home-solution .solution-container .swiper-slide .bg h5 {
	margin: auto;
	font-size: 20px;
	line-height: 80px;
	padding: 0 40px;
	border: 1px rgba(255, 255, 255, .7) solid;
	color: #fff;
	max-width: 100%;
}
.home-solution .solution-container .swiper-slide img {
	display: block;
	width: 100%;
}
.home-solution .swiper-button-next, .home-solution .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: 84px;
	text-align: center;
	background: #122a88;
	width: 52px;
	height: 52px;
	opacity: 0.65 !important;
}
.home-solution .swiper-button-next i, .home-solution .swiper-button-prev i {
	color: #fff;
	font-size: 30px;
	line-height: 52px;
}
.home-solution .swiper-button-next:hover, .home-solution .swiper-button-prev:hover {
	opacity: 1 !important;
}
.home-solution .swiper-button-prev {
	margin-left: -61px;
	left: 50%;
}
.home-solution .swiper-button-next {
	margin-left: 9px;
	left: 50%;
}
/* home porcess */
.home-process {
	background: url('../images/home-process-bg.jpg') center;
	background-size: cover;
	padding-bottom: 109px;
}
.home-process .process-title {
	text-align: center;
	padding: 90px 0 67px;
}
.home-process .process-title p {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}
.process-wrapper-mobile {
	display: none;
	padding: 0 15px;
}
.process-wrapper-pc {
	height: 589px;
	background: url('../images/home-process-wrapper-pc.png') center no-repeat;
}
.process-wrapper-pc ul {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 461px;
}
.process-wrapper-pc ul li {
	width: 270px;
	height: 270px;
	position: absolute;
	cursor: pointer;
}
.process-wrapper-pc ul li:hover div {
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
}
.process-wrapper-pc ul li > div {
	opacity: 0;
	width: 270px;
	height: 270px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	border-radius: 50%;
	background: #01218a;
	padding: 45px 45px 0;
	box-sizing: border-box;
	text-indent: 30px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
}
.process-wrapper-pc ul li:nth-child(1) {
	left: -80px;
	top: 309px;
}
.process-wrapper-pc ul li:nth-child(2) {
	left: 206px;
	top: 10px;
}
.process-wrapper-pc ul li:nth-child(3) {
	left: 482px;
	top: 309px;
}
.process-wrapper-pc ul li:nth-child(4) {
	left: 753px;
	top: 10px;
}
.process-wrapper-pc ul li:nth-child(5) {
	right: -101px;
	top: 309px;
}
/* home news */
.home-news {
	padding-bottom: 100px;
}
.home-news .news-title {
	text-align: center;
	padding: 80px 0 90px;
}
.home-news .news-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.home-news .news-wrapper .news-left {
	width: 60%; 
	float: left;
}
.home-news .news-wrapper .news-right {
	width: 35.5%;
	float: right;
}
.home-news .news-wrapper .news-nav {
	border-bottom: 1px solid #00208a;
	height: 52px;
	margin-bottom: 13px;
}
.home-news .news-wrapper .news-nav a {
	display: block;
	width: 50%;
	text-align: center;
	font-size: 30px;
	color: #00208a;
	float: left;
	line-height: 52px;
}
.home-news .news-wrapper .news-nav a.active {
	color: #fff;
	background: #00208a;
}
.home-news .news-wrapper .news-box li {
	position: relative;
	padding: 45px 0 40px;
	border-bottom: 1px #a9a9a9 solid;
	padding-left: 80px;
}
.home-news .news-wrapper .news-box li h3 {
	line-height: 28px;
	font-size: 20px;
	color: #222;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 28px;
	margin-bottom: 16px;
}
.home-news .news-wrapper .news-box li h3:hover {
	color: #2951c0;
}
.home-news .news-wrapper .news-box li p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	height: 48px;
	overflow: hidden;
}
.home-news .news-wrapper .news-box li .date {
	position: absolute;
	left: 0;
	top: 45px;
	height: 93px;
	width: 56px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 93px;
	background: #2951c0;
}
.home-news .news-wrapper .news-box .more {
	float: right;
	margin-top: 16px;
}
.home-news .news-wrapper .news-box ul:nth-child(2),
.home-news .news-wrapper .news-right img:nth-child(2) {
	display: none;
}
/* footer */
.footer {
	padding: 120px 0;
	background: #1c1c1c;
}
.footer .footer-wrapper {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
}
.footer .footer-nav {
	float: left;
}
.footer .footer-nav a {
	line-height: 30px;
	margin-right: 30px;
	font-size: 18px;
	color: #fff;
}
.footer .footer-logo {
	float: right;
}
/* page market access */
.page-market {
	padding-bottom: 40px;
}
.page-market .market-access-banner {
	background: url('../images/market-access-banner.jpg') no-repeat center;
}
.page-market .market-access-nav {
	width: 1200px;
	margin: 0 auto;
	height: 72px;
}
.page-market .market-access-nav a {
	width: 25%;
	float: left;
	display: block;
	height: 72px;
	background: #ddd;
	line-height: 72px;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
	border-left: 1px #fff solid;
	color: #000;
}
.page-market .market-access-nav a.active,
.page-market .market-access-nav a:hover {
	background: #122a88;
	color: #fff;
}
.page-market .market-access-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.page-market .market-access-wrapper > h2 {
	text-align: center;
	font-size: 30px;
	color: #122a88;
	line-height: 60px;
	padding: 40px 0;
	box-sizing: border-box;
}
.page-market .market-access-wrapper > h5 {
	line-height: 40px;
	font-size: 20px;
	color: #000;
}
.page-market .market-access-wrapper > p,
.page-market .e-mark-box > p {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.page-market .e-mark-box {
	width: 1100px;
	margin: 15px auto;
}
.page-market .e-mark-box thead {
	background: #122a88;
}
.page-market .e-mark-box thead th {
	color: #fff;
	text-align: left;
}
.page-market .e-mark-box tbody tr{
	border-top: 2px #fff solid;
	position: relative;
	background: #efefee;
}
.page-market .e-mark-box tbody tr img {
	display: block;
	margin-top: 5px;
}
.page-market .e-mark-box tbody tr li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #122a88;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.page-market .e-mark-box tbody tr:nth-child(2n) {
	background: #dde5f4;
}
.page-market .e-mark-box tbody td:first-child,
.page-market .e-mark-box thead th:first-child {
	text-align: center;
	width: 12.5%;
	padding: 10px 0;
	border-left: 0;
}
.page-market .e-mark-box tbody td,
.page-market .e-mark-box thead th {
	box-sizing: border-box;
	font-size: 14px;
	padding: 10px 0;
	border-left: 1px #fff solid;
}
.page-market .e-mark-box tbody td > div,
.page-market .e-mark-box thead th > div {
	padding-left: 35px;
	padding-right: 35px;
	line-height: 28px;
}
.page-market .dot-box li {
	font-size: 16px;
	line-height: 40px;
	color: #122a88;
}
.page-market .dot-box li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 12px;
	border: 1px #122a88 solid;
}
.page-market .ce-box {
	margin-bottom: 30px;
}
.page-market .ce-box tbody tr {
	text-align: center;
	background: #dde5f4;
}
.page-market .ce-box tbody tr:nth-child(2n) {
	background: #efefee;
}
.page-market .market-dot-cert {
	background: #dde5f4;
	padding-bottom: 58px;
}
.page-market .market-dot-cert > h3 {
	text-align: center;
	padding: 62px 0 55px;
	line-height: 48px;
	font-size: 28px;
	color: #122a88;
}
.page-market .cert-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.page-market .cert-wrapper img {
	display: block;
	margin: 0 auto 20px;
}
.page-market .cert-wrapper ul {
	padding: 0 85px;
}
.page-market .cert-wrapper li {
	box-sizing: border-box;
	width: 33.3%;
	float: left;
	font-size: 17px;
	line-height: 30px;
	color: #122a88;
	padding: 0 45px;
}
/* page solution */

.page-solution .solution-wrapper {
	width: 1200px;
	margin: 10px auto 50px;
}
.page-solution .solution-wrapper > h5 {
	padding-top: 40px;
	font-size: 28px;
	color: #122a88;
	line-height: 60px;
}
.page-solution .solution-wrapper > p {
	line-height: 30px;
	font-size: 14px;
	color: #000;
}
.page-solution .solution-wrapper table {
	width: 100%;
	margin-top: 15px;
}
.page-solution .solution-wrapper table td,
.page-solution .solution-wrapper table th {
	color: #000;
	line-height: 30px;
	padding: 9px 0;
	text-align: center;
	background: #efefee;
	font-size: 14px;
}
.page-solution .solution-wrapper table th {
	background: #dde5f4;
}
.page-solution .solution-desc {
	margin: 66px auto 46px;
	width: 1200px;
	padding: 12px 16px;
	line-height: 38px;
	font-size: 19px;
	text-align: justify;
	background: #eeedf5;
}
.page-solution .solution-title {
	text-align: center;
	margin-bottom: 48px;
}
.page-solution .solution-wrapper .pic {
	width: 50%;
	height: 378px;
	float: left;
}
.page-solution .solution-wrapper .content {
	float: right;
	width: 50%;
	height: 378px;
	background: #f7f7f7;
	display: flex;
}
.page-solution .solution-wrapper > div:nth-child(2n) .pic {
	float: right;
}
.page-solution .solution-wrapper > div:nth-child(2n) .content {
	float: left;
}
.page-solution .solution-wrapper .content > a {
	margin: auto;
	display: inline-block;
	line-height: 56px;
	padding: 0 38px;
	font-size: 24px;
	border: 1px #122a88 solid;
	color: #122a88;
}
.page-solution .solution-wrapper .content a:hover {
	background: #122a88;
	color: #fff;
}
.page-solution .solution-wrapper .product-box-detail {
	display: none;
	padding: 10px 40px 0;
}
.page-solution .solution-wrapper .product-box-detail .detail-title {	
	position: relative;
	color: #122a88;
	font-size: 20px;
	margin-top: 5px;
}
.page-solution .solution-wrapper .product-box-detail .detail-title:before {
	content: "";
	position: absolute;
	left: -25px;
	top: 7px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #122a88;
    border-bottom: 10px solid transparent;

}
.page-solution .solution-wrapper .product-box-detail > p {
	line-height: 24px;
	font-size: 14px;
}
.page-solution .solution-wrapper .product-box-detail table tr td {
	font-size: 13px;
	line-height: 20px;
}
.page-solution .solution-wrapper .product-box-detail .detail-test {
	margin-top: 5px;
	background: #fff;
	padding: 10px 15px 15px;
}
.page-solution .solution-wrapper .product-box-detail .detail-test > h5 {
	font-size: 14px;
	color: #122a88;
	margin-bottom: 5px;
}
.page-solution .solution-wrapper .product-box-detail .detail-test p {
	font-size: 14px;
	color: #030303;
}
/* common */

.common-news-wrapper {
	padding: 60px 40px;
	background: url('../images/news-common-bg.jpg') no-repeat center;
	background-size: cover;
}
.common-news-wrapper .news-container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 90px;
}
.common-news-wrapper .news-container .news-content {
	position: relative;
	padding-left: 72px;
	margin-top: 30px;
}
.common-news-wrapper .news-container .news-pic {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.common-news-wrapper .news-container img {
	transition: all 0.8s;
	-moz-transition: all 0.8s;	/* Firefox 4 */
	-webkit-transition: all 0.8s;	/* Safari 和 Chrome */
	-o-transition: all 0.8s;	/* Opera */
}
.common-news-wrapper .news-container img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);	/* IE 9 */
	-webkit-transform: scale(1.2);	/* Safari 和 Chrome */
	-o-transform: scale(1.2);	/* Opera */
	-moz-transform: scale(1.2);	/* Firefox */
	transition: all 0.8s;
	-moz-transition: all 0.8s;	/* Firefox 4 */
	-webkit-transition: all 0.8s;	/* Safari 和 Chrome */
	-o-transition: all 0.8s;	/* Opera */
}
.common-news-wrapper .news-container .news-date {
	position: absolute;
	left: 0;
	top: 0;
	height: 53px;
	width: 52px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 53px;
	background: #2951c0;
}
.common-news-wrapper .news-container h5 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
}
.common-news-wrapper .news-container h5:hover {
	color: #2951c0;
}
.common-news-wrapper .news-container p {
	font-size: 14px;
	line-height: 28px;
	color: #222;
	max-height: 56px;
	overflow: hidden;
}
.common-news-wrapper .swiper-button-next, .common-news-wrapper .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: 0;
	text-align: center;
	background: #122a88;
	width: 52px;
	height: 52px;
	opacity: 0.65 !important;
}
.common-news-wrapper .swiper-button-next i, .common-news-wrapper .swiper-button-prev i {
	color: #fff;
	font-size: 30px;
	line-height: 52px;
}
.common-news-wrapper .swiper-button-next:hover, .common-news-wrapper .swiper-button-prev:hover {
	opacity: 1 !important;
}
.common-news-wrapper .swiper-button-prev {
	margin-left: -61px;
	left: 50%;
}
.common-news-wrapper .swiper-button-next {
	margin-left: 9px;
	left: 50%;
}
.common-banner {
	position: relative;
	height: 698px;
	overflow: hidden;
}
.common-banner > h5 {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
	font-size: 70px;
	line-height: 660px;
	color: #fff;
	font-weight: 700;
	padding-left: 52px;
	box-sizing: border-box;
}
.common-cert {
	background: #dde5f4;
	padding-bottom: 114px;
	margin-bottom: 78px;
}
.common-cert .cert-wrapper {
	width: 1200px;
	margin: 0 auto;
}
.common-cert > h3,
.common-solution > h3 {
	text-align: center;
	padding: 62px 0 55px;
	line-height: 48px;
	font-size: 28px;
	color: #122a88;
}
.common-solution {
	background: url('../images/solution-common-bg.jpg') no-repeat center;
	background-size: cover;
	margin-bottom: 100px; 
}
.common-solution .common-solution-wrapper {
	width: 1200px;
	margin: 0 auto;
}
/* contact page */
.page-contact  {
	padding-bottom: 120px;
}
.page-contact .contact-banner {
	background: url('../images/contact-banner.jpg') no-repeat center;
}
.page-contact .contact-title {
	padding: 70px 0 64px;
	text-align: center;
}
.page-contact .contact-wrapper {
	padding-top: 80px;
}
.page-contact .contact-wrapper .pic {
	float: left;
}
.page-contact .contact-wrapper .content {
	float: right;
	width: 534px;
	padding-top: 70px;
}
.page-contact .contact-wrapper .content > p {
	line-height: 52px;
	margin-bottom: 60px;
	font-size: 22px;
	color: #333;
	padding-left: 75px;
}
.page-contact .contact-wrapper .content > p:nth-child(1) {
	background: url('../images/contact-icon-address.png') no-repeat center left;
}
.page-contact .contact-wrapper .content > p:nth-child(2) {
	background: url('../images/contact-icon-mobile.png') no-repeat center left;
}
.page-contact .contact-wrapper .content > p:nth-child(3) {
	margin-bottom: 0;
	background: url('../images/contact-icon-email.png') no-repeat center left;
}
/* detection page */
.page-detection  {
	padding-bottom: 120px;
}
.page-detection .detection-banner {
	background: url('../images/detection-banner.jpg') no-repeat center;
}
.page-detection .detection-wrapper {
	width: 1200px;
	margin: 70px auto 0;
}
.page-detection .detection-wrapper .pic {
	width: 50%;
	float: left;
	height: 525px;
}
.page-detection .detection-wrapper .content {
	width: 50%;
	float: left;
	background: #efefee;
	height: 525px;
	padding: 100px 35px 0;
	box-sizing: border-box;
}
.page-detection .detection-wrapper .content > h5 {
	font-size: 28px;
	line-height: 40px;
	color: #12246e;
	margin-bottom: 5px;
}
.page-detection .detection-wrapper .content > p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
/* page news */
.page-news {
	padding-bottom: 90px;
}
.page-news .news-banner {
	background: url('../images/news-banner.jpg') no-repeat center;
}
.page-news .news-nav {
	width: 1200px;
	margin: 0 auto;
	height: 72px;
}
.page-news .news-nav a {
	width: 50%;
	float: left;
	display: block;
	height: 72px;
	background: #ddd;
	line-height: 72px;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
	border-left: 1px #fff solid;
	color: #000;
}
.page-news .news-nav a.active,
.page-news .news-nav a:hover {
	background: #122a88;
	color: #fff;
}
.page-news .news-title {
	padding: 40px 0 50px;
	text-align: center;
}
.page-news .news-container {
	width: 1200px;
	margin: 0 auto;
}
.page-news .news-container li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.page-news .news-container li:nth-child(3n) {
	margin-right: 0;
}
.page-news .news-container .news-content {
	position: relative;
	padding-left: 72px;
	margin-top: 30px;
}
.page-news .news-container .news-pic {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.page-news .news-container img {
	transition: all 0.8s;
	-moz-transition: all 0.8s;	/* Firefox 4 */
	-webkit-transition: all 0.8s;	/* Safari 和 Chrome */
	-o-transition: all 0.8s;	/* Opera */
}
.page-news .news-container img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);	/* IE 9 */
	-webkit-transform: scale(1.2);	/* Safari 和 Chrome */
	-o-transform: scale(1.2);	/* Opera */
	-moz-transform: scale(1.2);	/* Firefox */
	transition: all 0.8s;
	-moz-transition: all 0.8s;	/* Firefox 4 */
	-webkit-transition: all 0.8s;	/* Safari 和 Chrome */
	-o-transition: all 0.8s;	/* Opera */
}
.page-news .news-container .news-date {
	position: absolute;
	left: 0;
	top: 0;
	height: 53px;
	width: 52px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 53px;
	background: #2951c0;
}
.page-news .news-container h5 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
	height: 30px;
}
.page-news .news-container h5:hover {
	color: #2951c0;
}
.page-news .news-container p {
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	color: #222;
	overflow: hidden;
}

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{line-height:24px;text-align:center;letter-spacing:0;font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#cccccc;border:1px solid #cccccc;text-align:center;padding:0 8px;margin:0 5px;}
.page_list a:hover{color:#fff !important;border:1px solid #2951c0;background:#2951c0;}
.page_list a.on{color:#fff;border:1px solid #2951c0;background:#2951c0;}
.news_infr { width:100%;}
.ztitle1 { text-align:center; font-size:20px; font-weight:bold; color:#333; line-height:36px; padding-top:40px;}
.ztitle2 { line-height:40px; width:1110px; margin:0 auto; border-bottom:1px #eaeaea solid; font-size:12px; color:#999; text-align:center;}
.news_infr_con { width:1110px; margin:0 auto; padding-top:23px; padding-bottom:20px;}
.news_infr_con img { max-width:100%; padding-bottom:10px;}
.news_infr_con p { line-height:29px; font-size:14px; color:#666; letter-spacing:0.2px; padding-bottom:10px;}
.news_infr_bot { width:143px; height:27px; margin:0 auto; padding-bottom:51px;}
.news_infr_bot a { display:block; float:left; margin-left:9px; width:65px; height:25px; border:1px #cacaca solid; line-height:25px; color:#000000; font-size:14px; text-align:center; background: #eee;}
.news_infr_bot a:first-child { margin-left:0; text-align:center;}
.news_infr_bot .niba {background: #fff};
.news_infr_bot .niba:hover { background:#2951c0 !important; color:#fff;}

.home-about .home-about-title {
	padding-bottom: 55px;
	text-align: center;
}
.home-about-wrapper {
	height: 466px;
	background: url('../images/home-about-bg.jpg') no-repeat center;
	margin-bottom: 80px;
}
.home-about-wrapper .wrapper > div {
	padding: 110px 0 0 650px;
}
.home-about-wrapper .wrapper > div h5 {
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 32px;
	color: #122a88;
}
.home-about-wrapper .wrapper > div p {
	font-size: 20px;
	line-height: 34px;
	margin: 0 0 15px;
	text-align: justify;
}