

@charset "utf-8";

.ulbox,
.layout-full.top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.flexbox,
.layout-pn,
.layout-pn .pagination,
.layout-pn .pagination .button,
.layout-full.top,
.layout-full.top .callus,
.layout-full.top .nav>li>a,
.block-title,
.common-button,
.layout-full.banner,
.layout-center.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.trans,
a:hover,
.button-hb hr,
.button-hb:before,
.button-hb:after,
.layout-full.top .nav,
.layout-full.top .nav>li>a:before,
.layout-full.top .nav>li>a:after,
.layout-full.top .nav .switch ul {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scrollin,
.scrollin-top,
.scrollin-left {
	visibility: hidden;
}

.layout-full {
	min-width: 1200px;
	flex-shrink: 0;
	/*position: relative;*/
}

.layout-center {
	/*width: 1200px;*/
	display: block;
	padding: 0 20px;
	margin: auto;
}


}
@media only screen and (min-width: 601px) and (max-width: 1023px) {
    .topInfo-inner {
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .topInfo-inner {
        width: 100%
    }
}
.leftInfo {
    float: right
}
@media only screen and (max-width: 600px) {
    .leftInfo {
        float: left;
        margin-left: 20px
    }
}
.leftInfo ul li {
    float: left;
    color: #fff;
    height: 50px;
    margin-right: 20px
}
@media only screen and (max-width: 600px) {
    .leftInfo ul li b {
        display: none
    }
}
.leftInfo ul li i.fa {
    font-size: 1.8em;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 50px
}
.leftInfo ul li a {
    color: #fff
}











.layout-full.banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	height: 400px;
	align-content: center;
}

.layout-full.banner .slogan {
	display: inline-block;
	padding: 0 10px;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.layout-full.middle {
	flex: 1 0 auto;
	padding-bottom: 80px;
	padding-top: 40px;
}

.block-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.common-button {
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 40px;
	border-radius: 20px;
	background-color: #c4c4c4;
}

.common-button:hover {
	background-color: #0072b8;
}

.fixed-box {
	position: fixed;
	z-index: 5;
	top: 50%;
	right: 12px;
	width: 60px;
}

.fixed-box a,
.fixed-box a img {
	float: left;
	width: 100%;
}

.fixed-box a {
	margin: 5px 0;
}

.nav-switch {
	float: left;
	width: 35px;
	text-decoration: none;
	display: none;
	position: relative;
	z-index: 5;
}

.button-hb {
	width: 100%;
	float: left;
}

.button-hb hr,
.button-hb:before,
.button-hb:after {
	background-color: #FFFFFF;
	border: none;
	display: block;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.button-hb:before,
.button-hb:after {
	content: '';
}

.button-hb hr {
	margin: 7px auto;
}

.button-hb.active:before {
	transform: translateY(8px) rotateZ(45deg);
}

.button-hb.active:after {
	transform: translateY(-8px) rotateZ(-45deg);
}

.button-hb.active hr {
	width: 0;
}

.layout-pn {
	margin-top: 30px;
}

.layout-pn .pagination .button {
	float: left;
	color: #4b4b4b;
	text-decoration: none;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	font-size: 16px;
	line-height: 25px;
}

.layout-pn .pagination .button:hover,
.layout-pn .pagination .button.selected {
	color: #0072B8;
}

.layout-pn .pagination .button.arrow {
	background-color: #C4C4C4;
	height: 25px;
	width: 25px;
	border-radius: 50%;
}

.rwd-table {
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
	width: 100%;
}

.rwd-table>tbody>tr>td {
	padding: 0px;
}

.W-1440px {}

@media screen and (max-width: 1440px) {
	.layout-full {
		min-width: inherit;
	}
	.layout-center {
	
		/*width: 100%;*/
	}
	.layout-full.footer {
   
    padding-bottom: 70px;
}
}

.W-1040px {}

@media screen and (max-width: 1040px) {
	.layout-full.top .callus,
	.layout-full.top .nav>li>a:before {
		display: none;
	}
	.nav-switch {
		display: block;
	}
	.space-top {
		margin-top: 80px;
	}
	.layout-full.top {
		padding: 0 20px;
		position: fixed;
		left: 0px;
		top: 0px;
	}
	.layout-full.top .logo {
		margin-left: 0;
	}
	.layout-full.top .nav,
	.layout-full.top .nav li,
	.layout-full.top .nav li a {
		height: auto;
	}
	.layout-full.top .nav {
		margin: 0;
		background-color: #303030;
		position: fixed;
		top: 80px;
		right: -100%;
		width: 380px;
		bottom: 0px;
		overflow: auto;
		overflow-x: hidden;
	}
	.layout-full.top .nav.active {
		right: 0;
	}
	.layout-full.top .nav>li,
	.layout-full.top .nav>li>a {
		width: 100%;
	}
	.layout-full.top .nav>li {
		margin-left: 0px;
	}
	.layout-full.top .nav>li>a {
		display: block;
		padding: 10px 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #4C4C4C;
	}
	.layout-full.top .nav .switch>a:after {
		content: "";
		margin-left: 15px;
		background-image: url(/images/nav-arrow.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		height: 6px;
		width: 9px;
		display: inline-block;
	}
	.layout-full.top .nav>li>a:hover,
	.layout-full.top .nav .switch.active>a {
		background-color: #262626;
	}
	.layout-full.top .nav .switch.active>a:after {
		transform: rotateX(180deg);
	}
	.layout-full.top .nav .switch ul {
		position: relative;
		opacity: 1;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		border: none;
		background-color: #3a3a3a;
		display: none;
		visibility: visible;
		float: left;
	}
	.layout-full.top .nav .switch.active ul {
		display: block;
		top: 0;
	}
	.layout-full.top .nav .switch ul li a {
		text-align: left;
		padding: 10px 20px;
	}
	.layout-full.top .nav .switch ul li a:hover {
		background-color: #004D7D;
	}
	.layout-full.top .nav .switch ul li:not(:last-child) {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #4C4C4C;
	}
	.footer-list {
		width: 100%;
	}
	.footer-list.b {
		margin: 30px 0;
	}
	.layout-full.banner {
		height: 300px;
	}
}

.W-760px {}

@media screen and (max-width: 760px) {
	.rwd-table>th {
		display: none;
	}
	.rwd-table>tbody>tr>td {
		float: left;
		width: 100%;
		display: block;
	}
	.layout-full.banner {
		height: 220px;
	}
}

.W-480px {}

@media screen and (max-width: 480px) {
	.space-top {
		margin-top: 60px;
	}
	.layout-full.top {
		height: 60px;
	}
	.layout-full.top .logo {
		width: 130px;
	}
	.layout-full.top .nav {
		top: 60px;
	}
	.nav-switch {
		width: 28px;
	}
	.layout-full.banner {
		height: 160px;
	}
	.layout-full.middle {
		padding-bottom: 40px;
	}
	.layout-pn {
		margin-top: 0;
	}
	.fixed-box {
		width: 40px;
	}
	.layout-full.banner {
		flex-direction: column;
	}
	.layout-full.banner .slogan {
		padding: 0 5px;
		font-size: 23px;
		line-height: 30px;
	}
}


.home-banner img {
	display: block;
	margin: auto;
}

.home-block {
	padding-top: 30px;
	padding-bottom: 75px;
}

.service-top {
	text-align: center;
}

.layout-full.service {
	background-image: url(images/bg-home-service.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.service-list {
	float: left;
	width: 25%;
	text-decoration: none;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #cacaca;
}

.service-list .image,
.service-list .image img,
.service-list .title {
	float: left;
	width: 100%;
}

.service-list .image {
	position: relative;
}

.service-list .image:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease-in-out;
}

.service-list:hover .image:after {
	opacity: 0;
}

.service-list .title {
	color: #232323;
	text-align: center;
	background-color: #FFF;
	padding: 16px;
}

.service-list:hover .title {
	background-image: url(images/home-service-list.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% 100%;
	color: #FFF;
}

.layout-center.articles {
	padding: 0px;
}

.articles-list {
	float: left;
	width: 33.33%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:  10px;
}

.articles-list:last-child {
	/*display: none;*/
}

.articles-list .box,
.articles-list .box i {
	float: left;
	width: 100%;
}

.articles-list .box {
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.articles-list .box .image {
	position: relative;
	padding-top: 63.63%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.articles-list .box .image:before {
	content: "";
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.articles-list .box .image:before {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 114, 184, 0.3);
	opacity: 0;
	z-index: 2;
}

.articles-list .box:hover .image:before {
	opacity: 1;
}

.articles-list .box .image .hover {
	z-index: 3;
	right: 0px;
	bottom: -25px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.articles-list .box:hover .image .hover {
	right: 50%;
	bottom: 50%;
	margin-right: -25px;
	margin-bottom: -25px;
}

.articles-list .box .info {
	padding: 25px;
}

.articles-list .box .info .date {
	font-size: 16px;
	color: #0086ca;
	line-height: 23px;
}

.articles-list .box .info .title {
	font-size: 19px;
	color: #000;
	line-height: 23px;
	padding: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articles-list .box .info .detail {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.home-block.process:after {
	content: "";
	background-image: url(images/bg-contact-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

@media screen and (max-width: 760px) {
	.service-list {
		width: 50%;
	}
	.articles-list {
		width: 50%;
		margin-bottom: 30px;
	}
	.articles-list:last-child {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.home-banner img {
		display: none;
	}
	.home-banner {
		background-image: url(upload/banner_home_5741f.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		height: 180px;
	}
	.articles-list {
		width: 100%;
	}
	.home-block {
		padding-bottom: 35px;
	}
}